.ui-autocomplete, #basket-popup-short {
    z-index: 1051;
}

header .navbar-menu ul#navbar-menu li a {
    white-space: nowrap;
}

header .navbar-menu .navbar-nav .nav-item:nth-last-child(3) .dropdown-menu,
header .navbar-menu .navbar-nav .nav-item:nth-last-child(4) .dropdown-menu {
    left: -133px;
}

.red-line-through {
    display: inline-block;
    color: #7f878e;
    text-decoration: line-through;
    padding-right: 4px;
}

.card-description h3 {
    font-size: 15px;
    font-weight: bold;
}

.card-product {
    position: relative;
    margin-bottom: 20px;
}

.card-product .stock-popup {
    width: 320px;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.card-product .sale {
    position: absolute;
    z-index: 2;
    font-size: 18px;
    left: 10px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    background-color: var(--blue);
    color: white;
    border-radius: 10px;
    padding: 0 10px;
    font-weight: 700;
}


@media screen and (max-width: 992px) {

    .content .card-group-list .sale {
        margin-right: 10px;
        margin-top: 70px;
    }
    .content .card-group-list-img .sale {
        margin-top: 100px;
        margin-right: 120px;
    }
}
.card-group-list-img .btn-comparator {
    margin-top: 22px;
}
.card-group-list .btn-comparator {
    margin-top: -2px;
}

.card-product .colors-block .single-color {
    margin-top: 10px;
    padding: 10px 20px;
    border: 2px solid #e5e5e5;
    border-radius: 3px;
    display: block;
    text-decoration: none;
    transition: background-color .1s ease-in;
}

.card-product .colors-block .single-color .circle {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 50%;
}

.card-product .colors-block .single-color:hover:not(.active) {
    background-color: #e5e5e5;
}
.card-product .colors-block .single-color.active {
    border: 2px solid var(--blue-light);
}
.card-product .colors-block .single-color.active span {
    font-weight: 700;
}
.card-product .colors-block .single-color.active span.color-desc {
    font-weight: normal;
}
.card-product .colors-block .single-color .color-desc {
    text-transform: lowercase;
}
.color-desc:first-letter {
    text-transform: uppercase;
}

.good-old-price-through {
    display: inline-block;
    color: #7f878e;
    font-weight: 400;
    text-decoration: line-through;
    padding-right: 4px;
    font-size: 20px;
}

.margin-top-60 {
    margin-top: 60px;
}

.font-standard {
    font-size: 14px !important;
}

.img-size {
    width: 100%;
}

.tags-label {
    color: var(--gray);
    font-size: 16px;
}

.anchor-links a {
    color: var(--blue-dark);
    font-family: var(--primary-font-family);
}

.red-price {
    color: #dc3545 !important;
}

.catalog-content .filter__xs-content .filter_block.filter__select-tyre {
    height: 100%;
}

.catalog-content .filter__xs-content .filter_block.filter_diff__select-tyre {
    height: 100%;
}

.catalog-content .card-group-list-img .card .card-img-top{
    object-fit: cover;
    max-width: 100px;
}

.card-group-tile .card-group-product .card-zero.card .card-body {
    justify-content: space-between;
    flex-direction: column;
}
.card-group-product .card .card-img-top {
    object-fit: contain;
}

.card-group-tile .card-zero .btn.btn-main {
    align-items: flex-end;
    flex: 1 0 auto;
    max-height: 40px;
    cursor: default;
}

.card-group-tile .card-zero .btn.btn-main:hover {
    background: white;
}

.card-zero .card-title {
    flex: 1;
}

.card-group-product .card.card-zero .card-body .card-btn-cart {
    width: auto;
}

.hit .hit__content .owl-carousel .owl-stage-outer .card {
    min-height: 394px;
}
.hit .card .card-body,
.card-group-product .card .card-body {
    flex-direction: column;
}

.catalog-content .card-group-list  .card-group-product .card .card-body {
    flex-direction: row ;
}
.catalog-content .card-group-list-img .card-group-product .card .card-body {
    flex-direction: row;
}
#more-product-carousel .card {
    height: calc(100% - 30px);
}

#more-product-carousel .owl-stage {
    margin-left: 4px;
}

.card .card-body .wrapper-price-btn {
    flex: 0 1 auto;
}

