﻿body {
    font-family: 'MuseoSansRegular';
    font-size: 12px;
    color: #010101;
    min-width: 320px;
}

    body h1, body h2, body h3, body h4, body h5, body h6 {
        font-family: 'MuseoSansBold';
    }

    body h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }

@media (max-width: 499px) {
    body h1 {
        font-size: 24px;
    }
}

body h2 {
    font-size: 28px;
}

@media (max-width: 499px) {
    body h2 {
        font-size: 20px;
    }
}

body h3 {
    font-size: 18px;
    color: #909090;
}

@media (max-width: 499px) {
    body h3 {
        font-size: 16px;
    }
}

body h4 {
    font-size: 16px;
}

@media (max-width: 499px) {
    body h4 {
        font-size: 15px;
    }
}

body h5 {
    font-size: 14px;
}

body h6 {
    font-size: 12px;
}

body a {
    color: #004892;
}

body.menu-open {
    overflow: hidden;
    max-height: 100vh;
}

    body.menu-open .mobile-menu {
        transition: left 0.5s;
        left: 0px;
    }

        body.menu-open .mobile-menu .mobile-menu-footer {
            left: 0px;
        }

body ul {
    padding-left: 15px;
}

@media (max-width: 320px) {
    .container-no-padding {
        padding: 0 !important;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media (max-width: 499px) {
    .no-padding {
        padding: 0 !important;
    }
}

.line-devider {
    border-top: 3px solid #d6d6d6;
    margin: 20px 0;
}

.btn:active:focus, .btn:focus {
    outline: none;
}

.button-round {
    border-radius: 15px;
}

.btn-default {
    background: #f3f3f3;
    border-color: #f3f3f3;
}

    .btn-default:hover, .btn-default:focus {
        border-color: #e6e6e6;
    }

.btn-primary {
    background: #004892;
    border-color: #004892;
}

.btn-success {
    background: #40a900;
    color: #fff;
}

    .btn-success:hover, .btn-success:focus {
        border-color: #449d44;
    }

.btn-danger {
    background: #e2000f;
    border-color: #e2000f;
}

    .btn-danger:hover, .btn-danger:focus {
        border-color: #c9302c;
    }

.text-danger {
    color: #e2000f;
}

.text-success {
    color: #40a900;
}

.text-primary {
    color: #004892;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 50%;
    margin-top: -9px;
}

.dataTables_paginate .pagination > li > a {
    background: #f3f3f3;
    color: #010101;
    outline: none !important;
    border: 0;
    margin: 5px;
}

    .dataTables_paginate .pagination > li > a:hover {
        background: #004892;
        color: #fff;
    }

.dataTables_paginate .pagination .next > a, .dataTables_paginate .pagination .previous > a {
    color: #004892;
}

    .dataTables_paginate .pagination .next > a:hover, .dataTables_paginate .pagination .previous > a:hover {
        color: #fff;
        text-decoration: underline;
    }

.dataTables_paginate .pagination .next.disabled > a, .dataTables_paginate .pagination .previous.disabled > a {
    text-decoration: none !important;
    color: #010101;
}

.dataTables_paginate .pagination .active > a {
    background: #004892;
    color: #fff;
}

.favoritesToggle {
    outline: none !important;
}

    .favoritesToggle .isvg {
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        height: 30px;
        margin: 2px;
    }

        .favoritesToggle .isvg svg {
            width: 25px;
            height: 30px;
        }

        .favoritesToggle .isvg span {
            font-size: 14px;
            color: #004892;
            font-weight: 700;
        }

    .favoritesToggle .active {
        display: none;
    }

    .favoritesToggle .not_active {
        display: inline-block;
    }

    .favoritesToggle:hover .isvg svg g, .favoritesToggle:hover .isvg svg path, .favoritesToggle.active .isvg svg g, .favoritesToggle.active .isvg svg path {
        fill: #004892;
    }

    .favoritesToggle.active .active {
        display: inline-block;
    }

    .favoritesToggle.active .not_active {
        display: none;
    }

    .favoritesToggle.small {
        padding: 0px;
        margin: 0px;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .favoritesToggle.small {
        margin-bottom: 10px;
    }
}

@media (max-width: 549px) {
    .favoritesToggle.small {
        margin-bottom: 10px;
    }
}

.favoritesToggle.small svg, .favoritesToggle.small .isvg {
    width: 20px;
    height: 20px;
}

    .favoritesToggle.small svg g, .favoritesToggle.small svg path, .favoritesToggle.small .isvg g, .favoritesToggle.small .isvg path {
        fill: #004892;
    }

.catalog-switch .isvg.active svg g, .catalog-switch .isvg.active svg path, .catalog-switch .isvg.active svg line {
    fill: #004892;
    stroke: #004892;
}

.fotorama .fotorama__arr {
    width: 40px;
    height: 40px;
    background-position: center center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.fotorama .fotorama__arr--prev {
    background-image: url(/img/svg/arrow_left.svg);
}

.fotorama .fotorama__arr--next {
    background-image: url(/img/svg/arrow_right.svg);
}

.fotorama .fotorama__arr--disabled {
    opacity: .5;
}

.fotorama .fotorama__nav .fotorama__dot {
    width: 8px;
    height: 8px;
    border-color: #d8d8d8;
    background: #d8d8d8;
}

.fotorama .fotorama__nav .fotorama__active .fotorama__dot {
    border-color: #004892;
    border-width: 4px;
}

@media (min-width: 768px) {
    .fotorama .fotorama__nav--dots {
        margin-top: -30px;
    }
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    background-color: #004892;
    width: 33px;
    height: 33px;
    background-position: center center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    margin-top: -50px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -50px;
    background-image: url(/img/svg/arrow_right.svg);
}

    .owl-carousel .owl-nav button.owl-next:hover {
        background: url(/img/svg/arrow_right.svg) #004892 no-repeat;
        background-position: center;
        background-size: 20px 20px;
    }

.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
    background-image: url(/img/svg/arrow_left.svg);
}

    .owl-carousel .owl-nav button.owl-prev:hover {
        background: url(/img/svg/arrow_left.svg) #004892 no-repeat;
        background-position: center;
        background-size: 20px 20px;
    }

.aside-left {
    border-top: 2px solid #ebebeb;
}

.tabs-custom .nav-tabs {
    border-bottom: 0;
    border-left: 1px solid #f3f3f3;
}

@media (max-width: 1199px) {
    .tabs-custom .nav-tabs {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-flex-grow: 1;
        -webkit-flex-basis: initial;
        width: 100%;
        -webkit-flex-grow: 1;
        -webkit-flex-basis: initial;
        -webkit-flex-wrap: wrap;
    }
}

.tabs-custom .nav-tabs > li {
    border: 1px solid #f3f3f3;
    border-left-width: 0;
    display: inline-block;
}

@media (max-width: 1199px) {
    .tabs-custom .nav-tabs > li {
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        min-width: 50%;
        -webkit-flex-grow: 1;
        -webkit-flex-basis: initial;
        -webkit-flex-grow: 1;
        -webkit-flex-basis: initial;
        float: none;
        border-radius: 0;
        border-left-width: 0;
        min-width: 50%;
    }

        .tabs-custom .nav-tabs > li > a {
            font-size: 10px;
        }
}

.tabs-custom .nav-tabs > li > a {
    height: 45px;
    margin-top: -5px;
    margin-right: 0;
    font-family: 'MuseoSansBold';
    font-size: 14px;
    text-align: center;
    line-height: 51px;
    padding: 0 20px;
    border: 0 !important;
    display: block;
    white-space: nowrap;
}

    .tabs-custom .nav-tabs > li > a:hover {
        background: transparent;
        color: #010101;
    }

.tabs-custom .nav-tabs > li.active {
    border-radius: 4px 4px 0 0;
}

    .tabs-custom .nav-tabs > li.active a {
        background: #f3f3f3 !important;
        color: #010101;
    }

.tabs-custom1 .nav-tabs {
    border-bottom: 0;
    border-left: 1px solid #f3f3f3;
}

    .tabs-custom1 .nav-tabs > li {
        border: 1px solid #f3f3f3;
        border-left-width: 0;
        display: inline-block;
    }

        .tabs-custom1 .nav-tabs > li > a {
            font-size: 10px;
        }

        .tabs-custom1 .nav-tabs > li > a {
            height: 45px;
            margin-top: -5px;
            margin-right: 0;
            font-family: 'MuseoSansBold';
            font-size: 14px;
            text-align: center;
            line-height: 51px;
            padding: 0 20px;
            border: 0 !important;
            display: block;
            white-space: nowrap;
        }

            .tabs-custom1 .nav-tabs > li > a:hover {
                background: transparent;
                color: #010101;
            }

        .tabs-custom1 .nav-tabs > li.active {
            border-radius: 4px 4px 0 0;
        }

            .tabs-custom1 .nav-tabs > li.active a {
                background: #f3f3f3 !important;
                color: #010101;
            }

.tabs-custom1 .tab-content {
    border: 1px solid #f3f3f3;
}

.tabs-custom-justified .nav-tabs {
    border-bottom: 0;
    border-left: 1px solid #f3f3f3;
}

    .tabs-custom-justified .nav-tabs > li {
        border: 1px solid #f3f3f3;
        border-left-width: 0;
    }

@media (max-width: 1199px) {
    .tabs-custom-justified .nav-tabs > li {
        border-radius: 0;
        border-left-width: 0;
    }

        .tabs-custom-justified .nav-tabs > li > a {
            font-size: 10px;
        }
}

.tabs-custom-justified .nav-tabs > li > a {
    height: 45px;
    margin-top: -5px;
    margin-right: 0;
    font-family: 'MuseoSansBold';
    font-size: 14px;
    text-align: center;
    line-height: 51px;
    padding: 0 20px;
    border: 0 !important;
    display: block;
    white-space: nowrap;
}

    .tabs-custom-justified .nav-tabs > li > a:hover {
        background: transparent;
        color: #010101;
    }

.tabs-custom-justified .nav-tabs > li.active {
    border-radius: 4px 4px 0 0;
}

    .tabs-custom-justified .nav-tabs > li.active a {
        background: #f3f3f3 !important;
        color: #010101;
    }

.tabs-custom-justified .tab-content {
    border: 1px solid #f3f3f3;
}

.catalog-tabs .tab-content {
    padding: 30px;
}

@media (max-width: 499px) {
    .catalog-tabs .tab-content {
        padding: 15px;
    }
}

.details-tabs {
    margin: 30px 0;
}

    .details-tabs .collapse-box {
        padding: 25px 30px 15px;
        background: #f3f3f3;
        margin-bottom: 20px;
    }

        .details-tabs .collapse-box > a {
            border-bottom: 1px dashed #e2000f;
            text-decoration: none !important;
            display: inline-block;
            margin-bottom: 10px;
        }

            .details-tabs .collapse-box > a .caret {
                margin: 0 -14px 2px 6px;
            }

            .details-tabs .collapse-box > a:hover, .details-tabs .collapse-box > a:focus {
                border-bottom-color: transparent;
                color: #e2000f;
            }

    .details-tabs .tab-content {
        border: 1px solid #f3f3f3;
        padding: 30px;
    }

@media (max-width: 499px) {
    .details-tabs .tab-content {
        padding: 15px;
    }
}

.details-tabs .details-photo-wrap {
    padding: 5px;
    display: block;
    border: 1px solid #f3f3f3;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .details-tabs .details-photo-wrap {
        padding: 10px;
    }
}

.details-tabs .details-photo {
    background-size: contain;
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

    .details-tabs .details-photo:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

.details-tabs .details-info dl {
    margin-bottom: 10px;
}

.details-tabs .details-brand img {
    margin-bottom: 10px;
}

.details-tabs .details-files .details-files-item {
    width: 20%;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 5px 15px;
}

@media (max-width: 991px) {
    .details-tabs .details-files .details-files-item {
        width: 33.33%;
    }
}

@media (max-width: 499px) {
    .details-tabs .details-files .details-files-item {
        width: 50%;
    }
}

.details-tabs .details-files svg {
    width: 60px;
    height: 80px;
}

.item-details .item-details-list li {
    padding: 3px 0;
}

.search-form {
    position: relative;
}

    .search-form input {
        padding-right: 30px;
    }

    .search-form .search-submit {
        position: absolute;
        right: 10px;
        top: 9px;
        width: 17px;
        height: 17px;
        float: right;
        background: transparent;
        border: 0;
        outline: none !important;
        padding: 0;
    }

.catalogs-online-list {
    padding: 20px;
    border: 2px solid #f7f7f7;
    margin-top: 30px;
}

    .catalogs-online-list li {
        float: left;
        width: 50%;
        padding-right: 10px;
    }

@media (max-width: 499px) {
    .catalogs-online-list li {
        padding-right: 0;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .catalogs-online-list li {
        width: 100%;
        padding-right: 0;
    }
}

.catalogs-online-list li a {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

    .catalogs-online-list li a > * {
        display: table-cell;
        vertical-align: middle;
    }

.catalogs-online-list li .catalogs-image {
    width: 100px;
    height: 50px;
    padding-right: 10px;
}

    .catalogs-online-list li .catalogs-image img {
        max-width: 100%;
        max-height: 100%;
    }

.accountInputRight {
    padding-right: 20px;
}

.accountInputLeft {
    padding-left: 20px;
}

@media (max-width: 991px) {
    .accountInputRight {
        padding-right: 5px;
    }

    .accountInputLeft {
        padding-left: 5px;
    }
}

.news {
    margin-bottom: 100px;
}

    .news .news-date {
        margin: 15px 0 20px;
    }

    .news .news-image {
        float: left;
        margin: 0 25px 15px 0;
        max-width: 30%;
    }

@media (max-width: 499px) {
    .news .news-image {
        max-width: 50%;
    }
}

.news .news-image img {
    width: 100%;
}

.news-list {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .news-list {
        margin-bottom: 50px;
    }
}

.news-list .news-list-item {
    padding: 20px 0;
}

@media (min-width: 500px) {
    .news-list .news-list-item {
        display: table;
        width: 100%;
        padding: 40px 0;
        border-bottom: 1px solid #f3f3f3;
    }

        .news-list .news-list-item > * {
            display: table-cell;
            vertical-align: top;
        }
}

.news-list .news-list-image {
    padding: 0 15px 0 0;
}

@media (max-width: 499px) {
    .news-list .news-list-image {
        margin-bottom: 10px;
    }
}

.news-list .news-list-image img {
    height: 128px;
}

.news-list .news-list-body {
    overflow: hidden;
}

.news-list .news-list-link {
    display: block;
}

@media (min-width: 500px) {
    .news-list .news-list-link h4 {
        height: 57px;
        overflow: hidden;
    }
}

@media (min-width: 500px) {
    .news-list .news-list-text {
        height: 34px;
        overflow: hidden;
    }
}

.models-tabs {
    margin: 30px 0;
}

.scheme-wrap p {
    color: #010101;
    margin: 15px 0;
}

.table-responsive table thead th {
    max-width: 450px;
}

.table-responsive table tbody td {
    max-width: 450px;
}

@media (min-width: 512px) and (max-width: 1199px) {
    .table-searchresults tbody tr td,
    .table-searchresults tbody tr th {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 2px;
        padding-right: 2px;
        width: 33%;
        word-break: break-word;
    }
}

@media (max-width: 511px) {
    .table-searchresults tbody tr td:nth-child(3n),
    .table-searchresults tbody tr th:nth-child(3n) {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 2px;
        padding-right: 2px;
        width: 50%;
        word-break: break-word;
    }
}

@media (max-width: 511px) {
    .table-searchresults tbody tr td:nth-child(3n - 1),
    .table-searchresults tbody tr td:nth-child(3n - 2),
    .table-searchresults tbody tr th:nth-child(3n - 1),
    .table-searchresults tbody tr th:nth-child(3n - 2) {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 2px;
        padding-right: 2px;
        width: 25%;
        word-break: break-word;
    }
}

@media (min-width: 512px) and (max-width: 1199px) {
    .table-searchresults tfoot tr td,
    .table-searchresults tfoot tr th {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 2px;
        padding-right: 2px;
        width: 33%;
        word-break: break-word;
    }
}

@media (max-width: 511px) {
    .table-searchresults tfoot tr td:nth-child(3n),
    .table-searchresults tfoot tr th:nth-child(3n) {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 2px;
        padding-right: 2px;
        width: 50%;
        word-break: break-word;
    }
}

@media (max-width: 511px) {
    .table-searchresults tfoot tr td:nth-child(3n - 1),
    .table-searchresults tfoot tr td:nth-child(3n - 2),
    .table-searchresults tfoot tr th:nth-child(3n - 1),
    .table-searchresults tfoot tr th:nth-child(3n - 2) {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 2px;
        padding-right: 2px;
        width: 25%;
        word-break: break-word;
    }
}

@media (min-width: 512px) and (max-width: 1199px) {
    .table-searchresults thead tr td,
    .table-searchresults thead tr th {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 2px;
        padding-right: 2px;
        width: 33%;
        word-break: break-word;
    }
}

@media (max-width: 511px) {
    .table-searchresults thead tr td:nth-child(3n),
    .table-searchresults thead tr th:nth-child(3n) {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 2px;
        padding-right: 2px;
        width: 50%;
        word-break: break-word;
    }
}

@media (max-width: 511px) {
    .table-searchresults thead tr td:nth-child(3n - 1),
    .table-searchresults thead tr td:nth-child(3n - 2),
    .table-searchresults thead tr th:nth-child(3n - 1),
    .table-searchresults thead tr th:nth-child(3n - 2) {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 2px;
        padding-right: 2px;
        width: 25%;
        word-break: break-word;
    }
}

@media (max-width: 767px) {
    .row .tooltipParent {
        width: 100%;
        text-align: center;
    }
}

.group-search-results {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
}

    .group-search-results div {
        width: 100%;
    }

        .group-search-results div a {
            display: inline-block;
            width: 100%;
            padding: 5px;
            border-bottom: 1px solid #ddd;
        }

        .group-search-results div:first-child a {
            border-top: 1px solid #ddd;
        }

        .group-search-results div:nth-child(odd) a {
            background: #f9f9f9;
        }

        .group-search-results div:hover a {
            background: #f5f5f5;
        }

@media (min-width: 1200px) {
    .paddingStyle {
        padding: 5px;
    }
}

@media (max-width: 1199px) {
    .paddingStyle {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 2px;
        padding-right: 2px;
    }
}

.search-results-row {
    display: table-row;
    white-space: normal;
    word-break: break-word;
}

    .search-results-row:first-child div {
        border-top: 1px solid #ddd;
    }

    .search-results-row:nth-child(odd) {
        background: #f9f9f9;
    }

    .search-results-row:hover {
        background: #f5f5f5;
        cursor: pointer;
    }

        .search-results-row:hover a {
            text-decoration: underline;
        }

    .search-results-row div {
        display: table-cell;
        border-bottom: 1px solid #ddd;
    }

@media (min-width: 1200px) {
    .search-results-row div:first-child {
        width: 15%;
    }
}

@media (min-width: 512px) and (max-width: 1199px) {
    .search-results-row div:first-child {
        width: 33%;
    }
}

@media (min-width: 320px) and (max-width: 511px) {
    .search-results-row div:first-child {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .search-results-row div:last-child {
        width: 67%;
    }
}

@media (min-width: 512px) and (max-width: 1199px) {
    .search-results-row div:last-child {
        width: 34%;
    }
}

@media (min-width: 320px) and (max-width: 511px) {
    .search-results-row div:last-child {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .search-results-row div {
        width: 15%;
    }
}

@media (min-width: 512px) and (max-width: 1199px) {
    .search-results-row div {
        width: 33%;
    }
}

@media (min-width: 320px) and (max-width: 511px) {
    .search-results-row div {
        width: 25%;
    }
}

.search-results-row div a {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-top: 5px;
}

.tableInvoice {
    padding: 5px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: table-cell;
    height: auto;
    word-break: break-all;
    word-break-word-wrap: break-word;
}

    .tableInvoice div {
        word-break: break-all;
        word-wrap: break-word;
    }

@media (min-width: 320px) and (max-width: 511px) {
    .tableInvoice {
        padding: 1px;
    }
}

@media (min-width: 512px) and (max-width: 767px) {
    .tableInvoice {
        padding: 2px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .tableInvoice {
        padding: 3px;
    }
}

#results > .tableInvoice:nth-of-type(odd) {
    background-color: #f9f9f9;
}

#results > .tableInvoice:hover {
    background-color: #f5f5f5;
}

#carTypes tbody tr td {
    max-width: 100% !important;
}

.applicability tbody tr td {
    max-width: 100% !important;
}

@media (max-width: 767px) {
    #vehiclesDiv .panel-body {
        padding: 0 !important;
    }
}

.unvisibleTd {
    background: #d9d9d9;
}

.breakText {
    cursor: pointer;
}

@media (min-width: 1200px) {
    .headingStyleH4 {
        font-family: 'MuseoSansBold';
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 1.1;
        font-weight: 500;
        text-align: center;
        color: #010101;
    }
}

@media (max-width: 1199px) {
    .headingStyleH4 {
        font-family: 'MuseoSansBold';
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 1.1;
        font-weight: 500;
        text-align: center;
        color: #010101;
    }
}

.grayStyleH4 {
    font-family: 'MuseoSansBold';
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    font-weight: 500;
    text-align: center;
    color: #909090;
}

.vehicleStyleH5 {
    font-family: 'MuseoSansBold';
    font-size: 14px;
    margin: 0;
    line-height: 1.1;
    font-weight: 500;
    color: #010101;
}

.headingStyleH4Left {
    font-family: 'MuseoSansBold';
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
    font-weight: 500;
    color: #010101;
}

.headingStyleH5 a {
    font-family: 'MuseoSansBold';
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: 500;
    line-height: 1.1;
    color: #004892;
}

.sameAsH3Style {
    font-family: 'MuseoSansBold';
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    font-weight: 500;
    color: #909090;
}

@media (max-width: 499px) {
    .sameAsH3Style {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .modal-dialog.custom-modal-width {
        width: 650px !important;
        margin: 30px auto;
    }
}

.advantages {
    padding-top: 40px;
    padding-bottom: 50px;
}

@media (max-width: 320px) {
    .advantages {
        padding: 30px 0;
    }
}

.advantages-img {
    width: 110px;
    height: 110px;
    background-size: 86px 86px;
    background-position: center;
    background-repeat: no-repeat;
}

.advantages .advantages-item {
    height: 110px;
    margin-top: 20px;
}

.advantages .media-left {
    width: 110px;
    min-width: 110px;
    text-align: center;
    padding: 0;
}

.advantages .media-object {
    margin: 0 auto;
}

.advantages .media-body {
    padding-left: 15px;
    height: 110px;
}

.advantages .advantages-title {
    font-size: 17px;
    font-family: 'MuseoSansBold';
    line-height: 1.2;
}

.breadcrumb {
    background: transparent;
    padding: 15px 0;
}

    .breadcrumb li + li:before {
        content: '';
        background-image: url("../img/arrow-light.png");
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 5px;
    }

    .breadcrumb li, .breadcrumb a {
        color: #909090;
    }

.catalog-box {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin: 20px 0;
}

    .catalog-box .img-wrap {
        height: 50px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .catalog-box .img-wrap-hovered {
        height: 50px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        display: none;
    }

    .catalog-box .catalog-row {
        width: 100%;
    }

    .catalog-box .catalog-item {
        display: inline-block;
        width: 25%;
        text-align: center;
        float: left;
        padding: 20px 10px;
        height: 150px;
        position: relative;
    }

        .catalog-box .catalog-item:after {
            content: '';
            border-right: 1px solid #ebebeb;
            height: 130px;
            position: absolute;
            top: 10px;
            right: 0;
        }

        .catalog-box .catalog-item:before {
            content: '';
            border-bottom: 1px solid #ebebeb;
            width: calc(100% - 20px);
            position: absolute;
            bottom: 0;
            left: 10px;
        }

@media (max-width: 499px) {
    .catalog-box .catalog-item h4 {
        font-size: 17px;
    }
}

.catalog-box .catalog-item img {
    margin: 0 auto;
}

.catalog-box .catalog-item h4 {
    color: #010101;
}

.catalog-box .catalog-item:hover {
    text-decoration: none;
}

    .catalog-box .catalog-item:hover .img-wrap {
        display: none;
    }

    .catalog-box .catalog-item:hover .img-wrap-hovered {
        display: block;
    }

@media (max-width: 767px) {
    .catalog-box .catalog-item {
        width: 50%;
    }

        .catalog-box .catalog-item:nth-child(2n):after {
            content: none;
        }

        .catalog-box .catalog-item:first-child:nth-last-child(13),
        .catalog-box .catalog-item:first-child:nth-last-child(13) ~ :nth-last-child(-n+1):before {
            content: none;
        }

        .catalog-box .catalog-item:first-child:nth-last-child(14),
        .catalog-box .catalog-item:first-child:nth-last-child(14) ~ :nth-last-child(-n+2):before {
            content: none;
        }

        .catalog-box .catalog-item:first-child:nth-last-child(15),
        .catalog-box .catalog-item:first-child:nth-last-child(15) ~ :nth-last-child(-n+1):before {
            content: none;
        }

        .catalog-box .catalog-item:first-child:nth-last-child(16),
        .catalog-box .catalog-item:first-child:nth-last-child(16) ~ :nth-last-child(-n+2):before {
            content: none;
        }

        .catalog-box .catalog-item:first-child:nth-last-child(17),
        .catalog-box .catalog-item:first-child:nth-last-child(17) ~ :nth-last-child(-n+1):before {
            content: none;
        }

        .catalog-box .catalog-item:first-child:nth-last-child(18),
        .catalog-box .catalog-item:first-child:nth-last-child(18) ~ :nth-last-child(-n+2):before {
            content: none;
        }

        .catalog-box .catalog-item:first-child:nth-last-child(19),
        .catalog-box .catalog-item:first-child:nth-last-child(19) ~ :nth-last-child(-n+1):before {
            content: none;
        }

        .catalog-box .catalog-item:first-child:nth-last-child(20),
        .catalog-box .catalog-item:first-child:nth-last-child(20) ~ :nth-last-child(-n+2):before {
            content: none;
        }

    .catalog-box .subCatalog {
        width: 50%;
    }

        .catalog-box .subCatalog:nth-child(2n):after {
            content: none;
        }

        .catalog-box .subCatalog:nth-child(3):before, .catalog-box .subCatalog:nth-child(4):before {
            content: none;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .catalog-box .catalog-item:nth-child(4n):after {
        content: none;
    }

    .catalog-box .catalog-item:first-child:nth-last-child(13),
    .catalog-box .catalog-item:first-child:nth-last-child(13) ~ :nth-last-child(-n+1):before {
        content: none;
    }

    .catalog-box .catalog-item:first-child:nth-last-child(14),
    .catalog-box .catalog-item:first-child:nth-last-child(14) ~ :nth-last-child(-n+2):before {
        content: none;
    }

    .catalog-box .catalog-item:first-child:nth-last-child(15),
    .catalog-box .catalog-item:first-child:nth-last-child(15) ~ :nth-last-child(-n+3):before {
        content: none;
    }

    .catalog-box .catalog-item:first-child:nth-last-child(16),
    .catalog-box .catalog-item:first-child:nth-last-child(16) ~ :nth-last-child(-n+4):before {
        content: none;
    }

    .catalog-box .catalog-item:first-child:nth-last-child(17),
    .catalog-box .catalog-item:first-child:nth-last-child(17) ~ :nth-last-child(-n+1):before {
        content: none;
    }

    .catalog-box .catalog-item:first-child:nth-last-child(18),
    .catalog-box .catalog-item:first-child:nth-last-child(18) ~ :nth-last-child(-n+2):before {
        content: none;
    }

    .catalog-box .catalog-item:first-child:nth-last-child(19),
    .catalog-box .catalog-item:first-child:nth-last-child(19) ~ :nth-last-child(-n+3):before {
        content: none;
    }

    .catalog-box .catalog-item:first-child:nth-last-child(20),
    .catalog-box .catalog-item:first-child:nth-last-child(20) ~ :nth-last-child(-n+4):before {
        content: none;
    }

    .catalog-box .subCatalog:nth-child(4n):after {
        content: none;
    }

    .catalog-box .subCatalog:nth-child(1):before, .catalog-box .subCatalog:nth-child(2):before, .catalog-box .subCatalog:nth-child(3):before, .catalog-box .subCatalog:nth-child(4):before {
        content: none;
    }
}

@media (min-width: 992px) {
    .catalog-box .catalog-item {
        width: 11.11%;
    }

        .catalog-box .catalog-item:nth-child(9n):after {
            content: none;
        }

        .catalog-box .catalog-item:nth-child(10n):before,
        .catalog-box .catalog-item:nth-child(11n):before,
        .catalog-box .catalog-item:nth-child(12n):before,
        .catalog-box .catalog-item:nth-child(13n):before,
        .catalog-box .catalog-item:nth-child(14n):before {
            content: none;
        }

        .catalog-box .catalog-item:first-child:nth-last-child(13),
        .catalog-box .catalog-item:first-child:nth-last-child(13) ~ :nth-last-child(-n+3):before {
            content: none;
        }

        .catalog-box .catalog-item:first-child:nth-last-child(14),
        .catalog-box .catalog-item:first-child:nth-last-child(14) ~ :nth-last-child(-n+4):before {
            content: none;
        }
        /*.catalog-box .catalog-item:first-child:nth-last-child(15),
      .catalog-box .catalog-item:first-child:nth-last-child(15) ~ :nth-last-child(-n+5):before {
        content: none; }*/
        .catalog-box .catalog-item:first-child:nth-last-child(16),
        .catalog-box .catalog-item:first-child:nth-last-child(16) ~ :nth-last-child(-n+1):before {
            content: none;
        }

        .catalog-box .catalog-item:first-child:nth-last-child(17),
        .catalog-box .catalog-item:first-child:nth-last-child(17) ~ :nth-last-child(-n+2):before {
            content: none;
        }

        .catalog-box .catalog-item:first-child:nth-last-child(18),
        .catalog-box .catalog-item:first-child:nth-last-child(18) ~ :nth-last-child(-n+3):before {
            content: none;
        }

        .catalog-box .catalog-item:first-child:nth-last-child(19),
        .catalog-box .catalog-item:first-child:nth-last-child(19) ~ :nth-last-child(-n+4):before {
            content: none;
        }

        .catalog-box .catalog-item:first-child:nth-last-child(20),
        .catalog-box .catalog-item:first-child:nth-last-child(20) ~ :nth-last-child(-n+5):before {
            content: none;
        }

        .catalog-box .catalog-item:first-child:nth-last-child(21),
        .catalog-box .catalog-item:first-child:nth-last-child(21) ~ :nth-last-child(-n+1):before {
            content: none;
        }

        .catalog-box .catalog-item:nth-last-child(-n+3):before {
            content: none;
        }

    .catalog-box .subCatalog:nth-child(5n):after {
        content: none;
    }

    .catalog-box .subCatalog:nth-child(1):before, .catalog-box .subCatalog:nth-child(2):before, .catalog-box .subCatalog:nth-child(3):before, .catalog-box .subCatalog:nth-child(4):before, .catalog-box .subCatalog:nth-child(5):before {
        content: none;
    }
}

.catalog-filter .dl-horizontal {
    margin: 20px 0;
}

    .catalog-filter .dl-horizontal dt {
        width: auto;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .catalog-filter .dl-horizontal dd {
        margin-left: auto;
        font-family: 'MuseoSansBold';
    }

        .catalog-filter .dl-horizontal dd ul {
            margin: 0 0 0 -5px;
        }

            .catalog-filter .dl-horizontal dd ul li.active a {
                color: #010101;
                text-decoration: none;
                cursor: default;
            }

.catalog-filter .checkbox {
    display: inline-block;
    margin: 0;
}

@media (min-width: 1200px) {
    .catalog-filter .checkbox {
        text-align: right;
        display: block;
        margin: 17px 0 19px;
    }
}

.catalog-filter .checkbox label {
    line-height: 20px;
}

.catalog-filter .catalog-switch {
    display: inline-block;
    float: right;
}

@media (max-width: 499px) {
    .catalog-filter .catalog-switch {
        display: block;
        float: none;
        margin: 20px 0;
    }
}

@media (min-width: 1200px) {
    .catalog-filter .catalog-switch {
        text-align: right;
        display: block;
        float: none;
    }
}

.catalog-filter .catalog-switch a {
    display: block;
    height: 20px;
}

    .catalog-filter .catalog-switch a svg {
        width: 20px;
        height: 20px;
    }

    .catalog-filter .catalog-switch a:hover path {
        fill: #004892;
    }

    .catalog-filter .catalog-switch a:hover line {
        stroke: #004892;
    }

.catalog-grid-card {
    margin-bottom: 30px;
}

@media (max-width: 549px) {
    .catalog-grid-card {
        margin-bottom: 15px;
    }
}

.catalog-grid-card .catalog-grid-image-wrap {
    padding: 30px;
    display: block;
    position: relative;
    border: 1px solid #f3f3f3;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .catalog-grid-card .catalog-grid-image-wrap {
        padding: 10px 10px 30px;
    }
}

.catalog-grid-card .catalog-grid-image-wrap span {
    text-decoration: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #010101;
}

.catalog-grid-card .catalog-grid-image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

    .catalog-grid-card .catalog-grid-image:before {
        content: '';
        display: block;
        padding-top: 100%;
        padding-top: calc(100% - 20px);
    }

.catalog-grid-card .catalog-grid-title {
    height: 44px;
    overflow: hidden;
    display: block;
    font-size: 18px;
    font-family: 'MuseoSansBold';
    line-height: 1.2;
}

@media (max-width: 499px) {
    .catalog-grid-card .catalog-grid-title {
        height: 30px;
        line-height: 1;
        font-size: 15px;
    }
}

.catalog-grid-card .catalog-grid-details .art {
    overflow-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    line-break: strict;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.catalog-grid-card .catalog-grid-details p {
    height: 38px;
    margin-bottom: 0;
    overflow: hidden;
}

.catalog-grid-card .catalog-grid-info, .catalog-grid-card .catalog-grid-actions {
    display: table;
    width: 100%;
}

    .catalog-grid-card .catalog-grid-info > *, .catalog-grid-card .catalog-grid-actions > * {
        display: table-cell;
        vertical-align: middle;
    }

        .catalog-grid-card .catalog-grid-info > *:last-child, .catalog-grid-card .catalog-grid-actions > *:last-child {
            text-align: right;
        }

@media (max-width: 549px) {
    .catalog-grid-card .catalog-grid-info, .catalog-grid-card .catalog-grid-actions {
        display: block;
    }

        .catalog-grid-card .catalog-grid-info > *, .catalog-grid-card .catalog-grid-actions > * {
            display: block;
            text-align: left !important;
        }
}

.catalog-grid-card .catalog-grid-info span {
    font-family: 'MuseoSansBold';
}

@media (max-width: 549px) {
    .catalog-grid-card .catalog-grid-info span {
        margin-bottom: 10px;
    }
}

.catalog-grid-card .catalog-grid-actions {
    padding: 10px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .catalog-grid-card .catalog-grid-actions {
        display: block;
    }

        .catalog-grid-card .catalog-grid-actions > * {
            display: block;
            text-align: left !important;
        }

        .catalog-grid-card .catalog-grid-actions .btn {
            width: 100%;
        }
}

@media (max-width: 499px) {
    .catalog-grid-card .catalog-grid-actions .btn {
        font-size: 12px;
        width: 100%;
    }
}

.catalog-grid-card .catalog-grid-actions .favorites .favoritesToggle {
    padding: 0;
    margin-left: -3px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .catalog-grid-card .catalog-grid-actions .favorites .favoritesToggle {
        margin-bottom: 10px;
    }
}

@media (max-width: 549px) {
    .catalog-grid-card .catalog-grid-actions .favorites .favoritesToggle {
        margin-bottom: 10px;
    }
}

.catalog-grid-card .catalog-grid-actions .favorites .favoritesToggle svg, .catalog-grid-card .catalog-grid-actions .favorites .favoritesToggle .isvg {
    width: 20px;
    height: 20px;
}

.catalog-list-card {
    padding: 15px 0;
}

    .catalog-list-card + .catalog-list-card {
        border-top: 1px solid #f3f3f3;
    }

    .catalog-list-card .catalog-list-info {
        display: table;
        width: 100%;
    }

        .catalog-list-card .catalog-list-info > * {
            display: table-cell;
            vertical-align: top;
        }

    .catalog-list-card .catalog-list-image {
        padding: 10px;
        max-width: 170px;
        width: 170px;
    }

        .catalog-list-card .catalog-list-image img {
            max-width: 100%;
        }

    .catalog-list-card .catalog-list-details {
        padding: 5px 0;
    }

        .catalog-list-card .catalog-list-details .link-name {
            margin-bottom: 10px;
            font-size: 18px;
            font-family: 'MuseoSansBold';
            display: block;
        }

@media (max-width: 499px) {
    .catalog-list-card .catalog-list-details .link-name {
        font-size: 15px;
    }
}

.catalog-list-card .catalog-list-details .art {
    overflow-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    line-break: strict;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.catalog-list-card .favoritesToggle {
    margin-top: 10px;
    padding-bottom: 0;
}

.catalog-list-card .link-more {
    padding-left: 5px;
}

.catalog-list-table {
    width: 100% !important;
    max-width: 100% !important;
}

    .catalog-list-table th {
        white-space: nowrap;
        background: #f3f3f3;
        border-bottom: 0 !important;
    }

        .catalog-list-table th.sorting_asc, .catalog-list-table th.sorting {
            color: #004892;
        }

    .catalog-list-table td {
        vertical-align: middle !important;
        border: 0;
    }

    .catalog-list-table th, .catalog-list-table td {
        outline: none !important;
    }

        .catalog-list-table th:last-child, .catalog-list-table td:last-child {
            text-align: right;
        }

        .catalog-list-table th:nth-child(4), .catalog-list-table th:nth-child(5), .catalog-list-table th:nth-child(6), .catalog-list-table td:nth-child(4), .catalog-list-table td:nth-child(5), .catalog-list-table td:nth-child(6) {
            text-align: center;
        }

    .catalog-list-table.collapsed td:last-child {
        text-align: left;
    }

    .catalog-list-table button {
        outline: none !important;
    }

    .catalog-list-table .btn-danger {
        padding: 0 5px;
    }

    .catalog-list-table .lock {
        width: 23px;
        height: 23px;
        background: url(../img/svg/lock.svg) no-repeat;
        background-size: 23px 23px;
        background-position: center;
    }

        .catalog-list-table .lock:hover {
            background-image: url(../img/svg/lock-hover.svg);
        }

.catalog-table th {
    outline: none !important;
    text-align: center;
    font-family: 'MuseoSansBold';
    background: #f3f3f3;
    border-bottom: 0 !important;
}

    .catalog-table th:first-child {
        padding: 8px !important;
    }

        .catalog-table th:first-child:after {
            content: none !important;
        }

    .catalog-table th:nth-child(3), .catalog-table th:nth-child(4), .catalog-table th:nth-child(5), .catalog-table th:nth-child(6) {
        text-align: left;
    }

.catalog-table td {
    outline: none !important;
    vertical-align: middle !important;
    text-align: center;
}

    .catalog-table td:nth-child(3), .catalog-table td:nth-child(4), .catalog-table td:nth-child(5), .catalog-table td:nth-child(6) {
        text-align: left;
    }

    .catalog-table td.child {
        text-align: left;
    }

    .catalog-table td button {
        outline: none !important;
    }

    .catalog-table td .img-toggle {
        position: relative;
        outline: none !important;
    }

    .catalog-table td.brand {
        position: relative;
    }

        .catalog-table td.brand button {
            position: absolute;
            top: 50%;
            margin-top: -12px;
        }

        .catalog-table td.brand .popover {
            background: #f3f3f3;
        }

            .catalog-table td.brand .popover .arrow:after {
                border-top-color: #f3f3f3;
            }

        .catalog-table td.brand .popover-content a {
            font-size: 18px;
            display: block;
            margin-bottom: 5px;
        }

        .catalog-table td.brand .popover-content .type {
            white-space: nowrap;
        }

        .catalog-table td.brand .popover-content .info {
            font-size: 12px;
        }

    .catalog-table td .details {
        height: 18px;
        width: 15px;
        background: url(../img/svg/details.svg) no-repeat;
        background-size: 18px 15px;
        background-position: center;
        display: inline-block;
    }

        .catalog-table td .details:hover {
            background-image: url(../img/svg/details-hover.svg);
        }

    .catalog-table td .camera {
        width: 20px;
        height: 18px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIGNsYXNzPSIiPjxnPjxnPgoJPGc+CgkJPHBhdGggZD0iTTUwLDQwYy04LjI4NSwwLTE1LDYuNzE4LTE1LDE1YzAsOC4yODUsNi43MTUsMTUsMTUsMTVjOC4yODMsMCwxNS02LjcxNSwxNS0xNSAgICBDNjUsNDYuNzE4LDU4LjI4Myw0MCw1MCw0MHogTTkwLDI1SDc4Yy0xLjY1LDAtMy40MjgtMS4yOC0zLjk0OS0yLjg0NmwtMy4xMDItOS4zMDlDNzAuNDI2LDExLjI4LDY4LjY1LDEwLDY3LDEwSDMzICAgIGMtMS42NSwwLTMuNDI4LDEuMjgtMy45NDksMi44NDZsLTMuMTAyLDkuMzA5QzI1LjQyNiwyMy43MiwyMy42NSwyNSwyMiwyNUgxMEM0LjUsMjUsMCwyOS41LDAsMzV2NDVjMCw1LjUsNC41LDEwLDEwLDEwaDgwICAgIGM1LjUsMCwxMC00LjUsMTAtMTBWMzVDMTAwLDI5LjUsOTUuNSwyNSw5MCwyNXogTTUwLDgwYy0xMy44MDcsMC0yNS0xMS4xOTMtMjUtMjVjMC0xMy44MDYsMTEuMTkzLTI1LDI1LTI1ICAgIGMxMy44MDUsMCwyNSwxMS4xOTQsMjUsMjVDNzUsNjguODA3LDYzLjgwNSw4MCw1MCw4MHogTTg2LjUsNDEuOTkzYy0xLjkzMiwwLTMuNS0xLjU2Ni0zLjUtMy41YzAtMS45MzIsMS41NjgtMy41LDMuNS0zLjUgICAgYzEuOTM0LDAsMy41LDEuNTY4LDMuNSwzLjVDOTAsNDAuNDI3LDg4LjQzMyw0MS45OTMsODYuNSw0MS45OTN6IiBkYXRhLW9yaWdpbmFsPSIjMDMwMTA0IiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDMwMTA0IiBmaWxsPSIjNjY2NjY2Ii8+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPgo=) no-repeat;
        background-size: 20px 18px;
        background-position: center;
        display: inline-block;
    }

        .catalog-table td .camera:hover {
            background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIGNsYXNzPSIiPjxnPjxnPgoJPGc+CgkJPHBhdGggZD0iTTUwLDQwYy04LjI4NSwwLTE1LDYuNzE4LTE1LDE1YzAsOC4yODUsNi43MTUsMTUsMTUsMTVjOC4yODMsMCwxNS02LjcxNSwxNS0xNSAgICBDNjUsNDYuNzE4LDU4LjI4Myw0MCw1MCw0MHogTTkwLDI1SDc4Yy0xLjY1LDAtMy40MjgtMS4yOC0zLjk0OS0yLjg0NmwtMy4xMDItOS4zMDlDNzAuNDI2LDExLjI4LDY4LjY1LDEwLDY3LDEwSDMzICAgIGMtMS42NSwwLTMuNDI4LDEuMjgtMy45NDksMi44NDZsLTMuMTAyLDkuMzA5QzI1LjQyNiwyMy43MiwyMy42NSwyNSwyMiwyNUgxMEM0LjUsMjUsMCwyOS41LDAsMzV2NDVjMCw1LjUsNC41LDEwLDEwLDEwaDgwICAgIGM1LjUsMCwxMC00LjUsMTAtMTBWMzVDMTAwLDI5LjUsOTUuNSwyNSw5MCwyNXogTTUwLDgwYy0xMy44MDcsMC0yNS0xMS4xOTMtMjUtMjVjMC0xMy44MDYsMTEuMTkzLTI1LDI1LTI1ICAgIGMxMy44MDUsMCwyNSwxMS4xOTQsMjUsMjVDNzUsNjguODA3LDYzLjgwNSw4MCw1MCw4MHogTTg2LjUsNDEuOTkzYy0xLjkzMiwwLTMuNS0xLjU2Ni0zLjUtMy41YzAtMS45MzIsMS41NjgtMy41LDMuNS0zLjUgICAgYzEuOTM0LDAsMy41LDEuNTY4LDMuNSwzLjVDOTAsNDAuNDI3LDg4LjQzMyw0MS45OTMsODYuNSw0MS45OTN6IiBkYXRhLW9yaWdpbmFsPSIjMDMwMTA0IiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjNjY2NjY2IiBmaWxsPSIjMDA0ODkyIi8+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPgo=);
        }

    .catalog-table td .no-camera {
        width: 20px;
        height: 18px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIuMDAxIDUxMi4wMDEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDEgNTEyLjAwMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgY2xhc3M9IiI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTA1Ljk0Miw0NzYuNjk0TDM1LjMwNiw2LjA1OWMtOC4wNzYtOC4wNzctMjEuMTcyLTguMDc3LTI5LjI0OCwwYy04LjA3Nyw4LjA3Ni04LjA3NywyMS4xNzEsMCwyOS4yNDhsNDcwLjYzNiw0NzAuNjM2ICAgIGM0LjAzOCw0LjAzOSw5LjMzMiw2LjA1OCwxNC42MjUsNi4wNThjNS4yOTMsMCwxMC41ODctMi4wMTksMTQuNjI0LTYuMDU3QzUxNC4wMTgsNDk3Ljg2Niw1MTQuMDE4LDQ4NC43NzEsNTA1Ljk0Miw0NzYuNjk0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzdDRkYwMCIgZmlsbD0iIzY2NjY2NiIvPgoJPC9nPgo8L2c+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDQ4LjUzMiw0MjcuODVINjMuNDY3Yy0xMi4xODcsMC0yMi4xMDItOS45MTUtMjIuMTAyLTIyLjEwMlYxNzAuNDNjMC0xMi4xODgsOS45MTYtMjIuMTAyLDIyLjEwMi0yMi4xMDJoNjQuMTc3ICAgIGMxMS40MjIsMCwyMC42ODItOS4yNiwyMC42ODItMjAuNjgycy05LjI2LTIwLjY4Mi0yMC42ODItMjAuNjgySDYzLjQ2N0MyOC40NzIsMTA2Ljk2MywwLDEzNS40MzQsMCwxNzAuNDN2MjM1LjMxOCAgICBjMCwzNC45OTUsMjguNDcyLDYzLjQ2Nyw2My40NjcsNjMuNDY3aDM4NS4wNjVjMTEuNDIzLDAsMjAuNjgyLTkuMjU5LDIwLjY4Mi0yMC42ODJTNDU5Ljk1NSw0MjcuODUsNDQ4LjUzMiw0MjcuODV6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjN0NGRjAwIiBmaWxsPSIjNjY2NjY2Ii8+Cgk8L2c+CjwvZz48Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00NDguNTMzLDEwNi45NjNoLTc0LjUwMWwtMzYuNjQ0LTU0Ljk2OGMtMy44MzctNS43NTQtMTAuMjk0LTkuMjExLTE3LjIwOS05LjIxMUgxOTEuODIzICAgIGMtMTEuNDIyLDAtMjAuNjgyLDkuMjYtMjAuNjgyLDIwLjY4MnM5LjI2LDIwLjY4MiwyMC42ODIsMjAuNjgyaDExNy4yODZsMzYuNjQ0LDU0Ljk2OGMzLjgzNyw1Ljc1NCwxMC4yOTQsOS4yMSwxNy4yMDksOS4yMSAgICBoODUuNTdjMTIuMTg4LDAsMjIuMTAzLDkuOTE1LDIyLjEwMywyMi4xMDJ2MTk5LjgwNmMwLDExLjQyMyw5LjI1OSwyMC42ODIsMjAuNjgyLDIwLjY4MmMxMS40MjMsMCwyMC42ODItOS4yNTksMjAuNjgzLTIwLjY4MiAgICBWMTcwLjQzQzUxMi4wMDEsMTM1LjQzNSw0ODMuNTMsMTA2Ljk2Myw0NDguNTMzLDEwNi45NjN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjN0NGRjAwIiBmaWxsPSIjNjY2NjY2Ii8+Cgk8L2c+CjwvZz48Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0zMzcuODQ5LDMwOS4wOTljLTkuNDI3LTYuNDUxLTIyLjI5Ni00LjAzOS0yOC43NDcsNS4zODhjLTIwLjIwNSwyOS41MjgtNjAuNjY4LDM3LjExNC05MC4xOTYsMTYuOTA4ICAgIGMtMjkuNTI5LTIwLjIwNC0zNy4xMTMtNjAuNjY1LTE2LjkwOS05MC4xOTRjNC41NTctNi42NjEsMTAuMjQ2LTEyLjM1LDE2LjkwOS0xNi45MDljOS40MjctNi40NTEsMTEuODM5LTE5LjMyMiw1LjM4OC0yOC43NDggICAgYy02LjQ1MS05LjQyNy0xOS4zMjMtMTEuODM5LTI4Ljc0OC01LjM4OGMtMTAuOTA5LDcuNDY1LTIwLjIyNCwxNi43OC0yNy42ODcsMjcuNjg3ICAgIGMtMzMuMDg1LDQ4LjM1Mi0yMC42NjUsMTE0LjYwNiwyNy42ODcsMTQ3LjY5MWMxOC4zMDksMTIuNTI4LDM5LjE3NiwxOC41MjksNTkuODQ2LDE4LjUyOWMzMy45MTYsMCw2Ny4yODctMTYuMTczLDg3Ljg0NS00Ni4yMTYgICAgQzM0OS42ODgsMzI4LjQyMSwzNDcuMjc1LDMxNS41NSwzMzcuODQ5LDMwOS4wOTl6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjN0NGRjAwIiBmaWxsPSIjNjY2NjY2Ii8+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPgo=) no-repeat;
        background-size: 20px 18px;
        background-position: center;
        display: inline-block;
    }

        .catalog-table td .no-camera:hover {
            background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIuMDAxIDUxMi4wMDEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDEgNTEyLjAwMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgY2xhc3M9IiI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTA1Ljk0Miw0NzYuNjk0TDM1LjMwNiw2LjA1OWMtOC4wNzYtOC4wNzctMjEuMTcyLTguMDc3LTI5LjI0OCwwYy04LjA3Nyw4LjA3Ni04LjA3NywyMS4xNzEsMCwyOS4yNDhsNDcwLjYzNiw0NzAuNjM2ICAgIGM0LjAzOCw0LjAzOSw5LjMzMiw2LjA1OCwxNC42MjUsNi4wNThjNS4yOTMsMCwxMC41ODctMi4wMTksMTQuNjI0LTYuMDU3QzUxNC4wMTgsNDk3Ljg2Niw1MTQuMDE4LDQ4NC43NzEsNTA1Ljk0Miw0NzYuNjk0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzY2NjY2NiIgZmlsbD0iIzAwNDg5MiIvPgoJPC9nPgo8L2c+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDQ4LjUzMiw0MjcuODVINjMuNDY3Yy0xMi4xODcsMC0yMi4xMDItOS45MTUtMjIuMTAyLTIyLjEwMlYxNzAuNDNjMC0xMi4xODgsOS45MTYtMjIuMTAyLDIyLjEwMi0yMi4xMDJoNjQuMTc3ICAgIGMxMS40MjIsMCwyMC42ODItOS4yNiwyMC42ODItMjAuNjgycy05LjI2LTIwLjY4Mi0yMC42ODItMjAuNjgySDYzLjQ2N0MyOC40NzIsMTA2Ljk2MywwLDEzNS40MzQsMCwxNzAuNDN2MjM1LjMxOCAgICBjMCwzNC45OTUsMjguNDcyLDYzLjQ2Nyw2My40NjcsNjMuNDY3aDM4NS4wNjVjMTEuNDIzLDAsMjAuNjgyLTkuMjU5LDIwLjY4Mi0yMC42ODJTNDU5Ljk1NSw0MjcuODUsNDQ4LjUzMiw0MjcuODV6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjNjY2NjY2IiBmaWxsPSIjMDA0ODkyIi8+Cgk8L2c+CjwvZz48Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00NDguNTMzLDEwNi45NjNoLTc0LjUwMWwtMzYuNjQ0LTU0Ljk2OGMtMy44MzctNS43NTQtMTAuMjk0LTkuMjExLTE3LjIwOS05LjIxMUgxOTEuODIzICAgIGMtMTEuNDIyLDAtMjAuNjgyLDkuMjYtMjAuNjgyLDIwLjY4MnM5LjI2LDIwLjY4MiwyMC42ODIsMjAuNjgyaDExNy4yODZsMzYuNjQ0LDU0Ljk2OGMzLjgzNyw1Ljc1NCwxMC4yOTQsOS4yMSwxNy4yMDksOS4yMSAgICBoODUuNTdjMTIuMTg4LDAsMjIuMTAzLDkuOTE1LDIyLjEwMywyMi4xMDJ2MTk5LjgwNmMwLDExLjQyMyw5LjI1OSwyMC42ODIsMjAuNjgyLDIwLjY4MmMxMS40MjMsMCwyMC42ODItOS4yNTksMjAuNjgzLTIwLjY4MiAgICBWMTcwLjQzQzUxMi4wMDEsMTM1LjQzNSw0ODMuNTMsMTA2Ljk2Myw0NDguNTMzLDEwNi45NjN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjNjY2NjY2IiBmaWxsPSIjMDA0ODkyIi8+Cgk8L2c+CjwvZz48Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0zMzcuODQ5LDMwOS4wOTljLTkuNDI3LTYuNDUxLTIyLjI5Ni00LjAzOS0yOC43NDcsNS4zODhjLTIwLjIwNSwyOS41MjgtNjAuNjY4LDM3LjExNC05MC4xOTYsMTYuOTA4ICAgIGMtMjkuNTI5LTIwLjIwNC0zNy4xMTMtNjAuNjY1LTE2LjkwOS05MC4xOTRjNC41NTctNi42NjEsMTAuMjQ2LTEyLjM1LDE2LjkwOS0xNi45MDljOS40MjctNi40NTEsMTEuODM5LTE5LjMyMiw1LjM4OC0yOC43NDggICAgYy02LjQ1MS05LjQyNy0xOS4zMjMtMTEuODM5LTI4Ljc0OC01LjM4OGMtMTAuOTA5LDcuNDY1LTIwLjIyNCwxNi43OC0yNy42ODcsMjcuNjg3ICAgIGMtMzMuMDg1LDQ4LjM1Mi0yMC42NjUsMTE0LjYwNiwyNy42ODcsMTQ3LjY5MWMxOC4zMDksMTIuNTI4LDM5LjE3NiwxOC41MjksNTkuODQ2LDE4LjUyOWMzMy45MTYsMCw2Ny4yODctMTYuMTczLDg3Ljg0NS00Ni4yMTYgICAgQzM0OS42ODgsMzI4LjQyMSwzNDcuMjc1LDMxNS41NSwzMzcuODQ5LDMwOS4wOTl6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjNjY2NjY2IiBmaWxsPSIjMDA0ODkyIi8+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPgo=);
        }

    .catalog-table td .lock {
        width: 23px;
        height: 23px;
        background: url(../img/svg/lock.svg) no-repeat;
        background-size: 23px 23px;
        background-position: center;
    }

        .catalog-table td .lock:hover {
            background-image: url(../img/svg/lock-hover.svg);
        }

    .catalog-table td .flag {
        background-size: 16px 16px;
        background-position: center;
        width: 16px;
        height: 16px;
    }

@media screen and (min-width: 1200px) {
    .catalog-table th:nth-child(6) {
        width: 100px;
    }

    .catalog-table td:nth-child(6) {
        width: 100px;
    }
}

.filter-wrap {
    margin-bottom: 20px;
}

    .filter-wrap .box-td {
        background: #f6f6f6;
    }

        .filter-wrap .box-td:first-child {
            background: #ebebeb;
        }

@media (min-width: 992px) {
    .filter-wrap .box-table {
        display: table;
        width: 100%;
    }

    .filter-wrap .box-td {
        display: table-cell;
        vertical-align: top;
    }

        .filter-wrap .box-td:last-child {
            width: 33%;
        }
}

.filter {
    padding: 40px 40px;
}

@media (max-width: 1199px) {
    .filter {
        padding: 30px 30px;
    }
}

@media (max-width: 767px) {
    .filter {
        padding: 15px;
    }
}

.filter .filter-form .form-group {
    position: relative;
}

    .filter .filter-form .form-group label {
        font-size: 18px;
        margin-bottom: 10px;
        font-family: 'MuseoSansBold';
    }

@media (max-width: 767px) {
    .filter .filter-form .form-group input {
        margin-bottom: 15px;
    }
}

.filter .brands-list {
    margin-bottom: 0;
}

.filter #brandsTop .brands-list-item {
    display: none;
}

@media (min-width: 1200px) {
    .filter #brandsTop .brands-list-item:nth-child(-n+7) {
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .filter #brandsTop .brands-list-item:nth-child(-n+5) {
        display: inline-block;
        width: 25%;
    }
}

@media (min-width: 520px) and (max-width: 767px) {
    .filter #brandsTop .brands-list-item:nth-child(-n+4) {
        width: 33.33%;
        display: inline-block;
    }
}

@media (min-width: 320px) and (max-width: 519px) {
    .filter #brandsTop .brands-list-item:nth-child(-n+3) {
        width: 50%;
        display: inline-block;
    }
}

