#mainPage_firstSection{
	padding: 40px 0 0px;
}

#mainPage_firstSection h2, #mainPage_shelvesSection h2, #mainPage_seriesSection h2, #mainPage_authorsSection h2{
	font-size: 32px;
	color: #757575;
	font-family: 'Roboto Medium';
	float: left;
	margin: 0px;
	margin-bottom: 30px;
}

.pinkButton{
	float: right;
	background: #f54a66;
	height: 28px;
	width: 104px; 
	border-radius: 14.5px;
	color: #fff;
	font-size: 15px;
	padding-top: 4px;
	text-align: center;
	font-family: 'Roboto';
	margin-top: 3px;
	cursor: pointer;
}

.mainPage_firstSection_left{
	padding-left: 0px;
	padding-right: 32px;
	/*border: 1px solid red;*/
}

.mainPage_firstSection_right{
	padding-right: 0px;
	padding-left: 32px;
	/*border: 1px solid red;*/
}

.mainPage_newsItem{
	padding: 16px;
	border-radius: 6px;
	/*box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);	*/
	margin-bottom: 28px;
    background: #f4f4ff;
    /*border: 1px solid #cdcdcd;*/
    background: linear-gradient(-45deg, rgba(255,206,174,0.7) 0%, rgba(255,235,181,0.7) 100%);
}

.mainPage_newsItem_Image{
	float: left;
	width: 56px;
	overflow: hidden;
	border-radius: 3px;
}

