body {
    font-variant-numeric: lining-nums;  
}


/*** Menu ***/
.uc-menu .t450__container {
    padding: 48px 32px 32px;
}
.uc-menu .t450__logowrapper {
    margin-bottom: 32px;
}
.uc-menu .t450__right_buttons_but {
    margin: 12px 0 0 !important;
}
.uc-menu .t450__right_buttons_but, .uc-menu .t-btn {
    width: 100%;
}
.uc-menu .t-btn {
    letter-spacing: 0.5px !important;
}
.uc-menu .t450__list {
    margin-bottom: 24px !important;
}
@media screen and (max-width: 640px) {
    .uc-menu .t450__menu__content {
        top: 15px !important;
        right: 15px !important;
    }
    .uc-menu .t450__container {
        padding: 40px 24px 24px;
    }
}


/*** Button Up ***/
.uc-btn-up .t890__arrow {
    transition: 200ms ease-in;
}
@media (hover: hover) {
    .uc-btn-up .t890__arrow:hover {
        border-color: #008d8e !important;
    }   
}
@media screen and (max-width: 640px) {
    .uc-btn-up .t890 {
        bottom: 15px !important;
        right: 15px !important;
    }
    .uc-btn-up .t890__arrow {
        transform: scale(1) !important;
    }
}


/*** Section Title ***/
.uc-section-title {
    padding-bottom: 40px !important;
}
.uc-section-title .t017__title, .uc-section-bigtitle .t017__title {
    padding-top: 0;
}
.uc-section-title .t017__title {
    max-width: 480px;
}
.uc-section-bigtitle .t017__title {
    max-width: 960px;
    margin: 0 auto;
}
@media screen and (max-width: 960px) {
    .uc-section-title .t-col, .uc-section-bigtitle .t-col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .uc-section-title .t017__title, .uc-section-bigtitle .t017__title {
        line-height: 1.05;
    }
    .uc-section-title .t017__title {
        font-size: 40px;
    }
    .uc-section-bigtitle .t017__title {
        font-size: 56px;
    }
}
@media screen and (max-width: 640px) {
    .uc-section-title .t-col, .uc-section-bigtitle .t-col {
        padding-left: 15px;
        padding-right: 15px;
    }
    .uc-section-title {
        padding-bottom: 25px !important;
    }
    .uc-section-bigtitle {
        padding-bottom: 40px !important;
    }
    .uc-section-title .t017__title, .uc-section-bigtitle .t017__title {
        font-size: 32px;  
    }
}
#rec870976066 .t017__title {
    max-width: 100% !important;
}


