/**
 * Custom CSS settings from the developers of website bskexpress.ru
 * 
 * Copyright (c) 2013 БСК Экспресс (bskexpress.ru)
 */


.no-underline {
	text-decoration: none;
}

.slider-main, .preview-wrap-main {
    margin: 0;
}

.slider-main .bx-wrapper {
    margin: 0 0 20px 0;
    height: 290px;
}

.slider-main .bx-wrapper .main {
    padding: 0;
    height: 290px;
}

.slider-main .bx-wrapper .main .text {
    position: absolute;
    bottom: 0;
    right: 0;
}

.slider-main .main .image {
    right: auto;
}

.preview-wrap-main .preview {
    width: 75px;
    height: 42px;
}

/* Catalog */

.product-card-instructions-downloads {
	margin: 20px 0 0 0;
}

.index-page-product-h2, .index-page-product-p {
	position: relative;
	z-index: 1;
}

.catalog-item {
    position: relative;
}

.catalog-item h2 {
    text-align: center;
}

.catalog-item .catalog-list-item-more-button {
    position: absolute;
    bottom: 25px;
    left: 74px;
}

.product-page-h1 {
    margin: 15px 0;
    padding: 0 0 0 29px;
}

.product-page-group {
    border-top: 1px solid #dedede;
}

.item .image-wrap {
    padding: 25px 20px 30px 30px;
}

.item .description {
    padding: 15px 10px 10px 40px;
}

/* /Catalog */


/* Forms */

.error {
	border-color: #F00; 
}

#send-callback-overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 562px;
	height: 601px;
	background: #000;
	opacity: 0.8;
	z-index: 9;	
}

#send-callback-loader, #send-callback-text {
	display: none;
	position: absolute;
	margin: 263px 0 0 0;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 10;	
}

#send-callback-text {
	margin: 273px 0 0 0;
	color: #FFF;
}

/* /Forms */


/* Captcha */

#captcha_img, #callback_captcha_img {
	margin: 5px 0 0 0;
}

#captcha_reset, #callback_captcha_reset {
	position: relative;
	margin: 0 0 0px 15px;
	top: 13px;
	cursor: pointer;
	border-bottom: 1px dashed #157dc6;
}

/* /Captcha */


/* News */

.back-to-new-lent {
	margin: 5px 0 10px 0;
}

/* /News */


/* Search */

#search-result-info {
	margin: 0 0 10px 0;
}

#search-results a {
	display: inline-block;
	margin: 0 0 5px 0;
} 

#search-results p {
	margin: 0 0 15px 0;
}

/* /Search */


/* Content */

.documentation .downloads {
    width: 100%;
    box-sizing: border-box;
}

.download-item {
    /*margin: 22px 10px 0 10px;
    width: 273px;
    float: left;*/
}

.instruction-category-wrap {
    margin: 0 0 15px 0;
    padding: 10px;
    border: 1px solid #10528e;
}

.instruction-category-title {
    position: relative;
}

.instruction-category-title-link {
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

.instruction-category-title-link:hover {
    text-decoration: underline;
}

.documentation-menu-triangle {
    position: absolute;
    margin: 2px 0 0 0;
    right: 0;
    width: 12px;
}

.documentation-menu-triangle.transformed {
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}

.instructions-container {
    display: none;
    margin: 20px 0 0 30px;
}

/* /Content */