/*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;  }*/

#main {
    /*background: url(/images/main_bg.png) !important;*/
}

.wrapper_inner {
    background: rgba(255, 255, 255, 0) !important;
}

.wraps .item, .news_blocks {
    background: rgba(255, 255, 255, 0.7) !important;
}

.image_wrapper_block img {
    max-height: 150px !important;
}

/* footer */
.footer_inner.no_fill {
    background: #1c0a08;
}

.footer_inner.no_fill * {
    color: #FFF !important;
}

#footer .copyright {
    color: #FFF;
}

#footer .footer_inner .submenu_top .menu_item a {
    color: #FFF !important;
}

.submenu a.dark_link {
    color: #999 !important;
}

.submenu a.dark_link:hover {
    color: #fff !important;
    text-decoration: underline;
}

.phone_block .phone_wrap .icons {
    color: #FFF !important;
}

#scrollToTop {
    bottom: 320px !important;
}

.bx-authform-social ul li .bx-authform-social-icon, .soc_icons .item_block a {
    border-radius: 50%;
}

#footer .footer_bottom_inner .links.rows_block {
    /*max-width: 175px !important;*/
    text-align: center !important;
}

.header_wrap #header .catalog_menu ul.menu.adaptive > li:after {
    left: 17px !important;
    right: auto !important;
}

@media screen and (max-width: 768px) {
    .header_wrap #header .catalog_menu ul.menu.adaptive > li .text, .header_wrap #header .catalog_menu ul.menu > li > a {
        margin-left: 40px !important;
    }
}

li.brand-line{
	padding: 0 !important;
	margin-left: 0 !important;
	line-height: 22px;
	height: 200px !important;
	margin-bottom: 20px !important;
}

li.brand-line img{
	vertical-align: top;
		
}

@media only screen and (max-width: 1024px){
	li.brand-line{
		width: 32% !important;
	}
}
@media only screen and (max-width: 600px){
	li.brand-line{
		width: 49% !important;
	}
}
.hidden-xs, .hidden-xs-menu{
	display: block;
}
.hidden-md, .hidden-md-menu{
	display: none !important;
}

br.hidden-xs{
	height: 0px;
}
@media screen and (max-width: 767px) {
	.hidden-xs{
		display:none !important;
	}
	.hidden-md{
		display:block !important;
	}
	td.logo_wrapp{
		vertical-align:top !important;
	}
	.middle_phone .phones{
		height: auto !important;
		min-height: 0px !important;
		text-align: left;
	}
	table.middle-h-row{
		width: 100%;
	}
	td.logo_wrapp{padding-left: 15px;}
	.mob-phone-row{
		padding-bottom: 8px;
	}
	.mob-phone-row a{
		display: inline !important;
		margin-right: 10px !important;
	}
	.top-mob-phone{text-align: left;}
	
}
@media screen and (max-width: 500px) {
	.middle_phone .phone_wrap .phone_text{padding: 0px;}
}
@media screen and (max-width: 400px) {
.hidden-xs-menu{
	/*display: none !important;*/
	position: absolute !important;
	top: 55px;
	width: 90%;
}
.hidden-xs-menu.basket-menu-fix{
	top: 10px !important;
}
.top_br{
	padding-top: 55px;
}
.hidden-md-menu{
	display: block !important;
	padding-bottom: 14px;
}
.footer_bottom_inner .item_block.soc{
	width: 100% !important;
}
}
input.search-input{
	border: 1px solid #383838 !important;
}
@media screen and (max-width: 459px) {
.catalog_block .item_info{
	width: auto !important;
}
}
.btn.btn-lg.btn-default.basket-btn-checkout{
	background: #DAA520 !important;
}
@media screen and (max-width: 767px) {
.orderpadfix{
	padding-top: 0px;
	margin-top:0px;
	padding-bottom:0px;
}
}
.col-12{
	width: 100%;
}
.col-12 img{
		max-width: 100%;
	}
.text-center{
	text-align: center;
}
@media screen and (max-width: 767px) {
	.col-xs-12{
		width: 100%;
	}
	.col-xs-12 img{
		max-width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.col-md-6{
		width: calc(50% - 10px);
		display: inline-block;
	}
	.col-md-4{
		width: calc(33% - 10px);
		display: inline-block;
	}
}
.warning{
	background: #DAA520;
	padding: 10px 20px;
}
.warning p{
	font-size: 18px;
	color: #1b0a08;
}
@media screen and (min-width: 768px) {
.main-mobile-banner{
	display:none;	
}
}
.main-mobile-banner img{
	width: 100%;
	height: auto;
}

.callback_btn-inner{
	margin-left: 15px;
}
@media screen and (max-width: 728px) {
	.callback_btn-inner{
		margin-top: 15px;
	}
}
.oneclick-title{
	padding: 15px 35px 15px !important;
}
.one_click_buy_frame .close{
	top: 20px !important;
}
.one_click_buy_frame .form-wr{
	padding-top:0px;
}
.oneclick-subtext{
	padding: 10px 0px 10px;
}
.oneclick-warning{
	color: red;	
}
.oneclick-result-font{
	font-size: 15px;
	font-weight: bold;
}
.one_click_buy_result_success{
	padding-top: 15px;
}

.foreign-warning{
  color: red;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 30px 30px 0px 30px;
}