.mainPage_newsItem_Image img{
	width: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.mainPage_newsItem_Text{
	float: right;
	width: calc(100% - 56px);
	padding-left: 15px;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: normal;
	color: #212121;
}

.newsAuthor{
	font-family: Roboto;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #212121;	
	margin-bottom: 0px;
}

.newsDate{
	opacity: 0.6;
	font-family: Roboto;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #212121;
	margin-top: 0px;
}

.mainPage_bookItem{
	/*width: 11em;*/
	width: 100%;
	/*height: 17em;*/
	height: 100%;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.mainPage_bookItem_row, .mainPage_shelfItem_row, .mainPage_seriesItem_row, .mainPage_authorsItem_row{
	margin-left: -15px;
	margin-right: -15px;
}

.mainPage_bookItem:before{
	content: "";
	display: block;
	padding-top: 155%;
}

.mainPage_bookItem img{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.mainPage_bookItem_outer{
	margin-bottom: 40px;
	text-align: center;
}

.mainPage_bookItemData h3{
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: normal;
	text-align: center;
	color: #393939;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mainPage_bookItemData h4{
	width: 144px;
	height: 16px;
	font-family: Roboto;
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.17;
	letter-spacing: normal;
	text-align: center;
	color: #393939;
	margin-left: 8px;
	padding: 0px;
	margin-top: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.mainPage_shelfItem_outer{
	margin-bottom: 40px;
	text-align: center;
}

.mainPage_shelfItem{
	border-radius: 6px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.mainPage_shelfItem_coverBlock{
	width: 100%;
}

.mainPage_shelfItem_cover{
	width: 25%;
	position: relative;
	float: left;
}

.mainPage_shelfItem_cover:before{
	content: "";
	display: block;
	padding-top: 155%;
}

.mainPage_shelfItem img{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.mainPage_shelfItem_data h3{
	float: left;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.88;
	letter-spacing: normal;
	color: #393939;
	margin-left: 16px;
	margin-top: 11px;
	margin-bottom: 11px;
	padding: 0px;
	max-width: calc(100% - 100px);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.mainPage_shelfItem_data p{
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.95;
	letter-spacing: normal;
	text-align: right;
	color: #f54a66;
	float: right;
	margin-right: 16px;
	margin-top: 18px;
	margin-bottom: 11px;
	padding: 0px;
}

#mainPage_seriesSection{
	background: #eeeeff;
	padding: 40px 0 20px;
}

.mainPage_seriesItem{
	width: 100%;
	border-radius: 6px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	background-color: #ffffff;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0;
}

.mainPage_seriesItem_cover{
	width: 20%;
	float: left;
	position: relative;
	float: left;
}

.mainPage_seriesItem_cover:before{
	content: "";
	display: block;
	padding-top: 155%;
}

.mainPage_seriesItem_cover img{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.mainPage_seriesItem_data{
	width: 80%;
	float: left;
	padding: 16px 16px 16px 24px;
}

.mainPage_seriesItem_data h3{
	font-family: Roboto;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #393939;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.mainPage_seriesItem_data h4{
	font-family: Roboto;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.47;
	letter-spacing: normal;
	color: #4a4a4a;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.mainPage_seriesItem_data p{
	font-family: Roboto;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #9e9e9e;
	font-weight: 300;
	margin-top: 13px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

#mainPage_authorsSection{
	padding: 40px 0 10px;	
}

.mainPage_authorsItem{
	margin-bottom: 20px;
}

.mainPage_authorItem_books{
	margin-left: 15px;
	margin-right: -15px;
}

.mainPage_authorItem_book{
	width: 100%;
	height: 100%;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.mainPage_authorItem_book:before{
	content: "";
	display: block;
	padding-top: 155%;
}

.mainPage_authorItem_book img{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.mainPage_authorItem_book_outer{
	margin-bottom: 40px;
	text-align: center;
}

.mainPage_authorItem_data{
	padding-right: 0px;
}

.mainPage_authorItem_data h3{
	font-family: Roboto;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #393939;
	margin-top: 36px;
	padding: 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.mainPage_authorItem_data h4{
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.95;
	letter-spacing: normal;
	color: #f54a66;
	margin-top: 10px;
	padding: 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.mainPage_authorItem_data p{
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.29;
	letter-spacing: normal;
	color: #9e9e9e;
	font-weight: 300;
	margin-top: 10px;
	padding: 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

#mainPage_sliderSection{
	padding: 0 0 40px;	
	overflow: hidden;	
	position: relative;
}

.mainPage_sliderOuter{
	height: 500px;
	width: 300%;
	margin-left: -100%;
	overflow: hidden;
}

.mainPage_slide{
	width: 20%;
	height: 100%;
	padding: 0 5px;
	float: left;
}

.mainPage_slide_content{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: rgba(3, 4, 35, 0.93);
	overflow: hidden;
	/*padding: 20px;*/
	/*color: #fff;*/
}

.mainPage_slider_leftArrow{
	width: 48px;
	height: 48px;
	border-radius: 24px;
	overflow: hidden;
	position: absolute;
	top: calc(50% - 48px);
	left: 16%;
	background: url("../../../images/slider_prev.svg");
	opacity: .8;
	transition-duration: .1s;
}

.mainPage_slider_rightArrow{
	width: 48px;
	height: 48px;
	border-radius: 24px;
	overflow: hidden;
	position: absolute;
	top: calc(50% - 48px);
	right: 16%;
	background: url("../../../images/slider_next.svg");
	opacity: .8;
	transition-duration: .1s;
}

.mainPage_slider_leftArrow:hover, .mainPage_slider_rightArrow:hover{
	opacity: 1;
	transition-duration: .1s;
	cursor: pointer;
}

.mainPage_slider_dots{
	width: 100%;
	position: absolute;
	height: 20px;
	bottom: 50px;
}

.mainPage_slider_dots ul{
	margin: 0;
	padding: 0;
	text-align: center;
}

.mainPage_slider_dots ul li{
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	height: 8px;
	width: 8px;
	border-radius: 4px;
	background: #d8d8d8;
}

.mainPage_slider_dots ul li.active{
	background: #f54a66;
}

.mainPage_slider_pre{
	display: none;
	height: 500px;
	width: 60%;
	margin: auto;
	margin-bottom: 10px;
	padding: 0 5px;
}

.mainPage_slider_pre_content{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: rgba(3, 4, 35, 0.93);
	overflow: hidden;
	color: #fff;	
}

.mainPage_slider_bookCover_outer{

}


.mainPage_slider_bookCover{
	/*width: 11em;*/
	width: 100%;
	/*height: 17em;*/
	height: 100%;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	margin-top: 17%;
}

.mainPage_slider_bookCover:before{
	content: "";
	display: block;
	padding-top: 155%;
}

.mainPage_slider_bookCover img{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.mainPage_slider_bookData{
	padding-left: 30px;
}

.mainPage_slider_bookData h3{
	font-family: Roboto;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.12;
	letter-spacing: normal;
	color: #ffffff;
	margin-top: 12%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mainPage_slider_bookData h4{
	font-family: Roboto;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: #ffffff;	
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.mainPage_slider_bookData p{
	opacity: 0.75;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.42;
	letter-spacing: normal;
	color: #ffffff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.mainPage_slider_bookData hr{
	border: none;
	border-bottom: 1px solid #404061;
}

.mainPage_slider_bookData_buttons{
	margin-top: 30px;
	border-bottom: 1px solid #404061;
}

.mainPage_slider_bookData_buttons h3{
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}

.mainPage_slider_background{
	width: 100%;
	height: 100%;
}

.mainPage_slider_background_overlay{
	width: 100%;
	height: 100%;
	padding: 20px;
	background: rgba(3, 4, 35, 0.8);
	/*background-image: url(/library/images/ic-snows.svg);*/
}

.apps_Title h3{
	font-family: Roboto;
	font-size: 86px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;	
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 20px;
}

.mainPage_slider_apps{
	margin-top: 40px;
}

.apps_desc p{
	font-family: Roboto;
	font-size: 24px;
	font-weight: 100;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #ffffff;
	line-height: 1.7em;
	padding-bottom: 0;
	margin-bottom: 6px;
}

.pinkTag{
  width: 128px;
  height: 28px;
  border-radius: 14.5px;
  background-color: #f54a66;
  text-align: center;
  padding: 4px;
  font-size: 15px;
  color: #ffffff;
}