

/* Start:/local/templates/prolaser_v2/css/page-actions.css?17753108478263*/
#page-actions {
    aspect-ratio: 1600 / 900;
    width: 100%;

    position: relative;
}

.page-actions__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    z-index: 1;
}

.page-actions__background .swiper-slide {
    aspect-ratio: 1600 / 900;
    width: 100%;
    overflow: hidden;
}

.page-actions__background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1.3);
    filter: blur(7px);
}

.page-actions__foreground {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;
}

#actions-foreground-swiper {
    max-width: 520px;
    /* padding: 20px; */
    background-color: #fff;
}

.actions-foreground__slide {
    padding: 20px;
    
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.actions-foreground__slide .image {
    /*aspect-ratio: 480 / 320;*/
    aspect-ratio: 480 / 270;
    width: 100%;
}

.actions-foreground__slide .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.actions-foreground__slide .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-align: center;
    color: #252525;

    margin-top: 40px;
}

.actions-foreground__slide .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.04em;
    text-align: center;
    color: rgba(37, 37, 37, 0.6);

    margin-top: 15px;

    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.actions-foreground__slide .btns {
    margin-top: 30px;

    display: flex;
    justify-content: center;
    column-gap: 6px;
}

.actions-foreground__slide .btns a, .actions-foreground__slide .btns a:visited {
    width: 200px;
    height: 50px;

    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;

    background: #911e45;
    border-radius: 2px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
}

.actions-foreground__slide .btns a.icon-whatsapp {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/local/templates/prolaser_v2/css/../icons/footer/whatsapp.svg);

    aspect-ratio: 1;
    width: 50px;
}

.actions-foreground__slide .btns a.icon-telegram {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/local/templates/prolaser_v2/css/../icons/footer/telegram.svg);

    aspect-ratio: 1;
    width: 50px;
}

.actions-foreground__slide .btns a.icon-max {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/local/templates/prolaser_v2/css/../icons/max_white_20.svg);

    aspect-ratio: 1;
    width: 50px;
}

.actions-foreground__slide .btns a:hover, .actions-foreground__slide .btns a:focus, .actions-foreground__slide .btns a:active {
    opacity: 0.7;
}

.actions-foreground__slide .price-link {
    margin-top: 15px;

    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -0.06em;
    text-transform: uppercase;

    text-align: center;
    color: #252525;
}

.actions-foreground__swiper-indicator {
    padding: 20px;

    display: flex;
    column-gap: 5px;
}

.actions-foreground__swiper-indicator > div {
    flex: 1 0 0;

    height: 1px;
    border: 2px solid rgba(145, 30, 69, 0.3);
    background-color: rgba(145, 30, 69, 0.3);
}

.actions-foreground__swiper-indicator > div.active {
    border: 2px solid rgba(145, 30, 69, 1);
    background-color: rgba(145, 30, 69, 1);
}

@media (max-width: 1350px) {

    #actions-foreground-swiper {
        max-width: none;
        width: 38.6cqw; /*520px*/
    }

    .actions-foreground__slide {
        padding: 1.4cqw; /*20px*/
    }

    .actions-foreground__slide .title {
        font-size: 1.8cqw; /*24px*/
        margin-top: 3cqw; /*40px*/
    }

    .actions-foreground__slide .text {
        font-size: 1.2cqw; /*16px*/
        margin-top: 1.1cqw; /*15px*/
    }

    .actions-foreground__slide .btns {
        margin-top: 2.3cqw; /*30px*/
        column-gap: 0.5cqw; /*6px*/
    }

    .actions-foreground__slide .btns a, .actions-foreground__slide .btns a:visited {
        width: 14.8cqw; /*200px*/
        height: 3.7cqw; /*50px*/

        font-size: 0.9cqw; /*12px*/
    }

    .actions-foreground__slide .btns a.icon-whatsapp, .actions-foreground__slide .btns a.icon-telegram, .actions-foreground__slide .btns a.icon-max {
        width: 3.7cqw; /*50px*/
    }

    .actions-foreground__slide .price-link {
        margin-top: 1.1cqw; /*15px*/
        font-size: 1.1cqw; /*14px*/
    }

    .actions-foreground__swiper-indicator {
        padding: 1.4cqw; /*20px*/
        column-gap: 0.4cqw; /*5px*/
    }
}