.card .card-body .card-btn-cart {
    white-space: nowrap;
}

.white-block {
    background: #fff;
    box-shadow: 0 2px 7px rgba(73,91,106,0.2);
    border-radius: 4px;
    padding: 30px;
    margin: 0 0 30px;
}

@media (max-width: 767px) {
    .white-block.seo-text img {
        object-fit: contain;
        max-width: 100%;
    }
}

.seo-text a {
    color: #669fe1;
}

.inline-search-block {
    display: inline;
}
.city-popup__item > .city-popup__link {
    cursor: pointer;
}

#compare-btn > label {
    display: none;
}

.tag-panel__item {
    float: left;
}
.tag-panel__type {
    display: block;
}

.basket-short-info a.btn-big:nth-child(2) {
    margin-right: 14px;
}

.open-popup-cart i {
    color: #fff;
}

.basket-short-info .icons {
    cursor: pointer;
}

.filter__select-tyre select[name="season"] option:first-child {
    display: none;
}

.filter .filter__xs .index-title {
    margin-top: 10px;
}

.maintenance {
    text-align: center;
}
.maintenance p {
    font-size: 25px;
}

@media screen and (min-width: 992px) {
    .card-product .card-product__rating .rating {
        margin-bottom: 0;
        display: flex;
        align-items: start;
        font-family: var(--primary-font-family);
        font-size: 14px;
        color: var(--blue-light);
        font-weight: 500;
    }
}
@media screen and (min-width: 992px) {
    .card-product__rating .rating a, .card-product__rating .rating button {
        font-family: var(--primary-font-family);
        font-size: 14px;
        color: var(--blue-light);
        font-weight: 500;
    }
}

@media screen and (min-width: 992px) {
    .card-product #card-p  {
        margin-top: -20px;
    }
    .good-old-price-through+.price__cost+#card-counter {
        margin-top: 5px ;
        margin-bottom: 5px ;
    }
}
.content-main-page .filter .index-title {
    margin-top: 9px;
}

@media (max-width: 992px) {
    .filter .row :last-child div:first-child .index-title   {
        margin-top: 10px;
    }

    .img-size {
        display: none;
    }

    .basket-short-info .button-block {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .filter #service-form .form-check-label {
        font-size: 14px;
    }

    .reset-password-link {
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }

    .basket-short-info .button-block {
        margin-top: 0;
    }

    .basket-short-info .btn:nth-child(2) {
        width: calc(100% - 100px);
    }
}

.stores-list .stores-list__map {
    height: 580px;
    overflow: hidden;
}

.nav-link {
    cursor: pointer;
}

.filter_block .btn:not(:first-child) {
    margin-left: 10px !important;
}

.order .align-items-center {
    background: #fff;
}

.basket-short-info {
    box-shadow: 0 10px 35px rgba(0,0,0,0.4);
}

.card-btn-cart {
    white-space: nowrap;
}

.comporator-btn, a.compare-count-btn-link {
    text-decoration: none;
}

.comporator-btn .comporator {
    display: flex;
    color: var(--gray-light);
}

.comporator-btn .compare-count-btn {
    margin-left: 10px;
}

.compare-count-btn span {
    margin-right: 3px;
}
footer {
    z-index: 2;
}

.card-product .btn-comparator {
    width: 20%;
    padding: 0;
}

.card-product .counter__quantity {
    outline: none;
    margin: 0;
    width: 33.3%;
}
.card-product .counter button {
    border: none;
    background: #f2f2f2;
    margin: 0;
    width: 33.3%;
}
.card-product button.card-counter__minus {
    border-right: 1px solid #cecece
}
.card-product button.card-counter__plus {
    border-left: 1px solid #cecece
}
.card-product .price {
    z-index: 2;
}

.marks__container .marks__block {
    display: block;
}

.marks__container .marks__block:hover > span {
    color: #007bff;
}

.slider .slider__carousel .carousel-indicators li {
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.80);
}
.slider .slider__carousel .carousel-inner .carousel-item:before {
    background-color: transparent !important;
}
.slider .slider__carousel .carousel-control {
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.50);
}
.popular-auto .owl-carousel .owl-stage-outer .card {
    padding: 25px !important;
}
.popular-auto .owl-carousel .owl-stage-outer .card .card-body img {
    height: 70px;
    object-fit: contain;
}

