

/* Start:/local/templates/simpleIT/components/webdebug/propsorter/classic/style.css?17071598091004*/
.wd_propsorter {}
	.wd_propsorter table {border:0; border-collapse:collapse; border-spacing:0; width:100%;}
		.wd_propsorter table td {background:transparent; 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:not(.row_empty, .row_header):nth-child(2n) td {background: #e2f9ff;}
		.wd_propsorter table tr.row_header td {padding-top: 15px; font-weight: bold; color: #000000}

/*		.wd_propsorter table tr.row_header td {border-bottom:2px solid #C0C0C0; font-weight:bold; font-size:120%; padding-left:10px; text-transform:uppercase;}*/
/*		.wd_propsorter table tr.row_header + tr td {padding-top:10px;}*/
/*		.wd_propsorter table tr.row_empty td {border-bottom:0;}*/
/*		.wd_propsorter table tr.row_empty td:before {content:'\00a0\00a0'; display:block; height:0.5em; line-height:0.5em; overflow:hidden;}*/

/* End */


/* Start:/local/templates/simpleIT/css/widgets/accordion.css?17071596713920*/
.accordion {
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
    padding-bottom: 40px;
}

.accordion-opener {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}

.accordion-opener:before {
    content: " ";
    display: flex;
    width: 100%;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    transition: all 0.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: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-180deg);
    transition: all 0.1s linear;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-opener__icon svg {
    flex-basis: 50%;
}

.accordion.opened .accordion-opener__icon {
    transform: rotate(0deg);
}

.accordion-opener:hover .accordion-opener__icon {
    background: var(--main-color);
}

.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: white;
    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-opener .accordion-opener__icon {
        /* display: none; */
    }
    .accordion .accordion-opener__open {
        display: block;
    }
    .accordion .accordion-opener__close {
        display: none;
    }
    .accordion.opened .accordion-opener__open {
        display: none;
    }
    .accordion.opened .accordion-opener__close {
        display: block;
    }
}

/* Accordion-big */

.accordion-big {
    border: 1px solid #ececec;
    overflow: hidden;
    transition: all .3s;
    font-size: 16px;
}

.accordion-big:hover {
    box-shadow: 0px 10px 20px 0px 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 {
    fill: #cecece;
    transition: all .3s;
    flex-basis: 50%;
}

.accordion-big:hover .accordion-big__open-button svg {
    fill: #fff;
}

.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 25px;
    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 {
    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 10px;
    }
}

/* End */


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

#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 .bmhouse-comments-count
{
    display: inline-block;
}

#bmhouse-comments .bmhouse-comments-count
{
    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;
    margin-left: 50px;
}

#bmhouse-comments .bmhouse-comments-button a
{
    padding: 10px 20px;
    border-radius: 6px;	
    font-size: 13px;
    color: var(--bs-white);
    text-decoration: none;
}

#bmhouse-comments .bmhouse-comments-button a:hover
{
    color: var(--bs-white);
}

#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;
}

#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
{
    margin-top: 20px;
}

#bmhouse-comments .bmhouse-comments-form-title
{
    margin-bottom: 30px;
    font-size: 20px;
}

#bmhouse-comments .bmhouse-comments-form-item
{
    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-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: 1px solid #fff;
    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;
    margin-bottom: 5px;
}

#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 .bmhouse-comment-text p
{
    margin-top: 10px;
    margin-bottom: 0;
}

#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/components/simpleit/catalog.element/templates/classic/style.css?170715927224605*/
#current_price {
    display: none;
}

#printBtn path {
    fill: #999;
    transition: all .2s linear;
}

#printBtn:hover path {
    fill: var(--main-color);
}

.detail-main-block {
    display: flex;
    padding: 27px 39px 39px!important;
    border: 1px solid #ececec;
    margin-top: 10px!important;
    position: relative;
}
.main-info {
    display: flex;
    width: 100%;
    flex-direction: column;
}

#more-info-tabs .fa-truck {
    color: var(--main-color);
}

#more-info-tabs h3 {
    font-size: 21px;
    margin-bottom: 30px;
}

#more-info-tabs hr {
    border: none;
    border-bottom: 1px solid #f2f2f2;
    margin: 20px 0px;
    height: 1px;
}

#more-info-tabs a {
    color: var(--main-color);
}

#more-info-tabs a:hover {
    color: #333;
}

.main-info__heading {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 0 24px 0;
    border-bottom: 1px solid #ececec;
    margin-bottom: 26px;
    flex-wrap: wrap;
    align-items: center;
}

.item-code {
    font-size: var(--fs-normal);
    display: flex;
    align-items: center;
}

.rating {
    display: flex;
    align-items: center;
    cursor: pointer;
}

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

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

.item_info .bmhouse-comment-rating {
    margin-bottom: 7px;
}

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

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

.bmhouse-comments-count {
    margin-left: 5px;
    font-size: 14px;
    color: var(--main-color);
}