@media (max-width: 960px) {
    .page-actions__background img {
        transform: scale(1.2);
        filter: blur(6px);
        object-position: top;
    }
    
    #actions-foreground-swiper {
        max-width: none;
        width: 41.7cqw; /*400px*/
    }

    .actions-foreground__slide {
        padding: 2.1cqw; /*20px*/
    }

    .actions-foreground__slide .title {
        font-size: 1.7cqw; /*16px*/
        margin-top: 3.1cqw; /*30px*/
    }

    .actions-foreground__slide .text {
        font-size: 1.5cqw; /*14px*/
        margin-top: 1.3cqw; /*12px*/
        width: 100%;
    }

    .actions-foreground__slide .btns {
        margin-top: 1.5cqw; /*15px*/
        column-gap: 0.6cqw; /*5px*/
    }

    .actions-foreground__slide .btns a, .actions-foreground__slide .btns a:visited {
        width: 16.6cqw; /*160px*/
        height: 4.5cqw; /*44px*/

        font-size: 1.3cqw; /*12px*/
    }

    .actions-foreground__slide .btns a.icon-whatsapp, .actions-foreground__slide .btns a.icon-telegram, .actions-foreground__slide .btns a.icon-max {
        background-size: 34%;
        width: 4.5cqw; /*44px*/
    }

    .actions-foreground__slide .price-link {
        margin-top: 1.1cqw; /*10px*/
        font-size: 1.3cqw; /*12px*/
    }

    .actions-foreground__swiper-indicator {
        padding: 0 2.1cqw 2.1cqw 2.1cqw; /*20px*/
        column-gap: 0.7cqw; /*7px*/
    }
}

@media (max-width: 575px) {
    #page-actions {
        aspect-ratio: 375 / 640;
    }

    .page-actions__background .swiper-slide {
        aspect-ratio: 375 / 640;
    }

    .page-actions__background img {
        transform: scale(1.1);
        object-position: left 9% top 0;
        filter: blur(4px);
    }

    #actions-foreground-swiper {
        width: 80cqw; /*300px*/
    }

    .actions-foreground__slide {
        padding: 2.9cqw; /*10px*/
    }

    .actions-foreground__slide .title {
        font-size: 4.3cqw; /*16px*/
        margin-top: 8cqw; /*30px*/
    }

    .actions-foreground__slide .text {
        font-size: 3.2cqw; /*12px*/
        margin-top: 2.9cqw; /*10px*/
    }

    .actions-foreground__slide .btns {
        margin-top: 7.5cqw; /*28px*/
        column-gap: 1.4cqw; /*5px*/
    }

    .actions-foreground__slide .btns a, .actions-foreground__slide .btns a:visited {
        width: 48cqw; /*180px*/
        height: 11.7cqw; /*44px*/
        font-size: 3.2cqw; /*12px*/
    }

    .actions-foreground__slide .btns a.icon-whatsapp, .actions-foreground__slide .btns a.icon-telegram, .actions-foreground__slide .btns a.icon-max {
        width: 11.7cqw; /*44px*/
    }

    .actions-foreground__slide .price-link {
        margin-top: 2.5cqw; /*9px*/
        font-size: 3.2cqw; /*12px*/
    }

    .actions-foreground__swiper-indicator {
        padding: 2.9cqw; /*10px*/
        column-gap: 1.4cqw; /*5px*/
    }
    
    .actions-foreground__swiper-indicator > div, .actions-foreground__swiper-indicator > div.active {
        border-width: 1px;
    }
}
/* End */


