									



/* ------------------------------------------------------------------------------------------------------------ */


.bookclub {color: #13192E;/* border:1px blue solid; */}
.bookclub__wide  {max-width: 1086px;margin: 0 auto;text-align: center;}
.bookclub__narrow {max-width: 1118px;margin: 0 auto;text-align: center;padding: 0 16px;}
.bookclub h1 {margin: 6px 0 0px;font-size: 28px;line-height: 38px;font-weight: 700;color:#fff;}
.bookclub h2 {font-size: 28px; line-height: 30px; font-weight: 700; color: #13192E;}
.bookclub p {font-size: 16px; line-height: 24px;}
.bookclub__asterix {font-size: 13px;}

.bookclub__blueblock {background: #3135B9 url(/static/pr/cms/book-club/img/highlight_blue.png) no-repeat bottom center;border-radius: 0 0 24px 24px;margin: 0 0px;/* border: 1px red solid; */}
.bookclub__blueblock__top {padding: 32px 16px;max-width: 663px;margin: 0 auto;color: #fff;}
.bookclub__blueblock__top__logos {}

.bookclub__about {margin: 32px 0 0;}
.bookclub__about p {margin: 20px 0 0; line-height: 21px;}

.bookclub__cause {margin: 32px auto 0; text-align: center;}
.bookclub__cause__wrap {display: flex; flex-wrap: wrap; gap: 20px; align-items: center; margin: 20px auto 0; justify-content: center;}
.bookclub__cause__wrap__item {background: #F4F4FC;border-radius:24px;border: 1px solid #EAEAF9;width: 346px;text-align: left; display: inline-flex;align-items: center;}
.bookclub__cause__wrap__item__icon {margin: 20px 4px 20px 18px;}
.bookclub__cause__wrap__item__icon img {vertical-align: middle; border: 0;}
.bookclub__cause__wrap__item p {margin: 13px 18px 13px 4px;}

.bookclub__solution {margin: 42px auto 0;text-align: center;}
.bookclub__solution__wrap {display: flex;flex-wrap: wrap;gap: 20px;margin: 20px auto 0;justify-content: center;}
.bookclub__solution__wrap__item {background: #F4F4FC;background-position: 5px bottom;background-repeat:no-repeat;border-radius:24px;border: 1px solid #EAEAF9;width: 348px;text-align: left;display: inline-flex;align-items: center;padding: 16px 14px 16px 80px;box-sizing: border-box;/* height: unset; */min-height: 98px;}
.bookclub__solution__wrap__item.s_1 {background-image:url(/static/pr/cms/book-club/img/solution_1.svg);}
.bookclub__solution__wrap__item.s_2 {background-image:url(/static/pr/cms/book-club/img/solution_2.svg);}
.bookclub__solution__wrap__item.s_3 {background-image:url(/static/pr/cms/book-club/img/solution_3.svg);}
.bookclub__solution__wrap__item.s_4 {background-image:url(/static/pr/cms/book-club/img/solution_4.svg);}
.bookclub__solution__wrap__item.s_5 {background-image:url(/static/pr/cms/book-club/img/solution_5.svg);}
.bookclub__solution__wrap__item.s_6 {background: #F4F4FC url(/static/pr/cms/book-club/img/solution_6-n.svg) 5px 12px no-repeat;}
.bookclub__solution__wrap__item p {line-height: 22px;}

.bookclub__speakers {margin: 42px auto 0;}
.bookclub__speakers__wrap {display:flex;gap: 20px;margin: 20px auto 0;justify-content: center;box-sizing: border-box;}
.bookclub__speakers__wrap__item {background: #5454D4;border-radius:24px;padding: 19px 19px;font-size:28px;line-height: 41px;color:#fff;font-weight:700;/* max-width: 530px; *//* width: 100%; */}
.bookclub__speakers__wrap__item.parent {position:relative;}
.bookclub__speakers__wrap__item strong {position:absolute;top: -15px;right: -39px;font-size:23px;color:#fff;text-transform:uppercase;background: #FF5500;border-radius:32px;line-height: 36px;padding: 0 16px;transform: rotate(3deg);}

.bookclub__managing {background: #EAEAF9;border-radius: 24px;padding: 24px 0px 34px;margin: 32px auto 0;}
.bookclub__managing__wrap {display:flex;flex-wrap: wrap;gap: 24px 18px;justify-content: center;margin: 24px 16px 0;/* border: 1px red solid; */}
.bookclub__managing__wrap__item {display:inline-flex;padding:22px 18px;background:#fff;border-radius:24px;max-width: 45%;/* gap: 18px 24px; */text-align: left;/* border: 1px red solid; *//* justify-content: space-evenly; */}
.bookclub__managing__wrap__item__number {color: #6262D9;font-weight:900;font-size:66px;padding: 13px 8px 0 0;}
.bookclub__managing__wrap__item__text {}
.bookclub__managing__wrap__item__text h3 {color: #13192E; font-size:20px;}
.bookclub__managing__wrap__item__text p {margin: 6px 0 0;color: #13192E;line-height: 22px;}

.bookclub__cases {
    margin: 23px auto 0;
}
.bookclub__cases h2 {
    /* margin: 0px auto 23px; */
}

/* presentation block */
/*
.presentation {
	color:#fff;
	background:#3135BA;
	border-radius:24px;
	padding: 30px 0px 30px;
	justify-content: center;
	margin: 32px 0px 0;
	text-align: center;
	}
.presentation__wrap {
	max-width: 794px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
	}
.presentation__desc {
	max-width: 514px;
	text-align: left;
	padding: 0 0 0 25px;
	}
.presentation__desc p {
	line-height:20px;
	margin: 20px 0 0;
	}
.presentation__pic {
	padding: 0px 0 0 10px;
	}
.presentation__wrap-button {
	margin: 20px 0 0;
	}
.presentation__wrap-button a {
	margin: 0 16px 0 0;
	width: 207px;
	text-align: center;
	}
*/

@media screen and (max-width:960px){
	.bookclub__managing__wrap__item {max-width: 44%;}
}



@media screen and (max-width:860px){ 

	/* presentation block */
	/*
	.presentation {
		padding: 35px 20px 27px;
		}
	.presentation__wrap {
		max-width: none; 
		justify-content: center; 
		flex-wrap: wrap;
		gap: 20px;
		}
	.presentation__desc {
		max-width: 534px;
		text-align: center;
		padding: 0 0 0 0px;
		}
	.presentation__wrap-button a {margin: 0 8px 0;width: 207px;}
	
	*/
	
	/* form block *//*
	.corp-lib__form-block {background: #EAEAF9; padding: 32px 19px 6px 19px;}
	.corp-lib__form-text {max-width: 535px;}
	*/
}

@media screen and (max-width: 760px){
	.bookclub__cause__wrap {flex-direction: column;}
	.bookclub__cause__wrap__item {align-items: flex-start;max-width: 346px;width: 100%;}
	.bookclub__cause__wrap__item__icon {}
	.bookclub__cause__wrap__item p {margin: 26px 18px 26px 4px;}
	
	.bookclub__solution__wrap {flex-direction: column;/* border: 1px red solid; */align-items: center;}
	.bookclub__solution__wrap__item {align-items: flex-start;max-width: 346px;width: 100%;background-position: 4px 10px;padding: 22px 18px 22px 80px;min-height: 107px;}
	.bookclub__solution__wrap__item p {}
	
	.bookclub__speakers {margin: 42px auto 0;/* border: 1px red solid; */}
	.bookclub__speakers__wrap {display:flex;gap: 20px;margin: 20px auto 0;flex-direction: column;align-items: center;justify-content: center;width: 100%;}
	.bookclub__speakers__wrap__item {border-radius: 16px;padding: 11px 19px;font-size: 20px;line-height: 26px;width: 100%;max-width: 376px;}
	.bookclub__speakers__wrap__item strong {top: -7px;right: 0px;font-size:16px;border-radius:32px;line-height: 25px;padding: 0 8px;transform: rotate(4deg);}
	
	.bookclub__managing {padding: 24px 0px 24px;margin: 32px auto 0;}
	.bookclub__managing__wrap {display:flex;flex-wrap: wrap;gap: 24px 18px;justify-content: center;margin: 24px 16px 0;/* border: 1px red solid; */flex-direction: column;align-content: center;}
	.bookclub__managing__wrap__item {display:inline-flex;padding:22px 18px;max-width: 320px;text-align: left;}

	.bookclub__cases {}
}






@media screen and (max-width:640px){
	.bookclub h1 {margin: 13px 0 12px;}
	.bookclub h2 {font-size: 24px; }
	
	.bookclub__cases {}
	
	
	/* presentation block */
	/*
	.presentation {padding: 32px 23px 27px;}
	.presentation__desc {text-align: left;}
	.presentation__desc p {margin: 17px 0 0;}
	.presentation__pic img {width: 100%;}
	.presentation__wrap-button {margin: 0px 0 0;}
	.presentation__wrap-button a {margin: 16px 0px 0; width: 100%;}
	
	*/

	
}

@media screen and (max-width:460px){
	.bookclub__speakers__wrap__item {width:auto;max-width: 278px;}
	
}




  