/*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_section_list .section_item_subsections {
    padding: 5px 10px !important;
}
.catalog_section_list .section_item .image {
    width: 200px !important;
}
.catalog_section_list .section_item .image{
	padding: 0 !important;
}
.catalog_section_list .section_item .image img {
    max-width: 200px !important;
    max-height: 180px !important;
}
.catalog_section_list.section .section_item li.name{
	text-align: center;
	margin-top: 10px;
}
.catalog_section_list .section_item li.name a span {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}
.sale_order_full_table input[type='submit']{
	opacity: 1;
    font-weight: 400;
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    text-transform: none;
    background: #ddd;
    color: #000;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 8px 11px 9px;
    display: inline-block;
    border: none;
    outline: none;
    position: relative;
    font-family: "Ubuntu",Arial,Helvetica,sans-serif;
    /* letter-spacing: 0.4px; */
    width: auto;
    vertical-align: middle;
    color: #FFF;
    background: #006ac5;
}
.switch-language {
	float: left;
}
.switch-language__link {
	width: 36px;
	height: 26px;
	display: inline-block;
	margin-top: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.switch-language__link.switch-language__en {
	background-image: url(../images/en-flag.jpg);
}
.switch-language__link.switch-language__ru {
	background-image: url(/images/ru-flag.jpg);
}
.download_price-row {
    display: flex;
    margin: 0 0 20px;
}
.download_price-row > span:first-child {
    flex-grow: 1;
    flex-shrink: 1;
    font-weight: 500;
    padding-right: 10px;
    align-self: center;
    color: #1d2029;
}
.download_price-row > span:last-child {
    flex-grow: 0;
    flex-shrink: 1;
}
.download_price-compact .btn{
    white-space: normal;
}
.download_price-in_sidebar{
	padding: 10px 19px 21px;
	margin-bottom: 20px;
}
.download_price-in_sidebar-header{
	margin: 0 0 20px 0;
	font-weight: bold;
	color: #1d2029;
}
.download_price-link{
	text-decoration: underline;
	color: #1d2029;
	display: inline-block;
	margin-bottom: 5px;
	cursor: pointer;
}
.download_price-in_sidebar-inner {
	display: flex;
}
.download_price-in_sidebar-icon {
    padding: 6px 10px 0 0;
    font-size: 18px;
}
.download_price-in_sidebar-icon .fa {
	color: #1d2029;
}
.download_price-in_sidebar-content{
    flex-grow: 1;
}
@media (max-width: 870px) {
	.switch-language {
		margin: 0 15px;
		display: none;
	}
	.switch-language__link {
		width: 30px;
	}
}
@media (max-width: 767px) {
	.download_price-row {
		display: block;
		text-align: center;
		margin-bottom: 0;
	}
	.download_price-row > span:first-child {
		display: block;
		margin-bottom: 10px;
		padding-right: 0;
	}
}
@media (max-width: 600px){
	.best_block.tab_slider_wrapp ul.tabs_content li.tab .catalog_block >div{
		width: 100%;
	}
}
.mail_top{
	margin-left: 50px;
}

.mail_bottom{
    text-align: center;
}
.mail_bottom a{
    font-size: 13px;
}
.soc_icons_top{
	width: 120px;
    float: left;
}
.soc_icons_top .item_block {
    display: inline-block;
    vertical-align: top;
    padding: 4px 5px 0px 5px;
}
.soc_icons_top .item_block a{
	width: 26px;
    height: 26px;
    display: block;
    background: url(/bitrix/templates/batmanstore_ru/images/svg/social.svg) -5px -5px no-repeat;
    transition: opacity ease 0.5s;
}
.soc_icons_top .item_block .telegram {
    background-position: -285px -124px;
}
.soc_icons_top .item_block .youtube {
    background-position: -84px -124px;;
}


.inc_menu_mob{
	display:none;
}
    #header .search_mobile{
        display:none;       
    }
@media (max-width: 470px){
	.mail_top{
		display:none;
	}
	.soc_icons_top{
		display:none;
	}
	.inc_menu_mob{
		display:block;
	}
	.inc_menu{
		display:none;
	}
    #header .wrapper_inner .middle-h-row .center_block .search{
        display:none;       
    }
    #header .search_mobile{
        display:block;
        margin-bottom: 15px;   
    }
}
.news_detail_wrapp .detail_text img {
	width: 100%!important;
	height: auto;
}
.kak_oformit_zakaz_frame.popup {
	max-width: 720;
	padding: 30px;
}
.kak_oformit_zakaz_frame.popup img,
.wrapper-kak-oformit-zakaz img {
	max-width: 100%;
}
.left_block li:hover>.child_container {
    display: block;
}
.buy_marketplace {
	display: flex;
	flex-direction: row;
	margin: 15px 0;
}
.buy_marketplace a {
	display: flex;
	flex-direction: column;
	color: #333333;
	margin-right: 25px;
}
.buy_marketplace img {
	width: auto !important;
	height: 22px;
}