/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

header .nav-main-collapse.collapse{margin-top: 1px;}
.form form[name=aspro_allcorp_price] .form-body {
	padding: 30px 85px;
	background: url(../images/background.png) #eaf0f2 0 0 no-repeat;
	background-size: cover;
}

.form form[name=aspro_allcorp_price] .form-header {
	margin-bottom: 20px;
	background: white;
}

header{
	position: relative;
}

header > .container{
	background: url('../images/bg-top.png') no-repeat 15px;
}

header .logo{
	padding-left: 20px;
}
header .logo-description {
	font-size: 15px;
	line-height: 16px;
	margin-top: 9px;
	text-align: center;
}

.top-description {
	color: #fff !important;
}

.col-header-price{
	height: 90px;
}

.header-price{
	position: relative;
	background-color: #244D93;
	display: inline-block;
	width: 100%;
	height: 32px; 
	line-height: 32px; 
	margin: auto;
	cursor: pointer;
	text-decoration: none;
	padding-left: 14px;
	border-radius: 20px;
	color: #fff;
	padding-right: 48px;
	white-space: nowrap;
	text-overflow: ellipsis;
	/*overflow: hidden;*/
}

.header-price:hover {
	color: #fff;
	text-decoration: none;
}

.header-price:after {
	content: ' ';
	background: url("../images/ic-excel.svg") no-repeat center #244D93;
	background-size: 27px;
	width: 48px;
	height: 48px;
	border-radius: 50px;
	border: 1px solid #4777C6;
	position: absolute;
	display: block;
	top: -9px;
	right: 0;
}

.uzori{
	height: 72px;
	width: 100%;
	background: url("../images/uzory.jpg") repeat-x;
	background-size: 100%;
}
	.uzori.reflect{
		transform: scaleX(-1);
	}
.uzori.twice{
	height: 41px;
	background-size: 50%;
}

	.middle-row.left-columns{
		padding-top: 6px;
	}
.center-column{
	padding-top: 20px;
}
.circle{
	display: inline-block;
	background-color: #4777C6;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 50%;
	text-align: center;
}
	.circle i{
		vertical-align: middle;
		display: inline-block;
		
	}
	i.youtube{
		width: 27px;
		height: 19px;
		background: url("../images/ic-youtube.svg") no-repeat center transparent;
		background-size: 90%;
	}
	i.mail{
		width: 25px;
		height: 19px;
		background: url("../images/ic-mail.svg") no-repeat center transparent;
		background-size: 90%;
	}
	i.phone-2{
		width: 24px;
		height: 23px;
		background: url("../images/ic-phone.svg") no-repeat center transparent;
		background-size: 90%;
	}



/* Small devices (tablets, 320px and up) */
@media (min-width: 320px) {
	header > .container{
		background: #244D93;
	}
	header {
		margin-bottom: 19px;
	}
	header .logo{
		padding-left: 0px;
	}
	header .logo img{
		width: 160px;
	}
	.center-column{
		padding-top: 0;
	}
}


/* Small devices (tablets, 992px and up) */
@media (min-width: 992px) {
	header > .container{
		background: #fff;
	}
	header {
		margin-bottom: 0px;
	}
	header .logo{
	}
	header .logo img{
		width: auto;
	}
	.center-column{
		padding-top: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	.middle-row{
		height: 50px;
	}

}

.ordering-wrap .select-outer {
width: 275px; }


