.see-more-section {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 1.9px;
    color: #231f20;
    background-color: #FFBD17;
    border-radius: 4px 11px 8px 14px;
    padding: 2px 27px 2px 24px;
    cursor: pointer;
    margin: 3px 5px;
    margin-top: 20px;
    background: url(/bitrix/templates/samokat/images/catalog-orange-btn-6.svg) no-repeat !important;
}

.wrap-see-more {
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
}

.wrap-block-slider {
    padding-left: 35px;
    padding-right: 35px;
}

.wrap-block-slider--selected {
    background-color: #f1f1f1;
}

.more_desktop {
    float: right;
    margin-top: 20px;
}

.wrap-block-slider h2 {
    float: left;
}

#load-popup {
    position: fixed;
    z-index: 1150;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
}

.cart__items {
    font-size: 0.875rem;
    vertical-align: super;
    border-bottom: 2px dashed;
    color: #008593;
}

.cart__items:hover {
    color: #008593;
    border: none;
}

.cart .item__wrapper {
    padding: 1.5rem;
    border-bottom: 1px solid #E5E5E5;
}

@media (min-width: 767px) {
    .cart .item__img {
        width: 15%;
    }
}

@media (min-width: 767px) and (max-width: 991.98px) {
    .cart .item__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        margin-right: 1rem;
    }

    .sum_title {
        font-size: 15px;
    }
}

.cart .item__img img {
    /* width: 160px;
     height: 160px;*/
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .cart .item__img img {
        width: 100%;
        height: auto;
    }
}

.cart .item__info {
    width: 25%;
}

@media (max-width: 991.98px) {
    .cart .item__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }
}

.cart .item__title {
    margin-bottom: 0.5rem;
}

.cart .item__attributes {
    color: #C1C1C1;
    font-size: 0.875rem;
    margin-bottom: 1.125rem;
}

.cart .item__remove {
    color: #FF4646;
    font-size: 0.875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.cart .item__prices {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
}

@media (max-width: 991.98px) {
    .cart .item__prices {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }
}

.cart .item__price--multiple {
    margin-top: 2.625rem;
}

.cart .amount {
    margin-bottom: 1.5rem;
}

.cart .amount__decrease {
    width: 0px;
    height: 0px;
    /*  border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-right: 10px solid #C1C1C1;*/
    padding: 0;
    border-radius: 0;
}

.cart .amount__number {
    margin: 0 0.5rem;
    display: inline-block;
}

.cart .amount__increase {
    width: 0px;
    height: 0px;
    /*  border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 10px solid #C1C1C1;*/
    padding: 0;
    border-radius: 0;
}

.cart__summary {
    font-size: 17px;
    font-weight: 100;
    color: #000;
    margin-left: auto;
    float: right;
    margin-top: 1rem;
    line-height: 25px;
}

@media (max-width: 991.98px) {
    .cart__summary {
        position: static;
        margin-bottom: 1rem;
    }
}

.cart__summary--info {
    color: #C1C1C1;
    font-size: 0.875rem;
    display: block;

}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.detail-content_button.o-w-click-button {
    position: inherit;
}

.o-w-modal-body .o-w-public-btn-primary {
    background-color: #FFBD17;
    color: white;
    border-color: #FFBD17;
}

.o-w-modal-body .o-w-public-btn-primary:hover {
    background-color: #FFBD17;
    color: white;
    border-color: #FFBD17;
}

.o-w-modal-body .o-w-cr-costume input[type=checkbox]:checked + label:before {
    background-color: white;
    color: #FFBD17;
}

.o-w-modal-body .o-w-sup-required {
    color: #FFBD17;
}

.o-w-modal-body .o-w-modal-title,
.o-w-modal-body .o-w-title,
.o-w-modal-body .o-w-info,
.o-w-modal-body .o-w-label,
.o-w-modal-body .o-w-cr-costume input[type=checkbox] + label,
.o-w-modal-body .o-w-price .o-w-fx-mobile span,
.o-w-modal-body .o-w-price .o-w-fx-mobile div,
.o-w-modal-body .o-w-delivery_flex_block .o-w-d-item,
.o-w-modal-body .o-w-payment_flex_block .o-w-p-item,
.o-w-modal-body textarea,
.o-w-modal-body .o-w-sup-required,
.o-w-modal-body input {
    font-family: 'ibmplexmono', sans-serif;
    font-style: normal;
    font-weight: 100;
}

.o-w-modal-body .o-w-info {
    color: #333;
    font-size: 14px;
    padding: 14px 14px;
    margin-bottom: 7px;
    margin-left: 0;
    border: 1px #FFBD17 solid;
    line-height: 18px;
}

.o-w-form input[placeholder] {
    color: #757575;
}

.o-w-form input::-webkit-input-placeholder {
    color: #757575;
    font-weight: 100;
}

.o-w-form input::-moz-placeholder {
    color: #757575;
    font-weight: 100;
}

/* Firefox 19+ */
.o-w-form input::-moz-placeholder {
    color: #757575;
    font-weight: 100;
}

/* Firefox 18- */
.o-w-form input::-ms-input-placeholder {
    color: #757575;
    font-weight: 100;
}

.o-w-modal-body textarea[placeholder] {
    color: #757575;
}

.o-w-modal-body .o-w-pay_system:checked + .o-w-p-item, .o-w-modal-body .o-w-delivery_system:checked + .o-w-d-item {
    border: 1px #FFBD17 solid;
}

.detail-content_buttons-block .o-w-btn {
    font-family: 'ibmplexmono', sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 1.9px;
    padding: 2px 22px 2px 13px;
    border: 0;
    position: relative;
}

#fast-order form.form-modal .fast-order-send {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    background-image: url(images/button1.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    font-weight: 100;
    font-size: 22px;
    color: #231f20;
    text-align: center;
}

