/* Кастомный файл стилей */

.scrollTop {
    background: url("img/arrows2.png") no-repeat scroll 0 -55px rgba(0, 0, 0, 0);
    bottom: 50px;
    display: block;
    height: 50px;
    left: 10px;
    position: fixed;
    width: 50px;
    z-index: 2000;
}


.icpt_popup {
	position: absolute;
	z-index: 1001;
	left: 20px;
	top: -50px;
	width: 250px;
	background: #fff;
	box-shadow: 0 0 15px -1px #b0b0b0;
	padding: 10px 20px 10px 15px;
	border-radius: 5px;
	font-size: 14px;
}
.icpt_popup_bg {
	display:none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.icpt_popup .icpt_close {
	position: absolute;
	display: block;
	top: 0px;
	right: 5px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	text-indent: -500px;
	overflow: hidden;
}
.icpt_popup .icpt_close:after {
	display: block;
	content: '×';
	position: absolute;
	line-height: 24px;
	font-size: 24px;
	text-indent: 0;
	top: 0;
	right: 0;
}

#main_page_videos .videos-list iframe {
    width: 100%;
    height: 256px;
}

.main-h1 {
	color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
}

.in-h1 {
    color: #4a4a4a;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    margin: 10px 0 25px;
}

.centerm {
    text-align: center;
	margin-top:10px;
	margin-bottom:10px;
}

.sectionSelect {
	margin-bottom:20px;
}
.subsectionSelect {
	margin-bottom:20px;
}
.subsubsectionSelect {
	margin-bottom:20px;
}
.goodsSelect {
	margin-bottom:20px;
}

#content .add_price_text {
    font-size: 20px;
    margin-right: 0;
}

/* сертификаты и инструкции по монтажу */
#search-cert {
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	background: #fff;
	height: 46px;
	padding: 5px 35px 5px 5px;
	font-size: 16px;
	line-height: 20px;
	outline: medium none;
	display: block;
	box-sizing: border-box;
	width:50%;
	color: #666;
	background-image: url(/style/images/search1.png);
	background-repeat: no-repeat;
	background-position: right center; 
}
.manual_header{
	display:block;
	float:right;
    text-decoration: none; 
    border-bottom: 1px dashed #008ac1; 
}
.manual_item{
	display:none;
}

/* телефоны в шапке */
.hidden {
	display:none;
}

.ext-video-duration {
    background-image: url("images/clock.svg");
	background-repeat: no-repeat;
	padding-left:20px;
	background-position: left 0;
	font-family:	"Roboto",​sans-serif;
	font-size:	13px;
	font-weight:	500;
	font-style:	normal;
	font-size-adjust:	none;
	height:24px;
}

/* формы */
label.error {
	display:block;
	color:red;
}

.form-argeement label.error {
    top: 18px;
    left: 40px;
}

/* партнёрам */
.partners input {
	display: inline-block;
	border-radius: 3px;
	border: none;
	height: 45px;
	padding: 12px;
	font-size: 16px;
	line-height: 20px;
	box-sizing: border-box;
	color: #a3a3a3;
	margin: 10px;
	width: 80%;
}
.partners button {
	font: 300 16px 'Roboto', sans-serif;
}

input[type="text"], textarea {
	font: 300 16px 'Roboto', sans-serif;
}