@media (max-width: 1200px) {
    .product-features > .feature {
        font-size: 11px;
    }
    .product-features > .feature > .fas {
        top: 16px;
    }

    .model-list-view > .model-list-item, .modification-list-view > .modification-list-item {
        width: 49%;
        margin-right: 0.5%;
    }

    .header .company-info > .phones a {
        font-size: 14px;
    }

    .header .company-info > .info > .description {
        font-size: 13px;
        margin-bottom: 1px;
    }

    .product-listing .card {
        width: 49%;
        height: 322px;
    }

    #car-filter form > button {
        width: 131px;
    }

    #car-filter .bootstrap-select {
        width: 125px;
    }

    #car-filter .bootstrap-select .dropdown-menu li {
        border-bottom: 1px solid #eee;
        padding: 10px 0;
        text-align: center;
    }

    #car-filter .modification-select.bootstrap-select .dropdown-menu li, #car-filter .body-select.bootstrap-select .dropdown-menu li {
        text-align: left;
    }

    #car-filter .bootstrap-select .dropdown-menu li.dropdown-divider {
        border: 0;
        padding: 0;
        margin: 0;
    }

    #car-filter .bootstrap-select .dropdown-menu li.dropdown-header {
        background-color: #eee;
        padding: 10px;
    }

    .product-info #car-filter .bootstrap-select {
        width: 118px;
    }

    .product-info .row:nth-child(2) h2 {
        margin: 30px 0 10px;
    }

    .search-col button span {
        display: none;
    }

    .logo-col {
        padding-right: 0;
        width: 30%;
    }

    .basket-header .logo-col {
        width: 100%;
    }

    .search-col {
        padding-left: 0;
        width: 36.33%;
    }

    .scholarship ul.pluses > li {
        margin: 0 10px;
        width: 210px;
    }

    .scholarship > ul.participants > li {
        margin: 0 20px;
    }

    .supplier-categories > li {
        margin: 0 5px 5px 0;
        width: 303px;
    }

    .supplier-categories > li > .info {
        width: 151px;
    }

    .filters .filter.filter-range .inputs input.form-control {
        width: 98px;
    }

    .basket-header .basket-phones .phone-label {
        display: none;
    }

    .basket-header .basket-phones li {
        text-align: right;
    }

    .basket-header .basket-phones .phone-label {
        display: block;
        text-align: right;
    }
}