#basket-popup {
    -ms-overflow-style: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ FIXES */
    .news .card-deck .card {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 0px;
    }
    .popular-auto .owl-carousel .owl-stage-outer .card .card-body img {
        width: auto;
        margin: 0 auto;
    }
    .form-select::after {
        background-size: 5px 9px !important;
    }
    select::-ms-expand {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .card-product .row .card-product__slider {
        position: relative !important;
    }

    .comporator-btn {
        background: var(--blue-light);
        display: flex;
        text-transform: uppercase;
        text-align: center;
        border-radius: 4px;
        border: 0;
        padding: 0 15px;
        line-height: 50px;
        font: inherit;
        font-size: 12px;
        font-weight: 600;
        height: 50px;
        color: #fff;
    }
    .comporator-btn .comporator {
        color: #fff;
    }

    .comporator-btn .compare{
        display: flex;
        line-height: 50px;
    }
    .comporator-btn .compare-count-btn {
        text-transform: lowercase;
        font-size: 1em;
        line-height: 50px;
        white-space: nowrap;
        font-weight: bold;
        color: #fff;
    }
    #basket-popup {
        top: 160px;
        animation: bounce 0.5s 1;
        max-height: calc(100% - 300px);
    }

    @keyframes bounce {
        from {
            top: 70px;
        }
        to {
            top: 160px;
        }
    }
}

.animate-to-left {
    animation: animate-to-left 1s 1;
    z-index: 10;
}

@keyframes animate-to-left {
    from {
        transform: translate3d(0, 0, 0);
    }
    20% {
        transform: translate3d(5%, 0, 0);
    }
    to {
        transform: translate3d(-100%, 0, 0);
    }
}
.go-to-page-div {
    display: flex;
    margin-bottom: 10px;
}

.go-to-page-div .go {
    display: flex;
    margin-left: 5px;
}

.go p {
    margin-right: 5px;
}

.license .corpstore-link a {
    line-height: normal;
    padding-bottom: 10px;
}

@media (max-width: 345px) {
    .go {
        flex-direction: column;
    }

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

.go .footer-search-btn {
    height: 30px;
    line-height: inherit;
}

#go-to-input-in-footer {
    height: 30px;
}

.footer-search-btn {
    margin-left: 10px;
}

@media (max-width: 400px) {
    .footer-search-btn {
        margin-left: 5px
    }
}

@media (max-width: 767px) {
    .footer-search-btn {
        height: 30px;
        line-height: 30px;
    }
}

@media (min-width: 768px) {
    .footer-search-btn {
        height: 32px;
        line-height: 32px;
    }
}

@media screen and (max-width: 544px) {
    .go-to-page-div {
        flex-direction: column;
    }
    .go-to-page-div .go {
        margin-left: unset;
    }
}

.go-to-page-div .go input {
    width: 170px;
}

#cart-panel-block {
    display: none;
}

.basket-short-info .comporator-btn .compare {
    min-width: 100%;
}
.basket-short-info .count {
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .block-for-cart {
        height: 150px;
    }
    .slider {
        padding: 4px 0;
    }
    .slider .slider__carousel {
        height: auto !important;
    }
    .slider .slider__carousel .carousel {
        min-height: 70px;
    }
    .slider .slider__carousel .carousel .carousel-inner .carousel-item img {
        min-height: 10px;
        height: auto;
        width: 100%;
    }
    .slider .slider__carousel .carousel .carousel-indicators {
        margin-right: 0;
        top: auto;
        bottom: 15px;
    }
    .slider .slider__carousel .carousel .carousel-control {
        top: auto;
        bottom: 18px;
    }
}

.card-product .price .counter {
    margin: 20px 0;
    width: 100%;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .product_card-buy_button-block {
        z-index: 1;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 15px;
        background: #fff;
    }
}

.card-product .price .price__btn-cart {
    width: 100%;
}

