.header {
    position: static !important;
}

.terms_purchase .container {
    margin: 0 auto;
    padding-top: 0;
}

.terms_purchase .h2 {
    margin-bottom: 40px;
}

.terms_purchase_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 45px;
    border-top: 1px solid #d9d9d9;
}

.terms_purchase .h3 {
    font-family: "Prosto_One", sans-serif;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #2b2d2e;
}

.terms_purchase .h3_second {
    margin-top: 60px;
}

.terms_purchase_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.terms_purchase_list_item {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #7d7d7d; 
    cursor: pointer;
}

.terms_purchase_list_item.active {
    color: #000;
}

.terms_purchase_guarantees, .terms_purchase_installment, .terms_purchase_delivery {
    display: none;
}

.terms_purchase_guarantees.active, .terms_purchase_installment.active, .terms_purchase_delivery.active {
    display: block;
}

.installment_parameters_main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.terms_purchase_bold_text {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #2b2d2e;
    display: flex;
    gap: 6px;
}

.terms_purchase_standard_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #2b2d2e;
}

.installment_parameters {
    border-bottom: 1px solid #d9d9d9;
    padding: 30px 0;
}

.installment_parameters .terms_purchase_standard_text {
    width: 70%;
}

.terms_purchase_bold_text.subtitle {
    margin: 30px 0 10px;
}

.delivery_parameters {
    height: 86px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}

.delivery_parameters_not_border {
    border-bottom: none;
}

.delivery_parameters_key {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #2b2d2e;
}

.delivery_parameters_inscription {
    position: absolute;
    bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #9d9d9d;
}

.delivery_conditions_h3 {
    margin: 50px 0 30px;
}

.delivery_all_conditions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.terms_purchase_conditions {
    display: flex;
    gap: 9px;
}

.terms_purchase_conditions::before {
    content: attr(data-count);
    color: #2b2d2e;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
}

.terms_purchase_conditions_bold::before {
    content: attr(data-count);
    color: #2b2d2e;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
}

.attention {
    font-family: "Prosto_One", sans-serif;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #38b000;
    margin-bottom: 20px;
}

.attention_text {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #2b2d2e;
}

.terms_purchase_guarantees_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: #151515;
    margin: 30px auto 20px;
}

.dividing_strip {
    background: #d9d9d942;
    border: 1px solid #d9d9d942;
    height: 1px;
    width: 100%;
    margin: 50px auto;
}

.terms_purchase_dop_text {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: #38b000;
    margin-top: 40px;
}

@media screen and (max-width: 950px) {
    .terms_purchase_content {
        grid-template-columns: 1fr;
    }

    .terms_purchase_list {
        margin-bottom: 47px;
    }

    .terms_purchase_list_item {
        padding: 12px 0;
        border-bottom: 1px solid #d9d9d9;
        width: 100%;
        text-align: center;
    }

    .terms_purchase_list_item.active {
        border-bottom: 1px solid #000;
    }

    .delivery_parameters.two {
        height: 160px;
    }

    .terms_purchase_content {
        border-top: none;
    }

    .terms_purchase .h2 {
        margin-bottom: 0;
    }
}