@import url(https://fonts.googleapis.com/css?family=Ubuntu); /* FREE GOOGLE FONT */
@import url(https://fonts.googleapis.com/css?family=Oswald); /* FREE GOOGLE FONT */

body {
	font-family: 'Ubuntu', sans-serif;
	padding: 0;
	margin: 0;
	font-size: 14px;
	background: #fff;
}

header, div, p, form, input, a, span, button {
	box-sizing: border-box;
}

ul, li {
	display: block;
	padding: 0;
	margin: 0;
}

h4{
	margin: 0;
}

p {
	font-size: 14px;
	color: #000;
	margin: 0;
}

a, a:hover, a:active {
	text-decoration: none;
}

a, button, input {
	transition: all 0.5s ease;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active
{
	outline: none;
}

img{
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
}

.container{
	width: 480px;
	margin: 0 auto;
}

/*Start*/

.news{
	height: 325px;
	background: #000;
	padding-top: 15px;
}

.news__img{
	height: 100px;
}

.news__case{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news__wrap{
	width: 32%!important;
	display: block;
	border:1px solid #fff;
	padding-bottom: 10px;
	margin:5px;
	height: 250px;
}

.news__wrap:hover{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.news__title{
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	width: 100px;
	margin: 0 auto;
	margin-bottom: 5px;
}

.news__word{
	color: rgb(57, 171, 111);
	font-size: 13px;
	width: 131px;
	margin: 0 auto;
	margin-bottom: 5px;
	text-align: center;
}

.news__text{
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.news__gift{
	width: 30px;
	height: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: -18px;
	z-index: 9999;
	position: relative;
	text-align: center;
	line-height: 30px;
}

.news__gift i{
	display: inline-block;
	width: 18px;
	height: 16px;
	vertical-align: middle;
	background: url(../img/ico_news.png) no-repeat center;
}

.news__wote{
    z-index: 999;
    width: 130px;
}

.news__btn{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border:2px solid rgb(57, 171, 111);
    text-align: center;
    padding: 3px 0;
    transition: all 0.5s ease;
	z-index:999999;
}

.news__btn:hover {
  background-color: #333;
}

.news__btn img{
    display: block;
    width: 24px;
}

.news__btn{
    font-size: 13px;
    color: #fff;
}

.news__btn:hover{
    color: #fff;
    text-decoration: none;
}

.news__social{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.news__icon{
	width: 30px;
    height: 30px;
    margin-right: 5px;
    background-color: transparent;
    color: #fff;
    border: 2px solid rgb(57, 171, 111);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
}

.news__icon--fb{ background-image: url(../img/ico_fb.png); }
.news__icon--tg{ background-image: url(../img/ico_tg.png); }
.news__icon--dc{ background-image: url(../img/ico_dc.png); }

.news__icon:hover{
	background-color: #333;
}

.news__block{
	margin-top: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.slick-track{
	display: flex!important;
	justify-content: space-between!important;
}

.slick-next:before{
	display: none;
}

.slick-prev:before{
	display: none;
}

.slick-prev, .slick-next{
	top: 110%;
	width: 30px;
	height: 30px;
	border: 3px solid rgb(57, 171, 111);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: transparent;
	padding: 0;
}

.slick-prev, .slick-next{
    background-repeat: no-repeat;
    background-position: center;
}

.slick-next {
    right: 42%;
    background-image: url(../img/ico_arrow_right.png);
}

.slick-prev {
    left: 42%;
    background-image: url(../img/ico_arrow_left.png);
}

.slick-prev:hover{
    border-color: rgb(57, 171, 111);
    color: #fff!important;
    background-color: #333;
}

.slick-prev:focus {
    border-color: rgb(57, 171, 111);
    color: #fff;
    background-color: #333;
}

.slick-next:hover {
    border-color:rgb(57, 171, 111);
    color: #fff;
    background-color: #333;
}

.slick-next:focus {
    border-color: rgb(57, 171, 111);
    color: #fff;
    background-color: #333;
}

/* keep arrow icons visible on hover/focus (slick-theme resets background) */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover, .slick-next:focus{
    background-repeat: no-repeat;
    background-position: center;
}
.slick-prev:hover, .slick-prev:focus{
    background-image: url(../img/ico_arrow_left.png);
}
.slick-next:hover, .slick-next:focus{
    background-image: url(../img/ico_arrow_right.png);
}