/*** Hero ***/
.uc-hero .t997__header-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 120px 0 24px;
}
.uc-hero .t-section__topwrapper {
    max-width: 1000px;
    position: relative;
}
.uc-hero .t997__title {
    text-transform: uppercase;
    font-size: 72px;
    line-height: 1.05;
    text-indent: 300px;
}
.uc-hero .t997__descr {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    font-size: 32px;
    line-height: 1.2;
    font-style: italic;
}
.uc-hero .t997__cards-wrapper {
    position: relative;
    margin-bottom: 0;
    padding-top: 40px;
}
.uc-hero .t997__cards-wrapper::before {
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
}
.uc-hero .t997__col {
    margin-bottom: 0;
}
.uc-hero .t997__card-title {
    margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
    .uc-hero .t997__title {
        text-indent: 240px;
    }
    .uc-hero .t997__descr {
        font-size: 28px;
    }
    .uc-hero .t997__cards-wrapper::before {
        left: 10px;
        width: calc(100% - 20px);
    }
}
@media screen and (max-width: 960px) {
    .uc-hero .t-section__topwrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .uc-hero .t997__title {
        font-size: 46px;
    }
    .uc-hero .t997__descr {
        left: 10px;
    }
    .uc-hero .t997__cards-wrapper {
        padding-top: 20px;
    }
    .uc-hero .t997__col {
        float: left;
        max-width: 320px;
        padding: 20px 10px 0 10px;
    }
    .uc-hero .t997__card-title {
        font-size: 22px;
        line-height: 1;
    }
}
@media screen and (max-width: 640px) {
    .t997__wrapper {
        height: 100%;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .uc-hero .t997__header-wrapper {
        padding-bottom: 16px;
    }
    .uc-hero .t-section__topwrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .uc-hero .t997__title {
        text-indent: 0;
        font-size: 40px;
    }
    .uc-hero .t997__descr {
        left: 15px;
        top: -48px;
    }
    .uc-hero .t997__col {
        max-width: calc(50% - 10px);
        padding: 0 10px 20px 10px;
        margin: 0 5px;
    }
    .uc-hero .t997__cards-wrapper::before {
        left: 15px;
        width: calc(100% - 30px);
    }
    .uc-hero .t997__card-title {
        margin-bottom: 8px;
    }
    .uc-hero .t-cover__carrier {
        background-position: 58%;
    }
}


/*** About ***/
.uc-about-content .t005A__title, .uc-about-content .t005A__text {
    padding: 0;
}
.uc-about-content .t005A__title {
    margin-top: 0;
}
.uc-about-content .t005A__text {
    max-width: 540px;
}
@media screen and (max-width: 960px) {
    .uc-about-content .t-col, .uc-about-video .t-col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .uc-about-content .t005A__title {
        font-size: 40px;
        line-height: 1.05;
        margin-bottom: 25px;
    }
    .uc-about-content .t005A__text {
        max-width: 100%;
    }
    .uc-about-gallery .t-container .t661__row {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 640px) {
    .uc-about-content .t-col, .uc-about-video .t-col {
        padding-left: 15px;
        padding-right: 15px;
    }
    .uc-about-content .t005A__title {
        font-size: 32px; 
    }
    .uc-about-content .t005A__text {
        margin-bottom: 0;   
    }
    .uc-about-gallery .t-container .t661__row {
        padding-right: 15px;
        padding-left: 15px;
    }
}


/*** Advantages ***/
.uc-advantages .t940__row, .uc-objects .t940__row {
    padding-left: 30px;
    padding-right: 30px;
}
.uc-advantages .t940__row, .uc-advantages .t940__features-wrap,
.uc-objects .t940__row, .uc-objects .t940__features-wrap{
    gap: 20px;
}
.uc-advantages .t940__item, .uc-objects .t940__item {
    padding: 0 !important;
}
.uc-advantages .t940__card {
    padding-bottom: 25%; 
}
.uc-advantages .t940__card::before {
    content: "";
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://static.tildacdn.com/tild6333-6663-4930-b864-643134343263/Decor.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.uc-advantages .t940__card_2span::before {
    display: none;
}
.uc-advantages .t940__card_2span {
    padding-bottom: 56.25% !important;
}
.uc-advantages .t940__content {
    padding: 24px;
}
.uc-advantages .t-card__descr {
    margin-top: 12px;
    opacity: .7;
}
@media screen and (max-width: 1200px) {
    .uc-advantages .t940__row, .uc-objects .t940__row {
        padding-left: 20px;
        padding-right: 20px;
    }
    .uc-advantages .t940__card {
        padding-bottom: 32%; 
    }
}
@media screen and (max-width: 960px) {
    .uc-advantages .t940__row, .uc-objects .t940__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .uc-advantages .t940__features-wrap:nth-child(2)  {
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    }
    .uc-advantages .t-card__title {
        font-size: 32px;
        line-height: 1;
    }
}
@media screen and (max-width: 640px) {
    .uc-advantages .t940__row, .uc-objects .t940__row {
        padding-left: 25px;
        padding-right: 25px;
    }
    .uc-advantages .t940__row, .uc-advantages .t940__features-wrap, 
    .uc-objects .t940__row, .uc-objects .t940__features-wrap {
        gap: 10px;
    }
    .uc-advantages .t940__content, .uc-objects .t940__content {
        padding: 15px !important;
    }
    .uc-advantages .t-card__descr {
        font-size: 14px !important;
        margin-top: 8px;
    }
}


/*** Plans ***/
.plans-subtitle .tn-atom {
    font-style: italic;
}
.uc-plans {
    padding-top: 40px !important;
}
.uc-plans .t778__container {
    display: -ms-grid !important;
    display: grid !important;
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1160px;
}
.uc-plans .t778__container::before, .uc-plans .t778__container::after, 
.uc-methods .t-card__container::before, .uc-methods .t-card__container::after {
    display: none !important;
}
.uc-plans .t778__col {
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important; 
}
.uc-plans .t778__imgwrapper {
    padding-bottom: 100%;
}
.uc-plans .t778__textwrapper {
    padding: 24px 20px;
}
.uc-plans .t778__price-wrapper {
    margin-top: 8px;
}
.uc-plans .t778__price, .uc-plans .t778__mark {
    font-family: 'Onest',Arial,sans-serif;
}
.uc-plans .t778__price {
    font-weight: 400;
    line-height: 1.25 !important;
}
.uc-plans .t778__btn-wrapper {
    padding: 0 20px 20px !important;
}
.uc-plans .t778__btn {
    display: block;
    margin: 0;
    letter-spacing: 0.5px !important;
}
.uc-plans .t778__markwrapper {
    right: 0;
    top: 0;
}
.uc-plans .t778__mark {
    width: auto;
    height: auto;
    padding: 6px 10px;
    border-radius: 0;
}
@media screen and (max-width: 1200px) {
    .uc-plans .t778__container {
        max-width: 940px;
    }
}
@media screen and (max-width: 960px) {
    .uc-plans .t778__container {
        max-width: 620px;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 640px) {
    .uc-plans {
        padding-top: 25px !important;
    }
    .plans-subtitle-img {
        padding: 0 15px;
    }
    .uc-plans .t778__container {
        padding: 0 15px !important;
        /*grid-template-columns: repeat(1, 1fr);*/
        gap: 10px;
    }
    .uc-plans .t778__textwrapper {
        padding: 20px 15px;
    }
    .uc-plans .t778__title {
        font-size: 14px !important;
    }
    .uc-plans .t778__price {
        font-size: 13px !important;
    }
    .uc-plans .t778__btn-wrapper {
        padding: 0 15px 15px !important;
    }
    .uc-plans .t778__btn {
        height: 40px;
    }
}


/*** Objects ***/
.uc-objects .t940__features-wrap {
    width: 100%;   
}
.uc-objects .t940__content {
    padding: 20px 24px;
}
.uc-objects .t-card__title {
    font-family: 'Onest',Arial,sans-serif;
}
.uc-objects .t940__features-wrap:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.uc-objects .t940__card_2span, .uc-objects .t940__card {
    padding-bottom: 50%;
}
.uc-objects .t940__card_boxed {
    padding-bottom: 100%;
}
.uc-objects .t940__overlay {
    top: unset;
    bottom: 0;
    height: 120px;
}
#rec863007273 .t940__features-wrap:nth-child(1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 66%;
}
#rec863007273 .t940__features-wrap:nth-child(2) {
    width: 32%; 
}
#rec863007273 .t940__card {
    padding-bottom: 56.25% !important;
}
@media screen and (max-width: 960px) {
    .uc-objects .t940__card {
        padding-bottom: 56.25% !important;
    }
    #rec863007273 .t940__features-wrap {
        width: 100% !important; 
    }
    #rec863007273 .t940__features-wrap:nth-child(1) {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media screen and (max-width: 640px) {
    .uc-objects .t-card__title {
        font-size: 20px !important;
    }
    .uc-objects .t940__overlay {
        height: 80px;
    }
}


