

/* Start:/local/templates/simpleit_dashboard/components/webdebug/propsorter/classic/style.min.css?1727262520603*/
.wd_propsorter table{border:0;border-collapse:collapse;border-spacing:0;width:100%}.wd_propsorter table td{background:0 0;vertical-align:top;font-size:15px;color:#777}.wd_propsorter table td.cell_name{width:50%}.wd_propsorter table td.cell_name:after{content:":"}.wd_propsorter table td.cell_value{width:50%;text-align:right}.wd_propsorter table tr.row_header td{padding-top:15px;font-weight:700;color:#000}.wd_propsorter table tr.row_header:first-of-type td{padding-top:0}.wd_propsorter table tr:not(.row_empty,.row_header):nth-child(2n) td{background:#f1f1f1}
/*# sourceMappingURL=style.min.css.map */
/* End */


/* Start:/local/templates/simpleit_dashboard/css/widgets/accordion.min.css?17211073094137*/
.accordion{position:relative;overflow:hidden;transition:all .3s linear;padding-bottom:40px}.accordion-opener,.accordion-opener__icon{display:flex;align-items:center;justify-content:center}.accordion-opener{cursor:pointer;position:absolute;left:0;right:0;bottom:0;height:30px;background:linear-gradient(to top,#fff 0,#fff 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%)}.accordion-opener:before{content:" ";display:flex;width:100%;height:2px;position:absolute;transition:all .1s linear}.accordion-opener:hover:before{height:30px}.accordion-opener__icon{min-width:26px;min-height:26px;background:#fff;border-radius:50%;border:2px solid var(--main-color);color:var(--main-color);font-weight:700;transform:rotate(-180deg);transition:all .1s linear}.accordion-opener__icon svg{flex-basis:50%}.accordion.opened .accordion-opener__icon{transform:rotate(0deg)}.accordion-opener:before,.accordion-opener:hover .accordion-opener__icon{background:var(--main-color)}.accordion-big:hover .accordion-big__open-button svg,.accordion-opener:hover .accordion-opener__icon svg{fill:#fff}.accordion-opener__icon em{width:15px;height:19px}.accordion-opener__label{display:none;position:relative;color:#fff;margin-top:-4px}@media (max-width:768px){.accordion-opener:before{height:30px}.accordion-opener .accordion-opener__icon{background:var(--main-color);color:#fff}}@media (max-width:600px){.accordion .accordion-opener__open{display:block}.accordion .accordion-opener__close,.accordion.opened .accordion-opener__open{display:none}.accordion.opened .accordion-opener__close{display:block}}.accordion-big{border:1px solid #ececec;overflow:hidden;transition:all .3s;font-size:16px}.accordion-big:hover{box-shadow:0 10px 20px 0 rgb(0 0 0/10%);background-color:#fff;border:1px solid transparent}.accordion-big__open-button{width:32px;height:32px;border:1px solid #cecece;border-radius:3px;background:#fff;transition:all .3s;cursor:pointer;display:flex;align-items:center;justify-content:center}.accordion-big:hover .accordion-big__open-button{background:var(--main-color);border-color:var(--main-color)}.accordion-big__open-button svg,.accordion-dash__open-button svg{fill:#cecece;transition:all .3s;flex-basis:50%}.accordion-big.opened .accordion-big__open-button svg{transform:rotateZ(180deg)}.accordion-big__heading{position:relative;display:flex;align-items:center;justify-content:space-between;padding:25px 30px;cursor:pointer}.accordion-big__heading-status{position:absolute;top:50%;transform:translateY(-50%);left:-5px;bottom:0;width:10px;height:10px;border-radius:50%;background-color:transparent;transition:all .3s}.accordion-big.opened .accordion-big__heading-status,.accordion-dash.opened .accordion-dash__open-button{background-color:var(--main-color)}.accordion-big__body{padding:0 30px 35px}@media (max-width:600px){.accordion-big__heading-text{max-width:230px}.accordion-big__heading{padding:10px 15px}}.accordion-dash{border:1px solid transparent;overflow:hidden;transition:all .3s;font-size:16px;margin-top:-2px;z-index:1;border-radius:20px;position:relative}.accordion-dash__open-button{min-width:32px;height:32px;border:unset;border-radius:10px;background:0 0;transition:all .3s;cursor:pointer;display:flex;align-items:center;justify-content:center}.accordion-dash__heading{padding:24px 30px 0;transition:.2s all;cursor:pointer}.accordion-dash__head{position:relative;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d9d9d9;padding-bottom:24px;gap:15px}.accordion-dash__body{padding:0 30px 35px}.accordion-dash.opened{border-color:var(--main-color);background-color:#fff}.accordion-dash.opened .accordion-dash__open-button svg{fill:#fff;transform:rotateZ(180deg)}.accordion-dash.opened .accordion-dash__heading{color:unset!important}.accordion-dash:hover .accordion-dash__heading{color:var(--main-color)}.accordion-dash:hover .accordion-dash__open-button{background:var(--main-color);border-color:var(--main-color)}.accordion-dash:hover .accordion-dash__open-button svg{fill:#fff}@media (max-width:768px){.accordion-dash__heading{padding:15px 20px 0}}
/*# sourceMappingURL=accordion.min.css.map */
/* End */


/* Start:/local/templates/simpleit_dashboard/components/bmhouse/comments/custom/style.css?172622442115404*/
#bmhouse-comments
{
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    color: #111;
}

#bmhouse-comments .bmhouse-comment-header {
    display: flex;
    justify-content: space-between;
}

#bmhouse-comments .bmhouse-comments-title
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 24px;
}

#bmhouse-comments .bmhouse-comments-rating 
{
    display: flex;
    align-items: center;
}

.bmhouse-comments-form-item--licence .field--licence {
    width: auto;
    margin-right: 5px;
}

.bmhouse-comments-form-item--licence a {
    color: var(--main-color);
    text-decoration: none;
}

#bmhouse-comments .bmhouse-comments-count
{
    display: inline-block;
    font-size: 13px;
    margin-left: 5px;
}

#bmhouse-comments .bmhouse-comments-rating-background,
#bmhouse-comments .bmhouse-comments-rating-foreground
{
    height: 22px;
    width: 96px;
}

#bmhouse-comments .bmhouse-comments-rating-background
{
    background: url( '/local/templates/simpleIT/components/bmhouse/comments/custom/img/star_empty.svg') repeat-x;
    background-size: 19px 22px;
}

#bmhouse-comments .bmhouse-comments-rating-foreground
{
    background: url( '/local/templates/simpleIT/components/bmhouse/comments/custom/img/star_full.svg') repeat-x;
    background-size: 19px 22px;
}

#bmhouse-comments .bmhouse-comments-stats
{
    margin-top: 20px;
    display: inline-block;
}

#bmhouse-comments .bmhouse-comments-stat
{
    margin-bottom: 10px;
    padding: 1px 5px;
    cursor: pointer;
    position: relative;
}

#bmhouse-comments .bmhouse-comments-stat-only-rating
{
    position: absolute;
    left: 200px;
    top: -22px;
    background-color: #77bbee;
    border: 1px solid #5599cc;
    color: #fff;
    width: 255px;
    padding: 2px 6px;
    display: none;
    transition: display 0.3s;
    z-index: 1;
}

#bmhouse-comments .bmhouse-comments-stat:hover
{
    padding: 0 4px;
    border: 1px solid #ddd;
}

#bmhouse-comments .bmhouse-comments-stat.active
{
    padding: 0 4px;
    border: 1px solid #ccc;
}

#bmhouse-comments .bmhouse-comments-stat:hover .bmhouse-comments-stat-only-rating
{
    display: block;
}

#bmhouse-comments .bmhouse-comments-stat-title,
#bmhouse-comments .bmhouse-comments-stat-line,
#bmhouse-comments .bmhouse-comments-stat-count
{
    display: inline-block;
}

#bmhouse-comments .bmhouse-comments-stat-title
{
    width: 100px;
}

#bmhouse-comments .bmhouse-comments-stat-line
{
    width: 200px;
    height: 7px;
    border: 1px solid #5599cc;
    background-color: #f7f7f7;
    border-radius: 3px;
    margin-right: 20px;
}

#bmhouse-comments .bmhouse-comments-stat-line-fill
{
    background-color: #5599cc;
    height: 7px;
    border-radius: 3px;
}

#bmhouse-comments .bmhouse-comments-button
{
    display: inline-block;
}


#bmhouse-comments .bmhouse-comments-block
{
    margin-top: 30px;
}

#bmhouse-comments .bmhouse-comment
{
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
    box-sizing: border-box;
}
#bmhouse-comments .bmhouse-comment:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

#bmhouse-comments .bmhouse-comment.hidden
{
    display: none;
}

#bmhouse-comments .bmhouse-comment-left
{
    display: inline-block;
    width: 50px;
    vertical-align: top;
}

#bmhouse-comments .bmhouse-comment-left > div
{
    width: 50px;
    height: 50px;
    background-color: #f7f7f7;
    border: 2px solid #5599cc;
    color: #5599cc;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    overflow: hidden;
}

#bmhouse-comments .bmhouse-comment-left .bmhouse-comment-userletter span
{
    position: relative;
    top: 14px;
}

#bmhouse-comments .bmhouse-comment-right
{
    display: inline-block;
    width: 100%;
}

#bmhouse-comments .bmhouse-comment-left + .bmhouse-comment-right
{
    margin-left: 20px;
    width: calc( 100% - 80px );
}

#bmhouse-comments .bmhouse-comment-name
{
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    color: #111;
}

#bmhouse-comments .bmhouse-comment-date
{
    display: inline-block;
    color: #aaa;
    font-size: 13px;
    margin-left: 3px;
}

#bmhouse-comments .bmhouse-comment-image
{
    margin-top: 15px;
    display: flex;
    align-items: center;
}

#bmhouse-comments .bmhouse-comment-image img
{
    max-width: 150px;
    max-height: 150px;
    cursor: pointer;
    margin: 0;
}

#bmhouse-comments .bmhouse-comment-image img + img
{
    margin-left: 10px;
}

#bmhouse-comments .bmhouse-comment-image img.active
{
    max-width: 90vw;
    max-height: 400px;
}

#bmhouse-comments .bmhouse-comment-rating
{
    margin-bottom: 15px;
}

#bmhouse-comments .bmhouse-comment-rating-background,
#bmhouse-comments .bmhouse-comment-rating-foreground
{
    height: 22px;
    width: 96px;
}

#bmhouse-comments .bmhouse-comment-rating-background
{
    background: url( '/local/templates/simpleIT/components/bmhouse/comments/custom/img/star_empty.svg') repeat-x;
    background-size: 19px 22px;
}

#bmhouse-comments .bmhouse-comment-rating-foreground
{
    background: url( '/local/templates/simpleIT/components/bmhouse/comments/custom/img/star_full.svg') repeat-x;
    background-size: 19px 22px;
}

#bmhouse-comments .bmhouse-comments-form__wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    z-index: 15;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all .2s linear;
    transition-behavior: allow-discrete;
    opacity: 0;
}

#bmhouse-comments .bmhouse-comments-form__wrap.bmhouse-comments-form__wrap-visible {
    display: flex;
    opacity: 1;

    @starting-style {
        opacity: 0;
    }
}

#bmhouse-comments .bmhouse-comments-form {
    box-sizing: border-box;
    padding: 15px;
    border-radius: 15px;
    background: var(--color-white);
    max-width: 90svw;
    max-height: 90svh;
    overflow: auto;
}

#bmhouse-comments .bmhouse-comments-form-title {
    margin-bottom: 30px;
    position: relative;
    user-select: none;
    font-size: 16px;
    margin-top: 22px;
    text-align: center;
    font-weight: 700;
}

#bmhouse-comments .bmhouse-comments-form-title svg {
    fill: #A0A0A0;
    position: absolute;
    right: 0;
    top: -22px;
    width: 17px;
    height: auto;
    aspect-ratio: 1 / 1;
    transition: all .2s linear;
    cursor: pointer;
}

