html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 266px;
    font-family: Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

a, .page-link {
    color: #3e77aa;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 246px;
    padding-top: 15px;
    background-color: #666;
    color: #fff;
    font-size: 14px;
}

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

.footer a {
    color: #fff;
    text-decoration: underline;
}

.footer .copyright, footer .copyright {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
}

.footer .phone {
    display: block;
    margin: 0;
}

h1 {
    font-size: 24px;
    margin: 10px 0 15px;
}

h2 {
    font-size: 22px;
    margin: 20px 0;
}

h3 {
    font-size: 20px;
}

.translation {
    font-size: 18px;
    color: #999;
}

.header {
    padding: 25px 0;
}

.header .logo-col .logo-link {
    color: #004778;
    font-weight: bold;
    font-size: 45px;
    line-height: 45px;
    display: inline-grid;
    margin-top: 8px;
}

.header .logo-col .logo-link > img {
    height: 56px;
    max-width: 100%;
}

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

.header .logo-col .logo-link .logo-text {
    font-size: 12px;
    line-height: normal;
    display: inline-block;
}

.top-car-filter-container {
    margin: 15px 0;
}

.top-car-filter-header {
    margin: 25px 0 15px;
    font-size: 24px;
}

.top-car-filter-header .spinner-border {
    width: 16px;
    height: 16px;
    display: none;
}

#car-filter {
    padding: 10px;
    border-radius: 0 .25rem .25rem .25rem;
}

#car-filter .card-body {
    padding: 10px;
    border-top: 1px solid #fff;
}

#secondary-menu {
    border: 1px solid #eee;
    border-radius: 5px 5px 5px 0
}

#primary-menu {
    padding: 0;
    background-color: #eee;
}

#primary-menu a.nav-link.disabled {
    color: #999;
}

#secondary-menu a, #primary-menu a {
    color: #212529;
}

#primary-menu .nav-item > span.nav-link {
    cursor: pointer;
    color: #212529;
}

#primary-menu .nav-item > a.nav-link, #primary-menu .nav-item > span.nav-link {
    font-size: 14px;
    padding: 10px;
}

#secondary-menu .col-lg-3, #secondary-menu .col-lg-6 {
    line-height: 48px;
}

.search-article-form {
    position: relative;
    width: 100%;
    margin-top: 18px;
}

.search-article-form button, .search-article-form input {
    font-size: 14px;
}

.search-article-form .form-group {
    margin: 5px;
}

.manufacturer-item {
    margin: 5px 0;
    height: 80px;
    line-height: 80px;
}

.manufacturer-item a {
    color: #212529;
    text-decoration: none;
}

.manufacturer-item a img {
    margin-right: 10px;
    width: 80px;
}

.hidden {
    display: none;
}

.breadcrumb {
    background-color: #fff;
    margin: 0;
    padding-left: 0;
}

.breadcrumb a {
    color: #777;
}

.breadcrumb-item.active {
    color: #000;
}

.breadcrumb a, .breadcrumb li.breadcrumb-item {
    font-size: 12px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #ccc;
    content: ">";
}

.flag {
    display: inline-block;
    width: 18px;
    height: 12px;
    background: url('/images/flags.png') no-repeat;
}


.flag.flag-cn {
    background-position: -18px 0;
}

.flag.flag-cz {
    background-position: -36px 0;
}

.flag.flag-de {
    background-position: -54px 0;
}

.flag.flag-es {
    background-position: 0 -12px;
}

.flag.flag-fr {
    background-position: -18px -12px;
}

.flag.flag-gb {
    background-position: -36px -12px;
}

.flag.flag-it {
    background-position: -54px -12px;
}

.flag.flag-jp {
    background-position: 0 -24px;
}

.flag.flag-kr {
    background-position: -18px -24px;
}

.flag.flag-ro {
    background-position: -36px -24px;
}

.flag.flag-se {
    background-position: -54px -24px;
}

.flag.flag-ua {
    background-position: 0 -36px;
}

.flag.flag-us {
    background-position: -18px -36px;
}

.car-country-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.car-country-list li {
    padding: 5px 0;
    width: 25%;
    float: left;
}

p.margin-top-20 {
    margin-top: 20px;
}

#product-images .slider-nav {
    display: none;
    width: 65px;
}

#product-images .slider-nav .thumbnail {
    width: 60px;
    height: 60px;
    padding: 4px;
    max-width: 64px;
    max-height: 64px;
    text-align: center;
    line-height: 50px;
}

#product-images .slider-nav .thumbnail img {
    max-width: 100%;
    max-height: 100%;
    display: inline;
}

#product-images .slider-nav .fas.fa-chevron-up, #product-images .slider-nav .fas.fa-chevron-down {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    cursor: pointer;
}

#product-images .slider-nav .fas.fa-chevron-up {
    top: -20px;
}

#product-images .slider-nav .fas.fa-chevron-down {
    bottom: -20px;
}

#product-images .slider-nav img {
    cursor: pointer;
}

#product-images .slider-nav .slick-current .thumbnail {
    box-sizing: border-box;
    border: 1px solid #28a745;
    border-radius: 5px;
}

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

#product-images > .row > .col > .fa-camera {
    font-size: 90px;
    margin: 20px 0;
    color: #eee;
}

#product-images > .row > .col > p {
    color: #999;
}

#product-images .preview {
    width: 350px;
    height: 250px;
    display: none;
    text-align: center;
}

#product-images .preview.active {
    display: block;
}

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

.product-info {
    padding: 20px;
    border: 1px solid #eee;
}

.product-info .labels {
    margin-bottom: 10px;
    text-align: right;
}

.product-info .labels .badge-warning {
    color: #FFF;
}

.product-info table {
    margin: 0;
}

.product-info h2 {
    margin: 40px 0 10px;
}

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

.product-info .no-preview {
    padding-top: 40px;
    text-align: center;
}

.product-header {
    margin-top: 15px;
    font-size: 28px;
}

.product-info .price-block > .price {
    font-size: 40px;
}

.product-info .price-block > .price > .label, .product-info .price-block > .price > .currency {
    font-size: 26px;
}

.product-info .price-block > .price.not-available {
    color: #888;
}

.product-info .price-block > .btn {
    font-weight: bold;
}

.product-info .price-block > .availability {
    margin-bottom: 10px;
}

.old-price-strike {
    color: #dc3545;
    text-decoration: line-through
}

.old-price-strike > .old-price {
    font-size: 24px;
    color: #212529;
}

.product-info .price-block .price-difference {
    font-size: 20px;
}

.product-info .one-click-order-form {
    margin-top: 20px;
}

.product-info .one-click-order-form button, .product-info .one-click-order-form input.form-control {
    font-size: 12px;
}

.product-info .service-info {
    padding-left: 0;
}

.product-info .delivery-block {
    margin-bottom: 15px;
}

.product-info .delivery-block, .product-info .payment-block {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
}

.product-info .delivery-block .caption, .product-info .payment-block .caption {
    font-size: 14px;
    margin: 5px 0 0 5px;
}