/* Start:/local/templates/prolaser_v2/css/price-container.css?177530994010775*/
#price-container {
    background-color: #fff;

    padding-top: 7.3cqw;
    margin-bottom: 10.5cqw;
    padding-left: 3.1cqw;
    padding-right: 3.1cqw;
}

.price-container__title {
    font-weight: 500;
    font-size: 42px;

    line-height: 1.1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
}

.header-hero__page-price__text-2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.04em;
    text-align: center;
    color: rgba(37, 37, 37, 0.6);

    margin-top: 20px;
}

.price-container__title span {
    font-style: italic;
    color: #911e45;
}

.price-container__wrapper {
    width: 100%;
    max-width: 980px;
    margin: 3.1cqw auto 0 auto;

}

.price-container__btns {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    margin-bottom: 40px;
}

.price-container__btns > a {
    width: 100%;
    max-width: 200px;
    height: 50px;

    background: #eceae9;

    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: rgba(37, 37, 37, 0.6);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-decoration: none;
}

.price-container__btns > a:hover, .price-container__btns > a:active {
    opacity: 0.7;
}

.price-container__btns > a.active {
    background: #252525;
    color: #fff;
    pointer-events: none;
}

.price-complex {
    /* display: flex;
    flex-direction: column;
    row-gap: 20px; */
    
    margin-bottom: 10px;
}

.price-complex__header {
    background: #eceae9;
    padding: 0 20px;

    height: 80px;

    display: flex;
    justify-content: space-between;

    cursor: pointer;
}

.price-complex__header-left, .price-complex__header-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 6px;
}

.price-complex__header-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #252525;
}

.price-complex__header-count {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;

    line-height: 1.1;
    letter-spacing: -0.04em;
    color: rgba(37, 37, 37, 0.6);
}

.price-complex__header-indicator {
    width: 20px;
    height: 20px;

    background-image: url(/local/templates/prolaser_v2/css/../icons/price-complex-action.svg);
    background-repeat: no-repeat;
    background-size: cover;

    transition: transform 0.3s ease-in-out;
    transform: rotate(0deg);
}

.price-complex__header.active .price-complex__header-indicator {
    transform: rotate(135deg);
}

.price-complex__content {
    /* background-color: chocolate; */
    /* display: none; */
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.price-complex__header.active ~ .price-complex__content {
    /* display: block; */
    /* padding-bottom: 10px; */

    max-height: 500vh;
    transition: max-height 0.5s ease-in-out;
}

.price-complex__collection {
    display: none;
}

.price-complex__collection.active {
    display: block;
}

.price-complex__grid {
    padding-top: 20px;
    padding-bottom: 10px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}

.price-complex__card {
    border: 0.50px solid rgba(37, 37, 37, 0.6);
    background: #fff;

    padding: 30px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.price-complex__card-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    column-gap: 10px;
}

.price-complex__card-header .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #252525;
}

.price-complex__card-header .name a {
    text-decoration: none;
}

.price-complex__card-header .name a:hover, .price-complex__card-header .name a:focus, .price-complex__card-header .name a:active {
    text-decoration: underline;
}

.price-complex__card-header .time {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: rgba(37, 37, 37, 0.6);


    padding-left: 22px;

    background-image: url(/local/templates/prolaser_v2/css/../icons/time.svg);
    background-repeat: no-repeat;
    
    white-space: nowrap;
}

.price-complex__card-top {
    
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(37, 37, 37, 0.1);

}

.price-complex__card-description {
    
    height: 52px;
    padding-bottom: 20px;
    
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: rgba(37, 37, 37, 0.6);
}

