.uc-categories-block .t688__img-wrapper {
    height: 383px;
}

.uc-categories-block .t688__row {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
}

.uc-categories-block .t688__inner-col {
    border: 1px solid #ececec;
    transition: transform ease 0.2s, box-shadow ease 0.2s;
}

.uc-categories-block .t688__inner-col:hover {
    transform: translateY(-1px);
}

.uc-categories-block .t688__inner-col:hover .t-card__title {
    color: #8c8ed6!important;
}

.uc-custom-footer .t977__col_center {
    text-align: left;
}

.uc-custom-footer .t977__col-inner {
    max-width: 330px;
    margin: 0;
}

.uc-custom-footer .t977__col-inner:first-child {
    max-width: 290px;
    margin-right: 156px;
}

.uc-custom-footer .t977__col_left {
    width: 215px;
    margin: 0 166px 0 15px;
}

.uc-custom-footer .t977__menu li:first-child {
    margin-bottom: 25px;
}

.uc-bottom-footer {
    padding: 0 15px;
}

.uc-bottom-footer .payment-methods img {
    height: 27.31px;
    width: auto;
}

.bottom-footer-box {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    padding: 0 15px 60px;
}

.bottom-footer-box .bottom-footer-item-2 p {
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.bottom-footer-box .bottom-footer-item-2 {
    width: 345px;
}

@media (max-width: 1200px) {
    .uc-bottom-footer .t396 {
        max-width: 960px;
        margin: 0 auto;
    }
    .uc-custom-footer .t977__col-inner {
        width: 200px;
    }
    .uc-custom-footer .t977__col-inner:first-child {
        margin-right: 120px;
    }
    .bottom-footer-box {
        max-width: 930px;
        margin: 0 auto;
    }
    .bottom-footer-box .bottom-footer-item-2 {
        width: 230px;
    }
}

@media (max-width: 960px) {
	.uc-categories-block .t688__row .t688__col {
		width: 50%;
	}
	.t688__row:not(:first-child) {
        margin-top: 0!important;
    }
    .uc-custom-footer .t977__col_left {
        margin: 0 50px 0 15px;
    }
    .uc-custom-footer .t977__col_center {
        width: 500px;
    }
    .uc-custom-footer .t977__col-inner:first-child {
        margin-right: 50px;
    }
    .bottom-footer-box {
        max-width: 100%;
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 20px;
        padding: 0 30px 60px;
    }
    .bottom-footer-box .bottom-footer-item-2 {
        width: auto;
    }
}

@media (max-width: 809px) {
    .uc-custom-footer .t977__col_center {
        width: 50%;
    }
    .uc-custom-footer .t977__col-inner:first-child {
        margin-bottom: 30px;
    }
}

@media (max-width: 640px) {
    .uc-custom-footer .t977__col_center {
        width: 100%;
    }
    .uc-custom-footer .t977__col-inner {
        width: 45%;
    }
}

@media (max-width: 547px) {
    .uc-custom-footer .t977__col_left {
        margin: 0 auto;
    }
    .uc-custom-footer .t977__col-inner {
        width: 100%;
    }
}

@media (max-width: 539px) {
	.uc-categories-block .t688__row .t688__col {
		width: 100%;
	}
}