html {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
}
a,
a:visited {
    color: #337ab7;
    text-decoration: none;
}
.row:after {
    content: '';
    display: table;
    clear: both;
}
img {
    max-width: 100%;
}
h1 {
    color: #337ab7;
}
.top-banner img {
    max-width: 100%;
}
header {
    margin: 10px 0 20px;
    padding: 0 40px;
}
.pricelist-button {
    display: inline-block;
    width: 296px;
    height: 63px;
    margin-left: 230px;
    vertical-align: top;
    background: url('../images/price.png') no-repeat;
}
.menumenu {
    margin-bottom: 0;
    padding: 15px 0px;
}
.gray-line {
    height: 10px;
    background-color: #ddd;
/*    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;*/
}
.container {
    width: 70%;
    margin: 0 auto;
}
.bg-blue,
footer {
    background-color: #00B3DC;
}
footer {
    padding: 0 100px;
}
footer img {
    vertical-align: middle;
}
.nav.menu {
    padding-left: 20px;
}
.nav li {
    position: relative;
    display: inline-block;
    list-style-type: none;
}
.nav li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
}
.nav li:last-of-type:after {
    content: '';
    width: 0;
    height: 0;
}
.nav li a {
    padding: 5px 20px;
    font-size: 18px;
    color: #fff;
}
.menu_footer_menumenu {
    display: inline-block;
}
.item-page .row {
    border-bottom: 1px solid #ddd;
}
.pagination {
    text-align: center;
    margin-bottom: 20px;
}
.pagination-list {
    display: inline-block;
    list-style-type: none;
}
.pagination-list li {
    display: inline-block;
}
.pagination-list li a {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px 15px;
}
.pagination-list li:first-of-type a {
    border-left: 1px solid #ddd;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.pagination-list li:last-of-type a {
    border-right: 1px solid #ddd;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.news-wrapper {
    margin-bottom: 20px;
}
.price-table {
    width: 90%;
    margin: 0 auto;
}
.price-table tr:nth-child(2n) {
    background-color: rgba(221, 221, 221, 0.4);
}
.price-table td {
    padding: 5px 10px;
}
.price-table,
.price-table td {
    border: 1px solid #ddd;
}
.metrika {
    display: none;
}
footer {
    color: #fff;
}
@media screen and (max-width: 1200px) {
    #sticky-filter {
        position: static !important;
    }
    .montage-item__description {
        border: none;
    }
}
@media screen and (max-width: 1170px) {
    .hidden-md {
        display: none;
    }
    .pricelist-button {
        display: block;
        margin-left: 0;
    }
}
@media screen and (max-width: 992px) {
    .hidden-sm,
    footer img {
        display: none;
    }
    .container {
        width: 80%;
    }
}
@media screen and (max-width: 768px) {
    .hidden-xs {
        display: none;
    }
    footer {
        padding: 0 20px;
    }
    #sticky-filter {
        position: static !important;
    }
    .filter-result {
        border: none;
    }
    .container {
        width: 90%;
    }
}