.product-info .delivery-block .table td {
    font-size: 13px;
    vertical-align: middle;
}

.product-info .delivery-block .table td small {
    white-space: nowrap;
}

.product-info .delivery-block .table tr:first-child > td {
    border-top: 0;
}

.product-info .payment-block ul {
    margin: 0;
}

.product-info .payment-block ul li {
    font-size: 13px;
    border-bottom: 1px solid #eee;
    padding: 0.3rem
}

.product-info .payment-block ul li:last-child {
    border-bottom: 0;
}

.product-info .parts-block img {
    max-width: 80px;
    max-height: 80px;
    text-align: center;
}

.product-info .parts-block .fas.fa-camera {
    width: 80px;
    height: 55px;
    text-align: center;
    line-height: 80px;
    color: #999;
    font-size: 36px;
}

.product-info .analogs-block a > img {
    max-width: 100%;
    max-height: 100%;
}

.product-info .analogs-block .old-price-strike > .old-price {
    font-size: 16px;
}

.product-info .analogs-block .name a {
    font-size: 18px;
    color: #333;
}

.product-info .analogs-block .price {
    font-size: 26px;
}

.product-info .analogs-block .price > .currency {
    font-size: 18px;
}

.h2 {
    margin: 20px 0 10px;
    font-size: 22px;
}

.h3 {
    margin: 20px 0 10px;
    font-size: 18px;
    color: #333;
}

.category-list h3.category-header {
    padding: 10px;
    background-color: #eee;
    border-radius: 5px;
    font-size: 14px;
}

.category-list h3.category-header a {
    color: #212529;
}

.category-list h3.category-header a:hover {
    text-decoration: none;
}

.category-list .categories-row {
    margin-bottom: 15px;
}

.category-list .categories-row .category-link {
    float: left;
    width: 33%;
    margin: 5px 0;
    height: 60px;
    line-height: 60px;
    padding-left: 70px;
    position: relative;
}

.category-list .categories-row .category-link > span {
    color: #3e77aa;
}

.category-list .categories-row .category-link > span:hover {
    color: #0056b3;
    text-decoration: underline;
    cursor: pointer;
}

.category-list .categories-row .category-link a, .category-list .categories-row .category-link > span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.category-list .categories-row .category-link a .category-image, .category-list .categories-row .category-link > span .category-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
}

.product-listing .card {
    width: 32%;
    float: left;
    margin-right: 1%;
    height: 322px;
    margin-bottom: 15px;
    overflow: hidden;
}

.product-listing.crosses .card {
    width: 32%;
}

.product-listing .card p {
    margin: 0;
}

.product-listing .card .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    height: 42px;
    margin-bottom: 0;
}

.product-listing .card .card-title .image a {
    display: block;
}

.product-listing .card:hover .card-title {
    -webkit-line-clamp: auto;
    overflow: visible;
    display: block;
    height: auto;
}

.product-listing .card .card-body {
    padding: 20px 10px 5px;
}

.product-listing .card .no-image {
    height: 145px;
    padding: 10px;
    text-align: center;
}

.product-listing .card .no-image a {
    display: block;
    height: 100%;
}

.product-listing .card .no-image .fa-camera {
    font-size: 90px;
    color: #eee;
}

.product-listing .card .card-body .image {
    height: 145px;
    padding: 10px;
    text-align: center;
}

.product-listing .card .card-body .image a {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}

.product-listing .card .image img {
    max-width: 100%;
    max-height: 100%;
}

.product-listing .card .price {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    position: relative;
    overflow: visible;
}

.product-listing .card .sale.badge-danger {
    position: absolute;
    top: -23px;
    right: 0;
    font-size: 15px;
}

.product-listing .card .empty-price {
    margin-top: 18px;
}

.product-listing .card .not-available-price {
    color: #999;
}

.product-listing .card .price .old-price-strike > .old-price {
    font-size: 12px;
    color: #888;
}

.filters .filter .header {
    font-weight: bold;
    position: relative;
    cursor: pointer;
    padding-right: 14px;
}

.filters .filter .header:after {
    content: "-";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
}

.filters .filter.collapsed .header:after {
    content: "+";
}

.filters .filter.collapsed .filter-body {
    display: none;
}

.filters .filter .count {
    font-size: 14px;
    color: #999;
}

.filters .filter.filter-range .inputs {
    margin-bottom: 10px;
}

.filters .filter.filter-range .inputs input.form-control {
    width: 105px;
    padding: 5px 7px;
    text-align: center;
}

.filters .filter.filter-range .inputs input, .filters .filter.filter-range .inputs button[type=submit] {
    display: inline-block;
}

.filters .filter.filter-range .inputs .units, .filters .filter.filter-range .inputs .delimiter {
    font-size: 13px;
}

.filters .filter.filter-range .slider {
    padding: 0 10px;
    width: 100%;
}

label.custom-control-label {
    cursor: pointer;
}

.filters .filter label.custom-control-label {
    font-size: 13px;
}

.contacts .email {
    font-size: 12px;
}

.order {
    padding: 3px 0;
}

#order-form {
    float: right;
    margin-right: 8px;
}

#order-form select {
    width: 265px;
}

.manufacturerMappings {
    list-style-type: none;
    padding: 0;
}

.manufacturerMappings > li {
    width: 25%;
    float: left;
}

.manufacturerMappings > li > ul {
    margin-bottom: 15px;
    list-style-type: none;
    padding: 0;
}

.manufacturerMappings > li > ul > li > a.header {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
}

.manufacturerMappings > li > ul > li > a {
    font-size: 12px;
}

.top-category-list {
    list-style-type: none;
    padding: 0;
    float: left;
    width: 33%;
    margin: 0;
}

.top-category-list > li > a {
    color: #000;
}

.top-category-list > li > a:hover {
    text-decoration: none;
}

.top-model-list {
    list-style-type: none;
    padding: 0;
    float: left;
    width: 25%;
    margin: 0;
}

.top-model-list > li {
    padding: 5px 0;
    height: 46px;
}

.top-model-list > li > a {
    color: #000;
}

.top-model-list > li > a:hover {
    text-decoration: none;
}

.top-model-list > li > a > img {
    margin-right: 5px;
    width: 36px;
    height: 36px;
}

.top-category-list > li > a > img {
    width: 80px;
    height: 80px;
    margin-right: 5px;
}

.country-manufacturers ul.models {
    list-style-type: none;
}

.country-manufacturers ul.models a {
    font-size: 14px;
}

.country-manufacturers ul.models .show-all {
    color: #000;
}