.brand {
    display: flex;
    align-items: center;
    color: var(--main-color);
    text-decoration: none;
    transition: all .2s linear;
}

.brand:hover {
    color: var(--main-color-dark);
}

.item-code span {
    color: var(--main-color);
    margin-left: 5px;
}

.wish-buttons {
    display: flex;

    justify-content: space-around;
}

.wish-button {
    width: 36px;
    height: 36px;
    border: 1px solid #eee;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.wish-button path {
    fill: #999;
    transition: all 0.2s linear;
}

.wish-button:hover, .wish-button.active {
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

.wish-button:hover path, .wish-button.active path {
    fill: #fff;
}

.main-info__body {
    display: flex;
}

.main-info__body .right_block ul {
    padding-left: 20px;
}

.main-info__body .right_block ul li {
    font-size: var(--fs-small);
    color: #777;
}



.right_block {
    padding-left: 29px;
}

.region-price_text {
    display: none;
    font-size: var(--fs-small);
    color: #777;
    padding-left: 10px;
    margin-top: 10px;
}

.right_block ul {
    list-style: none; /* Remove default bullets */
}

.right_block ul li::before {
    content: "\2022";
    color: var(--main-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1em;
    transform: scale(1.5);
}

.button {
    justify-content: center;
}

.to-order {
    padding: 11px 7px;
    font-weight: normal;
    letter-spacing: 1.2px;
    font-size: 13px;
    border-radius: 0!important;
}

/* gallery */
.gallery_wrap {
    min-width:  50%;
    max-width:  50%;
    display: flex;
    flex-direction: column;
}
.gallery {
    display: flex;
    flex: 1;
}

.gallery__nav-contain {
    padding: 40px 0;
}

.gallery__nav-contain .splide__slide {
    margin-bottom: 10px;
    min-height: 64px;
}

.gallery__main-contain {
    margin: auto;
}

.gallery__main-contain x-image {
    margin: auto;
}

.gallery__main-contain x-image img {
    cursor: pointer;
}

.gallery__main-contain .splide__slide {
    padding: 0 10px;
}


.gallery__main-contain .splide__arrow {
    padding: 10px;
    height: auto;
    width: auto;

}

.gallery__main-contain .splide__arrow--prev {
    margin-left: -15px;
    opacity: 0;
}
.gallery__main-contain .splide__arrow--next {
    margin-right: -15px;
    opacity: 0;
}

.gallery__main-contain:hover .splide__arrow--prev, .gallery__main-contain:hover .splide__arrow--next {
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
}
/* end gallery */

/* video */
.video {
    color: #333;
    position: relative;
    transition: all .1s linear;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.video:hover {
    color: var(--main-color);
}

.video span {
    cursor: pointer;
    padding-top: 40px;
    text-align: center;
    font-weight: bold;
    font-size: .867em!important;
    text-transform: uppercase;
    letter-spacing: .8px;
    line-height: 1.692em;
    transition: all .1s linear;
    width: fit-content;
    display: block;
}



.video span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform ease .3s;
    border: 6px solid transparent;
    border-left: 11px solid #fff;
    z-index: 2;
    margin: -12.7px 0 0 -5px!important;
}

.video:hover span:before {
    transform: scale(1.2);
}

.video span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform ease .3s;

    border-radius: 100%;

    background-color: var(--main-color);
    border-color: var(--main-color);

    width: 32px;
    height: 32px;

    margin: -23px 0 0 -17px;
}

.video:hover span:after {
    transform: scale(1.2);
}

#video-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
}

#video-popup iframe {
    min-width: 100%;
    min-height: 100%;
}

#video-popup #close-video-popup-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    padding: 10px;
    background-color: #ffffff;
    cursor: pointer;
    border-bottom-left-radius: 8px;
}

#video-popup #close-video-popup-btn path {
    fill: #999;
    transition: all 0.2s linear;
}

#video-popup #close-video-popup-btn:hover path {
    fill: var(--main-color);
}
/* end video */

/* prices */
.detail-main-block .prices {
    color: #333;
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}

.detail-main-block .old-price {
    color: #999;
    margin: 0 3px 0;
    font-size: var(--fs-big);
    text-decoration: line-through;
}

.detail-main-block .price {
    font-size: 30px;
    font-weight: bold;
    margin: 0 3px 10px;
}

/* sale */
.detail-main-block .sale {
    display: flex;
    align-items: center;
    font-size: var(--fs-normal);
    border-radius: 2px;
    background: #ffd83a;
    width: fit-content;
    padding: 3px 3px 3px 9px;
    line-height: 17px;
    margin-bottom: 10px;
}

.detail-main-block .sale__value {
    background: #fff8db;
    padding: 3px 7px;
    margin-left: 5px;
    border-radius: 2px;
}


/* buttons */

.left_block {
    min-width: 50%;
}

.left_block .sku .sku-preview .sku-preview-img-wrap {
    width: 30px;
    height: 30px;
}