.errorMess {
    color: #f62626;
}

.o-w-modal-inner .sale-paysystem-yandex-button a {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    background-image: url(images/button1.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    font-weight: 100;
    font-size: 22px;
    color: #231f20;
    text-align: center;
}

.o-w-modal-inner .sale-paysystem-yandex-button-container {
    text-align: center;
    margin-bottom: 30px;
    line-height: 50px;
}

.sale_order_full_table {
    margin-left: 20px;
    font-size: 18px;
    font-family: 'ibmplexmono', sans-serif;
    font-weight: 100;
}

.sale_order_full_table .ps_logo {
    font-weight: 100;
}

.sale-paysystem-yandex-button-descrition {
    display: inline-block;
    margin: 0 0 15px 0;
    font: 12px 'ibmplexmono', sans-serif;
    color: #80868e;
}

.sale-paysystem-wrapper {
    position: relative;
    padding: 24px 38px 24px 38px;
    margin: 0 -15px 0 0;
    border: 1px solid #3bc8f5;
    font: 14px 'ibmplexmono', sans-serif;
    color: #424956;
}

.o-w-modal-base * {
    font-family: 'ibmplexmono', sans-serif;;

}

@media (max-width: 766px) {
    .footer_payment img {
        margin-bottom: 20px;
        margin-right: 20px;
    }
}

.mob_sub_menu .main-menu_title {
    display: none;
}

.mob_sub_menu li {
    float: left;
    background-color: #FFBD17;
    padding: 2px 15px !important;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    border-radius: 6px 2px 7px 4px;
    font-size: 18px !important;
    color: #231f20;
    margin-right: 15px;
}

@media (min-width: 960px) {
    .mob_sub_menu {
        display: none;
    }
}

.delivery_element {
    position: relative;
    border-radius: 0.5rem;
}

.delivery_element-info {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #a7a5a580;
    padding-bottom: 25px;
    border-bottom: 1px solid #a7a5a580;
}

.delivery_element_pict {
    margin-left: auto;
}

.delivery_element-title {
    color: #8D8B8C;
    margin-right: 15px;
    min-width: 80px;
}

.delivery_element_link {
    border-bottom: 1px dotted #444;
    padding-bottom: 2px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}

div.toltip_panel {
    display: none;
}

.delivery_element span:hover div.toltip_panel {
    display: block;
    position: absolute;
    width: 100%;
    padding: 20px;
    background: #FFBD17;
    color: #444;
    left: 0px;
    margin-top: 0px;
    top: 20px;
    z-index: 1000;
}

/*#allAddCard {
cursor: pointer;
font-size: 22px;
font-weight: 300;
padding: 10px 15px;
color: #444;
font-size: 22px;
display: inline-block;
background: #FFBD17;
margin-top: 35px;
}
*/
#allAddCard.samokatyou_button, #readMore.samokatyou_button, #eventAllBooks.samokatyou_button {
    background: url(../images/bg-link-yellow.svg) center no-repeat;
}