.similar-category-models {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.similar-category-models li {
    float: left;
    width: 25%;
}

.product-listing .card .product-attributes {
    padding: 0 0 5px;
    font-size: 12px;
}

.product-listing .card .product-attributes .show-attributes {
    display: none;
    text-align: center;
    padding-top: 6px;
}

.footer-link {
    cursor: pointer;
    text-decoration: underline;
}

.product-listing .card .product-attributes tr > td:first-child {
    width: 50%;
}

.product-listing .card .product-attributes .show-attributes > td {
    text-align: center;
}

.product-listing .card .product-attributes .show-attributes > td > span {
    display: inline-block;
    border-bottom: 1px dotted #3e77aa;
    text-decoration: none;
    color: #3e77aa;
    cursor: pointer;
}

.product-listing .card .product-attributes .show-attributes > td > span.hide-attr {
    display: none;
}

.product-listing .card:hover {
    overflow: visible;
}

.product-listing .card .product-attributes > table {
    padding: 0;
    margin: 0;
    width: 100%;
}

.product-listing .card .product-attributes > table .attr-name {
    color: #999;
}

.product-listing .card:hover .card-wrapper {
    box-shadow: 0 2px 30px #48637F;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 500;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    background: #FFF;
}

.original-number-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.original-number-list > li {
    float: left;
    padding: 5px 8px;
    border: 1px solid #eee;
    width: 25%;
}

.compatible-cars .compatible-manufacturer {
    font-size: 18px;
    line-height: 18px;
}

.compatible-cars > li > img {
    width: 80px;
    margin-right: 10px;
    line-height: normal;
}

.compatible-cars > li {
    padding-bottom: 20px;
}

.compatible-model {
    margin-left: 10px;
}

.compatible-cars > li > p {
    display: inline;
}

.compatible-cars {
    margin-top: 25px;
    margin-bottom: 0;
}

.compatible-cars > li:last-child {
    padding-bottom: 0;
}

.header .company-info > .info p {
    margin: 0;
    font-size: 14px;
}

.header .company-info > .info > .description {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.header .company-info > .info > .time > dl {
    font-size: 14px;
    margin: 0;
}

.header .company-info > .info > .time > dl > dt {
    display: inline-block;
    width: 25%;
    font-weight: normal;
}

.header .company-info > .info > .time > dl > dd {
    display: inline-block;
    width: 70%;
    margin-bottom: 0;
}

.header .company-info > .phones a {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.header .company-info > .phones a:hover {
    text-decoration: none;
}

.header .company-info > .phones a > .prefix {
    color: #666;
    font-weight: normal;
}

.load-more {
    text-align: center;
    margin-top: 10px;
}

#primary-menu .basket {
    position: relative;
    background-color: #004778;
}

#primary-menu .basket > span.nav-link {
    color: #FFF;
    padding: 10px 20px;
    cursor: pointer;
}

#primary-menu .basket > span.nav-link > .fa-shopping-cart {
    font-size: 18px;
}

#primary-menu .basket .count {
    font-size: 14px;
}

.basket-product.bg-danger a, .basket-product.bg-danger span {
    color: #FFF;
}

.basket-product > .basket-product-image {
    width: 80px;
    padding-left: 0;
    text-align: center;
}

.basket-product > .quantity-cell {
    width: 120px;
}

.basket-product > .quantity-cell .quantity-wrapper {
    margin: 0 auto;
}

.basket-product > .quantity-cell > .quantity {
    width: 35px;
}

.basket-products {
    margin-bottom: 0;
}

.basket-products .symbol {
    display: none;
}

.basket-products .basket-product {
    height: 95px;
}

.basket-product > .quantity-cell > span {
    font-size: 14px;
}

.basket-product > .quantity-cell .input-group-append, .basket-product > .quantity-cell .input-group-prepend {
    display: inline-block;
    cursor: pointer;
    width: 26px;
    padding-left: 0;
    padding-right: 0;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.basket-product > .product-price {
    width: 130px;
}

.basket-product > .remove-from-basket {
    width: 24px;
}

.basket-product > .basket-product-name {
    font-size: 13px;
}

.basket-products .basket-product > .basket-product-image img {
    max-width: 70px;
    max-height: 70px;
}

.basket-products .basket-product > .quantity-cell input.quantity {
    padding: .375rem .5rem;
    width: 40px;
}

.basket-products .fa-camera {
    font-size: 33px;
    color: #cccc;
}

.basket-products .basket-product .quantity-cell .plus-quantity .input-group-text {
    padding: .375rem .5rem;
}

.basket-products .basket-product .quantity-cell .minus-quantity .input-group-text {
    padding: .375rem .5rem .375rem .65rem
}

.total-row, .success-order-container .total-row {
    font-size: 24px;
}

.total-row .currency {
    font-size: 14px;
}

.total-row .total-label {
    font-size: 18px;
}

.order-form .make-order-btn {
    padding: 10px 30px;
    font-size: 20px;
}

.order-form .form-check {
    padding-left: 1.5rem;
    margin-bottom: 20px;
}

.order-form .form-check:last-child {
    margin-bottom: 0;
}

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

.order-form .form-check:last-child {
    margin-bottom: 0;
}

.order-form .delivery-block-item .form-check-label small {
    font-size: 12px;
}

.order-form .delivery-block-item label, .order-form .delivery-block-item input[type=radio], .order-form .payment-block label, .order-form .payment-block input[type=radio] {
    cursor: pointer;
}

.order-form .delivery-block-item, .order-form .payment-block {
    margin-bottom: 30px;
}

.basket-products .basket-product .remove-from-basket {
    vertical-align: inherit;
    padding-right: 0;
}

.order-form .form-check-input {
    margin: 6px 8px 0 -23px;
}

.order-form .form-block {
    padding: 30px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #F8F8F8;
}

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

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

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

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

.order-form .form-block > .form-group:last-child {
    margin-bottom: 0;
}

table.basket-products th {
    border-top: 0;
}

table.basket-products td {
    vertical-align: inherit;
}

.basket-products .basket-product .fa-times {
    cursor: pointer;
}

.basket-products .product-price {
    font-size: 18px;
    width: 16%;
    padding-right: 0;
    padding-left: 0;
}

.basket-products .unit-product-price {
    font-size: 18px;
    width: 14%;
    padding-right: 0;
    padding-left: 0;
}

.basket-products .product-price .currency, .basket-products .unit-product-price .currency {
    font-size: 12px;
}

#order-modal .modal-footer {
    display: block;
    align-items: normal;
    position: relative;
}

#order-modal .modal-footer .btn-success {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

table.basket-products td.quantity-cell input {
    display: inline-block;
    text-align: center;
}

mark.im-caret {
    animation: 1s blink step-end infinite !important;
}

mark.im-caret-select {
    background-color: rgba(0, 0, 0, 0.25);
}

@keyframes blink {
    from, to {
        border-right-color: black;
    }
    50% {
        border-right-color: transparent;
    }
}

span.im-static {
    color: grey;
}

div.im-colormask {
    display: inline-block;
    border-style: inset;
    border-width: 2px;
    appearance: textfield;
    cursor: text;
}

div.im-colormask > input, div.im-colormask > input:-webkit-autofill {
    position: absolute !important;
    display: inline-block;
    background-color: transparent;
    color: transparent;
    -webkit-text-fill-color: transparent;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: transparent;
    text-shadow: none;
    appearance: caret;
    border-style: none;
    left: 0; /*calculated*/
}

div.im-colormask > input:focus {
    outline: none;
}

div.im-colormask > input::selection {
    background: none;
}

div.im-colormask > input::-moz-selection {
    background: none;
}