#bmhouse-comments .bmhouse-comments-form-title svg:hover {
    fill: var(--main-color);
}

#bmhouse-comments .bmhouse-comments-form-item {
    display: grid;
}
#bmhouse-comments .bmhouse-comments-form-item:not(:last-of-type)
{
    margin-bottom: 20px;
}

#bmhouse-comments .bmhouse-comments-form-item > label
{
    display: block;
    font-weight: 300;
}

.bmhouse-comment-image-add {
    display: flex;
    align-items: center;
    font-weight: 300;
    cursor: pointer;
}

#bmhouse-comments .bmhouse-comments-form-item-group
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bmhouse-comments-form-item-group .bmhouse-comments-form-item {
    flex-grow: 1;
}

.bmhouse-comments-form-item input, .bmhouse-comments-form-item textarea {
    padding: 9px 13px;
    outline: 0;
    box-shadow: none;
    color: #383838;
    font-size: inherit;
    border-radius: 10px;
    background: #fafafa;
    transition: all .2s linear;
    width: 100%;
    border: 1px solid #eaeaea;
}


.bmhouse-comments-form-input-group label {
    position: relative;
    bottom: -8px;
    left: 12px;
    transition: all .2s linear;
    color: #aaa;
    pointer-events: none;
    height: 0;
}

.bmhouse-comments-form-input-group:has(input:focus) label,
.bmhouse-comments-form-input-group:has(input:not(:placeholder-shown)) label,
.bmhouse-comments-form-input-group:has(textarea:focus) label,
.bmhouse-comments-form-input-group:has(textarea:not(:placeholder-shown)) label {
    bottom: 0;
    left: 0;
    color: #323232;
    height: 19px;
}

.bmhouse-comments-form-item-group .bmhouse-comments-form-item + .bmhouse-comments-form-item {
    margin-left: 15px;
}

#bmhouse-comments .bmhouse-comments-form-item > textarea
{
    height: 100px;
}

#bmhouse-comments .bmhouse-comments-form-rating
{
    display: inline-block;
    border-radius: 8px;
    padding: 2px;
}

#bmhouse-comments .bmhouse-comments-form-rating.field--error
{
    border-color: var(--bs-red);
}

#bmhouse-comments .bmhouse-comments-form-rating-star
{
    display: inline-block;
    height: 22px;
    width: 19px;
    background: url( '/local/templates/simpleIT/components/bmhouse/comments/custom/img/star_empty.svg') repeat-x;
    background-size: 19px 22px;
    cursor: pointer;
}

#bmhouse-comments .bmhouse-comments-form-rating-star.bmhouse-comments-form-rating-star-hover
{
    background: url( '/local/templates/simpleIT/components/bmhouse/comments/custom/img/star_full.svg') repeat-x;
    background-size: 19px 22px;
}

#bmhouse-comments .bmhouse-comments-form-item .bmhouse-comments-button
{
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
}

#bmhouse-comments .bmhouse-comments-form-item .bmhouse-comments-button a
{
    /*bottom: 0;*/
    /*display: block;*/
}

#bmhouse-comments .bmhouse-comments-form-item > .bmhouse-comment-image-input {
    display: none;
}

#hidden-frame
{
    width: 0;
    height: 0;
    display: none;
}

#bmhouse-comments-show-more-comments
{
    background-color: #f9f9fb;
    text-decoration: none;
    padding: 10px 10px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    display: block;
    text-decoration-style: dotted;
    text-decoration-line: underline;
    color: #8f8f8f;
    transition: all .3s;
}

#bmhouse-comments-show-more-comments:hover {
    cursor: pointer;
    text-decoration-line: none;
    color: #444444;
}

.bmhouse-comment-voting
{
    margin-top: 20px;
}

.bmhouse-comment-voting a
{
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 0 5px;
    line-height: 30px;
    box-sizing: border-box;
}

.bmhouse-comment-voting a:first-child
{
    margin-right: 10px;
}

.bmhouse-comment-voting a span
{
    display: inline-block;
    margin-right: 4px;
}

.bmhouse-comment-vote-up
{
    border: 1px solid #afd6af;
}

.bmhouse-comment-vote-up:hover
{
    background-color: #cff6cf;
}

.bmhouse-comment-vote-down
{
    border: 1px solid #d8b9b9;
}

.bmhouse-comment-vote-down:hover
{
    background-color: #f8d9d9;
}

.bmhouse-comment-vote-up.disabled,
.bmhouse-comment-vote-down.disabled
{
    border: 1px solid #ccc;
    background-color: #ddd;
}

.bmhouse-comment-answer
{
    background-color: #e3e7f5;
    margin-top: 20px;
    padding: 10px 20px;
}

.bmhouse-comment-moderation
{
    margin-top: 20px;
    color: red;
}

.bmhouse-comment-moderation a
{
    background-color: #5599cc;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px 7px;
    border-radius: 6px;
    margin-left: 20px;
}

.bmhouse-comment-moderation a[data-action="DELETE"]
{
    background-color: #ff0000;
}

.bmhouse-comment-moderation a:hover
{
    background-color: #4488bb;
}

.bmhouse-comment-moderation a[data-action="DELETE"]:hover
{
    background-color: #ee0000;
}

#bmhouse-comments .bmhouse-comment-answer-add
{
    margin-top: 30px;
}

#bmhouse-comments .bmhouse-comment-answer-add textarea
{
    height: 100px;
    min-height: 100px;
    background-color: #f8f8f8;
    font-size: 14px;
    font-family: Verdana;
}

#bmhouse-comments .bmhouse-comment-answer-add a
{
    background-color: #5599cc;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px 7px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 5px;
}

#bmhouse-comments .bmhouse-comment-answer-add a:hover
{
    background-color: #4488bb;
}

.bmhouse-comments-button-show-all {
    text-decoration-style: dotted;
    text-decoration-line: underline;
    color: #8f8f8f;
    transition: all .3s;
}

.bmhouse-comments-button-show-all:hover {
    cursor: pointer;
    text-decoration-line: none;
    color: #444444;
}

.bmhouse-comments-no-comments-text {
    color: #A0A0A0;
}

#bmhouse-comments .bmhouse-comment-text p
{
    margin-top: 10px;
    margin-bottom: 0;
    color: var(--color-gray-80);
}

#bmhouse-comments .bmhouse-comment-text p b
{
    color: #323232;
}


#bmhouse-comments .bmhouse-comment-text-recall--hidden 
{
    display: none;
}

#bmhouse-comments .bmhouse-comment-text-recall--show 
{
    display: inline;
}

#bmhouse-comments .bmhouse-comment-text-ellipsis--show 
{
    display: inline;
}

#bmhouse-comments .bmhouse-comment-text-ellipsis--hidden 
{
    display: none;
}

#bmhouse-comments .bmhouse-comment-text p:first-child
{
    margin-top: 20px;
}

#bmhouse-comments .bmhouse-comments-sort
{
    margin: 10px 0 20px;
}

#bmhouse-comments .bmhouse-comments-sort a
{
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
}

#bmhouse-comments .bmhouse-comments-sort a.bmhouse-comments-sort-active
{
    font-weight: bold;
    color: #000;
    cursor: default;
}

.bmhouse-comment-image-delete {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #d9d9d9;
    border-radius: 50%;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    transition: all .3s;
}

#bmhouse-comments .bmhouse-comments-form-item > .bmhouse-comment-image-add.bmhouse-comment-error {
    border: 1px solid red;
}

.bmhouse-comment-image-delete svg {
    opacity: .8;
    transition: all .3s;
}

.bmhouse-comment-image-delete:hover {
    cursor: pointer;
}

.bmhouse-comment-image-delete:hover svg {
    transform: rotateZ(180deg);
}

.bmhouse-comment-image-wrapper {
    position: relative;
    display: inline-block;
}

.bmhouse-comment-image-wrapper + .bmhouse-comment-image-wrapper {
    margin-left: 10px;
}

.bmhouse-comment-errors-list {
    margin: 0;
    font-size: 12px;
    color: #f44336;
}

.bmhouse-comment-errors-list .bmhouse-comment-errors-item {
    margin: 0;
    padding-left: 15px;
}

.bmhouse-comments-no-comments {
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    padding: 20px 0;
}

.bmhouse-comments-no-comments-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

@media (max-width: 768px)
{
    #bmhouse-comments .bmhouse-comments-title {
        flex-direction: column;
        align-items: flex-start;
    }

    #bmhouse-comments .bmhouse-comments-rating {
        align-items: flex-start;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #bmhouse-comments .bmhouse-comments-button {
        margin-left: 0;
    }

    #bmhouse-comments .bmhouse-comments-form-item-group {
        flex-direction: column;
    }


    .bmhouse-comments-form-item-group .bmhouse-comments-form-item {
        width: 100%;
    }

    .bmhouse-comment-image-add svg {
        display: none;
    }

    .bmhouse-comments-form-item-group .bmhouse-comments-form-item + .bmhouse-comments-form-item {
        margin: 0;
    }
}

@media screen and (max-width: 700px)
{
    #bmhouse-comments .bmhouse-comments-stats
    {
        display: block;
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 427px)
{
    #bmhouse-comments .bmhouse-comments-button,
    #bmhouse-comments .bmhouse-comments-form-item .bmhouse-comments-button
    {
        margin-left: 0;
    }
}
/* End */


/* Start:/local/templates/simpleit_dashboard/components/webdebug/propsorter/print/style.min.css?17262244211169*/
@charset "UTF-8";.print-characters .wd_propsorter{font-size:10px;display:flex}.print-characters .wd_propsorter table{border:0;border-collapse:collapse;border-spacing:0;width:100%}.print-characters .wd_propsorter table td{background:0 0;border-bottom:1px solid #ddd;vertical-align:top;font-size:10px}.print-characters .wd_propsorter table tr td:nth-child(even){border-right:1px solid #ddd}.print-characters .wd_propsorter table td.cell_name{font-weight:700;text-align:left;width:27%;padding:1px 5px;background-color:#eee}.print-characters .wd_propsorter table td.cell_name:after{content:":"}.print-characters .wd_propsorter table td.cell_value{width:25%;padding-left:2px}.print-characters .wd_propsorter table tr.row_header td{border-bottom:2px solid silver;font-weight:700;font-size:12px;text-transform:uppercase;padding-left:2px;padding-top:0}.print-characters .wd_propsorter table tr.row_header+tr td{padding-top:10px}.print-characters .wd_propsorter table tr.row_empty td{border-bottom:0}.print-characters .wd_propsorter table tr.row_empty td:before{content:"  ";display:block;height:.5em;line-height:.5em;overflow:hidden}
/*# sourceMappingURL=style.min.css.map */
/* End */


/* Start:/local/components/simpleit/delivery/templates/dashboard_element/style.min.css?1729838241681*/
.tabs-bottom{margin-top:20px}.delivery-inner-wrap a{color:var(--main-color)}.delivery-inner-wrap h3{display:flex;align-items:center;gap:10px}.delivery h3 span,.delivery-inner-wrap h3 span{font-weight:var(--weight-bold)}.delivery .row,.delivery-inner-wrap .row{display:flex;flex-wrap:wrap}.delivery .col-md-6,.delivery-inner-wrap .col-md-6{width:50%}.delivery-inner-wrap .fa.fa-truck{display:inline-block;min-width:1em;max-width:1em;min-height:1em;max-height:1em;background:url(/local/templates/simpleIT/media/icons/delivery-truck.svg)no-repeat center}@media (max-width:510px){.delivery .col-md-6,.delivery-inner-wrap .col-md-6{width:100%}}
/*# sourceMappingURL=style.min.css.map */
/* End */


/* Start:/local/components/simpleit/catalog.element/templates/dashboard/style.css?177375007346059*/
#page-title {
  line-height: 27px;
}

#current_price {
  display: none;
}