.left_block .sku .sku-preview x-image {
    width: 100%;
    height: 100%;
    display: flex;
}

.price_block_wrap {
    box-shadow: 0 3px 14px rgb(0 0 0 / 12%);
}

.price_matrix.detail {
    padding: 20px 30px 15px;
}

.price_buttons {
    display: flex;
    margin-top: 15px;
}



.quantity {
    background: #fafafa;
    border: 1px solid #eeeeee;
    display: flex;
    width: 50%;
}

.quantity div {
    display: flex;
}

.quantity.quantity_invisible {
    display: none;
}

.minus, .plus {
    min-width: 30%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-input {
    border-radius: 0 !important;
    border: none;
    background: inherit;
    width: 40%;
    text-align: center;
}

.to-basket, .in-basket{
    flex-grow: 1;
    justify-content: center;
    padding: 15px 5px;
    font-size: var(--fs-small);
    letter-spacing: .8px;
    border-radius: 0 !important;
}

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

.to-basket {
    width: 50%;
}

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

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

.in-basket svg {
    zoom: 0.5;
    margin-right: 10px;
}

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

.total-summ {
    display: none;
}

.total-summ.visible {
    display: flex;
    padding: 12px 21px 11px;
    justify-content: center;
    border-bottom: 1px solid #ececec;
}

.total-summ-value {
    margin-left: 10px;
}


.one-click-buy {
    border-bottom: 1px solid #ececec;
    border-radius: 0!important;
    font-size: var(--fs-small);
}

.wholesale-buy {
    border-radius: 0 0 3px 3px!important;
    font-size: var(--fs-small);
}

/* end prices */

.vat {
    color: #666;
    font-size: var(--fs-small);
    line-height: 15px;
    margin-bottom: 10px;
}

.sale-state {
    display: flex;
    justify-content: flex-start;
}

/* stock */
.stock {
    font-size: var(--fs-small);
    width: 50%;
}

.stock.in-stock {
    color: #5fa800
}
/* end stock */

/* found-cheaper */
.found-cheaper {
    font-size: var(--fs-small);
    display: flex;
    align-items: center;
    transition: all 0.2s linear;
}

.stock + .found-cheaper {
    padding-left: 10px;
}

.found-cheaper svg {
    margin-right: 5px;
}

.found-cheaper path {
    fill: #9d9d9d;
    transition: all 0.2s linear;
}

.found-cheaper span {
    /* border-bottom: 1px dotted #9d9d9d; */
    color: #9d9d9d;
    line-height: 16px;
    transition: all 0.2s linear;
    text-decoration: underline dotted;
}

.found-cheaper:hover span{
    cursor: pointer;
    color: #000;
    border-color: #000;
}

.found-cheaper:hover path {
    fill: #000;
}
/* end found-cheaper */

.delivery-list {
    display: block;
    color: #777;
    text-decoration: none;
    margin-top: 15px;
    cursor: pointer;
}

.delivery-list__delivery {
    padding: 1px 0 0 10px;
    font-size: var(--fs-small);
}
.delivery-list__delivery .fa {
    margin-right: 5px;
}
.delivery__price {
    color: #5fa800;
    font-weight: bold;
}
.delivery-list__empty-delivery {
    text-align: center;
}

.tender-tz {
    border: 1px solid #777;
    background: #fff!important;
    color: #777!important;
    font-size: var(--fs-small);
    padding: 6px 21px 5px;
    margin: 10px 0;
}

.tender-tz:hover {
    color: #000!important;
}


.more-info {
    margin-top: 40px!important;
    margin-bottom: 20px;
    padding-left: 0!important;
    padding-right: 0!important;
    display: flex;
}

.more-info p {
    margin: 1.666rem 0;
    font-size: var(--fs-normal);
    color: #777;
}

.more-info strong,.more-info b {
    color: #000;
}

.more-info p:last-of-type {
    margin-bottom: 0;
}

.more-info ul {
    padding-left: 20px;
    list-style: none;
}

.more-info ul li {
    font-size: var(--fs-normal);
    color: #777;
}

.more-info ul:not(.splide__list) li::before {
    content: "\2022";
    color: var(--main-color);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1em;
    transform: scale(1.5);
}

.sidebar {
    width: 305px;
    /* border: 1px solid #000; */
    min-width: 303px;
    margin-left: 15px;
}

.more-info .detail-info {
    width: calc(100% - 320px);
}



/* manufacturer */
.manufacturer-popup, .manufacturer-link {
    color: var(--main-color);
    text-decoration: none;
    transition: all .2s linear;
}

.manufacturer-popup:hover, .manufacturer-link:hover {
    color: #000;
    cursor: pointer;
}
/* end manufacturer */

/* sales */
.sales {
    display: flex;
}

.sales .sales-icon {
    margin: 0 15px 0 0;
}

.sales .sales-icon path{
    fill: var(--main-color);
}

.sales .sales-label {
    font-size: 10px;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.sales .sales-name {
    text-decoration: underline dotted 1px;
    transition: all .2s linear;
    color: #000;
}

.sales .sales-name:hover {
    color: var(--main-color);
    cursor: pointer;
}
/* end sales */

/* brand box */
.brand-box {
    display: flex;
    flex-direction: column;
    padding: 30px;
    margin: 0 0 28px;
    border: 1px solid #ececec;
}

.brand-box a {
    color: var(--main-color);
    text-decoration: none;
    margin-bottom: 5px;
}

.brand-box a:first-child {
    margin-bottom: 15px;
}
/* end brand box */

/* sidebar search help start*/
.search-help {
    margin-top: 35px;
    border: 1px solid #ececec;
    z-index: 1;
    border-radius: 2px;
    transition: transform linear .3s, box-shadow linear .3s;
}

.search-help:hover {
    border: none;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
}

.search-help__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 45px 15px 15px;
    font-size: .8667em;
}
.search-help__img {
    display: flex;
    width: fit-content;
}

.search-help__img svg path {
    fill: var(--main-color);
}

.search-help__img svg path.op-cls {
    opacity: .1;
}

.search-help__title {
    margin: 15px 0 14px;
    font-size: 1.3333em;
    line-height: 1.2941em;
    padding: 0;
}

.search-help__subtext {
    text-align: center;
    line-height: 1.5385em;
    margin-bottom: 10px;
    color: #777;
}

.search-help__button {
    padding: 20px 0;
    font-size: .667em;
    line-height: 1.3em;
    letter-spacing: .8px;
    justify-content: center;
    border-radius: 0 0 2px 2px !important;
    background: #fff!important;
    color: #000000!important;
    transition: all .2s linear;
    position: relative;
}

.search-help:hover .search-help__button {
    color: #fff!important;
    background: var(--main-color)!important;
}

.search-help__button:before {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0;
    height: 1px;
    background: #ececec;
    z-index: 2;
}

.search-help:hover .search-help__button:before{
    height: 0;
}
/* sidebar search help end*/

.detail-stickers {
    left: 105px;
    top: 45px;
    position: absolute;
    z-index: 3;
    line-height: 20px;
    text-align: left;
}

.detail-stickers [class*="sticker_"] {
    background-color: #60c339;
    width: auto;
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 2px 7px 2px;
    margin: 0px 2px 4px;
    letter-spacing: normal;
    font-size: .800em;
    line-height: 1.692em;
    border-radius: 2px;
}

.detail-stickers .sticker_red {
    background-color: #fc482d;
}

.detail-stickers .sticker_hit, .stickers .sticker_khit {
    background-color: #2992d9;
}

.detail-stickers .sticker_stock, .stickers .sticker_aktsiya {
    background-color: #ffd83a;
    color: #333;
}

.detail-stickers .sticker_recommend, .stickers .sticker_sovetuem {
    background-color: #893ca9;
}

#description {
    color: #777;
}

