.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: insert(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

[type='checkbox']:checked {
    background-image: url("/image/svg/checkbox.svg");
    background-repeat: no-repeat;
    background-size: 0.625rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}
[type='checkbox'] {
    outline: none !important;
    box-shadow: none !important;
}

.container-fluid {
    margin: 0 auto;
    width: auto;
    max-width: 1900px;
    min-width: 1350px;
    padding: 0 15px;
}
@media screen and (max-width: 1350px ){
    .container-fluid {
        min-width: 320px;
    }
}

.overflow-hidden {
    overflow: hidden
}

.overflow-scroll {
    overflow: scroll
}

.no-flex {
    display: block
}

.flex-justify-content__center {
    justify-content: center
}

.button {
    padding: 5px 20px;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    text-shadow: 0 2px 0 #000;
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s
}

.button.button_preorder {
    padding: 7px 7px;
    font-size: 15px;
}

.btn--block {
    display: block;
    text-align: center;
}

.button--gray {
    background: #eee;
    text-decoration: none;
    color: #333;
    box-shadow: 0 3px 0 0 #eee, 0 5px 5px #999;
    text-shadow: 0 1px 1px #fff;
}
.button--gray:hover {
    text-shadow: none;
}

.button--blue {
    background: #36c;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 3px 0 0 #229fff, 0 5px 5px #999;
    /*text-shadow: 0 1px 0 rgba(0,0,0,.1);*/
}

.button--green {
    background-color: #38b036;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 3px 0 0 #2c8e2a, 0 5px 5px #999;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.button--yellow {
    color: #2d3e50;
    outline: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    /*text-shadow: 0 2px 0 #fff;*/
    background: #fdda24;
    box-shadow: 0 3px 0 0 #ce8b18, 0 5px 5px #999
}

.button--hover-blue:focus,
.button--hover-blue:hover {
    background: #36c;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 3px 0 0 #229fff, 0 5px 5px #999;
}

.button--hover-yellow:focus,
.button--hover-yellow:hover {
    color: #2d3e50;
    outline: 0;
    text-shadow: 0 2px 0 #fff;
    background: #fdda24;
    box-shadow: 0 3px 0 0 #ce8b18, 0 5px 5px #999
}

.button--active-yellow:active {
    top: 3px;
    box-shadow: 0 2px 0 0 #ce8b18, 0 3px 3px #999;
    color: #2d3e50;
    text-shadow: 0 2px 0 #fff
}

.button--disabled:disabled {
    background: #999 !important;
    box-shadow: none !important;
    color: #fff !important;
    text-shadow: none !important
}

.button--red {
    background: #f30;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 3px 0 0 #f63, 0 5px 5px #999
}

.button--purple {
    background: #609;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 3px 0 0 #c9f, 0 8px 5px #999
}

.button--hover-green:focus,
.button--hover-green:hover {
    color: #2d3e50;
    outline: 0;
    text-shadow: 0 2px 0 #fff;
    background: #3f6;
    box-shadow: 0 3px 0 0 #0c0, 0 8px 5px #999
}

.button--active-green:active {
    top: 3px;
    box-shadow: 0 2px 0 0 #0c0, 0 3px 3px #999;
    color: #2d3e50;
    text-shadow: 0 2px 0 #fff
}

.breadcrumbs {
    display: flex;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    color: #2d3e50
}

.breadcrumbs__link {
    color: #669;
    text-shadow: 1px 1px 0 #fff;
    font-weight: 700
}

.breadcrumbs__link:focus,
.breadcrumbs__link:hover {
    color: #f90
}

.breadcrumbs__arrow {
    margin-left: 5px
}

#page-fade {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 20;
    background-color: #000;
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .5
}

#page-fade.active {
    display: block;
}

.page-header {
    color: #fff;
    background-color: #292929;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .25);
    -o-box-shadow: 0 0 7px rgba(0, 0, 0, .25);
    box-shadow: 0 0 7px rgba(0, 0, 0, .25);
    margin-bottom: 15px
}

.page-header__link {
    color: #fff
}

.page-header__mobile-close-button {
    display: none
}

.sub-menu__title {
    display: none;
}

.page-header__header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px
}

.page-header .phone-numbers__link {
    color: #fff
}

.page-header__info-wrapper {
    width: 306px
}

.number-group .number {
    position: relative;
    padding-left: 40px;
}

.number-address-container .number img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.number-address-container .number a {
    color: #fef67e;
    display: block;
    font-size: 22px;
    transition: all 0.3s ease;
}

.number-text-free {
    margin: 0;
    font-size: 12px;
}

.number-address-container .number a:hover {
    color: #c9c364;
}

.number-address-container .address {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.number-address-container .address a {
    color: #fff;
    display: block;
    margin-right: 8px;
    margin-left: 8px;
    transition: all 0.3s ease;
}

.number-address-container .address a:hover {
    color: #f90;
}

.info-navigation--page-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.info-navigation {
    list-style: none;
    padding: 0;
    margin: 0
}

.info-navigation a {
    text-transform: lowercase;
}

.phone-numbers {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0
}

.phone-numbers__item {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px
}

.phone-numbers__link {
    font-size: 18px
}

.phone-numbers__link:focus,
.phone-numbers__link:hover {
    color: #f90
}

.phone-numbers__prefix--life {
    color: red
}

.phone-numbers__prefix--mts {
    color: #c33
}

.phone-numbers__prefix--kyivstar {
    color: #09f
}

.work-time__time,
.work-time__title {
    margin: 0
}

.work-time__title {
    font-size: 16px
}

.work-time__time {
    font-size: 15px;
    margin-top: 5px
}

.customer-cart {
    position: relative;
    padding-left: 40px
}

#cart {
    color: inherit;
}

.customer-cart--pointer_default {
    cursor: default
}

.customer-cart::before {
    content: '';
    display: block;
    width: 37px;
    height: 31px;
    position: absolute;
    left: 0;
    background: url(../img/sprite.png) 0 -500px no-repeat;
    z-index: 2
}

.customer-cart:focus,
.customer-cart:hover {
    color: #f90
}

.customer-cart__empty {
    font-size: 14px;
    color: #adadad
}

.customer-cart__total {
    display: block;
    font-size: 12px;
    color: #f60
}

.customer-cart__amount {
    position: absolute;
    top: -14px;
    left: 10px;
    padding: 3px 7px;
    color: #fff;
    background: red;
    border-radius: 50px;
    font-size: 12px
}

.info-navigation {
    margin-bottom: 10px
}

.info-navigation__link:focus,
.info-navigation__link:hover {
    color: #f90;
    text-decoration: underline
}

.product-search {
    position: relative;
    z-index: 99999;
}

.product-search__field {
    width: 100%;
    background: #292929;
    display: block;
    color: #fc0;
    outline: none;
    border: 1px solid #fef67e;
}

.product-search__results {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
    background: #fff;
    border-left: 2px solid #fc0;
    border-right: 2px solid #fc0;
    border-bottom: 2px solid #fc0;
    text-align: center
}

.product-search__results--active {
    display: block
}

.product-search__close-result-button {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: url(../img/fancybox/fancybox_sprite.png);
    border: none
}

.product-search__products {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none
}

.product-search__product {
    border-bottom: 1px dotted #adadad
}

.product-search__link:focus .product-search__product-name,
.product-search__link:hover .product-search__product-name {
    color: #f90
}

.product-search__product-name {
    margin: 0;
    color: #000
}