.filter .brands-list-item {
    display: inline-block;
    width: 16.6%;
    float: left;
    vertical-align: top;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 10px 0 20px;
}

    .filter .brands-list-item .first span {
        text-transform: uppercase;
        font-size: 16px;
        font-family: 'MuseoSansBold';
        display: block;
    }

    .filter .brands-list-item .second {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 10;
        display: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        background: #fff;
    }

        .filter .brands-list-item .second a {
            display: block;
            padding: 0 5px;
            font-size: 12px;
            color: #010101;
            background: url("../img/go_to_catalog_bg.png") repeat-x;
            height: 40px;
            line-height: 40px;
            background-size: 100% 100%;
            transition: all .4s ease 0s;
        }

@media (max-width: 519px) {
    .filter .brands-list-item .second a {
        font-size: 11px;
    }
}

.filter .brands-list-item img {
    max-width: 100%;
    margin: 0 auto;
    transition: all 0.4s ease 0s;
}

.filter .brands-list-item:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    background: #fff;
}

    .filter .brands-list-item:hover .second {
        display: block;
    }

        .filter .brands-list-item:hover .second a:hover {
            text-decoration: none;
            color: #fff;
            background: #004892;
        }

    .filter .brands-list-item:hover img {
        transform: scale(1.1);
    }

