@font-face {
    font-family: Orbitron;
    src: url('../fonts/Orbitron-Regular.html');
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Regular.html');
    font-display: swap;
}


#video-moto{
    width: 100%;
}
.active-popup, .popup-video-bg-active{
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.active-popup{
    z-index: 9999;
}
.banner_items{
    position: relative;
}
.banner_item{
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(270deg, #050505 0%, rgba(0, 92, 200, 0.677083) 38.02%, rgba(29, 122, 231, 0) 100%);
    color: white;
}

.banner_item__info, #fixed_img, #bottom_img{
    width: 50%;
    text-align: center;
}
.banner_item__img{
    text-align: left;
}
.banner__item_container{
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.banner_item__info{
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
}
.banner_item__img img{
    max-width: 450px;
}
.banner_item__title h1{
    font-size: 46px;
    text-align: center;
    color: inherit;
    font-family: Orbitron;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px;
}
.banner_item__hr hr{
    border: none;
    height: 1px;
    background-color: #C00003;
}
.banner_item__description{
    font-weight: normal;
    font-size: 18px;
    color: inherit;
}
.banner_item__price{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: inherit;
}
.banner_item__btn_buy a{
    /*color: inherit;*/
    /*background: linear-gradient(108.06deg, #C00003 47.48%, #E60306 100%);*/
    display: block;
    padding: 13px;
    font-family: Montserrat;
    font-size: 26px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.banner_item__btn_buy a:hover{
    /*opacity: 0.8;*/
}
.banner_item__price{
    margin-top: 15px;
    margin-bottom: 15px;
}
.page-header{
    /*margin-bottom: 0;*/
}
.banner__footer{
    align-items: center;
    display: flex;
    position: absolute;
    bottom: -60px;
    right: 50%;
    transform: translateX(50%);
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    width: 115px;
    height: 115px;
    justify-content: center;
    cursor: pointer;
}
.banner_footer-rad{
    font-family: Orbitron;
    font-size: 22px;
    color: #C00003;
    position: relative;
}
.banner_footer_arrow{
    position: absolute;
    background-image: url('../img/recycling%202.png');
    width: 115px;
    height: 115px;
    background-size: cover;
}
.banner__footer:hover .banner_footer_arrow{
    animation: rotate 1s ease;
}

@keyframes rotate {
    0%{
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}

ul.breadcrumbs.container{
    margin-top: 10px;
}
.product-card-moto{
    margin-top: 30px;
}
.banner__item_info{
    width: 50%;
}
.container_info{
    display: flex;
    flex-wrap: wrap;
}
.info_item{
    width: 20%;
    margin-top: 30px;
    text-align: center;
}
.info_item__title{
    font-size: 10px;
    color: #898989;
    text-transform: uppercase;
    margin-top: 5px;
    max-width: 80px;
    margin-right: auto;
    margin-left: auto;
}
.info_item__img img{
    width: 60px;
    height: 60px;
}
.product-cart-moto__chraracter{
    text-align: center;
    background: #F7F8FB;
    min-width: 600px;
    max-width: 600px;
}
.product-card__moto_specifications > h3{
    display: none;
}
.product-card__moto_specifications td{
    font-family: Montserrat;
    font-size: 16px;
    color: #454545;
    padding: 15px 50px;
}
.product-cart-moto__chraracter h2{
    max-width: 391px;
    margin-right: auto;
    margin-left: auto;
    font-family: Montserrat;
    font-size: 22px;
    color: #454545;
}
.title_moto_specifications{
    border-bottom: 1px solid #C00003;
}
.product-card__moto_specifications table{
    width: 100%;
    border-spacing: 0;
}
.product-card__moto_specifications table tr, .product-card__moto_specifications table td{
    border-spacing: 0;
}
.product-card__moto_specifications table tr:nth-child(odd) > td:first-child, .product-card__moto_specifications table tr:nth-child(even) > td:last-child{
    background: #EEF1F9;
}
.product-cart-moto__cart{
    min-width: 330px;
    background: #F7F8FB;
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 9;
}
.product-cart-moto__cart .product-cart__price{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 36px;
    color: #454545;
    margin-top: 0;
    margin-bottom: 8px;
}
.product-cart-moto__cart .product-cart__price h1 {
    font-size: inherit;
    margin: 0;
}
.product-cart-moto__cart .product-cart__price.new-price{
    color: #1eb600;
}
.product-cart__price.old-price{
    text-decoration: line-through;
}
.banner_item__btn_buy{
    color: white;
    cursor: pointer;
}
.product-cart__in_stock{
    font-size: 18px;
    color: rgba(69, 69, 69, 0.35);
    margin-bottom: 25px;
}
.product-cart__btn_credit_popup{
    margin-top: 15px;
}
.product-cart__btn_credit_popup a{
    cursor: pointer;
    display: block;
    padding: 10px 35px;
    border: 3px solid #C00003;
    font-family: Montserrat;
    font-size: 26px;
    color: #454545;
    transition: all 0.3s ease;
    background: #F7F8FB;
    text-transform: uppercase;
}
.product-cart__btn_credit_popup a:hover{
    background: #e4e4e4;
}
.product-card_moto__buy-info_item h3{
    font-family: Montserrat;
    font-size: 14px;
    color: #212121;
    margin-top: 0;
    border-bottom: 1px solid #C00003;
    padding-bottom: 9px;
    display: inline-block;
}
.product-card_moto__buy-info_item ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-card_moto__buy-info_item{
    max-width: 300px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.product-card_moto__buy-info{
    margin-top: 70px;
}
.product_delivery_item{
    font-size: 14px;
    color: #454545;
}
.product-card_moto__delivery-company-logo-wrapper{
    margin-top: 15px;
}
.popular{
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
}
.popular_title{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 26px;
    color: #262626;
    text-align: center;
}
.popular_items{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.popular_item{
    max-width: 150px;
    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;
}
section.product-card_moto__buy-info{
    margin-bottom: 70px;
}
.popular_item__img img{
    max-width: 150px;
}
.popular_item__name a{
    font-family: Montserrat;
    font-size: 14px;
    color: #454545;
    margin-top: 15px;
    font-weight: 600;
}
.popular_link_block{
    display: block;
}
.popular_item__price-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.popular_item__price-icon{
    position: relative;
    background-color: white;
    z-index: 99;
    width: 60px;
    text-align: right;
}
.popular_item__price-icon img{
    background: white;
}
.popular_item__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;
}
.popular_item__price-icon:hover:after{
    left: 40px;
}
.popular_item__price{
    font-family: Montserrat;
    font-size: 14px;
    color: #454545;
}
.popular_item__price-old{
    font-size: 12px;
    text-decoration: line-through;
}
.popular_item__price-new{
    font-size: 14px;
    color: #1eb600;
}
.product-card_moto__delivery-company-logo-wrapper img{
    margin-right: 8px;
    margin-left: 8px;
}
#fixed_img{
    min-height: 450px;
}
.banner_item__img.fixed{
    position: fixed;
}
.credit__item{
    display: flex;
    margin-top: 30px;
    text-align: left;
    align-items: center;
}
.credit__img{
    margin-right: 15px;
}
.credit_block{
    position: absolute;
    width: 100%;
    z-index: -1;
    background: #F7F8FB;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s ease;
    visibility: hidden;
}
.credit_block.active{
    bottom: -200px;
    opacity: 1;
    visibility: visible;
}
.credit__items{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
}
.product-card__description_moto{
    margin-top: 40px;
}
.product-cart__price-outofstock{
    font-family: Montserrat;
    font-size: 36px;
    color: rgba(69, 69, 69, 0.35);
}
.product-card__product-moto-available--no{
    font-size: 18px;
    color: rgba(69, 69, 69, 0.35);
}
.banner__item_container, .product-card_moto__buy-info{
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
.popular_items .slick-arrow{
    font-size: 0;
    background: none;
    border: none;
    width: 15px;
    height: 15px;
    padding: 0;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    z-index: 9;
    outline: none !important;
}
.popular_items .slick-arrow.slick-prev{
    left: -10px;
    transform: rotate(135deg);
}
.popular_items .slick-arrow.slick-next{
    right: -10px;
    transform: rotate(-45deg);
}
.product-card__buy {
    margin-right: 10px;
    margin-left: 10px;
}

.product-cart-moto__cart {
    min-width: auto;
    padding: 20px;
}

.product-cart__btn_credit_popup a {
    font-size: 16px;
    padding: 5px 20px;
}

.banner_item__btn_buy a {
    font-size: 16px;
    padding: 13px 10px 10px;
}

.product-cart-moto__cart .product-cart__price {
    font-size: 30px;
}

.credit__img {
    max-width: 70%;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    transition: opacity .2s ease-in-out;
}
.credit__img:hover {
    opacity: .7;
}

.credit_block.active {
    bottom: -69px;
}

.credit__item {
    margin-top: 20px;
}

main.container.product_motoshlemy {
    width: 100%;
}
.product_motoshlemy .product-cart-moto__cart{
    min-width: 330px;
    padding: 30px;
}
.product_motoshlemy .product-cart-moto__cart .product-cart__price{
    font-size: 36px;
}
.product_motoshlemy .banner_item__btn_buy a{
    padding: 13px;
    text-transform: uppercase;
    font-size: 26px;
}
.product_motoshlemy .product-cart__btn_credit_popup a{
    padding: 10px 35px;
    font-size: 26px;
}
.product_motoshlemy .credit__img{
    max-width: 100%;
}
.product_motoshlemy .credit__item{
    margin-top: 30px;
}
.product_motoshlemy .credit_block.active{
    bottom: -200px;
}

.product_motoshlemy .product-cart-moto{
    margin-top: 20px;
}
.product_cart_credit-btn{
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
}
.product_cart_credit{
    z-index: 9;
}
@media screen and (max-width:1024px) {
    .product-cart-moto__chraracter, .product-cart-moto__cart, .product_motoshlemy .product-cart-moto__cart, .product_motoshlemy .product-cart-moto__chraracter{
        min-width: 1px;
    }
    .product-cart-moto__chraracter, .product_motoshlemy .product-cart-moto__chraracter{
        margin-right: 15px;
        max-width: 100%;
    }
    .product-cart-moto__cart{
        margin-left: 15px;
    }
}
@media screen and (max-width: 900px){
    .popular_item{
        margin-top: 30px;
    }
    .product-card_moto__buy-info_item{
        margin-right: 10px;
        margin-left: 10px;
    }
    .banner_item__info-container .banner_item__title h1{
        font-size: 25px;
    }
    .banner_item__btn_buy a{
        font-size: 22px;
    }
    .banner__footer{
        right: 45%;
    }
    .info_item__img img{
        width: 40px;
        height: 40px;
    }
    .banner_item__img img, #fixed_img, #fixed_img{
        max-width: 350px;
        min-height: 350px;
    }
    .product-card__moto_specifications td{
        padding: 15px 30px;
    }
}
@media screen and (max-width: 769px){
    .product-cart-moto__cart, .product_motoshlemy .product-cart-moto__cart{
        width: auto;
    }

    .product-card__info-wrapper {
        box-sizing: border-box;
    }
    .banner__footer, .banner_footer_arrow{
        width: 75px;
        height: 75px;
    }
    .banner_footer-rad{
        font-size: 15px;
    }
    .banner__footer{
        right: 50%;
        bottom: -40px;
    }
    .banner__item_container{
        flex-wrap: wrap;
    }
    .product_motoshlemy .product-cart-moto__cart,.product_motoshlemy .product-cart-moto__chraracter {
        width: 100%;
    }
    .product-cart-moto__cart,.product_motoshlemy .product-cart-moto__cart {
        margin-top: 30px;
    }
    .product-card_moto__buy-info_item,.product_motoshlemy .product-card_moto__buy-info_item {
        width: 100%;
        max-width: 400px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .product-card_moto__buy-info, .product_motoshlemy .product-card_moto__buy-info{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .banner_item__img img{
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        min-height: 1px;
    }
    #fixed_img, #fixed_img, .banner__item_info{
        max-width: none;
        min-height: 1px;
        width: 100%;
    }
    .info_item__img img{
        width: 60px;
        height: 60px;
    }
    .banner_item__img{
        text-align: center;
    }
    .product-card-moto #fixed_img{
        display: none;
    }
    .product-card-moto{
        margin-bottom: 40px;
    }
    .banner_item{
        padding-bottom: 50px;
    }
    .popular_item{
        max-width: 250px;
    }
    .banner_item__info{
        width: 100%;
    }
    .product-cart-moto__chraracter{
        margin-right: 0;
    }
    .product-cart-moto__cart{
        margin-left: 0;
    }

}
@media screen and (max-width: 450px){
    .container_info{
        justify-content: center;
    }
    .info_item{
        width: 25%;
        min-width: 60px;
    }
    .product-cart-moto__chraracter h2{
        padding-right: 15px;
        padding-left: 15px;
        font-size: 14px;
    }
    .product-card__moto_specifications td{
        padding: 10px 10px;
        font-size: 14px;
    }
    .product-cart__btn_credit_popup a, .banner_item__btn_buy a, .product_motoshlemy .banner_item__btn_buy a, .product_motoshlemy .product-cart__btn_credit_popup a {
        font-size: 16px;
    }
    .banner_item__info-container .banner_item__title h1{
        font-size: 22px;
    }
    .breadcrumbs__item:last-child{
        font-size: 14px;
    }
    .popular_items{
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }
    .popular_item{
        max-width: 100%;
    }
    .product-card__moto_specifications table{
        border-spacing: 0;
        margin-top: 0;
    }
    .info_item__img img {
        width: 40px;
        height: 40px;
    }
    .popular_item__img img{
        margin: auto;
    }
    .popular_item{
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .popular_items{
        margin-top: 10px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .popular_item__price-icon img{
        margin-left: auto;
    }
    .product_cart_credit-btn a{
        font-size: 10px;
        padding: 5px 10px;
    }
    .product_cart_credit.active{
        bottom: -95px;
    }
    .product_cart_credit .credit__items{
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .product__action .button{
        padding: 5px 10px;
    }
    .product_cart_credit a{
        margin-top: 10px;
        font-size: 10px
    }
    .product_cart_credit .credit__img {
        margin-right: 10px;
        max-width: 30px;
    }
    .product__action{
        height: auto;
        position: relative;
        padding-bottom: 5px;
    }
}

.product__codes {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-bottom: 24px;
}

/*.product__code {*/
/*    padding: 0 5px;*/
/*    color: #adadad;*/
/*    transition: all .3s ease-in-out;*/
/*    cursor: pointer;*/
/*    font-size: 13px;*/
/*    text-align: center;*/
/*    display: block;*/
/*    height: 15px;*/
/*}*/
/*.product__code:hover {*/
/*    color: #000;*/
/*}*/

/*.product__code.clicked {*/
/*    opacity: 0;*/
/*}*/

.product__image-wrapper {

}
.product__image-wrapper:before,
.product__image-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 22px;
    display: block;
    background: #fff;
    z-index: 1;
}

.product__image-wrapper:before {
    top: 0;
}
.product__image-wrapper:after {
    bottom: 0;
}