/* Категория А. Первый экран. Парящие конусы */
.cone-small {
    transform: translate(25px, 50%);;
}
.cone-big {
    transform: translate(60px, 57%);
}
.cone-orange {
    transform: translate(0, 50%);;
}

@media screen and (max-width: 959px) {
    .cone-small, .cone-big, .cone-orange { display: none;}
}


/* Категория А. Фотогрфии мотоциклов */
@media screen and (max-width: 480px) {
    .uc-adaptive-gal .t667__tile {
        width: 100%;
    }
    
    .uc-adaptive-gal .t667__tile_left {
        padding-right: 0;
        padding-bottom: 10px;
    }
    
    .uc-adaptive-gal .t667__tile_right {
        padding-left: 0;
    }
}

/* Карточки товаров */
.uc-product-a .t-store__card .t-typography__title {
	max-width: 65%;
    margin: 0 auto;
}



.t-store__prod-popup__price-wrapper {
     font-size: 16px !important;
}

.t-store__prod-popup__text {
    font-size: 14px !important;
}


/* Иконки соцсетей */
.uc-top-header .t-sociallinks__item .t-sociallinks__svg path {
    transition: all .2s;
}

.uc-top-header .t-sociallinks__item:hover .t-sociallinks__svg path {
	fill: #091115;
}