@media (max-width: 1199px) {
    .filter .brands-list-item {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .filter .brands-list-item {
        width: 33.33%;
    }
}

@media (max-width: 519px) {
    .filter .brands-list-item {
        width: 50%;
    }
}

.filter .brand-filter .btn {
    border-bottom: 2px solid #ddd;
    padding-left: 0;
    position: relative;
}

    .filter .brand-filter .btn:first-child {
        margin-right: 20px;
    }

    .filter .brand-filter .btn:hover, .filter .brand-filter .btn:focus {
        text-decoration: none;
    }

    .filter .brand-filter .btn .caret {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -2px;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .brand-search {
        padding: 15px 30px 30px 30px;
    }
}

@media (max-width: 767px) {
    .brand-search {
        padding: 15px;
    }
}

.brand-search .form-group {
    position: relative;
    display: flex !important;
}

@media (min-width: 992px) {
    .brand-search {
        text-align: right;
    }
}

.brand-search label {
    font-family: 'MuseoSansBold';
    font-size: 18px;
    margin-right: 15px;
    margin-bottom: 0;
    vertical-align: middle;
}

.brand-search input {
    padding-right: 30px;
    min-width: 260px;
}

@media (min-width: 768px) {
    .brand-search input {
        min-width: 265px;
    }
}

.brand-search button[type="submit"] {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 17px;
    height: 15px;
    background: transparent;
    border: 0;
    padding: 0;
}

.filter-rapid-form {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .filter-rapid-form .form {
        padding: 30px 20px;
    }

    .filter-rapid-form label {
        display: block;
        font-size: 18px;
        margin-bottom: 10px;
        font-family: 'MuseoSansBold';
    }

@media (min-width: 768px) {
    .filter-rapid-form .form-group:last-child {
        margin-bottom: 0;
    }
}

.filter-rapid-form .btn {
    background-size: 100% 100%;
}

    .filter-rapid-form .btn:hover {
        background: #004892;
        color: #fff;
    }

    .filter-rapid-form .btn + .btn {
        margin-left: 10px;
    }

.attributeInfoLink {
    cursor: pointer;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/img/svg/details.svg) no-repeat;
    background-size: 14px 14px;
    background-position: center;
    margin-bottom: -3px;
}

    .attributeInfoLink:hover {
        background-image: url(/img/svg/details-hover.svg);
    }

.filter-box {
    margin-bottom: 15px;
    border-bottom: 0;
    padding-top: 10px;
}

    .filter-box .panel-group {
        margin: 0;
    }

    .filter-box .panel {
        border-radius: 0;
        margin: 0 !important;
        border: 0;
    }

        .filter-box .panel .panel-heading {
            padding: 0;
            border-bottom: 1px solid #ebebeb;
            border-radius: 0;
            background: #f3f3f3;
            position: relative;
        }

            .filter-box .panel .panel-heading a {
                width: 100%;
                padding: 10px 15px;
                display: block;
                font-size: 14px;
                position: relative;
            }

                .filter-box .panel .panel-heading a.toggle-btn {
                    position: absolute;
                    right: 0;
                    top: 0;
                    z-index: 1;
                    width: 40px;
                    height: 40px;
                }

                    .filter-box .panel .panel-heading a.toggle-btn:after {
                        content: '';
                        background-image: url("../img/svg/arrow-down.svg");
                        background-repeat: no-repeat;
                        background-position: 50% 50%;
                        background-size: cover;
                        width: 10px;
                        height: 6px;
                        position: absolute;
                        right: 15px;
                        top: 50%;
                        margin-top: -3px;
                    }

                .filter-box .panel .panel-heading a[aria-expanded="true"]:after {
                    background-image: url("../img/svg/arrow-up.svg");
                }

                .filter-box .panel .panel-heading a:hover {
                    text-decoration: none;
                }

    .filter-box .panel-body a {
        padding: 5px 10px;
        display: block;
    }

    .filter-box .brand-list a {
        background: #f3f3f3;
        border-bottom: 1px solid #ebebeb;
        width: 100%;
        padding: 10px 15px;
        display: block;
        font-size: 14px;
        position: relative;
    }

.filter-mobile-box .btn-group {
    display: block;
    width: 100%;
    height: 90px;
}

    .filter-mobile-box .btn-group .btn {
        width: 50%;
        background: #fff;
        color: #004892;
        padding: 25px 20px;
        font-size: 24px;
        font-family: 'MuseoSansBold';
        transition: top 0.3s ease 0s;
        border: 0;
        border: 3px solid #004892;
    }

        .filter-mobile-box .btn-group .btn + .btn {
            margin-left: 0;
        }

        .filter-mobile-box .btn-group .btn:first-child {
            border-right-width: 0;
        }

        .filter-mobile-box .btn-group .btn:last-child {
            border-left-width: 0;
        }

        .filter-mobile-box .btn-group .btn.selected {
            background: #004892;
            color: #fff;
            padding: 35px 20px;
            position: relative;
            top: -10px;
            z-index: 1;
            border-radius: 7px !important;
        }

.mobile-mega-menu {
    background: #fff;
    box-shadow: 0 0 10px #999;
}

    .mobile-mega-menu.open {
        background: #fff;
        z-index: 2;
    }

    .mobile-mega-menu ul li a {
        background: #fff;
        color: #004892;
        font-family: 'MuseoSansBold';
        border-bottom-color: #ebebeb;
    }

        .mobile-mega-menu ul li a.next-button {
            background-color: transparent;
        }

            .mobile-mega-menu ul li a.next-button .arrow {
                visibility: visible;
            }

                .mobile-mega-menu ul li a.next-button .arrow:after {
                    content: '';
                    background: url(../img/svg/angle_right.svg) no-repeat;
                    width: 5px;
                    height: 8px;
                    display: inline-block;
                    vertical-align: middle;
                }

        .mobile-mega-menu ul li a.close-button {
            background-color: #f3f3f3;
            background-image: url(../img/svg/close.svg);
            background-size: 18px 18px;
            background-position: 15px 15px;
            background-position: calc(100% - 15px) 15px;
            background-repeat: no-repeat;
            text-indent: -9999px;
        }

        .mobile-mega-menu ul li a.back-button {
            text-indent: -9999px;
            background: url("../img/svg/arrow-pointing-left.svg") no-repeat transparent;
            background-size: 20px auto;
            background-position: 10px center;
            position: absolute;
            top: 0;
            left: 0;
            display: inline-block;
            width: 50px;
        }

.footer {
    border-top: 3px solid #d6d6d6;
    background: #fafafa;
    min-height: 150px;
    padding: 40px 0;
}

    .footer .footer-table {
        display: table;
        width: 100%;
    }

@media (max-width: 619px) {
    .footer .footer-table {
        display: block;
    }
}

.footer .footer-table-td {
    display: table-cell;
    vertical-align: middle;
    min-width: 100px;
    width: 25%;
    padding: 5px;
    text-align: center;
}

    .footer .footer-table-td + .footer-table-td {
        text-align: left;
    }

@media (max-width: 619px) {
    .footer .footer-table-td + .footer-table-td {
        padding-top: 10px;
        text-align: center;
    }
}

.footer .footer-table-td:first-child {
    text-align: center;
    min-width: 0;
}

.footer .footer-table-td:last-child {
    text-align: center;
    min-width: 0;
}

@media (max-width: 619px) {
    .footer .footer-table-td {
        display: block;
        width: 100%;
        padding: 0 0 10px !important;
    }
}

.footer .footer-info-wrap {
    display: table;
    width: 100%;
}

    .footer .footer-info-wrap > * {
        display: table-cell;
        vertical-align: middle;
        padding-right: 10px;
    }

        .footer .footer-info-wrap > *:last-child {
            padding-right: 0;
        }

.footer .stores-link {
    margin-top: 22px;
}

@media (max-width: 991px) {
    .footer .stores-link {
        margin: 10px 0 10px 30px;
    }
}

.footer .location-info-wrap,
.footer .contacts-info-wrap {
    position: relative;
    padding-left: 30px;
}

@media (min-width: 992px) {
    .footer .location-info-wrap,
    .footer .contacts-info-wrap {
        padding-left: 35px;
        margin-top: 14px;
    }
}

.footer .contacts-info-wrap {
    width: 260px;
}

@media (min-width: 992px) {
    .footer .contacts-info-wrap {
        margin-top: 12px;
    }
}

@media (min-width: 768px) {
    .footer .contacts-info {
        display: table;
    }
}

.footer .contacts-info .contacts-info-item {
    white-space: nowrap;
    line-height: 20px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

    .footer .contacts-info .contacts-info-item + .contacts-info-item {
        padding: 0 0 0 20px;
    }

.chosen-container .chosen-single, .chosen-container .chosen-choices {
    height: 36px;
    line-height: 36px;
    border-color: #ccc !important;
    background: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-left: 12px;
}

    .chosen-container .chosen-single b, .chosen-container .chosen-choices b {
        margin-top: 5px;
    }

.chosen-container .chosen-drop {
    border-color: #ccc;
    box-shadow: none;
    border-top: 1px solid #ccc;
}

.chosen-container .chosen-results {
    padding: 0;
    margin: 0;
}

    .chosen-container .chosen-results li:not(.group-result) {
        padding-left: 27px;
        line-height: 32px;
    }

        .chosen-container .chosen-results li:not(.group-result):hover:not(.result-selected), .chosen-container .chosen-results li:not(.group-result).highlighted {
            background: #ebebeb;
            color: #555;
        }

    .chosen-container .chosen-results li.group-result {
        font-family: 'MuseoSansBold';
    }

.chosen-container-multi .chosen-choices {
    padding-left: 7px;
}

    .chosen-container-multi .chosen-choices .search-choice {
        margin-top: 7px !important;
    }

.chosen-container-multi .chosen-results li:not(.group-result) {
    padding-left: 27px;
    position: relative;
    background: #fff;
}

    .chosen-container-multi .chosen-results li:not(.group-result):before {
        content: '';
        width: 18px;
        height: 18px;
        border: 1px solid #ccc;
        position: absolute;
        left: 5px;
        top: 50%;
        margin-top: -9px;
        padding: 0 2px;
    }

    .chosen-container-multi .chosen-results li:not(.group-result).result-selected:before {
        background: url(../../img/svg/checkbox.svg) 2px 3px no-repeat;
    }

.formGroup__radio {
    display: block;
    position: relative;
}

    .formGroup__radio input[type=radio] {
        position: absolute;
        visibility: hidden;
    }

    .formGroup__radio label {
        display: block;
        position: relative;
        font-weight: 300;
        font-size: 14px;
        padding: 5px 7px 5px 38px;
        margin: 0 auto;
        height: 30px;
        z-index: 9;
        cursor: pointer;
        color: #555;
        transition: all 0.25s linear;
    }

    .formGroup__radio .check {
        display: block;
        position: absolute;
        border: solid 1px #ccc;
        border-radius: 100%;
        height: 16px;
        width: 16px;
        top: 6px;
        left: 0;
        z-index: 5;
        transition: border .25s linear;
    }

        .formGroup__radio .check:before {
            display: block;
            position: absolute;
            content: '';
            border-radius: 100%;
            height: 8px;
            width: 8px;
            top: 3px;
            left: 3px;
            margin: auto;
            transition: background 0.25s linear;
        }

    .formGroup__radio input[type=radio]:checked ~ .check::before {
        background-color: #40a900;
    }

    .formGroup__radio input[type=radio]:checked ~ label {
        color: #010101;
    }

    .formGroup__radio:hover label {
        color: #010101;
    }

.formGroup__checkbox {
    display: block;
    position: relative;
}

    .formGroup__checkbox input[type=checkbox] {
        position: absolute;
        visibility: hidden;
    }

    .formGroup__checkbox label {
        display: block;
        position: relative;
        font-weight: 300;
        font-size: 14px;
        padding: 5px 7px 5px 38px;
        margin: 0 auto;
        height: 30px;
        z-index: 9;
        cursor: pointer;
        color: #555;
    }

    .formGroup__checkbox .check {
        display: block;
        position: absolute;
        border: solid 1px #ccc;
        height: 16px;
        width: 16px;
        top: 6px;
        left: 0;
        z-index: 5;
    }

        .formGroup__checkbox .check:before {
            display: block;
            position: absolute;
            content: '';
            height: 12px;
            width: 13px;
            top: 2px;
            left: 1px;
            margin: auto;
            background: none;
            transition: background 0.5s linear;
        }

    .formGroup__checkbox input[type=checkbox]:checked ~ .check::before {
        background: url("../img/svg/checkbox.svg") no-repeat;
    }

    .formGroup__checkbox input[type=checkbox]:checked ~ label {
        color: #010101;
    }

    .formGroup__checkbox:hover label {
        color: #010101;
    }

.formGroup__switch {
    display: block;
    position: relative;
}

    .formGroup__switch .switch {
        position: relative;
        display: inline-block;
        width: 48px;
        height: 22px;
    }

        .formGroup__switch .switch input {
            display: none;
        }

    .formGroup__switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: .4s;
        border-radius: 22px;
    }

        .formGroup__switch .slider:before {
            position: absolute;
            content: "";
            height: 14px;
            width: 14px;
            left: 4px;
            bottom: 4px;
            background-color: #fff;
            transition: .4s;
            border-radius: 50%;
        }

    .formGroup__switch input:checked + .slider {
        background-color: #40a900;
    }

    .formGroup__switch input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    .formGroup__switch input:checked + .slider:before {
        transform: translateX(26px);
    }

.fotoramaThumb {
    overflow: visible;
    margin: 0 auto 30px;
    width: 92%;
    height: 290px;
}

    .fotoramaThumb .fotoramaThumb_item {
        height: 100%;
        margin-bottom: 60px;
    }

        .fotoramaThumb .fotoramaThumb_item span {
            opacity: 0;
        }

    .fotoramaThumb .fotorama__wrap {
        border: 1px solid #d6d6d6;
        max-height: 286px;
    }

        .fotoramaThumb .fotorama__wrap .fotorama__stage {
            height: 283px !important;
        }

            .fotoramaThumb .fotorama__wrap .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame .fotorama__img {
                margin-bottom: 60px;
            }

        .fotoramaThumb .fotorama__wrap .fotorama__arr {
            display: none !important;
        }

        .fotoramaThumb .fotorama__wrap .fotorama__grab {
            margin-top: 6px;
        }

        .fotoramaThumb .fotorama__wrap .fotorama_custom__arr--prev {
            background-image: url(/img/svg/arrow_left.svg);
            left: -27px;
        }

        .fotoramaThumb .fotorama__wrap .fotorama_custom__arr--next {
            background-image: url(/img/svg/arrow_right.svg);
            right: -27px;
        }

        .fotoramaThumb .fotorama__wrap .fotorama_custom__arr {
            opacity: 1;
            width: 26px;
            height: 26px;
            background-size: 13px 13px;
            background-color: #004892;
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            display: block;
            top: auto;
            bottom: 23px;
            cursor: pointer;
            text-indent: -10000px;
        }

        .fotoramaThumb .fotorama__wrap .fotorama__nav-wrap {
            margin: 0 auto;
        }

            .fotoramaThumb .fotorama__wrap .fotorama__nav-wrap .fotorama__nav--thumbs {
                margin-top: -68px;
            }

            .fotoramaThumb .fotorama__wrap .fotorama__nav-wrap .fotorama__thumb-border {
                border-color: #004892;
                width: 72px !important;
                height: 60px !important;
                margin-left: 0 !important;
                margin-top: 0 !important;
                padding-bottom: 0 !important;
            }

            .fotoramaThumb .fotorama__wrap .fotorama__nav-wrap .fotorama__nav__frame .fotorama__thumb {
                border: 2px solid #d6d6d6;
                width: 76px !important;
                background-color: white !important;
            }

                .fotoramaThumb .fotorama__wrap .fotorama__nav-wrap .fotorama__nav__frame .fotorama__thumb img {
                    border: 2px solid #d6d6d6;
                    width: auto !important;
                    margin: auto !important;
                    height: auto !important;
                    max-width: 72px !important;
                    max-height: 61px !important;
                    left: 0 !important;
                    top: 0 !important;
                }

@media (max-width: 991px) {
    .header .header-top {
        height: 70px;
        border-bottom: 3px solid #d6d6d6;
        background: #fafafa;
    }

    #container_menu {
        top: 0% !important;
    }
}

