/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
.catalog_block .cost.prices .price.discount {
    margin-right: 0;
    margin-left: 8px;
    font-size: 14px !important;
}


.catalog_block .cost.prices .price {
    margin-left: 0 !important;
    font-size: 15px;
}

.catalog_block .cost.prices .price.discount span {
    font-size: 11px;
}

.sale_block .sale_wrapper div {
    font-size: 10px;
}

.catalog_detail .item_main_info .price {
    text-align: left;
}
.catalog_detail .item_main_info:after {
    content: "";
    clear: both;
    float: none;
}

.catalog_detail .item_main_info .right_info .info_item:after {
    content: "";
    display: table;
    clear: both;
}
.item-title {

    min-height: 85px;
}
.specials.tab_slider_wrapp .tabs_content .tabs_slider> li, .tabs_slider >li.catalog_item, .slides >li.catalog_item {

    height: initial !important;

}
.module-pagination.aaa4 {
    display: block !important;
}

.image_wrapper_block img {
    max-height: 100%;
}
.tabs_slider .catalog_item .price,.tabs_slider  .view-list .price {
    display: block;
}
.flex-viewport .catalog_item .item_info {
    height: initial !important;
}
.price_measure {display:none;}

button.is-checked {background: blue;}


.item-stock {min-height:15px;}
.bx-soa-more-btn.col-xs-12 {
    justify-content: center;
    display: flex;
}

.bx-soa-more-btn.col-xs-12 a {
    font-size: 16px;
    padding: 7px 20px;
    text-transform: uppercase;
    margin: 0 10px;
}
.tabs_content ul.flex-direction-nav {
    display: none;
}
.tfl-define-popup__main{
	background-color: #009047 !important;
}
.tfl-define-popup__second{
	color: #00903e !important;
}
.brand_article_wrap img{
	max-height: 25px !important;
	margin-right: 10px;
}
.brand_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.prop_wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.new_slider_wrap .flex-viewport{
	margin-top: 13px;
}
.documents{
	margin-bottom:30px;
}
.documents .title a{
	color: #000000;
    font-weight: 500;
    font-size: 15px;
}
@media (min-width: 769px) {
/*
.catalog .catalog_block {
    height: 100% !important;
	min-height:1740px;
}
*/
.bottom_slider ul.tabs_content {
    margin-top: -50px;
}

}

@media (max-width: 768px) {

.catalog .catalog_block {
        height: auto;
	min-height:1740px;
}
.basket_wrapp1{
	display:none;
}
.qq.tabs_content.tabs-body li{
	display:inline-block !important;
	padding:0 !important;
}
.qq.tabs_content.tabs-body li .detail_text,
.qq.tabs_content.tabs-body li .mobile_tab_content{
	padding:10px !important;
	display:none;
}
.qq.tabs_content.tabs-body li.current .detail_text,
.qq.tabs_content.tabs-body li.current .mobile_tab_content{
	display:block;
}
}


@media (min-width: 769px) {
.catalog_menu .wrapper_inner .search {
	display:none;
}
}
.catalog_menu .wrapper_inner .search {
margin-bottom:15px;
}

.catalog_menu .wrapper_inner .search .stitle_form .button{
    width: 39px;
    height: 39px;
    background: url(/bitrix/templates/aspro_optimus/images/ai.png) -65px 8px no-repeat;
    position: absolute;
    top: 0px;
    right: 20px;
    border: 0px;
}

@media (max-width: 480px) {
.basket_fly #header .middle-h-row tbody tr {
display: flow-root;
}
body #header .middle-h-row td.center_block {
	width: 100%;
    display: block;
    margin-top: 15px;
	}
body #header .middle-h-row .basket_wrapp {
	width: 100%;
    display: inline;
	}
.basket_fly #header .middle-h-row .basket_wrapp .middle_phone {
	display: flex;
    justify-content: center;
	}
#header .middle-h-row .basket_wrapp{
	text-align: center;
}
.basket_wrapp1{
	display:none;
}
}


.top_slider_wrapp table td.text{
display: table-cell;
    vertical-align: middle;
width:100% !important;
    text-align: center;
}

.top_slider_wrapp .flexslider .wrapper_inner{
position:relative;
z-index:11;
}

.top_slider_wrapp table td.text .banner_title span a{
font-size: 0;
opacity: 0;
position:absolute;
top: 0;
right:0;
bottom:0;
left:0;
}

.banner_buttons{
margin: 20px !important;
text-align: center !important;
display:inline-block;
    z-index: 1;
    position: relative;
}

.banner_buttons a{
color: #fff;
background-color: #009a4c;
padding: 7px 11px 8px !important;
display: inline-block;
border-radius: 4px;
line-height: 20px !important;
font-size: 13px !important;
}
.banner_buttons a:hover{
background-color: #219c63;
}
.modal--overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	z-index: 3;
	display: none;
}

.modal {
	position: fixed;
	width: 300px;
	top: 100px;
	left: 50%;
	margin-left: -150px;
	background: #fff;
	border-radius: 15px;
	padding: 20px 30px;
	z-index: 4;
	display: none;
	overflow: hidden;
	bottom: auto;
}

.modal h2 {
	margin-right: 25px;
}

.modal--auth input[type="text"] {
	text-align: center;
}

.modal .button {
	width: 100%;
    margin: 10px 0;
}

.modal--hint {
	font-size: 12px;
    line-height: 14px;
    margin: 20px 0 0 0;
}

.modal--close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 20px;
	line-height: 25px;
	color: #ccc;
	cursor: pointer;
}

.modal .auth--error {
	border: 1px solid red;
}

.enter--phone, .enter--code {
	display: none;
}

.enter--phone.show--block, .enter--code.show--block {
	display: block;
}

.enter--code p {
	line-height: 15px;
    margin: 10px 0;
}

.enter--code p span {
	font-weight: bold;
}

.modal--auth.loading:after {
	content: '';
	position: absolute;
	background: rgba(255,255,255,0.6) url('../images/loading.gif') center center no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal--auth .other--auth {
    display: block;
    text-align: center;
    margin: 5px 0 -5px 0;
}

.alert.alert-info {
    color: #31708f;
    background-color: #d9edf7;
	border-color: #bce8f1;
	margin-bottom:20px;
}

.detail_text ul li::before, 
.preview_text ul li::before, 
.preview-text ul li::before {
	position:static;
	width:8px;
}

.custom-header-info__block {
	position:relative;
	z-index:100;
	/*top:0;*/
	/*margin-bottom:5px;*/
	width:100%;
	height:40px;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#009047;
	color:#fff;
	text-align:center;
	font-size:17px;	
}

body .awz_cookies_sett__message {
	font-size: 1em;
}

input#form_fio, input#form_fio1 {display:none}

.custom_social {
	position: absolute;
    bottom: 25px;
    left: 20px;
	z-index:20;
}
.custom_social .telegram {
	width: 25px;
    height: 25px;
    display: inline-block;
}
.custom_social .telegram svg {
	fill:#24A1DE;
}