.section-breadcrumbs-wrap {
  position: relative;
}

#printBtn {
  position: absolute;
  right: 0;
  cursor: pointer;
}
@media (max-width: 400px) {
  #printBtn {
    display: none !important;
  }
}

.main-info {
  display: grid;
  grid-template-columns: 50% calc(50% - 10px);
  min-height: 364px;
}
.main-info .gallery {
  display: grid;
  grid-template-columns: 100%;
  height: fit-content;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.main-info .gallery .dots {
  display: none;
}
.main-info .gallery:has(.gallery__nav-wrap .gallery__nav-contain) .gallery__main .i-wrap {
  height: calc(100% - 145px);
}
.main-info .gallery .gallery__main {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.main-info .gallery .gallery__main .navigation-wrapper {
  height: 100%;
}
@media (max-width: 500px) {
  .main-info .gallery .gallery__main .navigation-wrapper .arrow--left {
    opacity: 1;
    left: 5px;
  }
  .main-info .gallery .gallery__main .navigation-wrapper .arrow--right {
    opacity: 1;
    right: 5px;
  }
  .main-info .gallery .gallery__main .navigation-wrapper .thumbnail .keen-slider__slide {
    margin-top: 0;
  }
}
.main-info .gallery .gallery__main .rating {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  margin: 0 0 10px;
}
.main-info .gallery .gallery__main .rating .bmhouse-comment-rating-background, .main-info .gallery .gallery__main .rating .bmhouse-comment-rating-foreground {
  height: 22px;
  width: 81px;
}
.main-info .gallery .gallery__main .rating .bmhouse-comment-rating {
  display: flex;
  align-items: center;
}
.main-info .gallery .gallery__main .rating .bmhouse-comment-rating-background {
  background: url("/local/templates/simpleIT/components/bmhouse/comments/custom/img/star_empty.svg") repeat-x;
  background-size: 16px 19px;
}
.main-info .gallery .gallery__main .rating .bmhouse-comment-rating-foreground {
  background: url("/local/templates/simpleIT/components/bmhouse/comments/custom/img/star_full.svg") repeat-x;
  background-size: 16px 19px;
}
.main-info .gallery .gallery__main .rating .bmhouse-comments-count {
  margin-left: 5px;
  font-size: 14px;
  color: var(--main-color);
}
.main-info .gallery .gallery__main .gallery__main-contain {
  width: 100%;
  height: 100%;
}
.main-info .gallery .gallery__main .gallery__main-contain .keen-slider__slide {
  min-width: 100%;
  padding: 0 7px 7px;
  box-sizing: border-box;
  transition: all 0.2s linear;
  display: flex;
  align-items: baseline;
}
.main-info .gallery .gallery__main .gallery__main-contain .keen-slider__slide .i-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 640px) {
  .main-info .gallery .gallery__main .gallery__main-contain .keen-slider__slide .i-wrap {
    margin-bottom: 80px;
    height: auto;
  }
}
.main-info .gallery .gallery__main .gallery__main-contain .keen-slider__slide .i-wrap picture {
  width: auto;
  height: 100%;
  display: flex;
  aspect-ratio: 1/1;
}
@media (max-width: 640px) {
  .main-info .gallery .gallery__main .gallery__main-contain .keen-slider__slide .i-wrap picture {
    width: calc(100% - 80px);
    height: auto;
  }
}
@media (max-width: 500px) {
  .main-info .gallery .gallery__main .gallery__main-contain .keen-slider__slide .i-wrap picture {
    width: calc(100% - 60px);
  }
}
.main-info .gallery .gallery__main .splide__track {
  height: 100%;
}
.main-info .gallery .gallery__main .splide__track .splide__slide {
  padding: 20px 7px 7px 7px;
  box-sizing: border-box;
  transition: all 0.2s linear;
  filter: brightness(1);
  display: flex;
  align-items: baseline;
  opacity: 1;
}
.main-info .gallery .gallery__main x-image {
  margin: 0 auto;
  mix-blend-mode: multiply;
  background: #fff;
  max-height: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-info .gallery .gallery__main img {
  mix-blend-mode: multiply;
  cursor: zoom-in;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.main-info .gallery .gallery__main .tags {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  color: #ffffff;
  margin-top: 5px;
  display: flex;
}
.main-info .gallery .gallery__main .tags .tag {
  width: fit-content;
  border-radius: 2em;
  padding: 3px 10px;
  box-sizing: border-box;
  margin: 0 5px 5px 0;
  z-index: 1;
  background-color: var(--color-green-80);
}
.main-info .gallery .gallery__main .tags .tag.sticker_red {
  background-color: #fc482d;
}
.main-info .gallery .gallery__main .tags .tag.sticker_hit, .main-info .gallery .gallery__main .tags .tag.sticker_khit {
  background-color: #2992d9;
}
.main-info .gallery .gallery__main .tags .tag.sticker_stock, .main-info .gallery .gallery__main .tags .tag.sticker_aktsiya {
  background-color: #ffd83a;
  color: #333;
}
.main-info .gallery .gallery__main .tags .tag.sticker_recommend, .main-info .gallery .gallery__main .tags .tag.sticker_sovetuem {
  background-color: #893ca9;
}
.main-info .gallery .gallery__main .tags .tag.sticker_grey {
  background-color: #7b8691;
}
.main-info .gallery .gallery__main .tags .tag.sticker_new, .main-info .gallery .gallery__main .tags .tag.sticker_sale {
  background-color: var(--color-green-80);
}
.main-info .gallery .gallery__main .tags .tag.green, .main-info .gallery .gallery__main .tags .tag.sticker_green {
  background-color: var(--color-dark-silver);
}
.main-info .gallery .gallery__main .brand {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.main-info .gallery .gallery__main .brand img {
  cursor: default;
}
.main-info .gallery .gallery__main .sku-preview img {
  cursor: pointer;
}
.main-info .gallery .gallery__nav-wrap {
  width: 50%;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.main-info .gallery .gallery__nav-wrap .navigation-wrapper .arrow--left {
  opacity: 1;
  left: -35px;
  transform: translateX(0);
}
.main-info .gallery .gallery__nav-wrap .navigation-wrapper .arrow--right {
  opacity: 1;
  right: -35px;
  transform: translateX(0);
}
.main-info .gallery .gallery__nav-wrap .navigation-wrapper .thumbnail .keen-slider__slide {
  margin-top: 0;
}
@media (max-width: 500px) {
  .main-info .gallery .gallery__nav-wrap .navigation-wrapper .arrow--left {
    opacity: 0 !important;
  }
  .main-info .gallery .gallery__nav-wrap .navigation-wrapper .arrow--right {
    opacity: 0 !important;
  }
}
.main-info .gallery .gallery__nav-wrap .gallery__nav-contain {
  margin: auto 0;
}
.main-info .gallery .gallery__nav-wrap .gallery__nav-contain .keen-slider__slide {
  min-width: 50%;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}
@media (min-width: 310px) {
  .main-info .gallery .gallery__nav-wrap .gallery__nav-contain .keen-slider__slide {
    min-width: 33.333%;
  }
}
@media (min-width: 720px) {
  .main-info .gallery .gallery__nav-wrap .gallery__nav-contain .keen-slider__slide {
    min-width: 33.333%;
  }
}
@media (min-width: 1560px) {
  .main-info .gallery .gallery__nav-wrap .gallery__nav-contain .keen-slider__slide {
    min-width: 25%;
  }
}
.main-info .gallery .gallery__nav-wrap .gallery__nav-contain .keen-slider__slide.active .i-wrap {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1019607843) inset;
}
.main-info .gallery .gallery__nav-wrap .gallery__nav-contain .keen-slider__slide.active {
  border-bottom: 4px solid var(--main-color);
}
.main-info .gallery .gallery__nav-wrap .gallery__nav-contain .keen-slider__slide:not(.active) {
  opacity: 0.7;
  filter: brightness(0.95);
}
.main-info .gallery .gallery__nav-wrap .gallery__nav-contain .i-wrap {
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  max-height: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
  height: 100%;
  margin: auto;
}
.main-info .gallery .gallery__nav-wrap .gallery__nav-contain img {
  mix-blend-mode: multiply;
  transition: all 0.2s linear;
  max-height: 95%;
  max-width: 95%;
  object-fit: contain;
  border-radius: inherit;
  aspect-ratio: 1/1;
}
.main-info .buy-block {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  margin-left: 15px;
  grid-template-rows: 1fr;
  width: calc(100% - 5px);
  height: fit-content;
}
.main-info .buy-block > div {
  display: flex;
  flex-direction: column;
}
.main-info .buy-block > div ul {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
  color: var(--color-light-gray);
  display: grid;
  grid-gap: 6px;
}
.main-info .buy-block > div ul li::before {
  background: #F7C752;
}
.main-info .buy-block .product-options {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 16px;
}
.main-info .buy-block .product-options__code {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.main-info .buy-block .product-options__stickers {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
.main-info .buy-block .product-options__sticker {
  margin-top: 2px;
}
.main-info .buy-block .sticker_hit,
.main-info .buy-block .sticker_khit {
  padding: 0 8px;
  display: inline-block;
  background-color: #2992D9;
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
}
.main-info .buy-block .sticker_recommend,
.main-info .buy-block .sticker_sovetuem {
  padding: 0 8px;
  display: inline-block;
  background-color: #893ca9;
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
}
.main-info .buy-block .sticker_stock,
.main-info .buy-block .sticker_aktsiya {
  padding: 0 8px;
  display: inline-block;
  background-color: var(--color-yellow-tag);
  border-radius: 16px;
  color: var(--color-gray);
  font-size: 14px;
}
.main-info .buy-block .sticker_grey {
  padding: 0 8px;
  display: inline-block;
  background-color: var(--color-dark-silver);
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
}
.main-info .buy-block .sticker_red {
  padding: 0 8px;
  display: inline-block;
  background-color: var(--color-red);
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
}
.main-info .buy-block .product-options__secondary-button {
  padding: 12px 20px;
  margin-top: 16px;
}
.main-info .buy-block .ya-split-wrap .ya-split__small-title {
  margin-bottom: 10px;
}
.main-info .buy-block .ya-split-wrap .ya-split {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  border-radius: 15px;
  gap: 20px;
  padding: 3px 12px;
  transition: all 0.2s linear;
  color: var(--main-color);
  cursor: pointer;
}
.main-info .buy-block .ya-split-wrap .ya-split .ya-split__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.main-info .buy-block .ya-split-wrap .ya-split:hover {
  border-color: var(--main-color);
}
.main-info .buy-block .ya-split-wrap .ya-split:hover .ya-split__chevron {
  background: var(--main-color);
}
.main-info .buy-block .ya-split-wrap .ya-split:hover .ya-split__chevron svg {
  color: var(--color-white);
}
.main-info .buy-block .ya-split-wrap .ya-split img {
  max-width: 34px;
}
.main-info .buy-block .ya-split-wrap .ya-split .ya-split__title-wrap {
  flex: 1;
}
.main-info .buy-block .ya-split-wrap .ya-split .ya-split__title-wrap .ya-split__title {
  color: var(--color-black);
  font-weight: 500;
  font-size: var(--text-lg);
  color: rgba(50, 50, 50, 0.8);
}
.main-info .buy-block .ya-split-wrap .ya-split .ya-split__title-wrap .ya-split__subtitle {
  color: var(--color-light-gray);
  color: rgba(50, 50, 50, 0.8);
}
.main-info .buy-block .ya-split-wrap .ya-split .ya-split__chevron {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  aspect-ratio: 1/1;
  border-radius: 15px;
  padding: 5px;
}
.main-info .buy-block .ya-split-wrap .ya-split .ya-split__chevron svg {
  height: 1.5em;
  color: var(--color-black);
  transition: all 0.2s linear;
}
.main-info .buy-block .ya-split-wrap .ya-split .ya-split__chevron svg path {
  fill: currentColor;
}
.main-info .buy-block .prices {
  color: #333;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.main-info .buy-block .old-price {
  color: #A0A0A0;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-decoration: line-through;
  margin-top: 5px;
  cursor: pointer;
}
.main-info .buy-block .price {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.main-info .buy-block .wholesale-price-container {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.main-info .buy-block .wholesale-price-label {
  color: #A0A0A0;
  font-size: 16px;
}
.main-info .buy-block .wholesale-price {
  color: var(--main-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.main-info .buy-block .sale {
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: var(--color-green-80);
  width: fit-content;
  padding: 6px 8px;
  margin-left: 8px;
  font-size: 20px;
  font-weight: var(--weight-bold);
  text-align: left;
  color: var(--color-white);
}
.main-info .buy-block .sale .sale__value {
  background: #FEF7D1;
  padding: 3px 7px;
  margin-left: 5px;
  border-radius: 2px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .main-info .buy-block {
    margin-top: 20px;
    margin-left: 0;
    grid-gap: 20px;
    width: 100%;
  }
}
@media (max-width: 780px) {
  .main-info .buy-block {
    grid-template-columns: 1fr;
    padding: 10px 0;
  }
}
.main-info .wholesale {
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: var(--color-green-80);
  width: fit-content;
  padding: 4px 2px;
  margin-left: 8px;
  font-size: 18px;
  font-weight: var(--weight-bold);
  text-align: left;
  color: var(--color-white);
}
.main-info .wholesale .wholesale__value {
  background: #FEF7D1;
  padding: 3px 7px;
  margin-left: 5px;
  border-radius: 2px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .main-info .wholesale {
    margin-left: 8px;
    grid-gap: 20px;
  }
}
@media (max-width: 780px) {
  .main-info .wholesale {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 950px) {
  .main-info .dynamic-arrows .splide__arrow--prev {
    margin-left: 0;
    opacity: 1;
    font-size: var(--text-xl);
  }
  .main-info .dynamic-arrows .splide__arrow--next {
    margin-right: 0;
    opacity: 1;
    font-size: var(--text-xl);
  }
}
.main-info .btn__icon-first {
  display: flex;
}

/* absolute gallery elements */
/* end of absolute gallery elements */
.stock-wrap {
  flex-wrap: wrap;
  gap: 5px;
}
.stock-wrap .stock {
  font-size: var(--text-base);
  font-weight: var(--weight-normal);
  line-height: 16px;
  text-align: left;
}
.stock-wrap .stock.in-stock {
  color: var(--color-green-80);
}
.stock-wrap .found-cheaper {
  padding: 3px 10px;
  border-radius: 16px;
  border: 1px solid #A0A0A0;
  color: #A0A0A0;
}
.stock-wrap .found-cheaper span {
  font-size: var(--text-base);
  font-weight: var(--weight-normal);
}
.stock-wrap .found-cheaper svg {
  fill: currentColor;
}

.item-code {
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  cursor: pointer;
}
.item-code span {
  font-size: var(--text-lg);
  color: var(--main-color);
}

/* buttons */
.price_buttons {
  display: flex;
  margin-top: 10px;
  margin-bottom: 24px;
}
.price_buttons .to-basket {
  padding: 10px 20px;
  font-size: var(--text-lg);
  font-weight: var(--weight-bold);
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  flex: 1;
  white-space: nowrap;
}
.price_buttons .in-basket {
  padding: 10px 20px;
  font-size: var(--text-lg);
  font-weight: var(--weight-bold);
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  flex: 1;
  white-space: nowrap;
}

.buy-block .to-order {
  padding: 10px 32px;
  font-size: var(--text-lg);
  font-weight: var(--weight-bold);
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 30px;
}

.quantity {
  background: var(--color-white);
  display: flex;
  width: min-content;
  margin: 5px auto;
  color: var(--color-gray);
  user-select: none;
  flex: 1;
}
.quantity.quantity_invisible {
  display: none;
}
.quantity div {
  display: flex;
}

.minus, .plus {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  min-width: fit-content;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: auto;
  height: 33px;
  border-radius: 50%;
}

.quantity-input {
  border-radius: 0 !important;
  border: none;
  background: inherit;
  width: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}
.quantity-input:focus, .quantity-input:focus-visible {
  border: none;
  outline: none;
}

.to-basket.to-basket_invisible {
  display: none;
}

.to-order.to-order_invisible {
  display: none;
}

.in-basket {
  background-color: #3ea72e !important;
  text-decoration: none;
}

.in-basket.in-basket_invisible {
  display: none;
}

.in-basket svg {
  margin-right: 10px;
  width: 16px;
}

.in-basket path {
  fill: var(--bs-white);
}

/* end prices */
.delivery-list {
  display: grid;
  grid-gap: 5px;
  overflow: auto;
}
.delivery-list .delivery-list__delivery {
  background: #f8f8f8;
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 10px;
  align-items: center;
  border-radius: 10px;
}
.delivery-list .delivery-list__delivery .delivery__title {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 10px;
  align-items: center;
  color: #323232;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}
.delivery-list .delivery-list__delivery .delivery__title svg {
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  fill: var(--main-color);
}
.delivery-list .delivery-list__delivery .delivery__title > div > div {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  margin-bottom: 2px;
}
.delivery-list .delivery-list__delivery .delivery__price {
  font-size: 15px;
  font-weight: 800;
  line-height: 15px;
  text-align: left;
  color: #2094FF;
}

.main-info-subsection {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.main-info-subsection > div:last-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  padding: 0 10px;
  box-sizing: border-box;
}

/* tooltip */
.sold_quantity {
  border: solid 1px var(--main-color);
  display: grid !important;
  grid-template-columns: 1fr 56px;
  height: max-content;
  min-height: 40px;
  width: 100%;
  align-items: center;
  border-radius: 15px;
  background: #FAFAFA;
  grid-column-start: 1;
  grid-column-end: 3;
  margin: 10px 0;
}
.sold_quantity .sold_quantity_main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px;
  box-sizing: border-box;
  flex: 1;
}
.sold_quantity .sold_quantity_main .sold_quantity_before {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  box-sizing: border-box;
  grid-gap: 9px;
  margin-right: 20px;
}
@media (max-width: 1250px) {
  .sold_quantity .sold_quantity_main .sold_quantity_before {
    display: none;
  }
}
@media (max-width: 960px) {
  .sold_quantity .sold_quantity_main .sold_quantity_before {
    display: grid;
  }
}
@media (max-width: 550px) {
  .sold_quantity .sold_quantity_main .sold_quantity_before {
    display: none;
  }
}
.sold_quantity .sold_quantity_main .sold_quantity_text {
  color: var(--color-azino);
  font-size: clamp(var(--text-sm), 2svw, var(--text-lg));
  font-style: normal;
  font-weight: var(--weight-bold);
  line-height: 1.1em;
  text-align: center;
}
@media (max-width: 960px) {
  .sold_quantity .sold_quantity_main .sold_quantity_text {
    font-size: var(--text-lg);
  }
}
@media (max-width: 420px) {
  .sold_quantity .sold_quantity_main .sold_quantity_text {
    font-size: var(--text-base);
  }
}
.sold_quantity .sold_quantity_main .sold_quantity_text span {
  color: var(--main-color);
  font-weight: 800;
  font-size: 1.2em;
}

.wholesale-block__caption {
  text-align: center;
  display: flex;
  margin: 15px 0 0;
}

.region-price_text {
  text-align: center;
  display: flex;
  margin: 15px;
  justify-content: center;
}

#soldQttTooltip {
  display: none;
  position: absolute;
  transform: translate(14%, 70%);
  left: 0;
  top: 0;
  flex-wrap: nowrap;
  white-space: nowrap;
}
#soldQttTooltip.invert-x {
  transform: translate(-100%, 70%);
}
#soldQttTooltip.invert-x .tooltip__tail {
  left: unset;
  right: -7px;
  top: 0;
  transform: rotateY(180deg);
}
@media (max-width: 550px) {
  #soldQttTooltip.invert-x {
    width: 70svw;
    white-space: normal;
  }
}
@media (max-width: 450px) {
  #soldQttTooltip.invert-x {
    transform: translate(-97%, 80%);
  }
}
@media (max-width: 400px) {
  #soldQttTooltip.invert-x {
    width: 70svw;
  }
}

#soldQttTooltip[data-show] {
  display: block;
}

.tooltip {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  padding: 13px;
  box-sizing: border-box;
  z-index: 10;
  transition: opacity 0.2s linear;
  max-width: 80vw;
}

.tooltip__tail {
  position: absolute;
  left: -7px;
  top: 3px;
}

/* end tooltip */
.more-info {
  margin-top: 20px;
  display: grid;
  --aside-width: 350px;
  --gap: 10px;
  grid-template-columns: calc(100% - var(--aside-width) - var(--gap)) var(--aside-width);
  grid-gap: var(--gap);
}

.more-info__main {
  /*width: calc(100% - 327px);*/
  position: relative;
}

.props-tab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}

.more-info .more-info__aside {
  overflow: hidden;
}

.about-us {
  background: #fff;
  border-radius: 20px;
  padding: 15px 10px 13px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.about-us .about-us__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
  text-align: left;
}
.about-us li {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
  color: #A0A0A0;
}
.about-us li:not(:last-child) {
  margin-bottom: 10px;
}
.about-us .right_block__region-link-wrap {
  display: grid;
  grid-template-columns: repeat(4, 35px);
  grid-template-rows: 26px 26px;
  grid-gap: 8px;
  margin-top: 8px;
}
.about-us .right_block__region-link-wrap .right_block__region-link {
  display: inline-flex;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 4px 0 rgba(34, 60, 80, 0.2);
}
.about-us .right_block__region-link-wrap .right_block__region-link svg {
  height: auto;
  width: 100%;
  zoom: 1.4;
  display: flex;
  margin: 0;
  opacity: 1;
}
.about-us .pricing-info {
  margin-top: auto !important;
}

.tender-tz svg {
  height: 14px;
  width: auto;
}

.more-info .more-info__aside .search-help {
  margin-top: 50px;
}

.more-info .more-info__aside .bigdata {
  margin-top: 40px;
}

.base-price-info {
  background: #FFDCDB;
  padding: 10px;
  border-radius: 10px;
  margin: 10px 0;
}

.base-price-info div:first-child {
  font-weight: bold;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  grid-gap: 12px;
}

.manager-info .manufacturer {
  display: grid;
  grid-gap: 5px;
  margin-bottom: 10px;
  grid-template-columns: 1fr 1fr;
}

/* SKU */
.sku-label {
  color: #888888;
  font-size: var(--text-base) !important;
  margin-top: 10px;
}
.sku-label span {
  font-size: var(--text-base);
}

.sku-preview {
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-wrap: wrap;
}

.sku .sku-preview .sku-preview-img-wrap {
  --size: 50px;
  width: var(--size);
  height: var(--size);
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 5px;
  border: 1px solid gray;
  overflow: hidden;
}

.sku-preview-img {
  height: inherit;
}

.gallery__main img.sku-preview-img, .gallery__main x-image.sku-preview-img img {
  cursor: pointer;
}

.gallery__main img.sku-preview-img.active, .gallery__main x-image.sku-preview-img.active img {
  cursor: default;
}

.sku-preview-img-wrap.active {
  outline: 1px solid var(--main-color);
  border: 1px solid var(--main-color);
}

/* end of SKU */
/* video */
.video-gallery {
  display: grid;
  grid-template-columns: 6fr 4fr;
  grid-gap: 10px;
}
@media (max-width: 560px) {
  .video-gallery {
    grid-template-columns: 1fr;
  }
}

.video-gallery__main {
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
}
.video-gallery__main iframe {
  max-width: 100%;
}
@media (max-width: 560px) {
  .video-gallery__main {
    width: 100%;
    height: auto;
  }
}

.video-gallery__bar {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  grid-auto-rows: min-content;
}
@media (max-width: 960px) {
  .video-gallery__bar {
    grid-template-columns: 1fr;
  }
}

.video-gallery__bar-link {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  text-align: left;
  color: #323232;
  cursor: pointer;
}
.video-gallery__bar-link x-image {
  aspect-ratio: 105/60;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.video-gallery__bar-link x-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-gallery__bar-link-preview {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-gallery__bar-link-preview svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%);
}
.video-gallery__bar-link-preview .video-gallery__bar-link {
  cursor: pointer;
  margin: auto 0;
}

/* end of video */
/* delivery */
.tab-content-wrap .delivery i {
  color: var(--main-color);
  margin-right: 5px;
}

.tab-content-wrap .delivery a {
  text-decoration: none;
  color: var(--main-color);
  display: inline;
}

/* end of delivery */
/* payments */
.payment-tab hr {
  border: none;
  height: 1px;
  background: #ededed;
  margin-top: 15px;
}
.payment-tab .payment-tab__title {
  font-size: 25px;
  font-weight: 800;
  line-height: 18px;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 5px;
}
.payment-tab .payment-tab__subtitle {
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  margin-top: 20px;
  color: var(--main-color);
}
.payment-tab .payment-tab__subtitle_first {
  margin-top: 0;
}
@media (max-width: 1145px) {
  .payment-tab .payment-tab__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 780px) {
  .payment-tab .payment-tab__subtitle {
    font-size: 22px;
  }
}
.payment-tab .payment-tab__subtitle.payment-tab__subtitle-with-gap {
  margin-top: 20px;
}
.payment-tab .payment-tab__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: justify;
  margin-top: 10px;
}
.payment-tab .payment-tab__notification {
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-gap: 20px;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  max-width: min(750px, 100%);
}
.payment-tab .payment-tab__notification .payment-tab__notification-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin-bottom: 10px;
  color: #5B5B5B;
}
.payment-tab .payment-tab__notification .payment-tab__notification-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  color: #5B5B5B;
}
.payment-tab .payment-tab__notification .payment-tab__notification-text p {
  margin: 0;
}
.payment-tab .payment-tab__notification .payment-tab__payment-icons {
  display: grid;
  grid-template-columns: repeat(auto-fill, 47px);
  grid-gap: 20px;
}

