.geo-lists ul {    
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-size: 20px;
    line-height: 24px;
    gap: 20px;
    padding: 0;
    margin: 0;
}
.geo-lists ul li {
	list-style: none;
	padding-left: 30px;
	position: relative;
}	
.geo-lists ul li:before {content: '';
    top: 9px;
    left: 12px;
    width: 6px;
    height: 6px;
    background: #000;
    position: absolute;
}
@media (max-width: 700px) {
	.geo-lists ul {    
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.boxWhite {
	padding: 30px;
	background: #fff;
}
.latest_post_top .card__block {
    position: relative;
    padding: 15px;
    margin-bottom: 15px !important;
}
.post-meta {
	margin-bottom: 40px;
    width: fit-content;
    padding: 20px;
    border: 1px solid #e1e1e1;
}
.post-meta .post-meta_top {
	font-weight: 700;
}
.post-meta p {
	margin: 0 !important;
}
.footer__contacts__block {
    display: grid !important;
    grid-template-columns: 260px 1fr !important;
}
@media screen and (max-width: 991px) {
	.footer__contacts__block {
		display: flex !important;
		flex-direction: column;
	}
}
.popup-modal {
	display: contents;
}
.white-popup-block {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}
.location__title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}
.location__wrapper {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 33% 33% 33% !important;
    grid-gap: 0 !important;
    --break-row: 23 !important;
    grid-auto-flow: column !important;
    grid-template-rows: repeat(var(--break-row), 1fr) !important;
}
.location__city {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
.location__city a {
    color: #000;
    text-decoration: none !important;
    display: block;
    transition: all 0.3s ease-in-out;
}
.location__city a:hover {
	opacity: .7;
}

.callToAction.section {
	background: #1088b0;
	color: #fff;
	text-align: center;
}

.callToAction.section .header__phone__call {
    background: #fff;
    border: none;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px;
    border-radius: 5px;
    color: #1088b0;
	transition: all .5s;	
}

.callToAction.section .header__phone__call:hover {
	opacity: .8;
}

.discounts.section {
	text-align: center;
	font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.discounts.section img {
	width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 10px solid #1088b0;
	margin-bottom: 20px;
}

.discounts.section p {
	margin: 0;
}

@media (max-width: 800px) {
	.discounts.section .col-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.discounts.section p {
		margin: 10px 0;
	}
}

.page-template-default .breadcrumbs,
.page-template .breadcrumbs {
    margin: 10px  0 20px 0 !important;
}

.header__dropdown__title:after {
    top: calc(50% - 7px) !important;
}

.header__dropdown__title:hover:after {
    top: calc(50% - 4px) !important;
}

.footer_div {
	display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.footer_div.first_screen .footer__contacts p {
	margin: 3px 0;
}

.footer_div.first_screen {
	margin: 30px 0 0 0 !important;
}

.footer_div.first_screen .footer__social {
    margin: 0;
}

@media (max-width: 600px) {
	.footer_div {
		flex-direction: column;
   	 	margin: 30px 0 !important;
    	align-items: flex-start !important;
	}
	.footer_div.first_screen {
		margin: 30px 0 15px !important;
    	gap: 20px !important;		
	}
	.footer_div {
    	gap: 0 !important;
	}
	.footer__search {
		margin: 15px 0 0 0 !important;
	}
}