#rec1082346611.uc-cookie .t886{
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -20px;
}

@media screen and (max-width: 980px) {
    #rec1082346611.uc-cookie .t886{
        transform: translate(0, 0);
    }
}
@media screen and (max-width: 500px) {
    #rec1082346611.uc-cookie .t886__wrapper {
        display: flex;
        flex-direction: column;
    }
}

.t190 .t190__button {
	box-shadow: 0 0 5px 1px;
	background: #20f;
}

.uc-grid-img-custom .t156__wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 20px;
}

.uc-grid-img-custom .t156__item {
    margin: 0 ;
}

@media (max-width: 600px) {
    .uc-grid-img-custom .t156__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}