

/* Start:/local/templates/laserhouse/components/bitrix/catalog/laserhouse/style.css?1658996626697*/
.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/services/style.css?17544778385281*/
.s-container-specialist {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 18px rgba(85, 97, 128, 0.2);
    border-radius: 5px;
    box-sizing: border-box;
}
.s-specialists {
    box-sizing: border-box;
}
.s-specialists *, .s-specialists *:after, .s-specialists *:before {
    box-sizing: border-box;
}
.s-specialists-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.s-specialists-card a {
    text-decoration: none;
}
.s-specialists-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fafafa;
    overflow: hidden;
    border-radius: 25px;
    transition: background-color 300ms ease-in-out;
}
.s-specialists-card__header {
    flex: 1;
}
.s-specialists-card__img picture {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 220px;
    margin-left: 50%;
    transform: translateX(-50%);
    transition: width 300ms;
}
.s-specialists-card__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: top;
}
.s-specialists-card__name {
    padding: 10px 20px;
}
.s-specialists-card__name a {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    color: #131313;
    font-weight: 700;
    transition: color 300ms;
}
.s-specialists-card__name a:hover {
    text-decoration: none;
}
.s-specialists-card__loc {
    display: flex;
    padding: 0 20px;
}
.s-specialists-card__loc + .s-specialists-card__loc {
    margin-top: 15px;
}
.s-specialists-card__loc:before {
    content: "\f041";
    flex-shrink: 0;
    display: block;
    width: 12px;
    height: 20px;
    font-size: 20px;
    line-height: 100%;
    margin-right: 10px;
    margin-top: -2px;
    color: #ff2a59;
    font-family: FontAwesome;
}
.s-specialists-card__header p {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    margin: 0;
}
.s-specialists-card__header p + p {
    margin-top: 5px;
}
.s-specialists-card__info {
    margin-top: 16px;
    padding: 0 20px;
}
.s-specialists-card__footer {
    flex-shrink: 0;
    padding: 15px 20px 20px;
}
.s-specialists-card__footer {
    text-align: right;
}
.s-button-card-specialists {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
    padding: 6px 12px;
    border-radius: 5px;
    background-color: #e8eef4;
    color: #474646;
    border: 1px solid #e8eef4;
    transition: 300ms;
}
.s-button-card-specialists:after {
    content: "\f178";
    flex-shrink: 0;
    display: block;
    width: 20px;
    height: 14px;
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    margin-left: 6px;
    color: #474646;
    font-weight: 400;
    font-family: FontAwesome;
    transition: color 300ms;
}
.s-button-card-specialists:hover,
.s-button-card-specialists:focus,
.s-button-card-specialists:active {
    text-decoration: none;
    outline: none;
}

@media (hover: hover) {
    .s-specialists-card:hover {
        background-color: #fff5f6;
    }
    .s-specialists-card:hover picture {
        width: 110%;
    }
    .s-button-card-specialists:hover {
        background-color: #ffeff3;
        color: #ff2a59;
        border-color: #ff2a59;
    }
    .s-button-card-specialists:hover:after {
        color: #ff2a59;
    }
}

@media (max-width: 1199px) {
    .s-specialists-list {
        gap: 15px;
    }
}

@media (max-width: 1151px) {
    .s-specialists-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .s-specialists-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 479px) {
    .s-specialists-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .s-container-specialist {
        padding: 15px;
    }
}

/* + slider */
.s-section-specialists__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #131313;
}
.s-specialists-slider-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.s-specialists-slider-navigation {
    display: flex;
    align-items: center;
}
.s-specialists-slider-navigation__prev,
.s-specialists-slider-navigation__next {
    flex-shrink: 0;
    width: 23px;
    height: 23px;
    cursor: pointer;
    user-select: none;
}
.s-specialists-slider-navigation__next {
    margin-left: 15px;
}
.s-specialists-slider-link.uk-button {
    padding: 4px 16px;
}
.s-specialists-slider-navigation .swiper-button-disabled {
    opacity: .4;
    cursor: default;
}
.s-specialists-slider-navigation .s-specialists-slider-navigation__prev:not(.swiper-button-disabled):hover svg,
.s-specialists-slider-navigation .s-specialists-slider-navigation__next:not(.swiper-button-disabled):hover svg {
    fill: #ff2a59;
}
/* End */


/* Start:/local/templates/laserhouse/js/libs/slick/slick.css?16589966261776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/laserhouse/components/bitrix/news.list/faq/style.css?1681512245150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/laserhouse/components/webavk/ibcomments/lh_comments/style.css?17117077008486*/
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;}


.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;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 30px;
    min-height: 50px;
    box-sizing: border-box;
    gap: 6px 0;
}
.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 {
    margin-right: 30px;
}
.s-button-line:last-child {
    margin-right: 0;
}
.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); /* calc(100% - 160px)  70px*/
    overflow-y: auto;
    margin: 30px 0;
}

.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"].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;
    }
}

@media (max-width: 390px) {
    .s-button-line {
        margin-right: 15px;
    }
    .s-button-line:last-child {
        margin-right: 0;
    }
    .s-wrapper-buttons {
        padding: 12px 15px;
    }
}
/* End */
/* /local/templates/laserhouse/components/bitrix/catalog/laserhouse/style.css?1658996626697 */
/* /local/templates/laserhouse/components/bitrix/catalog/laserhouse/bitrix/catalog.element/services/style.css?17544778385281 */
/* /local/templates/laserhouse/js/libs/slick/slick.css?16589966261776 */
/* /local/templates/laserhouse/components/bitrix/news.list/faq/style.css?1681512245150 */
/* /local/templates/laserhouse/components/webavk/ibcomments/lh_comments/style.css?17117077008486 */
