

/* Start:/local/templates/prolaser_v2/css/page-faq.css?17615075664708*/
#page-faq {
    background: #252525;
    position: relative;
    padding: 0 115px 178px 115px;
}

.page-faq__hero-image {
    aspect-ratio: 885 / 638;

    width: 55.1%;
    height: auto;
    max-width: 885px;

    margin: 0 auto;
    overflow: hidden;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: -19%;
}

.page-faq__hero-image img:first-child {
    position: absolute;
    left: 3%;
    top: 3%;

    z-index: 2;

    border: 4px solid #eceae9;
    transform: rotate(-5deg);
}

.page-faq__hero-image img:last-child {
    position: absolute;
    right: 2%;
    bottom: 2%;

    z-index: 1;

    border: 4px solid #eceae9;
    transform: rotate(3deg);
}


.faq-section__items {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding-top: 437px;

    max-width: 980px;
    margin: 0 auto;
}

.faq-section__item {

}

.faq-section__item-header {
    background: #eceae9;
    cursor: pointer;

    height: 72px;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #252525;

    display: flex;
    column-gap: 5px;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
}

.faq-section__item-header-picker {
    width: 72px;
    height: 72px;
    aspect-ratio: 1;
    border-left: 0.50px solid rgba(37, 37, 37, 0.2);

    display: flex;
}

.faq-section__item-header-picker > span {
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;

    background-image: url(/local/templates/prolaser_v2/css/../icons/faq-page-picker-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;

    transition: transform 0.2s ease-in-out;
    transform: rotate(0deg);
}

.faq-section__item-body > div {
    padding: 0 20px 20px 20px;
}

.faq-section__item-body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    background-color: #fff;
}

.faq-section__item-header.active ~ .faq-section__item-body {
    max-height: 500vh;
    transition: max-height 0.5s ease-in-out;
}

.faq-section__item-header.active .faq-section__item-header-picker > span  {
    transform: rotate(180deg);
}

@media (max-width: 1600px) {
    .faq-section__items {
        padding-top: 27.2cqw; /*437px*/
    }

    .page-faq__hero-image img:first-child {
        width: 28cqw; /*118px*/
        height: 34.9cqw; /*559px*/
    }

    .page-faq__hero-image img:last-child {
        width: 32.1cqw; /*514px*/
        height: 27.7cqw; /*444px*/
    }
}

@media (max-width: 960px) {
    #page-faq {
        padding: 0 12cqw 10.4cqw 12cqw; /*0 115px 100px 115px*/
    }

    .faq-section__items {
        padding-top: 34.1cqw; /*328px*/
        row-gap: 1.1cqw; /*10px*/
    }

    .faq-section__item-header {
        height: 6.3cqw; /*60px*/
        padding-left: 2.1cqw; /*20px*/
        font-size: 1.3cqw; /*12px*/
    }

    .faq-section__item-header-picker {
        width: 6.3cqw; /*60px*/
        height: 6.3cqw; /*60px*/
    }

    .faq-section__item-header-picker > span {
        width: 1.7cqw; /*16px*/
        height: 1.7cqw; /*16px*/
    }

    .faq-section__item-body {
        font-size: 1.3cqw; /*12px*/
    }

    .faq-section__item-body > div {
        padding: 0 2.1cqw 2.1cqw 2.1cqw;
    }
}

@media (max-width: 575px) {
    #page-faq {
        padding: 0 5.4cqw 16cqw 5.4cqw; /*0 20px 60px 20px*/
    }

    .faq-section__items {
        padding-top: 60cqw; /*225px*/
    }

    .page-faq__hero-image {
        aspect-ratio: 355 / 427;
        width: 93%;
        margin-top: -64%;
    }

    .page-faq__hero-image img:first-child {
        width: 54.9cqw; /*206px*/ /*230px*/
        height: 72cqw; /*270px*/ /*286px*/
    }

    .page-faq__hero-image img:last-child {
        width: 76cqw; /*285px*/ /*298px*/
        height: 65cqw; /*244px*/ /*258px*/
    }

    .faq-section__item-header {
        height: 15.7cqw; /*59px*/
        padding-left: 5.4cqw; /*20px*/
        font-size: 3.2cqw; /*12px*/
    }

    .faq-section__item-header-picker {
        width: 15.7cqw; /*59px*/
        height: 15.7cqw; /*59px*/
    }

    .faq-section__item-header-picker > span {
        width: 5.4cqw; /*20px*/
        height: 5.4cqw; /*20px*/
    }

    .faq-section__items {
        row-gap: 2.9cqw; /*10px*/
    }

    .faq-section__item-body {
        font-size: 3.2cqw; /*12px*/
    }

    .faq-section__item-body > div {
        padding: 0 5.4cqw 5.4cqw 5.4cqw; /*0 20px 20px 20px*/
    }
}
/* End */


/* Start:/local/templates/prolaser_v2/css/need-consultation.css?17673497275968*/
#need-consultation {
    margin-top: 90px;
    margin-bottom: 180px;
    margin-left: 30px;
    margin-right: 30px;
}

