.main-slider {
    height: 646px;
    margin-top: 37px;
    margin-bottom: 20px;
    /*background: url(../img/load.gif) center no-repeat;*/
    background-size: 40px;
    position: relative;
}
.main-slider .lightSlider {
    display: block !important;
}
.main-slider .lightSlider>li {
    height: 530px;
    background: #fff;
    overflow: hidden;
}
.main-slider .lightSlider>li img {
    max-width: 100%;
    max-height: 100%;
}
.main-slider .lSSlideWrapper {
    margin-bottom: 15px;
}
.main-slider .lSSlideOuter .lSPager.lSGallery {
	width: 100% !important;
}
.main-slider .lSPager.lSGallery>li {
    overflow: hidden;
    border: 1px solid #9e9e9e;
    border-radius: 4px;
    height: 95px;
    display: flex;
    position: relative;
	padding:5px;
}
.main-slider .lSPager.lSGallery>li.active {
    border-color: #00b4e1;
}
.main-slider .lSPager.lSGallery>li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.main-slider .lSPager.lSGallery>li a img {
    max-height: 98px;
    max-width: none;
	width: 100%;
}
.main-slider .lSPager.lSGallery>li:before {
    content: '';
	padding-right: 0px;
}
.main-slider .lightSlider>li:before {
	content: '';
	padding-right: 0px;
}
.main-slider .lSPager.lSGallery>li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.lSAction > a.lSPrev {
    background-image: url(img/left_control.png);
	 background-position: 0 0;
    left: 10px; 
	width: 50px;
    height: 50px;
}
.lSAction > a.lSNext {
    background-image: url(img/right_control.png);
	background-position: 0 0;
	right: 10px;
		width: 50px;
    height: 50px;
}
@media (max-width: 767.98px) {
    .main-slider {
        width: 100%;
        height: auto;
        margin: 0 0 32px;
        background-size: 30px;
    }
/*	.main-slider .lSSlideOuter {
        overflow: visible;
    }
	.main-slider .lSSlideOuter {
        margin-left: 0;
        margin-right: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
	.main-slider .lSSlideWrapper {
        margin-bottom: 0;
    }
	.main-slider .lSSlideWrapper {
        overflow: hidden;
    }
	.main-slider .lightSlider {
        display: block !important;
    }
	.main-slider .lightSlider>li {
        height: auto;
        padding: 0;
    }
	.main-slider .lightSlider>li a {
        height: auto;
    }
	.main-slider .lSGalleryWrapper .lSPager.lSpg {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        width: 100% !important;
    }*/

}