#allAddCard.samokatyou_button:hover {
    text-decoration: none;
}

#allAddCard.samokatyou_button, #eventAllBooks.samokatyou_button {
    display: inline-block;
    background-image: url(/bitrix/templates/samokat/images/button3.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding: 15px 15px;
    font-weight: 100;
    font-size: 22px;
    color: #231f20;
    line-height: 12px;
}

#readMore.samokatyou_button {
    display: inline-block;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding: 15px 15px;
    font-weight: 100;
    font-size: 15px;
    color: #231f20;
}

.readMore {
    padding-bottom: 30px;
}

#allAddCard.samokatyou_button:hover {
    text-decoration: underline;
}

#allAddCard.samokatyou_button, #readMore.samokatyou_button {
    background-size: 100% 100%;
}

@media (max-width: 766px) {
    .delivery_element {
        width: 100%;
        max-width: 100%;
        padding: 20px 20px 80px 20px;
    }
}

@media (max-width: 600px) {
    .wrap-price {
        flex-direction: column;
    }

    .posincard {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.img_new_h {
    background-size: contain !important;
    display: block !important;
    height: 123px;
}

#search-new {
    display: block;

}

.input-search-new {
    background: url('/bitrix/templates/samokat/components/bitrix/sale.order.ajax/sale-order/images/input.png') no-repeat center;
    background-size: contain;
    box-shadow: none !important;
    border: 0;
    width: 479px;
    padding: 0 20px;
    height: 51px !important;
    outline: none !important;
    display: inline-block;
    max-width: 40%;
    border: none !important;
    outline: none !important;
}

#search-new-button {
    display: inline-block;
    text-decoration: none !important;
    padding: 16px 14px;
    background: url('/bitrix/templates/samokat/images/goods/type-goods/hit-goods.png') no-repeat center;
    text-align: center;
    vertical-align: middle;
    border: none !important;
    outline: none !important;
    background-size: contain;
    width: 50px;
    height: 50px;
}

#search-new-button .icon_search {
    margin-left: 0px !important;
}

.yamira-person {
    position: relative !important;
    padding-bottom: 0px !important
}

@media (min-width: 992px) {
    .main-goods_item.yamira-person {
        width: 16.66666667% !important;
    }
}

.clearfix {
    clear: both;
}

.yamira-person .main-goods_name {
    min-height: 65px;
}

.yamira_search_img {
    display: block;
    width: 100%;
    height: 150px;
    background-size: contain !important;
    background-position: center center !important;
}

.yamira_search_name {
    min-height: 100px;
    font-size: 12px !important;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.ya_gallery-work_section {
    padding: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

#filter__form__ya {
    padding: 15px;
    background: #F7F7F7;
    margin: 20px 20px 0px 0px;
    font-family: 'ibmplexmono', sans-serif !important;
}

.dop_filter_ya {
    display: none;
}

.title_span__yafilter-price {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 15px;
}

.title_span__yafilter {
    display: block;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    color: #848484;
    cursor: pointer;
}

.filtef__block {
    position: relative;
    padding-bottom: 15px;
}

.filter_fields_box__ya {
    display: none;
    position: relative;
    z-index: 100;
    width: 100%;
    height: 170px;
    overflow: hidden;
    padding: 15px 8px;
    background: #fff;
    border: 1px solid #ccc;
    top: -2px;

}

.filter_fields_box__ya .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
}

.filter_fields_box__ya label {
    padding-left: 0px !important;
    display: block;
}

.filter_fields_box__ya .ya__checkbox {
    border: 1px solid #000;
    border-radius: 2px;
    position: relative;
    background: #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-bottom: 5px;
}

.span-label-ya {
    position: relative;
    top: -7px;
    color: #3D3D3D;
}

.f_text {
    padding-top: 15px;
}

.filter_fields_box__ya input[type=checkbox]:checked + span.ya__checkbox {
    border-color: #000;
    background: #FFBD17;
}

