.adminpanel {
    margin-bottom: 0px;
}


.calculation {
    background: none;
    box-shadow: none;
    /*border: 1px solid #3590ad8f;*/
    border: none;
    padding: 0px;
}

.calculation-price .title-section {
    background-color: none;
}

.direct-price_text {
    line-height: 100%;
    font-size: 28px;
}

.calculation__head {
    box-shadow: none;
    padding: 15px 30px;
    background: #cbe7f080;
    font-weight: 500;
    color: #16738f;
    border: 1px solid #16738f;
}

.item-calculation__head {
    padding: 13px 30px;
    box-shadow: none;
    background: none;
    font-weight: 400;
    font-size: 22px;
    position: relative;
    border: 1px solid #3692ae;
}

.item-calculation__title {
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #3692ae;
}

.item-calculation__arrow {
    display: none;
}

.line-product {
    position: relative;
    border: 1px solid #9dd3e2;
    background: none;
    box-shadow: none;
}

.line-product__action {
    font-size: 20px;
}

.calculation-price {
    padding-top: 48px;
}


.line-product:last-child::before {
    content: none;
}

.line-product__title, .price-product {
    color: #3692ae;
    font-size: 18px;
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.line-product__content {
    font-size: 18px;
    color: #3692ae;
}

.offer-header {
    border: 1px solid #3692ae;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    margin: 0 auto;
    /* margin-bottom: 40px; */
    align-items: center;
    max-width: 1140.99px;
    justify-content: space-between;
}

.header__contact {
    font-size: 26;
    color: #1d6799;
}

.offer-header img {
    width: 200px;
    padding: 20px 10px;
    padding-right: 40px;
}


.offer-header .description {
    font-size: 17px;
    width: 400px;
    color: #2b8099;
}

#savepdf {
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    border: 1px solid #074287;
    color: #074287;
}

#savepdf span {
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #074287;
}

#savepdf:hover span
{
    color: #074287;
}

/* для header */

.header > .header__top, .header > .header__bottom, .footer {
    display: none;
}

.title-section span {
    background-clip: none;
    background: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #1d6799;
    color: #1d6799;


}

.item-calculation__content {
    display: block;
}

.calculation-price .title-section {
    font-size: 48px;
    margin-bottom: 36px;
}

.adminpanel {
    margin-bottom: 36px;
}

.calculation-price {
    padding-top: 24px;
}

.offer-header {
    max-width: 1000px;
}