.swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
		position:relative;
		overflow:hidden;
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
   .swiper-slide img{
      width:100%;
	  height:auto;
	}
    .descr-s{
		position: absolute;
		left: 30px;
		top: 80px;
		width: 380px;
		text-align: left;
	}
	.title-s{
		font-family:'PT_SERIF';
		font-size:36px;
		color:#fff;
		line-height: 38px;
		padding-bottom: 20px;
	}
	.info-s{
		font-family:'Tahoma';
		font-size:16px;
		color:#fff;
		padding-bottom:20px;
	}
	.descr-s a{
		display:inline-block;
		font-family:'Tahoma';
		font-size:16px;
		color:#F4FF67;
		text-decoration:none;
		padding:10px;
		border:2px solid #F4FF67;
		border-radius:8px;
		transition:0.3s;
	}
	.descr-s a:hover{
		background:rgba(255,255,255,0.3);
	}
	.swiper-pagination{
		padding: 30px;
		position:inherit !important;
	}
	.swiper-pagination-bullet-active {
		background: #F4FF67 !important;
	}
	.swiper-pagination-bullet {
		width: 15px !important;
        height: 15px !important;
		background: #F4FF67 !important;
		opacity: .2;
		margin: 3px;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
    right: 10px;
    left: auto;
    border: 20px solid transparent;
    border-left: 20px solid #F4FF67;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
    left: 10px;
    right: auto;
    border: 20px solid transparent;
    border-right: 20px solid #F4FF67;
}