/* stranica price */

.pr-holder-accordion {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E6EAEF;
}

.block_text.no-border .pr-holder-accordion {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.accordion .accordion_item {
    background: none;
    margin-bottom: 1px;
    position: relative;
}

.accordion .accordion_item:after {
    top: 100%;
    left: 26px;
    right: 26px;
    content: '';
    position: absolute;
    pointer-events: none;
    border-bottom: 1px solid #E6EAEF;
}

.accordion .title_block {
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #2B3643;
    line-height: 20px;
    background: #fff;
    position: relative;
    letter-spacing: -0.01em;
    padding: 20px 80px 20px 20px;
    transition: background-color 0.35s ease;
}

.accordion .title_block:before {
    top: 50%;
    width: 1em;
    height: 1em;
    right: 20px;
    content: '';
    position: absolute;
    margin-top: -0.5em;
    background: url(../../images/icons/plus.svg) 50% 50% / contain no-repeat;
}

.accordion .active_block .title_block:before {
    background-image: url(../../images/icons/minus.svg);
}

.accordion .title_block:hover {
    background: #F7DB5D;
}

.accordion .active_block .title_block {
    background: #F7DB5D;
}

.accordion .info {
    display: none;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
    color: #404A55;
    line-height: 16px;
    background: #fff;
    letter-spacing: -0.01em;
    padding: 20px 80px 20px 20px;
}


.accordion .info p {
    margin-bottom: 1em;
}

.accordion .info p:last-child {
    margin-bottom: 0;
}

#content .accordion table tr {
    background: none !important;
}

.accordion .info_first, .accordion .active_block .info {
    padding: 0;
    display: block;
    background: none;
    border-radius: 3px;
}

.accordion .info_item {
    margin-bottom: 10px
}

.accordion .info img {
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.large-img {
    width: 100%;
    margin-bottom: 10px;
}

.img-left {
    width: 25%;
    float: left;
    margin: 5px 15px 5px 0;
}

.img-right {
    width: 25%;
    float: right;
    margin: 5px 0 5px 15px;
}