@media (min-width: 992px) {
    .header .header-top {
        height: 120px;
        border-bottom: 3px solid #d6d6d6;
        background: #fafafa;
    }
}

.header .navbar-toggle {
    margin-top: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .header .navbar-toggle {
        display: block !important;
    }
}

.header .navbar-toggle .icon-bar {
    background: #004892;
    height: 4px;
    border-radius: 3px;
}

@media (max-width: 499px) {
    .header .navbar-toggle {
        margin-left: -11px;
    }
}

@media (max-width: 499px) {
    .header .nav {
        margin-right: -3px;
    }
}

.header .nav-item {
    height: 68px;
}

@media (max-width: 477px) {
    .header .auth-toggle-mobile > a {
        padding-top: unset;
    }

    .header .nav-item .nav-link {
        padding: 0 3px;
    }
}

.header .nav-item.active {
    background: #004892;
}

.header .nav-link {
    border-radius: 0;
    color: #004892;
    height: 68px;
    line-height: 70px;
    padding: 0 8px;
    display: inline-block;
}

    .header .nav-link .isvg {
        margin: 8px;
    }

    .header .nav-link:hover .isvg .st0 {
        fill: #fff;
    }

    .header .nav-link .badge {
        margin-left: -20px;
        margin-top: -17px;
        min-width: 22px;
        height: 22px;
        line-height: 18px;
        color: #fff;
        background: #004892;
        border-radius: 11px;
        padding: 2px 5px;
    }

