.rs-speakers {
   
}
.rs-speakers .lider-wrapper  {
	padding-top:  36px;
	padding-bottom:  30px;
}
.rs-speakers .lider-wrapper:nth-child(2)  {
	background-color: #EBF7FE;
}
.rs-speakers .section-title  {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.3;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #04324B;
	margin-bottom:  30px;
}
.rs-speakers .lider-block  {
	max-width:  362px;
	height:  526px;
	margin:  auto;
	margin-bottom:  30px;
	padding:  24px;
	position:  relative;
}
.rs-speakers .lider-bg  {
	position:  absolute;
	background-color: #EBF7FE;
	border-radius: 43px;
	left:  0;
	bottom:  30%;
	width:  100%;
	height:  269px;
	/* z-index:  -1;	 */
    transition: all 0.2s ease-in-out;
}
.rs-speakers .lider-wrapper:nth-child(2) .lider-bg  {
	background-color: #fff;
}
.rs-speakers .lider-block:hover .lider-bg  {
	height:  100%;
	bottom:  0;
}
.rs-speakers .lider-img  {
	position:  absolute;
	border-radius: 57.5649px;
	width: 278px;
	top:  0;
	right:  36px;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
}
.rs-speakers .lider-block:hover .lider-img  {
	border-radius: 19px;
    width: 90px;
    top: 29px;
    right: 31px;
}
.rs-speakers .lider-title  {
	position:  absolute;
	width: 80%;
	top:  55.5%;
	padding-left:  21px;
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #04324B;
	transition: all 0.2s ease-in-out;
}
.rs-speakers .lider-block:hover .lider-title  {
	width: 60%;
    top: 3%;
    padding-left: 0;
}
.rs-speakers .lider-text  {
	position:  relative;
	height: 100%;
	transition: all 0.2s ease-in-out;
	opacity:  0;
}
.rs-speakers .lider-block:hover .lider-text  {
	opacity:  1;
}
.rs-speakers .lider-text p  {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	color: #6C787E;
	transition: all 0.2s ease-in-out;
	
}
.rs-speakers .lider-text .lider-position  {
	top: 74px;
    left: -1px;
    max-width: 196px;
    position: absolute;
}

.rs-speakers .lider-text:after  {
	position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #84ACC4;
    left: 0;
    top: 25%;
}
.rs-speakers .lider-descr  {
	position:  absolute;
	top:  28.5%;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	color: #6C787E;
	max-height:  360px;
}
.rs-speakers .lider-descr li  {
	position:  relative;
	margin-bottom: 12px;
}
.rs-speakers .lider-descr li:before  {	
	content:  '\00B7';
	margin-right: 3px;
}
.rs-speakers .lider-text .lider-organization  {
	position:  relative;
	padding-left: 28px;
	max-height:  96px;
	overflow: hidden;
}
.rs-speakers .lider-text .lider-organization:before  {
	position:  absolute;
	width:  20px;
	height:  20px;
	content:  '';
	background-image:  url('../../img/university.svg');
	background-repeat:  no-repeat;
	background-position:  center;
	background-size:  cover;
	left:  0;
}
.rs-speakers .lider-text .lider-proekt  {
	position:  relative;
	padding-left: 28px;
	max-height:  96px;
	overflow: hidden;
}
.rs-speakers .lider-text .lider-proekt:before  {
	position:  absolute;
	width:  20px;
	height:  20px;
	content:  '';
	background-image:  url('../../img/project.svg');
	background-repeat:  no-repeat;
	background-position:  center;
	background-size:  cover;
	left:  0;
}

@media (max-width: 767px){
	.rs-speakers .section-title  {
		font-size: 25px;
	}
}