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

.flex {
	display: flex;
}

.gallery-slider-block {
	width: 600px;
	margin: 30px auto 20px;
}

.right_block .gallery-slider-block ul li, .gallery-slider-block .right_block ol li {
	padding-left: 0;
}

.gallery-slider-block ul li:before {
	content: none;
}

.mesto-block .mesto-title {
	font-size: 24px;
	margin: 40px 0 30px 0;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.view_block {
	width: 100%;
	margin-bottom: 30px;
}

.view_block .view_button {
	display:block;
	float: left;
	width: 50%;
	text-align: center;
	line-height: 50px;
	border: 1px solid #ff0000;
	margin: 0;
	padding: 0;
	font-size: 16px;
	margin-top: 5px;

}

.view_block .view_button:before {
	content: none;
}

.view_block .view_button:first-child {
	border-right: none;
}

.view_block .view_button a {
	display: block;
}

.view_block .view_button:hover {
	margin-top: 0;
	border-top: 6px solid #ff0000;
	color: #ff0000;
}

.view_block .view_button.view_active {
	border-top: 6px solid #ff0000;
	margin-top: 0;
	border-bottom: none;
}

.group_description_block.top a.description_full {
	text-align: right;
    display: block;
	color: #e60000;
}

.overflow_hidden {
	overflow: hidden;
	height: 50px;
}


@media (max-width: 760px) {
	.slick-prev
	{
	    left: 3%;
	    z-index: 10;
	}

	.slick-next
	{
	    right: 3%;
	    z-index: 10;
	}

	.gallery-slider-block {
		max-width: 100%;
	}
}

.sections_wrapper .list .item:not(.section_item) .img {
	margin-bottom: 10px;
}

.section_props {
	margin-top: 5px;
	padding: 0 10px;
}

.section_props_collection, .section_props_country {
	display: block;
	font-size: 12px;
	line-height: initial;
}



.section_min_price span {
	font-weight: 800;
}

div.item-title {
	margin-bottom: 10px;
}

.sa_block > div {
	font-size: 12px;
	display: block;
	line-height: initial;
}

.mvk-block {
	position: relative;
	display: block;
	vertical-align: top;
	padding: 10px 20px 0 0;
}

.mvk-section-list li {
	display: inline-block;
}

.mvk-section-list.mvk-min li:before {
	content: none;
}

.mvk-section-list.mvk-min {
	margin-bottom: 0;
}

.mvk-section-list.mvk-max {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
    z-index: 60;
    padding: 10px 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

.mvk-section-list.mvk-max li {
	display: block;
}

.right_block .tags-block {
	display: block;
	padding: 10px 20px 20px 20px;
	position: relative;
}

.right_block .tags-block ul {
	margin-bottom: 0;
	display: inline-block;
}

.right_block .tags-block ul li {
	display: inline-block;
	padding-left: 0;
	margin-right: 20px;
}

.right_block .tags-block ul li:before {
	content: none;
}

.tags-search-hide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 60;
	padding: 10px 20px;
	max-width: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

.right_block .tags-block .tags-search-hide ul {
	display: block;
}

.mvk-hide, .tags-hide {
	display: block;
	font-size: 12px;
	color: #000;
	margin-top: 10px;
	text-decoration: underline;
	text-align: right;
}

.mvk-show, .tags-show {
	display: inline-block;
    margin-top: 0px;
    margin-left: 10px;
    vertical-align: top;
    font-size: 12px;
	color: #000;
	text-decoration: underline;
}

.mvk-max:hover, .mvk-min:hover, .tags-show:hover, .tags-show:hover {
	color: #000;
	text-decoration: none;
}

.sections_wrapper .list .item {
	padding-top: 5px;
}

.sections_wrapper .list .item:not(.section_item) .img {
	width: 270px;
    height: 270px;
    line-height: 270px;
    max-width: 100%;
}

.section_hover {
	height: 200px;
	width: 100%;
	display: none;
}

.section_item:hover .section_hover {
	display: block;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.price-update .common_select, .price-update textarea {
	margin-bottom: 20px;
}

.ik_select_list .ik_select_list_inner {
	height: 350px!important;
}

.ik_select_list .ik_select_filter {
	width: 100%!important;
}

.svyazka {
	width: 100%;
}

.svyazka tr td {
	padding: 5px 0 5px 10px;
}

.svyazka tr {
	border-bottom: 1px solid #000;
}

.svyazka .svyazka-catalog-name  {
	width: 300px;
}

.del-button {
	display: block;
}

.help-manager {
	font-size: 12px;
	color: #e60000;
	line-height: 16px;
}

input[type="text"].red-border {
	border-color: red;
}

@media (min-width: 1300px) {

	.detail.collection-slider .gallery-block .bigs.flexslider .slides .item {
		height: auto;
		line-height: initial;
	}

}

.detail.collection-slider .gallery-block .bigs.flexslider {
	margin-bottom: 0;
}

.detail.collection-slider .gallery-block .small-gallery ul.items li {
	width: 120px!important;
}
.manager_price_block table {
	font-size: 12px;
	width: 100%;
}

.supplier-wrap tr {
	border-bottom: 1px solid #dddddd;
}

.supplier-wrap>thead tr {
	border-top: 1px solid #dddddd;
}

.supplier-wrap tr td {
	text-align: center;
	font-size: 12px;
	padding: 10px;
}

.supplier-wrap tr td:first-child, .supplier-wrap tr td:last-child {
	text-align: left;
}

.supplier-wrap tr:nth-child(even) {
	background-color: #f0f0f6;
}

.supplier-block tr:nth-child(odd) {
	background-color: #f9f9f9;
}

.supplier-block thead tr {
	background-color: #fff!important;
	font-weight: bold;
}

.error-page h1 {
	margin-top: 30px;
}

.error-page .description {
	margin-bottom: 20px;
}

.error-page .description .subtitle404 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}

.error-page .description .descr_text404 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
}

.item-prices-head {
	text-align: center;
	width: 100%;
	vertical-align: middle;
	margin-bottom: 20px;
}

.item-prices-head .module-pagination {
	padding: 0;
}

.item-prices-head tr td:first-child {
	text-align: left;
	position: relative;
}

.item-prices-head tr td:last-child {
	text-align: right;
	position: relative;
}

.item-prices-head .count-prices-btn {
	margin-left: 20px;
}

.item-filter-block {
	display: none;
	position: absolute;
	background-color: #fff;
	padding: 20px;
	width: 400px;
    border: 1px solid #000;
    top: 0;
    left: 0;
    z-index: 10;
}

.item-filter-block label {
	display: block;
}

form#tree table tr td{
	vertical-align: top;
}