#description a {
    color: var(--main-color);
    text-decoration: none;
    transition: all .2s linear;
}

#description a:hover {
    color: #333;
}

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

#description ul {
    margin-bottom: 10px;
}

.wd_propsorter table tr.row_header td {
    padding-top: 15px;
}

.wd_propsorter table tr.row_header:first-child td {
    padding-top: 0!important;
}

.gallery__nav-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wholesale-block {
    color: #777;
    display: flex;
    padding: 5px 10px;
    align-items: center;
    justify-content: center;
    line-height: normal;
    border-bottom: 1px solid #ececec;
}

.wholesale-block__icon {
    fill: #777;
    width: 45px;
    margin-right: 10px;
}

.wholesale-block__caption {
    font-size: var(--fs-small);
    text-align: center;
}

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

.product-banner .product-banner__button {
    background: transparent;
    /* border: 1px solid var(--main-color); */
    border: 1px solid #5fa800;
    /* color: var(--main-color); */
    color: #5fa800;
    text-decoration: none;
    font-size: 11px;
    padding: 2px 8px;
    transition: all .3s;
}

.product-banner .product-banner__button:hover {
    background-color: var(--main-color);
    color: #fff;
}

.manager-info {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}

.analogues {
    display: flex;
    color: var(--bs-white);
    background: var(--main-color);
    align-items: center;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    transition: all .2s linear;
    position: relative;

    padding: 5px 10px 4px 0;
    line-height: 16px;
    user-select: none;

    width: fit-content;
    margin-top: 10px;
}

.analogues svg {
    --size: 25px;
    fill: currentColor;
    width: var(--size);
    height: var(--size);
    transition: all .2s linear;
    padding: 6px 0 6px;
    margin: 0 6px;
    box-sizing: border-box;
}

.analogues span {
    flex: 1;
    display: flex;
    justify-content: center;
}

.analogues__wrap.opened .analogues svg {
    transform: rotateZ(90deg);
}

