

/* Start:/local/templates/laserhouse/components/bitrix/catalog/laserhouse/style.css?1616368401697*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/local/templates/laserhouse/components/bitrix/catalog/laserhouse/bitrix/catalog.element/mainpage/style.css?17806576716429*/
.before-after-section {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.swiper.before-after-swiper {
    position: relative;
    padding: 0 0 60px;
}

.before-after-swiper .swiper-slide {
    width: 300px !important;
}

.before-after-slide {

}

.before-after-slide__title {
    margin-bottom: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #ff2d63;
    text-transform: uppercase;
}

.before-after-slide__labels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 8px;
    text-align: center;
}

.before-after-slide__label {
    position: relative;
    display: inline-block;
    transition: 0.2s ease;
    border-radius: 4px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #777;
}

.before-after-slide__label:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #ff5177 transparent transparent transparent;
    opacity: 0;
    transition: 0.2s ease;
}

.before-after-slide__label.is-active {
    color: #fff;
    background-color: #ff5177;
}

.before-after-slide__label.is-active:before {
    opacity: 1;
}

.before-after-compare {
    --position: 50%;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    cursor: ew-resize;
    user-select: none;
    touch-action: none;
}

.before-after-compare:focus,
.before-after-compare img:focus {
    outline: none;
}

.before-after-compare__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.before-after-compare__image--after {
    position: relative;
    z-index: 1;
}

.before-after-compare__before {
    position: absolute;
    inset: 0;
    z-index: 2;
    clip-path: inset(0 calc(100% - var(--position)) 0 0);
}

.before-after-compare__line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--position);
    z-index: 3;
    width: 2px;
    background: #fff;
    transform: translateX(-50%);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
}

.before-after-compare__handle {
    position: absolute;
    top: 50%;
    left: var(--position);
    z-index: 4;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);

    display: grid;
    grid-auto-flow: column;
    gap: 8px;
    place-content: center;
    flex-shrink: 0;
    pointer-events: auto;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    background-color: rgba(0, 0, 0, 0.125);
    box-shadow: 0 0 4px rgba(0, 0, 0, .35);
}

.before-after-compare__arrow {
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 10px solid;
    border-bottom: 8px solid transparent;
    color: #fff;
}

.before-after-compare__arrow--left {

}

.before-after-compare__arrow--right {
    transform: rotate(180deg);
}

.before-after-section__nav {
    position: absolute;
    top: 46%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 2px solid #ff2d63;
    border-radius: 50%;
    background: #fff;
    color: #ff2d63;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.before-after-section__nav:hover {
    background: #ff2d63;
    color: #fff;
}

.before-after-section__nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.before-after-section__nav--prev {
    left: 32px;
}

.before-after-section__nav--next {
    right: 32px;
}

.before-after-section__nav span {
    font-size: 0;
    line-height: 0;
    color: transparent;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #ff2d63;
    border-left: 2px solid #ff2d63;
    transition: border-color 200ms;
}

.before-after-section__nav:hover span {
    border-color: #fff;
}

.before-after-section__nav--prev span {
    transform: rotate(-45deg);
    margin-right: -6px;
}

.before-after-section__nav--next span {
    transform: rotate(135deg);
    margin-left: -6px;
}

.before-after-swiper__pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.before-after-swiper__pagination-bullet {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 1px solid #ff2d63;
    border-radius: 50%;
    background: #fff;
    color: #ff2d63;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.before-after-swiper__pagination-bullet.is-active {
    background: #ff2d63;
    color: #fff;
}

.before-after-swiper__pagination-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    color: #ff2d63;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 1366px) {
    .before-after-section__nav--next {
        right: 10px;
    }
    .before-after-section__nav--prev {
        left: 10px;
    }
}

@media (max-width: 1349px) {
    .before-after-section {
        max-width: 640px;
    }
}

@media (max-width: 991px) {
    .before-after-section__nav {
        display: none;
    }
    #tm-tabs-mezo {
        padding: 0;
        border: 0;
        border-radius: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .before-after-section {
        max-width: 616px;
    }
}

@media (max-width: 706px) {
    .before-after-section {
        max-width: 300px;
    }
}

@media (max-width: 359px) {
    .before-after-swiper .swiper-slide {
        width: 260px !important;
    }
    .before-after-swiper__pagination {
        gap: 6px;
    }
}
/* End */


