h1 {
    font-weight: 600; 
    font-size: 30px; 
    line-height: 45px;
    color: #2D2D2D;
    margin-top: 0;
    margin-bottom: 25px;
}

.price-list-hero {
    background-image: url('/wp-content/uploads/2025/12/Mask-group-1-min.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 646px;
    height: 646px;
    position: relative;
}

.price-list-inner {
    padding: 72px 0 72px 210px;
}

.price-list-text {
    font-weight: 400; 
    font-size: 17px; 
    line-height: 24px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 32px;
}

.price-list-form {
    width: 600px;
    height: 455px;
    padding: 65px 75px;
    background-color: #fff;
    border-radius: 17px;
    box-shadow: 1px 2px 40px rgba(0, 0, 0, 0.15);
}
.price-list-form p {
    margin-bottom: 16px;
}
.price-list-form input[type="text"], .price-list-form input[type="email"], .price-list-form select {
    border-radius: 50px;
    height: 40px;
    padding: 9px 11px;
    width: 390px;
}
.price-list-form select {
    background: transparent;
}
.price-list-form [type="submit"] {
    font-family: var(--global-font-family-1);
    margin-top: 9px;
    background-color: #049ED5;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-weight: 700; 
    font-size: 15px; 
    line-height: 150%;
    padding: 9px 42px;
}

.price-list-download {
    background-color: #DCC8AF;
    display: flex;
    justify-content: center;
    gap: 275px;
    padding-top: 32px;
    padding-bottom: 32px;
    align-items: center;
}
.price-list-download p {
    margin: 0;
    color: #2b2b2b;
    font-weight: 600; 
    font-size: 26px; 
    line-height: 36px;
}
.price-list-download a {
    padding: 14px 32px;
    background-color: #0D2F4A;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700; 
    font-size: 14px; 
    line-height: 150%;
    text-decoration: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    display: none;
}
.wpcf7-not-valid-tip {
    position: absolute;
    top: 27px;
    left: 10px;
    font-size: 12px;
}


@media screen and (min-width: 1441px) {
    .price-list-inner {
        padding-left: 0;
    }
    .price-list-inner-inner {
        max-width: 1230px;
        margin: 0 auto;
    }
}


/*mobile*/
@media screen and (max-width: 767px) {
    h1 {
        font-size: 22px;
        line-height: 22px;
    }
    .price-list-hero {
        height: 665px;
        max-height: unset;
        background-image: url('/wp-content/uploads/2026/02/Mask-group-1-1-3.png');
    }
    .price-list-download {
        margin-top: 120px;
        gap: 16px;
        position: relative;
        z-index: 2;
        flex-direction: column;
    }
    .price-list-inner {
        position: relative;
        width: 100%;
        padding: 0;
    }
    .price-list-inner-inner {
        padding-top: 32px;
    }
    .price-list-text {
        max-width: 320px;
        margin: 0 auto 303px;
        line-height: 20px;
    }
    .price-list-form {
        padding: 48px 26px 80px 30px;
        width: 100%;
        height: 430px;
    }
    .price-list-form input[type="text"], .price-list-form input[type="email"] {
        width: 100%;
    }
    .price-list-form p {
        margin-top: 10px;
        margin-bottom: 16px;
    }
    .price-list-form [type="submit"] {
        padding: 9px 33px;
        font-size: 14px;
        margin-top: 0;
    }
    .price-list-download p {
        font-size: 18px;
        line-height: 20px;
    }

    .price-list-form select {
        width: 100%;
    }
}


/*tablet*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .price-list-hero {
        background-image: url('/wp-content/uploads/2026/02/Mask-group-10.png');
        height: 616px;
    }
    .price-list-inner {
        padding: 56px 50px 60px;
    }
    .price-list-text {
        line-height: 20px;
        max-width: 400px;
    }
    .price-list-form {
        width: 436px;
        height: 430px;
        padding: 56px;
    }
    .price-list-form input[type="text"], .price-list-form input[type="email"] {
        width: 320px;
    }

    h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .price-list-download {
        padding: 26px 46px;
        justify-content: space-between;
        gap: unset;
    }
    .price-list-download p {
        font-size: 20px;
    }
    .price-list-download a {
        padding: 10px 32px;
    }

    .price-list-form select {
        width: 99%;
    }
}