

/* Start:/local/templates/prolaser_v2/css/faq-section.css?17799692325248*/
#faq-section {
    margin-top: 160px;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 90px; /*180/2*/
}

.faq-section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

.faq-section__col-left {
    position: relative;
    
	min-height: 850px;
}

.faq-section__decoration-img-1 {
    aspect-ratio: 365 / 456;
    width: 45.6%;
    display: flex;

    border: 4px solid #eceae9;
    transform: rotate(-5deg);

    position: absolute;
    left: 2%;
    top: 5.3%; /*37px*/
}

.faq-section__decoration-img-1 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-section__decoration-img-2 {
    aspect-ratio: 419 / 362;
    width: 55%;
    display: flex;

    border: 4px solid #eceae9;
    transform: rotate(3deg);

    position: absolute;
    left: 23%;
    bottom: 15.3%;
}

.faq-section__decoration-img-2 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-section__text-1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: rgba(37, 37, 37, 0.5);
}

.faq-section__text-2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #252525;

    margin-top: 20px;
}

.faq-section__text-2 span {
    font-style: italic;
    color: #911e45;
}

.faq-section__items {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 50px;
}

.faq-section__item {

}

.faq-section__item-header {
    background: #eceae9;
    cursor: pointer;

    height: 66px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #252525;

    display: flex;
    column-gap: 5px;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
}

.faq-section__item-header-picker {
    width: 66px;
    height: 66px;
    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-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);
}

.faq-section__item-header.active ~ .faq-section__item-body {
    max-height: 200vh;
    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: 1060px) {
    #faq-section {
        margin-top: 10.5cqw; /*100px*/
        margin-left: 12cqw; /*115px*/
        margin-right: 12cqw; /*115px*/
        margin-bottom: 10.5cqw; /*100px*/
    }

    .faq-section__grid {
        display: block;
    }

    .faq-section__col-left {
        display: none;
    }

    .faq-section__text-1 {
        text-align: center;
        font-size: 1.3cqw; /*12px*/
    }

    .faq-section__text-2 {
        text-align: center;
        margin-top: 1.1cqw; /*10px*/
        font-size: 3.4cqw; /*32px*/
    }

    .faq-section__items {
        margin-top: 5.3cqw; /*50px*/
    }

    .faq-section__item-header {
        height: 6.3cqw; /*60px*/
        font-size: 1.3cqw; /*12px*/
        padding-left: 2.1cqw; /*20px*/
    }

    .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) {
    #faq-section {
    		
        margin-top: 9.8cqw;
        /*margin-top: 18.8cqw;*/ /*70px*/
        margin-left: 5.4cqw; /*20px*/
        margin-right: 5.4cqw; /*20px*/
        margin-bottom: 16cqw; /*60px*/
    }

    .faq-section__text-1 {
        font-size: 3.8cqw; /*14px*/
    }

    .faq-section__text-2 {
        font-size: 7cqw; /*26px*/
        margin-top: 2.8cqw; /*10px*/
    }

    .faq-section__items {
        margin-top: 8cqw; /*30px*/
    }

    .faq-section__item-header {
        height: 15.8cqw; /*59px*/
        font-size: 3.3cqw; /*12px*/
        padding-left: 5.4cqw; /*20px*/
    }

    .faq-section__item-header-picker {
        width: 15.8cqw; /*59px*/
        height: 15.8cqw; /*59px*/
    }

    .faq-section__item-header-picker > span {
        width: 5.4cqw; /*20px*/
        height: 5.4cqw; /*20px*/
    }

    .faq-section__item-body {
        font-size: 3.3cqw; /*12px*/
    }

    .faq-section__item-body > div {
        padding: 0 5.4cqw 5.4cqw 5.4cqw; /*20px*/
    }
}
/* End */


/* Start:/local/includes/common/vertical_video_widget/vertical_video_widget.css?17799692895314*/
.video-answers-section {
    max-width: 1903px;
    margin: 0 auto;
    padding: 80px 60px 0 60px;
    background: #fff;
}

.video-answers__header {
    text-align: center;
    margin-bottom: 60px;
}

.video-answers__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: rgba(37, 37, 37, 0.6);
}

.video-answers__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #252525;
    margin-top: 10px;
}

.video-answers__title span {
    font-style: italic;
    color: #911e45;
}

.video-answers-swiper {
    overflow: hidden;
    padding: 10px 5px 30px 5px;
}

.video-answers-swiper .swiper-wrapper {
    display: flex;
}

.video-answers-swiper .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}

@media (min-width: 1280px) {
    .video-answers-swiper .swiper-wrapper {
        justify-content: center;
    }
}

.video-answers-card {
    width: 280px;
    max-width: 280px;
}

.video-answers-video {
    aspect-ratio: 9 / 16;
    width: 100%;
    position: relative;
    background: #eceae9;
    overflow: hidden;
}

.video-answers-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.video-answers-card:hover .video-answers-video img {
    transform: scale(1.02);
}

.video-answers-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    cursor: pointer;
}

.video-answers-card:hover .video-answers-overlay {
    background: rgba(0, 0, 0, 0.35);
}

.video-answers-card .btn-play {
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.video-answers-card .btn-play::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #911e45;
    margin-left: 5px;
}

.video-answers-card .btn-play:hover {
    transform: scale(1.08);
    background-color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.video-answers-question {
    margin-top: 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.04em;
    color: #252525;
    text-align: center;
    width: 100%;
}

.video-answers-card:hover .video-answers-question {
    color: #911e45;
}

.video-answers-question::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #911e45;
    margin: 10px auto 0;
    opacity: 0.5;
    transition: width 0.2s ease, opacity 0.2s ease;
}

.video-answers-card:hover .video-answers-question::after {
    width: 60px;
    opacity: 1;
}

.video-answers-navigation {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}

.video-answers-navigation > a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(44, 44, 44, 0.1);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23252525" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 18 9 12 15 6"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.video-answers-navigation > a:hover {
    border-color: #911e45;
    background-color: rgba(145, 30, 69, 0.05);
}

.video-answers-navigation > a.video-answers-btn-next {
    transform: rotate(180deg);
}

@media (max-width: 960px) {
    .video-answers-section {
        padding: 60px 30px 0 30px;
    }
    .video-answers__title {
        font-size: 32px;
    }
    .video-answers-card {
        width: 240px;
    }
    .video-answers-question {
        font-size: 14px;
        margin-top: 14px;
    }
    .video-answers-card .btn-play {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 575px) {
    .video-answers-section {
        padding: 40px 15px 0 15px;
    }
    .video-answers__subtitle {
        font-size: 12px;
    }
    .video-answers__title {
        font-size: 26px;
    }
    .video-answers-card {
        width: 220px;
    }
    .video-answers-question {
        font-size: 13px;
        margin-top: 12px;
    }
    .video-answers-question::after {
        width: 30px;
        margin-top: 8px;
    }
    .video-answers-card .btn-play {
        width: 55px;
        height: 55px;
    }
    .video-answers-navigation {
        margin-top: 35px;
    }
    .video-answers-navigation > a {
        width: 45px;
        height: 45px;
        background-size: 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/faq-section.css?17799692325248 */
/* /local/includes/common/vertical_video_widget/vertical_video_widget.css?17799692895314 */
/* /local/templates/prolaser_v2/css/need-consultation.css?17673497275968 */
