

/* Start:/bitrix/templates/sushi/components/bitrix/news.list/about_contacts/style.css?17248341966193*/
.index_contacts {
	margin-bottom: 40px;
	font-size: 34px;
	text-align: center;
}

.index_contacts a {
	display: inline-block;
	padding: 20px;
	width: 80px;
	max-height: 80px;
	border: 1px solid #ddd;
	border-radius: 60px;
	text-align: center;
}

table.contacts i{
	display: inline-block;
	float: left;
	width: 25px;
}

body{
	background-color:#F5F5F5 !important;
}

#changeMe{
	background-color:#ffff !important;
	border-bottom: 1px solid rgb(233, 233, 233);
}
.navbar{
	margin-bottom:0 !important;
}

.title_page_main{
	display:none;
}
.index_title{
	margin-top: 55px;
	margin-bottom: 20px;
}
.page-contacts {
    border-radius: 20px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.03);
    background: rgb(255, 255, 255);
    padding: 50px;
	margin-bottom: 20px;
}
.adress-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}
.adress-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
}
.adress-item h2 {
    color: rgb(40, 43, 46);
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    margin: 0;
}
.adress-title {
    color: rgb(151, 151, 151);
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    margin-top: 20px;
}
.adress-contetnt {
    color: rgb(40, 43, 46);
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
}
.adress-hr{
	border-top: 1px solid #f5f5f5;
    margin-top: 50px;
    margin-bottom: 50px;
}

.map img {
    width: 214px;
    height: 214px;
    border-radius: 20px;
    backdrop-filter: blur(3.37px);
    background: rgba(255, 255, 255, 0.3);
}

.map .span-more {
    color: rgb(106, 106, 106);
    font-family: Ubuntu;
    font-size: 11px;
    font-weight: 400;
    line-height: 120.9%;
    text-align: left;
}

.page-contacts1 {
    border-radius: 20px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.03);
    background: rgb(255, 255, 255);
    padding: 24px;
    margin-bottom: 20px;
}

.adress-items .contacts {
    background: #F5F5F5;
    border-radius: 20px;
    padding: 8px 30px 20px;
}
h3.adress-title {
    color: rgb(151, 151, 151);
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    margin-top: 12px;
}
.adress-items .contacts .tel, .adress-items .contacts .email{
	display:flex;
	align-items: center;
}
.adress-items .tel .call_back strong a, .adress-items .email span a {
    color: rgb(40, 43, 46) !important;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}
.page-contacts1 .col-md-6.adress-items {
    justify-content: end;
    right: 52px;
}



@media (max-width: 750px) {
	.default_mobile, .fixed_mobile, .fixed_main_menu{display:none;}
	.index_akcii {margin-top: 96px !important;}
	body{
		background-color:#FFFFFF !important;
	}
	.index_title {
		color: rgb(40, 43, 46);
		font-family: Ubuntu;
		font-size: 20px !important;
		font-weight: 500;
		line-height: 23px;
		text-align: left;
		margin-top: 85px;
		margin-left: 10px;
		margin-bottom:30px;
	}
	
	.page-contacts {
		border-radius: 0; 
		box-shadow: none;
		background: rgb(255, 255, 255);
		padding: 0px;
		margin-bottom: 0px;
	}
	.adress-items {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
		margin-bottom: 15px;
	}
	.adress-item {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		padding: 20px !important;
		height: 151px;
		border-radius: 20px;
		box-shadow: 0px 3px 35.3px 0px rgba(92, 92, 92, 0.09);
		background: rgb(255, 255, 255);
	}
	.adress-item h2 {
		color: rgb(40, 43, 46);
		font-family: Ubuntu;
		font-size: 18px;
		font-weight: 500;
		line-height: 21px;
		text-align: left;
	}
	.adress-title {
		color: rgb(151, 151, 151);
		font-family: Ubuntu;
		font-size: 14px;
		font-weight: 400;
		line-height: 16px;
		text-align: left;
	}
	.adress-contetnt {
		color: rgb(40, 43, 46);
		font-family: Ubuntu;
		font-size: 16px;
		font-weight: 400;
		line-height: 18px;
		text-align: left;
	}
	
	.page-contacts1 {
		border-radius: 20px;
        box-shadow: 0px 3px 35.3px 0px rgba(92, 92, 92, 0.09);
        background: rgb(255, 255, 255);
        padding: 10px;
        margin-bottom: 20px;
	}
	.page-contacts1 .adress-items {
	    padding: 0;
	}
	
	.page-contacts1 .adress-items .adress-item {
		border-radius: 15px;
        box-shadow: none;
        padding: 10px !important;
	}
	
	    .div-button-zona {
        margin-bottom: 30px;
        padding: 0px !important;
    }
	.button-zona {
		position: relative;
		width: 210px;
		height: 48px;
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 14px 33px 14px 33px;
		border-radius: 20px;
		background: rgba(250, 181, 45, 0.22);
		justify-content: center;
		border: navajowhite;
		color: rgb(255, 169, 0);
		font-family: Ubuntu;
		font-size: 16px;
		font-weight: 500;
		line-height: 18px;
		text-align: left;
	}
	.button-zona:hover {
	background: #FAB52D75 !important;
    color: #FF9900 !important;
}
	
	
	
	
	
	
	.col-sm-6{
		padding-left:25px !important;
		padding-right:25px !important;
	}
	.akcii_index a {
		color: black !important;
		display: block;
		margin-bottom: 25px;
		border-radius: 20px;
		box-shadow: 0px 3px 35.3px 0px rgba(92, 92, 92, 0.09);
		background: rgb(255, 255, 255);
	}
	
	.catalog_more img.img-responsive {
		height: 190px;
		width: 430px;
	}
	.akcii_index .text .title {
		color: rgb(40, 43, 46);
		font-family: Ubuntu;
		font-size: 20px;
		font-weight: 500;
		line-height: 23px;
		text-align: left;
	}
	.div-button-akcii {
		margin-bottom: 20px;
		padding: 20px;
	}
	.button-akcii {
		width: 100%;
	}
  

}
/* End */
/* /bitrix/templates/sushi/components/bitrix/news.list/about_contacts/style.css?17248341966193 */
