
#pagetitle{
	font-size: 42px;
    font-weight: 500;
}
.block_shops{
	width: 75%;
	padding-left: 16px;
    padding-right: 16px;
}
.row_store{
	display: flex;
	justify-content: space-between;
	color: #222222;
	padding-top: 50px;
	padding-bottom: 50px;
}

.row_store.gray{
	background-color: #F1F1F1;
	border-radius: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
.col_store.st_name{
	padding-left: 20px;
}
.row_store.gray .row_desc.m_bot{
   margin-bottom: 30px;
}
.row_store .col_store{
	width: 33%;
}
.sep_grey{
	background-color: #EEEEEE;
	height: 1px;
	width: 100%;

}
.st_name_title{
	color: #02B44B;
	font-size: 10px;
	text-transform: uppercase;
}
.st_name_content{
	font-size: 26px;
	font-weight: 500;
}
.r_title{
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
}
.r_content span{
	color: #02B44B;
}
.social_title{
	color: #999999;
	font-size: 10px;
	text-transform: uppercase;
}
.social-block{
	margin: 25px 0px;
}
.feedback .previewtext{
	margin-bottom: 30px;
}
.feedback .previewtext a{
    color: #222222;
}
.contacts_map{
	margin-bottom: 60px;
	
}
.right_block_store {
    min-height: 550px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.contacts_map .bx-yandex-view-layout {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
    margin: 0;
}
.contacts_map .bx-yandex-view-map {
    min-height: 550px;
}
.ymaps-map.ymaps-i-ua_js_yes{
	height: 550px !important;
}
.breadcrumbs .breadcrumbs__item:last-child .breadcrumbs__item-name{
	color: #02B44B;
}
.row_desc.m_bot .r_content{
	max-width: 250px;
}
.feedback .button_wrap{
	margin-bottom: 24px;
}
.col_store a{
	color: #222222;
}
.col_store a:hover{
	color: #02B44B;
}


@media screen and (max-width: 1000px){

	.block_shops{
		width: 100%;
	}
    .maxwidth-theme .col-md-3 {
        width: 100%;
    }
    .row_store.gray .row_desc {
	    margin-bottom: 20px;
	}
	.row_store.gray .row_desc.m_bot {
	    margin-bottom: 20px;
	}
	.gray .col_store.st_name {
        margin-bottom: 20px;
    }
    .row_store.def .col_store{
		margin-bottom: 20px;
    }
    .row_store.def .col_store:last-child{
		margin-bottom: 30px;
    }
    .row_store.def{
    	padding-top: 30px;
	    padding-bottom: 0px;
    }
}

@media screen and (max-width: 680px){
	.row_store {
		flex-wrap: wrap;
	}
	.row_store .col_store {
	    width: 100%;
	}
	.col_store.st_name{
		padding-left: 0px;
	}
	.row_store{
		padding-left: 20px;
	}
	.contacts_map{
		margin: 20px 0px;

	}


}


@media (max-width: 550px) {
    .maxwidth-theme {
        margin-top: 21px;
    }
    .row_store {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
}