a.addCart:hover{
	color:#fff;
}
.header__top--box ul{
	display:inline-block;
}
.header__top--box .bx-basket{
	display:inline-block;
	margin-left:10px;
}
.bx-basket-block a{
	color:#1D357C;
}
.contact-items {
	display: flex;
    padding-bottom: 166px;
    padding-top: 36px;
}
.contact-item {
	padding-left: 0.6875em;
    padding-right: 0.6875em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

.contact-item-wrap {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(29, 53, 124, 0.08);
    border-radius: 10px;
}

.contact-item-desc .city {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #1D357C;
    display: flex;
}

.city img {
    padding-right: 10px;
}

.contact-item-desc {
    padding: 20px;
}

.contact-item-desc .name {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	color: #7783A7;
	padding-top: 27px;
	padding-bottom: 3px;
	max-width: 60%;
}

.contact-item-desc .address {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-decoration-line: underline;
	color: #1D357C;
}

.contact-item-desc .phone {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 500;
	font-size: 19px;
	line-height: 25px;
	color: #000000;
}

.contact-items > div:nth-child(2) > div > div.contact-item-desc {
	padding-bottom: 104px;
}

.contact-items > div:nth-child(3) > div > div.contact-item-desc {
	padding-bottom: 104px;
}

.shedule {
	display: flex;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}

.shedule > div:nth-child(2) {
	padding-left: 70px;
}

@media (max-width: 991px) {
	.contact-items {
		flex-direction: column;
	}
	.contact-item-img img {
		width: 100%;
	}
	.contact-item {
		max-width: 100%;
		margin-bottom: 50px;
	}

}

.delivery-pay-page {
	padding-top: 20px;
}
.g-recaptcha{
	margin-bottom:15px;
}