.analogues__wrap {
    position: relative;
    display: flex;
    justify-content: end;
    width: 100%;
}

.analogues-dd {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    z-index: -10;
    opacity: 0;
    height: 1px;
    overflow: hidden;
    transition: all .2s linear;
}

.analogues__wrap.opened .analogues-dd {
    top: 100%;
    z-index: 10;
    opacity: 1;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border-radius: 0 0 3px 3px;
}

.analogues-dd__option {
    display: flex;
    background-color: #fafafa;
    padding: 14px 15px 13px 20px;
    line-height: 25px;
    border-top: 1px solid #f0f0f0;
    border-radius: 0 0 3px 3px;
    flex-wrap: nowrap;
    font-size: var(--fs-normal);
    color: #333;
    text-decoration: none;
    transition: all .2s linear;
    white-space: normal;
    width: max-content;
    max-width: min(23em, 90vw);
    min-width: 100%;
    word-break: break-word;
    box-sizing: border-box;
}


.analogues-dd__option:hover {
    color: var(--main-color);
}

.sold_quantity {
    border: solid 1px var(--main-color);
    display: grid;
    grid-template-columns: 1fr 56px;
    height: max-content;
    min-height: 40px;
    width: min(586px, 100%);
    align-items: center;
    border-radius: 5px;
    background: #FAFAFA;
    overflow: hidden;
}
.sold_quantity_main {
    display: flex;
    align-items: center;
    padding: 6px 15px;
    box-sizing: border-box;
    flex: 1;
}
.sold_quantity_before {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    box-sizing: border-box;
    grid-gap: 9px;
    margin-right: 20px;
}

.sold_quantity_text {
    color: #777;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.sold_quantity_text span {
    color: var(--main-color);
    font-weight: 800;
    font-size: 20px
}
.sold_quantity_after {
    width: 56px;
    height: 100%;
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
}
#soldQttTooltip {
    display: none;
}
#soldQttTooltip[data-show] {
    display: block;
}

.tooltip {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.30);
    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;
}

@media (max-width: 1200px) {
    .detail-main-block {
        flex-direction: column;
    }
    .gallery {
        max-width: unset;
        margin-bottom: 10px;
        padding-bottom: 60px;
    }
    .gallery_wrap {
        max-width: unset;
    }
    .gallery__nav-wrap {
        min-width: 70px;
    }

    .characters, .description {
        min-width: 100%;
    }

    .description {
        padding-top: 15px;
    }

    .sold_quantity {
        margin: 0 auto 15px;
    }

    .tooltip__tail {
        left: unset;
        right: -7px;
        transform: rotateY(180deg);
    }
}
@media (max-width: 1135px) {

}
@media (max-width: 1000px) {
    .sidebar {
        display: none;
    }
    .more-info .detail-info {
        width: 100%;
    }
    .detail-main-block {
        padding: 0!important;
        border: none;
    }
    .detail-stickers {
        left: 85px;
        top: 15px;
    }
}

@media (max-width: 770px) {
    .main-info__body {
        flex-direction: column;
    }
    .gallery {
        flex-direction: column-reverse;
        padding-bottom: 0;
    }
    .gallery__nav-contain {
        padding: 10px 0;
    }
    .brand {
        display: none;
    }

    .video {
        width: 100%;
    }

    .video span {
        position: unset;
        top: unset;
        right: unset;
        bottom: unset;
        left: unset;

        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 0;
        border-top: 1px solid #00000077;
        border-bottom: 1px solid #00000077;
        width: 100%;
    }

    .video span:after {
        content: unset;
    }

    .video span:before {
        position: unset;
        top: unset;
        left: unset;
        z-index: unset;
        margin: unset!important;

        border: 6px solid transparent;
        border-left: 11px solid #000;
    }
}

.video-gallery {
    display: flex;
}

.video-gallery__main {
    flex: 1;
}

.video-gallery__bar {
    width: 300px;
    padding: 0 10px;
    max-height: 520px;
    overflow: auto;
}


.video-gallery__bar-link {
    display: flex;
    padding: 10px;
    background-color: #f3f3f3;
    border-radius: 3px;
    cursor: pointer;
    align-items: center;
    margin-bottom: 10px;
}

.video-gallery__bar-link.active {
    background:
        linear-gradient(to left top,
        var(--main-color) 0%/*bottom-right color*/,
        #efefef 80% /*top-left color*/
        );
}

.video-gallery__bar-link x-image {
    border-radius: 3px;
    overflow: hidden;
    margin-right: 15px;
    min-width: 50px;
    max-width: 50px;
}

.video-gallery__bar-link x-image img {
    width: 100%;
    object-fit: contain;
}

.video-gallery__bar-link-label {
    font-size: 16px;
    color: #333;
}
.left_block .delivery-list {
    display: none;
}

