.pp_hero_block {
    background: rgba(247, 249, 252, 1);
    padding: 95px 102px 10px;
}


.page_product_block {
    position: relative;
}
.pp_hero_content {
    position: relative;
    display: flex;
    margin-top: 96px;
    margin-bottom: 10px;
    gap: 72px;
}

.pp_hero_left,
.pp_hero_right {
    flex: 1 1 0;
    min-width: 0;
}
.hero_label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #214AAD;
    margin-bottom: 16px;
}
.hero_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    color: #101426;
    margin-bottom: 16px;
}
.hero_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #2E3A59;
    margin-bottom: 32px;
}
.hero_list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.hero_list_item {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    background: #295CD6;
    border-radius: 32px;

}
.hero_card_list {
    width: 100%;
    margin-bottom: 48px;
}
.hero_card_list_item {
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px dashed #E4E9F2;
    margin-bottom: -1px;
}
.hero_card_list_item span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #2E3A59;
}
.hero_card_list_item:first-child {
    border-top: 1px dashed #E4E9F2;
}
.hero_card_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #2E3A59;
    margin-bottom: 16px;
}
.pp_hero_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 32px;
    gap: 8px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F7F9FC 100%);
    box-shadow: 0px -4px 32px rgba(15, 35, 83, 0.1), 0px -2px 16px rgba(15, 35, 83, 0.1);

}
.pp_hero_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.hero_button a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 34px 32px;
    gap: 8px;
    width: 100%;
    height: 94px;
    background: #214AAD;
    color: #FFFFFF;
}
.hero_old_price {
    display: flex;
    align-items: center;
}
.hero_old_price_number,
.hero_old_price_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #8F9BB3;
}
.hero_new_price {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #214AAD;
    margin-bottom: 16px;
}
.hero_bottom {
    display: flex;
    align-items: center;
    gap: 16px;
}
.hero_bottom_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #2E3A59;
    margin-bottom: 8px;
}
.hero_bottom_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #2E3A59;
}
@media only screen and (max-width: 600px) {
    .pp_hero_block {
        padding: 48px 16px 10px;
    }
    .pp_hero_content {
        flex-direction: column;
    }
    .hero_list {
        margin-bottom: 48px;
    }
    .hero_card_list_item svg {
        background: #285cd7;
        width: 64px;
    }
    .hero_card_list_item span {
        width: 100%;
        line-height: 18px;
    }
    .hero_card_list_item {
        border-bottom: none;
    }
}
/**/

/*page_product_owners*/

.page_product_owners_block {
    padding: 96px 102px 96px;
    background-color: #FFFFFF;
}
.owners_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: #214AAD;
    margin-bottom: 48px;
}
.owners_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.owners_list_item {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #2E3A59;
}
@media only screen and (max-width: 600px) {
    .page_product_owners_block {
        padding: 48px 16px 48px;
    }
    .owners_list {
        flex-wrap: wrap;
    }
    .owners_list_item {
        flex: 0 0 50%;
        display: flex;
        justify-content: center;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: #2E3A59;
        margin-bottom: 26px;
    }
}
/**/

/*cards*/
.page_product_value_block {
    background: rgba(247, 249, 252, 1);
    padding: 96px 102px 96px;
}
.cards_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    color: #2E3A59;
    margin-bottom: 16px;
}
.cards_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #2E3A59;
    margin-bottom: 48px;
}
.cards_items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 48px;
}
.cards_item {
    flex: 1 1 0;
    min-width: 0;
    padding: 24px;
    background: #FFFFFF;
    min-height: 284px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.cards_item:hover {
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid rgba(33, 74, 173, 1)
}
.cards_item_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #214AAD;
    margin-bottom: 16px;
}
.cards_item_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #101426;
}
.cards_item_value {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #214AAD;
}
.cards_price {
    display: flex;
    align-items: center;
    gap: 24px;
}
.cards_label_price,
.cards_old_price {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #8F9BB3;
}
.cards_new_price {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #214AAD;
}