/*** Interior ***/
.uc-interior .t675, .uc-interior .t-slds, .uc-interior .t-container_100, .uc-interior .t-slds__container, 
.uc-interior .t-slds__items-wrapper, .uc-interior .t-slds__item, .uc-interior .t-slds__wrapper {
    height: 100% !important;
}
.uc-interior .t675 {
    max-width: 1160px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}
.uc-interior .t675__textwrapper {
    margin-bottom: 0 !important;
}
.uc-interior .t675__title {
    margin-bottom: 24px;
}
.uc-interior .t-slds__arrow, .uc-events-slider .t-slds__arrow {
    width: 48px !important;
    height: 48px !important;
}
.uc-interior .t-slds__arrow_body, .uc-events-slider .t-slds__arrow_body {
    width: 8px !important;
}
.uc-interior .t-slds__arrow-left, .uc-events-slider .t-slds__arrow-left {
    left: 20px;
}
.uc-interior .t-slds__arrow-right, .uc-events-slider .t-slds__arrow-right {
    right: 20px;
}
@media screen and (max-width: 1200px) {
    .uc-interior .t675 {
        max-width: 940px;
    }
}
@media screen and (max-width: 960px) {
    .uc-interior .t675 {
        max-width: 620px;
    }
    .uc-interior .t675__title {
        font-size: 24px;
        line-height: 1;
    }
}
@media screen and (max-width: 640px) {
    .uc-interior .t675 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .uc-interior .t-slds__arrow {
        width: 32px !important;
        height: 32px !important;
    }
    .uc-interior .t-slds__arrow_body {
        width: 6px !important;
    }
    .uc-interior .t-slds__arrow-left {
        left: 10px;
    }
    .uc-interior .t-slds__arrow-right {
        right: 10px;
    }
    .t675__textwrapper {
        padding-top: 40px;
    }
    .uc-interior .t675__title {
        margin-bottom: 15px;
    }
}


