

/* Start:/local/components/angstrem/order.make/templates/orderV2/style.css?17079872745310*/
.basket__item.inaccessible .layout {
    display: block;
    background-image: url(/assets/public/css/../../images/module-inactive.png);
    background-repeat: no-repeat;
    background-position: center center;

    background-color: rgba(255, 255, 255, .7);
    position: absolute;
    /*display: none;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.basket__item .negative {
    font: 1em 'DINProBold', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #e9292f;
    white-space: nowrap;
}

.suggestions-suggestions strong {
    font-weight: 400;
    color: #39f;
    display: inline-block !important;
}

.js-order .finish-step {
    height: 770px;
    width: 100%;
    margin-top: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    display: none;
    margin-bottom: -40px;
}

.js-order .finish-step .sign {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    width: 105%;
    position: relative;
    left: -21px;
    margin-top: 78px;
    padding: 5.625em 8.9375em 1.625em
}

.js-order .finish-step .sign .inner {
    border-bottom: 1px solid #a5a29f;
    padding-bottom: 4.0625em
}

.js-order .finish-step .sign .inner .title {
    font: 2.5em 'DINProBold', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #000
}

.js-order .finish-step .sign .inner .title .number {
    color: #e9292f;
    text-decoration: underline;
}

.js-order .finish-step .sign .inner .description {
    font: 1em 'DINProRegular', sans-serif;
    line-height: 1.875em;
    letter-spacing: inherit;
    color: #000;
    margin-top: 2em
}

.js-order .finish-step .sign .inner .note {
    font: 1em 'DINProRegular', sans-serif;
    line-height: 1.875em;
    letter-spacing: inherit;
    color: #000;
    margin-top: 1.8125em
}

.js-order .finish-step .sign .inner .note .link {
    color: #e9292f;
    text-decoration: none
}

.js-order .finish-step .sign .inner .note .phone {
    white-space: nowrap
}

.js-order .finish-step .sign .print-order-wrapper {
    text-align: center;
    margin-top: 1em
}

.js-order .finish-step .sign .print-order-wrapper .print-order {
    font: 13px 'DINProRegular', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #e9292f;
    text-transform: uppercase;
    text-decoration: none
}

.js-order .finish-step .sign .print-order-wrapper .print-order .icon {
    font-size: 19px;
    position: relative;
    top: 4px;
    padding-right: 6px
}

.drt-img-wrapper__slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.drt-img-wrapper__slider__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.drt-img-wrapper img {
    margin: 0 auto;
}

.drt-img-wrapper__slider span {
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
}

.drt-img-wrapper__slider__nav span {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    width: 5px;
    height: 5px;
    margin: 0 2px;
    background: #fff;
}

.drt-img-wrapper__slider__nav span:hover, .drt-img-wrapper__slider__nav span.hover {
    background: #e9292f;
}

.basket__option__user-label
{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.basket__option__user-input {position: relative;}
.basket__option__user-input-field
{
    padding: .35em 10px .5em 26px;
    margin-top: 5px;
    width: 100%;
    border: 1px solid #f0f0f0;
    font-size: 13px;
}

.dark .basket__option__user-input-field
{
    padding: .35em 10px .5em 26px;
    margin-top: 5px;
    width: 100%;
    border: 1px solid #f0f0f0;
    font-size: 13px;
    color: #000 !important;
}

.basket__option__user-input-icon
{
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -6px;
}
.basket__option_payment-checkbox input{display: none;}
.basket__option_payment-checkbox input:checked + .basket__option_payment-checkbox-body{border-color: #808080;}
.basket__option_payment-checkbox input:checked + .basket__option_payment-checkbox-body .basket__option_payment-checkbox-box{background-position: -40px 0;}
.basket__option_payment-checkbox-body
{
    display: flex;
    padding: 20px 5px;
    border: 2px solid #e0e0e0;
    cursor: pointer;
}
.basket__option_payment-checkbox
{
    display: block;
}
.basket__option_payment-checkbox-text
{
    font-size: 15px;
    line-height: 18px;
}
.basket__option_payment-checkbox-box
{
    background: url(/assets/public/images/angstrem.png) 0 0 no-repeat;
    min-width: 18px;
    height: 18px;
    margin-right: 5px;
}
.basket__option_payment-checkboxes
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/promoItemsList/style.css?17079872759004*/
.drt-catalog-row { /*display: table; vertical-align: bottom */
}

.b-sort-wrap {
    background-color: #f4f1ef;
    padding: 16px 0px;
}

.b-catalog-items.components .item.drt-item { /*display: table-cell; float: none; */
    text-decoration: none !important;
    border: 1px solid transparent;
    border-left: 0;
    overflow: visible;
    background-color: #fff
}

.b-catalog-items.components .item.drt-item .description-wrap {
    padding: .1875em 0 0 0;
    position: relative;
    left: 0;
    bottom: 0;
    background-color: transparent;
    min-height: 5.875em;
    height: auto;
    max-width: none
}

.b-catalog-items.components .item.stock.drt-item .description-wrap .price {
    background-color: transparent;
    position: relative;
    margin-left: 0;
    min-height: 2.6em
}

.b-catalog-items.components .item.stock.drt-item .description-wrap .price .old-price .text {
    line-height: 1
}

.b-catalog-items.components .item.drt-item .description-wrap .price .simple-price {
    padding-top: 0.5em
}

.b-catalog-items.components .item.drt-item .description-wrap .price .simple-price .text {
    font: 1.25em 'DINProBold', sans-serif;
    line-height: 1.2;
    letter-spacing: .2px;
    text-transform: uppercase;
    color: #000;
}

.b-catalog-items.components .item.drt-item .description-wrap .title {
    padding: 0 .6875em;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: all .3s ease, top .3s 0 ease-in-out, height .3s 0 ease-in-out;
    -moz-transition: all .3s ease, top .3s 0s ease-in-out, height .3s 0s ease-in-out;
    -o-transition: all .3s ease, top .3s 0 ease-in-out, height .3s 0 ease-in-out;
    transition: all .3s ease, top .3s 0s ease-in-out, height .3s 0s ease-in-out;
}

.b-catalog-items.components .item.drt-item .description-wrap .title.size-title .text {
    text-transform: none;
}

.b-catalog-items.components .item.drt-item:hover .description-wrap .title {
    background-color: rgba(233, 41, 47, .9);
}

.b-catalog-items.components .item.stock.drt-item .description-wrap .price .new-price .text {
    color: #e9292f;
}

.b-catalog-items.components .item.stock.drt-item:hover .description-wrap {
    background-color: transparent
}

/*.button.buy {
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 0;
    cursor: pointer;
    max-width: 50%;
    vertical-align: middle;
    padding: 0 15px;
    border: 1px solid #e9292f;
    font: 1em 'DINProBold', sans-serif;
    height: 2em;
    letter-spacing: .2px;
    color: #fff;
    background-color: #e9292f;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    right: 10px;
    top: 0;
    margin: 4px 0 0 0;
}

.promo.button.buy {
    padding: .5em 20px;
    height: 2.5em;
}
.promo.button.buy .icon {
    position: relative;
    padding: .25em;
    font-size: 1.125em;
    border-radius: 100%;
    background: #fff;
    color: #e60000;
}*/

.promo.button.buy:hover {
    background-color: #b60e18;
    color: #fff;
    border: 1px solid #b60e18
}

.b-catalog-items.components .item.drt-item .description-wrap .size {
    padding: 0 .6875em;
    border: 1px solid rgba(0, 0, 0, .4);
    border-top: 0;
    font: .8125em 'DINProRegular', sans-serif;
    line-height: 1.5em;
    letter-spacing: .2px;
    color: #888888;
    margin-bottom: 3px;
}

.b-catalog-items.components .item.drt-item.stock:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.b-catalog-items.components .item.drt-item img.drt-bigimg {
    margin: 0 auto;
    min-height: 148px
}

.b-catalog-items.components .item.drt-item.stock:hover img.drt-bigimg {
    /*    -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);*/
}

.b-catalog-items.components .item.drt-item .drt-img-wrapper {
    position: relative;
    max-width: 100%;
    height: auto;
    overflow: hidden
}

.b-catalog-items.components .item.drt-item .drt-img-wrapper .add-to-favorites {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    margin: 10px;
    color: #e9292f;
    font-size: 1.5em;
}

.b-catalog-items.components .item.drt-item .drt-img-wrapper .add-to-favorites:hover .fa:before {
    content: "\f004";
}

.add-to-favorites .fa.is-added:before {
    content: "\f004";
}

.b-catalog-items.components .item.drt-item .drt-item-side {
    display: none;
    position: absolute;
    margin-top: -1px;
    margin-bottom: -1px;
    padding: 3px 0 3px 3px;
    width: 84px;
    top: 0;
    bottom: 0;
    left: -76px;
}

.b-catalog-items.components .item.drt-item .drt-item-side .drt-other-photo {
    padding: 6px 3px 6px 7px
}

.b-catalog-items.components .item.drt-item .drt-item-side .drt-other-photo img {
    max-width: 100%;
    height: auto
}

.b-catalog-items.components .item.drt-item.hover {
    /*border: 1px solid #777777;*/
    border-left: 0;
    z-index: 20;
}

.b-catalog-items.components .item.drt-item.noside.hover {
    /*border-left: 1px solid #777777;*/
}

.b-catalog-items.components .item.drt-item.hover:first-child {
    left: 95px
}

.b-catalog-items.components .item.drt-item.noside.hover:first-child {
    left: 0
}

.b-catalog-items.components .item.drt-item.hover .drt-item-side {
    display: block;
    border: 1px solid #777777;
    border-right: 0;
    background-color: #fff;
    overflow: hidden
}

.b-catalog-items.components .item.drt-item .labels {
    position: absolute;
    width: 20%;
    top: 10px;
    right: 20px;
    z-index: 10;
    transition: 0.7s;
    opacity: 1
}

.b-catalog-items.components .item.drt-item.hide-labels .labels {
    opacity: 0
}

.b-catalog-items.components .item.drt-item .labels .img-wrapper {
    position: relative;
    overflow: visible;
}

.b-catalog-items.components .item.drt-item.hover .labels .img-wrapper {
    height: auto;
}

.b-catalog-items.components .item.drt-item .labels img {
    max-width: 100%;
}

.drt-small-text {
    font: .8125em 'PTSansRegular', sans-serif;
    line-height: 1.2;
    letter-spacing: .2px;
}

.drt-link {
    margin-left: .375em;
    border-bottom: 1px dashed #8a7967;
    color: #8a7967;
    cursor: pointer;
}

.drt-link.nolink {
    border-bottom: none;
    cursor: auto
}

.drt-sort-row .sort {
    display: none
}


.b-sort-wrap .drt-link {
    font-size: 1.231em;
    margin-left: .885em;
}

.b-sort-wrap .drt-link.nolink {
    color: #e9292f;
    border-bottom: none;
}

.b-sort-wrap .drt-link.drt-order-link {
    font-size: 1.077em;
}

.drt-order-link.drt-order-link__active {
    color: #e9292f;
    border-bottom-color: transparent;
}

.drt-form-wrapper {
    display: none;
}

.fast {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    box-sizing: border-box;
    width: 160px;
    height: 30px;
    border: 1px solid #c9c9c9;
    margin: -15px 0 0 -80px;
    padding: 0;
    font: 12px/28px tahoma, arial, sans-serif;
    background: rgba(255, 255, 255, .7);
    color: #2d2d2d;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.fast:hover {
    background-color: #e9292f;
    border-color: #e9292f;
    color: #fff;
}

@media (max-width: 1366px) {
    .filter-catalog-row .drt-catalog-row {
        display: inline;
        margin: 0;
        word-spacing: -4px;
    }

    .filter-catalog-row .drt-catalog-row:before, .filter-catalog-row .drt-catalog-row:after {
        display: none;
    }

    .filter-catalog-row .drt-catalog-row .drt-item {
        display: inline-block;
        vertical-align: top;
        float: none;
        margin-top: 30px;
        width: 33%;
        word-spacing: 0;
    }
}

.b-catalog-items.components .item.drt-item .label-list {
    display: none;
    position: absolute;
    margin-top: -1px;
    margin-bottom: -1px;
    padding: 3px 0 3px 3px;
    width: 84px;
    top: 0;
    bottom: 0;
    right: -76px;
}

.b-catalog-items.components .item.drt-item.hover .label-list {
    display: block;
    border: 1px solid #777777;
    border-left: 0;
    background-color: #fff;
    overflow: hidden;
}

.b-catalog-items.components .item.drt-item.hover .labels img {
    margin: 0px 0px 0px 80px;
    z-index: 99999;
}

.b-catalog-items.components .item.drt-item.hover .fast {
    visibility: visible;
}

/* End */
/* /local/components/angstrem/order.make/templates/orderV2/style.css?17079872745310 */
/* /local/templates/.default/components/bitrix/catalog.section/promoItemsList/style.css?17079872759004 */
