.collection__menu a.old {
	background: #7b7b7a;
	text-align: right;
	margin-bottom: 15px;
}

.old__wrap {

}
.btn_callback {
	border-bottom: 2px dotted #E8042A;
}
.btn_callback:hover {
	color: #E8042A;
}
.basket-item-image {
	max-height: 300px;
}
.header__logo-wrap {
	flex-direction: column;
	align-items: flex-start;
}
.logo__description {
	font-size: 13px;
	font-weight: bold;
}

.old__link {
	color: white;
	text-decoration: underline;
	font-size: 12px;
	line-height: 1.7;
	display: inline-block;
}

/* contact-item */
.contact-item {
	font-size: 16px;
	color: #77787b;
	padding: 15px;
}

.search-page p {
	margin: 0.5em 0;
}
.contact-item__row {
	margin-bottom: 10px;
}

.contact-item__row:last-child {
	margin-bottom: 0;
}

.contact-item__link {
	display: inline-block;
}

.contact-item__metro {
	background: no-repeat left;
	font-weight: bold;
	padding-left: 22px;
}

/*.contact-item__tel-wrap {*/
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	/*align-items: baseline;*/
/*}*/

.contact-item__tel {
	font-size: 18px;
	font-weight: bold;
	margin-right: 5px;
}

.contact-item__time {
	font-size: 14px;
	color: #77787b;
}
/* ===== */

/* map-contact */
.map-contact {

}

.map-contact__map {
	height: 900px;
}

.map-contact__list {
	height: 900px;
	overflow: auto;
	border-bottom: 1px solid #e6e7e8;
}

.map-contact__item {
	padding: 20px 15px;
	border: 1px solid #e6e7e8;
	margin-bottom: -1px;
	margin-right: -1px;
	transition: .15s ease;
}
.item__img-wrap {
	min-height: 180px;
}

.map-contact__item:hover {
	background: #f3f4f4;
	color: black;
}

.map-contact__inner-item {
	padding: 5px 0 5px 3px;
	color: black;
}

/* Table city list */

.city-list-block {
	margin: 0 auto;
}

.table-city-list {
	width: 100%;
	border-collapse: collapse;
}

.table-city-list,
.table-city-list th,
.table-city-list td {
	border: 1px solid grey;
	font-size: 12px;
}

.table-city-list td {
	 padding: 0 10px;
}

.table-city-list td span{
	display: block;
}

.phone {
	width: 20%;
}

.city-list {
	overflow-x: auto;
}

.letters-block {
	margin: 20px 0px;
}

.section_float {
	display: flex;
	flex-direction: column;
	font-weight: bold;
}

.section_float span {
	font-size: 18px;
	margin-left: 5px;
}

.section_float span:nth-last-of-type(2) {
	font-size: 14px;
}


.section_float .button-section {
	padding: 0 0 0 5px;
	border: none;
	background-color: transparent;
	font-family: inherit;
	color: inherit;
	font-size: 14px;
	font-weight: inherit;
	cursor: pointer;
}


.section_float .button-section:hover {
	color: #e8042a;
}
.section_float .button-section.active {
	color: #e8042a;
}

.table-city-list {
	min-width: 768px;
}

