

/* Start:/bitrix/templates/samokat/components/bitrix/catalog.element/element/style.css?16821333175542*/
.add-product-cart{
    background-image: url(/bitrix/templates/samokat/images/button1-grey.png) !important;
    color: white !important;
}
.data-order{
    margin-top: 15px;
}
.add-product-cart, .order-fast-popup{
    cursor: pointer;
    font-size: 16px !important;
}
.one-buy-description{
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 100;
    font-size: 18px;
    text-align: center;
    line-height: normal;
}
.tags{
    display: flex;
}
.tags-items{
    width: 75%;
}

.detail-content__card .fotorama__fullscreen-icon {
    /*background-color: #ffcb05;*/
}
/*.person img {*/
/*    border-radius: 0px !important;*/
/*    width: 270px !important;*/
/*    height: auto !important;*/
/*}*/

.choice_offers{
    width: 300px;
}

.size_product_list{
    display: flex;
    justify-content: space-between;
}

.size_product_list div{
    background-image: url(/bitrix/templates/samokat/images/catalog-orange-btn-1.svg);
    padding: 5px 20px;
    background-repeat: no-repeat;
    font-size: 16px;
    cursor: pointer;
}
.size_product_list div.choice_size{
    border: 2px solid #171616;
}


.all-option{
    display: inline-block;
    color: #444;
    border-bottom: 1px dashed #444;
    margin-top: 5px;
}
.all-option:hover{
    color: #171616;
    text-decoration: none;
}

.detail-content__title{
    margin-top: 0px;
}

.info-product{
    display: flex;
    justify-content: space-between;
}
.sale-name{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url(/bitrix/templates/samokat/images/border.svg) no-repeat center;
    height: 67px;
    width: 137px;
    font-size: 13px;
}
.posincard{
    background: #F7F7F7;
    padding-bottom: 31px;
    padding-top: 25px;
    padding-left: 48px;
    padding-right: 25px;
    margin-top: 30px;
}
.product-item-detail-price-current{
    font-weight: bold !important;
}
.detail-options_block{
    flex-direction: column;
    align-items: start !important;
    margin-top: 0px !important;
}
.wrap-price{
    display: flex;
    width: 100%;
}
.wrap-sales{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wrap-sales a{
    text-decoration: none;
    color: #3D3D3D;
}
.price-sale{
    margin-right: 30px;
}
.basket__qt.detail{
    background: white;
    border: 1px solid #D3D3D3;
    border-radius: 32px;
    padding: 3px 3px 3px 3px;
    margin-left: 0px !important;
}
.basket__button.minus, .basket__button.plus{
    border-radius: 21px;
    background: #FFBD17 !important;
}
.basket__input{
    border: none;
}
.product-detail_basket{
    background: url(/bitrix/templates/samokat/components/bitrix/catalog.element/element/images/button.svg) no-repeat !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 140px !important;
    height: 49px !important;
}
.product-detail_basket.order-fast, .product-detail_basket.order-fast-auth {
    background: url(/bitrix/templates/samokat/components/bitrix/catalog.element/element/images/button-grey.png) no-repeat !important;
    color: white;
    font-size: 14px !important;
}
.wrap-btns{
    display: flex;
}
.block-right{
    display: flex;
    flex-direction: column;
}
.detail-price{
    margin-top: 5px;
    margin-right: 30px;
}
.preorder-text{
    margin-top: 10px;
}
.detail-navigation{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 56px;
}
.detail-navigation a{
    color: #3D3D3D;
}
.detail-navigation a:hover, .wrap-sales a:hover{
    color: #3D3D3D;
    text-decoration: none;
}
.price-sale div{
    text-decoration: none;
    position: relative;
    color: #8D8B8C;
    font-weight: 100;
}
.price-sale div::before{
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    border-bottom: 2px solid #8D8B8C;
    transform: rotate(167deg);
}
.size_product_list{
    margin-bottom: 15px;
}
.option-gradient{
    color: #8d8b8c73 !important;
    background-image: linear-gradient(to right, #f8f8f8, #ffffff, #f6f6f6)
}
.tooltip-sale{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFBD17;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.tooltip_panel{
    display: none;
}
.tooltip-sale:hover .tooltip_panel {
    display: block;
    position: absolute;
    width: 100%;
    padding: 20px;
    background: #FFBD17;
    color: #444;
    left: 0px;
    margin-top: 0px;
    top: -30px;
    z-index: 1000;
}
.detail-content_button:after{
    display: none !important;
}
@media (max-width: 600px) {
    .wrap-price{
        flex-direction: column;
    }
    .posincard{
        padding-left: 15px;
        padding-right: 15px;
    }
    /*.wrap-btns{*/
    /*    flex-wrap: wrap;*/
    /*}*/
}
@media (max-width: 520px) {
    .wrap-btns-autho{
       display: grid;
       grid-template-columns: auto;
    }
    .wrap-btns-autho .btn-buy-product{
        justify-self: end;
        margin-top: 10px;
    }
   .wrap-btns-autho .basket__qt.detail{
       grid-column: 1/3;
       justify-self: center;
   }
   .wrap-btns-autho .order-fast-auth{
       margin-top: 10px;
   }
}

@media (max-width: 448px) {
    .basket__qt.detail{
        width: 170px;
        justify-content: space-between;
    }
    .preorder-text {
        margin-top: 17px;
    }
    .delivery_element-info{
        flex-direction: column;
    }
    .delivery_element-title{
        margin-bottom: 10px;
    }
    .product-detail_basket{
        font-size: 13px !important;
        width: 115px !important;
    }
    .order-fast, .order-fast-auth {
        font-size: 11px !important;
    }
}
/* End */


/* Start:/bitrix/templates/samokat/components/bitrix/news.detail/detail-author/style.css?1682133432162*/
.wrap-img-person{
    float: left;
    margin-right:20px;
}
@media only screen and (max-width: 991px) {
    .wrap-img-person{
        float: none;
    }
}
/* End */
/* /bitrix/templates/samokat/components/bitrix/catalog.element/element/style.css?16821333175542 */
/* /bitrix/templates/samokat/components/bitrix/news.detail/detail-author/style.css?1682133432162 */
