

/* Start:/bitrix/templates/lesservice/components/bitrix/news.list/big_slider/style.css?17301344363072*/
section.main-slider {
	margin: 0 0 40px 0;
	-webkit-box-shadow: 0 5px 6px rgba(0,0,0,0.2);
	        box-shadow: 0 5px 6px rgba(0,0,0,0.2);
}
.custom-main-slider {
	height: 400px;
}

.slide-item { 
	position: relative;
	height: 100%; 
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-item::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    /* IE9, iOS 3.2+ */
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC4xOCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIwLjYiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0.18, rgb(255, 255, 255)),color-stop(0.6, rgba(0, 0, 0, 0)));
    /* Android 2.3 */
    background-image: -webkit-linear-gradient(left,rgb(255, 255, 255) 18%,rgba(0, 0, 0, 0) 60%);
    /* IE10+ */
    background-image: -webkit-gradient(linear,left top, right top,color-stop(18%, rgb(255, 255, 255)),color-stop(60%, rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left,rgb(255, 255, 255) 18%,rgba(0, 0, 0, 0) 60%);
    background-image: linear-gradient(to right,rgb(255, 255, 255) 18%,rgba(0, 0, 0, 0) 60%);
    background-image: -ms-linear-gradient(left,rgb(255, 255, 255) 18%,rgba(0, 0, 0, 0) 60%);
}

.slide-block {
    position: absolute;
    margin-left: 40px;
    z-index: 2;
}

.slide-block h4 {
	font-size: 30px;
	margin-bottom: 25px;
	margin-top: 60px;
}

.slide-block .slide-top-text { border-left: 1px solid rgba(0,0,0,0.2); }
.slide-block .slide-top-text ul {
	font-family: 'Century Gothic';
	padding: 0 20px; 
}

.slide-block .slide-top-text ul li {
	padding: 5px 0;
}
.slide-block .btn { margin-top: 35px; } 

.slide-block .slide-bottom-text {
	margin-top: 35px;
    font-family: 'Century Gothic';
    font-size: 13px;
}

.slide-item.slick-slide {
	min-height: 400px;
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
    bottom: 0;
    margin-left: 40px;
}
.slick-dots li { position: relative; }
.slick-dots li button { 
	opacity: 0; 
	width: 10px;
    font-size: 10px;
}

.slick-dots li::after {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #38845d;
    left: 2px;
	bottom: 3px;
	cursor: pointer;
}
.slick-dots li.slick-active::after {
	background-color: #38845d;
	border: 1px solid #38845d;
}
/* IE8- CSS hack */
@media \0screen\,screen\9 {
    .slide-item::before {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#00000000",GradientType=1);
    }
}
/* End */


/* Start:/bitrix/templates/lesservice/components/bitrix/news.list/woods/style.css?17301344361464*/
section.products-section {
	margin: 0px 20px 40px;
}

.products-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    font-family: 'Century Gothic';
	font-weight: 600;
	flex-wrap: wrap;
}

.products-block a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
    margin: 0px 20px 40px 20px;
    width: 275px;
}

.products-block a:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.product-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 150px;
}
.products-block .product-item {
	background-size: cover;
	background-position: center;
}
.product-item__img { 
	margin-top: 10px; 
	max-height: 50px;
}

.product-item__title {
	position: relative;
	font-size: 17px;
	text-align: center;
    margin-bottom: 0;
	margin-top: 10px;
}

.product-item__description {
	margin-top: 0;
    font-family: 'Century Gothic';
	font-size: 13px;
	font-weight: 400;
	text-align: center;
}
/* End */


/* Start:/bitrix/templates/lesservice/components/bitrix/news/mini-slider/bitrix/news.list/.default/style.css?17301344361309*/
.product-slider-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.prod-description { width: 45%; }
.prod-description p {
	font-family: 'Century Gothic'; 
	margin-right: 40px;
	padding-right: 150px;
	font-size: 15px;
}

.prod-description p a { 
	text-decoration: none;
	border-bottom: 1px solid #272727;
	color: #272727; 
}

.slider.custom-min-slider {
	width: 55%;
    -webkit-box-shadow: -1px 1px 6px 2px rgba(0,0,0,0.2);
            box-shadow: -1px 1px 6px 2px rgba(0,0,0,0.2);
}

.min-slide-item {
	position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.min-slide-item h5 {
	margin: 0;
    font-size: 20px;
}

.min-slide-item img {
	position: absolute;
	z-index: -1;
}

.min-slide-item__right { 
	margin-left: 40px;
	width: 55%;
}

img.min-slide__icon {
	opacity: 0.2;
    left: -65px;
    bottom: 0;
}

.min-slide__text {
    font-family: 'Century Gothic';
    font-size: 15px;
    line-height: 25px;
}

.min-slide-item__right a {
	font-family: 'Romic Plain';
    text-decoration: none;
    color: #88203d;
}

.min-slide__img {
	right: -38px;
    top: -52px;
}

.custom-min-slider .slick-dots { right: 40px; }
/* End */
/* /bitrix/templates/lesservice/components/bitrix/news.list/big_slider/style.css?17301344363072 */
/* /bitrix/templates/lesservice/components/bitrix/news.list/woods/style.css?17301344361464 */
/* /bitrix/templates/lesservice/components/bitrix/news/mini-slider/bitrix/news.list/.default/style.css?17301344361309 */