.filter_fields_box__ya input[type=checkbox]:checked + span.ya__checkbox:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #000;
    position: absolute;
    left: 3px;
    top: 3px;

}

#YamiraFilterButton {
    background: url(/bitrix/templates/samokat/img/Path_75.svg) no-repeat center;
    background-size: 100% auto !important;
    border: none !important;
    color: #000;
    display: inline-block;
    width: 146px;
    height: 50px;
}

.dop_filter_ya_open {
    padding: 3px !important;
    color: #3D3D3D !important;
    text-decoration: none !important;
    font-weight: 500;
    border-bottom: 1px dotted;
    display: inline-block;
    text-align: center;
}

.ya_button_filter {
    padding-top: 7px !important;
}

.yellow__block__yamira__container {

    padding: 15px 0px;
    float: left;
    width: 100%;
}

.main-goods_filter-sect-yamira {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.main-goods-catalog-button-yamira {
    cursor: pointer;
    font-weight: 300;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    font-size: 22px;
    color: #231f20;
    background: url(/bitrix/templates/samokat/img/new/poisk2020_buttoms_mob-katalog.png) no-repeat;
    background-size: contain !important;
    width: 207px;
    height: 55px;
}

#search-new-button-main {
    color: #231f20;
    border: none !important;
    outline: none !important;
    background: url(/bitrix/templates/samokat/img/new/poisk2020_buttoms-find.png) no-repeat;
    background-size: contain !important;
    display: inline-block;
    width: 129px;
    height: 55px;
    font-size: 16px;
    margin-left: 20px;
}

.search-new-button-link a {
    color: #000 !important;
    text-decoration: underline !important;
    display: inline-block;
    font-size: 15px;
    padding: 16px 0px !important
}

.input-search-new-main {
    border: none !important;
    outline: none !important;
    background: url(/bitrix/templates/samokat/img/new/poisk2020_buttoms-03.png) no-repeat;
    display: inline-block;
    width: 500px !important;
    height: 55px;
    box-shadow: none !important;
    padding-left: 52px;
    background-size: contain !important;
}

.search-new-main {
    position: relative;
}

.search-new-main:before {
    width: 24px;
    height: 24px;
    content: "";
    display: inline-block;
    background: url(/bitrix/templates/samokat/img/Group_13.svg) no-repeat;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 100;
}

.panel-filter-section-left-yamira {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-bottom: 6px;
}

.panel-filter-section-left-yamira a {
    position: relative;
    font-size: 18px;
    color: #231f20 !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    background-size: 90% auto;
    background-position: center;
}

.main-goods_filter-sect.second.yamira-second {
    margin: 0px !important;
    padding-top: 12px;
}

.main-goods_filter-sect.second.yamira-second a {
    color: #231f20 !important;
}

.yellow__block__yamira {
    font-family: 'ibmplexmono', sans-serif !important;
}

.smurf {
    /*background: #E4E4E4;*/
}

.text-mobil-close-menu {
    left: 50px;
    position: relative;
}

.search-header-link img {
    width: 28px;
}

.bar-cont {
    height: 52px;
    margin: 10px 0;
}

.header_search_panel {
    /* background: #E4E4E4;*/
    padding: 10px;

}

.header_search_panel form {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: center;
}

.search-new-button-header {
    color: #231f20;
    border: none !important;
    outline: none !important;
    background: url(/bitrix/templates/samokat/img/new/poisk2020_buttoms-find.png) no-repeat;
    display: inline-block;
    width: 129px;
    height: 55px;
    font-size: 16px;
    margin-left: 20px;
    background-size: contain !important;
}

.input-search-new-header {
    border: none !important;
    outline: none !important;
    background: url(/bitrix/templates/samokat/img/new/poisk2020_buttoms-03.png) no-repeat;
    background-size: contain !important;
    display: inline-block;
    width: 546px !important;
    height: 55px;
    box-shadow: none !important;
    padding-left: 15px;
}

.mobil_auth_link {
    background: url(/bitrix/templates/samokat/img/Path_45.svg) no-repeat;
    background-size: contain;
    min-height: 40px;
    padding-top: 8px;
    padding-left: 10px;
    position: relative;
}