.description a {
  color: var(--main-color);
  display: contents;
  transition: color 0.2s linear;
}
.description a:hover {
  color: var(--color-gray);
}

.description p {
  margin: 20px 0;
}

.description img {
  max-width: 100%;
}

/* end of payments */
.analogues__wrap {
  position: relative;
}
.analogues__wrap .analogues {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 10px;
}
.analogues__wrap .analogues span {
  line-height: 1px;
}
.analogues__wrap .analogues svg {
  width: 10px;
}
.analogues__wrap.opened .analogues-dd {
  z-index: 70;
  opacity: 1;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
}
.analogues__wrap .analogues-dd {
  width: fit-content;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: absolute;
  background: #fff;
  box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.12);
  transition: all 0.3s linear;
  z-index: -10;
  margin-top: 25px;
  opacity: 0;
}
.analogues__wrap .analogues-dd .analogues-dd__option {
  padding: 11px 25px;
  text-decoration: none;
  color: #000;
  letter-spacing: 0;
  text-align: left;
  width: fit-content;
  min-width: 100%;
}
.analogues__wrap .analogues-dd .analogues-dd__option:hover {
  background: var(--main-color-10);
}

@media (max-width: 1560px) {
  .sold_quantity_before {
    display: none;
  }
  .tabs-nav {
    margin-bottom: 8px;
  }
  .price_buttons {
    flex-direction: column;
  }
  .gallery__nav-contain .splide__slide x-image {
    margin: 0 auto;
  }
  .buy-block .delivery-list__delivery {
    grid-template-columns: 1fr;
  }
  .buy-block .delivery-list__delivery .delivery__price {
    margin-left: 28px;
  }
}
@media (max-width: 1280px) {
  .main-info {
    grid-template-columns: 1fr;
  }
  .main-info-subsection {
    display: flex;
  }
  .more-info {
    grid-template-columns: 1fr;
  }
  .more-info__main {
    max-width: 100%;
    overflow: hidden;
  }
  .price_buttons {
    flex-direction: row;
  }
  .buy-block .delivery-list__delivery {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 720px) {
  .gallery {
    max-width: 100%;
  }
  .gallery__nav-wrap {
    width: 510px;
  }
  .gallery__nav-contain {
    width: 100%;
  }
  .main-info-subsection > div:last-child {
    padding: 0;
  }
  .main-info-subsection {
    display: flex;
    flex-direction: column-reverse;
  }
  .sold_quantity {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .gallery__nav-wrap {
    width: 310px;
  }
  .buy-block {
    grid-template-columns: 1fr;
  }
  .main-info-subsection > div:last-child {
    grid-template-columns: 1fr;
  }
  .props-tab {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 340px) {
  .price_buttons {
    flex-direction: column;
  }
  .buy-block .delivery-list__delivery {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 310px) {
  .gallery__nav-wrap {
    width: 250px;
  }
}
.mt-base:has(#printBtn) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#printBtn path {
  fill: var(--color-light-gray);
}

.print-header, .print-title, .print-characters {
  display: none;
}

@media print {
  .description__calculator-button-container, .product-options__stickers {
    display: none !important;
  }
  .print-header {
    display: grid;
    grid-template-columns: 150px auto;
    grid-gap: 20px;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .print-header svg {
    width: 150px;
  }
  .print-header svg path {
    fill: var(--main-color);
  }
  .print-header > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .print-header > div > div {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .print-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
  }
  .app-wrap {
    height: 100% !important;
    overflow: visible !important;
    grid-template-columns: 1fr !important;
  }
  .app-wrap > div {
    width: fit-content;
    margin: auto;
  }
  aside,
  header, footer, .tags, .video_and_sku_wrap, .search-wrap, .mt-base:has(.bx-breadcrumb),
  .splide__arrow, .like-icons, div:has(.b24-widget-button-shadow), .stock-wrap, .price_buttons, .delivery-list,
  .sold_quantity, .buy-block > div:nth-child(2), #recommendations, .more-info__aside,
  .tab-accordion-toggle, .gallery__nav-wrap, .tabs-nav, h1#page-title, .sku, .characters, .header-banner, .app-garland {
    display: none !important;
  }
  .print-characters {
    display: block;
  }
  .more-info {
    grid-template-columns: 1fr !important;
  }
  .main-info {
    grid-template-columns: 1fr 1fr !important;
    min-height: unset !important;
    width: fit-content;
    margin: auto;
  }
  .main-info > * {
    display: inline-block !important;
  }
  .buy-block {
    margin-left: 0 !important;
  }
  .buy-block .prices {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
  }
  .buy-block .prices .price {
    font-size: 15px !important;
    font-weight: 700;
    line-height: 1em;
  }
  .buy-block .prices .old-price {
    font-size: 12px;
    line-height: 1em;
    margin-top: 5px;
  }
  .buy-block .sale {
    margin: 0 !important;
  }
  .tab-content {
    height: max-content !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
  }
  .gallery__main img {
    height: 200px !important;
  }
  .gallery * {
    height: fit-content;
  }
  .row_header span {
    font-weight: bold;
  }
  .props-tab {
    grid-template-columns: 1fr !important;
    grid-gap: 10px;
  }
  * {
    page-break-before: avoid !important;
    page-break-after: avoid !important;
    page-break-inside: avoid;
    background: unset !important;
  }
  html, body {
    font-size: 10px !important;
  }
  #more-info__tabs {
    width: fit-content;
    margin: auto;
  }
  .description p:first-child {
    margin-top: 0;
  }
  .description p {
    margin: 0 !important;
  }
  .main-info .gallery .gallery__main .gallery__main-contain .keen-slider__slide {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
.rating {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  margin: 0 0 10px;
}
.rating .bmhouse-comment-rating-background, .rating .bmhouse-comment-rating-foreground {
  height: 22px;
  width: 81px;
}
.rating .bmhouse-comment-rating {
  display: flex;
  align-items: center;
}
.rating .bmhouse-comment-rating-background {
  background: url("/local/templates/simpleIT/components/bmhouse/comments/custom/img/star_empty.svg") repeat-x;
  background-size: 16px 19px;
}
.rating .bmhouse-comment-rating-foreground {
  background: url("/local/templates/simpleIT/components/bmhouse/comments/custom/img/star_full.svg") repeat-x;
  background-size: 16px 19px;
}
.rating .bmhouse-comments-count {
  margin-left: 5px;
  font-size: 14px;
  color: var(--main-color);
}

.product-delivery {
  display: flex;
  flex-direction: column;
}

.product-delivery__info-caption {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.product-delivery__info {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  padding: 16px 24px;
  margin: 0 0 16px;
  flex-grow: 1;
  background-color: #fff;
}

.product-delivery__quantity {
  margin-top: auto;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .product-delivery__info {
    margin-bottom: 20px;
  }
}
.found-cheaper {
  padding: 2px 16px !important;
  border-radius: 16px !important;
  border: 1px solid #D9D9D9 !important;
  margin-bottom: 15px;
}

.found-cheaper .btn__icon-first {
  color: #b3b3b3;
}

.found-cheaper:hover .btn__icon-first {
  color: var(--color-white);
}

.vat {
  margin-bottom: 12px;
}

.video-button-wrapper {
  position: absolute;
  left: 16px;
  bottom: 16px;
}

.video-button {
  width: 65px;
  height: 65px;
  padding: 7px 5px 7px 7px;
  background: var(--main-color);
  border-radius: 10px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: var(--color-white);
}
.video-button .video-button__icon {
  fill: #fff;
  height: 36px;
}
.video-button span {
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  display: block;
  position: absolute;
  bottom: calc(-1em - 10px);
}
@media (max-width: 1440px) {
  .video-button {
    width: 64px;
    height: 64px;
  }
  .video-button .video-button__icon {
    height: 30px;
  }
}
@media (max-width: 720px) {
  .video-button {
    width: 48px;
    height: 48px;
  }
  .video-button .video-button__icon {
    height: 24px;
  }
}

.gallery__video {
  width: 100%;
  aspect-ratio: 16/9;
}

.gallery__video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 600px;
}

.keen-slider__slide--video.active {
  border-bottom: 4px solid rgba(0, 0, 0, 0) !important;
}

.product-delivery__quantity-content {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-delivery__quantity-text {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.product-delivery__quantity-number {
  font-size: 20px;
  font-weight: bold;
  color: var(--main-color);
}

.product-delivery__quantity-help-icon {
  margin: 0 8px 0 0;
  cursor: pointer;
  position: relative;
}

.product-delivery__quantity-help-icon-svg {
  height: 24px;
  display: block;
}

.product-delivery__quantity-image {
  display: block;
  width: 100%;
}

.deliveries-dropdown__wrapper {
  position: relative;
  z-index: 2;
  border-radius: 16px;
  background-color: var(--color-white);
  overflow: hidden;
  transition: height 0.5s;
}

.deliveries-dropdown__content {
  padding: 8px;
  position: relative;
  transition: height 0.5s;
}

.deliveries-dropdown__content-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.deliveries-dropdown__wrapper:has(.deliveries-dropdown__controls) .deliveries-dropdown__content {
  margin-bottom: 32px;
}

.deliveries-dropdown__item:nth-last-child {
  display: none;
}

.deliveries-dropdown__item--hidden {
  display: none;
}

.deliveries-dropdown__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.deliveries-dropdown__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: var(--color-white);
  border: none;
  cursor: pointer;
}

.deliveries-dropdown__button-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 24px;
  color: #A0A0A0;
  font-size: 14px;
  font-weight: bold;
  background-color: var(--color-white);
  border: 1px solid #A0A0A0;
  border-radius: 16px;
  cursor: pointer;
}

.deliveries-dropdown__left-icon {
  height: 18px;
  margin-right: 8px;
  fill: none;
}

.deliveries-dropdown__right-icon {
  width: 12px;
  height: 12px;
  margin-left: 7px;
  margin-bottom: -0.15em;
  fill: currentColor;
  transition: transform 0.25s;
}

.deliveries-dropdown--shown .deliveries-dropdown__right-icon {
  transform: rotate(180deg);
}

.bmhouse-comments-count--big {
  font-size: var(--text-base) !important;
  margin-bottom: 2px;
}

.like-icons {
  display: flex;
  padding: 16px 16px 10px;
  flex-direction: row;
  justify-content: center;
  z-index: 1;
  align-items: end;
}
.like-icons .like-icons__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  color: #5b5b5b;
  border: 1px solid #d9d9d9;
  border-radius: 32px;
  background-color: var(--color-white);
  cursor: pointer;
  transition: background-color 0.25s, border-color 0.25s, color 0.25s;
}
.like-icons .like-icons__button:hover {
  color: var(--main-color);
  border: 1px solid var(--main-color);
}
.like-icons .like-icons__button.active {
  color: var(--color-white);
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}
.like-icons .like-icons__button--hidden {
  display: none;
}
.like-icons svg {
  display: block;
  fill: currentColor;
  width: 19px;
  height: auto;
  transition: all 0.2s linear;
}
.like-icons .like-icons__button-icon {
  margin-right: 8px;
}
.like-icons .like-icons__button:not(:first-child) {
  margin-left: 16px;
}
.like-icons .like-icons__icon-text {
  font-size: 14px;
}
.like-icons .like-icons__button-icon--similars {
  width: 22px;
  fill: none;
}
@media (max-width: 768px) {
  .like-icons .like-icons__icon-text {
    font-size: 12px;
  }
  .like-icons .like-icons__button {
    padding: 4px 8px;
  }
  .like-icons .like-icons__button:not(:first-child) {
    margin-left: 8px;
  }
  .like-icons svg {
    width: 16px;
  }
  .like-icons .like-icons__button-icon--similars {
    width: 18px;
  }
}

.go-to-calculator-button {
  display: flex !important;
  margin: 0 !important;
  width: fit-content;
}

.description__calculator-button-container {
  margin-top: 2px !important;
}

.tag {
  color: #ffffff;
  font-size: 14px;
  width: fit-content;
  border-radius: 2em;
  padding: 0 8px;
  box-sizing: border-box;
  z-index: 1;
  background-color: var(--color-green-80);
}
.tag.sticker_red {
  background-color: #fc482d;
}
.tag.sticker_hit, .tag.sticker_khit {
  background-color: #2992d9;
}
.tag.sticker_stock, .tag.sticker_aktsiya {
  background-color: #ffd83a;
  color: #333;
}
.tag.sticker_recommend, .tag.sticker_sovetuem {
  background-color: #893ca9;
}
.tag.sticker_grey {
  background-color: #7b8691;
}
.tag.sticker_new, .tag.sticker_sale {
  background-color: var(--color-green-80);
}
.tag.green, .tag.sticker_green {
  background-color: var(--color-dark-silver);
}

.delivery__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px;
  margin-top: 8px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: bold;
  background-color: var(--main-color);
  border: none;
  border-radius: 12px;
  cursor: pointer;
}

.delivery__link-left-icon {
  height: 18px;
  margin-right: 8px;
  fill: none;
}

.delivery__link-text {
  font-size: 14px;
}

.delivery__link-right-icon {
  width: 18px;
  margin-left: 4px;
  fill: none;
}

.keen-slider.thumbnail.gallery__nav-contain {
  max-height: 65px;
}

.split-widget {
  position: relative;
  height: 168px;
}

.split-widget__loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.split-widget .ya-pay-widget {
  background-color: var(--color-white);
}

@media print {
  .similars,
  #cookies-confirm,
  .ya-split-wrap,
  .found-cheaper,
  .price_buttons,
  .product-options__secondary-button,
  .product-options__secondary-button {
    display: none !important;
  }
  .gallery__main img {
    height: 400px !important;
  }
  #bx-panel {
    display: none !important;
  }
}
.b2b-offer {
  position: relative;
  --main-color: #2992D9;
  --shadow: 0 53px 77px 13px rgba(255, 255, 255, 1) inset;
  --info-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
}
.b2b-offer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/catalog/b2b-offer-bg.png");
  background-size: 100%;
  opacity: 0.3;
}
.b2b-offer .b2b-wrapper {
  backdrop-filter: grayscale(1);
  box-shadow: var(--shadow);
  padding: 18px 27px 105px;
}
.b2b-offer .b2b-wrapper .b2b-offer__title {
  text-align: center;
  color: var(--main-color);
  font-size: var(--text-2xl);
  font-weight: bold;
  text-transform: uppercase;
}
.b2b-offer .b2b-wrapper .b2b-offer__title span {
  font-size: inherit;
  font-weight: inherit;
  display: block;
  color: white;
  background: var(--main-color);
  padding: 0 1ch 4px;
  width: fit-content;
  margin-inline: auto;
  border-radius: 2em;
}
.b2b-offer .b2b-wrapper .b2b-offer__title span.plus-size {
  font-size: var(--text-3xl);
}
.b2b-offer .b2b-wrapper .b2b-offer__info {
  margin-top: 15px;
  background: #fff;
  padding: 17px;
  border-radius: 10px;
  box-shadow: var(--info-shadow);
  width: fit-content;
  margin-inline: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.b2b-offer .b2b-wrapper .b2b-offer__info .btn {
  margin-top: 15px;
  font-size: inherit;
  font-weight: inherit;
  padding-inline: 1.5ch;
  padding-block: 1ch;
}
.b2b-offer .b2b-wrapper .b2b-offer__info ul {
  margin-top: 0;
  font-size: inherit;
  font-weight: inherit;
}
.b2b-offer .b2b-wrapper .b2b-offer__info ul li {
  font-size: inherit;
  font-weight: inherit;
}
.b2b-offer .b2b-wrapper .b2b-offer__info ul li span {
  font-size: inherit;
  font-weight: bold;
  color: white;
  background: var(--color-green-80);
  padding-inline: 0.6ch;
  padding-block: 0.05ch;
  border-radius: 2em;
}
.b2b-offer .b2b-wrapper .b2b-offer__info ul li b {
  font-size: 1.1em;
}
.b2b-offer .b2b-wrapper .b2b-offer__info > b {
  font-size: 1.2em;
}
.b2b-offer .b2b-wrapper .b2b-offer__info > span {
  display: block;
  font-size: 0.7em;
  margin-top: 3px;
}
.b2b-offer .b2b-wrapper .b2b-offer__mascot {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(calc(-50% + 35px));
}
.b2b-offer .b2b-wrapper .b2b-offer__mascot img {
  max-height: 167px;
  margin-bottom: -4px;
}

.wholesale-price-container {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

.wholesale-price-label {
  color: #A0A0A0;
  font-size: 16px;
}

.wholesale-price {
  color: var(--main-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/simpleit/trusted.mark/templates/.default/style.min.css?1728975418131*/
.trusted-mark img{width:100%}.trusted-mark div{color:red;font-weight:700;font-size:1.2em}
/*# sourceMappingURL=style.min.css.map */
/* End */


/* Start:/local/templates/simpleit_dashboard/css/widgets/tabs.min.css?17737357261331*/
.tabs-nav{display:flex;white-space:nowrap;overflow-x:scroll;margin-bottom:5px}.tab-nav{cursor:pointer;padding:15px 20px;box-sizing:border-box;position:relative;transition:all .2s linear;margin-right:10px;margin-bottom:5px;border-radius:20px;background:#fbfbfb;font-size:var(--text-base);font-weight:500;line-height:12px;text-align:left;color:#a0a0a0;user-select:none;border:1px solid var(--color-silver)}.tab-nav:last-child{margin-right:0}.tab-nav:hover{background:#fff;color:#000}.tab-nav.tab-active{border:1px solid var(--main-color);background:#fff;color:var(--main-color);cursor:default}.tab-content__wrap{display:none;border-radius:20px}.tab-content__wrap.tab-active{display:flex;flex-direction:column;align-items:center}.tab-content{background:#fff;padding:12px 20px;border-radius:20px;overflow:hidden}.tab-content--masked{mask-image:linear-gradient(to bottom,#000 0,#000 90%,transparent 100%)}.tab-accordion-toggle{margin-top:8px;padding:4px 16px;display:inline-flex;justify-content:center;align-items:center;color:#a0a0a0;cursor:pointer;background:var(--color-white);border:1px solid #d9d9d9;border-radius:16px}.tab-accordion-toggle svg{fill:currentColor;margin-left:10px;transition:transform .2s linear}.tab-content__wrap.opened .tab-accordion-toggle svg{transform:rotateZ(180deg)}
/*# sourceMappingURL=tabs.min.css.map */
/* End */


/* Start:/local/components/simpleit/catalog.element.recommendations/templates/dashboard-tabs/style.css?177375007325689*/
#recommendations {
  max-width: 100%;
}
#recommendations .tab-content {
  padding: 12px 7px;
  width: 100%;
}
#recommendations .section-element {
  margin: 5px auto;
  width: calc(100% - 10px);
}
@media (max-width: 950px) {
  #recommendations .dynamic-arrows .splide__arrow--prev {
    margin-left: 0;
    opacity: 1;
    font-size: var(--text-xl);
    left: -7px;
  }
  #recommendations .dynamic-arrows .splide__arrow--next {
    margin-right: 0;
    opacity: 1;
    font-size: var(--text-xl);
    right: -7px;
  }
}

.recommendations-title {
  margin: 50px 0 25px;
}

#recommendations .splide__slide:not(.is-active) {
  opacity: 1;
}