form#tree table tr td:last-child input, form#tree table tr td:last-child .ik_select {
	margin-bottom: 20px;
}

form#tree label {
  display: block;
}

/* для fieldset внутри нашей формы укажем отступы и border - временно, для наглядности */
form#tree fieldset {
  margin: 5px 0 5px 15px;
  padding: 0;
  /*border: solid 1px black;*/
  border:0;
}

/* теперь опишем класс для свернутого fieldset */
form#tree fieldset.closed {
  margin: 5px 0 5px 15px;
  padding: 0;
  /*border: solid 1px black;*/
  border:0;
  display:none;
}

/* стили для legend, в которых у нас будет +/- */
form#tree fieldset legend {
  margin: 0 0 -20px -15px;
  width: auto;
  font-size:16pt;
  border:0;
  cursor:pointer;
}

.section_block {
	margin-top: 10px;
}

.section_block .sections_wrapper .list .row > div.marketing-text {
	margin: 10px 0;
}

ul.block_podbor {
	margin-top: 10px;
}

ul.block_podbor li {
	display: inline-block;
	width: 33%;
	padding-left: 0;
	vertical-align: top;
}

.block_podbor li:before {
	content: "";
}

.stickers [class*="sticker_"] {
	width: 30px;
	height: 30px;
	white-space: nowrap;
	text-indent: -9999px;

}

.stickers .sticker_hit, .stickers .sticker_khit {
    //background-color: #9932cc;
    background: url(../images/hit.png) center center no-repeat;
    background-size: contain;
}

.stickers .sticker_recommend, .stickers .sticker_sovetuem {
	//background-color: #Ff8400;
	background: url(../images/sovetuem.png) center center no-repeat;
	background-size: contain;
}

.stickers .sticker_novinka {
	//background-color: #5EC7C7;
	background: url(../images/novinka.png) center center no-repeat;
	background-size: contain;
}

.stickers .sticker_aktsiya {
	//background-color: #D42020;
	//color: #fff;
	background: url(../images/aktsiya.png) center center no-repeat;
	background-size: contain;
}

.stickers .sticker_predstavleno {
	//background-color: #39961C;
	background: url(../images/predstavleno.png) center center no-repeat;
	background-size: contain;
}

.stickers .sticker_v_den_zakaza {
	//background-color: #97D93B;
	background: url(../images/v_den_zakaza.png) center center no-repeat;
	background-size: contain;
}

.stickers .sticker_zakaz_3_dnya {
	//background-color: #F5D000;
	background: url(../images/zakaz_3_dnya.png) center center no-repeat;
	background-size: contain;
}