div.im-colormask > input:-webkit-autofill ~ div {
    background-color: rgb(250, 255, 189);
}

div.im-colormask > div {
    color: black;
    display: inline-block;
    width: 100px; /*calculated*/
}

[im-insert="false"] {
    caret-color: red;
    caret-shape: block;
}

.invalid-feedback {
    display: block;
}

.card-img-top {
    width: auto;
}

.menu-background {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #333;
    opacity: 0.7;
    z-index: 100;
    display: none;
}

.mobile {
    display: none !important;
}

.row p:last-child {
    margin: 0;
}

.price {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-header {
    font-size: 24px;
}

.garage {
    border: 5px solid #3e77aa;
    border-radius: 5px;
    margin: 15px 0;
}

.garage > .garage-body {
    padding: 10px;
    font-size: 14px;
}

.garage > .garage-body > .car-name {
    font-weight: bold;
    font-size: 16px;
}

.garage > .garage-body:after {
    clear: both;
    content: "";
    display: block;
}

.garage > .table {
    margin: 0;
}

.garage > .table td {
    border: 0;
    padding: .75rem .75rem 0;
}

.garage > .garage-header {
    font-weight: bold;
    padding: 5px 10px;
    background-color: #004778;
    color: #FFF;
}

.garage .select-new-car {
    float: right;
    font-size: 14px;
}

.garage .select-new-car .fas.fa-times {
    vertical-align: middle;
}

.garage .select-new-car:hover {
    text-decoration: none;
}

.basket-btn {
    color: #28a745;
    background-color: #FFF;
    border: 1px solid #28a745;
    font-size: 13px;
    padding: .375rem 5px;
    height: 38px;
    line-height: 25px;
    margin-top: 8px;
    float: right;
    display: block;
    width: 37%;
}

.basket-btn:hover {
    border: 1px solid #218838;
    color: #218838;
}

.products > .row {
    position: relative;
}

.products.reversed > .row {
    display: block;
}

.products.reversed > .row:after {
    clear: both;
    content: "";
    display: block;
}

.products.reversed > .row > .filters, .products.reversed > .row > .product-container {
    float: right;
}

.product-info .price-block .basket-btn {
    height: 48px;
    font-size: 19px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding: .5rem 1rem;
    line-height: 30px;
    float: none !important;
}

.basket-btn.btn-sm {
    font-size: .875rem;
    width: 100%;
}

.car-choose-warning {
    margin: 15px 0;
}

#car-filter .card {
    border: 0;
    border-radius: 0 0 5px 5px;
}

#car-filter .tab-pane:after {
    display: block;
    clear: both;
    content: "";
}

.filters .header:first-child {
    padding-top: 10px;
}

.filter {
    margin-bottom: 20px;
}

.filter.filter-list ul {
    margin: 0;
}

.car-filter.desktop {
    display: block !important;
}

.search-result-item-logo img {
    max-height: 50px;
    max-width: 50px;
}

.search-result-item-logo {
    padding: 0 1rem;
    font-size: 1.25rem;
}

.search-result-item-logo .fa-camera {
    font-size: 32px;
}

.search-result-product-logo {
    min-height: 50px;
    min-width: 50px;
    vertical-align: middle;
    font-size: 30px;
}

.search-result-product-logo img {
    max-width: 50px;
    max-height: 50px;
    margin-right: 10px;
}

.search-result-product-suggestion .icon {
    font-size: 22px;
}

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

.search-result-product-wrapper .table-header {
    background-color: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, .125);
}

.search-result-product-wrapper .suggestion-item {
    min-height: 50px;
}

.search-result-product-wrapper .suggestion-item .icon {
    position: absolute;
    right: -5px;
}

.success-order-container {
    margin-top: 20px;
}

.success-order-container h1 {
    margin-bottom: 20px;
}

.success-order-container .collect-date {
    margin: 20px 0;
}

.order-container {
    margin: 20px 0 40px;
}

.order-container h1 {
    font-size: 24px;
    margin: 0 0 40px;
}

.success-order-container table {
    margin-bottom: 40px;
}

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

.success-order-container .order-details tr td:first-child {
    width: 30%;
}

.success-order-container .order-details tr td:last-child {
    width: 70%;
}

.order-container h2 {
    margin: 30px 0;
    font-weight: bold;
}

.order-container h3 {
    margin: 30px 0;
}

.order-container h2:first-child {
    margin-top: 0;
}

.order-container .forms-row {
    margin-bottom: 30px;
}

.order-container label {
    display: block;
    cursor: pointer;
}

.order-container label .float-right {
    font-size: 13px;
    font-weight: bold;
}

.order-container .delivery-period {
    margin: 25px 0 20px;
    text-align: right;
}

.suggestion-item td {
    vertical-align: middle;
}

.show-more-row td {
    border-top-width: 0;
}

.price-table .quantity {
    position: relative;
}

.price-table .load-more-prices, .price-table .load-more-prices:hover {
    text-decoration: none;
}

.price-table .brand-article {
    display: none;
}

.price-table .small-basket.btn-sm, .price-table .basket-btn.btn-sm {
    margin-top: 0;
    height: 32px;
    width: 34px;
}

.price-table .logo-th {
    width: 5%;
}

.price-table .article-th {
    width: 30%;
}

.price-table .name-th {
    width: 25%;
}

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

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

.price-table .basket-btn.btn-sm .fas.fa-check-circle {
    font-size: 18px;
}

.price-table .suggestion-item:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.product-listing .card p.offers {
    margin-bottom: 10px;
}

.product-offers {
    margin-top: 10px;
}

.product-listing .availability {
    font-size: 13px;
    font-weight: normal;
}

.product-listing .price-and-buy {
    position: relative;
}

.product-listing .price-and-buy > .price {
    width: 62%;
    float: left;
}

.product-listing .price-and-buy > .price .message {
    font-size: 14px;
}

.product-listing button.buy, .basket-btn {
    width: 37%;
    margin-top: 8px;
    float: right;
    display: block;
}

.product-listing .non-returnable, .product-listing .empty-price {
    height: 18px;
    font-size: 12px;
}

.product-listing .card .card-title {
    text-align: center;
}

.product-listing .card .card-title > .flag {
    position: absolute;
    right: 5px;
    top: 5px;
}

.product-listing .card .card-title > .badge {
    position: absolute;
    left: 5px;
    top: 5px;
}

.product-listing .card .card-title > .badge.badge-warning {
    color: #FFF;
}

.product-listing .card .card-title .product-name {
    color: #666;
}

.product-listing .card .card-title .product-name .product-brand-and-article {
    white-space: nowrap;
}

.product-listing .card .card-title .product-name .product-brand-and-article.with-model {
    display: inline-block;
    width: 100%;
}

.product-listing .card .card-title .product-name .product-brand-and-article .brand {
    color: #3e77aa;
    font-weight: bold;
}

