#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);
    }
}

.uc-mobile-header .t451__container {
    border-bottom: 2px solid #000;
}

.uc-mobile-search .t985__widgetheader {
    height: 90px;
    display: flex;
}

.t-sociallinks__item_phone.custom {
    padding: 0;
}

.t-sociallinks__item_phone.custom .phone-icon {
    display: block;
    width: 32px;
    height: 32px;
}

.uc-mobile-header .t451__burger-wrapper__mobile * {
    margin: 0;
}

.uc-mobile-header .t451__burger-wrapper__mobile {
    gap: 10px;
}

.t-btn.t-btnflex.t-btnflex_type_button.t-btnflex_sm.custom {
    color: #ffffff !important;
    background-color: #1f5bff;
    border-style: solid !important;
    border-color: #1f5bff !important;
    --border-width: 3px;
    border-radius: 30px;
    box-shadow: none !important;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform;
    transition-timing-function: ease-in-out;
}

.t-btn.t-btnflex.t-btnflex_type_button.t-btnflex_sm.custom:not(.t-animate_no-hover):hover {
    background-color: #ff0000 !important;
}