.nav-link.nav-item:hover {
    background-color: #004892;
    color: #fff;
}



    .nav-link.nav-item:hover svg,
    .nav-link.nav-item:hover svg path {
        fill: #fff;
    }


    .nav-link.nav-item :hover *:not(.contacts-info):not(.contacts-info *) {
        color: #fff;
    }

.nav-link * {
    text-decoration: none;
}

.header .header-middle {
    padding: 30px 0;
}

    .header .header-middle .header-middle-inner {
        position: relative;
    }

@media (min-width: 768px) {
    .header .header-middle .header-middle-inner {
        display: table;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .header .header-middle .header-middle-inner {
        padding-bottom: 50px;
    }
    /*        .header .header-middle {
            margin-top: 50px;
        }*/
}

@media(max-width:496px) {
    .header .header-top .logo-img {
        height: 30px !important;
    }
}

@media (max-width: 767px) {
    .header .header-middle .header-middle-item:first-child {
        width: 50%;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .header .header-middle .header-middle-item {
        display: table-cell;
        vertical-align: top;
    }

        .header .header-middle .header-middle-item:nth-child(2) {
            width: 500px;
        }
}

@media (min-width: 768px) {
    .header .header-middle .table-wrap {
        display: table;
        width: 100%;
        margin-top: 2px;
    }
}

.header .header-middle .search-form {
    position: relative;
    margin: 0 20px;
}

@media (max-width: 991px) {
    .header .header-top .logo-img {
        height: 30px !important;
    }

    .header .header-middle .search-form {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
    }
}

.header .header-middle .search-form input {
    border-radius: 20px;
    padding-right: 30px;
}

.header .header-middle .search-form .search-submit {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 17px;
    height: 17px;
    float: right;
    background: transparent;
    border: 0;
    outline: none !important;
    padding: 0;
}

@media (max-width: 767px) {
    .header .header-middle .logo-img {
        margin: 0 15px 15px 0;
        width: 140px;
    }
}

@media (max-width: 499px) {
    .header .header-middle .logo-img {
        width: 110px;
        margin-bottom: 25px;
    }
}

@media (max-width: 399px) {
    .header .header-middle .logo-img {
        width: 90px;
    }
}

@media (min-width: 768px) {
    .header .header-middle .logo-img {
        margin-top: -15px;
    }
}

.header .header-middle .location-info {
    min-width: 180px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .header .header-middle .location-info {
        width: 50%;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
    }

        .header .header-middle .location-info table {
            margin: 0 auto;
            text-align: left;
        }
}

@media (min-width: 768px) {
    .header .header-middle .location-info {
        display: table-cell;
        vertical-align: top;
    }
}

.header .header-middle .location-info td {
    vertical-align: top;
    padding-bottom: 5px;
}

    .header .header-middle .location-info td + td {
        padding-left: 10px;
    }

    .header .header-middle .location-info td a {
        font-weight: bold;
        line-height: 1;
        display: inline-block;
    }

    .header .header-middle .location-info td p {
        margin: 10px 0;
    }

.header .header-middle .location-info .map {
    margin-top: 1px;
}

.header .header-middle .contacts-info {
    width: 260px;
}

@media (max-width: 767px) {
    .header .header-middle .contacts-info {
        margin-top: 35px;
        width: 100%;
    }

        .header .header-middle .contacts-info table {
            margin: 0 auto;
        }
}

@media (max-width: 499px) {
    .header .header-middle .contacts-info {
        padding-left: 0;
        margin-top: 40px;
    }
}

@media (max-width: 399px) {
    .header .header-middle .contacts-info {
        margin-top: 45px;
    }
}

@media (min-width: 768px) {
    .header .header-middle .contacts-info {
        margin-top: 30px;
        display: table-cell;
        vertical-align: top;
    }
}

.header .header-middle .contacts-info table td {
    white-space: nowrap;
    text-align: left;
}

    .header .header-middle .contacts-info table td + td {
        padding-left: 15px;
    }

.header .auth-toggle-mobile {
    margin: 0;
}

    .header .auth-toggle-mobile > a {
        padding-top: 8px;
        padding-top-width: 59px;
        /*    padding-left: 16px;
    padding-right: 16px;*/
        margin: 0px;
    }

        .header .auth-toggle-mobile > a span {
            display: block;
            padding-top: 8px;
            margin: 0 !important;
        }

        .header .auth-toggle-mobile > a svg {
            margin: 0 1px 7px 0;
        }

            .header .auth-toggle-mobile > a svg .st0 {
                fill: #808080 !important;
            }
        /*.header .auth-toggle-mobile > a[aria-expanded="true"], .header .auth-toggle-mobile > a:hover {
      background: #004892; }*/
        .header .auth-toggle-mobile > a[aria-expanded="true"] svg .st0, .header .auth-toggle-mobile > a:hover svg .st0 {
            fill: #fff !important;
        }

    .header .auth-toggle-mobile .dropdown-menu {
        left: auto;
        right: -68px;
        top: 65px;
        padding: 0;
    }

        .header .auth-toggle-mobile .dropdown-menu a {
            color: #004892;
            font-family: 'MuseoSansBold';
            padding: 10px 20px;
        }

        .header .auth-toggle-mobile .dropdown-menu li + li a {
            border-top: 1px solid #ebebeb;
        }



@media (max-width: 899px) {
    #dropdownPhones {
        position: fixed;
        width: 100% !important;
        top: 95px;
        right: 0;
    }
}

@media (min-width: 900px) {
    #dropdownPhones, #showDropdown {
        min-width: max-content;
        padding: 15px 15px 15px 15px;
        left: 50% !important;
        transform: translate(-50%, 0) !important;
    }
}

