.adv-top {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.adv-main-img {
    width: 100%;
    height: 391px;
}

.adv-top-content {
    bottom: 140px;
    width: 100%;
    padding: 0px 72px;
    gap: 32px;
    align-items: center;
}

.adv-top-right {
    gap: 8px;
    min-width: fit-content;
}

.adv-top-contact, .adv-top-tel, .adv-top-email {
    gap: 8px;
    width: 100%;
}

.adv-top-right span {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    min-width: fit-content;
}

.adv-top-right p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

.adv-prices {
    padding-bottom: 96px;
    padding-top: 48px;
    background: #fff;
    max-width: 1440px;
    margin: 0 auto;
}

.adv-prices-title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 32px;
    padding: 0px 72px;
}

.adv-prices-flex {
    gap: 24px;
    padding: 0px 72px;
}

.adv-price-card {
    width: 306px;
    height: 394px;
    padding: 32px 12px 16px 12px;
    border-radius: 8px;
    border: 1px solid #CED4DA;
    background: #F8F9FA;
}

.adv-price-card p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
}

.adv-card-el-1 , .adv-card-el-2 {
    padding-left: 16px;
}

.adv-card-el-2 {
    padding-bottom: 11px;
}

.adv-card-el-3 , .adv-card-el-4 {
    gap: 8px;
    padding-bottom: 13px;
    padding-top: 11px;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid #CED4DA;
}

.adv-card-el-5 {
    padding: 12px 16px 0px 16px;
    gap: 8px;
    border-bottom: 1px solid #CED4DA;
}

.adv-card-el-5 img {
    padding-top: 4px;
    width: 16px !important;
    min-height: 72px;
}

.adv-card-el-5 p {
    font-style: italic;
}

#adv-pricing .order-btn {
    background: #212529;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #212529;
}
#adv-pricing .order-btn:hover {
    color: #fff;
    opacity: 0.9;
}

#adv-pricing .custom-modal {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.17);
    overflow: hidden;
}

#adv-pricing .custom-header {
    border-bottom: 1px solid #DEE2E6;
    padding: 16px;
}

#adv-pricing .custom-header .modal-title {
    line-height: 150%;
}

#adv-pricing .custom-input {
    border-radius: 4px;
    border: 1px solid #CED4DA;
    font-size: 16px;
    padding: 6px 12px;
}

#adv-pricing .custom-footer {
    border-top: 1px solid #DEE2E6;
    padding: 12px;
}

#adv-pricing .custom-close {
    background: #6C757D;
    border: 1px solid #6C757D;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 12px;
    color: #fff;
}

#adv-pricing .custom-confirm {
    background: #0C2F64;
    border: 1px solid #0C2F64;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 12px;
    color: #fff;
}

.adv-list {
    background: #fff;
    padding-bottom: 95px;
    max-width: 1440px;
    margin: 0 auto;
}

.adv-list h2 {
    padding: 0px 72px;
    padding-bottom: 32px;
}

.adv-list-wrapper-1 {
    background: #F8F9FA;
    width: 100%;
    border-top: 1px solid #ADB5BD;
    border-bottom: 1px solid #ADB5BD;
}

.adv-list-item {
    gap: 12px;
    height: 72px;
    padding: 24px 72px 30px 72px;
    align-self: stretch;
    border-top: 1px solid #ADB5BD;
    border-bottom: 1px solid #ADB5BD;
}

.adv-list-p {
    line-height: 150%;
}

.adv-list-item-big {
    height: fit-content;
    border-top: 1px solid #ADB5BD;
    border-bottom: 1px solid #ADB5BD;
    padding: 0px 72px;
}

.adv-big-top {
    width: 100%;
    gap: 12px;
    padding-bottom: 40px;
    padding-top: 24px;
}

.adv-big-flex {
    gap: 128px;
    padding-left: 76px;
}

.adv-big-el-1 , .adv-big-el-2 {
    width: fit-content;
    gap: 20px;
    padding-bottom: 24px;
}

.adv-big-flex p {
    line-height: 150%;
}

.list-img {
    width: 16px;
    flex-shrink: 0;
}

.list-img img {
    width: 16px;
    height: 16px;
    display: block;
}

@media (max-width: 1440px) {
    .adv-prices {
        padding-bottom: 40px;
        padding-top: 24px;
    }
    .adv-prices-flex {
        padding: 0 16px;
    }
    .adv-list h2 {
        padding: 0px 16px;
        padding-bottom: 16px;
    }
}

@media (max-width: 992px) {
    .adv-list-item {
        gap: 12px;
        height: fit-content;
        min-height: 72px;
        padding: 24px 16px 0px 16px;
        align-items: flex-start !important;
    }
    .adv-top-content {
        padding: 0 16px;
    }
    .adv-prices-title {
        padding: 0 16px;
    }
}

@media (max-width: 768px) {
    .adv-top-content {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: start !important;
        top: unset;
        bottom: 48px;
    }
    .adv-top-right span {
        font-size: 16px;
    }
    .adv-top-right p {
        font-size: 16px;
    }
    .adv-list-item-big {
        padding: 0 16px;
    }
    .adv-big-top {
        padding-bottom: 16px;
    }
    .adv-big-flex {
        gap: 12px;
        padding-left: 36px;
        flex-direction: column !important;
        align-items: start !important;
    }
    .adv-big-el-1 {
        padding-bottom: 0px;
    }
    .adv-big-el-1, .adv-big-el-2 {
        gap: 12px;
    }
    .adv-list {
        padding-bottom: 24px;
    }
    .adv-prices {
        padding-bottom: 24px;
    }
    .adv-prices-title {
        margin-bottom: 24px;
    }
    .adv-price-card {
        padding-top: 24px;
    }
}