.section__form_cart input[name=address], .section__form_cart input[name=address_self] {
	display:none;
}
.popup_credit_pochta {
	width:1024px;
}
.form-star {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
}
.form-star__label {
    display: block;
    padding-right: 9px;
    cursor: pointer;
    font-size: .875rem;
    color: #838594;
}
.form-star__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
}
.form-star__input {
    display: none;
}
.form-star__star {
    margin-right: 2px;
    color: #2d2b39;
}
.form-star__icon_star {
    width: 18px;
    height: 18px;
    transition: fill .4s;
    cursor: pointer;
}
.form-star__star, .form-switch {
    display: -ms-flexbox;
    display: flex;
}
.form-star__input:checked~.form-star__star, .form-star__star:hover {
    color: #ffd91d;
}
.opened_mobile_filter .layout__filter {
    transform: translateX(0);
}
.product-info__content .product__price_old {
	position:relative;
}
.product-info__content .product__badge {
	transform: translateX(100%) translateY(-50%);
}
.js-hero:not(.slick-initialized) {
	overflow-y:hidden;
	max-height: 360px;
}
.js-catalog-text {
	transition: .4s;
}
a.js-catalog-text-button {
   text-decoration: underline;
}
.catalog-text-small {
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: 151px;
}
.js-catalog-text.catalog-text-small {
    max-height: 150px;
}
.layout__description a {
	cursor:pointer;
}
@media (min-width: 768px) {
	.js-hero:not(.slick-initialized) {
		overflow-y:hidden;
		max-height: 400px;
	}
	.grid_set2 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		max-width: none;
		margin-left: -40px;
		margin-right: -40px;
	}
	.grid_set2 .grid__item {
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(99.9% * 1/3 - 10px);
		flex-basis: calc(99.9% * 1/3 - 10px);
		max-width: calc(99.9% * 1/3 - 10px);
		width: calc(99.9% * 1/3 - 10px);
		margin-bottom: 20px;
	}
}
@media (min-width: 992px){
.section_hero {
    margin-bottom: 30px;
    position: relative;
    margin-top: 30px;
}
.section_hero .button {
    width: 200px;
}
.hero {
    min-height: 400px;
}
 .hero__content {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50px;
  background-color: rgb(0 0 0 / 0.2);
    width: 100%;
    min-height: 400px;
}
 .slider-controls {
    padding: 0 50px;
}
}
.brand-page	a {
    display: block;
    text-decoration: none;
 	padding: 8px;
}
.brand-page	a:hover {
    background-color: #ffffff;
}
.brand-page img {
    display: inline-block;
    max-width: 100%;
    width: 50px;
    margin-right: 9px;
}
.filter__fieldset .heading_h6 {
	text-align:left;
}
.layout_product .product__badge {
	display:inline-block;
	position:relative;
	transform: translateX(0px) translateY(-50%);
}
@media (max-width: 992px){
 .hero__content {
  background-color: rgb(0 0 0 / 0.6);
  width: 100%;
 }
 .filter__reset, .filter__show {
     height:30px;
	 min-height:30px;
	 padding: 6px;
    vertical-align: middle;
    align-items: center;
 }
}
span.form-checkbox {
	    color: #d2d2d2;
}

@media (min-width: 992px){
.header__address {
    margin-right: 12px;
 }}
@media (min-width: 992px){
.address_header .address__text {
    padding-left: 8px;
 }}
@media (min-width: 1350px) {
.header__item {
    margin-right: 20px;
}
}
.post-header .post-header__phone a {
	text-decoration: none;
}
@media (min-width: 992px) {
.contacts__email, .contacts__phone {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    margin-bottom: 0;
 }
 .contacts__branch {
    -ms-flex: 0 0 50%;
    flex: 0 0 32%;
    padding-right: 20px;
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
 .map_page .map__map {
    height: 682px;
}
 
 }
.ad-news {
	
    display: block;
    border: 1px  solid red;
        margin-bottom: 0px;
        padding: 10px;
}
.ad-news h2 {
	
    margin-top: 0px;
}
.address__q-city {
	font-weight: 500;
        color: #fff;
        font-size: .875rem;
        padding-right: 25px;
}
.ul-city {
	display: none;
	position: absolute;
    	z-index: 100;
        box-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
}
.q-city {
	display: inline-block;
}
.q-city span{
	text-decoration: underline;
        cursor: pointer;
            color: #fff563;
    	color: var(--color_yellow);
}
.q-city:hover .ul-city {
	display: block;
        
}
.q-city .ul-city  ul {
	padding-left: 0px;
 	list-style-type: none;
        width: 120px;
        margin: 0px;
}
.q-city .ul-city  ul li {
        
        background-color: #2c5ab5;
    background-color: var(--color_blue);
}
.q-city .ul-city  ul li:hover {
        
        background-color: #366dd9;
    background-color: var(--color_lblue);
}

.q-city .ul-city  ul li a {
        text-decoration: none;
        display: block;
        padding: 8px 15px;
}
.city-chose1 {
	position: absolute;
        color: #fff;
        z-index: 98;
        box-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
        background-color: #2c5ab5;
    	background-color: var(--color_blue);
        top: 80px;
        left: 87px;
        padding: 20px;
        font-size: .875rem;
        text-align: center;
}
.city-chose1 .drop-modal-ask-city1__title {
	font-size: 1rem;
        margin-bottom: 10px;
}
.city-chose1 .button {
	font-size: .875rem;
}
.city-chose1 a {padding: 5px 9px;}
.post-header__contacts {
	padding-left: 5px;
        padding-top: 10px;
}
.post-header .address__q-city {
        padding-right: 0px;
        color: #000;
        font-size: .8rem;
        margin-bottom: 12px;
}
.post-header .address__q-city span {
        color: #2c5ab5;
}
.post-header .ul-city {
	right: 0;
    text-align: left;
    color: #fff;
}
.post-header .city-chose1 {
	top: 60px;
left: auto;
    right: 10px;
}
.address_header {
	font-size: .75rem;
}