

/* Start:/local/components/shop/contacts/templates/.default/style.css?17516343705930*/

.contacts{
	display: flex;
}

.contacts-list{
	width: 100%;
	max-width: 300px;
}

@media(max-width: 1400px){
	.contacts-list{
		max-width: 200px;
	}
}

@media(max-width: 900px){
	.contacts-list{
		display: none;
	}
}


.cl-contact{
	width: 100%;
	
	border: 1px solid #F9F9F9;
	border-right: none;
	
	margin: 0 0 10px 0;
	
	display: flex;
	justify-content: space-between;
}

.cl-contact:hover,
.cl-contact.active{
	background: rgb(180,212,113);
	background: -moz-linear-gradient(90deg, rgba(180,212,113,1) 0%, rgba(232,193,114,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(180,212,113,1) 0%, rgba(232,193,114,1) 100%);
	background: linear-gradient(90deg, rgba(180,212,113,1) 0%, rgba(232,193,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b4d471",endColorstr="#e8c172",GradientType=1);
}

.cl-contact:last-child{
	margin:0;
}

.cl-contact-title{
	font-family: 'Myriad Pro Cond';
	font-weight: bold;
	font-size: 19px;
	color: #666666;
	
	cursor: pointer;
	
	display: flex;
    align-items: center;
	width: 100%;
	padding: 0 0 0 15px;
}

.cl-contact:hover .cl-contact-title,
.cl-contact.active .cl-contact-title{
	color: #ffffff;
}

.cl-contact.all-coords .cl-contact-title{
	height: 36px;
}

.cl-contact-ico{
	background: #E8C172;
	
	display: flex;
    align-items: center;
	justify-content: center;
	
	cursor: pointer;
	
	padding: 10px;
	
	font-family: 'sidebar-arrow';
}

.contacts-map{
	width: calc(100% - 300px);
	
	display: flex;
    flex-direction: column;
}

@media(max-width: 1400px){
	.contacts-map{
		width: calc(100% - 200px);
	}
}

@media(max-width: 900px){
	.contacts-map{
		width: 100%;
	}
}

.contacts-map-btn{
	display: none;
}

@media(max-width: 900px){
	.contacts-map-btn{
		display: block;
		padding: 10px;
		background: #D5D5D5;
		
		font-family: 'Myriad Pro SemiExt';
		color: #ffffff;
		font-weight: 300;
		text-align: center;
		text-transform: uppercase;
		
		cursor: pointer;
	}
}

.contacts-map #map{
	width: 100%;
	min-height: 500px;
	height: 100%;
	
	display: flex;
	
	background: #F9F9F9;
}

@media(min-width: 900px){
	.contacts-map-wrap{
		width: 100% !important;
		height: 100%;
	}
}

@media(max-width: 900px){
	.contacts-map-wrap{
		height: 100px;
		overflow: hidden;
		
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}

.contacts-map-hint {
	display: inline-block;
	font-family: 'Myriad Pro';
	color: #000000;
	
	background: #ffffff;
	padding: 10px;
	
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.3);
}

.contacts-map-hint b{
	display: inline-block;
	
	font-family: 'Myriad Pro';
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	color: #666666;
	
	padding: 10px;
}

.contacts-map-hint span{
	display: inline-block;
	white-space: nowrap;
	color: #666666;
	
	padding: 10px;
}

.contacts-map-hint a{
	display: inline-block;
	white-space: nowrap;
	color: #666666;
	
	padding: 10px;
}



.contacts-list-more{
	padding: 20px 0 0 0;
}

.clm-contact{
	margin: 10px 0 0 0;
}

.clm-contact-title{
	font-family: 'Myriad Pro Cond';
	font-weight: bold;
	font-size: 19px;
	line-height: 19px;
	color: #666666;
	
	padding: 10px;
	background: #F9F9F9;
	
	cursor: pointer;
	
	display: flex;
	align-items: center;
}

.clm-contact-title:hover,
.clm-contact.active .clm-contact-title,
.clm-contact.open .clm-contact-title{
background: rgb(232,193,114);
background: -moz-linear-gradient(90deg, rgba(232,193,114,1) 0%, rgba(242,219,172,1) 50%, rgba(180,212,113,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(232,193,114,1) 0%, rgba(242,219,172,1) 50%, rgba(180,212,113,1) 100%);
background: linear-gradient(90deg, rgba(232,193,114,1) 0%, rgba(242,219,172,1) 50%, rgba(180,212,113,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8c172",endColorstr="#b4d471",GradientType=1);
	color: #ffffff;
}

.clm-contact-logo{
	margin: auto 10px auto 0;
}

.clm-contact-title:hover .clm-contact-logo,
.clm-contact.active .clm-contact-logo,
.clm-contact.open .clm-contact-logo{
	display: none;
}

.clm-contact-logo-w{
	display: none;
	margin: auto 10px auto 0;
}

.clm-contact-title:hover .clm-contact-logo-w,
.clm-contact.active .clm-contact-logo-w,
.clm-contact.open .clm-contact-logo-w{
	display: inline-block;
}


.clm-contact-info{
	display: none;
	width: 100% !important;
	
	background: #F9F9F9;
}

.clm-contact.open .clm-contact-info{
	display: block;
}

.clm-contact--wrap{
	padding: 10px;
	display: flex;
    flex-direction: column;
}

.clm-contact-show-map{
	padding: 10px 0;
    margin: 0 0 -30px auto;
	position: relative;
    z-index: 1;
	cursor: pointer;
}

@media(max-width: 900px){
	.clm-contact-show-map{
		margin: 0 0 10px 0;
	}
}

.clm-contact-sm-ico{
	font-size: 18px;
	font-family: 'sidebar-location';
	color: #CE9622;
	padding: 0 10px 0 0;
}

.clm-contact-sm-t{
	font-size: 15px;
    text-decoration: underline;
    color: #a2c160;
}

.clm-contact-phone{
	display: inline-block;
	padding: 0 0 15px 0;
	color: #CE9622;
}

.clm-contact-email{
	display: inline-block;
	padding: 0 0 15px 0;
	color: #CE9622;
}

.clm-contact-address{
	padding: 0 0 15px 0;
}

.clm-contact-requisites{
	
}





/* End */
/* /local/components/shop/contacts/templates/.default/style.css?17516343705930 */