.product-listing .card .card-title .product-name .name, .product-listing .card .card-title .product-name .product-brand-and-article {
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.product-listing .card .card-title .product-name .name.model {
    display: none;
}

.product-listing .card:hover .card-title .product-name .name.model {
    display: block;
}

.product-listing .card:hover .card-title .product-name .name, .product-listing .card:hover .card-title .product-name .product-brand-and-article {
    height: auto;
    overflow: auto;
    white-space: normal;
}

.product-listing .card .analogues-propose {
    font-size: 12px;
    height: 30px;
}

.product-listing .card .analogues-propose a {
    font-weight: bold;
}

.ui-autocomplete {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #FFF;
    border: 1px solid #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    z-index: 10000;
}

.ui-autocomplete > li > a {
    display: block;
    padding: 5px 7px;
}

.ui-autocomplete > li:hover a, .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background-color: #ced4da !important;
}

.ui-autocomplete > li > a:hover {
    text-decoration: none;
}

.ui-autocomplete-loading {
    background: url('/images/ajax.svg') no-repeat 93% center;
    background-size: 24px 24px;
}

.novaposhta {
    margin-top: 20px;
}

.novaposhta > .form-group:first-child {
    margin-top: 15px;
}

.courier-block {
    margin: 20px 0;
}

#main-office-map {
    width: 100%;
    height: 400px;
    background-color: grey;
}

.footer-menu {
    display: none;
}

.empty-products-result {
    margin-top: 20px;
}

.empty-products-result .show-filters-wrapper {
    float: initial;
}

.empty-products-result .show-filters-wrapper a.btn-block {
    width: 49%;
}

.total-products-container {
    height: 46px;
    line-height: 46px;
    float: left;
}

.total-products-container > .btn {
    padding: 2px 8px;
    margin-left: 5px;
}

.total-products-container > .btn > .fas.fa-times {
    font-size: 11px;
}

.categories-menu {
    margin-bottom: 10px;
}

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

.categories-menu > ul {
    display: flex;
    background-color: #218838;
    border-radius: 5px;
    position: relative;
}

.categories-menu > ul > li {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #eee;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    cursor: pointer;
}

.categories-menu > ul > li > span, .categories-menu > ul > li > a {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.categories-menu > ul > li > a:hover, .categories-menu > ul > li > span.link:hover {
    text-decoration: none;
}

.categories-menu > ul > li:hover {
    background-color: #28a745;
}

.categories-menu > ul > li > ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 59px;
    display: none;
    background-color: #FFF;
    border: 1px solid #218838;
    z-index: 1100;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    padding: 10px 0;
}

.categories-menu > ul > li > ul > li {
    width: 100%;
    text-align: left;
}

.categories-menu > ul > li > ul > li > ul > li:first-child {
    height: auto;
    line-height: normal;
}

.categories-menu > ul > li > ul > li > ul > li:first-child > span {
    font-weight: bold;
    font-size: 14px;
    padding-left: 35px;
    display: inline-block;
    line-height: 33px;
    height: 33px;
    width: 100%;
}

.categories-menu > ul > li > ul > li > ul > li:first-child > span > span {
    line-height: normal;
    display: inline-block;
}

.categories-menu > ul > li > ul > li > ul > li:first-child > a, .categories-menu > ul > li > ul > li > ul > li:first-child > span.link {
    height: 33px;
    line-height: 33px;
}

.categories-menu > ul > li > ul > li > ul > li:first-child > a > span, .categories-menu > ul > li > ul > li > ul > li:first-child > span.link > span {
    line-height: normal;
    display: inline-block;
}

.categories-menu > ul > li > ul > li > span > span {
    line-height: normal;
    display: inline-block;
}

.categories-menu > ul > li > ul > li > ul > li, .categories-menu > ul > li > ul > li.single {
    height: 33px;
    line-height: 33px;
    padding-left: 5px;
    display: block;
    width: 100%;
}

.categories-menu > ul > li > ul > li > ul > li > a, .categories-menu > ul > li > ul > li.single > a,
.categories-menu > ul > li > ul > li > ul > li > span.link, .categories-menu > ul > li > ul > li.single > span.link {
    line-height: normal;
    padding-left: 35px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
}

.categories-menu > ul > li > ul > li > ul > li > a:hover, .categories-menu > ul > li > ul > li > ul > li > span.link:hover {
    text-decoration: none;
}

.categories-menu > ul > li > ul > li > ul > li > a > img, .categories-menu > ul > li > ul > li.single > a > img,
.categories-menu > ul > li > ul > li > ul > li > span.link > img, .categories-menu > ul > li > ul > li.single > span.link > img{
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    left: 0;
}

.categories-menu > ul > li > ul > li.catalog-filter {
    padding: 10px;
    background-color: #218838;
    color: #FFF;
    column-span: all;
    -moz-column-span: all;
    -webkit-column-span: all;
    text-align: left;
    line-height: normal;
    margin-bottom: -10px;
    margin-top: 10px;
}

.categories-menu > ul > li span.link {
    font-weight: normal !important;
    color: #3e77aa;
}

.categories-menu > ul > li span.link:hover {
    color: #0056b3;
}

@supports not (column-span: all) {
    .categories-menu > ul > li > ul {
        padding-bottom: 35px;
    }

    .categories-menu > ul > li > ul > li.catalog-filter {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }
}

.categories-menu > ul > li:hover > ul > li.catalog-filter > span, .categories-menu > ul > li:hover > ul > li.catalog-filter > span > a {
    color: #FFF;
    font-size: 12px;
}

.no-breadcrumbs {
    margin: 25px 0;
}

#primary-menu .dropdown-menu .dropdown-item.active {
    background-color: #004778;
    color: #FFF;
}

#primary-menu .navbar-nav .nav-item {
    line-height: 1.6;
}

.model-list-view, .modification-list-view {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 0 15px;
}

.model-list-view > .model-list-item, .modification-list-view > .modification-list-item {
    width: 31%;
    margin: 1% 0.5% 0 0.5%;
    border: 1px solid #eee;
    border-radius: 5px;
}

.model-list-view > .model-list-item > .model-item, .modification-list-view > .modification-list-item > div {
    padding: 10px;
    display: block;
    height: 100%;
}

.model-list-view > .model-list-item:hover, .modification-list-view > .modification-list-item:hover {
    background-color: #e3e3e3;
}

.modification-list-view > .modification-list-item > div, .model-list-view > .model-list-item > .model-item {
    cursor: pointer;
    color: #3e77aa;
}

.model-list-view > .model-list-item > .model-item > .model-name, .modification-list-view > .modification-list-item > div > .pc-name {
    display: block;
    width: 44%;
    float: left;
}

.model-list-view > .model-list-item > .model-item > .info, .modification-list-view > .modification-list-item > div > .info {
    display: block;
    width: 55%;
    float: left;
}

.model-list-view > .model-list-item > .model-item:hover, .modification-list-view .modification-list-item > div:hover {
    text-decoration: none;
}