@media (max-width: 450px) {
    .smallgrid {
        display: initial;
    }
}

@media (max-width: 426px) {
    #mobilePhones {
        display: none !important;
    }
}

.fill img {
    flex-shrink: 0;
    width: 97%;
}

.help-form {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .help-form {
        margin-bottom: 50px;
        max-width: 900px;
    }
}

.help-form .form {
    margin-top: 40px;
}

.history-box {
    font-size: 14px;
}

    .history-box .history-box-title {
        background: #f3f3f3;
        padding: 25px;
        border-bottom: 2px solid #ebebeb;
        margin-bottom: 15px;
    }

        .history-box .history-box-title * {
            margin: 0;
        }

    .history-box ul {
        padding-left: 25px;
    }

        .history-box ul a {
            display: block;
            padding: 5px 0;
        }

.info-box {
    text-align: center;
    padding: 30px 10px;
    width: 100%;
}

@media (max-width: 991px) {
    .info-box {
        display: table;
    }
}

.info-box .info-box-item {
    display: block;
    color: #010101;
    padding-bottom: 20px;
}

    .info-box .info-box-item + .info-box-item {
        padding: 20px 0 0;
        border-top: 1px solid #ebebeb;
    }

@media (max-width: 991px) {
    .info-box .info-box-item {
        display: table-cell;
        width: 50%;
        padding: 0;
    }

        .info-box .info-box-item + .info-box-item {
            padding: 0;
            border-top: 0;
        }
}

