

/* Start:/local/components/promo/popup/templates/zakupki_nov25/style.css?17695316809626*/
.zakupki-promo-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    z-index: 9999;
    display: none;
    max-width: 600px;
    min-width: 300px;
}

@media only screen and (min-device-width: 450px) {
    .zakupki-promo-popup {
        width: 600px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .zakupki-promo-popup {
        width: 350px;
    }
}

.zakupki-promo-popup__show {
    display: block;
}

.zakupki-promo-popup__close {
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 25px;
    height: 25px;
    font-size: 0;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 2px;
}

.zakupki-promo-popup__close:before,
.zakupki-promo-popup__close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 20px;
    background-color: #404040;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: top left;
    content: '';
}

.zakupki-promo-popup__close:after {
    transform: rotate(-45deg) translate(-50%, -50%);
}

.zakupki-promo-popup-content {
    background-color: #006261;
    color: #ffffff;
    padding: 30px;
    border: none;
    box-shadow: 0 0 10px #999999;
    line-height: 1.4em;
    font-weight: normal;
    border-radius: 10px;
}

@media only screen and (min-device-width: 450px) {
    .zakupki-promo-popup-content {
        overflow-y: hidden;
        max-height: 450px;
        font-size: 1em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .zakupki-promo-popup-content {
        overflow-y: hidden;
        max-height: 450px;
        font-size: 1em;
    }
}

.zakupki-promo-popup-content ul {
    list-style-type: square;
    /*color: #ff7301;*/
}

.zakupki-promo-popup-content ul span {
    color: #000;
}

.zakupki-promo-popup-content-price-block {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (min-device-width: 450px) {
    .zakupki-promo-popup-content-price-block {
        width: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .zakupki-promo-popup-content-price-block {
        width: 100%;
    }
}

.zakupki-promo-popup-content-price-buy {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 10px;
    margin-right: 5px;
    margin-bottom: 20px;
    box-sizing: content-box;
    overflow: hidden;
}

@media only screen and (min-device-width: 450px) {
    .zakupki-promo-popup-content-price-buy {
        min-width: 150px;
        width: calc(50% - 30px);
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .zakupki-promo-popup-content-price-buy {
        width: 100%;
        min-width: 240px;
    }
}


.zakupki-promo-popup-content-price-buy-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    color: #000;
    min-width: 100px;
    width: 100%;
}

.zakupki-promo-popup-content-price-buy-item.gray {
    color: #999;
}

.zakupki-promo-popup-content-price-buy-item div.price, .zakupki-promo-popup-content-price-buy-item div.period, .zakupki-promo-popup-content-price-buy-item div.discount, .zakupki-promo-popup-content-price-buy-item div.profit {
    min-width: 100px;
    margin-bottom: 10px;
}

.zakupki-promo-popup-content-price-buy-item div.period {
    min-width: 100%;
    text-align: center;
}

.zakupki-promo-popup-content-price-buy-item div.price {
    font-weight: bold;
}

@media only screen and (min-device-width: 450px) {
    .zakupki-promo-popup-content-price-buy-item div.price {
        font-size: 1.2em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .zakupki-promo-popup-content-price-buy-item div.price {
        font-size: 1.5em;
    }
}

.zakupki-promo-popup-content-price-buy-item div.price.old {
    text-decoration: line-through;
    color: #ccc;
    font-weight: normal;
}


.zakupki-promo-popup-content-price-buy-item div.discount {
    color: #009556;
    min-width: 150px;
    text-align: center;
    /*background-color: #ffd200;*/
    padding: 3px;
    border-radius: 5px;
    font-weight: bold;
}

@media only screen and (min-device-width: 450px) {
    .zakupki-promo-popup-content-price-buy-item div.discount {
        font-size: 1.2em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .zakupki-promo-popup-content-price-buy-item div.discount {
        font-size: 1.2em;
    }
}

.zakupki-promo-popup-content-price-buy-item div.profit {
    color: #000;
}

@media only screen and (min-device-width: 450px) {
    .zakupki-promo-popup-content-price-buy-item div.profit {
        font-size: 0.8em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .zakupki-promo-popup-content-price-buy-item div.profit {
        font-size: 1em;
    }
}


.zakupki-promo-popup-content-price-buy-item div.profit span {
    font-weight: bold;
}


.zakupki-promo-popup-content-price-buy-item div.price span {
    font-weight: normal;
    margin-left: 5px;
}

.zakupki-promo-popup-content-price-buy-item a.button {
    background-color: green;
    padding: 5px 20px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff !important;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
    font-size: 1em;
    height: 25px;
}

.zakupki-promo-popup-content-price-buy-item a.button.gray {
    background-color: #ccc;
}

.zakupki-promo-popup-content-price-buy-item a.button:hover {
    background-color: green;
    opacity: 80%;
}

.zakupki-promo-popup-content .all-benefits {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-device-width: 450px) {
    .zakupki-promo-popup-content .all-benefits {
        justify-content: space-around;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .zakupki-promo-popup-content .all-benefits {
        justify-content: center;
        flex-flow: column;
    }
}

.zakupki-promo-popup-content a.more-details-button {
    border-radius: 30px;
    border: 3px solid #ff3426;
    cursor: pointer;
    text-decoration: none;
    color: #fff !important;
    display: block;
    box-sizing: border-box;
    text-align: center;
    min-width: 100px;
    max-width: 100%;
    font-size: 1.1em;
    padding: 10px 30px;
    background-color: #ff3426;
    box-shadow: 0 2px 3px #911c14;
    margin: 3px 2px 20px;
}

.zakupki-promo-popup-content a.more-details-button:link:hover, .zakupki-promo-popup-content a.more-details-button:visited:hover {
    color: #fff !important;
}


.zakupki-promo-popup-content a.more-details-button.transp {
    border: 3px solid #000;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
}

.zakupki-promo-popup-content a.more-details-button.transp:link:hover, .zakupki-promo-popup-content a.more-details-button.transp:visited:hover {
    color: #000 !important;
    box-shadow: 0 2px 3px #6f6f6f !important;
}


.zakupki-promo-popup-content a.more-details-link {
    color: #000 !important;
    text-decoration: underline;
}

.zakupki-promo-popup-header {
    margin: 10px 0;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    column-gap: 10px;
}


@media only screen and (min-device-width: 450px) {
    .zakupki-promo-popup-header {
        font-size: 1.2em;
        font-weight: normal;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .zakupki-promo-popup-header {
        font-size: 1.2em;
        font-weight: normal;
    }
}

.zakupki-promo-popup-header .popup-pro-icon img {
    width: 40px;
    border: none;
}

.zakupki-promo-popup-header h2 {
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #ffffff;
}

.zakupki-promo-popup-header h3 {
    margin: 0 0 10px 0;
    font-weight: normal;
    color: #ffffff;
}

.zakupki-promo-popup-content .benefits-wrap {
    margin: 20px 0 10px 0;
}

.zakupki-promo-popup-content .benefits-wrap div.b-item {
    line-height: 20px;
    padding-left: 20px;
    background: url(/img/icons/if/aright.svg) no-repeat #f000;
    background-size: 15px;
    background-position-y: 2px;
    background-position-x: 0;
    margin-bottom: 15px;
    font-size: 1.2em;
}

#benefits-all-premium {
    display: none;
}

#show-benefits-premium a {
    text-decoration: underline 1px dashed;
    text-underline-offset: 3px;
}

.zakupki-promo-popup-content .howitworks {
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #05c8c6;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 1.2em;
}

.zakupki-promo-popup-content .howitworks.buy {
    background-color: #ffffff;
}

.zakupki-promo-popup-content .howitworks:link:hover, .zakupki-promo-popup-content .howitworks:visited:hover {
    background-color: #07d7d5;
    color: #000!important;
}

.zakupki-promo-popup-content .buttons-block {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

@media only screen and (min-device-width: 450px) {
    .zakupki-promo-popup-content .buttons-block {
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .zakupki-promo-popup-content .buttons-block {
        justify-content: center;
    }
}
/* End */


/* Start:/local/components/api/ads.related/templates/similar_detailed/style.css?17713455953007*/
.dd_similar_detailed_block_wrap {
    margin-bottom: 40px;
}

.dd_similar_detailed_block_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
    flex-wrap: wrap;
    margin-bottom: 30px;
    column-gap: 20px;
    box-shadow: 0 1px 3px 0 #999;
    border-radius: 14px;
    overflow: hidden;
    padding: 14px;
}

@media only screen and (min-device-width: 450px) {
    .dd_similar_detailed_block_item {
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd_similar_detailed_block_item {
        flex-direction: column;
    }
}


.dd_similar_detailed_block_img {
    width: 150px;
    margin-bottom: 20px;
    overflow: hidden;
}


@media only screen and (min-device-width: 450px) {
    .dd_similar_detailed_block_img.nophoto {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .dd_similar_detailed_block_img.nophoto {
        display: none;
    }
}


.dd_similar_detailed_block_img img {
    background-color: #fff;
    width: 100%;
    aspect-ratio: 1 / 1;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.dd_similar_detailed_block_t_desc {
    overflow: hidden;
    flex: 2;
    min-width: 240px;
}

.dd_similar_detailed_block_price_block {
    margin: 10px 0;
    color: #ccc;
}

.dd_similar_detailed_block_t_price {
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    margin: 5px 0;
}

.dd_similar_detailed_block_t_hdr {
    font-size: 1.3em;
}

.dd_similar_detailed_block_t_hdr a {
    text-decoration: underline;
}


.dd_similar_detailed_block_t_hdr strong {
    font-weight: unset;
}

.dd_similar_detailed_block_t_text {
    margin-top: 10px;
    overflow: hidden;
    word-break: break-word;
    color: #444;
}

.dd_similar_detailed_block_show_more {
    margin: 30px 0 80px 0;
    font-size: 1.4em;
}

.dd_similar_detailed_block_show_more a {
    text-decoration: none;
    border-radius: 15px;
    background-color: #404040;
    padding: 7px 15px;
    box-shadow: 1px 1px 2px #000000;
    display: inline-block;
    color: #ffffff;
}

.dd_similar_detailed_block_show_more-total {
    font-weight: bold;
}

.dd-similar-block-action {
    margin-bottom: 20px;
}

.dd_similar_detailed_block_t_order .phone_showed, .dd_similar_detailed_block_t_offer .phone_showed {
    font-size: 1.2em!important;
    font-weight: normal;
}

.dd_similar_detailed_block_t_order .phone_showed a, .dd_similar_detailed_block_t_offer .phone_showed a {
    color: #0395ff
}

.dd_similar_detailed_block_contacts_hdr {
    font-weight: bold;
}

.go-order {
    text-decoration: underline;
    color: #236ab1;
    cursor: pointer;
    white-space: nowrap;
}

.go-order:hover {
    color: dodgerblue !important;
}

.dd_similar_detailed_block_meas {
    color: #666;
}
/* End */
/* /local/components/promo/popup/templates/zakupki_nov25/style.css?17695316809626 */
/* /local/components/api/ads.related/templates/similar_detailed/style.css?17713455953007 */