@media (max-width: 991px) {

    .product-features > .feature {
        width: 49%;
        height: 56px;
        margin-bottom: 1%;
        line-height: 36px;
    }

    .product-features > .feature:nth-child(2n) {
        width: 50%;
        margin-right: 0;
    }

    .product-features > .feature > .fas {
        top: 18px;
    }

    .feedbacks .feedback {
        border-left-width: 0;
        border-right-width: 0;
        padding-left: 0;
    }

    .feedbacks .feedback > .row > .col-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .feedbacks .feedback > .row .col-6:first-child {
        margin-bottom: 20px;
    }

    .parent-categories > li {
        width: 49%;
    }

    #car-filter form > button {
        width: 100%;
    }

    #car-filter .bootstrap-select {
        margin-bottom: 5px;
        width: 219px;
    }

    .product-info #car-filter .bootstrap-select {
        width: 205px;
    }

    #car-filter .bootstrap-select.manufacturer-select, #car-filter .bootstrap-select.year-select, #car-filter .bootstrap-select.engine-select {
        margin-right: 1px;
    }

    .product-listing button.buy, .basket-btn {
        width: 40%;
    }

    .product-listing .price-and-buy > .price {
        width: 59%;
    }

    .filters {
        display: none;
        margin-bottom: 0;
    }

    .products .category-brand-list, .products.reversed .related-categories > ul {
        max-height: inherit;
        overflow-y: visible;
    }

    .category-brand-list li {
        padding: 5px 0;
    }

    .category-brand-list, .related-categories > ul {
        max-height: inherit;
        overflow-y: visible;
    }

    #mobileFilters .filters .header {
        font-size: 18px;
        margin: 10px 0;
        padding: 0;
    }

    .products .product-container .order {
        position: relative;
        right: auto;
        top: auto;
    }

    .products .product-container .order {
        width: 100%;
    }

    #select-model, #select-brand {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }

    .products .product-container .product-listing .card, .product-listing.crosses .card {
        width: 49%;
    }

    .load-more {
        margin: 0;
    }

    .load-more .btn {
        display: block;
        padding: 2px 0;
    }

    .manufacturerMappings > li {
        width: 50%;
    }

    .category-brands > li {
        width: 48%;
    }

    .breadcrumb {
        padding: 10px 0;
    }

    .product-header {
        margin-top: 0;
    }

    .product-info {
        border: 0;
    }

    .product-info .service-info {
        margin-top: 20px;
        padding-left: 15px;
    }

    .breadcrumb .breadcrumb-item.active {
        display: none;
    }

    .similar-category-models > li {
        width: 50%;
    }

    .product-info .original-number-list > li {
        width: 50%;
        overflow: hidden;
    }

    .product-info .service-info.propose-analogues {
        display: none;
    }

    #product-images {
        margin-bottom: 15px;
    }

    #product-images .small-images {
        margin-bottom: 10px;
    }

    #product-images .slider-nav {
        width: 100%;
    }

    #product-images .preview {
        height: auto;
        max-height: 250px;
    }

    #product-images .slick-track {
        margin-left: inherit;
    }

    #product-images .image-preview {
        margin-bottom: 10px;
    }

    .product-info .price-block {
        padding: 0;
        border: 0;
    }

    #product-images > .row > .col {
        min-height: auto;
    }

    #header {
        display: none;
    }

    #header.basket-header {
        display: block;
    }

    #header.basket-header .logo-col {
        width: 100%;
    }

    .basket-header .header {
        height: auto;
        margin-bottom: 0;
    }

    .category-list, .category-list .categories-row {
        padding-left: 0;
    }

    .category-list .categories-row .category-link {
        width: 50%;
    }

    .product-info .parts-block .fas.fa-camera {
        height: auto;
    }

    .list-group.list-group-horizontal-sm {
        flex-direction: inherit;
        display: block;
    }

    .list-group.list-group-horizontal-sm .list-group-item {
        width: 10%;
        float: left;
        display: block;
        min-width: auto;
    }

    .list-group.list-group-horizontal-sm .text-nowrap {
        width: 100%;
        margin: 5px 0;
    }

    .top-category-list {
        width: 100%;
    }

    .top-model-list {
        width: 50%;
    }

    table.basket-products td, table.basket-products th {
        padding: 8px 0;
    }

    .basket .desc {
        display: none;
    }

    .logo-link {
        font-weight: bold;
        color: #004778 !important;
        font-size: 24px;
        margin-left: 10px;
        padding: 0;
    }

    .mobile-logo-wrapper {
        position: relative;
    }

    .mobile-logo-wrapper .logo-link.mobile {
        display: block;
        padding: 10px 0;
        cursor: pointer;
    }

    .mobile-logo-wrapper .logo-link.mobile > img {
        vertical-align: sub;
        height: 27px;
    }

    .logo-link:hover {
        text-decoration: none;
    }

    .basket {
        width: auto;
        margin-left: 10px;
    }

    .basket .fa-shopping-basket {
        font-size: 23px;
    }

    .basket .count {
        left: -12px;
        font-size: 12px;
        right: auto;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: initial !important;
    }

    .nav-link.disabled {
        display: none;
    }

    .nav-tabs .nav-item {
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

    #product-tabs .nav-item {
        font-weight: normal;
    }

    .search-article-form {
        display: none;
    }

    .modal-body .search-article-form {
        display: block;
        margin: 0;
    }

    #mobile-search {
        cursor: pointer;
        float: right;
        line-height: 48px;
        margin-right: 15px;
    }

    .garage {
        margin: 10px 0 20px;
    }

    .garage > .table td:nth-child(n + 2) {
        text-align: right;
    }

    .garage > .table td:nth-child(n + 2) .select-new-car {
        cursor: pointer;
        display: inline-block;
        padding: 5px 0 5px 5px;
        margin: 0;
    }

    .garage > .table td:nth-child(n + 3) {
        display: none;
    }

    .translation {
        display: none;
    }

    .car-country-list li {
        width: 49%;
    }

    .show-filters-wrapper, #order-form {
        width: 49%;
        margin-right: 1%;
        float: left;
        display: block;
    }

    .show-filters-wrapper {
        padding: 4px 0;
    }

    .show-filters-wrapper .fa-filter {
        font-size: 12px;
    }

    .related-categories {
        padding: 0 15px;
    }

    .related-categories .header {
        font-size: 22px;
        padding: 15px 0 0;
    }

    .products .related-categories > ul {
        border: 0;
    }

    .related-categories > .list-unstyled {
        margin: 0;
    }

    .related-categories > ul > li {
        height: 70px;
        line-height: 70px;
        position: relative;
    }

    .related-categories > ul > li > a, .related-categories > ul > li > span {
        display: inline-block;
        line-height: normal;
        vertical-align: middle;
        padding-left: 80px;
        position: initial;
        font-size: 16px;
    }

    .related-categories > ul > li > a > img, .related-categories > ul > li > span > img {
        width: 70px;
        height: 70px;
        top: 5px;
        margin-top: 0;
    }

    table.basket-products thead {
        display: none;
    }

    table.basket-products tr {
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }

    table.basket-products td {
        display: inline-block;
        border: 0;
    }

    table.basket-products td.basket-product-image {
        padding-top: 15px;
        width: 30%;
        text-align: center;
    }

    table.basket-products td.basket-product-name {
        padding-top: 15px;
        width: 69.99%;
    }

    table.basket-products td.remove-from-basket {
        width: 6%;
        text-align: right;
    }

    table.basket-products td.unit-product-price {
        width: 25%;
        text-align: center !important;
    }

    table.basket-products td.product-price {
        width: 29%;
        text-align: center !important;
    }

    table.basket-products td.unit-product-price, table.basket-products td.product-price, table.basket-products td.quantity-cell, table.basket-products td.remove-from-basket {
        padding-bottom: 15px;
    }

    .basket-products .symbol {
        font-size: 12px;
        display: inline-block;
        line-height: 38px;
        margin: 0 3px;
    }

    table.basket-products td.remove-from-basket, table.basket-products th.remove-from-basket {
        padding: 5px 5px 5px 0;
    }

    #order-modal .modal-footer {
        display: block;
    }

    #order-modal .modal-footer .btn-success {
        position: inherit;
        top: auto;
        right: auto;
        margin-bottom: 10px;
    }

    #order-modal .modal-footer .btn {
        display: block;
        width: 100%;
        margin-left: 0;
    }

    .order-form .form-block {
        padding: 20px;
    }

    .order-form .form-block#products {
        padding: 20px 0;
    }

    .order-form .form-block#products tr > td:first-child {
        padding-left: 10px;
    }

    .order-form .form-block#products tr > td:last-child, .order-form .form-block .total-row {
        padding-right: 10px;
    }

    .order-form .form-block#products h2 {
        padding: 0 10px;
    }

    .order-form .form-block#products tr > td.not-available-product {
        padding: 0 10px;
    }

    .order-form #comment {
        height: 100px;
    }

    body {
        margin-bottom: 0;
    }

    .footer {
        position: relative;
        height: auto;
        font-size: 14px;
        margin-bottom: 70px;
    }

    .footer .font-weight-bold {
        font-size: 16px;
    }

    .footer p {
        margin-bottom: 5px;
    }

    .footer .col-lg-4 {
        margin-bottom: 20px;
    }

    .car-country-list, .manufacturers, .similar-category-models {
        margin-bottom: 20px;
    }

    .manufacturer-item {
        width: 50%;
    }

    .country-manufacturers .manufacturer {
        width: 50%;
    }

    #order-form select {
        max-width: 100%;
        width: 100%;
    }

    .success-order-container {
        min-height: 250px;
    }

    .order-container .courier-block > .form-row > div {
        margin-bottom: 1rem;
    }

    .search-result-product-wrapper .price-table {
        min-width: auto;
    }

    .price-table tr.suggestion-item td:nth-child(4) {
        padding-left: 0;
    }

    .price-table tr.suggestion-item td:nth-child(6) {
        padding-right: 0;
        text-align: right;
    }

    .price-table .search-result-item .logo {
        display: none;
    }

    .price-table tr.suggestion-item td > .product-delivery {
        text-align: left !important;
    }

    .price-table .price-th {
        width: 20.99%;
    }

    .price-table .basket-th {
        width: 9%;
    }

    .price-table .suggestion-item td {
        border-top: 0;
        padding-top: 0;
    }

    .price-table .delivery-th {
        width: 70%;
    }

    .price-table .price {
        font-size: 14px;
    }

    .price-table .price .value {
        font-size: 20px;
    }

    .search-result-product-suggestion .col {
        width: 100%;
        flex-basis: auto;
        margin-bottom: 10px;
    }

    .suggestion-item td.quantity {
        text-align: center !important;
        padding: 0;
    }

    .analogue-prices .brand-article, .requested-prices .brand-article {
        display: table-row;
    }

    .analogue-prices .brand-article td, .requested-prices .brand-article td {
        padding-left: 0;
        padding-right: 0;
    }

    .ui-autocomplete-loading {
        background-position-x: 91%;
    }

    .footer-menu {
        position: fixed;
        height: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        background-color: #1e7e34;
        display: block;
        padding: 5px 10px;
    }

    .footer-menu .footer-menu-item {
        width: 25%;
        float: left;
        text-align: center;
        padding: 10px 0 5px;
        margin: 0;
        cursor: pointer;
        position: relative;
    }

    .footer-menu .footer-menu-item .icon {
        height: 25px;
        line-height: 25px;
    }

    .footer-menu .footer-menu-item .text {
        height: 20px;
        color: #fff;
        font-size: 12px;
        padding: 0 5px;
    }

    .footer-menu .footer-menu-item .icon .fas {
        color: #fff;
        font-size: 24px;
        padding: 0;
    }

    .footer-menu .footer-menu-item.basket .count {
        position: absolute;
        left: auto;
        right: 6px;
        top: 6px;
    }

    .footer-menu .footer-menu-item.select-car .fa-check {
        color: #218838;
        position: absolute;
        right: 6px;
        top: 6px;
        font-size: 12px;
    }

    .footer-menu .footer-menu-item.select-car.selected .text {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .margin-bottom-20 {
        margin-bottom: 20px;
    }

    .empty-products-result {
        margin-top: 0;
    }

    #primary-menu .navbar-nav {
        border-bottom: 1px solid #eee;
    }

    #primary-menu .navbar-collapse {
        background-color: #FFF;
        border-bottom: 1px solid #eee;
    }

    #primary-menu .desktop-menu {
        display: none;
    }

    #primary-menu .navbar-toggler {
        padding: 5px;
        margin: 5px;
    }

    #primary-menu .navbar-toggler > .navbar-toggler-icon {
        width: 25px;
        height: 25px;
        padding: 0;
    }

    #primary-menu .categories-menu-mobile {
        list-style-type: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #eee;
    }

    #primary-menu .categories-menu-mobile ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #primary-menu .categories-menu-mobile > li > ul {
        display: none;
    }

    #primary-menu .categories-menu-mobile > li {
        position: relative;
    }

    #primary-menu .categories-menu-mobile li > span, #primary-menu .categories-menu-mobile li > a {
        font-size: 14px;
        padding: 10px;
        display: block;
    }

    #primary-menu .categories-menu-mobile li[data-path="zapchasti-dlya-to"] {
        font-weight: bold;
    }

    #primary-menu .categories-menu-mobile > li > span {
        font-weight: bold;
    }

    #primary-menu .dropdown-menu {
        background-color: #FFF;
        border: 0;
        margin: 0;
        padding: 0;
    }

    #primary-menu .dropdown-menu .dropdown-item {
        font-size: 14px;
    }

    #primary-menu .categories-menu-mobile > li > span:after, #primary-menu .dropdown .dropdown-toggle::after {
        content: '';
        display: block;
        height: 11px;
        width: 8px;
        position: absolute;
        top: 21px;
        right: 15px;
        background: url(/images/arrow.svg) no-repeat;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: transform 0.2s;
        border: 0;
        margin: 0;
    }

    #primary-menu .categories-menu-mobile > li.open > span:after, #primary-menu .dropdown.show .dropdown-toggle::after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg)
    }

    #primary-menu .categories-menu-mobile > li > ul > li {
        padding-left: 10px;
    }

    .categories-menu-mobile > li > ul > li > ul > li > span {
        font-weight: bold;
    }

    #primary-menu .categories-menu-mobile > li > ul > li > a > img, #primary-menu .categories-menu-mobile > li > ul > li > ul > li > a > img,
    #primary-menu .categories-menu-mobile > li > ul > li > span.link > img, #primary-menu .categories-menu-mobile > li > ul > li > ul > li > span.link > img{
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    #primary-menu .categories-menu-mobile > li > ul span.link {
        font-weight: normal !important;
    }

    #primary-menu .categories-menu-mobile .catalog-filter {
        background-color: #004778;
        color: #FFF;
        position: relative;
    }

    #primary-menu .categories-menu-mobile .catalog-filter .select-new-car {
        color: #FFF;
        font-size: 20px;
        position: absolute;
        right: 10px;
        top: 6px;
    }

    .model-list-view > .model-list-item, .modification-list-view > .modification-list-item {
        width: 100%;
        margin-right: 0;
    }

    .model-list-view > .model-list-item > .model-item > .model-name, .modification-list-view > .modification-list-item > div > .pc-name {
        text-align: center;
    }

    .product-info .check-car-warning {
        font-size: 14px;
    }

    .product-info .check-car-compatibility {
        font-size: 14px;
        padding: 5px;
    }

    .model-tag {
        width: 48%;
    }

    .model-tag > a, .model-tag > span {
        font-size: 14px;
    }

    .badge-generation, .badge-year, .badge-capacity {
        padding: 5px 10px;
        margin: 0 5px 5px 0;
        font-size: 14px;
    }

    #top-phone-list-mobile {
        position: absolute;
        left: 120px;
        top: -6px;
    }

    #top-phone-list-mobile.nav-item > span.nav-link {
        font-size: 18px;
        white-space: nowrap;
        cursor: pointer;
    }

    #top-phone-list-mobile.nav-item > span.nav-link::after {
        top: 23px;
        right: -10px;
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        height: auto;
    }

    .order-form .form-check-input {
        margin-top: 4px;
    }

    #order-modal .basket-products tr:first-child {
        border-top: 0;
    }

    #order-modal .modal-body {
        padding-top: 0;
    }

    .scholarship ul.pluses > li {
        width: 162px;
        margin: 0 5px;
        padding: 10px;
    }

    .scholarship > ul.participants > li {
        margin: 0 5px;
        width: 128px;
    }

    .supplier-categories > li {
        width: 337px;
    }

    .supplier-categories > li:nth-child(3n) {
        margin-right: 5px;
    }

    .supplier-categories > li:nth-child(2n) {
        margin-right: 0;
    }

    .top-brands > ul > li {
        width: 49%;
    }

    .other-brand-list > li {
        width: 33%;
    }

    .cars-filter-tabs {
        margin-top: 10px;
    }

    .top-car-filter-container .ajax-ll {
        top: -20px;
    }

    .catalog.manufacturerMappings > li {
        width: 49%;
    }

    .total-products-container {
        height: 54px;
        line-height: 54px;
    }

    .product-locker {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 10000;
    }

    .filter {
        margin-bottom: 30px;
    }

    .filter:last-child {
        margin-bottom: 0;
    }

    .filter:last-child ul {
        border-bottom: 0;
    }

    .filter .show-all, .filter .collapse-all {
        font-size: 12px;
        color: #666;
    }

    .filter .show-all > span, .filter .collapse-all > span {
        color: #3e77aa;
    }

    .success-order-container .order-details {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .product-features > .feature {
        line-height: 18px;
    }

    .order-container label .float-right {
        float: none !important;
        display: block;
    }

    .basket-header .header .basket-phones .phone-label {
        display: none;
    }

    .basket-header .header .basket-phones li {
        text-align: center;
        width: 33%;
    }

    .header .company-info > .phones a {
        font-size: 12px;
    }

    .suppliers-table th:last-child, .suppliers-table td:last-child {
        display: none;
    }

    .suppliers-table .product-rating .stars {
        white-space: nowrap;
    }

    .suppliers-table .product-rating .feedback-count {
        display: block;
    }

    .scholarship ul.pluses > li {
        width: 48%;
        margin: 0 1% 1% 0;
    }

    .scholarship > ul.participants > li {
        width: 32%;
        margin: 0 1% 3% 0;
        height: 232px;
    }

    .scholarship > ul.work-types {
        padding: 0;
    }

    .scholarship > form {
        width: 100%;
    }

    .top-car-filter-container .car-search-selects {
        height: 270px;
    }

    #car-filter .bootstrap-select, .product-info #car-filter .bootstrap-select {
        margin-bottom: 5px;
        width: 100%;
    }

    #car-filter .bootstrap-select.manufacturer-select, #car-filter .bootstrap-select.year-select, #car-filter .bootstrap-select.engine-select {
        margin-right: 0;
    }

    #car-filter .dropdown-menu {
        padding: 0;
    }

    .product-listing button.buy {
        float: none;
        width: 100%;
    }

    .product-listing .card {
        height: 362px;
    }

    .other-brand-list > li {
        width: 48%;
    }

    .supplier-categories > li {
        width: 100%;
        margin-right: 0;
        height: 160px;
    }

    .supplier-categories > li > .info {
        width: calc(100% - 130px);
    }
}