@media (max-width: 767px) {
    .product-banner .product-banner__button {
        width: 100%;
        padding: 12px 21px 11px;
        font-size: inherit;
        border-radius: 0;
    }
    .footer {
        padding-bottom: 80px!important;
    }
    .price_buttons.detail {
        position: fixed;

        bottom: 57px;
        left: 0;
        right: 0;
        background: white;
        z-index: 75;
    }
    .detail-stickers {
        left: 15px;
        top: 15px;
    }

    .analogues__wrap {justify-content: start}
    .analogues-dd {right: unset; left: 0;}

    #scrollUp {
        bottom: 130px!important;
    }

    .video-gallery {
        flex-direction: column;
    }
    .video-gallery__bar {
        width: 100%;
        padding: 0;
        overflow: auto;
        display: flex;
        padding-bottom: 6px;
    }
    .video-gallery__bar-link {
        width: fit-content;
        margin-bottom: 0;
        margin-right: 10px;
        padding: 5px;
    }
    .video-gallery__bar-link:last-child {
        margin-right: 0;
    }
    .video-gallery__bar-link x-image {
        margin-right: 0;
    }
    .video-gallery__bar-link-label {
        display: none;
    }
}

@media (max-width: 550px) {
    .gallery__main-contain x-image img {
        height: auto;
    }
    .gallery__main-contain {
        max-width: 100%!important;
    }

    .main-info__heading {
        padding: 0 0 10px 0;
    }

    .one-click-buy {
        border-top: 1px solid #ececec;
    }

    .right_block {
        display: none;
    }

    .region-price_text {
        display: block;
    }

    .left_block .delivery-list {
        display: block;
    }
    .right_block .delivery-list {
        display: none;
    }

    .price_matrix.detail {
        padding-right: 10px;
        padding-left: 10px;
    }

    .sold_quantity {
        height: max-content;
        min-height: max-content;
        display: grid;
        grid-template-columns: 1fr 56px;
    }
    .sold_quantity_before {
        display: none;
    }
}


/* End */


/* Start:/local/templates/simpleIT/css/widgets/tabs.css?1707159671690*/
.tabs {}

.tabs-nav {
    display:flex;
    /*flex-wrap: wrap;*/
    white-space: nowrap;
    overflow-x: scroll;
}

.tab-nav {
    cursor: pointer;
    padding: 16px 24px 15px;
    color: #777;
    background: #fafafa;
    border: 1px solid #ececec;
    transition: all .2s linear;
    margin-right: 10px;
    margin-bottom: 5px;
}
.tab-nav:last-child {
    margin-right: 0;
}
.tab-nav:hover {
    background: #fff;
    color: #000;
}

.tab-nav.tab-active {
    background: #fff;
    color: #000;
    cursor: default;
    box-shadow: 0 2px 0 0 var(--main-color);
}

.tabs-content {
    margin-top: 10px;
}
.tab-content {
    display: none;
}
.tab-content.tab-active {
    display: block;
}
/* End */


/* Start:/local/components/simpleit/catalog.element.recommendations/templates/classic/style.css?17071592539188*/
.recommendations-title {
    margin: 50px 0 25px;
}

.tab-nav-rec {
    padding: 12px 15px 9px!important;
    background: none!important;
    border: none!important;
}

.recommendationsSplideSection .splide__slide:not(.is-active) {
    opacity: 1;
}
.recommendationsSplideSection .splide__track {
    padding-top: 15px;
    padding-bottom: 15px;
}

.item-cart {
    display: flex;
    flex-direction: column;
    color: var(--bs-black-rgb);
    text-decoration: none;
    padding: 2px !important;
    background: #fff;
    min-height: 100%;
    max-width: 330px!important;
    min-width: 300px;
}

.recommendations .item-cart {
    margin-left: auto;
    margin-right: auto;
}

