/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
.custom-logo {
	display: inline-block;
	width: 321px;
	height: 90px;
	background: url(../../../images/yootheme/logo-zapravki.png) 50% 50% no-repeat;
	background-size: contain;
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	.custom-logo { height: 60px; }
	
}

.phone_f {min-height:20px; padding:4px 0 0px 40px;background: url('/images/icon/mobile_phone.png') top  left no-repeat;}
.fax_f { min-height:30px; padding:4px 0 0px 40px;background: url('/images/icon/fax.png') top  left no-repeat;}
.email_f {min-height:30px;  padding:4px 0 0px 40px;background: url('/images/icon/mail.png') top  left no-repeat;}
.address_f { min-height:30px; padding:0px 0 0px 40px;background: url('/images/icon/address.png') top  left no-repeat;}

/* CSS блок с телефонами*/
.b-phones {
    list-style: none;
   padding-left: 0px;
   margin: 0px 0;
width: 140px;
}
 
.phones__item{
   display: inline-block;
   height: 17px;
   margin-bottom: 0px;
   font-size: 17px;
   color: #000;
   line-height: 17px;
}
.phone_home{padding-left: 25px; background: url(/images/phones.png?1) no-repeat 0 1px}
.phone_velcom{padding-left: 25px; background: url(/images/phones.png?1) no-repeat 0 -17px}
.phone_mts{padding-left: 25px; background: url(/images/phones.png?1) no-repeat 0 -35px}
.phone_life{padding-left: 25px; background: url(/images/phones.png?1) no-repeat 0 -53px}
 
.phones__item span /*code*/{
   font-size: 13px;
   line-height: 15px;
   vertical-align: bottom;
   color: #9E9E9E;
}
/* END блок с телефонами*/