

/* Start:/local/templates/aspro_optimus/components/bitrix/catalog.element/main/style.css?170652221811232*/
.ico-calendar-plus {
    background: url('/local/templates/aspro_optimus/images/svg/calendar-o.svg') center center no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 19px;
    margin: 0 5px 0 0;
}

.ico-calendar-plus.fa {
    background: none;
    font-size: 20px;
}

.error-holder.modal {
    width: 100%;
    max-width: 600px;
    position: fixed;
    z-index: 9999;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    top: 33%;
    margin: 0 auto;
    height: auto;
    bottom: unset;
    overflow: hidden;
    padding: 0.5em;
    border-radius: 5px;
}

.error-holder .modal-content {
    border: none;
    box-shadow: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.error-holder .b-popup-close {
    right: 0;
    width: 31px;
    height: 31px;
    background: none;
    cursor: pointer;
    font-size: 35px;
    text-align: center;
    vertical-align: middle;
    top: -6px;
    margin: 0;
    bottom: 0;
    display: block;
    line-height: 25px;
    box-sizing: border-box;
    border: 2px solid transparent;
}

.error-holder .b-popup-close:hover {
    border: 2px solid #721c24;
}

.stocks .stocks__button.stocks__button--blue {
    background: #0A78AD;
    margin-right: 1em;
}

.stocks .stocks__button.stocks__button--blue:hover {
    background: #2992D8;
}

.add-autoorder-popup .modal-content {
    width: 390px;
    padding: 20px 20px 25px;
    background: #fff;
    text-align: center;
}

.add-autoorder-popup .modal-inner {
    background: rgba(0, 0, 0, 0.5);
}

._root_33e62_1.bottom_right {
    bottom: 110px !important;
}

@media (max-width: 767px) {
    ._root_33e62_1.bottom_right {
        bottom: 145px !important;
    }
}

h1 {
    padding-top: 25px !important;
}

.fa-phone {
    font-family: FontAwesome !important;
}

.catalog_detail .item_slider #thumbs {
    display: flex;
    flex-direction: column;
    order: 1;
    width: 54px !important;
    overflow: hidden !important;
}

.slides {
    order: 1 !important;
}
.img_wrapper .wrapp_thumbs {
    position: absolute !important;
    top: 109px !important;
}
.slides .current a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item_slider:not(.flex) .slides li {
    height: 400px !important;
}
.item_slider .slides {
    max-width: 400px;
    height: 400px;
}

@media (max-width: 600px) {
    body .catalog_detail .item_main_info .right_info {
        padding: 0 !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
    }
}
.item_slider {
    width: 58% !important;
    position: relative !important;
}

.img_wrapper .thumbs_navigation ul li.flex-nav-prev {
    top: -16px !important;
    left: 10px !important;
    transform: rotate(90deg);
}

.img_wrapper .thumbs_navigation ul li.flex-nav-next {
    bottom: -35px !important;
    left: 10px !important;
    transform: rotate(90deg);
    top: inherit !important;
}


.catalog_detail .item_main_info .right_info {
    padding: 0 0 0 61% !important;
}
.catalog_detail .item_slider #thumbs {
    height: 2200% !important;
    white-space: nowrap !important;
    width: 54px !important;
    overflow: hidden !important;
    margin: 0;
}
.catalog_detail .item_slider .thumbs {
    height: 216px !important;
}
.flex-viewport {
    height: 216px;
    overflow: hidden !important;
}

.item_slider-discount {
    background-color: #F91155;
    color: #FFFFFF;
    align-items: center;
    display: flex;
    border-radius: 11px;
    padding: 5px;
    min-width: 38px;
    justify-content: center;
    position: absolute;
    right: 50px;
    top: 25px;
}

.item_slider-img-search {
    cursor: pointer;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .12);;
    padding: 4px;
    position: absolute;
    bottom: 33px;
    right: 50px;
}
.item_slider .slides {
    height: 400px !important;
}
.item_slider:not(.flex) .slides li.current {
    width: 400px;
}
.catalog_detail .item_main_info .item_slider {
    padding-top: 0 !important;
}