.model-list-view > .model-list-item > .model-item > .model-name > .names > span.name, .modification-list-view > .modification-list-item > div > .pc-name > .name {
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.model-list-view > .model-list-item > .model-item > .model-name > .names > span.translated-name {
    font-size: 12px;
    color: #999;
    display: block;
}

.model-list-view > .model-list-item > .model-item > .model-name > img, .modification-list-view .modification-list-item > div img {
    margin: 10px 0;
}

.model-list-view > .model-list-item > .model-item > .info > .constructed, .modification-list-view .modification-list-item > div > .info > .constructed {
    font-size: 12px;
    font-weight: bold;
}

.model-list-view > .model-list-item > .model-item > .info, .modification-list-view .modification-list-item > div > .info {
    font-size: 12px;
    color: #666;
}

.related-categories > ul > li {
    padding: 5px 0;
}

.related-categories > ul > li > a, .related-categories > ul > li > span {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
}

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

.related-categories > ul > li > a > img, .related-categories > ul > li > span > img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}

.sitemap ul {
    list-style-type: none;
}

.sitemap > ul {
    margin: 0;
    padding: 0;
}

.model-tag {
    display: inline-block;
    border: 1px solid #218838;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-right: 1%;
    width: 15%;
    text-align: center;
}

.model-tag.dark {
    border-color: #004778;
}

.model-tag:hover {
    background-color: #218838;
}

.model-tag.dark:hover {
    background-color: #004778;
}

.model-tag:hover > span {
    cursor: pointer;
}

.model-tag:hover > a, .model-tag:hover > span {
    color: #FFF !important;
    text-decoration: none;
}

.model-tag > a, .model-tag > span {
    display: block;
    padding: 5px 10px;
    color: #218838;
    font-weight: bold;
    font-size: 12px;
}

.model-tag.dark > a {
    color: #004778;
}

.pagination {
    margin-top: 20px;
}

.badge-generation, .badge-year, .badge-capacity {
    cursor: pointer;
}

.badge-generation.active, .badge-year.active, .badge-capacity.active {
    background-color: #004778;
}

.badge-generation.disabled, .badge-year.disabled, .badge-capacity.disabled {
    background-color: #666;
    cursor: auto;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

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

.faq h3.question {
    font-weight: bold;
}

.index-breadcrumbs .list-group-item {
    padding-left: 0;
    padding-right: 1.25rem;
}

.index-breadcrumbs a {
    cursor: auto;
}

.index-breadcrumbs li {
    border: 0;
    padding-right: 0;
}

.index-breadcrumbs a:hover {
    text-decoration: none;
}

.breadcrumb > .breadcrumb-item .emoji {
    display: none;
}

#car-filter .body-select.bootstrap-select a.dropdown-item span.text {
    padding: 20px 0 20px 90px;
    position: relative;
}

#car-filter .engine-select.bootstrap-select a.dropdown-item .engine-name {
    display: none;
}

#car-filter .body-select .dropdown-item .text img {
    max-width: 90px;
    max-height: 24px;
    position: absolute;
    left: 0;
    top: 20px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner img {
    display: none;
}

.bootstrap-select > .btn {
    border-radius: 0;
}

#car-filter .bootstrap-select {
    width: 155px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#car-filter .bootstrap-select.validation-error {
    outline: 2px solid #dc3545;
}

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

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

#car-filter form {
    text-align: right;
}

#car-filter .select-wrapper {
    height: 38px;
}

#car-filter .search-button-wrapper {
    text-align: right;
    padding-top: 5px;
}

#car-filter .bootstrap-select.manufacturer-select .dropdown-item .text-muted, #car-filter .bootstrap-select.model-select .dropdown-item .text-muted {
    display: none;
}

#car-filter .car-search-selects {
    display: inline-block;
}

.top-car-filter-container .ajax-ll {
    position: absolute;
    background: url("/images/ll.gif") center center no-repeat;
    top: 7px;
    left: 0;
    right: 0;
    height: 20px;
    display: none;
}

#car-filter .bootstrap-select.modification-select .dropdown-item > .text, #car-filter .bootstrap-select.modification-select .dropdown-header > .text {
    display: table-row;
}

#car-filter .bootstrap-select.modification-select .model-label {
    display: table-cell;
}

#car-filter .bootstrap-select.modification-select .modification {
    display: inline-block;
    min-width: 300px;
}

#car-filter .bootstrap-select.modification-select .engine-code, #car-filter .bootstrap-select.modification-select .engine-code-label {
    display: table-cell;
    width: 100%;
    text-align: right;
}

#car-filter .bootstrap-select.modification-select .dropdown-toggle .engine-code {
    display: inline-block;
}

#car-filter .bootstrap-select.engine-select .dropdown-header {
    font-size: 1rem;
    text-transform: capitalize;
}

#car-filter .bootstrap-select.modification-select .model-label {
    font-weight: bold;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger {
    color: #FFF;
    border-radius: .2rem;
}

.product-info .check-car-warning {
    font-size: 13px;
    padding: 10px;
}

.product-info .check-car-compatibility {
    margin-top: 5px;
    display: block;
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #FFF;
    font-size: 13px;
    padding: 0;
}

.product-info .check-car-compatibility:hover {
    background-color: #ed9c28;
    border-color: #d58512;
}

.parent-categories {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
}

.parent-categories > li {
    display: inline-block;
    width: 33%;
    position: relative;
    padding-left: 90px;
    height: 80px;
    line-height: 80px;
}

.parent-categories > li > a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 14px;
}

.parent-categories > li > a > img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
}

.feedbacks .feedback {
    border: 1px solid #eee;
    padding: 10px 0 5px 10px;
    border-radius: .25rem;
    border-bottom-width: 0;
    display: block;
}

.feedbacks .load-feedback-container {
    margin-top: 10px;
}

.feedbacks .feedback:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}

.feedbacks .feedback .feedback-user {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.feedbacks .feedback .feedback-attr {
    margin-bottom: 10px;
    font-size: 14px;
}

.feedbacks .feedback-count {
    color: #d2d2d2;
}

.feedbacks .feedback .feedback-product {
    font-size: 13px;
}

.feedbacks .feedback .star-rating {
    float: right;
}

.star-rating .fas.fa-star, .star-rating .fas.fa-star-half-alt, .star-rating .far.fa-star {
    color: #f0ad4e;
}

.feedbacks .feedback .feedback-header {
    margin-bottom: 10px;
}

.feedbacks .feedback .feedback-text {
    margin-top: 10px;
    font-size: 14px;
}

.feedbacks .feedback .feedback-created {
    font-size: 12px;
    color: #3e3e3e;
}

.feedbacks .feedback .rating-value .rating-part {
    display: inline-block;
    height: 8px;
    width: 18%;
    border: 1px solid #004778;
    border-radius: 2px;
}

.feedbacks .feedback .rating-value .rating-part.selected, .add-feedback-form .rating-value .rating-part.selected .rating-part-line {
    background-color: #004778;
}

.feedbacks h2 button.btn {
    border-color: #004778;
    color: #004778;
    background-color: #FFF;
    padding: .1rem .5rem;
}

.feedbacks h2 button.btn:hover {
    background-color: #004778;
    color: #FFF;
}

.feedbacks.category-feedbacks .product-rating {
    margin-bottom: 10px;
}

.add-feedback-form .rating-value .rating-part {
    cursor: pointer;
    padding: 5px;
    height: 18px;
    width: 19%;
    margin: 0;
}

.add-feedback-form .rating-value .rating-part:first-child {
    padding-left: 0;
}

.add-feedback-form .rating-value .rating-part:last-child {
    padding-right: 0;
}

.add-feedback-form .rating-value .rating-part .rating-part-line {
    border: 1px solid #004778;
    border-radius: 2px;
    display: block;
    height: 8px;
}

.add-feedback-form .form-group.feedback-attribute {
    margin-bottom: 5px;
}

.add-feedback-form .form-group.feedback-attribute .invalid-feedback {
    margin-bottom: 10px;
}

#feedbackModal .spinner-border {
    display: none;
}