@media only screen and (max-width: 600px) {
    .page_product_value_block {
        padding: 48px 16px 48px;
    }
    .cards_items {
        flex-direction: column;
    }
    .cards_item {
        min-height: 220px;
    }
    .cards_price {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 30px;
    }

    .cards_label_price { grid-area: 1 / 1 / 2 / 2; }
    .cards_old_price { grid-area: 2 / 1 / 3 / 2; }
    .cards_new_price { grid-area: 2 / 2 / 3 / 3; }
}
/**/



/*page_product_price*/

.page_product_price_block {
    background: #FFFFFF;
    padding: 96px 102px 96px;
}
.page_product_price_content {
    display: flex;
    gap: 48px;
}
.page_product_price_left,
.page_product_price_right {
    flex: 1 1 0;
    min-width: 0;
}
.price_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    color: #2E3A59;
    margin-bottom: 16px;
}
.price_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #2E3A59;
    margin-bottom: 41px;
}
.price_cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.price_card {
    padding: 24px;
    background: #F7F9FC;
    flex: 0 0 calc(50% - 12px);
    min-height: 148px;
}
.price_card:nth-child(even) {
    margin-top: 32px;
    margin-bottom: -32px;
}
.price_card_price {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: #214AAD;
    margin-bottom: 16px;
}
.price_list_item {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #2E3A59;
}

@media (min-width: 768px) {
    .price_card:nth-child(even) {
        margin-top: 32px;
    }
}
@media only screen and (max-width: 600px) {
    .page_product_price_block {
        padding: 48px 16px 48px;
    }
    .page_product_price_content {
        flex-direction: column;
    }
    .price_image img {
        width: 100%;
    }
    .price_card {
        flex: 0 0 calc(100% - 12px);
    }
    .price_card:nth-child(even) {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
/*page_product_price_block*/



/*page_product_orders_block*/
.page_product_orders {
    background: rgba(33, 74, 173, 1);
}
.page_product_orders_block {
    padding: 48px 102px 48px;
}
.page_product_orders_content {
    display: flex;
    justify-content: space-between;
}
.order_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.order_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
}
.order_button a {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 32px;
    gap: 8px;
    width: 214px;
    height: 56px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    background: rgba(41, 92, 214, 1);

}
@media only screen and (max-width: 600px) {
    .page_product_orders_block {
        padding: 48px 16px 48px;
    }
    .page_product_orders_content {
        flex-direction: column;
    }
    .page_product_orders_left {
        margin-bottom: 16px;
    }
    .order_button a {
        width: 100%;
    }
}
/**/

/*page_product_info*/
.page_product_info {
    background: rgba(247, 249, 252, 1);
}
.page_product_info_block {
    padding: 48px 102px 48px;

}
.page_product_info_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}
.info_title {
    max-width: 468px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    color: #2E3A59;
    width: 100%;
}
.info_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #2E3A59;
    padding-left: 72px;
}
.page_product_info_img img {
    width: 100%;
}
.info_list {
    display: flex;
    flex-wrap: wrap;
    padding-inline-start: 20px;
    margin: 48px 0;
}
.info_list li {
    flex: 0 0 50%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #2E3A59;
}
.page_product_info_bottom {
    display: flex;
    justify-content: space-between;
    padding: 32px;
    background-color: #FFFFFF;
}
.page_product_info_left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 50%;
}
.page_product_info_right {
    flex: 0 0 50%;
}
.info_bottom_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #2E3A59;
}
.info_bottom_price {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: #2E3A59;
}
.info_bottom_buble {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    width: auto;
    height: 32px;
    border: 1px solid #214AAD;
    border-radius: 32px;
}
@media only screen and (max-width: 600px) {
    .page_product_info_block {
        padding: 48px 16px 48px;
    }
    .page_product_info_top {
        flex-direction: column;
    }
    .info_title {
        margin-bottom: 24px;
    }
    .info_text {
        padding-left: 0;
    }
    .info_list {
        flex-direction: column;
    }


}
/**/


/*pads*/

.pads_items {
    display: flex;
    flex-wrap: wrap;
}
.pads_item {
    flex: 0 0 50%;
    min-height: 352px;
}