/*** Comfort ***/
.uc-comfort .t218__textwrapper {
    margin: 40px;
}
.uc-comfort .t218__textfield {
    padding-top: 40px;
    max-width: 520px;
}
@media screen and (max-width: 960px) {
    .uc-comfort .t218__descrfield {
        font-size: 40px;
        line-height: 1.05;
    }
    .uc-comfort .t218__textfield {
        padding-top: 25px;
        padding-bottom: 0 !important;
    }
}
@media screen and (max-width: 640px) {
    .uc-comfort .t218__textwrapper {
        margin: 25px 15px;
    }
    .uc-comfort .t218__descrfield {
        padding-top: 0 !important;
        font-size: 32px;
    }
    .uc-comfort .t218__textfield {
        padding-top: 12px;
        font-size: 14px !important;
    }
}


/*** Infrastructure ***/
.uc-infrastructure .t107 {
    padding: 0 40px;
}
@media screen and (max-width: 640px) {
    .uc-infrastructure .t107 {
        padding: 0 15px;
    } 
}


/*** Gallery and Actions ***/
.uc-gallery .t603__container, .uc-actions .t603__container {
    margin-top: -20px;
}
.uc-gallery .t603__container {
    padding: 0 30px !important;
}
@media screen and (max-width: 960px) {
    .uc-gallery .t603__tile, .uc-actions .t603__tile {
        padding: 20px 10px 0 10px;
    }
    .uc-actions .t603__container.t-container {
        padding: 0;
    }
}
@media screen and (max-width: 640px) {
    .uc-gallery .t603__container {
        padding: 0 10px !important;
        margin-top: -10px;
    }
    .uc-gallery .t603__tile, .uc-actions .t603__tile {
        padding: 10px 5px 0 5px;
    }
    .uc-actions .t603__container.t-container {
        padding: 10px;
    }
}


