/* Общие стили */
body, h1, h2, h3, h4, h5, h6, p, span, a, button, div, strong, ul, li, ol {
    font-family: 'Roboto', Arial, sans-serif !important;
}

.t-btn, button, a[role="button"] {
    border-radius: 5px !important;
}


.uc-nav .tmenu-mobile__container {
    z-index: 10;
}

.uc-navbar-mobile a[href="#zvonok1"] {
    padding: 10px;
    border-radius: 5px;
}


.uc-lend_futter {
    display: none;
}


/* Главный фон */

.uc-mainBaner, .uc-futter, .uc-lend_futter, .uc-slide1, .uc-slide2, .uc-slide3, .uc-slide4, .uc-slide5 {
    background-image: linear-gradient(-30deg, #1A3175, #0C84B8) !important;
}


.uc-navbar .t481__maincontainer {
    background-image: linear-gradient(-30deg, #1A3175, #0C84B8) !important;
    border-radius: 10px;
}




/* Карточка товара */

/* Липкая галерея */
.t-store__prod-popup__col-left.t-col.t-col_6 {
 position: sticky;
 top: 15px;
}

/* Store */
#allrecords .t-rec .t-store{
 padding-top:0px;
}

/* Link */
.t-store__prod-popup__col-right .t-store__prod-popup__btn-wrapper a{
 color:transparent !important;
 background-color:#2164aa !important;
}


/* описание */
.t-store__prod-popup__col-right .js-store-prod-text .js-store-prod-all-text{
 font-size:16px !important;
}


/* Column 12/12 */
.js-store-product .js-store-tabs{
 font-size:16px !important;
}

/* Division */
.js-store-product .js-store-tabs .t-store__tabs__list{
 font-size:16px !important;
}

/* Store tab button */
.t-store__tabs__list .t-store__tabs__item .js-store-tab-button{
 font-size:16px;
 border-color:#2164aa !important;
}

/* Heading */
.t-store__tabs__list .t-store__tabs__item h2{
 color:#2164aa !important;
 font-size:18px !important;
}

/* Descr */
.t-store__tabs__list .t-store__tabs__item .t-descr{
 min-width: 100% !important;
 font-size:16px !important;
 padding-top:10px !important;
 font-weight: 500 !important;
}

/* Heading */
.t-store__prod-popup__col-right .t-store__prod-popup__title-wrapper h1{
 font-size:32px !important;
}