.product-info .product-rating {
    margin-bottom: 10px;
}

.product-info .crosses .product-rating {
    margin-bottom: 0;
}

.product-rating span {
    font-size: 12px;
}

.product-rating .feedback-count {
    margin-left: 5px;
}

.product-rating a:hover {
    text-decoration: none;
}

.category-feedbacks {
    margin-top: 15px;
}

.modal-title {
    font-size: 20px;
}

.google-review-modal .stars {
    color: #f0ad4e;
}

.google-review-modal .modal-footer {
    display: block;
}

.google-review-modal .modal-footer a.btn {
    float: right;
}

.category-brand-list, .related-categories > ul {
    max-height: 438px;
    padding: 10px 0;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.category-brand-list a {
    color: #212529;
}

.related-categories > ul {
    max-height: 420px;
}

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

.category-brand-list > li > strong, .category-brand-list > li > a, .related-categories > ul > li > strong, .related-categories > ul > li > a {
    color: #212529;
}

.category-brands > li {
    display: inline-block;
    width: 23%;
    margin-right: 1%;
}

.category-brands > li > a {
    font-size: 12px;
}

.scholarship {
    line-height: 30px;
    padding-bottom: 50px;
}

.scholarship h1 {
    margin-top: 20px;
    text-align: center;
}

.scholarship > img {
    max-width: 100%;
}

.scholarship h2 {
    text-align: center;
    margin: 60px 0 50px;
    position: relative;
}

.scholarship > p {
    margin-bottom: 50px;
}

.scholarship > p.small-margin {
    margin-bottom: 20px;
}

.scholarship > h2 > span {
    display: block;
    margin-bottom: 5px;
}

.scholarship h2:after {
    display: block;
    width: 80px;
    height: 2px;
    background-color: #218838;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -40px;
}

.scholarship ul.pluses {
    list-style-type: none;
    margin: 0 0 65px;
    padding: 0;
}

.scholarship ul.pluses > .grant > b {
    display: block;
    font-size: 24px;
    color: #218838;
}

.scholarship ul.pluses b {
    white-space: nowrap;
}

.scholarship ul.pluses:after, .scholarship > ul.participants:after {
    clear: both;
    display: block;
    content: "";
}

.scholarship ul.pluses > li {
    display: block;
    float: left;
    width: 220px;
    margin: 0 25px;
    height: 264px;
    text-align: center;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 40px;
    box-shadow: 0 0 20px #e3e3e3;
    font-size: 15px;
}

.scholarship ul.pluses > li > img {
    display: block;
    margin: 0 auto 20px;
}

.scholarship > ul.participants {
    list-style-type: none;
    margin: 0 0 50px;
    padding: 0;
}

.scholarship > ul.participants > li {
    display: block;
    float: left;
    margin: 0 32px;
    width: 140px;
    text-align: center;
    line-height: 24px;
}

.scholarship > ul.participants > li > div {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #218838;
    position: relative;
    margin: 0 auto 30px;
}

.scholarship > ul.participants > li > div > img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.scholarship > ul.work-types {
    list-style-type: none;
    margin: 0;
    padding: 0 60px;
}

.scholarship > ul.work-types > li {
    margin-bottom: 50px;
}

.scholarship > ul.work-types > li:before {
    content: "•";
    color: #218838;
    margin-right: 20px;
    font-weight: bold;
}

.scholarship > form {
    width: 500px;
    padding: 40px;
    box-shadow: 0 0 20px #e3e3e3;
    margin: 0 auto;
}

.scholarship > form > fieldset > legend {
    margin-bottom: 20px;
}

.top-brands > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.top-brands > ul:after {
    clear: both;
    display: block;
    content: "";
}

.top-brands > ul > li {
    width: 16%;
    display: block;
    float: left;
    margin-bottom: 5px;
}

.top-brands > ul > li > a {
    font-size: 14px;
}

.top-brands > a {
    font-size: 13px;
}

.supplier-categories {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}

.supplier-categories > li {
    padding: 10px;
    display: inline-block;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 20px #e3e3e3;
    border-radius: 10px;
    width: 360px;
    margin: 0 10px 10px 0;
    height: 140px;
}

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

.supplier-categories > li:after {
    clear: both;
    content: "";
    display: block;
}

.supplier-categories > li > a, .supplier-categories > li > .info {
    display: block;
    float: left;
}

.supplier-categories > li > a {
    margin-right: 10px;
    width: 120px;
}

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

.supplier-categories > li > .info > a {
    font-size: 16px;
    word-break: break-word;
}

.other-brand-list {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
}

.other-brand-list:after {
    clear: both;
    content: "";
    display: block;
}

.other-brand-list > li {
    display: block;
    float: left;
    width: 24%;
    padding: 5px 0;
}

.order-form .bootstrap-select {
    width: 100% !important;
}

.order-form .bootstrap-select > button {
    background-color: #FFF;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.category-feedbacks.feedbacks .feedback-count {
    color: #3e77aa;
}

.cars-filter-tabs {
    position: relative;
    height: 30px;
}

.cars-filter-tabs > a {
    border: 1px solid rgba(0, 0, 0, .125);
    background-color: #eee;
    padding: 5px 0;
    border-radius: .25rem;
    display: inline-block;
    position: absolute;
    height: 30px;
    width: 150px;
    top: 1px;
    font-size: 14px;
    z-index: 100;
    color: #495057;
    text-align: center;
}

.cars-filter-tabs > a:first-child {
    border-radius: .25rem 0 0 0;
    left: 0;
}

.cars-filter-tabs > a:nth-child(2) {
    border-radius: 0 .25rem 0 0;
    left: 149px;
}

.cars-filter-tabs > a.active {
    background-color: #FFF;
    text-decoration: underline;
    border-bottom: 0;
}

.supplier-categories .products-count, .total-products-count, .price-range {
    margin-top: 2px;
    color: #666;
    font-size: 14px;
}

.catalog-subheader {
    font-size: 18px;
}

.catalog.manufacturerMappings > li > ul > li {
    padding-left: 15px;
}

.catalog.manufacturerMappings > li > ul > li.header-list-item {
    padding-left: 0;
}

.fake-checkbox {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.checked-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.checked-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.product-locker {
    display: none;
}

.product-locking-screen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    right: -5px;
    z-index: 10000;
    background-color: #000;
    opacity: .2;
}

.product-locker-ajax {
    position: fixed;
    background: url("/images/products-ajax.svg") no-repeat center center;
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -75px;
    z-index: 10100;
    content: "";
    display: block;
}

.call-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.call-list a {
    display: inline-block;
    padding: 10px 10px;
    font-size: 16px;
}

#callUsModal .modal-title {
    font-weight: bold;
}