.item-cart .item-cart {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.item-cart.col:hover {
    position: relative;
}

.item-cart__wrap {
    display: flex;
    flex-direction: column;
    box-shadow: inset 0 0 0 1px #ececec;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
}

.item-cart:hover .item-cart__wrap {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}


.item-cart__content-wrap {
    display: flex;
    flex-direction: column;
    padding: 25px 25px 10px 25px;
    flex-grow: 1;
}

.item-cart__title {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: var(--fs-normal);
}

.section-cart__title {
    display: block;
    text-align: center;
}

.item-cart__quantity {
    background: #fafafa;
    border: 1px solid #eeeeee;
    display: flex;
    width: 50%;
}

.item-cart__quantity-minus, .item-cart__quantity-plus {
    min-width: 30%;
    /*background: yellow;*/
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-cart__quantity-input {
    border-radius: 0 !important;
    border: none;
    background: inherit;
    width: 40%;
    text-align: center;
}

.item-cart__quantity-input:focus-visible {
    border-radius: 0 !important;
    border: none;
    outline: none;
}

.item-cart__to-basket, .item-cart__in-basket, .item-cart__to-order {
    flex-grow: 1;
    justify-content: center;
    padding: 15px 5px;
    font-size: var(--fs-small);
    letter-spacing: .8px;
    border-radius: 0 !important;
}

.to-section {
    text-decoration: none;
}

.item-cart__in-basket svg {
    zoom: 0.5;
    margin-right: 10px;
}

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

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

.item-cart__to-order {
    background: #69717ccf !important;
}

.item-cart__to-basket_invisible, .item-cart__in-basket_invisible, .item-cart__quantity_invisible, .item-cart__to-order_invisible {
    display: none !important;
}

.item-cart__buttons {
    display: flex;
}

.item-cart__quantity label {
    text-indent: -9999px;
    display: none;
}

.item-cart__hidden-link-text {
    text-indent: -9999px;
}

/* system-prop */
.system-prop {
    display: flex;
}

.system-prop__label {
    margin-right: 5px;
    color: #777;
}

.system-prop__value {
    color: var(--main-color);
}

/* image-wrap */
.image-wrap {
    display: flex;
    min-width: 100%;
    height: 300px;
    overflow: hidden;
    align-items: center;
    position: relative;
}

.image-wrap img {
    /*width: 100%;*/
}

.section-image-wrap {
    padding-top: 24px;
}

.image-wrap a {
    display: flex;
    width: 100%;
    height: 100%;
}

/* props-list */
.props-list {
    color: #777;
}

/* in-stock */
.item-cart__in-stock, .item-cart__not-in-stock {
    font-size: .800em;
}

.item-cart__in-stock {
    color: #5fa800;
}

/* not-in-stock */
.item-cart__not-in-stock {
    color: #666;
}

/* prices */
.prices {
    color: #333;
    display: flex;
    margin-bottom: 5px;
}

.old-price {
    color: #999;
    margin: 0px 3px 0px;
    font-size: 16px;
    text-decoration: line-through;
}

.price {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 3px 0px;
}

/* sale */
.sale {
    display: flex;
    align-items: center;
    font-size: var(--fs-small);
    border-radius: 2px;
    background: #ffd83a;
    width: fit-content;
    padding: 1px 1px 1px 5px;
    line-height: 17px;
    color: #333;
}

.sale__value {
    background: #fff8db;
    padding: 0px 5px;
    margin-left: 5px;
}

/* section-gallery-wrapper */
.section-gallery-wrapper {
    position: absolute;
    top: 0;
    bottom: 4px;
    left: -1px;
    right: -1px;
    flex-direction: row;
    z-index: 2;
    display: flex;
}

.section-gallery-wrapper__item {
    flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
    margin-bottom: -4px;
}

.section-gallery-wrapper__item-nav {
    display: block;
    position: relative;
    margin: 0 1px;
    height: 100%;
}

.section-gallery-wrapper__item:hover .section-gallery-wrapper__item-nav:before {
    background-color: var(--main-color);
}

.section-gallery-wrapper__item-nav:before {
    content: "";
    display: block;
    height: 1px;
    background-color: #cdcdcd;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.section-gallery-wrapper__item:not(._active) img {
    opacity: 0;
}

.section-gallery-wrapper__item:hover img {
    opacity: 1;
    z-index: 1;
}

.image-wrap img, .image-wrap 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;
}

.image-wrap x-image {
    opacity: 0;
}

.image-wrap .section-gallery-wrapper__item:first-child x-image {
    opacity: 1;
}

.image-wrap .section-gallery-wrapper__item:hover x-image {
    opacity: 1;
}


.image-wrap x-image.shadow img {
    width: 100%;
    height: 100%;
}

.section-gallery-wrapper__item img {
    /*opacity: 0;*/
    transition: opacity .2s ease-in-out;
    left: 1px;
    right: 1px;
}

/* stickers */

.stickers {
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 3;
    line-height: 20px;
    text-align: left;
    padding-right: 50px;
}

.stickers [class*="sticker_"] {
    background-color: #60c339;
    width: auto;
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 2px 7px 2px;
    margin: 0px 2px 4px;
    letter-spacing: normal;
    font-size: .800em;
    line-height: 1.692em;
    border-radius: 2px;
}

.stickers .sticker_hit {
    background-color: #2992d9;
}

.stickers .sticker_stock {
    background-color: #ffd83a;
    color: #333;
}

.stickers .sticker_recommend {
    background-color: #893ca9;
}

.stickers .sticker_new {
    background-color: #60c339;
}

.stickers .sticker_sale {
    background-color: #2992d9;
}


/* like_icons */
.like_icons:not(.static) {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 3;
}

.item-cart__wrap:hover .like_icons span {
    opacity: 1;
    visibility: visible;
}


.like_icons span {
    display: flex;
    background: var(--bs-white);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    margin: 0px 0px 4px;
    overflow: hidden;
    text-align: center;

    width: 32px;
    height: 32px;
    line-height: 32px;

    border-radius: 3px;

    justify-content: center;
    align-items: center;
}


.like_icons span path {
    fill: #999;
}

.like_icons span:hover, .like_icons span.active {
    background: var(--main-color);
}

.like_icons span:hover path, .like_icons span.active path {
    fill: var(--bs-white);
}

.like_icons span.active {
    opacity: .5;
    visibility: visible;
}

/* item-cart__total-summ */
.item-cart__total-summ {
    text-align: center;
    padding: 9px 0;
    display: none;
}

.item-cart__total-summ.visible {
    display: block;
}

/* sku */
.sku-label {
    color: #888888;
    font-size: 0.800em;
    margin-top: 10px;
}

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

.sku-preview-img-wrap {
    width: 25px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 2px;
    border: 1px solid gray;
    height: 25px;
    overflow: hidden;
}

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

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

/* fast-view */

.fast-view {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 53;
    display: block;
    white-space: nowrap;
    transform: translateX(-50%);
    background-color: var(--main-color);
    color: white;
    text-transform: uppercase;
    font-size: .7333em;
    padding: 12px 21px 11px;
    cursor: pointer;
    border-radius: 3px;
    transition: all .2s linear;
    opacity: 0;
}

.item-cart__wrap:hover .fast-view {
    opacity: 1;
}

/* media */

@media (max-width: 768px) {
    .like_icons:not(.static) {
        top: unset;
        right: unset;
        bottom: 0;
        left: 0;
        display: flex;
    }
    .like_icons span {
        opacity: 1;
        visibility: visible;
        box-shadow: 0 0 0 1px #ececec inset;
        margin-right: 5px;
    }
}


/* End */


/* Start:/local/components/simpleit/catalog.element.news/templates/classic/style.css?17071592261892*/
.main-news-title {
    margin: 50px 0 25px;
}

.news-wrapper {}

.news-wrapper .news {
    display: flex;
    flex-direction: row;
    border: 1px solid #eee;
    padding: 2.27rem;
    transition: all .2s linear;
    justify-content: space-between;
}

.news:hover {
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
}

.news-content {
    display: flex;
    flex-direction: row;
}

.news-wrapper .news .news-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
}