/* Start:/local/templates/laserhouse/components/webavk/ibcomments/lh_comments/style.css?17434638018575*/
div.webavk_ibcomments{display:block;}
div.webavk_ibcomments_item{display: block;margin:10px 0;padding:5px;border:1px dotted #cccccc;position:relative;}
div.webavk_ibcomments_item td{vertical-align: top;}
.webavk_ibcomments_user{width:80%;}
.webavk_ibcomments_user img{float:left;margin:0 10px 10px 0;}
.webavk_ibcomments_item_nomoderate{background-color: #e0e0e0;}
.webavk_ibcomments_item_moderatearea{display:block;border:1px dashed #cccccc;position:absolute;right:-3px;top:-25px;padding:2px;background-color: #eeeeee;}
.webavk_ibcomments_item_moderatearea a span{display:none;}
.webavk_ibcomments_item_moderatearea a{display:inline-block;width:24px;height:24px;margin:0 2px;}
.webavk_ibcomments_item_moderatearea_modok{background: url(/local/templates/laserhouse/components/webavk/ibcomments/lh_comments/images/modok.png) 0 0 no-repeat;}
.webavk_ibcomments_item_moderatearea_modok:hover{background-position: 0 -24px;}
.webavk_ibcomments_item_moderatearea_modfalse{background: url(/local/templates/laserhouse/components/webavk/ibcomments/lh_comments/images/modfalse.png) 0 0 no-repeat;}
.webavk_ibcomments_item_moderatearea_modfalse:hover{background-position: 0 -24px;}
.webavk_ibcomments_item_moderatearea_moddel{background: url(/local/templates/laserhouse/components/webavk/ibcomments/lh_comments/images/moddel.png) 0 0 no-repeat;}
.webavk_ibcomments_item_moderatearea_moddel:hover{background-position: 0 -24px;}
.webavk_ibcomments_item_moderatearea_modedit{background: url(/local/templates/laserhouse/components/webavk/ibcomments/lh_comments/images/modedit.png) 0 0 no-repeat;}
.webavk_ibcomments_item_moderatearea_modedit:hover{background-position: 0 -24px;}

.webavk_ibcomments_helpful_area{white-space: nowrap;text-align: right;}
.webavk_ibcomments_helpul_plus_cnt{font-weight:bold;color:#067d00;line-height: 16px;vertical-align: middle;}
.webavk_ibcomments_helpul_plus_link{text-decoration: none;display:inline-block;background: url(/local/templates/laserhouse/components/webavk/ibcomments/lh_comments/images/helpfulplus.png) 0 0 no-repeat;width:16px;height:16px;line-height: 16px;vertical-align: middle;}
.webavk_ibcomments_helpul_plus_link:hover{background-position: 0 -16px;}
.webavk_ibcomments_helpul_plus_link span{display:none;}
.webavk_ibcomments_helpul_minus_cnt{font-weight:bold;color:#ab0000;line-height: 16px;vertical-align: middle;}
.webavk_ibcomments_helpul_minus_link{text-decoration: none;display:inline-block;background: url(/local/templates/laserhouse/components/webavk/ibcomments/lh_comments/images/helpfulminus.png) 0 0 no-repeat;width:16px;height:16px;line-height: 16px;vertical-align: middle;}
.webavk_ibcomments_helpul_minus_link:hover{background-position: 0 -16px;}
.webavk_ibcomments_helpul_minus_link span{display:none;}
.webavk_ibcomments_text_area{display:block;}
.webavk_ibcomments_text_area h3{}
.webavk_ibcomments_text_area_content{text-align: justify;padding:5px;border:1px dotted #e0e0e0;background-color: #f0f0f0;}

.webavk_ibcomments_admin_answer{display:block;margin:20px 50px 0 150px;}
.webavk_ibcomments_admin_answer h3{}
.webavk_ibcomments_admin_answer_content{text-align: justify;padding:5px;border:2px dotted #c0c0c0;background-color: #bcd1ff;}
.webavk_ibcomments_stars_area{white-space: nowrap;text-align: right;}
.webavk_ibcomments_stars_block{display:block;padding:0 0 10px 0;}
.webavk_ibcomments_stars_block h3{padding:0;margin:0;}
.webavk_ibcomments_star{display: inline-block;width:16px;height:17px;background: url(/local/templates/laserhouse/components/webavk/ibcomments/lh_comments/images/star.png) 0 0 no-repeat;}
.webavk_ibcomments_star_active{background-position: 0 -17px;}
.webavk_ibcomments_add_area{display:block;padding: 0 0 10px 0;}
.webavk_ibcomments_add_area .webavk_ibcomments_add_showlink{text-decoration: none;}
.webavk_ibcomments_add_area .webavk_ibcomments_add_showlink span{border-bottom: 1px dotted #888888;}
.webavk_ibcomments_add_area .webavk_ibcomments_add_showlink:hover span{border-bottom: 0 none;}
.webavk_ibcomments_add_form{display:none;}
.webavk_ibcomments_add_form_show{display:block;}
.webavk_ibcomments_add_form table{border-collapse: collapse;}
.webavk_ibcomments_add_form th{vertical-align: top;padding:5px;border:1px dotted #eeeeee;background-color: #f8f8f8;text-align: right;}
.webavk_ibcomments_add_form td{vertical-align: top;padding:5px;border:1px dotted #eeeeee;background-color: #f8f8f8;text-align: left;}
.webavk_ibcomments_add_form_note{padding:10px;text-align: right !important;font-weight:bold;font-style: italic;}
.webavk_ibcomments_item_add_answer{display:block;padding:5px;}

.webavk_ibcomments_answer_area{display:block;padding: 0 0 10px 0;}
.webavk_ibcomments_answer_area table{border-collapse: collapse;}
.webavk_ibcomments_answer_area th{vertical-align: top;padding:5px;border:1px dotted #eeeeee;background-color: #f8f8f8;text-align: right;}
.webavk_ibcomments_answer_area td{vertical-align: top;padding:5px;border:1px dotted #eeeeee;background-color: #f8f8f8;text-align: left;}

.webavk_ibcomments_item_sort_area{text-align: right;}


h2.s-comment-total {
    color: #626262;
    font-weight: normal;
    text-transform: none;
    margin-top: 0;
}

.s-rating {
    position: relative;
    font-size: 40px;
    line-height: 100%;
    color: #777;
    display: inline-block;
}
.s-rating-user {
    font-size: 20px;
    margin-left: 10px;
}
.s-rating__items {
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
}
.s-rating__item {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
.s-rating__item:checked,
.s-rating__item:checked ~ .s-rating__label {
    color: #ffd300;
}
.s-rating__label {
    flex: 0 0 20%;
    height: 100%;
}
.s-rating-form .s-rating__label {
    cursor: pointer;
}
.s-rating__label:before {
    content: "★";
    display: block;
    transition: color 300ms ease 0s;
}
.s-rating-form .s-rating__label:hover,
.s-rating-form .s-rating__label:hover ~ .s-rating__label,
.s-rating-form .s-rating__item:checked ~ .s-rating__label:hover {
    color: #ffd300;
}

.s-comment-total {
    display: block;
    font-size: 20px;
    padding-bottom: 10px;
}
.s-wrapper-buttons {
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 50px;
}
.s-button-line {
    color: #131313;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
}
.s-button-line.active {
    font-weight: 700;
}
.s-button-line + .s-button-line {
    margin-left: 30px;
}
.s-comment-title {
    display: flex;
    align-items: center;
}
#tm-form-panel {
    /*max-width: 738px;*/
    /*width: 100%;*/
}

.s-section-buttons {
    background-color: #ffeff3;
}

.uk-button.s-button-see-all-comments {
    height: 50px;
}

.uk-comment-list.s-first-comment {
    height: calc(100% - 160px);
    overflow-y: auto;
    margin: 30px 0;
}

.uk-comment-list.s-first-comment li {
    position: relative;
    padding-bottom: 30px;
}

.uk-comment-list.s-first-comment .s-wr-read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.s-wr-read-more {
    text-align: right;
}
.s-read-more {
    border-width: 1px;
    border-style: solid;
    border-color: #ff2a59;
    border-radius: 4px;
    background-color: #ff2a59;
    cursor: pointer;
    margin-top: 4px;
    color: #fff;
    padding: 6px 10px 4px;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 14px;
    font-weight: 700;
    user-select: none;
    transition: background-color 200ms, color 200ms;
}
.s-read-more:hover {
    background-color: #ffeff3;
    color: #ff2a59;
}
.s-body-comment[data-body="comment"] {
    max-height: 157px;
    overflow: hidden;
}
.s-body-comment[data-body="comment"].gradient {
    position: relative;
}
.s-body-comment[data-body="comment"].gradient:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 30px;
    background: linear-gradient(to top, white, rgba(255,255,255,0));
}
.comment-errors {
    color: #ff2a59;
}

@media (max-width: 767px) {
    .uk-block.s-section-buttons {
        margin-bottom: 20px;
    }
    #tm-form-panel .uk-form-row .uk-width-medium-1-3 + .uk-width-medium-1-3,
    #tm-form-panel .uk-form-row .uk-width-medium-1-2 + .uk-width-medium-1-2 {
        margin-top: 15px;
    }
    #tm-form-panel .uk-form-row .uk-width-medium-1-3 input,
    #tm-form-panel .uk-form-row textarea {
        font-size: 16px;
    }
}

@media (max-width: 479px) {
    #tm-form-panel .s-tab {
        margin-bottom: 15px;
    }
}

@media (max-width: 420px) {
    #tm-form-panel .s-tab [data-controls] {
        font-size: 12px;
    }
    .s-comment-total, .s-button-line {
        font-size: 14px;
    }
}
/* End */
/* /local/templates/laserhouse/components/bitrix/catalog/laserhouse/style.css?1616368401697 */
/* /local/templates/laserhouse/components/bitrix/catalog/laserhouse/bitrix/catalog.element/mainpage/style.css?17806576716429 */
/* /local/templates/laserhouse/components/webavk/ibcomments/lh_comments/style.css?17434638018575 */
