.shop-phone {
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
   
.icon-telephone2:before {
	position: absolute;
	top: 0px;
}

.shop-phone a {
	font-size: 14px;
	font-weight: 700;
}

.parking {
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	width: 100%
	}

@media (max-width: 767px) {
	header .module .parking {
		margin-left: 0px;	
	}}


.icon-parking {
	font-size: 20px;
}

  .shop-phone i {
    font-size: 21px;
    line-height: 21px;
    color: #888888;
    padding-right: 7px; }
  .shop-phone strong {
    color: #888888;
 }
  .shop-phone a:hover {
    color: #fe8080; }

.shop-phone ul.phone-number {
	margin-bottom: 0px;
	display: block;
}

#contact-link { }
  #contact-link a {
    padding: 0px;
    position: relative;
    display: block;
    color: #888888;
    font-size: 12px;
    line-height: 1.333;
    letter-spacing: 0.06em;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-left: none; }
    #contact-link a:hover, #contact-link a.active {
	color: #fe8080;
}

@media (max-width: 767px) {
  #contact_block {
    margin-bottom: 20px; } }
#contact_block .label {
  display: none; }
#contact_block .block_content {
  color: #888888; }
#contact_block p {
  margin-bottom: 4px; }
#contact_block p.tel {
  font: 400 17px/21px "PT Sans", sans-serif;
  color: #888888;
  margin-bottom: 6px; }
  #contact_block p.tel i {
    font-size: 25px;
    vertical-align: -2px;
    padding-right: 10px; }

@media (max-width: 991px) {
	#header #contact-link {
		display: none;
	}}
