

/* Start:/local/templates/Desctop_2022/components/hobbit2017/detail/.default/style.css?17090342125334*/
.item_content {
    width: 100%;
    background: #F7FFED;
    box-shadow: 1px -5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 35px;
    padding: 25px;
    margin-bottom: 40px;
    position: relative;

}
.item_content #pictures_block {
    width: 525px;
    float: left;
    overflow: auto;
    position: relative;
    padding: 20px;
}

.item_content #main_picture {
    width: calc(100% - 8px);
    background: white;
    border-radius: 35px;
    text-align: center;
    padding: 20px;
    box-shadow: 6px 6px 8px rgba(233, 120, 21, 0.3);
}

.item_content .shield {
    position: absolute;
    top: 15px;
    left: 15px;
    transform: rotate(135deg);
    width: 60px;
    height: 60px;
    border-radius: 10px;
}
.item_content .shield_value {
    color: white;
    position: absolute;
    top: 30px;
    left: 0px;
    width: 88px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;


}
.item_content .shield.discount_proc {
    background: #FDCD06;
}

.item_content #pictures_block .more_pictures {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    padding: 10px 0;

}

.item_content .more_pictures .one_more_pictures {
    padding: 5px;
    background: white;
    border-radius: 25px;
    box-shadow: 6px 6px 8px rgba(233, 120, 21, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 120px;
}
.item_content .more_pictures .one_more_pictures:not(:first-child) {
    margin-left: 11px;
}

.item_content .more_pictures .one_more_pictures img {
    width: 90px;
    border-radius: 25px;
}
.item_content .item_detail {
    width: 665px ;
    padding: 20px 0px 20px 40px;
    float: left;
}
.item_content .item_detail .line {
    margin: 20px 0;
    width: 100%;
}
.item_content .item_detail h1 {
    color: #333333;
}


.item_content .item_detail .price_block h3.price_h1 {
    color: #E97815;
    font-weight: 700;
    font-size: 44px;
    line-height: 42px;
}

.item_content .item_detail .price_block .old_price {
    margin-top: 5px;
    color: rgba(51, 51, 51, 0.51);
    text-decoration: line-through;
    font-size: 20px;
}
.item_content .item_detail .buttons_block {
    margin-top: 20px;
}
.deliver_types_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.not_active_deliver_block {
    width: calc(50% - 20px);
    display: flex;
    justify-content: flex-start;
    border-radius: 15px;
    padding: 10px 5px;
    background-color: #EEEEEE;
    margin-top: 15px;

}

.deliver_types_block .ond_deliver_block {
    width: calc(50% - 20px);
    display: flex;
    justify-content: flex-start;
    box-shadow: 3px 3px 4px rgba(233, 120, 21, 0.3);
    border-radius: 15px;
    padding: 10px 5px;
    background-color: #FFFBEB;
    margin-top: 15px;
    cursor: pointer;
}
.deliver_types_block .ond_deliver_block .picture, .deliver_types_block  .not_active_deliver_block .picture {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
}

.deliver_types_block .ond_deliver_block .picture img,  .deliver_types_block  .not_active_deliver_block .picture img {
    width: 50px;
}
.deliver_types_block  .not_active_deliver_block .picture img {
    width: 35px;
}

.deliver_types_block .ond_deliver_block .info {
    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 100%;
    padding: 0 10px;

}
.deliver_types_block .ond_deliver_block .info p {
    margin: 2px 0;
}

.deliver_types_block  .not_active_deliver_block .info {
    font-size: 0.9em;
}
.deliver_types_block .ond_deliver_block .info .item_name, .deliver_types_block  .not_active_deliver_block .item_name {
    color: black;
}
.deliver_types_block .ond_deliver_block .info .item_descr, .deliver_types_block .ond_deliver_block .info .item_pay {
    font-size: 0.9em;
}
.deliver_types_block .ond_deliver_block .info .item_price {
    font-size: 0.9em;
    color: black;
}
.deliver_types_block .ond_deliver_block .info .item_date {
    font-size: 0.9em;
    color: #E97815;
    font-weight: bold;
}


.deliver_types_block .ond_deliver_block .info .item_name.green_name {
    color: green;
}
.description_blocks {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.description_blocks .one_discription_block {
    width: calc(50% - 10px);
    padding: 0 10px 0 40px;
}

.description_blocks .one_discription_block .title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 12px;
    color: #E97815;
}

.description_blocks .one_discription_block  ul {
    margin: 20px 0 20px 30px;
}
.description_blocks .one_discription_block table td {
    vertical-align: top;
}
.description_blocks .one_discription_block table td.title {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.description_blocks .one_discription_block table td.value {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding-left: 20px;

}
.description_blocks .one_discription_block table td.value a {
    text-decoration: underline;
}
/* End */
/* /local/templates/Desctop_2022/components/hobbit2017/detail/.default/style.css?17090342125334 */
