

/* Start:/local/templates/swanky_no_basket/components/bitrix/news.list/insta_reviews/style.css?17680523602729*/
 .instarew-container{
 	padding-left: 0px;
 	padding-right: 0px;
 	margin-top: 0px;
 }
 .swiper-container.instarew .swiper-slide {
      width: 15%;
      /* 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;
    }

.instarew .instarew_item{
	width: 100%;
}
.instarew .instarew_item a{
	display: inline-block;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.instarew .instarew_item a img{
	border-radius: 10px;
	width: 100%;
}

.instarew .instarew_item a .instarew_item_text{
	position: absolute;
	bottom: 0px;
	padding: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	min-height: 110px;
}

.instarew .instarew_item a .instarew_item_sticker{
	position: absolute;
	padding: 0px 10px;
	color: #fff;
	top: 10px;
	right: 10px;
}

.instarew .instarew_item a .instarew_item_text.fadetext{
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 10px);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 10px);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 10px);	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;	
}

#zuck-modal-content .story-viewer .head .left{
	display: none !important;
}

#zuck-modal-content .story-viewer .head .right .close{
	color: #fff;
	opacity: 1;
}

#zuck-modal-content .time{
	display: none !important;
}

#zuck-modal-content .story-viewer .stor_text {
    z-index: 5;
    text-decoration: none;    
    width: 100%;
    /*background: rgba(0, 0, 0, 0.5);*/
    font-size: 32px;
    position: absolute;
    bottom: 16%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    color: #fff;
    text-align: left;
    /*text-transform: uppercase;*/
    font-weight: 500;
    padding: 12px 27px;
}

#zuck-modal-content .story-viewer .tip{
	text-transform: none !important;
	z-index: 99999 !important;
}

@media (max-width: 767px)
{
 .swiper-container.instarew .swiper-slide {
 	width: 35%;
 }	

 .instarew-container{
 	padding-left: 0px;
 	padding-right: 0px;
 } 

 .instarew .instarew_item a .instarew_item_text{
 	font-size: 12px;
 	padding: 5px;
 	min-height: 65px;
 }
 .instarew .instarew_item a .instarew_item_sticker{
 	font-size: 10px;
 }
}
/* End */


/* Start:/local/templates/swanky_no_basket/components/bitrix/news.list/aboutnews/style.css?1768052360988*/
.news-list{
	margin-top: 15px;
}

.news-list .news-item{
	margin-bottom: 25px;
	overflow-x: auto;
	position: relative;
}

.news-list .news-item .news-item-img{
	float: left;
	width: 200px;
	margin-right: 25px;
}

.news-list .news-item .news-item-img img{
	width: 100%;
}

.news-list .news-item .news-item-body{
	height: 100%;
}

.news-list .news-item .news-item-body .news-item-title{
	margin-bottom: 15px;
}
.news-list .news-item .news-item-body .news-item-title a{
	font-weight: 700;
	font-size: 18px;
	color: #474a83;
}

.news-list .news-item .news-item-body .news-item-title a:hover{
	text-decoration: none;
	color: #333;
}

.news-list .news-item .news-item-body .news-item-text{
	font-size: 15px;
	font-weight: 300;
}

.news-list .news-item .news-item-body .news-date-time{
	font-weight: 100;
	font-size: 14px;
	color: #999999;	
	bottom: 0px;
	left: 225px;
}

@media (max-width: 767px)
{
	.news-list .news-item .news-item-body .news-date-time{
		position: relative;
		left: 0px;
	}
}
/* End */


/* Start:/local/templates/swanky_no_basket/components/bitrix/system.pagenavigation/main/style.css?17680523592310*/
.bx-pagination {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d1d2e0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	float: left;
	margin: 0 5px 0px 5px;
	text-align: center;
}
.bx-pagination .bx-pagination-container ul li span{
	background: #fff;	
	display: block;
	height: 30px;
	min-width: 30px;
	line-height: 30px;
	color: #6559b7;
	font-size: 14px;
	border-radius: 15px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 15px;
	height: 30px;
	min-width: 30px;
	line-height: 30px;
	color: #fff;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #cbd2e4;
	color: #333333;
	font-weight: bold;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #cbd2e4;
	color: #333333;
	font-weight: bold;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span{
	background: #f7f7f8 url(/local/templates/swanky_no_basket/components/bitrix/system.pagenavigation/main/images/prev.png) 50% 50% no-repeat;
	font-size: 0px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev span{
	background: #f7f7f8 url(/local/templates/swanky_no_basket/components/bitrix/system.pagenavigation/main/images/prev.png) 50% 50% no-repeat;
	font-size: 0px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{
	background: #f7f7f8 url(/local/templates/swanky_no_basket/components/bitrix/system.pagenavigation/main/images/next.png) 50% 50% no-repeat;
	font-size: 0px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	background: #f7f7f8 url(/local/templates/swanky_no_basket/components/bitrix/system.pagenavigation/main/images/next.png) 50% 50% no-repeat;
	font-size: 0px;
}

@media (max-width: 767px)
{
	.bx-pagination{
		text-align: center;
	}

	.bx-pagination .bx-pagination-container ul{
		width: 100%;
		text-align: center;
	}

	.bx-pagination .bx-pagination-container ul li{
		float: none;
		display: inline-block;
	}

	.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
	.bx-pagination .bx-pagination-container ul li.bx-pag-next span,
	.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
	.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{
		font-size: 14px;
		text-indent: -9999px;
	}
}
/* End */


/* Start:/local/templates/swanky_no_basket/components/bitrix/main.feedback/contacts/style.css?1768052359874*/
.mfeedback{

}

.mfeedback .mfeedback_title{
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: 300;
}

.mfeedback .mfeedback_form textarea{
	width: 100%;
	border: 1px solid #c5c3cb;
	padding: 15px;
	border-radius: 5px;
	resize: none;
	min-height: 206px;
}

.mfeedback .mfeedback_form input[type=text]{
	width: 100%;
	padding-left: 15px;
	height: 40px;
	border: 1px solid #c5c3cb;
	border-radius: 5px;
	margin-top: 15px;	
}

.mfeedback .mfeedback_form .mf-captcha img{
	margin-bottom: 15px;
}

.mfeedback .mfeedback_form .mfeedback_foot{
	margin-top: 25px;
}

.mfeedback .mfeedback_form .mfeedback_foot input[type=submit]{
	width: 50%;
	height: 40px;
	border: none;
	border-radius: 40px;	
	color: #fff;	
	font-size: 15px;
	background: #e80063;
}

.mfeedback .mfeedback_form .mfeedback_foot .usl{
	font-weight: 300;
	font-size: 15px;
	color: #999999;
	margin-top: 30px;
}

/* End */
/* /local/templates/swanky_no_basket/components/bitrix/news.list/insta_reviews/style.css?17680523602729 */
/* /local/templates/swanky_no_basket/components/bitrix/news.list/aboutnews/style.css?1768052360988 */
/* /local/templates/swanky_no_basket/components/bitrix/system.pagenavigation/main/style.css?17680523592310 */
/* /local/templates/swanky_no_basket/components/bitrix/main.feedback/contacts/style.css?1768052359874 */