/*** Events ***/
.uc-events-tabs {
    padding-bottom: 20px !important;
}
.uc-events-tabs .t397__wrapper {
    border-bottom: 1px solid #d7ddde;
}
.uc-events-tabs .t397__tab {
    display: inline-block;
    width: auto;
    opacity: .5;
    border: none !important;
}
.uc-events-tabs .t397__tab_active {
    opacity: 1;
}
.uc-events-tabs .t397__title {
    font-style: italic;
    line-height: 1 !important;
    width: auto;
    padding: 0 20px 20px !important;
}
.uc-events-slider .t-slds__container {
    max-width: 980px;
    margin: 0 auto;
}
.uc-events-slider .t-col {
    margin-left: 10px;
    margin-right: 10px;
}
.uc-events-slider .t-slds__arrow_container {
    position: relative;
}
.uc-events-slider .t-feed__slider-grid__post-wrapper .t-feed__post-imgwrapper {
    margin-bottom: 12px;
}
.uc-events-slider .t-feed__post-parts-date-row_beforetitle {
    margin-bottom: 8px;
}
.uc-events-slider .t-feed__post-date, .js-feed-post-date {
    letter-spacing: 0 !important;
}
.js-feed-popup-title, .js-feed-close-text, .js-feed-post-date {
    font-family: 'Onest',Arial,sans-serif;
    font-size: 14px;
}
.js-feed-popup-title, .js-feed-close-text {
    font-weight: 500;
    
}
.js-feed-post-title {
    text-transform: uppercase;
    line-height: 1.05;
}
.js-feed-post-date {
    font-weight: 400;
}
.uc-events-slider .t-feed__post-title {
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.uc-events-tabs .t397__tab, .uc-events-slider .t-feed__post-bgimg, .uc-events-slider .t-feed__post-title {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media (hover: hover) {
    .uc-events-tabs .t397__tab:hover {
        opacity: 1;
    }
    .uc-events-slider .t-feed__post:hover .t-feed__post-bgimg {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05);
    }
    .uc-events-slider .t-feed__post:hover .t-feed__post-title {
        color: #008d8e !important;
    }
}
@media screen and (max-width: 1200px) {
    .uc-events-slider .t-slds__container {
        max-width: 800px;
    }
}
@media screen and (max-width: 960px) {
    .uc-events-tabs .t397__col_mobile-flex {
        padding: 0 !important;
    }
    .uc-events-tabs .t397__wrapper_mobile-flex {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .uc-events-tabs .t397__title {
        font-size: 28px;
    }
    .uc-events-slider .t-slds__container {
        max-width: 640px;
    }
    .uc-events-slider .t1004__container_mobile-flex {
        padding-top: 0;
    }
    .uc-events-slider .t-col {
        margin: 0;
    }
    .uc-events-slider .t1004__container_mobile-flex .t-feed__grid-col:first-child {
        margin-left: 0;
    }
    .uc-events-slider .t-feed__post-title {
        font-size: 16px !important;
    }

}
@media screen and (max-width: 640px) {
    .uc-events-tabs .t397__col_mobile-flex {
        padding: 0 15px !important;
    }
    .uc-events-tabs .t397__wrapper_mobile-flex {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 0 !important;
    }
    .uc-events-tabs .t397__title {
        padding: 0 30px 15px 0 !important;
    }
    .uc-events-slider .t1004__container_mobile-flex .t-feed__grid-col:first-child {
        padding-left: 15px;
    }
    .t1004__container_mobile-flex .t-feed__grid-col:last-child {
        padding-right: 15px;
    }
    .js-feed-post-title {
        font-size: 24px;
    }
}


/*** Methods ***/
.uc-methods .t-container {
    max-width: 1160px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.uc-methods .t-card__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.uc-methods .t-card__col, .uc-methods .t-card__title, .uc-methods .t-card__descr {
    margin: 0 !important;
    padding: 0 !important;
}
.uc-methods .t-card__col {
    position: relative;
    -ms-grid-column-span: 2;
    grid-column: 2 span;
    max-width: 100% !important;
    border: 1px solid #D7DDDE;
    height: 200px;
}
.uc-methods .t-card__col::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background-image: url(https://static.tildacdn.com/tild3730-3663-4436-b133-393430363335/Corner.svg);
}
.uc-methods .t-card__col:nth-last-child(-n + 2) {
    -ms-grid-column-span: 3;
    grid-column: 3 span;
}
.uc-methods .t503__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
    .uc-methods .t-container {
        max-width: 940px;
    }
}
@media screen and (max-width: 960px) {
    .uc-methods .t-container {
        max-width: 620px;
    }
    .uc-methods .t-card__container {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); 
    }
    .uc-methods .t503 .t-card__container_inrow3 .t-card__col:nth-child(-n+3) {
        margin-top: 0 !important;
    }
    .uc-methods .t-card__title {
        font-size: 32px;
    }
    .uc-methods .t-card__col, .uc-methods .t-card__col:nth-last-child(-n + 2) {
        grid-column: auto;
    }
    .uc-methods .t-card__col:last-child {
        -ms-grid-column-span: 2;
        grid-column: 2 span;
    }
}
@media screen and (max-width: 640px) {
    .uc-methods .t-container {
        padding: 0 15px !important;
    }
    .uc-methods .t-card__container {
        gap: 10px;
    }
    .uc-methods .t503__content {
        padding: 15px;
    }
    .uc-methods .t-card__col {
        height: 120px;
    }
    .uc-methods .t-card__col::before {
        width: 24px;
        height: 24px; 
    }
    .uc-methods .t-card__title {
        font-size: 24px;
        line-height: 1 !important;
    }
    .uc-methods .t-card__descr {
        font-size: 14px !important;
    }

}


/*** Form ***/
.uc-form .t678 {
    max-width: 1160px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}
.uc-form .t-col {
    margin: 0 !important;
    padding: 0 !important;
}
.uc-form .t-section__title {
    margin-bottom: 20px !important;
    line-height: 1.05 !important;
}
.uc-form .t-section__descr {
    margin-bottom: 0 !important;
}
.uc-form .t-input-block {
    margin-bottom: 20px !important;
}
.uc-form .t-input {
    height: 48px;
    border-color: rgba(255, 255, 255, .2) !important;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}
@media (hover: hover) {
    .uc-form .t-input:hover {
        border-color: rgba(255, 255, 255, .5) !important;
    }
}
.uc-form .t-input:focus, .uc-form .t-input:active {
    border-color: rgba(255, 255, 255, 1) !important;
}
.uc-form .t-form__submit {
    margin-top: 40px;
    text-align: left;
    padding-bottom: 0 !important;
}
.uc-form .t-submit {
    height: 48px;
    padding: 0 32px;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.uc-form .t678__form-bottom-text {
    margin-top: 20px;
    text-align: left;
    font-size: 12px !important;
    line-height: 1.25 !important;
    opacity: .4;
}
.uc-form .t678__form-bottom-text, .uc-form .t678__form-bottom-text a {
    color: #ffffff !important;
}
@media screen and (max-width: 1200px) {
    .uc-form .t678 {
        max-width: 940px;
        gap: 20px;
    }
    .uc-form .t-section__title {
        font-size: 56px !important;
    }
}
@media screen and (max-width: 960px) {
    .uc-form .t678 {
        max-width: 620px;
        gap: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
@media screen and (max-width: 640px) {
    .uc-form .t678 {
        padding: 0 15px;
        gap: 25px;
    }
    .uc-form .t-section__title {
        font-size: 32px !important;
        margin-bottom: 12px !important;
    }
    .uc-form .t-section__descr {
        font-size: 14px !important;
    }
    .uc-form .t678__form-bottom-text {
        text-align: center;
    }
}


/*** Contacts and Footer ***/
.uc-contacts-map .t-width {
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.footer-divider {
    padding-right: 80px;
}
.uc-footer .t-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
}
.uc-footer .t977__col_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 !important;
    max-width: 100% !important;
}
.uc-footer .t977__text {
    margin: 0 !important;
}
.uc-footer .t977__text a {
    color: #ffffff !important;
    opacity: .6;
}
.uc-footer .t977__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 40px;
}
.uc-footer .t977__col-inner {
    margin: 0 !important;
    max-width: 260px;
    width: 100% !important;
}
.uc-footer .t977__menu .t977__col-inner:last-child {
    display: none;
}
.uc-footer .t977__descr p, .uc-footer .t977__descr span {
    display: inline;
    font-size: 16px;
    opacity: .6;
}
.uc-footer .t977__descr ul {
    margin-top: 20px;
}
.uc-footer .t977__descr li {
    margin-bottom: 12px !important;
}
.uc-footer .t977__descr li:last-child {
    margin-bottom: 0 !important;
}
.uc-footer-bottom {
    position: relative;
    padding: 40px 0 !important;
}
.uc-footer-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: calc(100% - 80px);
    height: 1px;
    background-color: rgb(255, 255, 255, .15);
}
.uc-footer-bottom .t004 {
    padding: 0 !important;
}
.uc-footer-bottom .t-text {
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .uc-footer .t-container {
        padding: 0 10px;
    }
    .uc-footer .t977__menu {
        gap: 20px;
    }
    .uc-footer .t977__col-inner {
        max-width: 220px;
    }
}
@media screen and (max-width: 960px) {
    .uc-footer .t-container {
        max-width: 640px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .uc-footer .t977__col_left {
        width: 100%;
        gap: 25px;
    }
    .uc-footer .t977__menu {
        width: 100%;
        margin-bottom: 40px;
    }
    .uc-footer .t977__col-inner {
        max-width: 100%;
    }
    .uc-footer-bottom .t-col {
        padding: 0 10px !important;
    }
}
@media screen and (max-width: 640px) {
    .contacts-divider, .footer-divider {
        padding-right: 30px;
    }
    .uc-contacts-map .t-width {
        padding: 0 15px;
    }
    .uc-contacts-map .t-map {
        height: 400px !important;
    }
    .uc-footer {
        padding: 40px 0 !important;
    }
    .uc-footer .t-container {
        padding: 0 15px;
    }
    .uc-footer .t977__descr {
        font-size: 16px !important;
    }
    .uc-footer .t977__text, .uc-footer .t977__descr p, .uc-footer .t977__descr span {
        font-size: 14px !important;
    }
    .uc-footer-bottom {
        padding: 25px 0 !important;
    }
    .uc-footer-bottom:before {
        left: 15px;
        width: calc(100% - 30px);
    }
    .uc-footer-bottom .t-col {
        padding: 0 15px !important;
    }
    .uc-footer-bottom .t-text {
        font-size: 10px !important;
    }
}
