h1 {
    text-align:center;
}

#catalog #filterLine {
    flex-wrap:wrap;
}

#catalog #filterLine .search {
    padding:1rem 0;
}

#filterLine > .brand > ul {
    left:0;
}

#filterLine > .brand > ul:before {
    left: 30px;
}

#filterLine > .brand > ul {
    left:0;
}

#filterLine > .brand > ul:before {
    left: 30px;
}

#filterLine > .sort > ul {
    right: 0;
    left: auto;
}

#filterLine > .sort > ul:before {
    right: 30px;
    left: auto    
}

#catalog .rows {
    justify-content: center;
}

#itemContent .other {
    justify-content: center;
}

#itemContent .panel {
    flex-direction:column;
    align-items:center;
}

#itemContent .panel .left {
    text-align:center;
}

#itemContent .panel .left, #itemContent .panel .right {
    width:100%;
    padding:10px 10px;
}

#partners .button-list{
    align-items:flex-start;
    flex-direction:column;
    flex-wrap:no-wrap;
}

#partners .button-list li {
    margin:0;
    padding:3px 5px;
    width:100%;
    box-sizing:border-box;
}

.inner-page img {
    width:auto !important;
    height:auto !important;
}

.articles-list-full .articles-item {
    width:100%;
}

.articles-list {
    margin:0;
}

.articles-list .article {
    width:100%;
    padding-right:0;
}

#contacts {
    flex-direction:column;
}

#contacts .right, .ymaps-2-1-79-map {
    height:300px;
}