/* 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: 397px;
	height: 90px;
	background: url(../../../images/yootheme/logo-daas.jpg) 50% 50% no-repeat;
	background-size: contain;
}

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

	.custom-logo { height: 60px; }
	
}
/*блок с телефонами*/
.b-phones {
    list-style: none;
	padding-left: 0px;
	margin: 0px 0;
}

.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 блок с телефонами*/