.need-consultation__wrapper {
    max-width: 1230px;
    padding: 100px 120px;
    margin: 0 auto;

    background: #eceae9;
    background-image: url(/local/templates/prolaser_v2/css/../images/need-consultation-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.need-consultation__text-1 {
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
}

.need-consultation__text-1 span {
    font-style: italic;
    color: #911e45;
}

.need-consultation__text-2 {
    padding-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(37, 37, 37, 0.6);
}

#need-consultation-form {
    padding-top: 80px;
}

.need-consultation-form__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
}

#need-consultation-form input[type=text],
#need-consultation-form input[type=tel] {
    font-family: 'Montserrat', sans-serif;

    background: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    width: 100%;
    height: 64px;
    border: 0 none;
    padding: 20px;

    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: rgba(37, 37, 37, 1);
}

#need-consultation-form input[type=text].error,
#need-consultation-form input[type=tel].error {
	background: rgba(145, 30, 69, 0.1);
	color: #911e45;
}

#need-consultation-form input[type=text]::placeholder,
#need-consultation-form input[type=tel]::placeholder {
    color: rgba(37, 37, 37, 0.6);
}

#need-consultation-form button[type=submit] {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    background: #911e45;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    /* text-align: center; */
    color: #fff;
    border: 0 none;

    width: 100%;
    height: 64px;

    cursor: pointer;
}

#need-consultation-form button[type=submit]:hover {
    opacity: 0.7;
}

#need-consultation-form .confirm-box {
    padding-top: 10px;

    display: flex;
    align-items: center;
    column-gap: 10px;

    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: rgba(37, 37, 37, 0.6);
    position: relative;
}

#need-consultation-form .confirm-box a {
    color: rgba(37, 37, 37, 0.6);
}

#need-consultation-form .confirm-box input[type="checkbox"] {
    display: none;
}

#need-consultation-form .confirm-box label {
    display: block;
    border-radius: 2px;
    width: 37px;
    height: 37px;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

#need-consultation-form .confirm-box input[type="checkbox"]:checked ~ label {
    background-image: url(/local/templates/prolaser_v2/css/../icons/checkbox-checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

@media (max-width: 960px) {
    #need-consultation {
        margin-top: 9.3cqw; /*90px*/
        margin-bottom: 10.4cqw; /*100px*/
        margin-left: 3.1cqw; /*30px*/
        margin-right: 3.1cqw; /*30px*/
    }

    .need-consultation__wrapper {
        padding: 10.4cqw 3.6cqw; /*100px 35px*/
    }

    .need-consultation__text-1 {
        font-size: 3.3cqw; /*32px*/
    }

    .need-consultation__text-2 {
        padding-top: 2.1cqw; /*20px*/
        font-size: 1.5cqw; /*14px*/
    }

    #need-consultation-form {
        padding-top: 5.2cqw; /*50px*/
    }

    .need-consultation-form__grid {
        column-gap: 1.1cqw; /*10px*/
    }

    #need-consultation-form input[type="text"], #need-consultation-form input[type="tel"] {
        height: 5.2cqw; /*50px*/
        font-size: 1.5cqw; /*14px*/
        padding: 1.5cqw; /*15px*/
    }

    #need-consultation-form button[type="submit"] {
        height: 5.2cqw; /*50px*/
        font-size: 1.5cqw; /*14px*/
    }

    #need-consultation-form .confirm-box {
        font-size: 1.5cqw;
    }

    #need-consultation-form .confirm-box label {
        width: 3.1cqw; /*30px*/
        height: 3.1cqw; /*30px*/
    }
}

@media (max-width: 575px) {
    #need-consultation {
        margin-top: 10.7cqw; /*40px*/
        margin-bottom: 21.2cqw; /*80px*/
        margin-left: 2.9cqw; /*10px*/
        margin-right: 2.9cqw; /*10px*/
    }

    .need-consultation__wrapper {
        padding: 18.7cqw 5.4cqw 17.2cqw 5.4cqw; /*70px 20px 65px 20px*/
    }

    .need-consultation__text-1 {
        font-size: 7cqw; /*26px*/
    }
    
    .need-consultation__text-2 {
        padding-top: 4cqw; /*15px*/
        font-size: 3.2cqw; /*12px*/

        width: 95%;
        margin: 0 auto;
    }

    #need-consultation-form {
        padding-top: 7.5cqw; /*28px*/
    }

    .need-consultation-form__grid {
        display: flex;
        flex-direction: column;
        row-gap: 2.9cqw; /*10px*/
    }

    #need-consultation-form input[type="text"], #need-consultation-form input[type="tel"] {
        height: 11.7cqw; /*44px*/
        font-size: 3.2cqw; /*12px*/
        padding: 3.7cqw; /*14px*/
    }

    #need-consultation-form button[type="submit"] {
        height: 11.7cqw; /*44px*/
        font-size: 3.2cqw; /*12px*/
    }

    #need-consultation-form .confirm-box {
        font-size: 2.9cqw; /*10px*/
        letter-spacing: -0.06em;
    }

    #need-consultation-form .confirm-box label {
        width: 6.7cqw; /*25px*/
        height: 6.7cqw; /*25px*/
    }
}
/* End */
/* /local/templates/prolaser_v2/css/page-faq.css?17615075664708 */
/* /local/templates/prolaser_v2/css/need-consultation.css?17673497275968 */
