/* Common link & button styles START */
#allrecords a {
    transition: all 0.2s ease;
}
#allrecords a:hover {
    color: #FF0000;
}
.tn-atom a:hover {
    color: #FF0000 !important;
}
.t142__wraptwo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.t142__text {
    line-height: 1.5;
}
.t-btn, .t-btn_md, .t-submit {
    display: block !important;
    padding: 9px 18px !important;
    width: fit-content !important;
    height: fit-content !important;
    /*color: #fff !important;*/
    font-size: 16px !important;
    font-family: 'Roboto',Arial,sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    /*border: none !important;*/
    border-radius: 12px !important;
    /*background-color: #00C6E0 !important;*/
    /*transition: all 0.2s ease !important;*/
}
.t-records a {
    margin: 0 auto;
}
#allrecords a.t943__btn {
    width: auto !important;
    height: auto !important;
}
/*#allrecords button:hover, .t-btn:hover {*/
/*     background-color: #0da0b3 !important;*/
/*     color: #fff !important;*/
/*     text-decoration: none !important;*/
/*}*/
/* Common link & button styles END */

/* Search styles START */
.t228__right_buttons_wrap .t228__right_buttons_but .t-btn {
    padding: 8px 18px !important;
}
.t-popup_show .t-popup__container {
    border-radius: 12px;
    height: 100vh;
    padding-top: 160px;
    background-color: transparent !important;
}
.t838 .t838__input {
    height: 48px;
}
/* Search styles END */

/* Slider nav style STARTS */
.v-prev, .v-next {
    opacity: 0.4;
    transition: opacity 0.2s ease;
}
.v-prev:hover, .v-next:hover {
    opacity: 1;
}
/* Slider nav ENDS */

/* Footer feedback form line height STARTS */
.t-text {
    line-height: 24px;
}
/* Footer feedback form line height ENDS */

/* Store card style STARTS */
.t-store__card__imgwrapper {
    border-radius: 12px;
    overflow: hidden;
}
/* Store card style ENDS */

/* Footer privacy checkbox style STARTS */
.t-checkbox__indicator {
    border: 2px solid #fff !important;
    background-color: #fff;
    border-radius: 6px;
}

.uc-footerfeedback .t-checkbox__indicator {
    border: 2px solid #EFF0F2 !important;
    background-color: #EFF0F2;
    border-radius: 6px;
}
/* Footer privacy checkbox style ENDS */

/* Card styles START 
.t-descr_xxs {
    font-size: 16px;
}
.t-name_xl {
    font-size: 36px !important;
    line-height: 42px !important;
}
Card styles END */

/*Header form styles START*/
.t702 .t702__wrapper {
    background-color: #fff;
    border-radius: 24px;
}
.t702 .t702__form-bottom-text {
    line-height: 24px;
    font-size: 16px;
}
/*Header form styles END*/

/* Catalog card styles START */
.t650 .t650__inner-col {
    box-sizing: border-box;
    border: 1px solid #363636;
}
@media screen and (max-width: 640px) {
    .t650 .t650__inner-col {
        background-color: #111111 !important;
    }
}
.t902__bgimg {
    background-position: right !important;
}

.t902__inner-col{
    transition: transform 0.4s ease-in-out;
}
.t902__inner-col:hover {
    transform: translate(0px, -4px);
}
.t923__wrapper {
    border-radius: 24px;
}
/* Catalog card styles END */

/* Ctalog card in mobile STARTS */
.uc-project-light .t650 .t650__inner-col {
    box-sizing: border-box;
    border: 1px solid #bdbdbd;
}
@media screen and (max-width: 640px) {
    .uc-project-light .t650 .t650__inner-col {
        background-color: #111 !important;
        border: none;
    }
}

/* Catalog card in mobile ENDS */

/* About typo styles START */
.t476__title, .t476__descr {
    text-align: left;
}
.t476__content {
    border-radius: 24px;
}
/* About typo styles END */

/* Catalog title style STARTS */
.t923 .t-section__topwrapper, .t688 .t-section__topwrapper, .t902 .t-section__topwrapper, .t650 .t-section__topwrapper {
    margin-bottom: 30px !important;
}
.t-title_xs {
    font-size: 30px !important;
    line-height: 1.2 !important;
    color: #fff;
}
.uc-benefits .t-title_xs, .uc-project-light .t-title_xs {
    color: #232323;
}
@media screen and (max-width: 480px) {
    .t-title_xs {
        text-align: left;
        font-size: 24px !important;
    }
}
/* Catalog title style ENDS */