.card-product .rating .stars {
    display: flex;
    align-items: center;
}
.card-product .rating .stars span {
    margin-left: 10px;
}
.card-product .rating {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.card-product .model .rating {
    align-items: center;
}

.ya-share-product-card {
    margin-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .block-for-cart {
        height: 130px;
    }
    .card-product .card-product__rating .rating .rating__logo {
        margin-top: 5px;
    }
}

@media screen and (max-width: 991px) {
    .card-product .card-product__title {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 993px) {
    .block-for-cart {
        height: 80px;
    }
}

.storages-button {
    cursor: pointer;
}

.qr-code {
    text-align: left;
    margin-bottom: 5px;
}

.qr-code-div {
    margin-top: 20px;
}

.qr-code-div p {
    line-height: 15px;
}

.qr-code img {
    height: 100px;
}

.stores-list__store .store-time-changes, .store-time-changes {
    color: var(--orange);
}

.store-company-name {
    color: var(--blue-light);
}

.store-info-div {
    display: flex;
    justify-content: space-between;
}

.store__email {
    margin-bottom: 1rem;
}

.store__phone {
    margin-right: 20px;
}

@media screen and (min-width: 992px) {
    .store-info-div > .store__make-route {
        position: relative;
        top: unset;
        right: unset;
    }
}

@media screen and (max-width: 991px) {
    .store-info-div {
        flex-direction: column;
    }
}

.store__time {
    display: inline-flex;
}

.store__email, .store__phone, .store__time {
    display: inline-flex !important;
}

@media screen and (max-width: 770px) {
    .manager-store, .pathway-store {
        text-align: center;
    }
}

.pathway-store img{
    width: 256px;
    height:270px;
}

.btn-group-stores {
    margin: 13px 0 0;
}

@media screen and (max-width: 770px) {
    .btn-group-stores {
        margin-top: 0;
        order: 1;
    }
    .map__index {
        margin-top:15px;
        order: 2;
    }
}

@media screen and (max-width: 770px) {
    .manager-store, .pathway-store img{
        text-align: center;
        float: none;
    }
}

.make-route {
    width: 128px !important;
}

.manager-store img {
    width:250px;
}
.manager-store {
    position: relative;
    margin-left: 15px;
    font-size: 14px;
}

.photo-manager {
    object-fit: cover;
}
.blur {
    font-size: 13px;
    position: absolute;
    text-align: center;
    background: rgba(0,0,0, 0.4);
    backdrop-filter: blur(5px);
    bottom: 0;
    width: 100%;
    color: white;
    margin: 0;
    padding: 10px;
}

.blur p {
    margin: 0;
}

@media screen and (max-width: 770px) {
    .manager-store {
        margin: 0 auto;
        overflow: hidden;
    }
}

.nav-item:nth-last-child(3) .dropdown-main-menu.show {
    display: flex;
    max-height: 252px;
    flex-direction: column;
    flex-wrap: wrap;
}

.nav-item:nth-last-child(3) .dropdown-main-menu .dropdown-item:nth-child(1) {
    margin-right: 30px;
}

@media screen and (max-width: 991px) {
    .navbar-nav .nav-item:nth-last-child(3) .dropdown-main-menu.show {
        width: 320px;
    }
}

@media screen and (max-width: 860px) and (min-width: 768px) {
    header .navbar-menu .navbar-nav .nav-item:nth-last-child(3) .dropdown-main-menu {
        left: -175px;
    }
}

@media screen and (max-width: 530px) {
    .store-popup {
        width: calc(100% - 30px);
    }
}

.global-alert {
    transition: all 0.2s ease 0s;
    display: block;
    position: absolute;
    right: 5px;
    top: 177px;
    z-index: 99999;
    background-color: rgba(255,255,255,.8);
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    padding: 10px 25px 10px 10px;
    font-size: .9em;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    margin-left: 6px;
}

.global-alert-sticky {
    transition: none;
    position: fixed;
    top: 115px;
}

.global-alert .global-alert-close {
    position: absolute;
    width: 20px;
    top: 3px;
    right: 3px;
}

.global-alert p {
    margin: 0;
}

.global-alert-red {
    color:red;
    font-weight: bold;
}

.global-alert a {
    width: 100%;
    display: block;
    font-size: 1.4em;
    text-align: center;
    font-weight: bold;
}

.color-link-block{
    display: none;
}

.notifyjs-notify-text span {
    margin-left: 5px;
}

@media (min-width: 1530px) {
    .global-alert{
        right: calc((100vw - 1500px) / 2);
    }
}

@media (max-width: 768px) {
    .global-alert {
        top: 117px;
    }
}

@media (min-width: 326px) and (max-width: 768px) {
    .global-alert-sticky {
        top: 57px;
    }
}

@media (max-width: 325px) {
    .global-alert-sticky {
        top: 97px;
    }
}

.card-img-a {
    text-align: center;
}

@media (min-width: 768px) {
    #navbar-menu li.dropdown:hover > div.dropdown-menu {
        display: block;
    }

    .color-link-block {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .slider__links ul .link-show-always {
        display: block;
        margin-top: 40px;
        border-radius: 4px;
        height: 60px;
        background: var(--blue-light);
    }

    .slider__links ul .link-show-always a{
        line-height: 60px;
    }

    .slider__links ul .link-show-always:before, .slider__links ul .link-show-always:after {
        content: none;
    }
}

#accums-auto .form-error {
    border-color: #dc3545;
    box-shadow: 0 0 3px #ff0006;
}

.promo-slider {
    margin-bottom: 15px;
}

#promo-carousel .owl-item img {
    border-radius: 4px;
    box-shadow: 2px 2px 7px rgb(73 91 106 / 10%);
    margin-bottom: 5px;
}