#callUsModal .modal-body {
    padding: 30px 10px;
}

#callUsModal .modal-body p {
    padding-left: 16px;
    font-size: 19px;
    margin-bottom: 20px;
}

.basket-phones {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 25px;
}

.basket-phones:after {
    clear: both;
    display: block;
    content: "";
}

.basket-phones > li {
    float: left;
    width: 23%;
}

.basket-phones > li:first-child {
    width: 31%;
    text-align: center;
}

.basket-phones > li > span {
    font-size: 16px;
    font-weight: bold;
}

.basket-header .header {
    margin-top: 8px;
    height: 86px;
    margin-bottom: 40px;
}

.basket-header .header .header-text {
    float: left;
}

.basket-header .header .logo-col .logo-link {
    float: left;
    margin-right: 40px;
}

.basket-header h1 {
    margin: 12px 0 0;
}

.basket-header .back-to-store {
    font-size: 13px;
}

.basket-header .back-to-store:hover {
    text-decoration: none;
}

.basket-header .basket-phones {
    margin-top: 17px;
}

.basket-header .header .basket-phones .phone-label {
    text-align: left;
}

.continue-shopping-btn {
    margin: 40px 0;
}

.delivery-and-payment h3 {
    margin: 10px 0 20px;
}

.main-container {
    padding-bottom: 20px;
}

.manager-check-warn {
    font-size: 13px;
    padding: 5px 15px;
}

.manufacturerMappings .slices {
    display: block;
    font-size: 12px;
    padding-left: 10px;
}

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

.post-listing .post img {
    max-width: 200px;
    max-height: 200px;
}

.post-listing .post .category {
    font-size: 12px;
}

.single-post img {
    max-width: 100%;
    max-height: 100%;
}

.buy-and-delivery-info > p, .buy-and-delivery-info li, .buy-and-delivery-info a {
    font-size: 14px;
}

.buy-and-delivery-info a {
    white-space: nowrap;
}

.more-popular-cars {
    text-align: center;
    margin-bottom: 25px;
}

.popular-car-list > li {
    height: 80px;
    line-height: 80px;
    position: relative;
    font-size: 18px;
}

.popular-car-list > li {
    width: 33%;
}

.popular-car-list > li img {
    width: 80px;
    margin-right: 10px;
    line-height: normal;
}

.popular-car-list > li .popular-slices {
    font-size: 14px;
    line-height: initial;
    left: 95px;
    top: 50px;
    position: absolute;
}

.more-popular-cars > a {
    color: #3e77aa;
    border: 1px solid #3e77aa;
}

.popular-categories:after {
    display: block;
    clear: both;
    content: "";
}

.popular-categories .categories-row .category-link > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
}

.cross-without-price-table tr > td,
.products-without-price-table tr > td{
    vertical-align: middle;
    height: 75px;
}

.cross-without-price-table tr .image-cell,
.products-without-price-table tr .image-cell {
    width: 155px;
}

.cross-without-price-table tr .image-cell .no-image,
.products-without-price-table tr .image-cell .no-image {
    height: 50px;
    padding: 5px;
    text-align: center;
}

.cross-without-price-table tr .image-cell .no-image .fa-camera,
.products-without-price-table tr .image-cell .no-image .fa-camera {
    font-size: 30px;
    color: #eee;
}

.cross-without-price-table tr .image-cell .image,
.products-without-price-table tr .image-cell .image {
    height: 50px;
    max-width: 100px;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
}

.cross-without-price-table tr .image-cell .image img,
.products-without-price-table tr .image-cell .image img {
    max-width: 100%;
    max-height: 100%;
}

.compatibility-row {
    margin-top: 30px;
}

.ui-autocomplete {
    float: left;
    margin: 0;
}

.ui-autocomplete .search-item {
    height: 70px;
    line-height: 50px;
}

.ui-autocomplete .search-item > a {
    font-size: 13px;
    white-space: nowrap;
    display: block;
    height: 100%;
    line-height: 60px;
}

.ui-autocomplete .search-item > a > span {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-right: 5px;
}

.ui-autocomplete .search-item > a > span > img {
    max-width: 50px;
    max-height: 50px;
}

.ui-autocomplete .search-item > a > span > .fa-camera {
    font-size: 24px;
    vertical-align: sub;
}

#product-tabs {
    margin-top: 20px;
}

.product-info .tab-content h2 {
    margin-top: 30px !important;
}

.product-info .tab-content {
    font-size: 14px;
}

.attr-table td {
    width: 50%;
}

.navbar-nav .nav-item.active {
    background-color: #ccc;
}

#language-selector {
    margin-right: 0 !important;
}

.sitemap-link {
    cursor: pointer;
    text-decoration: underline;
}

.product-features {
    margin-top: 15px;
}

.product-features > .feature {
    float: left;
    width: 24%;
    margin-right: 1%;
    font-size: 13px;
    color: #333;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 10px 10px 10px 44px;
    position: relative;
}

.product-features > .feature:last-child {
    width: 25%;
    margin-right: 0;
}

.product-features > .feature > .fas {
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: 20px;
}

#product-tabs {
    background-color: #eee;
    border: 0;
}

#product-tabs .nav-link {
    border-width: 0 0 2px 0;
    border-color: #eee;
    font-size: 14px;
}

#product-tabs .nav-link.active {
    border-color: #28a745;
    color: #28a745;
}

.model-tags.first-parent-category {
    margin-bottom: 20px;
}

.brand-logo {
    max-width: 50px;
    max-height: 50px;
}

.brand-desc {
    line-height: 24px;
}

.compatible-cars-tab .compatible-manufacturer {
    font-weight: bold;
}

.compatible-cars-tab .compatible-models {
    margin: 10px 0 10px 20px;
}

.compatible-cars-tab .compatible-models > li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.compatible-cars-tab .compatible-models > li:hover > .modification-list-view {
    background-color: #fff;
}

.compatible-cars-tab .compatible-models > li > .modification-list-view {
    margin-top: 10px;
}

.compatible-cars-tab .compatible-models > li:hover > .compatible-car-link {
    color: #0056b3;
}

.compatible-cars-tab .compatible-models > li > .compatible-car-link {
    font-weight: bold;
    display: block;
    border-radius: 5px;
    color: #3e77aa;
    cursor: pointer;
}

.compatible-cars-tab .compatible-models > li > .compatible-car-link > span {
    display: inline-block;
}

.compatible-cars-tab .compatible-models > li > .compatible-car-link > span.loading {
    background: url('/images/ajax.svg') no-repeat 97% center;
    background-size: 24px 24px;
    padding-right: 30px;
}

.compatible-cars-tab .compatible-models .model-category-link {
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 13px;
}