@media (max-width: 768px) {
	.map-contact__map {
		height: 100vh;
	}
	.map-contact__list {
		height: 100vh;
		overflow: auto;
		border-bottom: 1px solid #e6e7e8;
	}
}
@media (min-width: 768px) {

	.map-contact__list {
		display: flex;
		flex-wrap: wrap;
	}

	.map-contact__item {
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.section_float {
		display: flex;
		flex-direction: row;
		align-items: baseline;
	}
}

@media (min-width: 992px) {

	.table-city-list th,
	.table-city-list td {
		font-size: 16px;
	}

	.map-contact__list {
		display: block;
	}

	.map-contact__item {
		width: 100%;
		display: block;
	}

	.section_float div {
		font-size: 18px;
	}


	.section_float .button-section {
		font-size: 24px;
	}

	.section_float span:nth-last-of-type(2) {
		font-size: 18px;
	}
}
/* ===== */
/* Производители */
.text-uppercase {
    text-transform: uppercase;
}
.list-proizvoditeli-plitok ul {
    list-style: none;
}
.list-proizvoditeli-plitok ul.first {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.list-proizvoditeli-plitok ul.first a {
    font-weight: 600;
    color: #77787B;
    font-family: arial, sans-serif;
    font-size: 24px;
}
.list-proizvoditeli-plitok ul.two {
    padding-top: 15px;
}
.list-proizvoditeli-plitok ul.two li {
    padding: 8px 0;
}
.list-proizvoditeli-plitok ul.two a {
    font-weight: bold;
    color: #77787B;
    font-size: 16px;
}
.list-proizvoditeli-plitok ul.three {
    padding-top: 4px;
}
.list-proizvoditeli-plitok ul.three li {
    padding: 0;
}
.list-proizvoditeli-plitok ul.three a {
    font-weight: 400;
    color: #E8042A;
    font-size: 16px;
}
.list-proizvoditeli-plitok .item__plitki a:hover {
	font-weight: bold;
}
.list-proizvoditeli-plitok .item__plitki sup {
	color: #E8042A;
	font-size: 10px;
}
/* ==== */
.search__btn:hover{
	cursor: pointer;
}
.search__btn_wrapper input {
	background: none; border: none;
}
/* FILTER SELECT */

/* END */
/* MODAL ADD BASKET */
.modal__body_add {
	text-align: center;
}
/* === */
/* */
.custom__select {
	outline: none;
	padding: 12px 12px 12px 20px;
	border: 1px solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: -webkit-border-radius 0.15s ease;
	transition: -webkit-border-radius 0.15s ease;
	-o-transition: border-radius 0.15s ease;
	transition: border-radius 0.15s ease;
	transition: border-radius 0.15s ease, -webkit-border-radius 0.15s ease;
	max-height: 40px;
	overflow: hidden;
}
.custom__select:hover {
	cursor: pointer;
	border-color: #1183c6;
	color: #1183c6;
}
.popup-window {
	list-style-type: none;
	padding: 0;
	margin-top: -1px;
	color: #77787b;
	border: 1px solid #1183c6;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: white;
	max-height: 18em;
	position: relative;
	outline: none;
	overflow: auto;
	overflow-x: hidden;
}
.bx-filter-select-popup ul li label {
	height: auto;
	padding: 4px 12px;
	font-weight: 400;
}
.bx-filter-select-popup ul li label.selected, .bx-filter-select-popup ul li label:hover {
	font-weight: bold;
	color: #1183c6;
}
.select__current::before {
	right: 28px;
}
/* == */

/* Warning для страницы доставка */
.wrap_weight_alert {
	width: 100%;
	overflow: hidden;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 100;
	transition: .4s;
	display: none;
}
.custom_alert_weight {
	width: 300px;
	background: #fff;
	padding: 20px;
	text-align: center;
	margin: 50px auto;
}
/* === */

div.bx-red .btn.btn-default {
	display: inline-block;
	max-width: 100%;
	position: relative;
	font-family: "OpenSans", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	border: 1px solid;
	border-color: #f8bcc6 #f17a8e transparent transparent;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #e8042a;
	text-align: center;
	cursor: pointer;
	line-height: 1.15;
	outline: none;
	padding: .625em;
	word-break: break-word;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	transition: 0.15s ease;
}
div.bx-red .btn.btn-default:hover {
	-webkit-box-shadow: inset 0 2px 5px #9d031c;
	box-shadow: inset 0 2px 5px #9d031c;
	color: #000;
	background-color: #e8042a;
	border-color: #e8042a;
}
.search__sub {
	/*display: block!important;*/
	/*position: static;*/
}
.title-search-result.search__sub {
	position: static!important;
	display: none!important;
	height: auto;
}

/* warning */
	.detail__num-wrap, .item__text-wrap {
		position: relative;
	}
	.warning_quantity {
		display: none;
		position: absolute;
		top: 58px;
		background: white;
		color: #e8042a;
		border-radius: 15px;
		border: 1px solid #77787b;
		padding: 6px 10px;
		right: 0;
		z-index: 9;
		max-width: 315px;
	}
	.item__text-wrap .warning_quantity{
		top: 20px;
		max-width: 100%;
	}
/* == */
/* FILTER */
.filter__num_62, .filter__num_65, .filter__num_34, .filter__num_74, .filter__num_ext_61, .filter__num_46, .filter__num_50   {
	display: none;
}
.select {
	position: relative;
}
.filter__num_ext_34 .main__fixed-check{
	width: 215px;
}
/* === */
/*.title_sm {
	max-width: 85%;
}*/
/* error form */
#check-modal-error {
	display: none;
}
.check__input_custom {
	position: absolute;
	z-index: -1;
	display: block;
}
.filter__toggle {
	margin-right: 0;
}

.basket-checkout-block-total-description, .soa-property-13, .bx-soa-customer-field-13, .label_custom_13, #soa-property-13, .rename_delivery, .wrapper__dop, .bx-soa-section-content .bx-soa-pp-price {
	display: none;
}