.info-box .isvg {
    margin: 10px auto;
}

    .info-box .isvg.spec-icon svg {
        width: 108px;
        height: 91px;
    }

@media (min-width: 992px) {
    .info-box .isvg.spec-icon {
        margin-left: 35px;
    }
}

.last-news {
    border-bottom: 1px solid #ebebeb;
}

    .last-news .last-news-item {
        margin-bottom: 40px;
    }

@media (min-width: 768px) {
    .last-news .last-news-item {
        height: 163px;
        overflow: hidden;
    }

        .last-news .last-news-item h4 {
            max-height: 38px;
            overflow: hidden;
        }
}

@media (max-width: 767px) {
    .last-news .last-news-item {
        vertical-align: middle;
    }
}

.banners_container {
    display: grid;
    grid-template-columns: 1.8fr 0.855fr;
    grid-column-gap: 20px;
}

.banner_left {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.banners_container_right {
    display: grid;
}

.banner_right_top {
    height: auto;
    width: auto;
    align-self: start;
}

.banner_right_bottom {
    height: auto;
    width: auto;
    align-self: end;
}

@media (min-width: 991px) {
    .banners_container_mobile {
        display: none;
    }
}

@media (max-width: 990px) {
    .banners_container_mobile {
        display: grid;
        grid-template-rows: auto auto;
        grid-row-gap: 20px;
    }

    .banners_container_mobile_small {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
    }

    .banner_mobile_bottom {
        grid-row: 2 / 3
    }

    .banners_container_mobile .main-slider {
        border: none;
    }

        .banners_container_mobile .main-slider .main-slider-item a {
            border: 1px solid #ebebeb;
        }
}

@media (max-width: 767px) {
    .banners_container_mobile_small {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 20px;
    }
}

.main-slider {
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}

    .main-slider .fotorama__wrap,
    .main-slider .fotorama__stage {
        width: 100% !important;
    }

    .main-slider .main-slider-item {
        width: 100%;
    }

        .main-slider .main-slider-item a {
            display: block;
            background-size: cover;
            background-position: center;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            box-sizing: border-box;
        }

.mega-menu .mega-menu-inner .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-left:5px;
}

.mega-menu .mega-menu-inner .dropdown-toggle::after {
    display: none !important;
    content: none !important;
}

.mega-menu {
    background: #f3f3f3;
    height: 50px;
    font-family: 'MuseoSansBold';
}

    .mega-menu .mega-menu-inner {
        position: relative;
        height: 50px;
        overflow: visible;
    }

        .mega-menu .mega-menu-inner .nav {
            display: flex;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .mega-menu .mega-menu-inner .nav > li {
                position: relative;
            }

        .mega-menu .mega-menu-inner .btn {
            border-radius: 0;
            background: #f3f3f3;
            border-color: #f3f3f3;
            color: #004892;
            padding: 15px 12px;
            font-size: 14px;
            margin-left: 0;
            font-family: 'MuseoSansBold';
            display: block;
            border-left: 0;
            border-right: 0;
            border-bottom: 0;
            height: 50px;
        }

            .mega-menu .mega-menu-inner .btn:hover,
            .mega-menu .mega-menu-inner .btn.active {
                background: #004892;
                color: #fff;
            }

        .mega-menu .mega-menu-inner .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            margin: 0;
            padding: 0;
            z-index: 1000;
            width: auto;
            display: none;
            width: max-content;
        }

            .mega-menu .mega-menu-inner .dropdown-menu.show {
                display: block !important;
            }

            .mega-menu .mega-menu-inner .dropdown-menu li {
                list-style: none;
            }

            .mega-menu .mega-menu-inner .dropdown-menu a {
                display: block;
                color: #004892;
                font-size: 14px;
                padding: 0 12px;
                text-decoration: none;
                border-bottom: 1px solid #ebebeb;
                line-height: 35px;
            }

                .mega-menu .mega-menu-inner .dropdown-menu a:hover,
                .mega-menu .mega-menu-inner .dropdown-menu a.active {
                    background: #004892;
                    color: #fff;
                }

        .mega-menu .mega-menu-inner .dropdown.show > .btn {
            background: #004892;
            color: #fff;
        }

        .mega-menu .mega-menu-inner .nav > li + li > a {
            border-left: 1px solid #fff;
        }


.okayNav__nav--invisible {
    z-index: 13;
    bottom: auto;
    height: auto;
    width: auto;
    float: none !important;
    overflow: visible;
    list-style: none;
    display: block;
    top: 51px;
    position: absolute;
    right: -1000px !important;
    transition: all .3s;
}

    .okayNav__nav--invisible.nav-open {
        right: 0 !important;
    }

    .okayNav__nav--invisible li {
        display: inline-block;
    }

    .okayNav__nav--invisible a {
        width: 200px;
        padding: 5px 15px !important;
    }

.mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    max-width: 500px;
    z-index: 3;
    font-size: 10px;
    margin: 0;
    padding: 0;
    transition: left .5s;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    height: 100vh;
    box-shadow: 0 5px 20px #ccc;
}

    .mobile-menu .mobile-menu-header {
        position: relative;
        top: 0;
        width: 100%;
        height: 41px;
        display: table;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #eee;
        background: #f3f3f3;
    }

    .mobile-menu .mobile-menu-inner {
        -webkit-overflow-scrolling: touch;
        height: calc(100% - 41px - 125px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .mobile-menu .mobile-menu-list {
        padding: 0px;
        margin: 0;
        list-style: none;
    }

        .mobile-menu .mobile-menu-list a {
            font-family: 'MuseoSansBold';
            color: #004892;
            padding: 10px 30px 10px 20px;
            display: inline-block;
            font-size: 14px;
            position: relative;
            border-bottom: 1px solid #ebebeb;
            display: block;
        }

            .mobile-menu .mobile-menu-list a.with-arrow:after {
                content: '';
                background: url(../img/svg/angle_right.svg) no-repeat;
                width: 5px;
                height: 8px;
                display: inline-block;
                vertical-align: middle;
                margin-right: -10px;
                float: right;
                margin-top: 7px;
            }

            .mobile-menu .mobile-menu-list a:hover, .mobile-menu .mobile-menu-list a:focus {
                background: #f6f6f6;
                text-decoration: none;
            }

    .mobile-menu .mobile-menu-back {
        position: absolute;
        left: 0;
        top: 14px;
    }

        .mobile-menu .mobile-menu-back img {
            display: none;
            margin: 0 10px;
            width: 19px;
        }

    .mobile-menu .mobile-menu-close {
        float: right;
        display: block;
        padding: 10px 20px;
    }

    .mobile-menu.submenu-open {
        height: 100vh;
        overflow-y: hidden;
    }

        .mobile-menu.submenu-open .mobile-menu-back img {
            display: block;
        }

    .mobile-menu .mobile-menu-footer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 125px;
        transition: all .5s;
        padding: 20px;
        background: #f6f6f6;
    }

        .mobile-menu .mobile-menu-footer .location-info {
            margin-bottom: 10px;
        }

            .mobile-menu .mobile-menu-footer .location-info td {
                vertical-align: middle;
            }

                .mobile-menu .mobile-menu-footer .location-info td + td {
                    padding-left: 10px;
                }

                .mobile-menu .mobile-menu-footer .location-info td p {
                    margin: 10px 0;
                }

        .mobile-menu .mobile-menu-footer .contacts-info table td {
            white-space: nowrap;
            text-align: left;
        }

            .mobile-menu .mobile-menu-footer .contacts-info table td + td {
                padding-left: 15px;
            }

.mobile-submenu {
    position: fixed;
    top: 40px;
    bottom: 0;
    left: -100%;
    width: 100%;
    max-width: 500px;
    z-index: 3;
    font-size: 10px;
    margin: 0;
    transition: left .5s;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    height: calc(100vh - 41px);
}

    .mobile-submenu.active {
        left: 0;
        transition: left .5s;
    }

    .mobile-submenu .mobile-submenu-list {
        margin: 0;
        padding: 0;
    }

        .mobile-submenu .mobile-submenu-list a {
            font-family: 'MuseoSansBold';
            color: #004892;
            padding: 10px 30px 10px 20px;
            display: inline-block;
            font-size: 14px;
            position: relative;
            border-bottom: 1px solid #ebebeb;
            display: block;
        }

            .mobile-submenu .mobile-submenu-list a:hover, .mobile-submenu .mobile-submenu-list a:focus {
                background: #f6f6f6;
                text-decoration: none;
            }

.models-gallery .models-item {
    width: 33.33%;
    float: left;
    display: block;
    padding: 15px;
    position: relative;
    height: 115px;
}

    .models-gallery .models-item:after {
        content: '';
        width: 1px;
        background: #ebebeb;
        display: inline-block;
        position: absolute;
        top: 7px;
        bottom: 7px;
        right: 0;
    }

    .models-gallery .models-item:before {
        content: '';
        height: 1px;
        background: #ebebeb;
        display: inline-block;
        position: absolute;
        left: 7px;
        right: 7px;
        top: 0;
    }

@media (max-width: 991px) {
    .models-gallery .models-item {
        width: 50%;
    }

        .models-gallery .models-item:nth-child(2n):after {
            content: none;
        }

        .models-gallery .models-item:nth-child(1):before, .models-gallery .models-item:nth-child(2):before {
            content: none;
        }
}

@media (min-width: 992px) {
    .models-gallery .models-item:nth-child(1):before, .models-gallery .models-item:nth-child(2):before, .models-gallery .models-item:nth-child(3):before {
        content: none;
    }

    .models-gallery .models-item:nth-child(3n):after {
        content: none;
    }
}

.models-gallery .models-image {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
}

    .models-gallery .models-image img {
        height: 50px;
    }

@media (max-width: 499px) {
    .models-gallery .models-image img {
        height: 35px;
    }
}

.scheme-card {
    margin-bottom: 20px;
}

    .scheme-card a {
        display: block;
        border: 1px solid #ebebeb;
        margin-bottom: 15px;
    }

        .scheme-card a img {
            width: 100%;
        }

    .scheme-card .scheme-data {
        margin-bottom: 5px;
    }

        .scheme-card .scheme-data:last-child {
            height: 34px;
            overflow: hidden;
        }

@media (max-width: 499px) {
    .scheme-card .scheme-data {
        font-size: 12px;
    }
}

.scheme-card .scheme-data strong {
    font-family: 'MuseoSansBold';
}

.scheme-card .scheme-data span {
    padding-right: 5px;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

@media (max-width: 320px) {
    body {
        display: block;
    }
}

body main {
    flex: 1 0 auto;
}

.subsection-list-inner {
    padding: 0 15px;
}

.subsection-card {
    position: relative;
}

    .subsection-card:before {
        content: '';
        height: 280px;
        position: absolute;
        left: 0;
        top: 20px;
        width: 2px;
        background: #ebebeb;
    }

@media (max-width: 991px) {
    .subsection-card:before {
        height: 230px;
    }
}

@media (max-width: 399px) {
    .subsection-card:before {
        height: 140px;
    }
}

.subsection-card > a {
    padding-top: 20px;
    display: block;
    border-top: 2px solid #ebebeb;
}

@media (max-width: 991px) {
    .subsection-card > a {
        padding: 10px 0;
    }
}

@media (max-width: 399px) {
    .subsection-card > a {
        padding: 0;
    }
}

@media (max-width: 1199px) {
    .changePadding {
        padding-right: 0px !important;
    }

    .subsection-card:nth-child(2n):after, .subsection-card:last-child:after {
        content: '';
        height: 280px;
        position: absolute;
        right: 0;
        top: 20px;
        width: 2px;
        background: #ebebeb;
    }

    .subsection-card:first-child > a {
        border-top: 0;
    }

    .subsection-card:first-child + .subsection-card > a {
        border-top: 0;
    }
}

@media (max-width: 991px) {
    .subsection-card:nth-child(2n):after, .subsection-card:last-child:after {
        height: 230px;
    }

    .subsection-card:first-child > a {
        border-top: 0;
    }

    .subsection-card:first-child + .subsection-card > a {
        border-top: 0;
    }
}

@media (max-width: 399px) {
    .subsection-card:nth-child(2n):after, .subsection-card:last-child:after {
        height: 140px;
    }

    .subsection-card:first-child > a {
        border-top: 0;
    }

    .subsection-card:first-child + .subsection-card > a {
        border-top: 0;
    }
}

@media (min-width: 1200px) {
    .subsection-card:nth-child(3n):after, .subsection-card:last-child:after {
        content: '';
        height: 280px;
        position: absolute;
        right: 0;
        top: 20px;
        width: 2px;
        background: #ebebeb;
    }

    .subsection-card:first-child > a {
        border-top: 0;
    }

    .subsection-card:first-child + .subsection-card > a {
        border-top: 0;
    }

    .subsection-card:first-child + .subsection-card + .subsection-card > a {
        border-top: 0;
    }
}

.subsection-card .subsection-image {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px auto 40px;
    width: 85%;
}

@media (max-width: 991px) {
    .subsection-card .subsection-image {
        height: 150px;
    }
}

@media (max-width: 399px) {
    .subsection-card .subsection-image {
        height: 80px;
    }
}

.subsectionStyleH4 {
    font-family: 'MuseoSansBold';
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
    font-weight: 500;
    color: inherit;
    height: 38px;
    overflow-y: hidden;
    overflow-x: visible;
}

@media (max-width: 399px) {
    .subsectionStyleH4 {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .subsectionStyleH4 {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .subsectionStyleH4 {
        font-size: 16px;
    }
}

.user-box {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #ebebeb;
    background: #f3f3f3;
    padding: 15px 10px;
    margin-bottom: 15px;
}

    .user-box .user-box-row {
        display: table;
        width: 100%;
        padding-top: 10px;
    }

    .user-box .user-box-td {
        display: table-cell;
        vertical-align: middle;
        font-size: 14px;
    }

        .user-box .user-box-td:first-child {
            font-family: 'MuseoSansBold';
            white-space: nowrap;
            width: 30%;
            padding-right: 10px;
        }

        .user-box .user-box-td .btn {
            width: 100px;
            padding: 2px 10px;
            font-family: 'MuseoSansRegular';
        }

        .user-box .user-box-td .isvg {
            display: inline-block;
            vertical-align: middle;
        }

        .user-box .user-box-td a {
            font-family: 'MuseoSansRegular';
            display: inline-block;
        }

            .user-box .user-box-td a:hover {
                text-decoration: none;
            }

                .user-box .user-box-td a:hover .isvg .st0 {
                    fill: #004892;
                }

            .user-box .user-box-td a .badge {
                margin-left: -20px;
                margin-top: -17px;
                width: 22px;
                height: 22px;
                line-height: 17px;
                color: #fff;
                background: #004892;
                border-radius: 50%;
                padding: 2px 5px;
            }

.viewed {
    padding: 15px 45px;
}

.viewed-carousel {
    position: relative;
}

    .viewed-carousel .viewed-image-wrap {
        margin-bottom: 20px;
        width: 160px;
        max-width: 100%;
        margin: 0 auto;
    }

    .viewed-carousel .viewed-image {
        background-size: contain;
        background-position: center;
        width: 100%;
        position: relative;
        border: 1px solid #ebebeb;
    }

        .viewed-carousel .viewed-image:before {
            padding-top: 100%;
            content: '';
            display: block;
        }

    .viewed-carousel p {
        font-family: 'MuseoSansBold';
    }

@media (max-width: 991px) {
    .header .header-top {
        height: 70px;
        border-bottom: 3px solid #d6d6d6;
        background: #fafafa;
    }

    #container_menu {
        top: 0% !important;
    }
}

@media (min-width: 992px) {
    .header .header-top {
        height: 120px;
        border-bottom: 3px solid #d6d6d6;
        background: #fafafa;
    }
}

.header .navbar-toggle {
    margin-top: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .header .navbar-toggle {
        display: block !important;
    }
}

.header .navbar-toggle .icon-bar {
    background: #004892;
    height: 4px;
    border-radius: 3px;
}

@media (max-width: 499px) {
    .header .navbar-toggle {
        margin-left: -11px;
    }
}

@media (max-width: 499px) {
    .header .nav {
        margin-right: -3px;
    }
}

.header .nav-item {
    height: 68px;
}

@media (max-width: 477px) {
    .header .auth-toggle-mobile > a {
        padding-top: unset;
    }

    .header .nav-item .nav-link {
        padding: 0 3px;
    }
}

.header .nav-item.active {
    background: #004892;
}

.header .nav-link {
    border-radius: 0;
    color: #004892;
    height: 68px;
    line-height: 70px;
    padding: 0 8px;
    display: inline-block;
}

    .header .nav-link .isvg {
        margin: 8px;
    }

    .header .nav-link:hover .isvg .st0 {
        fill: #fff;
    }

    .header .nav-link .badge {
        margin-left: -20px;
        margin-top: -17px;
        min-width: 22px;
        height: 22px;
        line-height: 18px;
        color: #fff;
        background: #004892;
        border-radius: 11px;
        padding: 2px 5px;
    }

    .header .nav-link:hover {
        background: #004892;
        color: #fff;
    }

        .header .nav-link:hover .badge {
            color: #004892;
            background: #fff;
        }

.header .header-middle {
    padding: 30px 0;
}

    .header .header-middle .header-middle-inner {
        position: relative;
    }

@media (min-width: 768px) {
    .header .header-middle .header-middle-inner {
        display: table;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .header .header-middle .header-middle-inner {
        padding-bottom: 50px;
    }
    /*        .header .header-middle {
            margin-top: 50px;
        }*/
}

@media(max-width:496px) {
    .header .header-top .logo-img {
        height: 30px !important;
    }
}

@media (max-width: 767px) {
    .header .header-middle .header-middle-item:first-child {
        width: 50%;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .header .header-middle .header-middle-item {
        display: table-cell;
        vertical-align: top;
    }

        .header .header-middle .header-middle-item:nth-child(2) {
            width: 500px;
        }
}

@media (min-width: 768px) {
    .header .header-middle .table-wrap {
        display: table;
        width: 100%;
        margin-top: 2px;
    }
}

.header .header-middle .search-form {
    position: relative;
    margin: 0 20px;
}

@media (max-width: 991px) {
    .header .header-top .logo-img {
        height: 30px !important;
    }

    .header .header-middle .search-form {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
    }
}

.header .header-middle .search-form input {
    border-radius: 20px;
    padding-right: 30px;
}

.header .header-middle .search-form .search-submit {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 17px;
    height: 17px;
    float: right;
    background: transparent;
    border: 0;
    outline: none !important;
    padding: 0;
}

@media (max-width: 767px) {
    .header .header-middle .logo-img {
        margin: 0 15px 15px 0;
        width: 140px;
    }
}

@media (max-width: 499px) {
    .header .header-middle .logo-img {
        width: 110px;
        margin-bottom: 25px;
    }
}

@media (max-width: 399px) {
    .header .header-middle .logo-img {
        width: 90px;
    }
}

@media (min-width: 768px) {
    .header .header-middle .logo-img {
        margin-top: -15px;
    }
}

.header .header-middle .location-info {
    min-width: 180px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .header .header-middle .location-info {
        width: 50%;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
    }

        .header .header-middle .location-info table {
            margin: 0 auto;
            text-align: left;
        }
}

@media (min-width: 768px) {
    .header .header-middle .location-info {
        display: table-cell;
        vertical-align: top;
    }
}

.header .header-middle .location-info td {
    vertical-align: top;
    padding-bottom: 5px;
}

    .header .header-middle .location-info td + td {
        padding-left: 10px;
    }

    .header .header-middle .location-info td a {
        font-weight: bold;
        line-height: 1;
        display: inline-block;
    }

    .header .header-middle .location-info td p {
        margin: 10px 0;
    }

.header .header-middle .location-info .map {
    margin-top: 1px;
}

.header .header-middle .contacts-info {
    width: 260px;
}

@media (max-width: 767px) {
    .header .header-middle .contacts-info {
        margin-top: 35px;
        width: 100%;
    }

        .header .header-middle .contacts-info table {
            margin: 0 auto;
        }
}

@media (max-width: 499px) {
    .header .header-middle .contacts-info {
        padding-left: 0;
        margin-top: 40px;
    }
}

@media (max-width: 399px) {
    .header .header-middle .contacts-info {
        margin-top: 45px;
    }
}

@media (min-width: 768px) {
    .header .header-middle .contacts-info {
        margin-top: 30px;
        display: table-cell;
        vertical-align: top;
    }
}

.header .header-middle .contacts-info table td {
    white-space: nowrap;
    text-align: left;
}

    .header .header-middle .contacts-info table td + td {
        padding-left: 15px;
    }

.header .auth-toggle-mobile {
    margin: 0;
}

    .header .auth-toggle-mobile > a {
        padding-top: 8px;
        padding-top-width: 59px;
        /*    padding-left: 16px;
    padding-right: 16px;*/
        margin: 0px;
    }

        .header .auth-toggle-mobile > a span {
            display: block;
            padding-top: 8px;
            margin: 0 !important;
        }

        .header .auth-toggle-mobile > a svg {
            margin: 0 1px 7px 0;
        }

            .header .auth-toggle-mobile > a svg .st0 {
                fill: #808080 !important;
            }
        /*.header .auth-toggle-mobile > a[aria-expanded="true"], .header .auth-toggle-mobile > a:hover {
      background: #004892; }*/
        .header .auth-toggle-mobile > a[aria-expanded="true"] svg .st0, .header .auth-toggle-mobile > a:hover svg .st0 {
            fill: #fff !important;
        }

    .header .auth-toggle-mobile .dropdown-menu {
        left: auto;
        right: -68px;
        top: 65px;
        padding: 0;
    }

        .header .auth-toggle-mobile .dropdown-menu a {
            color: #004892;
            font-family: 'MuseoSansBold';
            padding: 10px 20px;
        }

        .header .auth-toggle-mobile .dropdown-menu li + li a {
            border-top: 1px solid #ebebeb;
        }