.stickers .sticker_s_fabriki {
	//background-color: #7A7A7A;
	background: url(../images/s_fabriki.png) center center no-repeat;
	background-size: contain;
}

.item_article {
	margin-top: 10px;
	font-size: 16px;
}

.bau-items tr td {
	padding: 5px;
}

.bau-items thead tr td {
	text-align: center;
	border-bottom: 2px solid #000;
}

.bau-items [type=checkbox] {
	width: 20px;
	height: 20px;
}

.cost .price.discount span {
	color: #ff0000;
}

.sale_block .text {
	background: #ff0000;
	color: #fff;
}

body .line_block + .print-link + h1 {
	padding-right: 120px;
}

@media (max-width: 1280px) {

	ul.block_podbor li {
		width: 49%;
	}

}

@media (max-width: 767px){
	body .line_block + .print-link + h1 {
	    padding-top: 30px;
	    padding-right: 0;
	}
}

@media (max-width: 600px) {

	ul.block_podbor li {
		width: 100%;
		display: block;
		border: 1px solid #e60000;
		padding: 10px 0;
		text-align: center;
		margin-bottom: 5px;

	}

	.breadcrumbs .bx-breadcrumb-item {
		display: block;
		border: 1px solid #b6b5b5;
		margin-bottom: 5px;
		text-align: center;
		font-weight: bold;
    	font-size: 15px;
    	padding: 10px 0;
	}

	.breadcrumbs > .separator {
		display: none;
	}

	.breadcrumbs .dropdown_wrapp {
		width: 100%;
	}

	.breadcrumbs .drop .separator {
		top: 18px;
		right: 20px;
		background: url(/bitrix/templates/aspro_next/images/arrow_gray.png) no-repeat center center;
		width: 13px;
		height: 10px;
	}

	.breadcrumbs .dropdown_wrapp {
		top: 37px;
	}

	.breadcrumbs .dropdown>a {
		padding: 10px 0;
	}

	body .line_block + .print-link + h1 {
		padding-top: 40px;
	}

}

.stickers .sticker_predstavleno_v_moskve, .stickers .sticker_predstavleno_v_krasnodare {
	display: none;
}

body .page-top .commerce-link {
	position: absolute;
    top: 0px;
    width: 47px;
    height: 47px;
    font-size: 0px;
    transition: background ease 0.3s;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    right: 48px;
}

.svg-commerce {
    background-image: url(/bitrix/templates/aspro_next/images/svg/commerce.svg);
}

.col-rus-name {
	color: #f51015;
	font-size: 30px;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	margin-top: 12px;
	margin-bottom: 20px;
}

.sklad {
	background: url(../images/sklad.png) no-repeat 12px 12px #80cc17;
	width: 100%;
	padding-left: 90px;
	display: block;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.no-sklad {
	background: url(../images/sklad.png) no-repeat 12px 12px #ff5722;
	width: 100%;
	padding-left: 90px;
	display: block;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.sklad:hover, .no-sklad:hover {
	color: #fff;
}

.sklad-title {
	font-size: 25px;
}

.sklad-subtitle {
	font-size: 16px;
	margin-bottom: 10px;
}

.sklad-phone {
	font-size: 35px;
}

.right-info-price {
	margin-bottom: 10px;
}

.min-price {
	font-size: 23px;
	color: #f51015;
	margin-bottom: 10px;
}

.min-price span {
	font-size: 29px;
}

.help-url {
	display: block;
	color: #555555;
	text-decoration: underline;
	font-size: 17px;
	background: url(../images/help_url.png) no-repeat left center;
	min-height: 19px;
	padding-left: 24px;
	margin-bottom: 5px;
}

.fabrica-icon {
	display: flex;
}

.fabrica-icon div {
	margin: auto;
}

.right-info-button {
	margin-bottom: 10px;
}

.button_new {
	color: #fff;
	display: block;
	padding: 8px 0 8px 68px;
	min-height: 64px;
}

.button_new.sale {
	background: url(../images/phone_new.png) no-repeat 8px center #ff0000;
}

.button_new.design {
	background: url(../images/email_new.png) no-repeat 8px center #ff0000;
}

.button_new:hover {
	color: #fff;
}

.loc-info {
	font-size: 17px;
}

.loc-info span {
	text-decoration: underline;
}

.button_new.select {
	background: url(../images/select.png) no-repeat 8px center #ff0000;
	margin-bottom: 10px;
	line-height: 48px;
}

.right-info-text {
	color: #555555;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	margin-bottom: 10px;
}

.soc-block span, .soc-block .share42init {
	display: inline-block;
	vertical-align: middle;
}

.soc-block span {
	margin-right: 5px;
}

@media (max-width: 992px) {
	.button_new.sale {
		margin-bottom: 10px;
	}
}