a:hover {
	text-decoration: none!important;
}
#bx-soa-delivery .bx-soa-pp-company {
	/*display: none;*/
}

.wrapper_custom_4, .wrapper_custom_5, .wrapper_custom_6, .wrapper_custom_7, .wrapper_custom_13, .bx-soa-delivery .bx-soa-pp-price {
	display: none!important;
}

.detail .slider-sm {
	max-width: 80vw;
}
.form__content {
	max-width: 50%;
	margin: auto;
}
.form__content textarea{
	height: 10em;
}
@media (max-width: 768px) {
	.form__content {
		max-width: 100%;
	}
	.detail .slider-sm {
		max-width: 90vw;
	}
}
.fabrik_title {
	display: flex;
	align-items: center;
}
.official_link {
	font-size: 2px;
}
.icon_official_link {
	background: url('/bitrix/templates/webcenter/img/16x16.png') center center no-repeat;
	background-size: 100%;
	padding: 0 9px;
	margin-left: 10px;
	padding-top: 3px;
}

.old_price {
	display: none;
}
.detail_podzakaz .basket-item-amount-podzakaz{
	text-align: left;
	margin-top: 10px;
}

#bx-soa-basket .bx-soa-editstep {
	display: none!important;
}

.onlinePayDisabled {
	pointer-events: none;
	opacity: 0.5;
}

.collection__menu {
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.collection__menu a {
	background-color: #f5f5f5;
	padding: 8px 32px;
	transition: 0.5s;
}
.collection__menu a:hover {
	background-color: #c5c5c5;
}
@media (max-width: 768px) {
	.collection__menu a {
		width: 100%;
		text-align: center;
	}
}
.trand-item {
	margin: 10px 0;
}
.trand-name {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

.news__title.custom {
	margin-bottom: 6px;
	font-size: 16px;
}

/* vatra-139 */
label.bx-filter-param-label {
	text-transform: lowercase;
}
label.bx-filter-param-label:first-letter {
    text-transform: uppercase;
}
/* vatra-139 END */

/* vatra-140 */

.filter__num_50 {
	display: block;
}
#del_filter, #set_filter {
	font-size: 13px;
	height: 100%;
}
.pt-10 {
	padding-top: 10px;
}
.container.smart-main .row {
	margin-left: -7px;
}
     .img_mobile{
     	display:none;
     }
/* vatra-140 END */
@media all and (max-width: 767px ){
	.list-proizvoditeli-plitok ul.first {display: block; margin: 0}
	.list-proizvoditeli-plitok ul.first .col-md-3 {max-width: 49%;
    display: inline-block;vertical-align: top;}
    .list-proizvoditeli-plitok ul.three a { font-size: 18px; margin-top: 18px;display: block;}
    .list-proizvoditeli-plitok ul {margin: 5px;}
    .main .container p, .dlv-paragraph, .text.main__space-bot {font-size: 18px;line-height: 30px;}
    .container iframe {width: auto!important; max-width: 100%;}
     .main .container img {height: auto;}
     .img_mobile{
     	display:block;
     }
     .img_desk{
     	display:none;
     }
}
.radiogroup p{
	font-size:16px;
}
.radiogroup h2{
	font-size:18px;
}