.d--n {
    display: none;
}
.block_sel {
    width: 150px;
    padding: 5px 27px;
    height: 50px;
}
.select_type {
    width: 100%;
}
.sel {
    width: 200px;
}
.baner_index {
    width: 600px;
    height: 100%;
}
.prodan {
    position: relative;
}
.prodan img {
    filter: grayscale(100%);
}

.prodan > span{
    display: none;
}
.prodan .catalog__one-img-cont{
    position: relative;
}

.prodan .catalog__one-img-cont > span {
    position: absolute;
    z-index: 9;
    font-size: 20px;
    top: 0;
    right: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: url("../img/sdano.png") center no-repeat;
    background-size: 60%;
    width: 100%;
    height: 100%;
}

.filter-wrap{
    align-items: flex-end;
    flex-wrap: wrap;
}

.filter__submit{
    margin: 2rem 0 0;
}

.filter__input-cont--checks .filter__input-wrap{
    height: auto;
    flex-wrap: wrap;
}

.smartfilter .checkbox:nth-child(even){
    padding-left: 10px;
}
.smartfilter .checkbox{
    width: 50%;
}

.main-about__right img{
    width: 100%;
    height: auto;
    display: block;
}

.news-detail__slide{
    text-align: center;
}

.news-detail__slide img{
    display: inline-block !important;
}

.baner_in img{
    display: block;
}
.grecaptcha-badge {
    visibility: hidden;
}