/* element */
.section-element {
  background: var(--color-white);
  border-radius: 20px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s linear;
  height: calc(100% - 2px);
  border: 1px solid var(--color-silver);
}
.section-element:hover {
  box-shadow: 0 2px 4px 0 var(--color-black-40);
}
.section-element .section-element__heading {
  position: relative;
}
.section-element .section-element__heading .section-element__code {
  font-size: var(--text-sm);
  font-weight: var(--weight-normal);
  line-height: 1.1em;
  letter-spacing: 0;
  text-align: left;
  opacity: 0.8;
  margin-bottom: 5px;
  cursor: pointer;
}
.section-element .section-element__heading .section-element__code span {
  font-size: var(--text-sm);
  font-weight: var(--weight-bold);
  line-height: 1.1em;
  letter-spacing: 0;
  text-align: left;
  color: var(--main-color);
}
@media (max-width: 580px) {
  .section-element .section-element__heading .section-element__code {
    padding: 8px 0 0 10px;
    width: calc(100% - 35px);
  }
}
.section-element .section-element__heading .section-element__like-icons {
  position: absolute;
  right: 2px;
  top: 2px;
  display: flex;
  flex-direction: column;
  z-index: 5;
  gap: 5px;
}
.section-element .section-element__heading .section-element__like-icons > span {
  cursor: pointer;
  background: var(--color-white);
  aspect-ratio: 1/1;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.section-element .section-element__heading .section-element__like-icons > span:hover svg {
  fill: var(--color-gray);
}
@media (max-width: 580px) {
  .section-element .section-element__heading .section-element__like-icons > span {
    border-radius: 2em;
  }
}
.section-element .section-element__heading .section-element__like-icons > span.active svg {
  fill: var(--main-color);
}
.section-element .section-element__heading .section-element__like-icons svg {
  fill: var(--color-silver);
  width: 19px;
  height: auto;
  transition: all 0.2s linear;
}
.section-element .section-element__preview {
  position: relative;
}
.section-element .section-element__preview x-image {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
}
.section-element .section-element__preview img {
  aspect-ratio: 1/1;
  width: 100%;
  mix-blend-mode: multiply;
  object-fit: contain;
}
.section-element .section-element__preview .section-element__tags {
  position: absolute;
  font-size: var(--text-xs);
  font-weight: var(--weight-normal-plus);
  line-height: var(--text-xs-leading);
  letter-spacing: 0;
  text-align: left;
  color: var(--color-white);
  margin-top: 5px;
  display: flex;
  z-index: 3;
  flex-wrap: wrap;
}
.section-element .section-element__preview .section-element__tags .section-element__tag {
  width: fit-content;
  border-radius: 2em;
  padding: 3px 10px;
  box-sizing: border-box;
  margin: 0 5px 5px 0;
  z-index: 1;
  background-color: var(--color-green-80);
}
.section-element .section-element__preview .section-element__tags .section-element__tag.sticker_red {
  background-color: var(--color-red);
}
.section-element .section-element__preview .section-element__tags .section-element__tag.sticker_hit, .section-element .section-element__preview .section-element__tags .section-element__tag.sticker_khit {
  background-color: var(--color-blue);
}
.section-element .section-element__preview .section-element__tags .section-element__tag.sticker_stock, .section-element .section-element__preview .section-element__tags .section-element__tag.sticker_aktsiya {
  background-color: var(--color-yellow-tag);
  color: var(--color-gray);
}
.section-element .section-element__preview .section-element__tags .section-element__tag.sticker_recommend, .section-element .section-element__preview .section-element__tags .section-element__tag.sticker_sovetuem {
  background-color: var(--color-indigo);
}
.section-element .section-element__preview .section-element__tags .section-element__tag.sticker_grey {
  background-color: var(--color-dark-silver);
}
@media (max-width: 580px) {
  .section-element .section-element__preview .section-element__tags .section-element__tag {
    font-size: var(--text-xs);
    padding: 1px 5px;
  }
}
.section-element .section-element__preview .sale {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 5px;
  bottom: 5px;
  padding: 5px;
  border-radius: 2em;
  z-index: 2;
  background: var(--color-green-80);
  color: var(--color-white);
  font-size: var(--text-sm);
  font-weight: var(--weight-bold);
  line-height: 1;
}
.section-element .section-element__preview .section-gallery-wrapper {
  position: relative;
  flex-direction: row;
  z-index: 2;
  display: flex;
  aspect-ratio: 1/1;
  width: 100%;
}
.section-element .section-element__preview .section-gallery-wrapper .section-gallery-wrapper__item {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background-color: #fff;
  margin-bottom: 1px;
}
.section-element .section-element__preview .section-gallery-wrapper .section-gallery-wrapper__item img {
  transition: opacity 0.2s ease-in-out;
  left: 1px;
  right: 1px;
}
.section-element .section-element__preview .section-gallery-wrapper .section-gallery-wrapper__item x-image {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}
.section-element .section-element__preview .section-gallery-wrapper .section-gallery-wrapper__item:not(._active) img {
  opacity: 0;
}
.section-element .section-element__preview .section-gallery-wrapper .section-gallery-wrapper__item:not(:first-child) x-image {
  background: white;
}
.section-element .section-element__preview .section-gallery-wrapper .section-gallery-wrapper__item._active x-image {
  opacity: 1;
  z-index: 1;
}
@media (max-width: 580px) {
  .section-element .section-element__preview .section-gallery-wrapper .section-gallery-wrapper__item._active .section-gallery-wrapper__item-nav:before {
    background-color: #fc8507;
  }
}
.section-element .section-element__preview .section-gallery-wrapper .section-gallery-wrapper__item .section-gallery-wrapper__item-nav {
  display: block;
  position: relative;
  margin: 0 1px;
  height: 100%;
  z-index: 3;
}
.section-element .section-element__preview .section-gallery-wrapper .section-gallery-wrapper__item .section-gallery-wrapper__item-nav:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #cdcdcd;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.section-element .section-element__preview .section-gallery-wrapper .section-gallery-wrapper__item:hover img {
  opacity: 1;
  z-index: 1;
}
.section-element .section-element__preview .section-gallery-wrapper .section-gallery-wrapper__item:hover x-image {
  opacity: 1;
  z-index: 2;
}
.section-element .section-element__preview .section-gallery-wrapper .section-gallery-wrapper__item:hover .section-gallery-wrapper__item-nav:before {
  background-color: #fc8507;
}
@media (max-width: 580px) {
  .section-element .section-element__preview .section-gallery-wrapper .section-gallery-wrapper__item {
    margin-bottom: -2px;
  }
}
@media (max-width: 580px) {
  .section-element .section-element__preview {
    padding: 0 6px;
  }
}
.section-element .section-element__manager-info {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  color: var(--main-color);
  margin-bottom: 5px;
}
.section-element .section-element__manager-info > * {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  font-size: var(--text-base);
  font-weight: var(--weight-normal);
  line-height: var(--text-base);
  letter-spacing: 0;
  text-align: left;
  padding: 4px 10px;
  box-sizing: border-box;
}
.section-element .section-element__info {
  padding: 12px 5px 5px 5px;
  box-sizing: border-box;
  border-radius: 15px;
  margin-top: auto;
  transition: all 0.2s linear;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.section-element .section-element__info .section-element__title {
  font-size: var(--text-base);
  font-weight: var(--weight-bold);
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  color: var(--color-gray);
  text-decoration: none;
  transition: all 0.2s linear;
}
@media (max-width: 960px) {
  .section-element .section-element__info .section-element__title {
    font-size: var(--text-lg);
  }
}
@media (max-width: 360px) {
  .section-element .section-element__info .section-element__title {
    font-size: var(--text-sm);
  }
}
.section-element .section-element__info .section-element__props {
  font-size: var(--text-base);
  font-weight: var(--weight-normal);
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  color: var(--color-gray-80);
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  transition: all 0.2s linear;
}
@media (max-width: 580px) {
  .section-element .section-element__info .section-element__props {
    display: none;
  }
}
@media (max-width: 580px) {
  .section-element .section-element__info .stock-and-reviews-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.section-element .section-element__info .sku .sku-label {
  color: var(--color-gray);
  font-size: var(--text-sm);
  font-weight: var(--weight-normal);
  line-height: 1;
  letter-spacing: 0;
  margin: 10px 0 8px;
  transition: all 0.2s linear;
}
.section-element .section-element__info .sku .sku-label .sku-color {
  color: var(--color-gray);
  font-size: var(--text-sm);
  font-weight: var(--weight-normal);
  line-height: 1;
}
.section-element .section-element__info .sku .sku-preview {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
  flex-wrap: wrap;
}
.section-element .section-element__info .sku .sku-preview .sku-preview-img-wrap {
  width: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid gray;
  height: 30px;
  overflow: hidden;
}
.section-element .section-element__info .sku .sku-preview .sku-preview-img-wrap.active {
  outline: 1px solid var(--main-color);
  border: 1px solid var(--main-color);
}
.section-element .section-element__info .sku .sku-preview .sku-preview-img-wrap .sku-preview-img {
  height: inherit;
}
.section-element .section-element__info .section-element__stock {
  font-size: var(--text-base);
  font-weight: var(--weight-normal);
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  color: var(--color-green-80);
}
.section-element .section-element__info .section-element__stock.section-element__not-in-stock {
  color: var(--color-gray-80);
}
@media (max-width: 360px) {
  .section-element .section-element__info .section-element__stock {
    font-size: var(--text-xs);
  }
}
.section-element .section-element__info .section-element__price-wrap .price_matrix {
  margin-top: 15px;
  margin-bottom: 10px;
}
.section-element .section-element__info .section-element__price-wrap .price_matrix .prices {
  display: flex;
  padding: 0 5px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.section-element .section-element__info .section-element__price-wrap .price_matrix .prices .price {
  font-size: var(--text-xl);
  font-weight: var(--weight-bold);
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  color: var(--color-gray);
  margin-right: 15px;
  transition: all 0.2s linear;
  width: max-content;
}
@media (max-width: 960px) {
  .section-element .section-element__info .section-element__price-wrap .price_matrix .prices .price {
    font-size: var(--text-2xl2);
    font-weight: var(--weight-extra-bold);
  }
}
@media (max-width: 580px) {
  .section-element .section-element__info .section-element__price-wrap .price_matrix .prices .price {
    font-size: var(--text-xl);
    font-weight: var(--weight-bold);
  }
}
@media (max-width: 360px) {
  .section-element .section-element__info .section-element__price-wrap .price_matrix .prices .price {
    font-size: var(--text-base);
    font-weight: var(--weight-bold);
  }
}
.section-element .section-element__info .section-element__price-wrap .price_matrix .prices .old-price {
  font-size: var(--text-lg);
  font-weight: var(--weight-bold);
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  color: var(--color-light-gray);
  margin-right: 15px;
  text-decoration: line-through;
  transition: all 0.2s linear;
}
@media (max-width: 580px) {
  .section-element .section-element__info .section-element__price-wrap .price_matrix .prices .old-price {
    font-size: var(--text-base);
  }
}
@media (max-width: 360px) {
  .section-element .section-element__info .section-element__price-wrap .price_matrix .prices .old-price {
    font-size: var(--text-sm);
    font-weight: var(--weight-bold);
  }
}
@media (max-width: 580px) {
  .section-element .section-element__info .section-element__price-wrap .price_matrix .prices {
    padding: 0;
  }
}
@media (max-width: 580px) {
  .section-element .section-element__info .section-element__price-wrap .price_matrix {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
.section-element .section-element__info .section-element__price-wrap .sale {
  background: var(--color-vanilla);
  border-radius: 2em;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: var(--text-lg);
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 0;
  text-align: left;
  width: fit-content;
  gap: 10px;
  display: none;
}
@media (max-width: 580px) {
  .section-element .section-element__info .section-element__price-wrap .sale {
    display: none;
  }
}
.section-element .section-element__info .section-element__price-wrap .sale > div {
  display: flex;
  align-items: center;
  font-size: var(--text-lg);
  font-weight: var(--weight-bold);
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}
.section-element .section-element__info .section-element__price-wrap .sale .sale__value {
  font-size: var(--text-base);
  font-weight: var(--weight-normal-plus);
  line-height: 1em;
  letter-spacing: 0;
}
.section-element .section-element__info .section-element__price-wrap .sale svg {
  aspect-ratio: 1/1;
  width: 1em;
  height: 1em;
  margin-right: 5px;
}
.section-element .section-element__info .section-element__buy-block {
  display: grid;
  background: var(--color-white);
  border-radius: 3rem;
  margin-top: auto;
}
.section-element .section-element__info .section-element__buy-block .section-element__quantity {
  display: flex;
  padding: 4px 0 4px 16px;
}
.section-element .section-element__info .section-element__buy-block .section-element__quantity > div {
  cursor: pointer;
  font-size: var(--text-2xl);
  font-weight: var(--weight-extra-bold);
  line-height: 1;
  letter-spacing: 0;
  user-select: none;
  color: var(--color-gray);
  opacity: 0.7;
  transition: all 0.2s linear;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-element .section-element__info .section-element__buy-block .section-element__quantity > div.section-element__quantity-minus {
  margin-bottom: -1px;
}
.section-element .section-element__info .section-element__buy-block .section-element__quantity > div:hover {
  opacity: 1;
}
@media (max-width: 360px) {
  .section-element .section-element__info .section-element__buy-block .section-element__quantity > div svg {
    width: 9px;
    height: auto;
  }
}
.section-element .section-element__info .section-element__buy-block .section-element__quantity label {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.section-element .section-element__info .section-element__buy-block .section-element__quantity input {
  width: 55px;
  border: none;
  outline: none;
  background: transparent;
  text-align: center;
  font-size: var(--text-xl);
  font-weight: var(--weight-bold);
  line-height: var(--text-lg-leading);
  letter-spacing: 0;
  /* Chrome, Safari, Edge, Opera */
}
.section-element .section-element__info .section-element__buy-block .section-element__quantity input::-webkit-outer-spin-button, .section-element .section-element__info .section-element__buy-block .section-element__quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.section-element .section-element__info .section-element__buy-block .section-element__quantity input {
  /* Firefox */
}
.section-element .section-element__info .section-element__buy-block .section-element__quantity input[type=number] {
  -moz-appearance: textfield;
}
.section-element .section-element__info .section-element__buy-block .section-element__quantity input:focus-visible, .section-element .section-element__info .section-element__buy-block .section-element__quantity input:focus {
  border: none;
  outline: none;
}
@media (max-width: 360px) {
  .section-element .section-element__info .section-element__buy-block .section-element__quantity input {
    font-size: var(--text-sm);
    line-height: normal;
  }
}
@media (max-width: 580px) {
  .section-element .section-element__info .section-element__buy-block .section-element__quantity {
    padding: 4px 0 4px 11px;
  }
}
.section-element .section-element__info .section-element__buy-block .section-element__to-order, .section-element .section-element__info .section-element__buy-block .section-element__in-basket, .section-element .section-element__info .section-element__buy-block .section-element__to-basket {
  border-radius: 2rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 6px;
  box-sizing: border-box;
  font-size: var(--text-base);
  font-weight: var(--weight-bold);
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s linear;
  margin-right: -1px;
}
@media (max-width: 360px) {
  .section-element .section-element__info .section-element__buy-block .section-element__to-order, .section-element .section-element__info .section-element__buy-block .section-element__in-basket, .section-element .section-element__info .section-element__buy-block .section-element__to-basket {
    font-size: var(--text-xs);
  }
}
.section-element .section-element__info .section-element__buy-block .section-element__to-basket {
  background: var(--main-color);
  color: var(--color-white);
  grid-column-start: 1;
  grid-column-end: 3;
}
.section-element .section-element__info .section-element__buy-block .section-element__in-basket_invisible, .section-element .section-element__info .section-element__buy-block .section-element__to-basket_invisible, .section-element .section-element__info .section-element__buy-block .section-element__quantity_invisible {
  display: none;
}
.section-element .section-element__info .section-element__buy-block {
  grid-template-columns: 1fr 35px;
}
.section-element .section-element__info .section-element__buy-block .section-element__quantity.section-element__quantity_invisible {
  display: flex;
}
.section-element .section-element__info .section-element__buy-block .section-element__quantity:not(.section-element__quantity_invisible) {
  display: none;
}
@media (max-width: 360px) {
  .section-element .section-element__info .section-element__buy-block {
    grid-template-columns: 1fr 25px;
  }
}
.section-element .section-element__info .section-element__buy-block .section-element__in-basket {
  color: var(--color-white);
  background: var(--color-green);
  text-decoration: none;
}
.section-element .section-element__info .section-element__buy-block .section-element__in-basket svg {
  fill: currentColor;
  margin-right: 0;
  margin-bottom: 0;
  width: 15px;
  height: 13px;
}
@media (max-width: 580px) {
  .section-element .section-element__info .section-element__buy-block .section-element__in-basket svg {
    margin-right: 0;
  }
}
.section-element .section-element__info .section-element__buy-block .section-element__in-basket span {
  display: none;
}
.section-element .section-element__info .section-element__buy-block .section-element__to-order {
  color: var(--color-white);
  background: var(--main-color);
  text-decoration: none;
  grid-column-start: 1;
  grid-column-end: 3;
  height: 36px;
  line-height: 1;
}
.section-element .section-element__info .section-element__rating {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.section-element .section-element__info .section-element__rating .bmhouse-comment-rating {
  display: flex;
  align-items: center;
}
.section-element .section-element__info .section-element__rating .bmhouse-comment-rating-background {
  background: url("/local/templates/simpleIT/components/bmhouse/comments/custom/img/star_empty.svg") repeat-x;
}
.section-element .section-element__info .section-element__rating .bmhouse-comment-rating-foreground {
  background: url("/local/templates/simpleIT/components/bmhouse/comments/custom/img/star_full.svg") repeat-x;
}
.section-element .section-element__info .section-element__rating .bmhouse-comment-rating-background, .section-element .section-element__info .section-element__rating .bmhouse-comment-rating-foreground {
  background-size: 11px 14px;
  height: 15px;
  width: 55px;
}
.section-element .section-element__info .section-element__rating .bmhouse-comments-count {
  margin-left: 5px;
  font-size: 14px;
  color: var(--main-color);
}
.section-element.to-section {
  height: calc(100% - 2px);
  display: grid;
}
.section-element.to-section .section-element__info {
  width: 100%;
  justify-content: center;
  align-items: center;
}
.section-element.to-section .section-element__info .section-element__title {
  font-size: var(--text-lg);
  margin-bottom: 25px;
  text-align: center;
}
.section-element.to-section .to-section {
  font-size: var(--text-base);
  font-weight: var(--weight-bold);
  letter-spacing: 0;
  text-transform: uppercase;
  height: 36px;
  margin-top: auto;
  text-align: center;
  line-height: 1;
}
@media (max-width: 580px) {
  .section-element {
    padding: 0;
  }
}

/* end element */
/* accordion */
.recommendations-accordion {
  background: #F0F0F0;
  border-radius: 20px;
}

.recommendations-accordion .accordion {
  padding-bottom: 0;
  /*transition: unset;*/
  transition: background-color 0.2s linear, border 0.2s linear;
}

.recommendations-accordion .accordion.active {
  background: #fff;
  border: 1px solid var(--main-color);
  /*margin-bottom: 15px;*/
  border-radius: 20px;
}

/* -- title -- */
.accordion__title {
  padding: 14px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #323232;
  user-select: none;
  transition: color 0.2s linear;
  position: relative;
}

.recommendations-accordion .accordion.active .accordion__title {
  color: var(--main-color);
}

.recommendations-accordion .accordion .accordion__title-toggle {
  aspect-ratio: 1/1;
  width: 32px;
  display: flex;
  color: inherit;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: transform 0.2s linear, background-color 0.2s linear;
  transform: rotateZ(180deg);
}

.recommendations-accordion .accordion.active .accordion__title-toggle {
  background: var(--main-color);
  color: white;
  transform: rotateZ(0deg);
}

.recommendations-accordion .accordion .accordion__title svg {
  fill: currentColor;
}

.recommendations-accordion .accordion:not(.active, :last-of-type) .accordion__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-bottom: 1px solid #D9D9D9;
  opacity: 0.5;
}

/* -- body -- */
.accordion__body {
  padding: 16px 10px;
  box-sizing: border-box;
}

.accordion__body img,
.accordion__body x-image,
.accordion__body .splide,
.accordion__body .splide__track,
.accordion__body .splide__slide {
  mix-blend-mode: multiply;
}

.recommendations-accordion .accordion .accordion__body {
  transition: all 0.2s linear;
  overflow: hidden;
  height: 0;
  padding: 0 10px;
}

/* end of accordion */
#recommendations .section-element__tags .sticker_hit {
  background-color: #2992d9;
}
#recommendations .section-element__tags .sticker_red {
  background-color: #fc482d;
}
#recommendations .section-element__tags .sticker_new {
  background-color: var(--color-green-80);
}
#recommendations .section-element__tags .sticker_grey {
  background-color: #7b8691;
}
#recommendations .section-element__tags .sticker_green {
  background-color: var(--color-dark-silver);
}
#recommendations .section-element__tags .sticker_sovetuem {
  background-color: #893ca9;
}
#recommendations .section-element__tags .sticker_aktsiya {
  background-color: #ffd83a;
  color: #333;
}
#recommendations .section-element__tags > div {
  width: fit-content;
  border-radius: 2em;
  padding: 3px 10px;
  box-sizing: border-box;
  margin: 0 5px 5px 0;
  z-index: 1;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/simpleit/catalog.element.similars/templates/dashboard/style.css?17737500732417*/
