/* common */
body {
   width:100%;
   min-width: 1600px;
   margin: 0px auto;   
}
.gray_round_button{
  display: inline-flex;
  padding: 8.235px 46px 8.765px 46px;
  justify-content: center;
  align-items: center;
  border-radius: 130px;
  background: #8595A3;
  color: #FFF;
  font-family: Nunito;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  cursor: pointer;
}

.green_semi_round_button{
  display: inline-flex;
  padding: 8.235px 46px 8.765px 46px;
  justify-content: center;
  align-items: center;
  border-radius: 130px 0px 0px 130px;
  background: #BDCAA0;
  color: #677153;
  font-family: Nunito;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  cursor: pointer;
}

.white_semi_round_button{
  display: inline-flex;
  padding: 8.235px 46px 8.765px 46px;
  justify-content: center;
  align-items: center;
  border-radius: 130px 0px 0px 130px;
  border: 2px solid;
  border-color: #E3EFCF white #E3EFCF #E3EFCF;
  background: white;
  margin-right:-16px;
  color: #677153;
  font-family: Nunito;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  cursor: pointer;
}


.panel_lk_recall .form-tab-rcl {
    background: #fff;
    border-radius: 20px;
    display: none;
    font: 16px/26px Verdana, Tahoma, sans-serif;
    margin: 3px auto;
    overflow: hidden;
    width: calc(100% - 2px);
}

.email_style1{
	position: relative;
	margin: 20px;
	display: block;
	padding: 9px 13px 8px 43px;
	justify-content: flex-end;
	align-items: center;
	width:663px;
	height:52px;
	border-radius: 50px;
	background: #FFF;
	color: #84A2A0;
	font-family: Nunito;
	font-size: 23px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.email_style2{
	position: relative;
	margin: 0 20px 20px;
	display: block;
	padding: 9px 13px 8px 43px;
	justify-content: flex-end;
	align-items: center;
	width:252px;
	height:52px;
	border-radius: 50px;
	background: #FFF;
	color: #84A2A0;
	font-family: Nunito;
	font-size: 23px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.cal_affirm{
	position:relative;
	top:22px;
	left:20px;
	height:70px;
	width:315px;
	display:inline-flex;
	padding: 18px 0px 0px 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	border-radius: 21px;
	border: 0.857px solid rgba(127, 137, 106, 0.60);
	background:white;
	text-align:center;
}

.lesson_content{
background:none;
width: calc(100% - 450px);
margin-left:100px;
}
.modal-content-page {
  background-color: none;//rgba(0,0,0,0.1);
  margin: auto;
  padding: 5px;
  border: 1px solid #888;
  border-radius: 50px; 
  display: inline-block;
}
.catalog_button1{
	position:absolute;
	left:1174px;
	top:593px;
	width: 181px;
	height: 181px;
	flex-shrink: 0;	
	border-radius: 150px;
	background: #F2F9E4;
}
.catalog_button2{
	position:absolute;
	left:21px;
	top:21px;
	width: 139px;
	height: 139px;
	flex-shrink: 0;	
	border-radius: 150px;
	background: #D0E3A8;
	box-shadow: -7px 0px 47px -5px #FCFFE8 inset;
	color: #FFF;
	font-family: Nunito;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	vertical-align: middle;
	text-align: center;
}
.catalog_star{
	position: absolute;
	right:10px;
	top:10px;
	width:28px;
	height:27px;
	flex-shrink: 0;
	fill: #A2CBCF;
}
.slab_div1{
	margin-bottom: 30px;  height:200px; text-align:justify; background:none;
	margin-left:10px;
        margin-right:10px;

	
}
.slab_title{
	color: #5A6C80;
        font-family: Nunito;
        font-size: 22px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        text-decoration: none;              	
	text-align: center;
        //background:red;
	word-wrap: break-word !important;
	//overflow-wrap: break-word !important;
	/* hyphens: auto !important; */ /* ��������� �������������� �������� */
}
.product-excerpt_mobile
{
    color: #5A6C80;
    position:absolute;
    font-family: Nunito;
    font-size: 2.15vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: justify;
    background:none;
    text-align: left;
    top: 310px; margin-left: 5px; margin-right: 5px;
}
.product-readmore{
	color: #3493B1;
	font-family: Nunito;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;	
	text-decoration: none;	
}
.product_readmore1{
text-align: left; position: absolute; bottom:10px;
}
.no_scrollbar{  
  scrollbar-width: none;  /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer and Edge */
}
.no_scrollbar::-webkit-scrollbar {
  display: none;
}
.dz_inside_text{
	background:#E3EFCF;
	width:80%;
	height:300px;
	padding: 32px;
	align-items: center;
	flex-shrink: 0;
	border-radius: 40px;
	border: none;//1px solid #7F896A;
	color: rgba(27, 37, 06, 0.80);
	font-family: Nunito;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: block;
	margin-right: auto;
	margin-left: auto;
	resize:none;
}

.toggle-chat-btn{
	display:inline-block;
	position:relative;
	//right:-200px;
	vertical-align:middle;
	float: right;
	margin-right:200px;	
	padding: 8.235px 46px 8.765px 46px;
  	justify-content: center;
  	align-items: center;
  	border-radius: 130px;
  	background: #8595A3;
  	color: #FFF;
  	font-family: Nunito;
  	font-size: 12px;
  	font-style: normal;
  	font-weight: 300;
  	cursor: pointer;
}
.chat-indicator.unread-indicator{
    background: #FF4444;
    color: white;
    border-radius: 50%;
    padding: 4px 4px;
    font-size: 10px;
    margin-left: 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}

.chat-indicator.unanswered-indicator{
    background: #FF8800;
    color: white;
    border-radius: 50%;
    padding: 4px 4px;
    font-size: 10px;
    margin-left: 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}