.news-wrapper .news .news-icon img {
    max-width: 150px;
    max-height: 150px;
}

.news-start-date {
    font-size: .667em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #999;
}

.news-title {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.454em;
    margin: 10px 0 12px;
    color: #000;
    text-decoration: none;
    transition: all .2s linear;
    display: block;
}

.news:hover .news-title {
    color: var(--main-color);
}

.news-preview-text {
    color: #777;
}

.news-marker {
    border: 1px solid #eee;
    border-radius: 3px;
    color: #999;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
    transition: all .2s linear;
}

.news-marker svg {
    width: 13px;
}

.news-marker path {
    fill: #999;
    transition: all .2s linear;
}

.news:hover .news-marker {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
}

.news:hover .news-marker path {
    fill: #fff;
}


@media (max-width: 700px) {
    .news-content {
        flex-direction: column;
    }

    .news-wrapper .news .news-icon {
        margin-right: unset;
        margin-bottom: 25px;
    }

    .news-wrapper .news .news-icon img {
        max-width: 100%;
    }

    .news-marker {
        display: none;
    }
}
/* End */


/* Start:/local/components/simpleit/catalog.element.bigdata/templates/classic/style.css?17071592231071*/
.bigdata {
    display: flex;
    flex-direction: column;
}

.bigdata h3 {
    margin-bottom: 10px;
}

.bigdata-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
    border: 1px solid #ececec;
    transition: all .2s linear;
}

.bigdata-row:not(:last-child) {
    border-bottom: none;
}

.bigdata-row:hover {
    border-color: #fff;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
    transform: translateY(1px);
    z-index: 1;
}

.bigdata-row-title {
    transition: all 0.2s linear;
}

.bigdata-row:hover .bigdata-row-title {
    color: var(--main-color);
}

.bigdata-row-icon {
    --size: 80px;
    width: var(--size);
    height: var(--size);
    min-width: var(--size);
    min-height: var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.bigdata-row-icon img {
    max-width: 100%;
    max-height: 100%;
}

.bigdata-row-title {
    margin-bottom: 10px;
}

.bigdata-row-price {
    font-weight: bold;
}
/* End */
/* /local/templates/simpleIT/components/webdebug/propsorter/classic/style.css?17071598091004 */
/* /local/templates/simpleIT/css/widgets/accordion.css?17071596713920 */
/* /local/templates/simpleIT/components/bmhouse/comments/custom/style.css?170715980613213 */
/* /local/components/simpleit/catalog.element/templates/classic/style.css?170715927224605 */
/* /local/templates/simpleIT/css/widgets/tabs.css?1707159671690 */
/* /local/components/simpleit/catalog.element.recommendations/templates/classic/style.css?17071592539188 */
/* /local/components/simpleit/catalog.element.news/templates/classic/style.css?17071592261892 */
/* /local/components/simpleit/catalog.element.bigdata/templates/classic/style.css?17071592231071 */