.price-complex__card-description > p {
    margin: 0;

    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price-complex__card-price-row {
    display: flex;
    justify-content: space-between;

    margin-top: 15px;
}

.price-complex__card-price-row .name {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #252525;
}

.price-complex__card-price-row .price {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #252525;
}

.price-complex__card-price-row .price s {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: rgba(37, 37, 37, 0.6);

    margin-right: 5px;
}

.price-complex__card-btns {
    margin-top: 40px;

    display: flex;
    column-gap: 6px;
}

.price-complex__card-btns a.btn-order {
    border-radius: 2px;
    width: 180px;
    height: 44px;
    background: #911e45;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;

    text-decoration: none;
}

.price-complex__card-btns a.btn-telegram {
    border-radius: 2px;
    width: 44px;
    height: 44px;
    background: #911e45;
    
    aspect-ratio: 1;

    background-image: url(/local/templates/prolaser_v2/css/../icons/telegram_white_20.svg);
    background-repeat: no-repeat;
    background-position: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;

    text-decoration: none;
}

.price-complex__card-btns a.btn-max {
    border-radius: 2px;
    width: 44px;
    height: 44px;
    background: #911e45;
    
    aspect-ratio: 1;

    background-image: url(/local/templates/prolaser_v2/css/../icons/max_white_20.svg);
    background-repeat: no-repeat;
    background-position: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;

    text-decoration: none;
}

.price-complex__card-btns a:hover, .price-complex__card-btns a:focus, .price-complex__card-btns a:active {
    opacity: 0.7;
}

@media (max-width: 1060px) {
    .price-complex__card {
        padding: 20px;
    }
}

@media (max-width: 900px) {
    .price-complex__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 960px) {
    .price-container__title {
        font-size: 3.3cqw; /*32px*/
    }
    .header-hero__page-price__text-2 {
        margin-top: 2.1cqw; /*20px*/
        font-size: 1.5cqw; /*14px*/
    }
}

@media (max-width: 575px) {
    #price-container {
        padding: 18.8cqw 3cqw 0 3cqw;
        margin: 0 0 10.7cqw 0;
    }

    .price-container__title {
        font-weight: 500;
        font-size: 7cqw;
        line-height: 1.1;
        letter-spacing: -0.06em;
        text-transform: uppercase;
        text-align: center;
        color: #252525;
    }

    .price-container__title span {
        font-style: italic;
        color: #911e45;
    }
    
    .header-hero__page-price__text-2 {
        margin-top: 2.9cqw; /*10px*/
        font-size: 3.2cqw; /*12px*/
    }

    .price-container__wrapper {
        margin-top: 11cqw;
    }

    .price-container__btns {
        column-gap: 5px;
        margin-bottom: 5.5cqw;
    }

    .price-container__btns > a {
        font-size: 3.8cqw;
        height: 11.8cqw;
        max-width: inherit;
    }

    .price-complex__header {
        height: 16cqw;
        padding: 0 5.4cqw;
    }

    .price-complex__header-left, .price-complex__header-right {
        row-gap: 1.2cqw;
    }

    .price-complex__header-name {
        font-size: 3.8cqw;

    }

    .price-complex__header-count {
        font-size: 2.8cqw;
    }

    .price-complex__header-indicator {
        width: 4.3cqw;
        height: 4.3cqw;
    }

    .price-complex__card {
        padding: 8cqw 5.4cqw;
    }

    .price-complex__card-header {
        margin-top: 1.6cqw;
        column-gap: 1.6cqw;
    }

    .price-complex__card-header .name {
        font-size: 3.8cqw; /*14px*/
    }

    .price-complex__card-header .time {
        font-size: 3.3cqw;
        line-height: 3.3cqw;
        background-size: 20%;
        padding-left: 4.7cqw;
    }

    .price-complex__card-top {
        margin-bottom: 3.8cqw;
    }

    .price-complex__card-description {
        font-size: 3.3cqw;
        padding-bottom: 3.8cqw;
        height: 12.5cqw;
    }

    .price-complex__card-price-row {
        margin-top: 2.2cqw;
    }

    .price-complex__card-price-row .name {
        font-size: 3.2cqw;
    }

    .price-complex__card-price-row .price {
        font-size: 3.2cqw;
    }

    .price-complex__card-price-row .price s {
        font-size: 2.7cqw;
    }

    .price-complex__card-btns {
        margin-top: 8cqw;
    }

    .price-complex__card-btns a.btn-order {
        width: 48cqw;
        height: 11.9cqw;
    }
    
    .price-complex__card-btns a.btn-telegram, .price-complex__card-btns a.btn-max {
        width: 11.9cqw;
        height: 11.9cqw;
    }
}
/* End */