.main-navigation {
    position: relative;
    background: -webkit-linear-gradient(bottom, #fff 0, #f4f4f4 100%);
    background: linear-gradient(to bottom, #fff 0, #f4f4f4 100%);
    -webkit-box-shadow: 0 4.3px 5px 0 rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 4.3px 5px 0 rgba(0, 0, 0, .23);
    box-shadow: 0 4.3px 5px 0 rgba(0, 0, 0, .23);
    border-top: 3px solid #f90
}

.main-navigation__toggle-button {
    display: none !important
}

.main-navigation__bottom-line {
    background: #c9c9c9;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1
}

.site-navigation {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 9999;
}

.site-navigation__item {
    width: 100px;
    flex-grow: 1;
    text-align: center;
    z-index: 2;
    border-right: 1px solid rgba(0, 0, 0, .23)
}

.site-navigation__item:first-child {
    width: 100px;
    flex-grow: 1;
    text-align: center;
    z-index: 2;
    border-left: 1px solid rgba(0, 0, 0, .23)
}

.site-navigation__link {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 10px;
    border-bottom: 3px solid #c9c9c9;
    border-right: 1px solid transparent;
    color: #000;
    outline: 0;
    text-decoration: none;
    text-shadow: .407px .914px 0 rgba(255, 255, 255, .47);
    font-size: 11px;
}

.site-navigation__link--hover:focus,
.site-navigation__link--hover:hover {
    color: #000;
    background: -webkit-linear-gradient(top, #ff9 0, #fc3 100%);
    background: linear-gradient(to bottom, #ff9 0, #fc3 100%);
    transition: all .05s;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    border-bottom: 3px solid #e8a203;
    border-right: 1px solid rgba(0, 0, 0, .23);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease
}

.site-navigation__link--image::before {
    content: '';
    display: block;
    width: 80px;
    height: 50px;
    position: absolute;
    margin: 15px auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.site-navigation__link--image-motorcycle::before {
    background: url(../img/sprite.png) 0 6px no-repeat;
    width: 83px
}

.site-navigation__link--image-scooter::before {
    background: url(../img/sprite.png) 0 -45px no-repeat;
    width: 83px
}

.site-navigation__link--image-tractor::before {
    background: url(../img/tractor.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.site-navigation__link--image-generator::before {
    background: url(../img/generator.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.site-navigation__link--image-accessories::before {
    background: url(../img/shini.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.site-navigation__link--image-discounts::before {
    background: url(../img/sale.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.site-navigation__link--image-used_equipment::before {
    background: url(../img/bu-tehnika.jpg) no-repeat;
    background-position: center;
    background-size: contain;
}

.site-navigation__link--image-moped::before {
    background: url(../img/sprite.png) 0 -95px no-repeat;
    width: 83px
}

.site-navigation__link--image-atv::before {
    background: url(../img/sprite.png) 0 -146px no-repeat;
    width: 79px
}

.site-navigation__link--image-utv::before {
    background: url(../img/sprite.png) 0 -199px no-repeat;
    width: 79px
}

.site-navigation__link--image-snowmobile::before {
    background: url(../img/sprite.png) 0 -250px no-repeat;
    width: 83px
}

.site-navigation__link--image-watercraft::before {
    background: url(../img/bicycle-icon.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.site-navigation__link--image-equipment::before {
    background: url(../img/sprite.png) 0 -350px no-repeat;
    width: 50px
}

.site-navigation__link--image-parts::before {
    background: url(../img/sprite.png) 0 -400px no-repeat;
    width: 50px
}

.site-navigation__link--image-sto::before {
    background: url(../img/sprite.png) 0 -450px no-repeat;
    width: 50px
}

.site-navigation__link--image-spare_parts::before {
    background: url(/image/skin/base/img/nav/sub/sto/zapchasti.png) no-repeat center;
    background-size: 70px;
    width: 70px
}

.site-navigation__link--image-electrotransport::before {
    background: url('../img/electrotransport.png') 0 -450px;
    width: 50px;
    background-size: contain;
}

.site-navigation__link--current {
    color: #000;
    background: -webkit-linear-gradient(top, #ff9 0, #fc3 100%);
    background: linear-gradient(to bottom, #ff9 0, #fc3 100%);
    transition: all .05s;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    border-bottom: 3px solid #e8a203;
    border-right: 1px solid rgba(0, 0, 0, .23)
}

.sub-menu {
    position: absolute;
    width: 100%;
    left: -9999px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    padding-top: 5px;
    z-index: 100
}

.site-navigation__item:focus .sub-menu,
.site-navigation__item:hover .sub-menu {
    left: 0
}

.sub-menu__wrapper {
    display: flex;
    background: #fff;
    border: 2px solid #fc3;
    box-shadow: 0 0 7px rgba(0, 0, 0, .25);
    padding: 15px
}

.sub-menu__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.sub-menu__link {
    display: block;
    width: 140px;
    text-align: center;
    margin-top: 15px;
    border: 2px solid transparent
}

.sub-menu__link img {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.sub-menu__link:hover {
    border: 2px solid #36c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.sub-menu__link span {
    display: block;
    margin-bottom: 5px;
    color: #2d3e50;
    font-weight: 700;
    font-size: 14px
}

.sub-menu__link:hover span {
    color: #36c
}

.sub-menu__list.brand_list {
    max-width: 50%;
}

.sub-menu__list.brand_list .sub-menu__link {
    width: 120px;
}

.sub-menu__list.brand_list .sub-menu__link img {
    width: 90px;
    height: 90px;
}

.mobile-page-header {
    display: none
}

.page-footer {
    margin-top: 20px;
    padding: 10px 0;
    background-color: #292929;
    color: #fff;
    border-top: 3px solid #f90;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .25);
    -khtml-box-shadow: 0 0 7px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .25);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, .25);
    -o-box-shadow: 0 0 7px rgba(0, 0, 0, .25);
    box-shadow: 0 0 7px rgba(0, 0, 0, .25)
}

.page-footer .phone-numbers__link {
    color: #fff
}

.shop-info {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.telephones__title {
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase
}

.contacts__item {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 2px 5px;
}
.contacts__item:hover {
    color: #fef67e;
}
.contacts__item_service {
    border: 1px solid #fef67e;
    color: #fef67e;
}
.contacts__item_service:hover {
    background: #fef67e;
    color: #000;
}

.contacts__item--first {
    margin-top: 0
}

.additional-info {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dotted #464646;
    text-align: justify
}

.additional-info__copyright {
    width: 500px
}

.additional-info__copyright-date {
    font-size: 14px;
    color: #ccc
}

.category-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-category {
    display: flex
}

.product-category__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 2em;
    font-weight: 700;
    text-shadow: 1px 1px 0 #fff;
    text-align: center;
    width: calc(100% - 20px);
    display: flex;
    justify-content: center;
}

.product-category__title h1 {
    font-size: inherit;
    margin: 0;
}

.product-category__title_sparepart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
}
.product-category__title_sparepart h1 {
    text-align: center;
    margin-bottom: 10px;
}

.product-category__phone {
    font-weight: bold;
    font-size: 15px;
    text-align: right;
    color: #555;
    padding: 10px;
    background: #fff;
    display: inline-block;
    background: -webkit-linear-gradient(bottom, #fff 0, #f4f4f4 100%);
    background: linear-gradient(to bottom, #fff 0, #f4f4f4 100%);
    -webkit-box-shadow: 0 4.3px 5px 0 rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 4.3px 5px 0 rgba(0, 0, 0, .23);
    box-shadow: 0 4.3px 5px 0 rgba(0, 0, 0, .23);
}
.product-category__phone a {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
}

.product-category__action-buttons {
    display: none
}

.product-category__product-catalog {
    order: 2;
    flex-grow: 1
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none
}

.product {
    border: 1px solid #adadad;
    background: #fff;
    position: relative;
    width: 262px;
    /*height: 410px;*/
    margin-bottom: 24px;
    overflow: visible;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .13);
    -khtml-box-shadow: 0 0 10px rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .13);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .13);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .13);
    box-shadow: 0 0 10px rgba(0, 0, 0, .13)
}

.product:hover {
    z-index: 10;
    /*overflow: visible*/
}

.product__wrapper {
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 360px;*/
    /*overflow: hidden;*/
    /*left: 0;*/
    /*top: 0;*/
    position: relative;
}

.product__wrapper:hover {
    height: auto;
    /*border: 1px solid #fc3;*/
    box-shadow: 0 0 5px #ccc;
    -webkit-transition: all .1s ease-out 0s;
    -moz-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s
}

.product__link {
    display: block
}

.product__image-wrapper {
    position: relative;
    height: 262px
}

.product__image {
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.product__name {
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    height: 2.2em;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #2d3e50
}

.product__link:focus .product__name,
.product__link:hover .product__name {
    color: #36c;
    text-decoration: underline
}

.product__saving {
    position: absolute;
    left: 5px;
    top: 5px;
    background: #1eb600;
    line-height: 18px;
    padding: 0 7px;
    border-radius: 2px;
    color: #fff
}

.product__action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    flex-wrap: wrap;
    height: 100px;
}

.product__buy-button {
    font-size: 18px
}

.product__buy-button.btn--block {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.product__buy-button.btn--block svg {
    margin-right: 6px;
}
.product__buy-button.button--yellow svg {
    stroke: #000;
}
.product__buy-button.button--hover-blue:hover svg {
    stroke: #fff;
}
.product__buy-button.button--gray svg {
    stroke: #000;
}

.product__price {
    padding-top: 7px;
    font-size: 25px
}

.product__price-old {
    font-size: 12px;
    text-decoration: line-through;
    margin-bottom: -5px
}

.product__price-new {
    font-size: 25px;
    color: #1eb600;
    font-weight: 700
}

.product__not-available {
    width: 100%;
    color: #c30;
    text-align: center;
    font-size: 20px
}

/*.product__currency {*/
/*    color: #999;*/
/*    font-weight: 700;*/
/*    font-size: 16px*/
/*}*/

.product__specifications {
    list-style: none;
    padding: 10px 5px 0 5px;
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

.product:hover .product__specifications {
    display: block;
    z-index: 1;
}

.product__specification-item {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-top: 5px
}

.product__specification-item:last-child {
    margin-bottom: 5px
}

.product__specification-name {
    font-size: 14px;
    color: #999;
    position: relative
}

.product__specification-value {
    font-size: 14px;
    margin-left: 10px;
    color: #333;
    font-weight: 700
}

.product-category__product-filter {
    order: 1;
    min-width: 250px;
}

.product-filter__toggle-button {
    display: none
}

.product-filter__close-button {
    display: none
}

.product-filter__price {
    padding: 0 10px
}

.filtered-values {
    padding: 10px;
    margin-bottom: 10px;
    background: #F7F8FB;
}

.filtered-values__name {
    color: #3b4952
}

.filtered-values__values {
    list-style: none;
    padding: 5px;
    margin: 0
}

.product-filter__features {
    background: #F7F8FB;
    padding: 12px 30px 15px 30px;
    width: auto;
    margin: 0;
}

.product-filter__feature-name {
    display: block;
    box-sizing: border-box;
    color: #454545;
    font-size: 14px;
    text-align: center;
    background: none;
    font-family: Montserrat;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 7px;
    margin-bottom: 10px;
    border-bottom: 1px solid #C00003;
}

.product-filter__feature-values {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}

.product-filter__feature-value {
    padding: 7px 10px
}

.product-filter__feature-value-link {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding-left: 25px;
    position: relative;
    color: #454545;
    font-family: PT Sans;
    font-size: 14px;
}

.product-filter__feature-value-link::before {
    display: block;
    position: absolute;
    left: 0;
    content: '';
    width: 14px;
    height: 14px;
    background: white;
}

.product-filter__feature-value-link:focus::before,
.product-filter__feature-value-link:hover::before {
    background-image: url(../img/square.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.product-filter__feature-value-link:focus,
.product-filter__feature-value-link:hover {
    color: #000000;
}

.product-filter__feature-value-number {
    font-size: 14px;
    color: rgba(69, 69, 69, 0.35);
}

.category__atv-accessories-menu {
    margin-top: 15px
}

.category__equipment-menu {
    margin-top: 15px
}

.category__scooter-menu {
    margin-top: 15px
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none
}

.pagination__item {
    margin-right: 5px
}

.product-category__description,
.home__description {
    padding: 5px 20px;
    background: #fff;
    text-align: justify
}

.home__description {
    width: 100%;
    margin-top: 15px;
    margin-right: 5px;
    margin-left: 5px;
}

.cart__wrapper {
    display: flex
}

.cart__product-list {
    margin: 0;
    padding: 0
}

.cart_product {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background-color: #fff
}

.cart__product-name {
    display: block;
    color: #000;
    font-weight: 700;
}

.cart__product-options {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    flex-grow: 1;
}

.cart__product-name:focus,
.cart__product-name:hover {
    color: #f90
}

.cart__product-price-wrapper {
    text-align: center
}

.cart__product-price {
    margin-bottom: 5px
}

.cart__product-in-cart {
    margin-bottom: 5px
}

.cart__product-total-price {
    margin-bottom: 10px;
    font-size: 22px
}

.cart__delete-product-button {
    cursor: pointer;
    border: 1px solid #f33;
    color: #f33;
    background-color: transparent
}

.cart__delete-product-button:focus,
.cart__delete-product-button:hover {
    color: #fff;
    background-color: #f33
}

.cart__checkout-form {
    width: 50%;
    margin-left: 30px;
    padding: 20px;
    background-color: #fff
}

.cart__checkout-form-row {
    display: flex;
    justify-content: space-between;
    margin: 10px 0
}

.cart__checkout-form-label {
    width: 130px;
    font-weight: 700
}

.field-customer_email,
.field-customer_name,
.field-customer_phone {
    flex-grow: 1
}

.cart__checkout-form-input {
    flex-grow: 1;
    padding: 5px 10px;
    border: 1px solid #adadad;
    width: 96%
}

.cart__checkout-line {
    margin-top: 15px;
    margin-bottom: 15px
}

.cart__checkout-total-price {
    margin-bottom: 10px;
    font-size: 18px
}

.cart__checkout-total-price-sum {
    font-weight: 700
}

.cart__checkout-buy-button {
    font-size: 25px
}

.cart-thanks__info {
    padding: 10px;
    background-color: #fff
}

.single-page {
    margin-top: 20px;
    background: #fff;
    padding: 5px 20px;
    border: 1px solid #adadad;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .13);
    -khtml-box-shadow: 0 0 10px rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .13);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .13);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .13);
    box-shadow: 0 0 10px rgba(0, 0, 0, .13)
}

.contact-page__shop {
    margin-bottom: 30px;
    border-bottom: 1px dotted #adadad
}

.contact-page__shop-info-wrapper {
    display: flex
}

.contact-page__shop-info {
    width: 30%
}

.contact-page__shop-map {
    width: 70%;
    height: 450px
}

.contact-page__sho-phone-numbers {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0
}

.contact-page__sho-phone-number-link {
    color: #000
}

.product-card__price-block .MfsCreditCalcWidgetButton {
    display: inline-block;
    width: 100%;
    border: none;
    padding: 8px 16px;
    background-color: #139f96;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer
}

.social-buttons {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.social-buttons__item {
    margin-right: 8px;
    display: flex;
}

.social-buttons__button {
    display: inline-block;
    width: auto;
    height: 33px;
    max-width: 32px;
}

.social-buttons__button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header__social-buttons {
    margin-top: 5px;
    justify-content: center;
    align-items: center;
}

.page-header__social-buttons .social-buttons__button {
    height: 20px;
    max-width: 22px;
}

.motoshymy_slider_items {
    position: relative;
}

.motoshymy_slider_item {
    height: 70vh;
    display: flex !important;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.motoshymy_slider_item__info {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
    padding-left: 30px;
}

.motoshymy_slider_item__title-block {
    min-width: 350px;
    text-align: center;
    padding: 22px 16px;
}

.motoshymy_slider_item__title-block.second {
    background: rgba(0, 0, 0, 0.46);
    backdrop-filter: blur(10px);
}

.motoshymy_slider_item__title-block.second .motoshymy_slider_item__back {
    background: rgba(0, 0, 0, 0.46);
    backdrop-filter: blur(10px);
}

.motoshymy_slider_item__back {
    color: white;
    padding: 5px 5px 20px 5px;
}

.motoshymy_slider_item__title {
    font-weight: normal;
    font-family: Orbitron;
    font-size: 46px;
    color: inherit;
    margin: .67em 0;
}

.motoshymy_slider_item__hr {
    border: none;
    height: 1px;
    background-color: #C00003;
}

.motoshymy_slider_item__subtitle {
    font-size: 18px;
    color: inherit;
}

.motoshymy_slider_item__link {
    padding: 0 20px;
}

.motoshymy_slider_item__link a {
    font-family: Montserrat;
    font-size: 26px;
    color: inherit;
    background: linear-gradient(108.06deg, #C00003 47.48%, #E60306 100%);
    padding: 15px;
    display: block;
    outline: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.motoshymy_slider_item__link a:hover {
    opacity: 0.8;
}

.motoshymy_slider_items .slick-dots button {
    line-height: 1;
    background: none;
    border: none;
    font-size: 0;
    height: 12px;
    width: 12px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    border: none;
    background-color: #ffffff;
    outline: none !important;
    transition: all 0.3s ease;
}

.motoshymy_slider_items .slick-dots .slick-active button {
    background-color: #ff0000
}

.motoshymy_slider_items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.motoshymy_slider_items li {
    margin-right: 3px;
    margin-left: 3px;
}

.popup-video-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    background-color: rgba(0, 0, 0, 0.5)
}

.popup-video {
    position: fixed;
    background-color: black;
    top: 50%;
    right: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    transform: translateX(50%) translateY(-50%);
    width: 50%;
    min-width: 320px;
}

.video_category {
    height: 100vh;
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.video_category-container {
    width: 100%;
    height: 100%;
}

.video_category-title-container {
    position: absolute;
    top: 50%;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease;
}

.video_category-title-container.hidden {
    opacity: 0;
    visibility: hidden;
}

.video_category-play {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: rgba(55, 56, 58, 0.5);
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.video_category-play:hover {
    opacity: 0.8;
}

.video_category-control {
    position: relative;
    padding-top: 70px;
}

.video_category-title {
    color: #ed1b24;
    text-align: center;
    font-size: 27px;
    font-family: montserrat;
}

.video_category-container video {
    width: 100%;
    height: 100%;
    outline: none;
}

.background_video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    z-index: 8;
    transition: all 0.3s ease;
}

.background_video.hidden {
    opacity: 0;
    visibility: hidden;
}

.banner__img {
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 1350px;
}

.banner__img img {
    width: 100%;
    height: 100%;
}

.banner__img2 {
    display: none;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 1350px;
}

.banner__img2 img {

    width: 100%;
    height: 100%;
}

.control-img-play {
    position: relative;
}

.control-img-play {
    position: absolute;
    content: '';
    border: 15px solid transparent;
    border-right: 15px solid white;
    border-bottom: 15px solid white;
    transform: rotate(-45deg);
    top: 22px;
    left: 17px;
}

.product_moto_carts {
    display: flex;
    flex-wrap: wrap;
    max-width: 1180px;
}

.product_moto_cart {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
    padding: 15px 30px;
    text-align: center;
    margin: 20px;
}

.product_moto_cart__price-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.product_moto_cart__img img {
    max-width: 195px;
}

.product_moto_cart__name a {
    font-family: Montserrat;
    font-size: 16px;
    color: #454545;
}

.product_moto_cart__price {
    font-family: Montserrat;
    font-size: 16px;
    color: #292929;
    font-weight: 800;
}

.product_moto_cart__price-icon {
    position: relative;
    background-color: white;
    z-index: 99;
    width: 60px;
    text-align: right;
}

.product_moto_cart__price-icon:after {
    transition: all 0.3s ease;
    position: absolute;
    content: '';
    background-image: url(../img/arrow-to-right.png);
    left: 13px;
    top: 8px;
    width: 13px;
    height: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.product_moto_cart__price-icon:hover:after {
    left: 40px;
}

.product_moto_cart__price-icon img {
    background: white;
}

.product_moto_cart_link_block {
    display: block;
}

.product-category__title {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}

.product_moto_cart__name {
    margin-top: 10px;
}

.modal_background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.modal_window {
    position: fixed;
    top: 3%;
    right: 2%;
    /*transform: translateX(-50%) translateY(-50%);*/
    background: #FFFFFF;
    padding: 10px 16px;
    z-index: 999999999;
    /*min-width: 300px;*/
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.modal_background.active, .modal_window.active {
    opacity: 1;
    visibility: visible;
}

.close_modal, .close_modal:focus, .close_modal:active {
    background: none;
    border: none;
    padding: 0;
    outline: none;
    line-height: 1;
}

.close_modal {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.modal_title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    padding-right: 34px;
    margin: 8px 0;
    max-width: 315px;
}

.modal_buttons {
    margin-top: 20px;
    display: flex;
    flex-direction: column-reverse;
}

.modal__button-buy {
    margin-bottom: 8px;
}

.modal_buttons > div {
    margin-right: 5px;
    margin-left: 5px;
    /*width: calc(50% - 10px);*/
    text-align: center;
}

.modal_buttons > div a {
    font-size: 16px;
    display: block;
    transition: all 0.3s ease;
    font-family: Montserrat;
    text-transform: uppercase;
}

.modal_buttons > div:hover a {
    opacity: 0.8;
}

.modal__button-return a {
    border: 3px solid #E60306;
    color: #454545;
    padding: 16px 18px;
}

.modal__button-buy a {
    padding: 19px 14px;
    color: #FFFFFF;
    background: linear-gradient(104.52deg, #C00003 47.48%, #E60306 100%);
}

.content-sidebar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#blog_sidebar {
    background: #F7F8FB;
    width: 260px;
    padding: 20px;
    box-sizing: border-box;
}

.blog_sidebar-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content-sidebar > ul, .content-sidebar .product-category__title {
    width: calc(100% - 260px);
}

.blog_sidebar-title {
    font-family: Montserrat;
    font-weight: 600;
    text-align: center;
    margin: 0;
    display: inline-block;
    padding-bottom: 7px;
    color: #353434;
}

.blog_sidebar_item-title {
    margin-bottom: 10px;
}

.blog_sidebar_item-title a {
    display: block;
    font-family: PT Sans;
    text-align: center;
    color: #454545;
    transition: all 0.3s ease;
}

.blog_sidebar_item-title a:hover {
    opacity: 0.8;
}

.blog_sidebar_item-small_description img {
    max-width: 100%;
    height: auto;
}

.blog_sidebar_item {
    background: #FFFFFF;
    padding: 15px;
}

.blog_sidebar_item-hr, .blog_sidebar_to_blog_hr, .blog_sidebar_title_hr {
    border: none;
    height: 1.5px;
    background: #C00003;
}

.blog_sidebar_to_blog_hr, .blog_sidebar_title_hr {
    max-width: 140px;
    margin: auto;
    width: 100%;
    margin-top: 20px;
}

.blog_sidebar_title_hr {
    margin-top: 0;
    margin-bottom: 20px;
}

.blog_sidebar_item-date {
    display: block;
    color: rgba(69, 69, 69, 0.35);
    font-family: PT Sans;
    font-size: 12px;
}

.blog_sidebar_item-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.blog_sidebar_item-read_more {
    font-family: PT Sans;
    font-size: 12px;
    color: #B9B9BB;
    text-decoration: none;
    display: block;
    position: relative;
}

.blog_sidebar_item-read_more:after {
    content: '';
    position: absolute;
    right: -25px;
    top: calc(50% - 1.2px);
    width: 17px;
    height: 5.8px;
    background-image: url('/image/arrow_blog.png');
    background-size: cover;
    background-position: center;
}

.to_blog {
    margin-top: 5px;
}

.to_blog a {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    color: #353434;
    display: block;
}

#blog_article .col-sm-12 {
    padding-right: 15px;
    padding-left: 15px;
}

.article_container {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #F7F8FB;
    padding: 30px 40px;
}

.article_title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #353434;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.article_title_hr {
    height: 1px;
    max-width: 240px;
    margin: auto;
    background: #C00003;
}

.article_img {
    margin-top: 25px;
    margin-bottom: 25px;
}

.article_img_bg {
    min-height: 480px;
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.category_article_content {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px 40px;
    background: #F7F8FB;
}

.category_article_title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #353434;
}

.category_article_title_hr {
    background: #C00003;
    height: 1px;
    max-width: 240px;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 30px;
}

.category_article_item {
    width: 50%;
    display: block;
    transition: all 0.3s ease;
}

.category_article_item:hover {
    box-shadow: 6px 2px 26px -5px rgba(0, 0, 0, 0.40);
}

.category_article_items > .category_article_item:first-child, .category_article_items > .category_article_item:nth-child(4n) {
    display: flex;
}

.category_article_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.category_article_items > .category_article_item {
    max-width: 495px;
}

.category_article_items > .category_article_item:first-child, .category_article_items > .category_article_item:nth-child(4n) {
    width: 100%;
    max-width: 100%;
}

.category_article_item {
    padding: 30px;
    background: white;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.category_article_items > .category_article_item .category_article_img {
    max-width: 100%;
    min-width: 0;
}

.category_article_items > .category_article_item .category_article_description {
    display: none;
}

.category_article_items > .category_article_item:first-child .category_article_img, .category_article_items > .category_article_item:nth-child(4n) .category_article_img {
    max-width: 370px;
    min-width: 370px;
}

.category_article_items > .category_article_item:first-child .category_article_description, .category_article_items > .category_article_item:nth-child(4n) .category_article_description {
    display: block;
}

.category_article_img {
    text-align: center;
}

.category_article_img img {
    max-width: 100%;
    height: 300px;
}

.category_article_info {
    padding: 8px 0 0 40px;
}

.category_article__item_title {
    font-family: Montserrat;
    font-size: 24px;
    color: #454545;
    margin-bottom: 5px;
}

.category_article__item_date {
    font-size: 12px;
    color: rgba(69, 69, 69, 0.35);
    margin-bottom: 10px;
}

.category_article_description {
    font-size: 14px;
}

.category_article_read_more {
    margin-top: 30px;
    text-align: right;
    padding-right: 30px;
}

.category_article_items > .category_article_item:first-child .category_article_read_more, .category_article_items > .category_article_item:nth-child(4n) .category_article_read_more {
    text-align: left;
    padding-right: 0;
}

.category_article_read_more a {
    display: inline-block;
    font-size: 16px;
    color: #B9B9BB;
    position: relative;
}

.category_article_read_more a:after {
    content: '';
    position: absolute;
    right: -25px;
    top: calc(50% - 1.2px);
    width: 17px;
    height: 5.8px;
    background-image: url(/image/arrow_blog.png);
    background-size: cover;
    background-position: center;
}

.back_to_category {
    text-align: center;
    margin-top: 30px;
}

.back_to_category a {
    display: inline-block;
    background: linear-gradient(108.06deg, #C00003 47.48%, #E60306 100%);
    padding: 10px;
    color: white;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.back_to_category a:hover {
    opacity: 0.8;
}

.pretty_thumbnails {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.pretty_thumbnails li {
    margin-left: 20px;
}

.pretty_thumbnails li:first-child {
    margin-left: 0;
}

.pretty_thumbnails img {
    max-width: 100px;
}

.pp_gallery, .pp_details .pp_description {
    display: none !important;
}

.guarantee_container {
    position: absolute;
    top: 0;
    left: 0;
}

.guarantee {
    font-size: 18px;
    color: #FFFFFF;
    padding: 9px 20px;
    background: linear-gradient(93.04deg, #C00003 47.48%, #E60306 100%);
    line-height: 1;
}

.banner_img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

.banner_mobile {
    display: none;
}

.contact-container .title-wrapper {
    text-align: center;
    margin-bottom: 35px;
}

.currency_switcher {
    min-width: 80px;
    width: 90px;
    height: 30px;
    font-size: 11px;
    font-weight: 900;
}

.currency_switcher, .currency_switcher * {
    box-sizing: border-box;
}

.current_currency {
    height: 100%;
    color: #FF9900;
    width: 100%;
    padding: 8px;
    background: #1B1B1B;
    cursor: pointer;
    position: relative;
    padding-right: 15px;
}

.current_currency:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 7px solid #fff;
    transition: all 0.3s ease;
}

.currency_switcher-dropdown {
    position: relative;
}

.currency-items {
    position: absolute;
    visibility: hidden;
    z-index: 999999;
    background: #595959;
    width: 100%;
}

/*.currency-item {*/
/*	transition: all 0.3s ease;*/
/*}*/

.currency-items form, .currency-items, .currency-item button {
    width: 100%;
}

.currency-item button {
    background: none;
    height: 30px;
    color: #FFFFFF;
    border: none;
    padding: 8px;
    text-align: left;
    cursor: pointer;
}

.currency_switcher-dropdown:hover .currency-items {
    visibility: visible;
}

.currency_switcher-dropdown:hover .current_currency:after {
    transform: rotate(180deg);
}

.currency-item:hover {
    background: #676767;
}

.article_description img {
    max-width: 100%;
    height: auto;
}

.article_description iframe {
    max-width: 100%;
    height: auto;
}

.product-cart__options {
    margin: 10px 0;
}

.modal_product_options {
    color: #e82b2d;
    font-weight: bold;
}

.page-footer__contacts a {
    color: inherit;
}

.product-card .btn-product-video-wrapper {
    margin-top: 30px;
}

.btn-product-video-wrapper {
    display: flex;
    justify-content: center;
}

.btn-product-video {
    display: inline-block;
    padding: 10px;
    background: #e20c0c;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.product-video-popup-wrapper {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    padding: 15px;
    box-sizing: border-box;
}

.product-video-popup-wrapper.active {
    display: flex;
}

.product-video-popup {
    background: #fff;
    width: 100%;
    max-width: 700px;
    margin: auto;
    position: relative;
    z-index: 999999999;
    border-radius: 4px;
}

.product-video-popup-head,
.product-video-popup-body,
.product-video-popup-footer {
    padding: 15px;
}

.product-video-popup-body {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.product-video-popup-body iframe {
    width: 100%;
    min-height: 350px;
}

.product-video-overplay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    z-index: 9999999;
}

.ocf-filter-header {
    position: relative;
    cursor: pointer !important;
    margin-bottom: 0 !important;
}

.ocf-value-list {
    margin-top: 15px;
}

.ocf-filter-header:after {
    position: absolute;
    content: '';
    right: 5px;
    top: 0;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #212529;
    border-left: 2px solid #212529;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
    display: none;
}

.ocf-filter-header.closed:after {
    transform: rotate(135deg);
    top: 5px;
}

.fotorama__fullscreen-icon {
    background: no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    width: 100% !important;
    height: 100% !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 10 !important;
}

.fotorama__fullscreen-icon:after {
    content: '';
    background: url('/catalog/view/theme/default/img/fotorama/fotorama.png');
    width: 32px;
    height: 32px;
    top: 2px;
    right: 2px;
    background-position: 0 -32px;
    z-index: 20;
    position: absolute;
}


.product-search .dropdown-menu {
    list-style: none;
    position: absolute;
    background: #fff;
    padding: 0;
}

.product-search .dropdown-menu .disabled {
    display: none;
}

.product-search .dropdown-menu .search-suggestion.product {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
    color: #333;
    margin: 0;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}

.product-search .dropdown-menu .search-suggestion.product .image {
    width: 50px;
    height: 50px;
}

.product-search .dropdown-menu .search-suggestion.product .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-search .dropdown-menu .search-suggestion.product .name {
    width: calc(100% - 60px);
}

.product-search .dropdown-menu .search-suggestion.product .price {
    margin-top: 10px;
    width: 100%;
}

.contact_title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #353434;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.contact-container {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-container * {
    box-sizing: border-box;
}

.single-page-11 .single-page-info{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single-page-11 h1 {
    text-align: center;
}

.contact-column {
    width: calc(50% - 8px);
    padding: 25px 25px 40px 25px;
    background: #fff;
    margin-top: 30px;
    box-sizing: border-box;
}

.contact_info_item-numbers,
.contact_info_item-time {
    width: 50%;
}

.contact_info_item-address {
    width: 100%;
}

.contact_title_hr {
    border: none;
    height: 1px;
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
    background: #C00003;
}

.contact_info_items {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    flex-wrap: wrap;
}

.contact_info_items ul {
    list-style: none;
    padding-left: 35px;
}

.contact_info_item li a, .contact_info_item li {
    font-family: Montserrat;
    font-size: 16px;
    color: #454545;
    line-height: 20px;
}

.contact_info_item li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.contact_info_item .number_black {
    font-weight: bold;
}

.contact_info-numbers, .contact_info-time, .contact_info-address {
    position: relative;
}

.contact_info-numbers:after {
    position: absolute;
    background-size: contain;
    left: -10px;
    content: '';
    width: 31px;
    height: 31px;
    background-image: url('/image/phone-ringing 1.png');
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
}

.contact_info-time:after {
    position: absolute;
    left: -10px;
    content: '';
    width: 31px;
    height: 31px;
    background-image: url('/image/contact_clock 1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
}

.contact_info-address:after {
    position: absolute;
    left: -10px;
    content: '';
    width: 31px;
    height: 31px;
    background-image: url('/image/contact_place.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 50%;
    margin-top: -15.5px;
}

.amo-button-holder {
    z-index: 9 !important;
}

/* Callback */
.callback-form-container * {
    box-sizing: inherit;
}

.callback-form-container input::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.callback-form-container input[type="date"] {
    background: url('/image/svg/calendar.svg') 16px center no-repeat;
    background-size: 24px;
}

.callback-form-container input[type="time"] {
    background: url('/image/svg/clock.svg') 16px center no-repeat;
    background-size: 24px;
}
/* End Callback */


@media (min-width: 768px) {

    .ocf-filter-header:after {
        display: block;
    }

    .ocf-input-group {
        display: flex !important;
    }

    .ocf-input-group-addon {
        display: flex !important;
        align-items: center;
    }

    .ocf-value-slider {
        padding: 10px 15px 0 !important;
        overflow: hidden;
    }

    .product-category #column-left {
        min-width: 250px;
        max-width: 250px;
        padding-right: 5px;
        padding-left: 5px;
        box-sizing: border-box;
    }

    .ocf-theme-light .ocf-filter {
        background-color: #fff;
        box-shadow: 0 0 16px rgb(0 0 0 / 15%);
        border-radius: 5px;
        padding: 15px 0;
    }

    .ocf-theme-light .ocf-footer {
        box-shadow: unset !important;
        margin: 15px 0px 0 !important;
    }

    .ocf-theme-light .ocf-footer:after {
        display: none !important;
    }
}

@media (max-width: 1380px) {

    .page-header {
        position: relative
    }

    .page-header__customer-cart {
        position: absolute;
        right: 25px;
        bottom: 6px;
        z-index: 3;
        color: #000;
        text-shadow: 1px 1px 0 #fff
    }

    .customer-cart::before {
        content: url(../img/svg/shopping-cart.svg);
        background: 0 0
    }

    .customer-cart__amount {
        top: -8px;
        left: 12px;
        z-index: 2;
        text-shadow: 1px 1px 0 #000
    }

    .page-header__info-wrapper {
        width: auto
    }

    .info-navigation--page-header {
        flex-wrap: wrap;
        margin-bottom: 0
    }

    .info-navigation__item {
        width: 50%;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 7px
    }

    .page-header__product-search {
        position: absolute;
        width: 40%;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 10px
    }

    .page-header__product-search-field {
        padding: 6px 5px;
        border: 1px solid #c9c9c9;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
        -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
        background-color: #fff;
        color: #000
    }

    .main-navigation__site-navigation-wrapper {
        position: relative;
        width: 250px
    }

    .main-navigation__toggle-button {
        display: block !important;
        width: 100%;
        z-index: 2;
        outline: 0;
        padding-top: 13px;
        padding-left: 60px;
        padding-right: 40px;
        border-top: none;
        border-left: 1px solid rgba(0, 0, 0, .23);
        border-right: 1px solid rgba(0, 0, 0, .23);
        background: 0 0;
        font-size: 20px;
        text-shadow: 1px 1px 0 #fff;
        cursor: pointer
    }

    .main-navigation__toggle-button--active {
        z-index: 100;
        background: -webkit-linear-gradient(top, #ff9 0, #fc3 100%);
        background: linear-gradient(to bottom, #ff9 0, #fc3 100%);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
        border-bottom: 3px solid #e8a203
    }

    .main-navigation__toggle-button--burs {
        position: relative
    }

    .main-navigation__toggle-button--burs::before {
        content: url(../img/svg/bars.svg);
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        margin-top: -2px;
        margin-left: -25px
    }

    .site-navigation {
        display: none
    }

    .site-navigation--active {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        width: 100%;
        position: absolute;
        z-index: 100;
        background-color: #fff
    }

    .site-navigation__item {
        width: 49%
    }

    .site-navigation__item:first-child {
        width: 49%
    }

    .site-navigation__link {
        border-bottom: 1px solid #c9c9c9
    }

    .site-navigation__item:first-child {
        border-left: none
    }

    .site-navigation__link--hover:focus,
    .site-navigation__link--hover:hover {
        border-bottom: 1px solid #e8a203
    }

    .site-navigation__link--current {
        border-bottom: none;
        border-right: none;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
        background: -webkit-linear-gradient(top, #ff9 0, #fc3 100%);
        background: linear-gradient(to bottom, #ff9 0, #fc3 100%);
        transition: all .05s
    }

    .site-navigation__item:focus .sub-menu,
    .site-navigation__item:hover .sub-menu {
        left: -9999px
    }

    .product-list {
        justify-content: space-around
    }

    .product {
        width: 248px;
        height: 410px
    }

    .breadcrumbs {
        flex-wrap: wrap
    }

    .breadcrumbs__item {
        margin-bottom: 10px
    }

    .site-navigation__item > .sub-menu {
        position: relative;
        left: 0;
        transition: none;
        display: none;
        width: 248px;
        z-index: 99;
        background: white;
        padding: 0;
        border-bottom: 1px solid #c9c9c9 !important;
    }

    .site-navigation__item > .sub-menu .sub-menu__link {
        width: auto;
        margin-top: 0;
        padding: 5px 10px;
        border: none;
        text-align: left;
        padding-left: 0;
    }

    .site-navigation__item > .sub-menu .sub-menu__link img {
        display: none;
    }

    .site-navigation__item > .sub-menu .sub-menu__wrapper {
        border: none;
        background: none;
        box-shadow: none;
        padding: 0px;
    }

    #open_menu > .site-navigation__item:nth-child(even) .sub-menu {
        left: -124px;
    }

    .site-navigation__item > .sub-menu .brand_list {
        display: none;
    }

    .site-navigation__item:focus .sub-menu, .site-navigation__item:hover .sub-menu {
        left: 0;
    }

    #open_menu > .site-navigation__item:nth-child(even):focus .sub-menu, #open_menu > .site-navigation__item:nth-child(even):hover .sub-menu {
        left: -124px;
    }

    .sub-menu__list {
        display: block;
        width: 100%;
        list-style-type: disc !important;
        list-style: disc !important;
        padding-left: 35px;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #6C6C6C;
    }

    .not_active {
        pointer-events: none;
        cursor: default;
    }

    .sub-menu__link span {
        color: #000000;
        font-size: 14px;
        font-weight: 300;
        /*text-transform: capitalize*/
    }

    .sub-menu__title {
        display: list-item;
    }

    .sub-menu__title span, .bold-link.sub-menu__link span {
        font-weight: 600;
        color: #424242;
    }

}

@media (max-width: 1200px) {
    .product_moto_cart__img img {
        max-width: 100%;
    }

    .product_moto_carts {
        justify-content: center;
    }
}

@media (max-width: 1110px) {
    .work-time__title,
    .work-time__time {
        display: none
    }

    .page-header__social-buttons {
        display: none;
    }

    .page-header__product-search {
        left: 100px
    }

    .shop-info {
        flex-wrap: wrap;
        padding-bottom: 20px
    }
}

@media (max-width: 1024px) {
    .category_article_item {
        margin-right: 10px;
        margin-left: 10px;
        width: calc(50% - 20px);
    }

    .category_article_img img {
        object-fit: contain;
    }

    .contact-container {
        margin-right: 15px;
        margin-left: 15px;
        width: calc(100% - 30px);
        box-sizing: border-box;
    }

    .contact-column {
        width: 100%;
        margin-right: auto;
        max-width: 768px;
        margin-left: auto;
    }
}

@media (max-width: 820px) {
    .cart__wrapper {
        flex-direction: column
    }

    .cart__product-list {
        width: 100%
    }

    .cart__checkout-form {
        box-sizing: border-box;
        width: 100%;
        margin-top: 15px;
        margin-left: 0
    }
}

@media (max-width: 770px) {

    .mfilter-opts-container {
        width: 100%;
    }

    .breadcrumbs__item:last-child {
        width: 100%;
        font-size: 1.4em
    }

    .page-header {
        display: flex;
        flex-wrap: wrap;
        position: fixed;
        left: -800px;
        width: 70%;
        height: 100vh;
        min-height: 100vh;
        min-height: -webkit-fill-available;
        overflow: scroll;
        z-index: 999;
        background-color: #fff
    }

    .page-header .phone-numbers__link {
        color: #000
    }

    .page-header__mobile-close-button {
        order: 1;
        position: relative;
        display: block;
        width: 100%;
        border-top: none;
        border-right: none;
        border-bottom: 1px solid #c9c9c9;
        border-left: none;
        padding: 15px 16px 13px 40px;
        background-color: transparent;
        text-align: left
    }

    .page-header__header-wrapper {
        order: 3;
        padding-top: 0;
        flex-direction: column
    }

    header .number-address-container .number {
        margin-top: 15px;
        padding-left: 0;
        text-align: center;
    }

    header .number-address-container .number img {
        display: none;
    }

    header .number-address-container .number a,
    header .number-address-container .address a,
    header .number-text-free{
        color: #000;
    }

    .page-header__link {
        color: #000
    }

    .page-header__container {
        width: 100%
    }

    .page-header--active {
        left: 0
    }

    .page-header__mobile-close-button::before {
        position: absolute;
        left: 23px;
        top: 16px;
        display: block;
        width: 10px;
        content: url(../img/svg/times.svg)
    }

    .page-header__logo {
        display: none
    }

    .work-time__title,
    .work-time__time {
        display: none
    }

    .page-header__social-buttons {
        display: flex;
        margin-top: 10px;
    }

    .page-header__customer-cart {
        display: none
    }

    .page-header .phone-numbers {
        width: 100%;
        border-bottom: 1px solid #c9c9c9
    }

    .page-header .phone-numbers__item {
        margin-bottom: 5px
    }

    .page-header .phone-numbers__link {
        padding: 0 10px
    }

    .page-header__info-wrapper {
        display: block;
        width: 100%
    }

    .info-navigation--page-header {
        flex-direction: column
    }

    .info-navigation__item {
        width: 100%;
        border-bottom: 1px dotted #c9c9c9;
        text-align: left;
        padding-top: 0;
        padding-bottom: 0
    }

    .info-navigation__link {
        display: block;
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 40px;
        line-height: 40px
    }

    .info-navigation__link:first-letter {
        text-transform: uppercase
    }

    .page-header__product-search {
        display: none
    }

    .page-header__main-navigation {
        order: 2;
        border-top: none;
        box-shadow: none;
        background: 0 0;
        margin-bottom: 10px
    }

    .main-navigation__site-navigation-wrapper {
        width: 100%
    }

    .main-navigation__toggle-button {
        display: none !important
    }

    .main-navigation__bottom-line {
        background: 0 0
    }

    .site-navigation {
        display: flex;
        flex-wrap: wrap
    }

    .site-navigation__item:first-child {
        border-left: none
    }

    .site-navigation__link {
        border-bottom: 1px solid #c9c9c9
    }

    .site-navigation__link--hover:focus,
    .site-navigation__link--hover:hover {
        border-bottom: 1px solid #e8a203;
        outline: 0
    }

    .site-navigation__link--current {
        border-bottom: none;
        border-right: none;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
        background: -webkit-linear-gradient(top, #ff9 0, #fc3 100%);
        background: linear-gradient(to bottom, #ff9 0, #fc3 100%);
        transition: all .05s
    }

    .mobile-page-header {
        display: block;
        position: relative
    }

    .mobile-page-header_logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        background: #292929;
        text-align: center
    }

    .mobile-page-header_logo img {
        max-width: 190px;
        height: auto;
    }

    .mobile-page-header__wrapper {
        display: flex;
        justify-content: space-between;
        align-content: center;
        margin-bottom: 15px;
        border-top: 3px solid #f90;
        border-bottom: 3px solid #c9c9c9;
        padding-left: 5px;
        padding-right: 5px;
        background: -webkit-linear-gradient(bottom, #fff 0, #f4f4f4 100%);
        background: linear-gradient(to bottom, #fff 0, #f4f4f4 100%);
        -webkit-box-shadow: 0 4.3px 5px 0 rgba(0, 0, 0, .23);
        -moz-box-shadow: 0 4.3px 5px 0 rgba(0, 0, 0, .23);
        box-shadow: 0 4.3px 5px 0 rgba(0, 0, 0, .23)
    }

    .mobile-page-header__menu-toggle-button {
        border-top: none;
        border-right: 1px solid rgba(0, 0, 0, .23);
        border-bottom: none;
        border-left: 1px solid rgba(0, 0, 0, .23);
        padding: 10px 15px 14px 15px;
        background-color: transparent;
        outline: 0
    }

    .mobile-page-header__menu-toggle-button::before {
        content: url(../img/svg/bars.svg);
        display: block;
        width: 25px;
        height: 25px
    }

    .mobile-product-search {
        position: relative;
        flex-grow: 1;
        padding-left: 10px;
        padding-right: 10px
    }

    .mobile-product-search__field {
        box-sizing: border-box;
        margin-top: 9px;
        padding: 6px 5px;
        border: 1px solid #c9c9c9;
        width: 100%;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
        -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
        background-color: #fff;
        color: #000
    }

    .mobile-product-search__field:focus {
        z-index: 100
    }

    .mobile-page-header__contact {
        border-top: none;
        border-right: 1px solid rgba(0, 0, 0, .23);
        border-bottom: none;
        border-left: 1px solid rgba(0, 0, 0, .23);
        padding: 10px 15px 8px 15px;
        background-color: transparent;
        outline: 0
    }

    .mobile-page-header__contact::before {
        content: url(../img/svg/map-marker-alt.svg);
        display: block;
        width: 20px
    }

    .mobile-page-header__cart {
        position: relative;
        border-top: none;
        border-right: 1px solid rgba(0, 0, 0, .23);
        border-bottom: none;
        padding: 10px 15px 8px 15px;
        background-color: transparent;
        outline: 0
    }

    .mobile-page-header__cart::before {
        content: url(../img/svg/shopping-cart.svg);
        display: block;
        width: 30px
    }

    .mobile-page-header__cart-amount::before {
        position: absolute;
        top: -14px;
        background: red;
        padding: 3px 7px;
        border-radius: 50px;
        left: 10px;
        font-size: 12px
    }

    .page-footer {
        padding-left: 5px;
        padding-right: 5px
    }

    .product-category {
        position: relative
    }

    .product-filter__toggle-button {
        position: absolute;
        top: 0;
        right: 5px;
        display: block;
        box-sizing: border-box;
        border: 2px solid #f90;
        padding: 7px 10px 7px 20px;
        background-color: transparent;
        text-transform: uppercase;
        text-shadow: 1px 1px 0 #fff
    }

    .product-filter__toggle-button::before {
        position: absolute;
        left: 6px;
        display: block;
        width: 10px;
        content: url(../img/svg/filter.svg)
    }

    .product-filter__close-button {
        display: block;
        width: 100%;
        border-top: none;
        border-right: none;
        border-bottom: 1px solid #c9c9c9;
        border-left: none;
        padding: 15px 16px 13px 40px;
        background-color: transparent;
        text-align: left
    }

    .product-filter__close-button::before {
        position: absolute;
        left: 23px;
        top: 16px;
        display: block;
        width: 10px;
        content: url(../img/svg/times.svg)
    }

    .product-category__product-filter {
        position: fixed;
        z-index: 999;
        top: 0;
        right: 800px;
        width: 50%;
        height: 100vh;
        overflow: scroll;
        border-left: 1px solid #adadad;
        background-color: #fff
    }

    .product-category__product-filter--active {
        right: -20px
    }

    .product-filter__price {
        width: 75%;
        margin: 0 auto;
        padding-top: 15px
    }

    .filtered-values {
        box-shadow: none;
        border-left: none;
        border-right: none
    }

    .product-filter__features {
        width: auto;
        border-left: none;
        border-right: none;
        box-shadow: none
    }

    .product-filter__feature-values {
        display: flex;
        flex-wrap: wrap
    }

    .product-filter__feature-value {
        flex-basis: 30%;
        box-sizing: border-box;
        padding-top: 0;
        padding-bottom: 0
    }

    .product-filter__feature-value-link {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .product-filter__feature-value-link::before {
        top: 9px
    }

    .product__two-column-grid::before {
        position: absolute;
        display: block;
        width: 10px;
        content: url(../img/svg/th-large-solid.svg)
    }

    .product__one-column-grid {
        position: absolute;
        display: block;
        width: 10px;
        content: url(../img/svg/square-solid.svg)
    }

    .product-category__title {
        margin-right: 105px;
        box-sizing: border-box;
        padding-left: 5px;
        padding-right: 5px
    }

    .product {
        width: 300px;
        height: 445px;
    }

    .product__image-wrapper {
        height: 300px
    }

    /*.product__wrapper {*/
    /*	height: 400px*/
    /*}*/

    .breadcrumbs {
        box-sizing: border-box;
        padding-left: 5px;
        padding-right: 5px
    }

    .cart__title {
        box-sizing: content-box;
        padding-left: 5px;
        padding-right: 5px
    }

    .single-page {
        border-left: none;
        border-right: none;
        padding: 5px 5px
    }

    .fancybox-nav span {
        visibility: visible
    }

    .modal_window {
        min-width: 60%;
        padding: 20px 50px;
    }

    .modal_buttons {
        display: block;
        margin-top: 20px;
    }

    .modal_buttons > div {
        width: 100%;
        margin-top: 5px;
    }

    .content-sidebar {
        display: block;
    }

    .content-sidebar > ul, .content-sidebar .product-category__title {
        width: auto;
        margin-right: 0;
        margin-left: 0;
    }

    #blog_sidebar {
        width: calc(100% - 40px);
        margin-right: 20px;
        margin-left: 20px;
    }

    .blog_sidebar_items {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .blog_sidebar_item {
        margin-right: 5px;
        margin-left: 5px;
        width: calc(50% - 10px);
    }

    .blog_sidebar_item-hr {
        display: none;
    }

    .blog_sidebar_items, .blog_sidebar-title, .to_blog {
        width: 100%;
    }

    .category_article_items > .category_article_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
        display: block;
    }

    .category_article_items > .category_article_item:first-child, .category_article_items > .category_article_item:nth-child(4n) {
        display: block;
    }

    .category_article_img img {
        height: auto;
    }

    category_article_img {
        margin: auto;
    }

    .category_article_info {
        padding: 0;
    }

    .category_article_items > .category_article_item, .category_article_items > .category_article_item:first-child .category_article_img, .category_article_items > .category_article_item:nth-child(4n) .category_article_img {
        max-width: 100%;
        min-width: 1px;
    }

    .category_article_items > .category_article_item .category_article_description {
        display: block;
    }

    .category_article_items > .category_article_item:first-child .category_article_read_more, .category_article_items > .category_article_item:nth-child(4n) .category_article_read_more {
        text-align: right;
        padding-right: 30px;
    }

    #column-left .ocf-footer {
        box-sizing: border-box;
    }
}

@media (max-width: 620px) {
    .product-category__product-filter {
        width: 90%
    }

    .contact-page__shop-info-wrapper {
        flex-direction: column
    }

    .contact-page__shop-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%
    }

    .contact-page__shop-map {
        width: 100%
    }
}

@media (max-width: 610px) {
    .page-footer .telephones {
        margin-bottom: 15px
    }

    .page-footer__logo {
        display: block;
        margin-bottom: 15px;
        width: 100%;
        text-align: center
    }

    .page-footer__social-buttons {
        margin-top: 15px;
        width: 100%;
        justify-content: center
    }

    .page-footer__telephones {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 600px) {
    .contact_info_item-numbers, .contact_info_item-time {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .page-footer__telephones {
        width: 100%
    }

    .page-footer .phone-numbers {
        margin: 0 auto
    }

    .page-footer__contacts {
        width: 100%;
        text-align: center
    }

    .page-footer__telephones .number-address-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .product-filter__feature-value {
        flex-basis: 50%
    }

}

@media (max-width: 480px) {
    .page-footer__logo {
        width: 100%
    }
}

@media (max-width: 400px) {
    .cart__checkout-form-row {
        flex-direction: column
    }

    .cart__checkout-form-label {
        margin-bottom: 5px
    }
}


@media screen and (max-width: 450px) {

    .mobile-page-header_logo img {
        max-width: 150px;
        height: auto;
    }

    .product {
        width: calc(50% - 10px);
        height: auto;
        /*margin-right: 5px;*/
        /*margin-left: 5px;*/
    }

    .product__specifications {
        display: block;
        position: unset;
        border-bottom: none;
    }

    .product__wrapper {
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .product__wrapper:hover {
        height: 100%;
    }

    .product__image {
        position: unset;
        object-fit: cover;
        width: 100%;
        height: 170px;
    }

    .product__name {
        height: auto;
        font-size: 14px;
        min-height: 35px;
    }

    .product__image-wrapper {
        height: auto;
    }

    .product__price {
        font-size: 14px;
    }

    .product__buy-button {
        font-size: 11px;
    }

    .product__specification-name {
        font-size: 9px;
    }

    .product__specification-value {
        font-size: 10px;
        text-wrap: nowrap;
    }

    .product-category__title {
        margin-right: 0;
        font-size: 1.5em;
    }

    .product__price-new {
        font-size: 17px;
    }

    .product__saving {
        font-size: 12px;
    }

    .motoshymy_slider_item__title {
        font-size: 25px;
    }

    .motoshymy_slider_item__link a {
        padding: 10px;
        font-size: 16px;
    }

    .motoshymy_slider_item__title-block {
        min-width: 270px;
    }

    .motoshymy_slider_item__info {
        justify-content: center;
        padding-right: 5px;
        padding-left: 5px;
    }

    .product-category__title {
        text-align: left;
    }

    .product_moto_cart__name a, .product_moto_cart__price {
        font-size: 12px;
    }

    .product_moto_cart {
        min-width: 90px;
    }

    .product_moto_cart__price-icon img {
        max-width: 15px;
        height: auto;
    }

    .product_moto_cart__price-icon:after {
        width: 10px;
        height: 5px;
        top: 5px;
        left: 20px;
    }

    .product_moto_cart {
        margin: 5px;
        padding: 15px 15px;
        width: calc(50% - 40px);
    }

    .product_moto_cart__price-icon {
        width: 30px;
    }

    .control-img-play {
        border: 10px solid transparent;
        border-right: 10px solid white;
        border-bottom: 10px solid white;
        top: 16px;
        left: 12px;
    }

    .video_category {
        height: 50vh;
    }

    .video_category-title {
        font-size: 16px;
    }

    .video_category-play {
        width: 50px;
        height: 50px;
    }

    .motoshymy_slider_item {
        height: 50vh;
    }

    .modal_title {
        font-size: 14px;
        line-height: 19px;
    }

    .modal_buttons > div a {
        font-size: 12px;
        padding: 13px 18px;
    }

    .cart .cart_product {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .cart__product-name {
        width: 100%;
        text-align: center;
    }

    .blog_sidebar_items {
        flex-wrap: wrap;
    }

    .blog_sidebar_item {
        width: 100%;
    }

    #blog_sidebar {
        width: calc(100% - 10px);
        margin-right: 5px;
        margin-left: 5px;
    }

    .blog_sidebar_item-hr {
        width: 100%;
        display: block;
    }

    .article_img_bg {
        min-height: 350px;
    }

    .category_article__item_title {
        font-size: 18px;
    }

    .category_article_content {
        padding: 10px 10px;
    }

    .pretty_thumbnails {
        padding-right: 15px;
        padding-left: 15px;
    }

    .pretty_thumbnails li {
        width: 100%;
        text-align: center;
    }

    .banner__img {
        display: none;
    }

    .banner__img2 {
        display: block;
    }

    .guarantee {
        font-size: 14px;
        padding: 6px 15px;
    }

    .banner_mobile {
        display: block;
    }

    .banner_desktop {
        display: none;
    }

    .header_switchers {
        order: -1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header_switchers .languages_switcher {
        margin-left: 5px;
    }

    .currency_switcher-dropdown {
        height: 100%;
    }

    .phone-numbers__link {
        font-size: 14px;
    }

    .ocf-value-list-body {
        padding-bottom: 45px;
    }

    header.page-header {
        padding-bottom: 65px;
        box-sizing: border-box;
    }

    .contact-column {
        padding: 15px 15px 20px 15px;
    }

    .contact_info_items ul {
        margin-top: 0;
        margin-bottom: 0;
    }

    .contact_info_item li a, .contact_info_item li {
        font-size: 12px;
    }

    .contact_info-address:after, .contact_info-time:after, .contact_info-numbers:after {
        width: 21px;
        height: 21px;
        left: 0;
    }

    .contact_info-address:after {
        margin-top: -10.5px;
    }

    .contact_info-time, .contact_info-numbers, .contact_info-address {
        padding-left: 30px;
    }

    .contact-container > .contact-column:first-child {
        margin-top: 0;
    }

    .contact_title {
        font-size: 16px;
    }

    .contact_info_items {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
    }

    .contact_info-number {
        line-height: 1;
        font-size: 124px;
    }

    .contact_map {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 389px) {

    .mobile-page-header_logo img {
        max-width: 100px;
        height: auto;
    }
}


.product-list-table {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
}
.product-list-table thead th {
    padding:0.5rem;
    vertical-align: middle;
}
.product-list-table td {
    padding: .5rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.product-list-table__image {
    width: 50px;
}
.product-list-table__image img {
    max-width: 50px;
    max-height: 50px;
    height: auto;
    width: auto;
}
.product-list-table__name {
    width: 80%;
}
.product-list-table__sku,
product-list-table__code {
    text-align: center;
}
.product-list-table__align-left {
    text-align: left;
}
.product-list-table__price,
.product-list-table__buy {
    width: 10%;
}
.product-list-table__text-nowrap {
    white-space: nowrap;
}

.product-list-table__expected {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
}

.text-nowrap {
    white-space: nowrap;
}

.account-page-wrapper {
}

.b2b-login {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.b2b-login__title {
    font-size: 40px;
}

.b2b-login__desc {
    font-size: 18px;
    margin-bottom: 20px;
    width: 750px;
    max-width: 100%;
    text-align: center;
    line-height: 24px;
}

.b2b-login__form {
    width: 300px;
    max-width: 100%;
    margin-bottom: 40px;
}

.b2b-login .form-group {
    margin-bottom: 20px;
}
.b2b-login .form-group .control-label {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
}
.b2b-login .form-group .form-control {
    width: 100%;
    font-size: 16px;
    padding: 8px 12px;
}
.b2b-login .form-group a {
    margin-top: 5px;
    display: inline-block;
}

.b2b-login__brands {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.b2b-login__brands > * {
    margin: 0 10px;
}

.alert-danger {
    color: red;
    margin-bottom: 20px;
}

/*Number input*/
.number-input-form input[type="number"],
input[type="number"].number-input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.number-input-form input[type=number]::-webkit-inner-spin-button,
.number-input-form input[type=number]::-webkit-outer-spin-button,
input[type="number"].number-input::-webkit-inner-spin-button,
input[type="number"].number-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input-form {
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-flex;
    -webkit-box-shadow: 0 4.3px 5px 0 rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 4.3px 5px 0 rgba(0, 0, 0, .23);
    box-shadow: 0 4.3px 5px 0 rgba(0, 0, 0, .23);
}
.number-input-form,
.number-input-form * {
    box-sizing: border-box;
}

.number-input-form button {

}
.number-input-form button:hover {

}

.number-input-form .number-input {
    max-width: 36px;
    border: solid #ddd;
    border-width: 0 1px;
    padding-left: 0;
    padding-right: 0;
    height: 30px;
    font-weight: bold;
    text-align: center;
    transition: background-color .5ms ease-in-out;
    background-color: #fff;
}

.number-input-success {
    background-color: rgba(0, 128, 0, 0.1) !important;
    transition: background-color .5ms ease-in-out;
}
.number-input-error {
    background-color: rgba(255, 0, 0, 0.1) !important;
    transition: background-color .5ms ease-in-out;
}

.table-row-success {
    background: rgba(0, 128, 0, 0.1) !important;
    transition: background-color .5ms ease-in-out;
}
.table-row-error {
    background: rgba(255, 0, 0, 0.1) !important;
    transition: background-color .5ms ease-in-out;
}


/* Main category Tree */
.product-card__in-categories {
    padding-right: 11px;
}
.product-card__in-categories .subcat {
    display: none;
}
.product-card__in-categories .subcat_0 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* сategories name wrapper template > image, name, arrow */
.product-card__in-categories .category-name-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 8px;

    background-color: #FFFFFF;
    border-radius: 8px;
    cursor: pointer;
}
.product-card__in-categories .category-name-wrapper img {
    height: 40px;
    aspect-ratio: 1/1;
    flex: 0 auto;
}
.product-card__in-categories .category-name-wrapper span {
    flex: 1 auto;
    pointer-events: none;
}
.product-card__in-categories .category-name-wrapper::after {
    content: '';
    display: flex;
    align-items: center;
    height: 24px;
    width: 24px;
    background: url('/image/svg/arrow-down.svg') no-repeat center;
    flex: 0 auto;
}
.product-card__in-categories .category-name-wrapper.opened::after  {
    transform: rotateZ(-180deg);
}
.product-card__in-categories .category-name-wrapper.opened ~ .subcat {
    display: block;
}
/* END сategories name wrapper template > image, name, arrow */


/* sub categories view */
/* .product-card__in-categories .subcat_2:not(.opened),
.product-card__in-categories .subcat_3:not(.opened),
.product-card__in-categories .subcat_4:not(.opened) {
    display: none;
} */
.product-card__in-categories .subcat_0 > li > .subcat_1:first-child {
    display: block;
}
.product-card__in-categories .subcat_1 > li {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.product-card__in-categories .subcat_1 > li > .category-name-wrapper {
    height: 48px;
    padding: 4px 8px;

    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.product-card__in-categories .subcat_0 > li:not(:has(.subcat_2)),
.product-card__in-categories .subcat_2 > li {
    background-color: #FFFFFF;
    border-radius: 8px;
    margin-top: 6px;
}
.product-card__in-categories .subcat_2 > li > .category-name-wrapper {
    height: 56px;
    padding: 8px;

    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}


.product-card__in-categories .subcat_0 > li:not(:has(.subcat_2)),
.product-card__in-categories .subcat_3 > li {
    padding: 14px;
}
.product-card__in-categories .subcat_3 > li:not(:first-child) {
    border-top: 1px solid #E4E4E8;
}

.product-card__in-categories .subcat_3 > li > .category-name-wrapper {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.product-card__in-categories .subcat_3 > li > .category-name-wrapper::before {
    content: '';
    display: flex;
    align-items: center;
    background: url('/image/svg/plus.svg') no-repeat center;
    height: 24px;
    width: 24px;
    flex: 0 auto;
}
.product-card__in-categories .subcat_3 > li > .category-name-wrapper.opened::before {
    background: url('/image/svg/minus.svg') no-repeat center;
}
.product-card__in-categories .subcat_3 > li > .category-name-wrapper::after {
    display: none;
}

.product-card__in-categories .subcat_4 {
    overflow: hidden;
    margin-top: 4px;
}
.product-card__in-categories .subcat_1 > li:not(:has(.subcat_2)),
.product-card__in-categories .subcat_4 > li {
    /* display: block; */
    background: #F6F6F6;
    margin-top: 8px;
    padding: 8px 32px;
    border-radius: 8px;
}

.product-card__in-categories .sparepart-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product-card__in-categories .sparepart-item span {
    flex: 1 auto;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.product-card__in-categories .sparepart-item__links {
    display: flex;
    flex-direction: row;
    gap: 11px;
}


/* last sub category links */
.product-card__in-categories .sparepart-item__links a {
    display: flex;
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    /* font-family: "Unbounded", serif; */
    background: #FFFFFF;
}
.product-card__in-categories .sparepart-item__links a:last-child::after {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background: url("/image/svg/arrow_outward.svg") no-repeat center;
    flex: 0 auto;
}

/*.account-table*/
.account-table {
    width: 100%;
    max-width: 100%;
}
.account-table > thead > tr > th,
.account-table > tbody > tr > th,
.account-table > tfoot > tr > th,
.account-table > thead > tr > td,
.account-table > tbody > tr > td,
.account-table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.account-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.account-table > caption + thead > tr:first-child > th,
.account-table > colgroup + thead > tr:first-child > th,
.account-table > thead:first-child > tr:first-child > th,
.account-table > caption + thead > tr:first-child > td,
.account-table > colgroup + thead > tr:first-child > td,
.account-table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.account-table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.account-table .account-table {
    background-color: #fff;
}
.account-table-condensed > thead > tr > th,
.account-table-condensed > tbody > tr > th,
.account-table-condensed > tfoot > tr > th,
.account-table-condensed > thead > tr > td,
.account-table-condensed > tbody > tr > td,
.account-table-condensed > tfoot > tr > td {
    padding: 5px;
}
.account-table-bordered {
    border: 1px solid #ddd;
}
.account-table-bordered > thead > tr > th,
.account-table-bordered > tbody > tr > th,
.account-table-bordered > tfoot > tr > th,
.account-table-bordered > thead > tr > td,
.account-table-bordered > tbody > tr > td,
.account-table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.account-table-bordered > thead > tr > th,
.account-table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.account-table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.account-table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.account-table__head.is-sticky:before {
    content: '';
    background: inherit;
    position: absolute;
    top: 0;
    left: calc((100% - 100vw) / 2);
    width: 100vw;
    height: 100%;
    z-index: -1;
}

.account-type-alert {
    padding: 5px;
    background: #000;
    color: #fff;
}
.account-type-alert a {
    margin-left: 12px;
    color: orange;
}