.sell-card {
    box-shadow: 0 20px 12px -16px rgba(0, 30, 85, .1), 0 8px 24px 18px rgba(0, 30, 85, .05);
    border: 1px solid rgba(204, 214, 228, .6);
    border-radius: 20px;
    box-sizing: border-box;
    min-height: 66px;
    padding: 20px;
    margin-top: 28px;
    margin-right: 20px;
    position: relative;
}

.sell-card__top {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.sell-card__top-price {
    font-size: 30px;
    letter-spacing: .4px;
    line-height: 38px;
    padding: 10px 15px;
    border-radius: 12px;
    color: white;
    background: linear-gradient(to top, #379811 0%, #69b41b 99%, #69b41b 100%);
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 15px;
}

.sell-card__top-code {
    font-size: 16px;
    margin-left: 15px;
    font-weight: bold;
}

.sell-card__middle {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.sell-card__middle-price {
    color: rgba(0, 26, 52, .6);
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    margin-right: 7px;
}

.sell-card__middle-discount {
    color: rgba(0, 26, 52, .6);
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    position: relative;
    margin-right: 7px;
}

.sell-card__middle-discount-line {
    height: 1px;
    width: 100%;
    background: rgba(0, 26, 52, .6);
    position: absolute;
    left: 0;
    top: 45%;

}
.sell-card__middle-icon {
    margin-top: 6px;
    cursor: pointer;
}
.sell-card__bottom {
    display: flex;
    height: 60px;
    gap: 5px;
}
.sell-card__bottom-submit {
    background: linear-gradient(to top, #379811 0%, #69b41b 99%, #69b41b 100%);
    padding: 0 20px;
    color: white;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-size: 15px;
    border: none;
    outline: none;
    border-radius: 12px;
}
.sell-card__bottom-submit-text {
    margin-bottom: 3px;
}
.sell-card__bottom-wrap {
    display: flex;
    height: 100%;
    width: 50%;
    justify-content: space-between;

}
.sell-card__bottom-minus,
.sell-card__bottom-plus {
    color: #0a7ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d5deee;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 12px;
}

.sell-card__bottom-plus svg {
    width: 23px;
}
.sell-card__bottom-minus svg {
    margin-bottom: 8px;
    margin-right: 4px;
    width: 20px;
}

.sell-card__bottom-counter {
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 74px !important;
    text-align: center;
    font-weight: 600;
    font-size: 20px !important;
    background: transparent !important;
    border: none !important;
}
.weight-section {
    margin-top: 35px;
}
.weight-section__title {
    margin-bottom: 15px;
    display: block;
}
.weight-section__list {
    display: flex;
    gap: 8px;

}
.weight-section__list-item {
    border: #f5f7fa 1px solid;
}
.weight-section__list-item-btn {
    border: none;
    background: transparent;
    font-size: 16px;
    letter-spacing: .2px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 15px;
    min-width: 77px !important;
    width: 100% !important;
    white-space: nowrap;
    min-height: 52px !important;
    cursor: pointer;
}
.weight-section__list-item-btn:hover {
    border: #379811 1px solid;
}
@media (max-width: 1173px) {
    .catalog_detail .item_main_info .right_info {
        padding: 0 !important;
    }

    .sell-card {
        margin-left: 20px;
        max-width: 500px;
        margin-top: 97px;
    }

    .img_wrapper .wrapp_thumbs {
        left: 44px;
        top: 77px !important;
    }

    .weight-section {
        margin-left: 20px;
    }

    .item_slider {
        width: 568px !important;
    }

    .catalog_detail .item_main_info .item_slider {
        padding: 0 !important;
        width: 100% !important;
        float: none !important;
    }

    .catalog_detail .item_main_info .right_info .info_item {
        padding: 0 11px 0 11px;
    }

    .item_slider-discount {
        top: 4px;
    }

    .item_slider-img-search {
        bottom: 2px;
    }
}
@media (max-width: 693px) {
    .item_slider .slides {
        height: 340px !important;
    }
    .item_slider:not(.flex) .slides li.current {
        width: 340px;
    }

    .catalog_detail .item_slider .thumbs {
        height: 340px !important;
    }
}
@media (max-width: 600px) {
    .sell-card {
        margin-top: 55px;
    }
    .flex-viewport {
        height: 340px;
        overflow: hidden !important;
    }
    .item_slider {
        width: 500px !important;
    }
    .sell-card {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media (max-width: 470px) {
    .sell-card {
        margin-top: 21px;
    }
    .sell-card__bottom {
        height: auto;
    }
    .sell-card__top-price {
        font-size: 23px;
        padding: 5px 11px;
    }
    .sell-card__bottom {
        flex-direction: column !important;
        gap: 10px !important;
    }
    .sell-card__bottom-wrap {
        width: 100%;
        height: 50px;
    }
    .sell-card__bottom-submit {
        width: 100%;
        min-height: 50px;
        padding: 20px;
    }
    .weight-section {
        margin-left: 0 !important;
    }
}
@media (max-width: 430px) {
    .sell-card {
        min-height: auto !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    body .catalog_detail .item_main_info .right_info {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .sell-card__middle {
        margin-bottom: 14px;
        margin-top: 10px;
        flex-wrap: wrap;
    }

    .card__bottom-plus {
        padding: 23px 0;
    }
    .sell-card__top-price {
        margin-right: 5px;
    }
    .sell-card__top-code {
        margin-left: 5px;
    }
    .sell-card__top {
        flex-wrap: wrap;
    }
    .weight-section__list-item {
        padding: 0;
    }
}
.stocks__input,
.detail_buy_form {
    height: 100%;
    width: 100%;
}
.stocks__input {
    display: flex;
    justify-content: space-between;
}
.stocks__input__btn {
    width: 100% !important;
}

.combined-button {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.combined-button button {
    max-height: max-content;
    padding: 10px;
    border-radius: 0;
    flex-grow: 1;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
}

.combined-button .buttom-auto button {
    max-height: max-content;
    padding: 10px;
    border-radius: 0;
    flex-grow: 1;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
}

.combined-button .buttom-auto button {
    border-top-left-radius: 8px;
/ border-top-right-radius: 8 px;
    margin-bottom: 2px;
    background: #1d75ee
}

.combined-button button {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

}
/* End */


/* Start:/local/components/dw/category.brands/templates/.default/style.css?16169858601074*/
.links-block_title > .links-block_title-wrapper > span > h4{
    color: #333;
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    padding: 0px 0px 5px 0px;
    font-weight: 700;
    margin-bottom: 5px;
}

/*.links-block_title > span{*/
/*    border-bottom: 2px solid #ddd;*/
/*    border-bottom-color: #589145;*/
/*    display: inline-block;*/
/*    height: 25px;*/
/*}*/

.links-block_title-wrapper{
    border-bottom: 2px solid #ddd;
    border-bottom-color: #589145;
    display: inline-table;
    height: 25px;
}

.links-block_title{
    margin-bottom: 30px;
    margin-top: 30px;
}

.brands-links-block span:hover{
    color: black;
}

.sections-links-block > a > span{
	border: 1px solid #e5e5e5;
    margin: 10px 10px 10px 0;
    padding: 12px;
    white-space: nowrap;
    border: 1px solid #e5e5e5;
}

.sections-links-block > a{
    margin: 0 0 10px 0;
    height: 40px;
    display: inline-block;
}



.sections-links-block > a > span:hover{
    background-color: #f9f9f9;
}


.links-delimiter{
    color: #3b9219;
    margin: 0 7px 0 8px;
}

/* End */
/* /local/templates/aspro_optimus/components/bitrix/catalog.element/main/style.css?170652221811232 */
/* /local/components/dw/category.brands/templates/.default/style.css?16169858601074 */