#promo-carousel .owl-item {
    cursor: pointer;
}

#promo-carousel .owl-item .promo {
    height: 100%;
}

#promo-carousel .owl-item .promo .card-image-block {
    height: 100%;
}

#promo-carousel .owl-item .promo .card-image-block .promo-popup {
    height: 100%;
}

#promo-carousel .owl-item .promo .card-image-block .promo-popup img {
    height: 100%;
}

#promo-slider-tab {
    padding-bottom: 25px;
}

#promo-carousel .owl-nav {
    position: absolute;
    top: -62px;
    right: 6px;
    border-radius: 4px;
    box-shadow: 0 2px 7px rgb(73 91 106 / 20%);
    background: #fff;
}

#promo-carousel .owl-nav .owl-prev {
    width: 40px;
    color: #7f878e;
    height: 40px;
    line-height: 40px;
    opacity: .6;
}

#promo-carousel .owl-nav .owl-next {
    width: 40px;
    color: #7f878e;
    height: 40px;
    line-height: 40px;
    opacity: .6;
}

#promo-carousel .owl-nav .owl-next img {
    transform: rotate(180deg);
}

.popup-social-wrapper-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 5px;
}
.oauth-block {
    margin-top: 20px;
    text-align: center;
}

.oauth-logo {
    width: 40px;
    height: 40px;
}

.user-terms-oauth {
    margin-top: 20px;
    font: 400 10px "Avenir Next";
    color: #333;
}

.header .login-popup-enter {
    position: fixed;
}

.header .login-popup-registry {
    position: absolute;
}

.body .selection-disk-popup {
    position: fixed;
    width: 1125px;
    left: calc(50% - 555px);
}

.body #selection-disk-popup {
    padding: 0;
}

.car-select .title {
    font: 600 20px Ubuntu;
    color: #333133;
}


.header .company .contact__link {
    font: 600 18px Ubuntu;
}

header .company .contact__link:before {
    content: "";
    display: block;
    position: absolute;
    left: -25px;
    background: url(/images/phone.svg) no-repeat;
    background-size: 15px auto;
    height: 16px;
    width: 16px;
    top: 3px;
}

.services-carousel-card {
    text-align: center;
    font-weight: 600;
}

#services-carousel .services-carousel-card a:first-child {
    display: block;
    width: 160px;
    height: 100px;
    margin: auto;
}

#services-carousel .services-carousel-card a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#services-carousel .owl-prev, #services-carousel .owl-next {
    top: 30%;
}

#services-carousel .services-text-link {
    display: block;
    color: #474747;
    font: 600 14px OpenSans;
    font-style: normal;
    padding-top: 10px;
}

#services-carousel .services-text-link:hover {
    text-decoration: none;
}

#services-carousel .owl-item .not-found-carousel {
    width: 65%;
    margin: auto;
}

@media (max-width: 767px) {
    #services-carousel .services-text-link {
        font-size: 16px;
    }

    #services-carousel .owl-item img {
        width: 80%;
        margin: auto;
    }

    #services-carousel .owl-item .not-found-carousel {
        width: 50%;
    }
}