.mobil_auth_link_personal {
    display: inline-block;
    padding-right: 15px;
}

.mobil_auth_link a {
    color: #3D3D3D !important;
    font-size: 16px;
    text-decoration: underline !important;
}

.header-cart {
    position: relative;
    color: #fff !important;
    text-decoration: none !important;
}

.header-cart-label {
    position: absolute;
    z-index: 100;
    display: inline-block;
    width: 17px;
    height: 17px;
    font-size: 10.7719px;
    line-height: 15px;
    background: #d2cece;
    border-radius: 50%;
    top: -4px;
    right: -10px;
    color: #3d3d3d !important;
    text-align: center;
    z-index: 1;
}

.ya-mobil-logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 55px;
}

.header-mobile .header-cart {
    position: relative;
    z-index: 10001;
}

.header-mobile {
    background: #F7F7F7;
}


.icons_left .icons_social {
    width: 28px;
    height: 28px;
}

@media (max-width: 768px) {
    .delivery_element {
        padding: 0px;
    }

    .search-new-main:before {
        display: none;
    }

    .search-new-main {
        text-align: center;
    }

    .input-search-new-main {
        background: url(/bitrix/templates/samokat/img/new/poisk2020_buttoms-03.png) no-repeat;
        height: 40px;
        background-size: contain !important;
        width: 100% !important;
        padding-left: 10px;
    }

    .carousel-control {
        display: none;
    }

    .sum_title {
        font-size: 15px;
    }

    #search-new-button-main {
        margin: 0px auto !important;
    }

    .mobil-catalog-button {
        text-align: center !important;
    }

    .main-goods-catalog-button-yamira {
        margin: 15px auto !important;
    }
}

.ya-page-filter-mobil .left {

}

#filter__form__ya {
    display: block;
}

.filter_form_opener {
    display: none;
}

@media (max-width: 768px) {
    .ya-page-filter-mobil {
        display: block !important;
        position: relative;
    }

    .search-new-button-header {
        margin-left: -30px;
    }

    .ya-page-filter-mobil .left {
        width: 100% !important;
        display: block !important;
        min-height: 68px;
    }

    #filter__form__ya {
        display: none;
        position: relative;
        top: 10px;
        right: 0px;
        width: 100%;
        z-index: 100;
        padding-top: 80px;
    }

    .filter_form_opener {
        display: block;
        position: relative;
        background: #FFBD17;
        padding: 20px;
        border-radius: 12px 12px 12px 12px;
        color: #3D3D3D !important;
        text-align: center;
        box-shadow: 0px 3px 24px #00000029;
    }

    .filter_form_opener img {
        display: inline-block;
    }

    .filter_form_opener span {
        margin-left: 15px;
    }

    .mobil-price-filter {
        margin-bottom: 15px;
        clear: both;
    }

    .input-search-new-header {
        width: 100% !important;
        padding-left: 10px;
        height: 30px;
    }

    .search-new-button-header, #search-new-button-main {
        width: 26%;
        background-size: cover !important;
        height: 30px;
    }

    .yellow__block__yamira__container .no-padding {
        padding: 0 15px !important;
    }

    #search-new-button-main {
        height: 40px;
        position: absolute;
        right: -2px;
    }

    .more_desktop {
        display: none;
    }
}

@media (min-width: 769px) {
    .more_mobile {
        display: none;
    }
}

.ya_mobil_separet_element {
    background: url(/bitrix/templates/samokat/img/Path_40_1.svg) no-repeat;
    background-size: contain;
    width: 207px;
    min-height: 50px;
    padding-top: 8px;
    padding-left: 10px;
    margin-left: -22px;
}

.ya_mobil_separet_element a {
    color: #808080 !important;
    text-decoration: none !important;
    font-size: 16px;
}

.ya_mobil_logout {
    display: inline-block;
    background: url(/bitrix/templates/samokat/img/Path_60.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0px;
    width: 61px;
    height: 48px;
    text-align: center;
    padding-top: 10px;
    top: -5px;
}

@media (max-width: 448px) {
    .cart .cart__item .item__info {
        margin-left: 50px;
    }

    .cart .item__img img {
        width: 50%;
        height: auto;
        left: 50px;
        top: 31px;
        position: relative;
    }
}