.pads_item:nth-child(odd) {
    padding: 48px 48px 48px 102px;
    background: rgba(41, 92, 214, 1);
}
.pads_item:nth-child(even) {
    padding: 48px 102px 48px 48px;
    background: rgba(228, 233, 242, 1);
}
.pads_item_logo {
    margin-bottom: 24px;
}
.pads_item:nth-child(odd) > .pads_item_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.pads_item:nth-child(even) > .pads_item_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 8px;
    color: #214AAD;
}
.pads_item:nth-child(odd) > .pads_item_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
}
.pads_item:nth-child(even) > .pads_item_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #2E3A59;
}
@media only screen and (max-width: 600px) {
    .page_product_info_left {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 32px;
    }
    .page_product_info_bottom {
        flex-direction: column;
    }
    .pads_item:nth-child(odd),
    .pads_item:nth-child(even) {
        flex: 0 0 100%;
        padding: 40px 40px 40px 40px;
    }
}
/**/


/*page_product_timer*/
.page_product_timer {
    background: #214AAD;
}
.page_product_timer_block {
    padding: 48px 102px 48px;
}
.page_product_timer_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.timer_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.timer_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
}

.timer_bottom_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}
#countdown {
    display: flex;
    justify-content: center;
    text-align: center;
}
#countdown ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style-type: none;
    padding-inline-start: 0px;
}
#countdown ul li {
    width: 96px;
    height: 100px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(41, 92, 214, 1);
}
#countdown ul li span:nth-child(1) {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 8px;
}
#countdown ul li span:nth-child(2) {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}
.timer_label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}
@media only screen and (max-width: 600px) {
    .page_product_timer_block {
        padding: 48px 16px 48px;
    }
    .page_product_timer_content {
        flex-direction: column;
    }
    #countdown {
        justify-content: space-between;
    }
    #countdown ul li {
        width: 23%;
        height: 80px;
    }
    .timer_bottom_text {
        text-align: left;
    }
}
/**/


/*page_product_start*/
.page_product_start {
    background: rgba(247, 249, 252, 1);
}
.page_product_start_block {
    padding: 48px 102px 48px 102px;
}
.start_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    color: #214AAD;
    margin-bottom: 48px;
}
.page_product_start_bottom {
    display: flex;
    gap: 48px;
}

.start_card {
    padding: 16px;
    gap: 16px;
    max-width: 585.5px;
    width: 100%;
    min-height: 124px;
    background: #FFFFFF;
    margin-bottom: 8px;
}
.start_card_items li {

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #2E3A59;

}
.start_card_title {
    display: flex;
    align-items: center;
    gap: 16px;
}
.start_card_items {
    padding-inline-start: 50px;
}
.start_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #2E3A59;
    margin-bottom: 24px;
}
.start_text_before_button {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #214AAD;
    margin-bottom: 24px;
}
.start_button a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 34px 32px;
    gap: 8px;
    width: 100%;
    height: 94px;
    background: #214AAD;
    color: #FFFFFF;
}
.page_product_start_right,
.page_product_start_left {
    flex: 1 1 0;
    min-width: 0;
}
@media only screen and (max-width: 600px) {
    .page_product_start_block {
        padding: 48px 16px 48px;
    }
    .page_product_start_bottom {
        flex-direction: column;
    }
}
/**/



/*modal*/
.modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.modal.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.modal-bg {
    position: absolute;
    background: rgba(8, 17, 35, 0.5); /* Напівпрозорий фон */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px); /* Розмиття фону */
    -webkit-backdrop-filter: blur(5px); /* Для підтримки в Safari */
    z-index: 999; /* Впевніться, що елемент знаходиться поверх іншого контенту */
}

.modal-container {
    position: relative;
    max-width: 645px;
    width: 100%;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    z-index: 9999;

    /* нове */
    max-height: 600px;
    overflow-y: auto;
    background: #2461b7;
}
.modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    outline: none;
    appearance: none;
    color: red;
    background: none;
    border: 0px;
    font-weight: bold;
    cursor: pointer;
}
.modal-container .cf_right span textarea {
    height: 80px;
}
.modal-container .footer__block-social {
    margin-bottom: 30px;
}
.modal_exit_btn {
    width: 20px;
    position: absolute;
    top: 15px;
    right: 25px;
}
.modal-exit {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000000;
    background: #ffffff;
    border-radius: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    cursor: pointer;
}
/*modal end*/