.similars {
    padding: 50px 0 0;
}

.similars__title {
    margin: 0 0 25px;
}

.similars__loading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.similars__content {
    padding: 12px;
    border-radius: 20px;
    background: #fff;
}

.similars__card:not(.is-active) {
    opacity: 1 !important;
}

.similar-card__manager-link {
    font-size: 16px !important;
    text-transform: uppercase;
    color: var(--main-color);
    cursor: pointer;
}

.similar-card__manager-links div:nth-child(even) {
    text-align: right;
}

.similar-card__manager-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
}

.similars-button {
    position: absolute;
    bottom: 0px;
    right: 0px;

    display: block;
    padding: 10px 20px;

    font-size: var(--text-lg);
    font-weight: var(--weight-bold);
    color: var(--color-white);
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;

    background: var(--main-color);
    border-radius: 16px;

    z-index: 1;
}

.similars-button--under-brand {
    bottom: 64px;
    right: 0px;
}

.similars__sale-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 5px;
    bottom: 5px;
    padding: 5px;
    border-radius: 2em;
    z-index: 2;
    background: var(--color-green-80);
    color: var(--color-white);
    font-size: var(--text-sm);
    font-weight: var(--weight-bold);
    line-height: 1;
}

@media (max-width: 1920px) {
    .similar-card__manager-link {
        font-size: 14px !important;
    }
}