/* Start:/local/templates/prolaser_v2/css/actions-wstb.css?17673492813885*/
#actions-wstb {
    
    /* background: #eceae9; */

    overflow: hidden;
}

#actions-wstb-pin {
    height: 100lvh;
    background-image: url('/local/templates/prolaser_v2/css/../images/page-actions/wstb-bg.png');
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;

    padding-top: 140px;
    padding-bottom: 200px;
}

#actions-wstb-pin::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
}

#actions-wstb-title {
    width: 100%;

    position: absolute;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;

    transition: opacity 0.5s ease-in-out;

    font-weight: 500;
    font-size: 60px;
    line-height: 110%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
}

#actions-wstb-title span {
    font-style: italic;
    color: #911e45;
}

#actions-wstb-title.active {
    opacity: 1;
}

.actions-wstb__card {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    /* background-color: green; */

    position: absolute;

    opacity: 0;
    transition: opacity 0.5s ease-in-out;

    width: 480px;
    height: 480px;
}

.actions-wstb__card > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.actions-wstb__card.active {
    opacity: 1;
}

.actions-wstb-card__body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 10);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);

    padding: 30px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    row-gap: 10px;

    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #fff;
}

.actions-wstb-card__body .card-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #fff;

    width: 75%;
}

.actions-wstb-card__body .card-text {
    width: 75%;
}

#actions-wstb-card-1 {
    /* top: 5%; */
    left: 4%;
}

#actions-wstb-card-2 {
    /* top: 75%; */
    left: 10%;
}

#actions-wstb-card-3 {
    /* top: 45%; */
    right: 12%;
}
/* 
#actions-wstb-trigger-2 {
    margin-top: 300px;
} */

@media (max-width: 960px) {
    #actions-wstb-title {
        font-size: 4.2cqw; /*40px*/
    }

    .actions-wstb__card {
        width: 41.7cqw; /*400px*/
        height: 41.7cqw; /*400px*/
    }

    #actions-wstb-card-1 {
        left: 2%;
    }

    #actions-wstb-card-2 {
        left: 2%;
    }

    #actions-wstb-card-3 {
        right: 2%;
    }

    .actions-wstb-card__body {
        padding: 3.1cqw; /*30px*/
    }

    .actions-wstb-card__body .card-title {
        font-size: 1.7cqw; /*16px*/
    }

    .actions-wstb-card__body .card-text {
        font-size: 1.5cqw; /*14px*/
    }
}

@media (max-width: 575px) {
    #actions-wstb-title {
        font-size: 7cqw; /*26px*/
    }

    .actions-wstb__card {
        width: 69.4cqw; /*260px*/
        height: 69.4cqw; /*260px*/
    }

    #actions-wstb-card-1 {
        left: 2.9cqw; /*10px*/
    }

    #actions-wstb-card-2 {
        left: 2.9cqw; /*10px*/
    }

    #actions-wstb-card-3 {
        right: 2.9cqw; /*10px*/
    }

    .actions-wstb-card__body {
        padding: 4cqw; /*15px*/
    }

    .actions-wstb-card__body .card-title {
        font-size: 4.3cqw; /*16px*/
        width: 100%;
    }

    .actions-wstb-card__body .card-text {
        font-size: 3.2cqw; /*12px*/
        width: 100%;
    }
}
/* 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/page-actions.css?17753108478263 */
/* /local/templates/prolaser_v2/css/price-container.css?177530994010775 */
/* /local/templates/prolaser_v2/css/actions-wstb.css?17673492813885 */
/* /local/includes/common/vertical_video_widget/vertical_video_widget.css?17799692895314 */
/* /local/templates/prolaser_v2/css/need-consultation.css?17673497275968 */