@media (max-width: 1700px) {
    .similars-button {
        padding: 8px;

        font-size: 12px;
    }

    .similar-card__manager-links {
        grid-template-columns: 1fr;
    }

    .similar-card__manager-links div:nth-child(even) {
        text-align: initial;
    }
}

@media (max-width: 950px) {
    .similars .dynamic-arrows .splide__arrow {
        font-size: var(--text-xl);

        opacity: 1;
    }

    .similars .dynamic-arrows .splide__arrow--prev {
        left: 5px
    }

    .similars .dynamic-arrows .splide__arrow--next {
        right: 5px;
    }

    .similars .dynamic-arrows:hover .splide__arrow--prev {
        left: 5px;

        margin-left: -15px;
    }

    .similars .dynamic-arrows:hover .splide__arrow--next {
        right: 5px;

        margin-right: -15px;
    }
}

/* End */


/* Start:/local/components/simpleit/need.consultation/templates/dashboard/style.min.css?1752197105614*/
.search-help{color:var(--color-gray);padding:20px;background:#fff;border-radius:20px}.search-help__img{width:fit-content;margin-bottom:15px;display:flex}.search-help__img svg{height:60px;width:auto}.search-help__img img{width:48%}.search-help__img svg path{stroke:var(--main-color)}.search-help__title{font-size:var(--text-xl2);font-weight:800;line-height:18px;text-align:center;margin-bottom:18px}.search-help__subtext{font-weight:400;line-height:1.1;text-align:center;margin-bottom:25px}.search-help .search-help__button,.search-help__subtext{font-size:var(--text-base)}
/*# sourceMappingURL=style.min.css.map */
/* End */
/* /local/templates/simpleit_dashboard/components/webdebug/propsorter/classic/style.min.css?1727262520603 */
/* /local/templates/simpleit_dashboard/css/widgets/accordion.min.css?17211073094137 */
/* /local/templates/simpleit_dashboard/components/bmhouse/comments/custom/style.css?172622442115404 */
/* /local/templates/simpleit_dashboard/components/webdebug/propsorter/print/style.min.css?17262244211169 */
/* /local/components/simpleit/delivery/templates/dashboard_element/style.min.css?1729838241681 */
/* /local/components/simpleit/catalog.element/templates/dashboard/style.css?177375007346059 */
/* /local/components/simpleit/trusted.mark/templates/.default/style.min.css?1728975418131 */
/* /local/templates/simpleit_dashboard/css/widgets/tabs.min.css?17737357261331 */
/* /local/components/simpleit/catalog.element.recommendations/templates/dashboard-tabs/style.css?177375007325689 */
/* /local/components/simpleit/catalog.element.similars/templates/dashboard/style.css?17737500732417 */
/* /local/components/simpleit/need.consultation/templates/dashboard/style.min.css?1752197105614 */
