
/*new*/
.ring-ic-bx{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 24px;
	margin-top: 40px;
}
.ring-ic-bx .opener{
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.ring-ic-bx .opener .n{
	background-color: rgb(228, 78, 58);
	width: 27px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  right: -15px;
  top: -5px;
}
.ring-ic-bx .ring-bx-drop{
	 display: none;
	 border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 6px 0px rgba(140, 153, 161, 0.7);
   width: 265px;
   padding: 10px 20px;
   position: absolute;
   margin-left: -132px;
   left: 50%;
   top: 50px;
   z-index: 6;
}
.ring-ic-bx .ring-bx-drop:after{
	content: '';
	width: 13px;
	height: 9px;
	background: url(../img/head/arrr.png) no-repeat 0 0 ;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: -9px;
}
.ring-ic-bx .ring-bx-drop li{
	padding: 10px 0;
	padding-left: 20px;
	position: relative;
	border-bottom: 2px solid #ecf1f4;
	line-height: 1.4;
	font-size: 12px;
	color: #747f86;
}
.ring-ic-bx .ring-bx-drop a{
	color: #39474f;
	text-decoration: none;
}
.ring-ic-bx .ring-bx-drop a:hover{
	text-decoration: underline;
}
.ring-ic-bx .ring-bx-drop li:last-child{
	border-bottom: 0;
}
.ring-ic-bx .ring-bx-drop li:after{
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #dc4b38;
	position: absolute;
	left: 0;
	top: 13px;
}
.desktop-user{width: auto;}
.prof-btn-bx{
	margin-top: 30px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
}
.prof-btn-bx .prof-btn{
	 background-color: rgb(236, 241, 244);
	  width: 151px;
  text-align: center;
  padding: 12px 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #39474f;
  font-weight: bold;
  cursor: pointer;
  border-radius: 25px;
}
.prof-btn-bx .prof-btn *{
	display: inline-block;
	vertical-align: middle;
}
.prof-btn-bx .prof-btn img{
	margin-left: 20px;
}
.prof-btn-bx {
	position: relative;
}
.prof-btn-bx .prof-drop-bx{
	position: absolute;
	top: 55px;
	left: 0;
	border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 6px 0px rgba(140, 153, 161, 0.7);
   width: 100%;
   padding: 10px;
   z-index: 6;
   display: none;
}
.prof-btn-bx .prof-drop-bx a{
	font-size: 14px;
}
.prof-btn-bx .prof-drop-bx li:last-child a{
	color: #f00;
}
.close-overlay-drop{
	position: fixed;
	z-index: 4;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	display: none;
}

@media screen and (max-width: 767px) {
	.ring-ic-bx {
	    margin-right: 30px;
	}
	.head_player{margin-bottom: 15px;}
	.ring-ic-bx .ring-bx-drop {
	      margin-left: 0;
	    left: 0;
	    top: 40px;
	}
	.ring-ic-bx .ring-bx-drop:after{left: 10px;}

}



/*end*/










.main-banner1{
	border-radius: 10px;
  background-color: rgb(69, 183, 183);
  margin-bottom: 50px;
  padding: 20px 80px;
  color: #fff;
}
.main-banner1 .head-bx{
	text-align: center;
	margin-bottom: 20px;
}
.main-banner1 .head-bx > *{
	display: inline-block;
	vertical-align: middle;
}
.main-banner1 .head-bx .t{
	font-size: 40px;
	font-weight: bold;
	margin-right: 30px;
}
.main-banner1 .list li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 110px;
}
.main-banner1 .list li:nth-child(4){
	margin-left: 120px;
}
.main-banner1 .list li a{
	color: #fff;
	display: block;
	text-decoration: none;
}
.main-banner1 .list li a:hover span{
	text-decoration: underline;
}
.main-banner1 .list li a *{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
}
.main-banner1 .list li img{
	margin-right: -10px;
}
.main-banner1 .list li:last-child{
	margin-right: 0;
}
.main-banner2{
	color: #fff;
	padding: 10px 30px;
	 border-radius: 10px;
  background-color: rgb(34, 89, 168);
  margin-bottom: 50px;
}
.main-banner2 > *{
	display: inline-block;
	vertical-align: middle;
}
.main-banner2 .ico{
	margin-right: 20px;
}
.main-banner2 .t{
	font-size: 36px;
	margin-right: 30px;
	font-weight: bold;
}
.main-banner2 .bg{
	margin-right: 100px;
}
.main-banner2 .btn-bx .bt-red{
	width: 200px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.main-banner2 .btn-bx .bt-red:first-child{
	margin-right: 20px;
}
@media screen and (max-width: 1199px) {
	.main-banner2{text-align: center;padding-bottom: 30px;}
	.main-banner2 .bg{margin-right: 0;}
	.main-banner2 .btn-bx{
		margin-top: 20px;
		margin-left: 50px;
		margin-right: 50px;
	}
	.main-banner1 .list li{
		margin: 15px 0;
		text-align: left;
		width: 32%;
	}
	.main-banner1 .list li:nth-child(4){
		margin-left: 0;
	}
	.main-banner1{
		text-align: center;
	}
}
@media screen and (max-width: 991px){
	.main-banner1 .head-bx .t{font-size: 30px;margin-right: 0;line-height: 1.2;}
	.main-banner1{padding: 20px;padding-top: 40px;}
	.main-banner1 .head-bx img{display: none;}
}
@media screen and (max-width: 767px) {
	.main-banner1 .list li *{font-size: 15px;}
	.main-banner1 .list li{width: 49%;}
	.main-banner2 .bg{display: none;}
	.main-banner2 .t{font-size: 26px;}
	.main-banner2 .btn-bx .bt-red:first-child{margin-right: 0;margin-bottom: 20px;}
	.main-banner2 .btn-bx .bt-red{width: 100%}
	.main-banner2 .btn-bx{margin-left: 0;margin-right: 0;}
}
@media screen and (max-width: 480px){
	.main-banner1 .list li{width: 100%;}
	.main-banner1 .list li{margin: 5px 0;}

}


.footer-place, .header-place{text-align: center;}
.footer-place img, .header-place img{max-width: 100%;}
.main{
	padding: 50px 0;
}
.page-title{
	line-height: 1.2;
	color: #3E80CE;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 40px;
}
.banner-bx{
	margin-bottom: 40px;
}
.banner-item{
	position: relative;
	height: 163px;
	border-radius: 10px;
}
.banner-grey{
	background: #8c99a1 url(../img/ban-grey.png) 95% 50% no-repeat;
}
.banner-blue{
	background: #2259a8 url(../img/ban-blue.png) 95% 50% no-repeat;
}
.over-link{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.banner-item .t{
	line-height: 1.2;
	padding-left: 30px;
	padding-top: 45px;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
}
.info-bx-heading{
	overflow: hidden;
	margin-bottom: 15px;
}
.info-bx-heading .t{
	color: #39474f;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	float: left;
}
.view-all-link{
	float: right;
	color: #3E80CE;
	font-size: 14px;
	display: inline-block;
	padding-right: 30px;
	background: url(../img/arr1.png) 100% 50% no-repeat;
	text-decoration: none;
	font-weight: bold;
	filter: invert(49%) sepia(89%) saturate(2135%) hue-rotate(193deg) brightness(86%) contrast(86%);
}
.view-all-link:hover{
	text-decoration: underline;
}
.question-item{
	margin-bottom: 10px;
	padding: 20px;
	border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 241, 244);
  border-radius: 5px;
}
.question-bx .question-item{
	background-color: #f2f9fd;
	border-color: #f2f9fd;
}
.question-item .name-pic-bx .name{
	max-width: 100px;
}
.name-pic-bx{
	margin-bottom: 10px;
}
.name-pic-bx > *{
	display: inline-block;
	vertical-align: middle;
}
.name-pic-bx .ico{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}
.name-pic-bx .ico img{
	width: 100%;
	display: block;
}
.name-pic-bx .name{
	line-height: 1.2;
	font-size: 14px;
	font-weight: bold;
	color: #0081d1;
}
.name-pic-bx .name a{
	color: #0081d1;
}
.question-item .text{
	font-weight: bold;
	color: #39474f;
	font-size: 14px;
	margin-bottom: 10px;
}
.question-item .info-row >*{
	display: inline-block;
	vertical-align: middle;
}
.question-item .info-row .num{
	color: #8c99a1;
	font-size: 14px;
	margin-right: 20px;
}
.question-item .info-row .num span{
	font-weight: bold;
}
.bt-red{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	padding: 3px 20px;
	border-radius: 20px;
	background-color: #0081d1;
	text-decoration: none;
	font-weight: bold;
}
.bt-red:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
}
.bloknot-row{
	margin-left: -5px;
	margin-right: -5px;
}
.bloknot-row>div{
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	vertical-align: top;
	float: none;
	margin-right: -4px;
}
.bloknot-item{
	 border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 241, 244);
  border-radius: 5px;
  margin-bottom: 10px;
}
.bloknot-item .hh{
	margin-bottom: 15px;
	font-weight: bold;
	color: #39474f;
	font-size: 16px;
}
.bloknot-item .hh a{
	color: #39474f;
	text-decoration: none;
}
.bloknot-item .hh a:hover{
	text-decoration: underline;
}
.bloknot-item .text{
	font-size: 14px;
	color: #8c99a1;
	margin-bottom: 10px;
	line-height: 1.4;
}
.bloknot-item .tt{
	padding: 20px;
}
.bloknot-item .bb{
	padding: 10px 20px;
	border-top: 2px solid rgb(236, 241, 244);
}
.bloknot-shirt-item .bb-link{
	margin-right: 25px;
}
.bb-link{
	font-size: 12px;
	color: #8c99a1;
	padding-left: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	text-decoration: none;
}
.bb-link:last-child{
	margin-right: 0;
}
.bloknot-item .name-pic-bx{margin-bottom: 0;}
.share-link{background: url(../img/arr-share.png) 0 50% no-repeat;}
.chosen-link{background: url(../img/chosen-star.png) 0 50% no-repeat;}
.chosen-link.act{background: url(../img/chosen-star-a.png) 0 50% no-repeat;color: #e44e3a;}
.info-blocks{
	margin-bottom: 40px;
}
.partner-form{
	height: 250px;
	margin-bottom: 40px;
	background: url(../img/par-form.png) 50% 0 no-repeat;
	padding: 40px 50px;
}
.partner-form .hh > *{
	display: inline-block;
	vertical-align: middle;
}
.partner-form .hh .ico{
	margin-right: 30px;
}
.partner-form .hh .t{
	font-weight: bold;
	color: #3b4951;
	font-size: 30px;
	line-height: 1.2;
}
.partner-form .hh{
	margin-bottom: 35px;
}
/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom select styles */
.select-area {
	position: relative;
	overflow: hidden;
	cursor: default;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	background: #fff ;
	width: 220px !important;
	margin-right: 20px;
}
.select-area .center {
	white-space: nowrap;
	padding: 13px 20px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #39474f;
	font-size: 14px;
}
.select-disabled {
	background: #eee;
}
.select-area .select-opener {
	background: url(../img/arr-select.png) 50% no-repeat;
	position: absolute;
	height: 100%;
	width: 30px;
	right: 0;
	top: 0;
}
.select-options {
	position: absolute;
	overflow: hidden;
	background: #fff;
	z-index: 2000;
}
.select-options .drop-holder {
	border: 1px solid #777;
	overflow: hidden;
	height: 1%;
}
.select-options ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.select-options ul li {
	width: 100%;
	float: left;
}
.select-options ul a {
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	cursor: default;
	color: #000;
	height: 1%;
	font-size: 14px;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #8c99a1;
	color: #fff;
}
/* custom file input */
.file-area .jcf-input-wrapper {
	position: relative;
	overflow: hidden;
	float: left;
}
.file-area .jcf-upload-button {
	padding: 7px 25px;
	background: #8c99a1;
	color: #fff;
	border-radius: 20px;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
}
.file-area .jcf-fake-input {
	padding: 8px 15px;
	float: left;
	width: 200px;
	height: 40px;
	font-size: 14px;
	display: none;
}
.file-disabled .jcf-upload-button {
	border-color: #eee;
	background-color: #eee;
	color: #777;
}
.file-disabled .jcf-fake-input {
	border-color: #eee;
	color: #aaa;
}
.form-default .bt-red{
	height: 50px;
	border: 0;
	cursor: pointer;
	border-radius: 25px;
	min-width: 110px;
}
.select-options .drop-list{
	background: none;
	position: static;
	border: 0;
	padding: 0;
	display: block;
}
.blog-item{
	margin-bottom: 30px;
}
.blog-item .img{
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 15px;
}
.blog-item .img img{
	display: block;
	width: 100%;
}
.blog-item .inf-row{
	margin-bottom: 15px;
}
.blog-item .inf-row .date{
	font-size: 12px;
	color: #747f86;
	margin-left: 20px;
}
.blog-item .hh{
	font-weight: bold;
	font-size: 16px;
	color: #39474f;
	line-height: 1.2;
	margin-bottom: 10px;
}
.blog-item .hh a{
	color: #39474f;
	text-decoration: none;
}
.blog-item .hh a:hover{
	color: #45b7b7;
	text-decoration: underline;
}
.blog-item p{
	font-size: 14px;
	color: #8c99a1;
	line-height: 1.5;
	margin: 0;
	padding: 0 !important;
}
.blog-page{
	padding: 0;
	background: url(../img/pattern2.jpg) 50% repeat;
}
.blog-page > .container{
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.blog-title{
	padding: 20px 0;
	background-color: #8c99a1;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	margin-bottom: 40px;
}
.blog-tabs-box .tab > div{width: auto;}
.blog-tabs li:nth-child(3){padding-top: 19px;}
.blog-tabs li:nth-child(3).active{padding-top:21px;}
.tabs-wrap{
	position: relative;
}
.blog-tabs{
	max-width: 850px;
}
.blog-tabs li{
	width: 32%;
}
.add-blog-item{
	position: absolute;
	right: 60px;
	top: 20px;
	color: #3E80CE;
	font-size: 14px;
	font-weight: bold;
	margin-left: 35px;
	text-transform: uppercase;
}
.add-blog-item:hover{
	color: #3E80CE;
}
.add-blog-item:after{
	content: '';
	left: -35px;
	top: -3px;
	width: 30px;
	height: 30px;
	position: absolute;
	background: url(../img/add.png) 0 0 no-repeat;
	filter: invert(49%) sepia(89%) saturate(2135%) hue-rotate(193deg) brightness(86%) contrast(86%);
}
.blog-banner{
	margin-bottom: 40px;
	background: #ecf2f5 url(../img/blog-ban.png) 100% 100% no-repeat;
	border-radius: 8px;
	padding: 30px 50px;
	height: 169px;
	position: relative;
}
.blog-banner .t{
	font-weight: bold;
	font-size: 36px;
	color: #39474f;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 1.2;
}
.bt-white{
	background-color: #fff;
	color: #45b7b7;
	border-radius: 25px;
	padding: 13px 50px;
}
.bt-white:hover{
	background-color: #fff;
	color: #45b7b7;
}
.btn-more-bx{
	text-align: center;
}
.bt-red-big{
	border-radius: 25px;
	padding: 13px 50px;
}
.blog-block{
	margin-bottom: 40px;
}
.people-list{
	overflow: hidden;
}
.people-list li{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
}
.people-list img{display: block;}
.people-list .lvl{
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	width: 60px;
	height: 15px;
	line-height: 15px;
	padding-left: 5px;
	font-size: 9px;
	font-weight: 500;
	background-color: #3fa6a6;
	border-radius: 0 10px 0 0;
}
.people-list .lvl.green{
	background-color: #3fa6a6;
}
.people-list .lvl.violet{
	background-color: #7c7ad3;
}
.people-list .lvl.orange{
	background-color: #ff8b24;
}
.people-bx{text-align: center;}
.people-bx img{
	max-width: 100%;
}
.users-box .title{
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
	color: #45b7b7;
}
.users-box{
	padding-top: 20px;
}
.back-btn{
	display: block;
	text-align: center;
	border-radius: 25px;
	padding: 13px;
	background-color: #747f86;
	margin-bottom: 20px;
}
.back-btn img{margin-right: 10px;}
.user-blog-panel{
	text-align: center;
	margin-bottom: 40px;
	padding: 15px;
	background-color: #ecf1f4;
	border-radius: 8px;
}
.user-blog-panel .pic{
	margin: 10px auto;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	overflow: hidden;
}
.user-blog-panel .pic img{
	max-width: 100%;
	display: block;
}
.user-blog-panel .name{
	font-size: 16px;
	color: #39474f;
	font-weight: bold;
}
.user-blog-panel .level{
	font-size: 13px;
	font-weight: bold;
	color: #45b7b7;
}
.user-blog-panel .sep{
	border-top: 2px solid #fff;
	margin: 15px 0;
}
.user-blog-panel .num{
	font-size: 13px;
	color: #e44e3a;
	margin-bottom: 20px;
}
.blog-popular .blog-item .hh a{
	color: #45b7b7;
}
.blog-full-item .image{
	margin-bottom: 30px;
}
.blog-full-item .image img{
	width: 100%;
	display: block;
}
.blog-full-item h1{
	font-weight: bold;
	margin: 0 0 30px;
	color: #0081d2;
	font-size: 30px;
}
.blog-full-item .info-row > *{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.blog-full-item .info-row .date{
	font-size: 12px;
	color: #fff;
	width: 126px;
	text-align: center;
	padding: 5px 0;
	border-radius: 20px;
	background-color: #747f86;
}
.blog-full-item .info-row {
	margin-bottom: 30px;
}
.blog-full-item p{
	margin: 0 0 20px;
	font-size: 14px;
	color: #8c99a1;
	line-height: 1.5;
}
.blog-full-item .views-bx {
	margin-bottom: 40px;
}
.blog-full-item .views-bx > *{
	display: inline-block;
	vertical-align: middle;
	margin-right:30px;
}
 .likes{
	font-size: 14px;
	font-weight: bold;
	color: #0081d1;
	width: 126px;
	text-align: center;
	padding: 5px 0;
	border-radius: 20px;
	background-color: #ecf1f4;
}
 .likes > *{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.vies-bx{
	background: url(../img/view.png) 0 50% no-repeat;
}
.rev-bx{
	background: url(../img/coment.png) 0 50% no-repeat;
}
.comment-form{
	position: relative;
	margin-bottom: 40px;
}
.comment-form textarea{
	 border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 241, 244);
  border-radius: 5px;
  height: 40px;
  max-height: 100px;
  min-height: 40px;
  width: 100% !important;
  color: #000;
  font-size: 14px;
  padding: 6px 15px;
  display: block;
  transition: ease 0.3s all;
}
.comment-form textarea:focus{
	 min-height: 100px;
}
.comment-form input[type='text']{
	 border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 241, 244);
  border-radius: 5px;
  height: 40px;
  width: 100% ;
  color: #000;
  font-size: 14px;
  padding: 6px 15px;
  display: block;
}
.comment-form input[type='submit']{
	width: 25px;
	height: 16px;
	position: absolute;
	right: 25px;
	top: 13px;
	border: 0;
	cursor: pointer;
	background: url(../img/arr-coment2.png) 0 0 no-repeat;
}
.comment-item{
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 2px solid #ecf1f4;
	margin-bottom: 15px;
}
.comment-item .pic{
	width: 50px;
	height: 50px;
	margin-right: 15px;
	border-radius: 25px;
	overflow: hidden;
	float: left;
}
.comment-item .text{
	overflow: hidden;
}
.comment-item .hh > *{
	display: inline-block;
	vertical-align: middle;
}
.comment-item .hh {
	margin-bottom: 10px;
}
.comment-item .name{
	font-size: 16px;
	color: #0081d1;
	font-weight: bold;
	margin-right: 20px;
}
.comment-item .date{
	font-size: 12px;
	color: #747f86;
}
.comment-item p{
	margin: 0;
	font-size: 14px;
	color: #8c99a1;
	line-height: 1.5;
}
.comment-item:last-child{
	margin-bottom: 0;
	border-bottom: 0;
}
.bt-grey{
	background-color:#8c99a1;
}
.blog-form .bx{
	margin-bottom: 30px;
}
.blog-form input[type='text'],
.blog-form input[type='password']{
	 border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 241, 244);
  border-radius: 5px;
  height: 40px;
  width: 100% ;
  color: #000;
  font-size: 14px;
  padding: 0 15px;
  display: block;
}
.blog-form textarea{
	 border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 241, 244);
  border-radius: 5px;
  height: 80px;
  max-height: 150px;
  min-height: 80px;
  width: 100% !important;
  color: #000;
  font-size: 14px;
  padding:  15px;
  display: block;
}
.blog-form textarea.text{
	height: 320px;
  max-height: 450px;
  min-height: 320px;
}
.blog-form textarea.qq-text{
	height: 160px;
  max-height: 300px;
  min-height: 160px;
}
.blog-form .lbl{
	font-size: 14px;
	margin-bottom: 10px;
	color: #39474f;
}
.blog-form .file{
	overflow: hidden;
}
.blog-form .btns .bt-red{
	margin-right: 20px;
}
.bloknot-aside{
	border-radius: 10px;
  background-color: rgb(236, 241, 244);
  padding: 20px 15px;
}
.bloknot-aside li{
	margin-bottom: 1px;
}
.bloknot-aside a{
	padding: 8px 10px 8px 30px;
	color: #39474f;
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-radius: 6px;
	text-transform: uppercase;
}
.bloknot-aside a:hover, .bloknot-aside .active a{
	background-color: #8c99a1;
	color: #fff;
	text-decoration: none;
}
.bloknot-aside li:nth-child(1) a{background: url(../img/bl-ic1.png) 8px 50% no-repeat;}
.bloknot-aside li:nth-child(2) a{background: url(../img/bl-ic2.png) 8px 50% no-repeat;}
.bloknot-aside li:nth-child(3) a{background: url(../img/bl-ic3.png) 8px 50% no-repeat;}
.bloknot-aside li:nth-child(4) a{background: url(../img/bl-ic4.png) 7px 50% no-repeat;}
.bloknot-aside li:nth-child(1) a:hover, .bloknot-aside li:nth-child(1).active a{background:#8c99a1 url(../img/bl-ic1-a.png) 8px 50% no-repeat;}
.bloknot-aside li:nth-child(2) a:hover, .bloknot-aside li:nth-child(2).active a{background:#8c99a1 url(../img/bl-ic2-a.png) 8px 50% no-repeat;}
.bloknot-aside li:nth-child(3) a:hover, .bloknot-aside li:nth-child(3).active a{background:#8c99a1 url(../img/bl-ic3-a.png) 8px 50% no-repeat;}
.bloknot-aside li:nth-child(4) a:hover, .bloknot-aside li:nth-child(4).active a{background:#8c99a1 url(../img/bl-ic4-a.png) 7px 50% no-repeat;}
.user-item{
	padding: 20px 0;
	border-bottom: 2px solid #ecf1f4;
}
.user-item > *{
	display: inline-block;
	vertical-align: middle;
}
.user-item .ico{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 13px;
}
.user-item .ico img{
	width: 100%;
	display: block;
}
.user-item .name{
	font-weight: bold;
	color: #39474f;
	font-size: 16px;
}
.user-item .num{
	font-size: 13px;
	color: #e44e3a;
}
.user-item .name-bx{
	margin-right: 40px;
}
.user-item .level{
	font-size: 14px;
	color: #45b7b7;
	font-weight: bold;
	margin-bottom: 24px;
}
.user-item:first-child{
	padding-top: 0;
}
.users-list-bx .bt-red,
.new-bloknots-bx .bt-red{
	margin-top: 30px;
}
.bloknot-item-blue{
	background-color: #eef9ff;
}
.bloknot-item-blue{
	background-color: #eef9ff;
}
.bloknot-item-yellow{
	background-color: #fff7dd;
}
.bloknot-item-orange{
	background-color: #ffdabf;
}
.bloknot-item-green{
	background-color: #dcffcd;
}
.bloknot-item-violet{
	background-color: #e9d8ff;
}
.add-blocknot-item{
	right: 0;
	top: 5px;
}
.arch-link {
    background: url(../img/bl-ic4.png) 0 50% no-repeat;
}
.add-new-page{
	right: 0;
	top: 0;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.share-panel{
	position: absolute;
	right: 0;
	top: 5px;
}
.select-show-chose{
	width: 152px !important;
	height: 30px;
	background-color: #ecf1f4;
	border-radius: 15px;
}
.select-show-chose .center{
	padding: 3px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #39474f;
	text-transform: none;
}
.blog-form .select-area{
	border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 241, 244);
  background-color: rgba(255, 255, 255, 0);
  height: 40px;
  border-radius: 5px;
}
.blog-form .select-area .center{
	padding: 7px 15px;
	font-weight: normal;
	text-transform: none;
	color: #39474f;
}
.color-list li{
 border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 241, 244);
  border-radius: 50%;
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 8px;
}
.color-list li.blue{background-color: #eef9ff}
.color-list li.yellow{background-color: #fff7dd}
.color-list li.orange{background-color: #ffdabf}
.color-list li.green{background-color: #dcffcd}
.color-list li.violet{background-color: #e9d8ff}
.color-list li.active{
	background-position: 50% 50%;
	background-image: url(../img/gal.png);
	background-repeat: no-repeat;
}
.blog-tabs-box .tab p{padding: 0;}
.bloknot-tabs-text{max-width: 360px;}
.bloknot-tabs-text li{width: 48%;}
.bloknot-shirt-item{
	 border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 241, 244);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 15px 20px;
}
.bloknot-shirt-item .name{
	font-weight: bold;
	color: #45b7b7;
	font-size: 16px;
	margin-bottom: 5px;
}
.bloknot-shirt-item .name a{
	color: #45b7b7;
}
.question-aside li:nth-child(1) a{background: url(../img/bl2-ic1.png) 8px 50% no-repeat;}
.question-aside li:nth-child(2) a{background: url(../img/bl2-ic2.png) 8px 50% no-repeat;}
.question-aside li:nth-child(3) a{background: url(../img/bl2-ic3.png) 8px 50% no-repeat;}
.question-aside li:nth-child(4) a{background: url(../img/bl2-ic4.png) 8px 50% no-repeat;}
.question-aside li:nth-child(1) a:hover, .question-aside li:nth-child(1).active a{background:#8c99a1 url(../img/bl2-ic1-a.png) 8px 50% no-repeat;}
.question-aside li:nth-child(2) a:hover, .question-aside li:nth-child(2).active a{background:#8c99a1 url(../img/bl2-ic2-a.png) 8px 50% no-repeat;}
.question-aside li:nth-child(3) a:hover, .question-aside li:nth-child(3).active a{background:#8c99a1 url(../img/bl2-ic3-a.png) 8px 50% no-repeat;}
.question-aside li:nth-child(4) a:hover, .question-aside li:nth-child(4).active a{background:#8c99a1 url(../img/bl2-ic4-a.png) 8px 50% no-repeat;}
.cat-list li{
	margin-bottom: 10px;
	position: relative;
	padding-left: 50px;
}
.cat-list .ww{
	width: 43px;
	height: 22px;
	border-radius: 11px;
	background-color: #747f86;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 0;
}
.cat-list .name{
	font-size: 14px;
	color: #45b7b7;
	font-weight: bold;
}
.cat-list .name a{
	color: #3E80CE;
}
.bloknot-aside{
	margin-bottom: 30px;
}
.like-link{
	background: url(../img/like.png) 0 50% no-repeat;
}
.question-item-big{
	padding: 0;
}
.question-item-big .bb {
    padding: 10px 20px;
    border-top: 2px solid rgb(236, 241, 244);
}
.question-item-big .tt {
    padding: 20px;
    overflow: hidden;
}
.question-item-big .info-row{
	margin-bottom: 0;
}
.question-item-big .wr{
	overflow: hidden;
}
.question-item-big .name-pic-bx{
	width: 170px;
	float: left;
}
.question-bx > .bt-red-big{margin-top: 20px;}
.question-bx .question-item-big .bb{
	border-top-color: #fff;
}
.info-bx-heading .t sup{color: #e44e3a;}
.answer-bx{
	margin-top: 40px;
}
.comment-bx{
	margin-bottom: 30px;
}
.comment-item .likes {
	margin-left: 20px;
	background-color: #fff;
}
.answer-bx .comment-item{
	 border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 241, 244);
  border-radius: 5px;
  background-color: rgba(236, 241, 244, 0.502);
  padding: 15px;
}
.answer-bx .comment-item p{
	color: #39474f;
}
.answer-bx .comment-item p a{
	color: #39474f;
}
.answer-bx .comment-item p a:hover{
	text-decoration: underline;
}
.group-aside li:nth-child(1) a{background: url(../img/bl2-ic1.png) 8px 50% no-repeat;}
.group-aside li:nth-child(2) a{background: url(../img/bl3-ic1.png) 8px 50% no-repeat;}
.group-aside li:nth-child(3) a{background: url(../img/bl3-ic2.png) 8px 50% no-repeat;}
.group-aside li:nth-child(1) a:hover, .group-aside li:nth-child(1).active a{background:#8c99a1 url(../img/bl2-ic1-a.png) 8px 50% no-repeat;}
.group-aside li:nth-child(2) a:hover, .group-aside li:nth-child(2).active a{background:#8c99a1 url(../img/bl3-ic1-a.png) 8px 50% no-repeat;}
.group-aside li:nth-child(3) a:hover, .group-aside li:nth-child(3).active a{background:#8c99a1 url(../img/bl3-ic2-a.png) 8px 50% no-repeat;}
.bt-black{background-color: #39474f;}
.recomend-bx{
	padding: 20px;
	border-radius: 10px;
	background-color: #ecf1f4;
	margin-bottom: 30px;
}
.group-shirt-item{
	padding: 15px 0;
	overflow: hidden;
	border-bottom: 2px solid #d9dfe3;
}
.group-shirt-item .ico{
	width: 63px;
	height: 63px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
	float: left;
}
.group-shirt-item .ico img{
	width: 100%;
	display: block;
}
.group-shirt-item .name-bx{
	overflow: hidden;
}
.group-shirt-item .name{
	font-size: 14px;
	color: #45b7b7;
	font-weight: bold;
}
.group-shirt-item .num{
	font-size: 14px;
	color: #8c99a1;
	line-height: 1.2;
	margin-bottom: 5px;
}
.group-shirt-item .num span{
	font-weight: bold;
}
.group-shirt-item .bt-red{
	font-size: 11px;
	padding: 1px 16px;
}
.all-link{
	font-size: 12px;
	display: inline-block;
	margin-top: 15px;
}
.recomend-bx .info-bx-heading{
	margin-bottom: 0;
}
.group-shirt-item .friend-bx{
	margin-top: 10px;
}
.group-shirt-item .friend-bx > *{
	display: inline-block;
	vertical-align: middle;
}
.group-shirt-item .friend-bx .t{
	font-size: 11px;
	color: #39474f;
	margin-right: 10px;
}
.group-shirt-item .friend-bx ul li{
	display: inline-block;
	margin-right: -15px;
}
.group-shirt-item .friend-bx ul img{
	width: 26px;
}
.blog-full-item .banner-item {
	margin-bottom: 30px;
}
.podpis{
	display: inline-block;
	vertical-align: middle;
	color: #45b7b7;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 20px;
	background: url(../img/gal2.png) 0 50% no-repeat;
}
.question-item-big .bb .num{
	font-size: 14px;
	color: #8c99a1;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.question-item-big .bb span{
	font-weight: bold;
}
.group-item .heading{
	position: relative;
}
.group-item p{
	margin-bottom: 0;
}
.group-item .stars{
	position: absolute;
	right: 0;
	top: 0;
}
.stars > *{
	display: inline-block;
	vertical-align: middle;
}
.stars ul li{
	display: inline-block;
}
.stars .reit{
	font-size: 14px;
	font-weight: bold;
	color: #39474f;
	margin-left: 2px;
	padding-top: 2px;
}
.group-item .name-pic-bx .ico{
	width: 80px;
	height: 80px;
}
.group-item .name-pic-bx{
	width: 120px;
}
.group-item .bb{
	padding-left: 140px;
}
.group-sigle{
	padding: 30px;
	text-align: center;
	 border-radius: 10px;
  background-color: #e5f2fa;
  margin-bottom: 20px;
}
.group-sigle .ico{
	width: 145px;
	overflow: hidden;
	height: 145px;
	border-radius: 50%;
	margin: 0 auto 20px;
}
.group-sigle .ico img{
	width: 100%;
	display: block;
}
.group-sigle .name{
	font-weight: bold;
	font-size: 18px;
	color: #39474f;
}
.group-sigle .stars{
	margin-bottom: 10px;
}
.admin-bx{
	padding: 15px;
	border-radius: 10px;
  background-color: #e5f2fa;
  margin-bottom: 20px;
}
.admin-bx .info-bx-heading{
	margin-bottom: 10px;
}
.info-bx-heading .t span{
	margin-left: 10px;
	color: #8c99a1;
}
.admin-bx .name-pic-bx{
	margin-bottom: 0;
}
.group-users{
	padding: 15px;
	 border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 241, 244);
  border-radius: 10px;
}
.group-users .list li{
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
	width: 30px;
	overflow: hidden;
	height: 30px;
	border-radius: 50%;
}
.group-users .list li img{
 	display: block;
 	width: 30px;
}
.info-bx-heading .t a{
	text-transform: none;
	font-weight: normal;
	margin-left: 15px;
	color: #0081d1;
}
.photo-bx{
	margin-top: 10px;
	margin-bottom: 10px;
}
.photo-bx img{
	width: 100%;
	display: block;
}
.photo-row{
	margin-left: -10px;
	margin-right: -10px;
}
.photo-row> div{
	padding-left: 10px;
	padding-right: 10px;
}
.vid-item{
	margin-top: 10px;
	margin-bottom: 10px;
}
.vid-item .img img{
	width: 100%;
	display: block;
}
.vid-item .img {
	margin-bottom: 5px;
}
.vid-item .name a{
	font-weight: bold;
	font-size: 14px;
	color: #0081d2;
}
.vid-item .name .time{
	font-size: 12px;
	color: #747f86;
	margin-left: 10px;
}
.vid-item .name img{
	margin-right: 10px;
}
.admin-bx .bt-red{
	margin-top: 5px;
	background: #0081d1;
}
.comment-big-bx{
	margin-bottom: 40px;
}
.comment-big-bx .comment-item{
	margin-bottom: 0;
	padding: 15px;
	border:2px solid #ecf1f4;
	border-bottom: 0;
}
.comment-big-bx .comment-form textarea{
	border-radius: 0 0 5px 5px;
}
.name-pic-bx .date{
	color: #747f86;
	font-size: 12px;
	margin-left: 10px;
}
.comment-big-bx .comment-item p{
	color: #39474f;
}
.comment-big-bx .likes{
	width: 80px;
	margin-left: 0;
	display: inline-block;
	margin-top: 10px;
	background-color: #f2f9fd;
	margin-right: 10px;
}
.comment-big-bx .comment-item .name{
	width: 80px;
	font-size: 14px;
}
.comment-big-bx .comment-item-answer{
	padding: 15px 50px;
}
.stena-bx{
	margin-bottom: 50px;
}
.blog-form .file-wr{
	margin-top: 10px;
}
.blog-form .file-wr:after{
	content: '';
	display: block;
	clear: both;
}
.blog-form .file-wr .file{
	float: left;
}
.blog-form .file-wr .bt-red{
	background: #0081d1;
}
.blog-form .file-wr .bt-wr{
	position: relative;
	float: right;
}
.blog-form .file-wr .file-area .jcf-upload-button{
	padding: 0;
	cursor: pointer;
	position: relative;
	z-index: 3;
	padding-left: 22px;
	font-size: 12px;
	color: #8c99a1;
	background: url(../img/file.png) 2px 50% no-repeat;
}
.stena-bx .info-bx-heading .t span{
	font-weight: normal;
	text-transform: none;
}
.group-text{
	margin-bottom: 40px;
}
.photo-bx{
	position: relative;
}
.photo-bx .over{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.5);
}
.photo-bx .over span{
	color: #fff;
	font-size: 14px;
	width: 100%;
	left: 0;
	top:50%;
	position: absolute;
	font-weight: bold;
	margin-top: -12px;
}
.video-added > img,
.video-added > iframe{
	width: 100%;
	display: block;
}
.video-added {
	position: relative;
}
.video-added .del{
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.blog-form .group-text p{
	color: #39474f;
}
.input-add{
	padding-right: 165px;
	position: relative;
}
.input-add .bt-red{
	position: absolute;
	right: 0;
	top: 0;
	width: 145px;
	padding: 8px ;
}
.photo-bx .close{
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 1;
}

.add-photo-bx{
	text-align: center;
	 border-width: 1px;
  border-color: rgb(140, 153, 161);
  border-style: dashed;
  border-radius: 10px;
   height: 78px;
   padding-top: 26px;
   margin-top: 30px;
   margin-bottom: 30px;
}
.add-photo-bx .add-blog-item{
	margin-top: 0;margin-bottom: 0;
	position: relative;right: 0;top: 0;
	display: inline-block;
}
.album-bx{
	margin-bottom: 40px;
}
.album-bx .title{
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #39474f;
	font-size: 18px;
	font-weight: bold;
}
.album-bx .title span, .comment-item .name-bx span{
	 border-radius: 10px;
  background-color: rgb(140, 153, 161);
   padding: 0 5px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 10px;
}
.comment-item-blue{
	background-color: #f5f8f9;
}
.album-bx{
	position: relative;
}
.create-album-btn{
	position: absolute;
	right: 0;
	top: -3px;
}
.comment-item .name-bx{
	font-weight: bold;
	font-size: 14px;
	color: #45b7b7;
	margin-bottom: 10px;
}
.album-item .comment-item{
	border:2px solid #ecf1f4;
}
.album-item .name-pic-bx{
	margin-bottom: 0;
}
.question-item-big .link{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 20px;
	display: inline-block;
}
.question-item-big .del-link{
	color: #e44e3a;
} 
.check-item{
	position: relative;
}
.check-item > input{
	position: absolute;
	left: -9999px;
	opacity: 0;
}
.check-item label{
	cursor: pointer;
	padding-left: 30px;
	font-size: 14px;
	color: #39474f;
}
.check-item label:after{
	content: '';
	border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 241, 244);
  background-color: #fff;
   width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
}
.check-item label:before{
	z-index: 1;
	display: none;
	position: absolute;
  left: 5px;
  top: 6px;
  content: '';
  width: 12px;
  height: 9px;
  background:  url(../img/check.png) 0 0 no-repeat;
}
.check-item input:checked + label:before{
	display: block;
}
.group-params{
	padding: 25px;
	 border-radius: 10px;
  background-color: rgb(236, 241, 244);
}
.group-params .title{
	font-weight: bold;
	font-size: 14px;
	color: #3E80CE;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.group-params .radio-bx{
	margin-bottom: 20px;
	width: 210px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	border-radius: 5px;
  background-color: rgb(140, 153, 161);
}
.group-params .radio-bx label{
	cursor: pointer;
	display: block;
	 padding: 10px;
	 padding-left: 40px;
	 position: relative;
}
.group-params .radio-bx label .s1{
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
	display: block;
}
.group-params .radio-bx label .s2{
	font-size: 10px;
	color: #fff;
	opacity: 0.5;
	display: block;
	line-height: 1.2;
}
.group-params .radio-bx [type="radio"]:not(:checked) + label:before,
.group-params .radio-bx [type="radio"]:checked + label:before{
	width: 22px;
	height: 22px;
	left: 10px;
	top: 10px;
	border-radius: 11px;
}
.group-params .radio-bx [type="radio"]:checked + label:after{
	left: 16px;
	top: 16px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}
.group-params .select-path{
	width: 360px !important;
	max-width: 100%;
	background-color: #fff;
}
.group-params .check-item{
	margin-bottom: 5px;
}
.group-params {
	margin-bottom: 30px;
}
.group-params .radio-bx [type="radio"]:checked + label .s1:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 7.5px 0 7.5px;
	border-color: #8c99a1 transparent transparent transparent;
	content: '';
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -7px;
}
.profile-aside li:nth-child(1) a{background: url(../img/pr-ic1.png) 8px 50% no-repeat;}
.profile-aside li:nth-child(2) a{background: url(../img/pr-ic2.png) 5px 50% no-repeat;}
.profile-aside li:nth-child(3) a{background: url(../img/pr-ic3.png) 6px 50% no-repeat;}
.profile-aside li:nth-child(4) a{background: url(../img/pr-ic4.png) 6px 50% no-repeat;}
.profile-aside li:nth-child(5) a{background: url(../img/pr-ic5.png) 6px 50% no-repeat;}
.profile-aside li:nth-child(6) a{background: url(../img/pr-ic6.png) 5px 50% no-repeat;}
.profile-aside li:nth-child(7) a{background: url(../img/pr-ic7.png) 7px 50% no-repeat;}
.profile-aside li:nth-child(8) a{background: url(../img/pr-ic8.png) 6px 50% no-repeat;}
.profile-aside li:nth-child(9) a{background: url(../img/pr-ic9.png) 7px 50% no-repeat;}
.profile-aside li:nth-child(10) a{background: url(../img/pr-ic10.png) 5px 50% no-repeat;}
.profile-aside li:nth-child(11) a{background: url(../img/pr-ic11.png) 6px 50% no-repeat;}
.profile-aside li:nth-child(1) a:hover, .profile-aside li:nth-child(1).active a{background:#8c99a1 url(../img/pr-ic1-a.png) 8px 50% no-repeat;}
.profile-aside li:nth-child(2) a:hover, .profile-aside li:nth-child(2).active a{background:#8c99a1 url(../img/pr-ic2-a.png) 5px 50% no-repeat;}
.profile-aside li:nth-child(3) a:hover, .profile-aside li:nth-child(3).active a{background:#8c99a1 url(../img/pr-ic3-a.png) 6px 50% no-repeat;}
.profile-aside li:nth-child(4) a:hover, .profile-aside li:nth-child(4).active a{background:#8c99a1 url(../img/pr-ic4-a.png) 6px 50% no-repeat;}
.profile-aside li:nth-child(5) a:hover, .profile-aside li:nth-child(5).active a{background:#8c99a1 url(../img/pr-ic5-a.png) 8px 50% no-repeat;}
.profile-aside li:nth-child(6) a:hover, .profile-aside li:nth-child(6).active a{background:#8c99a1 url(../img/pr-ic6-a.png) 5px 50% no-repeat;}
.profile-aside li:nth-child(7) a:hover, .profile-aside li:nth-child(7).active a{background:#8c99a1 url(../img/pr-ic7-a.png) 7px 50% no-repeat;}
.profile-aside li:nth-child(8) a:hover, .profile-aside li:nth-child(8).active a{background:#8c99a1 url(../img/pr-ic8-a.png) 6px 50% no-repeat;}
.profile-aside li:nth-child(9) a:hover, .profile-aside li:nth-child(9).active a{background:#8c99a1 url(../img/pr-ic9-a.png) 7px 50% no-repeat;}
.profile-aside li:nth-child(10) a:hover, .profile-aside li:nth-child(10).active a{background:#8c99a1 url(../img/pr-ic10-a.png) 5px 50% no-repeat;}
.profile-aside li:nth-child(11) a:hover, .profile-aside li:nth-child(11).active a{background:#8c99a1 url(../img/pr-ic11-a.png) 6px 50% no-repeat;}
.bloknot-aside a span{
	font-size: 12px;
	font-weight: normal;
}
.bloknot-aside a .red{
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	background-color: #e44e3a;
	border-radius: 15px;
	padding: 0 8px;
	line-height: 17px;
	position: relative;
	top: -2px;
}
.bloknot-aside .exit-bt{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2px solid #fff;
}
.bloknot-aside .exit-bt a{
	color: #3E80CE;
}
.bloknot-aside .exit-bt a:hover{
	background-color: #fff;
}
.profile-top-bg{
	height: 250px;
	background: url(../img/1.png) 50% no-repeat;
	position: relative;
	border-radius: 10px;
}
.profile-top-bg .red-bt{
	padding: 3px 10px 3px 30px;
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
	border-radius: 6px;
	background: #464c50 url(../img/ph.png) 8px 50% no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.profile-ico-bx{
	padding-left: 67px;
	position: relative;
	margin-top: -20px;
}
.profile-ico-bx > *{
	display: inline-block;
	vertical-align: middle;
}
.red-profile-item{
	top: 57px;
	right: 0;
}
.red-profile-item:after{
	background-image: url(../img/red.png);
}
.profile-ico-bx .ico{
	position: relative;
	top: -48px;
	width: 143px;
	height: 143px;
	border-radius: 50%;
	border:2px solid #fff;
	margin-right: 15px;
	overflow: hidden;
}
.profile-ico-bx .ico .ava{
	width: 100%;
	display: block;
}
.profile-ico-bx .ico-red{
	padding: 3px 0;
	background-color: #e44e3a;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}
.profile-ico-bx .name{
	font-weight: bold;
	font-size: 24px;
	color: #39474f;
}
.profile-ico-bx .level{
	font-weight: bold;
	color: #0081d2;
	font-size: 13px;
}
.profile-desc .tt{
	margin-bottom: 5px;
	font-size: 16px;
	color: #39474f;
	font-weight: bold;
}
.profile-desc .text{
	font-size: 14px;
	color: #8c99a1;
	padding: 15px;
	border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 241, 244);
  border-radius: 5px;
  margin-bottom: 20px;
}
.profile-desc .list>li{
	margin-bottom: 20px;
	overflow: hidden;
}
.profile-desc .list .tt{
	width: 140px;
	float: left;
	margin-bottom: 0;
}
.profile-desc .list .tt2{
	font-size: 16px;
	color: #0081d2;
	overflow: hidden;
}
.social li{
	display: inline-block;
	margin-right: 10px;
}
.profile-desc p{
	color: #39474f;
	font-size: 14px;
}
.profile-desc{
	margin-bottom: 40px;
}
.profile-test .test-bx{
	 border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 241, 244);
  border-radius: 10px;
  background-color: rgba(236, 241, 244, 0.502);
  padding: 25px;
  overflow: hidden;
}
.profile-test .test-bx .ico{
	margin-right: 20px;
	float: left;
}
.profile-test .test-bx .tt{
	overflow: hidden;
}
.profile-test .test-bx .name{
	margin-bottom: 10px;
	font-weight: bold;
}
.profile-test .test-bx p{
	margin: 0;
	color: #39474f;
}
.friend-item{
	 border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 241, 244);
  border-radius: 5px;
  background-color: rgb(245, 248, 249);
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
}
.friend-item:first-child{
	padding-top: 15px;
}
.friend-item .bt-red{
	position: absolute;
	right: 15px;
	top: 27px;
	margin-top: 0;
}
.friend-item .num{
	color: #747f86;
}
.friend-item .name{
	color: #45b7b7;
	max-width: 550px;
}
.added-tabs li{
	width: 13%;
	padding-left: 5px;
	padding-right: 5px;
}
.added-tabs li.active{
	padding-left: 5px;
	padding-right: 5px;
}
.added-tabs li span{
	font-size: 12px;
}
.added-tabs li span i{
	font-weight: normal;
	font-style: normal;
	color: #39474f;
}
.added-tabs li.active span i{
	color: #fff;
}
.sc-input{
	padding-left: 50px;
	position: relative;
	margin-bottom: 10px;
}
.sc-input > img{
	position: absolute;
	left: 0;
	top: 5px;
}
.profile-form .lbl{
	font-weight: bold;
}
.profile-form .select-area{
	width: 100% !important;
}
.slovar-tabs li{width: 24%;}
.slovar-bx{
	border-top: 2px solid #ecf1f4;
}
.slovar-item{
	border-bottom: 2px solid #ecf1f4;
	padding: 15px 0;
	position: relative;
}
.slovar-item  > *{
	display: inline-block;
	vertical-align: middle;
}
.slovar-item .ico{
	margin-right: 15px;
}
.slovar-item .name{
	font-weight: bold;
	font-size: 16px;
	color: #3E80CE;
}
.slovar-item .name span{
	font-weight: normal;
	color: #39474f;
}
.slovar-item .pop-bx{
	position: absolute;
	right: 0;
	top: 15px;
}
.slovar-item:hover{
	z-index: 4;
}
.slovar-item .pop-bx .dots{
	position: relative;
	z-index: 2;
	cursor: pointer;
	filter: invert(49%) sepia(89%) saturate(2135%) hue-rotate(193deg) brightness(86%) contrast(86%);
}
.drops-links{
	 border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 6px 0px rgba(140, 153, 161, 0.42);
  width: 185px;
  padding: 20px 10px;
  position: absolute;
  right: -10px;
  top: 0px;
  display: none;
  z-index: 1;
}
.drops-links a{
	font-weight: bold;
	color: #39474f;
	font-size: 14px;
	padding: 2px 5px;
	border-radius: 4px;
	display: block;
}
.drops-links a:hover{
	background-color: #ecf1f4;
	text-decoration: none;
}
.slovar-item .pop-bx:hover .drops-links{
	display: block;
}
.profile-ico-bx .btns{
	position: absolute;
	left: 230px;
	top: 105px;
}
.profile-ico-bx .btns .bt-red{
	margin-right: 20px;
}
.profile-ico-bx .mess-profile-item{
	position: relative;
	top: 0;
	right: 0;
}
.mess-profile-item:after{
	background: url(../img/redd.png) 50% no-repeat;
}
.invite-item label{
	font-size: 16px;
	font-weight: bold;
	padding-left: 67px;
	margin-bottom: 0;
	line-height: 30px;
}
.invite-item{
	margin-bottom: 20px;
}
.invite-item label:after{
	width: 50px;
	height: 30px;
	background-color: #ecf1f4;
	border-radius: 15px;
}
.invite-item label:before{
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 10px;
	top: 5px;
}
.invite-item input:checked + label:before{
	background: #3E80CE;
	left: 26px;
}
.message-bx .mess-bx{
	border-radius: 15px;
  background-color: rgb(245, 248, 249);
  padding: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.message-bx .mess-bx .date{
	font-size: 10px;
	color: #747f86;
}
.message-bx .mess-bx p{
	font-size: 14px;
}
.message-bx .mess-bx:after{
	content: '';
	display: block;
	clear: both;
}
.message-bx .mess-right{
	float: right;
	background-color: #3E80CE;
}
.message-bx .mess-right p{
	color: #fff;
}
.message-bx .mess-right .date{
	color: #fff;
	opacity: 0.5;
}
.message-bx .answer-mess{
	overflow: hidden;
}
.mess-item{
	padding: 15px;
	 border-radius: 5px;
  background-color: rgb(245, 248, 249);
  margin-bottom: 10px;
}
.mess-item:after{
	content: '';
	display: block;
	clear: both;
}
.mess-item .ico{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
	float: left;
}
.mess-item .ico img{
	width: 100%;
	display: block;
}
.mess-item .name-bx{
	overflow: hidden;
}
.mess-item .name{
	font-size: 14px;
	color: #45b7b7;
	font-weight: bold;
	line-height: 1.2;
}
.mess-item .name span{
	 border-radius: 10px;
  background-color:#fff;
   width: 27px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  color: #404e56;
  font-size: 10px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  display: none;
}
.mess-item .date{
	font-size: 12px;
	line-height: 1.6;
	color: #747f86;
}
.mess-item .tt{
	font-size: 14px;
	color: #39474f;
	font-weight: bold;
}
.mess-act{
	 border-style: solid;
  border-width: 2px;
  border-color: rgb(140, 153, 161);
  position: relative;
}
.mess-act:after{
	content: '';
	position: absolute;
	right: -7px;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 6px;
	border-color: transparent transparent transparent #8c99a1;
	margin-top: -4px;
}
.mess-alert{
	background-color: #e44e3a;
}
.mess-alert .name span{
	display: inline-block;
}
.mess-alert .name {
	color: #fff;
}
.mess-alert .date{
	color: #fff;
	opacity: 0.5;
}
.mess-alert .tt{
	color: #fff;
}
.group-item .bb{position: relative;}
.group-item .teach-name{
	font-size: 14px;
	color: #39474f;
	position: absolute;
	right: 15px;
	top: 14px;
}
.group-item .teach-bx > *{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	color: #39474f;
}
.group-item .teach-bx img{margin-right: 10px;}
.group-item .teach-bx {
	right: 175px;
	position: absolute;
	top: 0px;
}
.teach-item p{
	color: #8c99a1;
	max-width: 570px;
}
.btn-cc{
	margin-top: 20px;
	text-align: center;
}
.title-red{
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 30px;
	font-weight: bold;
}
.grey-boxes{
	margin-bottom: 60px;
}
.grey-bx-item{
	margin-bottom: 30px;
	border-radius: 10px;
  background-color: rgb(236, 241, 244);
  height: 250px;
  padding: 20px;
  position: relative;
}
.grey-bx-item .tt{
	min-height: 124px;
	padding: 20px 40px;
	width: 100%;
	bottom: 0;
	line-height: 1.4;
	position: absolute;
	left: 0;
	font-weight: bold;
	font-size: 20px;
	color: #39474f;
}
.teach-text{
	margin-bottom: 60px;
}
.teach-text p{
	color: #39474f;
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.4;
}
.gala-bx{
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 	1px solid #ecf1f4;
	margin-bottom: 60px;
}
.gala-bx .ico{
	margin-right: 15px;
	float: left;
}
.gala-bx .t{
	padding-right: 40px;
	font-size: 18px;
	color: #a6afb9;
	overflow: hidden;
	font-weight: 500;
}
.top-box{
	position: relative;
	margin-top: -50px;
	padding-left: 999px;
	padding-right: 999px;
	margin-left: -999px;
	margin-right: -999px;
	background-color: #0081d1;
}
.top-box .btn{
	width: 200px;
	color: #0081d1;
}
.top-box .btn:hover{
	opacity: 0.9;
}
.top-box .text{
	position: relative;
	padding: 120px 0;
}
.top-box .bg{
	position: absolute;
	bottom: -12px;
	right: -100px;
}
.top-box .text .t1{
	line-height: 1.2;
	margin-bottom: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
}
.top-box .text .t2{
	line-height: 1.2;
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 50px;
	display: inline-block;
}
.top-box .text .t2:after{
	content: '';
	right: -110px;
	top: -10px;
	width: 90px;
	height: 90px;
	position: absolute;
	background:  url(../img/ban-ico2.png) 0 0 no-repeat;
}
.top-box .bt{
	 border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  width: 260px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  display: inline-block;
  margin-right: 20px;
  padding: 10px;
}
.top-box .bt:hover span{
	text-decoration: underline;
}
.top-box .bt > *{
	display: inline-block;
	vertical-align: middle;
}
.top-box .bt img{
	margin-right: 10px;
}
#wrapper{
	overflow: hidden;
	width: 100%;
}
.teach-label{
	margin-bottom: 20px;
	 border-radius: 10px;
  background-color: rgb(34, 89, 168);
  padding: 5px 15px;
}
.teach-label > *{
	display: inline-block;
	vertical-align: middle;
}
.teach-label img{
	margin-right: 10px;
}
.teach-label span{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.chat-btn{
	text-align: center;
	display: block;
	position: relative;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	 border-radius: 10px;
  background-color: rgb(69, 183, 183);
  padding: 8px 0;
  margin-bottom: 20px;
}
.chat-btn:hover{
	color: #fff;
	opacity: 0.9;
	text-decoration: none;
}
.chat-btn img{
	margin-right: 10px;
}
.chat-btn .n{
	border-radius: 50%;
  background-color: rgb(220, 75, 56);
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
  color: #fff;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
}
.title-black{
	font-size: 14px;
	text-transform: uppercase;
	color: #39474f;
	margin-bottom: 20px;
	font-weight: bold;
}
.title-black span{
	font-weight: normal;
	font-size: 14px;
	color: #8c99a1;
	margin-left: 10px;
}
.red-bx{
	font-size: 10px;
	color: #e44e3a;
	margin-bottom: 15px;
	line-height: 1.5;	
}
.comment-big-bx .comment-item .mess-item .name{
	width: auto;
}
.message-bx .mess-bx.mess-item .date{
	margin-top: 5px;
	font-weight: normal;
}
.user-list-bx .title{
	color: #39474f;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
.user-list-bx ul li{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.partner-item{
	border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 241, 244);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 30px;
}
.partner-item .ico{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	margin-right: 10px;
	float: left;
	margin-right: 15px;
}
.partner-item .ico .status{
	border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  background-color: rgb(98, 188, 98);
   width: 15px;
  height: 15px;
  position: absolute;
  right: 2px;
  bottom: 2px;
  border-radius: 9px;
}
.partner-item .ico img{
	width: 100%;
	display: block;
}
.partner-item .tt{
	overflow: hidden;
	margin-top: 20px;
}
.partner-item .heading{
	position: relative;
}
.partner-item .heading .bt-red{
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
}
.partner-item .name{
	font-size: 18px;
	color: #39474f;
	font-weight: bold;
}
.partner-item .level{
	font-weight: bold;
	color: #45b7b7;
	font-size: 14px;
}
.partner-item .sep{
	border-top: 2px solid rgb(236, 241, 244);
	margin: 20px 0;
}
.partner-item .t{
	font-weight: bold;
	color: #39474f;
	font-size: 14px;
	margin-bottom: 5px;
}
.partner-item p{
	font-size: 14px;
	color: #39474f;
	margin: 0;
}
.tabs-navigation li.active:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: #3E80CE transparent transparent transparent;
	margin-left: -6px;
	left: 50%;
	position: absolute;
	bottom: -7px;
}
.overlay, .alert-frame-overlay{
	position:fixed;
	background:rgba(0,0,0,0.5);
	height:100%;
	left:0;
	top:0;
	width:100%;
	z-index:11;
	display: none;
}
.alert-frame-overlay{
	background:rgba(0,0,0,0.3);
}
.popup{
	display: none;
	left:50%;
	top:50px;
	margin-left:-180px;
	position:fixed;
	z-index:11;
	width:360px;
	background:#fff;
	padding: 40px 30px;
	 border-radius: 10px;
	 box-shadow: 0px 25px 68px 0px rgba(0, 0, 0, 0.52);
}
.popup .close{
	position:absolute;
	top:10px;
	opacity: 1;
	right:10px;
}
.popup .close:hover{
	cursor:pointer;
}
.popup-share{
	top: 5%;
	max-height: 90%;
	overflow: auto;
}
.popup .title{
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #39474f;
}
.popup-share .comment-form input[type='submit']{
	width: 20px;
	height: 20px;
	background: url(../img/search.png) 0 0 no-repeat;
	top: 11px;
	right: 15px;
}
.popup-share .comment-form {
	margin-bottom: 20px;
}
.added-friend-item > *{
	display: inline-block;
	vertical-align: middle;
}
.added-friend-item{
	padding: 10px;
	 border-style: solid;
  border-width: 2px;
   border-color:#fff;
    border-radius: 5px;
}
.added-friend-item.act{
  border-color: rgb(236, 241, 244);
  background-color: rgb(245, 248, 249);
}
.added-friend-item .ico{
	margin-right: 15px;
}
.added-friend-item .name{
	font-size: 16px;
	font-weight: bold;
}
.added-friend-item .fr{
	font-size: 12px;
	color: #747f86;
}
.question-item .bb-link{
	margin-right: 25px;
}
.for-teacher{
	display: none;
}
.bloknot-tabs li{
	height: 45px;
	padding-top: 13px !important;
}
.bloknot-tabs li.active{
	padding-top: 15px !important;
}
.users-reg-box{
	padding: 15px 0;
	background: #ecf1f4;
}
.users-reg-box .reg-bx img{
	max-width: 100%;
}
.users-reg-box .tt{
	padding-top: 55px;
	margin-bottom: 40px;
}
.users-reg-box .tt .t1{
	font-weight: bold;
	font-size: 24px;
	color: #45b7b7;
	line-height: 1.1;
	margin-bottom: 15px;
}
.users-reg-box .tt .t2{
	font-size: 36px;
line-height: 1.1;
	color: #e44e3a;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.users-reg-box .tt p{
	margin: 0 0 40px;
	font-size: 16px;
	color: #39474f;
}
.users-reg-box{
	margin-top: 50px;
}
.users-reg-box .bt-red{
	background: #45b7b7;
}
.no-albums{
	 border-style: solid;
  border-width: 2px;
  border-color: rgb(236, 241, 244);
  border-radius: 5px;
 line-height: 265px;
 text-align: center;
 font-size: 14px;
 color: #39474f;
}
.arr-links-list {
	margin-bottom: 30px;
	margin-top: -15px;
}
.arr-links-list li{
	padding: 15px 0;
	border-bottom: 2px solid #ecf1f4;
}
.arr-links-list li a{
	line-height: 1.2;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-right: 40px;
	background: url(../img/arr-coment.png) 100% 50% no-repeat;
}
.opros-item{
	margin-bottom: 30px;
	border-radius: 10px;
  background-color: rgb(215, 223, 225);
  padding: 25px;
}
.opros-item .hh{
	overflow: hidden;
	margin-bottom: 25px;
}
.opros-item .hh .t{
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.opros-item .hh .link{
	font-weight: bold;
	text-decoration: none;
	color: #e44e3a;
	display: block;
	float: right;
	padding-right: 40px;
	background: url(../img/arr-coment.png) 100% 50% no-repeat;
}
.opros-item .hh .link:hover{
	text-decoration: underline;
}
.opros-item .q{
	font-weight: bold;
	font-size: 16px;
	color: #39474f;
	margin-bottom: 20px;
	min-height: 48px;
}
.opros-item .radio-bx{
	margin-bottom: 15px;
}
.opros-item .radio-bx label{
	padding-left: 40px;
	padding-top: 8px;
	font-size: 16px;
	color: #39474f;
}
.opros-item [type="radio"]:not(:checked) + label:before, 
.opros-item [type="radio"]:checked + label:before{
	border: 0;
	width: 32px;
	height: 32px;
	background: #fff;
	border-radius: 50%;
}
.opros-item [type="radio"]:not(:checked) + label:after, 
.opros-item [type="radio"]:checked + label:after{
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background: #39474f;
	top: 13px;
    left: 10px;
}
.group-pic-bx .ico{
	width: 63px;
	height: 63px;
}
.group-pic-bx .bt-red{
	font-size: 11px;
	background: #39474f;
}
.group-pic-bx .vv{
	font-size: 14px;
	color: #8c99a1;
	margin: 2px 0;
}
.popular-groups{
	margin-bottom: 50px;
}
h2.page-title{
	color: #3b4951;
}
.last-com-bx{
	padding: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(236, 241, 244);
    border-radius: 5px;
}
.last-com-bx .answer-bx{
	margin: 0;
}
.last-com-bx .comment-item{
	background: none;
	border: 0;
	padding: 0;
	padding: 0 0 15px;
	border-bottom: 2px solid #ecf1f4;
	margin-bottom: 15px;
}
.last-com-bx .comment-bx{
	margin: 0;
}
.last-com-bx .comment-item:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.vid-item-wide{
	padding: 0 0 10px;
	border-bottom: 2px solid #ecf1f4;
	width: 100%;
}
.vid-item-wide .name {
	position: relative;
	padding-right: 40px;
}
.vid-item-wide .name .time{
	position: absolute;
	right: 0;
	top: 0;
}
.vid-item-wide:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.popup-add-audio{
	 border-radius: 10px;
  background-color: rgb(236, 241, 244);
  box-shadow: none;
  width: 555px;
  margin-left: -277px;
  text-align: center;
}
.popup-add-audio .title{
	font-size: 24px;
	color: #45b7b7;
	margin-bottom: 40px;
}
.add-file-bx{
	max-width: 360px;
	 border-width: 2px;
  border-color: rgba(140, 153, 161,.5);
  border-style: dashed;
  border-radius: 10px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 25px 0;
	text-align: center;
}
.add-file-bx .name{
	margin-bottom: 15px;
	font-size: 14px;
	color: #39474f;
}
.add-file-bx .bt-red{
	background: #8c99a1;
}
.blog-form .file-foto .file-area .jcf-upload-button{
	background: url(../img/file2.png) 0 25% no-repeat;
}
.blog-form .file-link .file-area .jcf-upload-button{
	background: url(../img/file3.png) 1px 50% no-repeat;
}
.blog-form .file{
	margin-right: 30px;
}
.blog-form .file-area .jcf-upload-button{
	border-radius: 0;
}
.file-fr{
	padding: 10px;
	 border-radius: 5px;
  background-color: #e5f2fa;
  position: relative;
}
.file-fr .del{
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.file-fr .t{
	font-weight: bold;
	font-size: 16px;
	color: #8c99a1;
	padding-right: 30px;
}
.blog-form .file .jcf-fake-input em{
	font-style: normal;
}
.blog-form .file .jcf-fake-input{
	margin: 0;
	display: block;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 12px;
	font-weight: bold;
	color: #8c99a1;
	float: right;
}
.blog-form .file-wr .file-area .jcf-upload-button{
	width: 20px;
	overflow: hidden;
}
.ph-add-bx{
	text-align: center;
	padding: 10px;
	 border-radius: 5px;
  background-color: #e5f2fa;
}
.ph-add-bx li{
	display: inline-block;
	position: relative;
	margin: 10px 15px;
}
.ph-add-bx .del{
	cursor: pointer;
	position: absolute;
	right: -9px;
	top: -9px;
}
.ph-add-bx .del img{
	width: 18px;
}
.file-wr .del{cursor: pointer;display: inline-block;}

.blog-form .file-wr .file-link{
	background: url(../img/file3.png) 1px 50% no-repeat;
	padding-left: 20px;
	font-size: 12px;
    font-weight: bold;
    color: #8c99a1;
    cursor: pointer;
}
.popup-add-link{
	 border-radius: 10px;
  background-color: rgb(236, 241, 244);
  box-shadow: none;
  width: 555px;
  margin-left: -277px;
  text-align: center;
}
.popup-add-link .title{
	font-size: 24px;
	color: #45b7b7;
	margin-bottom: 30px;
}
.popup-add-link .add-inp{
	max-width: 360px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: left;
}
.popup-add-link .add-inp .t{
	font-size: 14px;
	color: #39474f;
	margin-bottom: 5px;
}
.popup-add-link .add-inp input{
	 border-style: solid;
  border-width: 2px;
  border-color: rgb(188, 197, 202);
  border-radius: 5px;
   height: 40px;
   width: 100%;
   background: none;
   padding: 0 10px;
}
.opros-result-block{
	margin-top: 20px;
}
.opros-result-block .ans-line{
	margin-bottom: 15px;
	position: relative;
	padding-left: 70px;
	padding-right: 30px;
}
.opros-result-block .ans-line .t{
	line-height:1;
	font-size: 16px;
	color: #39474f;
	position: absolute;
	left: 0;
	top: -3px;
}
.opros-result-block .ans-line .line{
	width: 50%;
	height: 8px;
	background: #2259a8;
	position: relative;
}
.opros-result-block .ans-line .line .n{
	line-height:1;
	color: #2259a8;
	font-size: 16px;
	position: absolute;
	left: calc(100% + 5px);
	top: -3px;
}
.opros-result-block .tnx-t{
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 30px;
	color: #45b7b7;
}
.opros-result-block{
	display: none;
}
/*new pages style*/
.main-header{
	padding-bottom: 20px;
	padding-top: 25px;
	border-bottom: 1px solid #eceff1;
}
.mnu{
	display: flex;
	justify-content: space-between;
}
.mnu>li{
	position: relative;
}
.mnu>li>a{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
.mnu>li>a:hover, 
.mnu>li:hover>a{
	color: #3E80CE;
}
.mnu>li>a > img{
	margin-left: 5px;
}
.mnu>li:hover .drop-links{
	display: block;
	left: -100px;
}
.drop-links{
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 250px;
	padding: 15px 5px;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	z-index: 3;
	border-radius: 25px;
}
.drop-links>li>a{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
	border-radius: 25px;
}
.drop-links>li>a:hover {
	color: #fff;
	background: #A6AFB9;
}
.header-bx:after{
	content: '';
	display: block;
	clear: both;
}
.header-bx .logo{
	float: left;
}
.header-bx .right{
	float: right;
}
.header-bx .right > *{
	display: inline-block;
	vertical-align: middle;
}
.header-bx .slab, 
.search-bx .opener{
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	text-decoration: none;
	color: #A6AFB9;
	margin-right: 40px;
	cursor: pointer;
}
.header-bx .slab *, 
.search-bx .opener * {
	display: inline-block;
	vertical-align: middle;
}
.header-bx .slab img,
.search-bx .opener img{
	margin-right: 10px;
}
.header-bx .slab:hover, 
.search-bx .opener:hover{
	color: #3E80CE;
}
.head-lk-bx > *{
	display: inline-block;
	vertical-align: middle;
}
.head-lk-bx > .btn-enter{
	display: flex;
	width: 140px;
	background: #0081d2;
	color: #fff;
}
.head-drop-bx {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.head-drop-bx .opener{
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	min-width: 50px;
	min-height: 50px;
	text-align: center;
	padding: 0 10px;
	font-weight: 600;
	font-size: 14px;
	color: #3E80CE;
	cursor: pointer;
	position: relative;
	padding-top: 14px;
}
.head-drop-bx:hover .opener{
	border-radius: 25px 25px 0 0;
}
.head-drop-bx:hover .h-drop-list-bx{
	border-radius: 25px 0 25px 25px;
	display: block;
}
.lang-drop-bx:hover .h-drop-list-bx{
	border-radius: 0 0 25px 25px;
	width: 100%;
}
.lang-drop-bx{
	margin-right: 40px;
}
.head-drop-bx .opener span{
	margin: 0 5px;
}
.h-drop-list-bx{
	position: absolute;
	right: 0;
	top: 100%;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	z-index: 3;
	width: 150px;
	padding: 15px 5px;
	border-radius: 25px;
	min-width: 100%;
	display: none;
	z-index: 111;
}
.h-drop-list-bx>li>a{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
	border-radius: 25px;
}
.h-drop-list-bx>li>a:hover {
	color: #fff;
	background: #A6AFB9;
}
.head-lk-bx .name-bx >*{
	display: inline-block;
	vertical-align: middle;
}
.head-lk-bx .name-bx {
	margin-right: 20px;
}
.head-lk-bx .name-bx .ico{
	width: 50px;
	border-radius: 50%;
	height: 50px;
	margin-right: 7px;
}
.head-lk-bx .name-bx .ico img{
	width: 100%;
}
.head-lk-bx .name-bx .name{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	width: 150px;
	color: #000000;
}
.head-lk-bx .name-bx .st{
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	padding: 2px 5px;
	font-weight: 500;
	font-size: 12px;
	display: inline-block;
	color: #000000;
}
.head-lk-bx .name-bx .st *{
	display: inline-block;
	vertical-align: middle;
}
.header-bx{
	margin-bottom: 20px;
}
.main-footer{
	background: #000;
}
.t-foot{
	padding: 50px 0;
	border-bottom: 1px solid rgb(166 175 185 / 20%);
}
.t-foot .h3{
	font-weight: 600;
	font-size: 14px;
	margin: 0 0 15px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.t-foot .h3 a{
	font-weight: 600;
	font-size: 14px;
	margin: 0 0 15px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.t-foot .h3 a:hover{
	text-decoration: none;
}
.t-foot .list li{
	margin-bottom: 8px;
}
.t-foot .list a{
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #A6AFB9;
}
.t-foot .list a:hover{
	color: #fff;
}
.t-foot .cc{
	font-weight: 600;
	font-size: 12px;
	line-height: 210%;
	text-transform: uppercase;
	color: #A6AFB9;
}
.t-foot .cc a{
	color: #A6AFB9;
}
.b-foot{
	padding: 50px 0;
}
.b-foot .links li{
	display: inline-block;
	margin-right: 20px;
}
.b-foot .links a{
	font-weight: 500;
	font-size: 12px;
	text-decoration: none;
	color: #A6AFB9;
}
.b-foot .links a:hover{
	color: #fff;
}
.b-foot .links{
	margin-bottom: 77px;
}
.b-foot .soc{
	margin-right: 50px;
	display: inline-block;
	vertical-align: middle;
}
.b-foot .soc li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.b-foot .soc a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	text-align: center;
	background: #3E80CE;
}
.b-foot .soc a:hover{
	background-color: #fff;
}
.b-foot .soc a:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.b-foot .soc a img{
	display: inline-block;
	vertical-align: middle;
}
.made-bx{
	display: inline-block;
	vertical-align: middle;
}
.made-bx >*{
	display: inline-block;
	vertical-align: middle;
}
.made-bx img{
	margin-right: 15px;
}
.made-bx .t{
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	color: #A6AFB9;
}
.made-bx .t a{
	color: #1A508B;
}
.b-foot .copy{
	font-weight: 500;
	font-size: 12px;
	line-height: 160%;
	color: #A6AFB9;
	margin-bottom: 35px;
}
.b-foot .copy a{
	color: #1A508B;
}
.partner-list li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}
.bonus-bx{
	border-radius: 5px;
  background-color: rgb(255, 255, 255);
  padding: 5px 10px;
  margin-top: 20px;
}
.bonus-bx > *{
	display: inline-block;
	vertical-align: middle;
}
.bonus-bx .ico{
	margin-right: 15px;
}
.bonus-bx .t{
	font-size: 16px;
	font-weight: bold;
	color: #ff8901;
	line-height: 1.2;
	margin-top: 2px;
}
.bonus-bx a{
	font-weight: 500;
	font-size: 12px;
	color: #0081d1;
	text-decoration: none;
}
.bonus-bx a:hover{
	text-decoration: underline;
}
.alert-frame-bx{
	position: absolute;
	z-index: 11;
	border-radius: 10px;
  background-color: rgb(255, 255, 255);
  width: 300px;
  margin-left: -150px;
  padding: 40px 10px 30px;
  text-align: center;
  left: 50%;
  top: -160px;
  display: none;
}
.alert-frame-bx .cl{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.alert-frame-bx .t{
	font-weight: 500;
	font-size: 16px;
	color: #0081d1;
}
.alert-frame-bx:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7.5px 0 7.5px;
	border-color: #ffffff transparent transparent transparent;
}
.toggle_mnu {
	display: none;
	  width: 40px;
	  height: 40px;
	  position: absolute;
	  z-index: 10;
	  border: none;
	  background: #3e80ce;
	  right: 10px;
	  top: 15px; }
	.sandwich {
	  width: 28px;
	  height: 28px;
	  position: absolute;
	  top: 8px;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  z-index: 200; }
	.sw-topper {
	  position: relative;
	  top: 0;
	  width: 28px;
	  height: 3px;
	  background: white;
	  border: none;
	  border-radius: 4px 4px 4px 4px;
	  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
	          transition: transform 0.5s, top 0.2s;
	  display: block; }
	.sw-bottom {
	  display: block;
	  position: relative;
	  width: 28px;
	  height: 3px;
	  top: 6.6px;
	  background: white;
	  border: none;
	  border-radius: 4px 4px 4px 4px;
	  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
	          transition: transform 0.5s, top 0.2s;
	  -webkit-transition-delay: 0.2s, 0s;
	          transition-delay: 0.2s, 0s; }
	.sw-footer {
	  display: block;
	  position: relative;
	  width: 28px;
	  height: 3px;
	  top: 13.5px;
	  background: white;
	  border: none;
	  border-radius: 4px 4px 4px 4px;
	  -webkit-transition: all 0.5s;
	          transition: all 0.5s;
	  -webkit-transition-delay: 0.1s;
	          transition-delay: 0.1s; }
	.sandwich.active .sw-topper {
	  top: 9px;
	  -webkit-transform: rotate(-45deg);
	      -ms-transform: rotate(-45deg);
	          transform: rotate(-45deg); }
	.sandwich.active .sw-bottom {
	  top: 6px;
	  -webkit-transform: rotate(45deg);
	      -ms-transform: rotate(45deg);
	          transform: rotate(45deg); }
	.sandwich.active .sw-footer {
	  opacity: 0;
	  top: 0;
	  -webkit-transform: rotate(180deg);
	      -ms-transform: rotate(180deg);
	          transform: rotate(180deg); }
.active-teacher-bx{
	margin-bottom: 90px;
	border-radius: 10px;
  background-color: #f2f9fd;
  padding: 35px 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.active-teacher-bx .h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0;
	color: #000;
}
.active-teacher-bx .btn{
	max-width: 255px;
	margin-top: 30px;
}
.active-teacher-bx .list li{
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 16px;
	color: #000;
	display: flex;
	 align-items: center;
}
.active-teacher-bx .list .ic{margin-right: 8px;width: 21px;text-align: center;}
.active-teacher-bx .srt img{
	margin-bottom: 10px;
}
.active-teacher-bx .srt {text-align: center;}
.active-teacher-bx .srt .t{
	font-weight: 500;
	font-size: 16px;
}
.active-user-bx{
	margin-top: -50px;
	margin-bottom: 90px;
}
.active-user-bx .user-bx{
	height: 375px;
	background: rgb(0, 129, 209) url(../img/st-bg.png) 50% 20px no-repeat;
	border-radius: 10px;
	text-align: center;
	padding-top: 60px;
}
.active-user-bx .user-bx .h3{
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	margin-bottom: 50px;
	text-align: center;
	text-transform: uppercase;
}
.active-user-bx .user-bx .list li{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px;
}
.active-user-bx .user-bx .list .img{
	width: 75px;
	height: 75px;
	border-radius: 50%;
	overflow: hidden;
}
.active-user-bx .user-bx .list .img img{
	width: 100%;
}
.active-user-bx .user-bx .list .st{
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	padding: 2px 5px;
	font-weight: 500;
	font-size: 12px;
	display: inline-block;
	color: #000000;
	margin-top: -15px;
	overflow: hidden;
}
.active-user-bx .user-bx .list  .st *{
	display: inline-block;
	vertical-align: middle;
}
.active-user-bx .vd-bx{
	position: relative;
	border-radius: 10px;
	background: #393939 url(../img/vd.png) 50% no-repeat;
	height: 375px;
}
.active-user-bx .vd-bx .over{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.table-info-bx .h3{
	font-weight: bold;
	font-size: 36px;
	color: #000;
	margin-bottom: 50px;
}
.table-info-bx p{
	margin: 0 0 20px;
	 font-size: 16px;
  color: rgb(124, 137, 151);
  line-height: 1.5;
  font-weight: 500;
}
.table-info-bx .list li{
	margin-bottom: 10px;
	display: flex;
}
.table-info-bx .list .nn{
	background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  width: 95px;
  min-width: 95px;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  color: #0081d1;
  font-weight: 500;
  margin-right: 10px;
  border-radius: 30px;
  display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.table-info-bx .list .tt{
	background-color: #f2f9fd;
	border-radius: 30px;
 padding: 10px ;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  width: 100%;
}
.question-item-bx [type="radio"]:not(:checked), 
.question-item-bx [type="radio"]:checked{
	position: static;
}
.question-item-bx .btn{
	width: 140px;
	background: #0081d2;
	color: #fff;
}
.lesson-chose-bx .h3{
	margin: 0 0 40px;
	font-weight: bold;
	font-size: 30px;
	color: #000;
}
.less-tags{
	float: left;
}
.less-tags li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.less-tags a{
	font-weight: 600;
	color: #a3b0bb;
	font-size: 14px;
	text-decoration: none;
}
.less-tags span{
	border-radius: 15px;
	padding: 0 10px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	background: #0081d2;
	display: inline-block;
}
.tb-blue-bx{
	text-align: center;
	padding: 30px;
	border-radius: 10px 10px 0 0;
	background: #f2f9fd;
	overflow: hidden;
}
.tb-blue-bx li{
	width: 16.666666666666666%;
	float: left;
	padding: 30px 0;
	text-align: center;
	border-right: 2px solid #fff;
	position: relative;
}
.tb-blue-bx li:hover .t{
	text-decoration: underline;
}
.tb-blue-bx li.act:hover .t{
	text-decoration: none;
}
.tb-blue-bx li a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.tb-blue-bx li:last-child{
	border-right: 0;
}
.tb-blue-bx .ico{
	margin-bottom: 20px;
}
.tb-blue-bx .t{
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	line-height: 1.2;
}
.tb-blue-bx .act{
	position: relative;
	background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14);
}
.tb-blue-bx .act:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7.5px 0 7.5px;
	border-color: #ffffff transparent transparent transparent;
}
.tb-grey-bx{
	text-align: center;
	background: #39474f;
	border-radius: 0 0 10px 10px;
	margin-bottom: 50px;
}
.tb-grey-bx li{
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
	font-weight: 600;
	color: #c0cbd1;
	font-size: 16px;
}
.tb-grey-bx li a{
	color: #c0cbd1;
}
.tb-grey-bx .act{
	position: relative;
	color: #fff;
}
.tb-grey-bx .act:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7.5px 0 7.5px;
	border-color: #39474f transparent transparent transparent;
}
.question-item-bx .num{
	font-weight: 600;
	font-size: 16px;
	color: #a3b0bb;
	margin-bottom: 40px;
}
.question-item-bx .h4{
	margin: 0 0 40px;
	font-weight: 600;
	font-size: 24px;
	color: #0081d2;
}
.question-item-bx .rad-item{
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
	font-weight: 600;
	font-size: 18px;
	color: #000;
}
.question-item-bx .rad-item input{
	margin-right: 10px;
}
.question-item-bx .bt-wr{
	margin-top: 30px;
}
.question-result .rad-item input{
	position: absolute !important;
	left: -999px;opacity: 0;
}
.question-result .rad-item input:checked + span{
	color: #6ac35c;
}
.question-item-bx .bt-wr{
	display: flex;
	align-items: center;
}
.question-item-bx .bt-wr > *{
	margin-right: 30px;
}
.question-item-bx .bt-wr .res img{margin-right: 5px;}
.question-item-bx .bt-wr .res{
	font-weight: 500;
	font-size: 14px;
	color: #6ac35c;
}
.question-item-bx .bt-wr .bal{
	font-weight: 500;
	font-size: 14px;
	color: #000;
	line-height: 1.2;
}
.inf-top-bx{
	margin-bottom: 100px;
}
.inf-top-bx .img img{
	max-width: 100%;
}
.inf-top-bx .text {
	padding-top: 40px;
}
.inf-top-bx .text .h3{
	font-weight: 600;
	font-size: 45px;
	line-height: 120%;
	color: #000000;
	margin: 0 0 20px;
}
.inf-top-bx .text p{
	margin: 0 0 40px;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #000000;
}
.inf-top-bx .text .btn{
	border: 2px solid #3E80CE;
	box-sizing: border-box;
	border-radius: 25px;
	font-weight: bold;
	font-size: 14px;
	line-height: 180%;
	text-align: center;
	text-transform: uppercase;
	color: #3E80CE;
	width: 200px;
	background: transparent;
}
.inf-top-bx .text .btn:hover{
	background: #3E80CE;
	color: #fff;
}
.vd-inf-bx{
	margin-bottom: 100px;
}
.vd-inf-bx .img img{
	max-width: 100%;
}
.vd-inf-bx .text .h3{
	font-weight: bold;
	font-size: 36px;
	line-height: 120%;
	margin: 0 0 20px;
	color: #000000;
}
.vd-inf-bx .text p{
	margin: 0 0 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #A6AFB9;
}
.vd-inf-bx .text .btn{
	background: #FF8901;
	width: 140px;
	color: #fff;
}
.vd-inf-bx .text .btn:hover{
	opacity: 0.9;
}
.info-blocks-bx{
	background: rgb(62 128 206 / 5%);
	padding: 100px 999px;
	margin: 0 -999px 100px;
}
.info-blocks-bx .grid-bx{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}
.info-blocks-bx .bx{
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	padding: 20px;
	text-align: center;
	border: 1px solid #fff;
	position: relative;
}
.info-blocks-bx .bx a{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	border-radius: 25px;
}
.info-blocks-bx .bx:hover{
	border-color: #0081d2;
}
.info-blocks-bx .bx .ico{
	margin-bottom: 15px;
}
.info-blocks-bx .bx .h4{
	font-weight: bold;
	font-size: 20px;
	line-height: 120%;
	color: #000000;
	margin-bottom: 10px;
}
.info-blocks-bx .bx p{
	margin: 0;
	font-weight: 500;
	font-size: 13px;
	line-height: 140%;
	color: #A6AFB9;
}
.info-blocks-bx .bx-logo{
	background: none;
	box-shadow: none;
	padding-top: 50px;
	border: 0;
}
.info-blocks-bx .log img{max-width: 100%;}
.applic-bx{
	margin-bottom: 100px;
}
.applic-bx .img img{
	max-width: 100%;
}
.applic-bx .text{
	padding-top: 30px;
}
.applic-bx .text .h3{
	font-weight: bold;
	font-size: 36px;
	line-height: 120%;
	margin: 0 0 20px;
	color: #000000;
}
.applic-bx .text p{
	margin: 0 0 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #A6AFB9;
}
.applic-bx .text .btn{
	width: 180px;
	margin-right: 15px;
	text-align: left;
	text-transform: none;
	font-weight: 500;
	font-size: 12px;
}
.applic-bx .text .btn span span{
	font-size: 16px;
}
.applic-bx .text .btn img{
	margin-right: 10px;
}
.applic-bx .text .btns{
	display: flex;
}
.most-active-bx{
	padding: 50px 999px;
	margin: 0 -999px 100px;
	background: rgb(62 128 206 / 5%);
}
.most-active-bx .text {
	padding: 115px 0 115px 170px;
	position: relative;
}
.most-active-bx .text .ico{
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
}
.most-active-bx .text .h3{
	position: relative;
	z-index: 1;
	font-weight: bold;
	font-size: 36px;
	line-height: 120%;
	color: #000000;
	margin: 0 0 30px;
}
.most-active-bx .text .btn{
	width: 200px;
	position: relative;
	z-index: 1;
}
.most-list{
	margin-top: 110px;
}
.most-list li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}
.most-list li:last-child{
	margin-right: 0;
}
.most-list .img{
	border:10px solid #3E80CE;
	overflow: hidden;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	margin-bottom: -35px;
}
.most-list .img img{
	width: 100%;
}
.most-list .st{
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	padding: 0px 5px;
	font-weight: 500;
	font-size: 12px;
	display: inline-block;
	color: #000000;
	overflow: hidden;
	margin-left: 10px;
}
.most-list .st *{
	display: inline-block;
	vertical-align: middle;
}
.most-list .bigger .img{
	width: 170px;
	height: 170px;
}
.get-test-bx{
	margin-bottom: 50px;
}
.get-test-bx .time{
	display: inline-block;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	color: #FF8901;
	justify-content: center;
}
.get-test-bx .time img{margin-right: 10px;}
.get-test-bx .text{
	max-width: 523px;
	margin: 0 auto;
	position: relative;
}
.get-test-bx .text .img{
	left: -70px;
	top: 70px;
	position: absolute;
}
.get-test-bx .text .tt{
	height: 222px;
	width: 523px;
	background: url(../img/cbg.png) 0 0 no-repeat;
	text-align: center;
	padding-top: 48px;
	font-weight: bold;
	font-size: 24px;
	line-height: 140%;
	color: #000000;
	margin-bottom: -20px;
}
.get-test-bx .text .btn{
	width: 140px;
	background: #3E80CE;
	color: #fff;
}
.get-test-bx .text .btn:hover{
	opacity: 0.9;
}
.get-test-bx .text .bt{
	display: flex;
	justify-content: center;
}
.table-info-bx .img{
	margin-top: 120px;
}
.table-info-bx .img img{
	max-width: 100%;
}
.my-progress-bx{
	padding: 50px 999px;
	margin: 0 -999px 100px;
	background: rgb(62 128 206 / 5%);
	margin-top: -50px;
}
.my-progress-bx .h3{
	font-weight: 600;
	font-size: 36px;
	line-height: 120%;
	margin: 0 0 40px;
	color: #000000;
}
.progress-item{
	padding: 0px 25px;
	margin-bottom: 20px;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
}
.progress-item .tt-bx{
	display: none;
}
.progress-item.opened .tt-bx{
	display: block;
}
.progress-item .hh-bx{
	padding: 10px 0;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.progress-item .hh-bx:after{
	content: '';
	position: absolute;
	right: 0;
	top: 17px;
	width: 15px;
	height: 15px;
	background: url(../img/arr2.svg) 50% no-repeat;
}
.progress-item.opened .hh-bx:after{
	transform: rotate(-180deg);
}
.progress-item .hh-bx .name{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-right: 25px;
	color: #000000;
}
.progress-item.opened .hh-bx .name{
	color: #3E80CE;
}
.progress-item .hh-bx .pr{
	margin-right: 12px;
}
.progress-item .hh-bx .proc{
	font-weight: 500;
	font-size: 13px;
	line-height: 140%;
}
.progress-item .hh-bx .proc-green{color: #8AC263;}
.progress-item .hh-bx .proc-orange{color: #FF8901;}
.progress-item .hh-bx .proc-red{color: #DC4B38;}
.progress-item .tt-bx{
	margin-top: 30px;
}
.progress-item table{
	width: 100%;
}
.progress-item table td{
	border-top: 1px solid rgb(166 175 185 / 20%);
	width: 100%;
	padding: 10px 5px;
}
.progress-item table td:nth-child(1){
	width: 70px;
	min-width: 70px;
}
.progress-item .player-bx .player, .gramma-bx .player{
	width: auto;
	height: auto;
}
.progress-item table .num{
	font-weight: bold;
	font-size: 14px;
	line-height: 180%;
	text-transform: uppercase;
	color: #000000;
}
.progress-item table .name{
	font-weight: bold;
	font-size: 14px;
	line-height: 180%;
	text-transform: uppercase;
	color: #A6AFB9;
}
.progress-item table .ch{
	font-weight: 500;
	font-size: 13px;
	line-height: 140%;
	color: #8AC263;
	display: flex;
	width: 120px;
}
.progress-item table .ch img{
	margin-right: 5px;
}
.progress-item table .ch-red{
	color: #DC4B38;
}
.progress-item table .bal{
	font-weight: 500;
	font-size: 13px;
	line-height: 140%;
	color: #000000;
	width: 80px;
}
.progress-item table .btn{
	width: 170px;
	color: #fff;
	background: #3E80CE;
	font-size: 14px;
	height: 30px;
}
.table-wrap{
	width: 100%;
	overflow: auto;
}
.my-raiting-bx{
	margin-bottom: -50px !important;
}
.rait-item{
	border: 2px solid #fff;
	padding: 2px 25px;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	margin-bottom: 10px;
	position: relative;
	display: flex;
	align-items: center;
}
.rait-item .n{
	width: 30px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
}
.rait-item .ico{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 12px;
}
.rait-item .ico img{
	width: 100%;
}
.rait-item .name{
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #3E80CE;
}
.rait-item .right{
	position: absolute;
	right: 10px;
	top: 8px;
	display: flex;
}
.rait-item .bal{
	display: flex;
	width: 150px;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #FF8901;
	align-items: center;
}
.rait-item .bal img{
	margin-right: 5px;
}
.rait-item.place-1{border: 2px solid #F9CA24;}
.rait-item.place-2{border: 2px solid #B9BDC4;}
.rait-item.place-3{border: 2px solid #E08129;}
.rait-item.place-1 .name a {color: #F9CA24;}
.rait-item.place-2 .name a{color: #B9BDC4;}
.rait-item.place-3 .name a{color: #E08129;}
.rait-item.place-my .name a{color: #000;}
.rait-item.place-my:after{
	content: '';
	position: absolute;
	left: -25px;
	transform: rotate(-90deg);
	top: 14px;
	width: 15px;
	height: 15px;
	background: url(../img/arr2.svg) 50% no-repeat;
}
.header-bx{
	position: relative;
}
.search-form{
	bottom: -55px;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 22;
	display: none;
}
.search-form input[type='text']{
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border: 1px solid #A6AFB9;
	background: #fff;
	font-size: 16px;
	color: #000;
	padding-left: 65px;
}
.search-form input[type='submit']{
	width: 50px;
	height: 50px;
	border: 0;
	outline: 0;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	background: url(../img/search.svg) 50% no-repeat;
}
.search-form .cl{
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
}
.search-bx.opened .search-form{display: block;}
.breadcrumbs {
	margin-bottom: 30px;
}
.breadcrumbs li{
	font-size: 12px;
    color: #8c99a1;
	display: inline-block;
}
.breadcrumbs li:after{
	content: ' — ';
}
.breadcrumbs li:last-child:after{
	content: '';
}
.breadcrumbs a{
	color: #8c99a1;
	text-decoration: none;
}
.breadcrumbs a:hover{
	color: #000;
}
.breadcrumbs span{
	color: #000;
}
.less-btn-tag-bx {
	overflow: hidden;
	margin-bottom: 40px;
}
.less-btn-tag-bx .bt-next{
	float: right;
}
.mnu-bx{
	position: relative;
	padding: 13px 0;
	padding-left: 289px;
}

.question-heading-bx .hh-bx{
	justify-content: space-between;
	cursor: inherit;
}
.question-heading-bx .progr{
	display: flex;
	align-items: center;
}
.question-heading-bx .hh-bx:after{
	display: none;
}
.next-qq-bx{
	text-align: center;
	display: flex;
	justify-content: center;
}
.next-qq-bx .btn {
	width: 225px;
	background: #3E80CE;
	color: #fff;
}
.next-qq-bx .btn:hover{
	opacity: 0.9;
}
.test-frame-bx{
	text-align: center;
	padding: 70px 20px;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
}
.test-frame-bx .qq{
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #000000;
	margin-bottom: 70px;
}
.ans-btn-bx{
	margin-bottom: 20px;
	border: 1px solid rgba(166, 175, 185, 0.3);
	border-radius: 100px;
	font-weight: bold;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	color: #000000;
	display: block;
	padding: 17px 10px;
	cursor: pointer;
}
.ans-btn-bx.act{
	background: #8AC263;
	color: #fff;
	border-color: #8AC263;
}
.test-frame-bx .ans-bx{
	max-width: 500px;
	margin: 0 auto 30px;
}
.test-frame-bx .ans-bx .row{
	margin-left: -10px;
	margin-right: -10px;
}
.test-frame-bx .ans-bx .row > div{
	padding-left: 10px;
	padding-right: 10px;
}
.test-block{
	margin-bottom: -50px;
}
.test-frame-bx .result-bx{
	margin-bottom: 80px;
	max-width: 600px;
}
.test-frame-bx .res-bx .t1{
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 15px;
	color: #000000;
}
.test-frame-bx .res-bx .t2{
	font-weight: 500;
	font-size: 48px;
	line-height: 120%;
	color: #FF8901;
}
.test-frame-bx .res-bx{
	border-left: 1px solid rgb(166 175 185 / 20%);
}
.test-frame-bx .result-bx .row > div:first-child .res-bx{
	border-left: 0;
}
/*new*/
.mozaika-bx{
	padding: 70px 90px;
	background: rgba(62, 128, 206, 0.05);
	border-radius: 25px;
}
.mozaika-bx .bt-red{
	text-align: center;
	padding: 13px 39px;
	border-radius: 25px;
}
.mozaika-bx .heading-bx{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 70px;
}
.mozaika-bx .heading-bx .text{
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	width: 535px;
	color: #000000;
}
.mozaika-bx .heading-bx .ic-t{
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	color: #FF8901;
}
.mozaika-bx .heading-bx .ic-t .ic{
	margin-right: 10px;
}
.mozaika-grid{
	text-align: center;
}
.mozaika-grid .bx{
	margin-bottom: 20px;
	margin-right: 6px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	width: 170px;
}
.z-item .fr{
	background: #FFFFFF;
	height: 170px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	overflow: hidden;
	display: block;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 100%;
}
.z-item input{
	opacity: 0;
	position: absolute;
	left: -999px;
}
.z-item {
	margin: 0;
	display: block;
}
.z-item input:checked + .fr{
	border: 2px solid #3E80CE;
}
.z-item .t{
	font-weight: bold;
	font-size: 20px;
	line-height: 120%;
	color: #000000;
}
.z-item input:checked + .fr .t{
	color: #3E80CE;
}
.z-item.error .fr{
	border: 2px solid #DC4B38;
}
.z-item.error .fr .t{
	color: #DC4B38;
}
.top-fix-line{
	background: rgb(62 128 206 / 25%);
	padding: 5px 0;
}
.top-fix-line .wr{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-fix-line .hide-bt{
	cursor: pointer;
}
.top-fix-line .left{
	display: flex;
	align-items: center;
}
.top-fix-line .t1{
	font-weight: 500;
	font-size: 13px;
	line-height: 140%;
	margin-right: 25px;
	color: #000000;
}
.top-fix-line .t2{
	font-weight: bold;
	font-size: 16px;
	margin-right: 25px;
	text-transform: uppercase;
	color: #3E80CE;
}
.top-fix-line .bt-red{
	background: #fff;
	color: #000;
}
.hint-btn-fix{
	position: fixed;
	z-index: 10;
	right: 120px;
	bottom: 40px;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	color: #3E80CE;
	text-transform: none;
}
.hint-btn-fix  > *{
	display: inline-block;
	vertical-align: middle;
}
.hint-btn-fix img{
	margin-right: 15px;
}
.hint-btn-fix:hover{
	color: #3E80CE;
	box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 15%);
}
.error-fix-btn{
	background: #3E80CE;
	border-radius: 0px 0px 10px 10px;
	transform: rotate(-90deg);
	position: fixed !important;
	top: 370px;
	left: -64px;
	padding: 5px 0;
	text-align: center;
	width: 160px;
	font-weight: bold;
	font-size: 12px;
	line-height: 180%;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}
.error-fix-btn:hover{
	color: #fff;
	text-decoration: none;
}
.hint-overlay{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: #000000;
	opacity: 0.7;
	display: none;
}
.hint-target{
	position: relative;
	z-index: 11;
}
.header-bx .right > .hint-tt-frame{
	display: none;
}
.hint-tt-frame{
	display: none;
}
.hint-tt-frame1{
	top: 130px;
	right: 140px;
}
.hint-tt-frame2{
	top: 130px;
	right: 316px;
}
.hint-tt-frame3{
	left: 196px;
	top: 200px;
}
.hint-tt-frame4{
	left: 380px;
	top: 200px;
}
.hint-tt-frame5{
	left: 575px;
	top: 200px;
}
.hint-tt-frame6{
	left: 773px;
	top: 200px;
}
.hint-tt-frame7{
	left: 410px;
	top: 200px;
}
.hint-tt-frame8{
	left: 593px;
	top: 200px;
}
.hint-tt-frame10{
	top: 550px;
	left: 167px;
}

.mnu>li>a.hint-target{
	color: #fff;
}
.hint-tt-frame{
	position: absolute;
	z-index: 10;
	width: 440px;
	display: none;
}
.hint-tt-frame9{
	position: fixed;
	left: 70px;
	top: 440px;
}
.hint-tt-frame .t{
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.hint-tt-frame .btn{
	background: none;
	color: #fff;
	width: 140px;
	text-align: center;
	border: 2px solid #FFFFFF;
}
.hint-tt-frame .btn:hover{
	background: #fff;
	color: #000;
}
.hint-tt-frame:after{
	content: '';
	position: absolute;
	right: -87px;
	top: -53px;
	background: url(../img/arr-hint.svg) 50% no-repeat;
	height: 65px;
	width: 52px;
}
.hint-arr-r:after{
	left: -87px;
	right:auto;
	background: url(../img/arr-hint2.svg) 50% no-repeat;
}
.hint-arr-t:after{
	left: 0;
	top: -70px;
	width: 65px;
	height: 52px;
	right:auto;
	background: url(../img/arr-hint3.svg) 50% no-repeat;
}
.pop-success{
	width: 550px;
	margin-left: -275px;
	padding: 60px;
}
.pop-success .pop-bx{
	text-align: center;
}
.pop-success .pop-bx .ico{
	margin-bottom: 40px;
}
.pop-success .pop-bx .t1{
	font-weight: bold;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	margin-bottom: 30px;
	color: #000000;
}
.pop-success .pop-bx .bt-red{
	padding: 13px 39px;
	border-radius: 25px;
}
.pop-welcome{
	width: 740px;
	margin-left: -370px;
	padding:  40px;
}
.pop-welcome .pop-wr{
	position: relative;
}
.pop-welcome .pop-wr .text{
	max-width: 340px;
}
.pop-welcome .pop-wr .img{
	position: absolute;
	right: -40px;
	top: 10px;
}
.pop-welcome .pop-wr .h4{
	font-weight: bold;
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 30px;
	color: #000000;
}
.pop-welcome .pop-wr p{
	margin: 0 0 30px;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	color: #A6AFB9;
}
.pop-welcome .pop-wr .bt-red{
	display: block;
	width: 250px;
	text-align: center;
	padding: 13px 15px;
	border-radius: 25px;
	margin-bottom: 20px;
}
.not_focusable_submit_button:focus {
	outline: none;
	border: 0;
	text-decoration: none;
	color: #ffffff;
}

/*new*/
.audio-tocker-bx .row{
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 30px;
}
.audio-tocker-bx .row > div{
	padding-left: 10px;
	padding-right: 10px;
}
.at-item{
	margin-bottom: 20px;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	padding: 14px;
	display: flex;
	align-items: center;
}
.at-item .img{
	width: 100px;
	margin-right: 14px;
	border-radius: 10px;
	overflow: hidden;
	min-width: 100px;
}
.at-item .img img{
	display: block;
	max-width: 100%;
}
.at-item .name a{
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	text-decoration: none;
	color: #3E80CE;
}
.at-item .name a:hover{
	color: #000;
}
.at-item .name {
	margin-bottom: 12px;
}
.at-item .t{
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	color: #000000;
}
.pagination-inner{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination-inner li{
	margin: 0 6px;
}
.pagination-inner a{
	display: block;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	height: 50px;
	width: 50px;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination-inner .act{
	background: #3E80CE;
	color: #fff;
}
.pagination-inner li:first-child{
	margin-right: 50px;
}
.pagination-inner li:last-child{
	margin-left: 50px;
}
.dayword-panel-bx .pagination-inner li:first-child{margin-right: 6px;}
.dayword-panel-bx .pagination-inner li:last-child{margin-left: 6px;}
.pagination-inner .day{
	width: 222px;
	border: 1px solid #A6AFB9;
	background: none;
	font-weight: 600;
	color: #3E80CE;
}
.dayword-panel-bx{
	margin-bottom: 80px;
	margin-top: -86px;
}
.dayword-t{
	display: flex;
	margin: 0 auto 50px;
	padding: 22px 50px;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 48px;
	line-height: 110%;
	color: #000000;
}
.dayword-t img{
	cursor: pointer;
	margin-right: 25px;
}
.dayword-t-act{
	color: #3E80CE;
	padding: 22px 40px 22px 22px;
}
.dw-cc{
	display: flex;
	justify-content: center;
}
.dayword-bt-panel{
	padding: 40px;
	background: rgb(62 128 206 / 5%);
	border-radius: 20px;
	margin-top: 30px;
}
.dayword-bt-panel .btn{
	width: 300px;
	margin: 0 auto 25px;
	background: #3E80CE;
	color: #fff;
}
.dayword-bt-panel .btn:hover{
	opacity: 0.9;
}
.check-bx label{
	cursor: pointer;
	display: block;
}
.check-bx label span{
	display: block;
	padding-left: 34px;
	position: relative;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}
.check-bx input{
	position: absolute;
	left: -999px;opacity: 0;
}
.check-bx span:after{
	background: #FFFFFF;
	border-radius: 3px;
	width: 22px;
	height: 22px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}
.check-bx input:checked + span:after{
	background: #fff url(../img/ch.svg) 50% no-repeat;
}
.dayword-bt-panel .check-bx{
	display: flex;
	justify-content: center;
}
.chat-bx{
	display: flex;
	margin-top: -40px;
}
.chat-online-bx{
	min-width: 265px;
	margin-left: 20px;
	background: rgb(62 128 206 / 5%);
	border-radius: 20px;
	min-height: 542px;
	padding: 24px;
}
.chat-frame-bx{
	width: 100%;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 24px;
}
.chat-online-bx .h4{
	margin: 0 0 25px;
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	color: #000000;
}
.chat-online-list{
	padding-right: 10px;
}
.chat-online-list li{
	margin-bottom: 12px;
	position: relative;
}
.chat-online-list li .in{
	position: absolute;
	top: 11px;
	right: 11px;
	cursor: pointer;
	display: none;
}
.chat-online-list .a{
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
	text-decoration: none;
	color: #3E80CE;
	border-radius: 20px;
	padding-right: 32px;
}
.chat-online-list .a > img{
	margin-right: 16px;
}
.chat-online-list .act .a{
	background: #fff;
}
.chat-online-list .act .in{
	display: block;
}
.chat-list-bx{
	margin-bottom: 30px;
}
.chat-list-item{
	margin-bottom: 15px;
	display: flex;
	align-items: flex-start;
}
.chat-list-item .img{
	margin-right: 23px;
	min-width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.chat-list-item .img img{
	max-width: 100%;
	display: block;
}
.chat-list-item .hh{
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}
.chat-list-item .name{
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
	margin-right: 18px;
	color: #3E80CE;
}
.chat-list-item .date{
	font-size: 12px;
	line-height: 150%;
	color: #A6AFB9;
}
.chat-list-item .t{
	font-size: 12px;
	line-height: 150%;
	color: #000000;
}
.chat-enter-bx .h4{
	font-weight: 500;
	font-size: 13px;
	line-height: 140%;
	margin: 0 0 6px;
	color: #000000;
}
.chat-form {
	position: relative;
}
.chat-form .text-bx{
	/*max-width: calc(100% - 150px);*/
	position: relative;
}
.chat-form .btn{
	width: 140px;
	/*position: absolute;
	right: 0;
	top: 0;*/
	background: #3E80CE;
	color: #fff;
	margin-top: 10px;
}
.chat-form .btn:hover{
	opacity: 0.9;
}
.chat-form .text-bx .smile{
	position: absolute;
	right: 15px;
	top: 13px;
	z-index: 2;
}
.chat-form .text-bx input[type='text']{
	outline: 0;
	border: 1px solid #A6AFB9;
	border-radius: 40px;
	height: 50px !important;
	width: 100% !important;
	padding: 15px;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
}
.text-bx-top-line{
	height: 50px;
	border-bottom: 1px solid #A6AFB9;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.chat-form .text-bx textarea{
	outline: 0;
	border: 1px solid #A6AFB9;
	border-radius: 20px;
	height: 150px !important;
	width: 100% !important;
	padding: 60px 15px 10px;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
	display: block;
}
/* custom scrollbars styles */
.scrollable-area-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
    height: auto!important;
}
.scrollable-area-wrapper .hscrollbar,
.scrollable-area-wrapper .vscrollbar {
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
}
.scrollable-area-wrapper .hscroll-left,
.scrollable-area-wrapper .vscroll-up,
.scrollable-area-wrapper .hscroll-right,
.scrollable-area-wrapper .vscroll-down {
	background: #777;
	width: 4px;
	height: 20px;
	float: left;
	display: none;
}
.scrollable-area-wrapper .hscroll-line,
.scrollable-area-wrapper .vscroll-line {
	background: none;
	width: 20px;
	float: left;
}
.scrollable-area-wrapper .hscroll-slider,
.scrollable-area-wrapper .vscroll-slider {
	width: 4px;
	height: 20px;
	background: #A6AFB9;
	opacity: 0.3;
	border-radius: 10px;
	max-height: 120px;
}
.scrollable-area-wrapper .hscrollbar {
	position: static;
	height: 20px;
	top: auto;
}
.scrollable-area-wrapper .hscroll-line {
	height: 20px;
	width: auto;
}
.scrollable-area{
	height: 360px;
}
.chat-online-bx .scrollable-area{
	height: 460px;
}
.cc-wrap{
	padding-bottom: 20px;
}
.progress-item .image img{
	max-width: 100%;
}
.player-bx{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.player-bx .pl{
	margin-right: 30px;
}
.player-bx .sp{
	font-weight: 500;
	font-size: 12px;
	line-height: 160%;
	color: #A6AFB9;
	margin-right: 30px;
}
.player-bx .sp a{
	color: #A6AFB9;
	text-decoration: none;
}
.player-bx .sp a:hover{
	text-decoration: underline;
}
.player-bx .sp img{
	margin-right: 8px;
}
.player-bx .load{
	font-weight: 500;
	font-size: 14px;
	line-height: 160%;
	text-decoration: none;
	color: #3E80CE;
}
.player-bx .load:hover{
	color: #000;
}
.word-list{
	margin-bottom: 20px;
}
.word-list li{
	padding: 7px 0;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	display: flex;
	border-top: 1px solid rgb(166 175 185 / 20%);
}
.word-list .t1{
	min-width: 230px;
	max-width: 230px;
}
.word-list .t2{
	color: #3E80CE;
}
.print-bx{
	background: rgba(62, 128, 206, 0.05);
	border-radius: 25px;
	padding: 20px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 45px;
}
.print-bx .t{
	font-size: 16px;
	color: #000000;
	display: flex;
	font-weight: 500;
	align-items: flex-start;
}
.print-bx .t img{
	margin-right: 8px;
}
.print-bx .btn{
	width: 220px;
}
.new-word-list-bx .progress-item .hh-bx{
	padding: 15px 0;
}
.word-cart-bx .row{
	margin-left: -10px;
	margin-right: -10px;
}
.word-cart-bx .row > div{
	padding-left: 10px;
	padding-right: 10px;
}
.wc-item{
	background: #FFFFFF;
	height: 157px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wc-item .w{
	cursor: pointer;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 24px;
	color: #3E80CE;
}
.wc-item .w img{
	margin-left: 15px;
}
.wc-item .res{
	margin-top: 15px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #000000;
}
.photo-word-item {
	position: relative;
	margin-bottom: 20px;
}
.photo-word-item .img img{
	border-radius: 25px;
	width: 100%;
	display: block;
}
.photo-word-item .bt-bx{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	width: 100%;
}
.photo-word-item .btn{
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	color: #000000;
	text-transform: none;
	white-space: normal;
	min-height: 50px;
	height: auto;
}
.word-bt-bx{
	margin-bottom: 40px;
	position: relative;
}
.word-bt-bx .t{
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	color: #000000;
}
.word-bt-bx .btn{
	background: #3E80CE;
	color: #fff;
	font-size: 14px;
	width: 220px;
	position: absolute;
	right: 0;
	top: -12px;
}
.word-bt-bx .btn:hover{
	opacity: 0.9;
}
.word-sound-bx{
	background: #FFFFFF;
	height: 180px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.word-sound-bx .word-bx{
	display: flex;
	font-weight: bold;
	font-size: 48px;
	color: #3E80CE;
	cursor: pointer;
	align-items: center;
}
.word-sound-bx .word-bx img{
	margin-right: 18px;
}
.word-bt-list-bx .btn{
	box-shadow: none;
	border: 1px solid rgba(166, 175, 185, 0.3);
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	text-transform: none;
	margin-bottom: 20px;
	/*min-width: fit-content;*/
	height: max-content;
	white-space: normal;
}
.word-list-right .btn{
	height: 60px;
	margin-bottom: 17px;
	border-radius: 30px;
}
.word-bt-list-bx{
	padding-bottom: 50px;
}
.gramma-bx .bx-wide .word-bt-list-bx{
	padding-bottom: 0;
}
.word-bt-list-bx .btn.green{
	background: #B5E094;
	border-color: #B5E094;
	color: #fff;
}
.word-bt-list-bx .btn.red{
	background: #FF8C7D;
	border-color: #FF8C7D;
	color: #fff;
}
.gramma-bx .nn{
	font-weight: bold;
	font-size: 20px;
	line-height: 120%;
	color: #000000;
	padding-bottom: 15px;
	border-bottom: 1px solid #A6AFB9;
	margin-bottom: 25px;
}
.gramma-bx .nn span{
	color: #3E80CE;
}
.gramma-bx .bx{
	margin-bottom: 20px;
	max-width: 50%;
}
.gramma-bx .bx-wide{
	max-width: 100%;
	margin-bottom: 50px;
}
.gramma-bx .q{
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 20px;
	color: #3E80CE;
}
.gramma-bx .ans{
	border: 2px solid #3E80CE;
	margin-bottom: 20px;
	border-radius: 25px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
	padding: 10px 20px;
	display: flex;
	align-items: flex-start;
}
.gramma-bx .ans-blue{
	background: #3E80CE;
	color: #fff;
}
.gramma-bx .ans .t1{
	width: 100px;
}
.gramma-bx .ans-bx{
	display: flex;
}
.gramma-bx .ans-bx .ans1{
	width: 124px;
	min-width: 124px;
	margin-right: 10px;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.gramma-bx .ans-bx .ans1 + .ans{
	display: block;
	width: 100%;
}
.gram-var-table .t{
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	color: #3E80CE;
}
.gram-var-table td{
	padding-bottom: 15px;
}
.gram-var-table .inp input{
	border: 1px solid rgb(166 175 185 / 50%);
	width: 100px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #A6AFB9;
	outline: 0;
}
.gram-var-table .inp input.green{
	border: 1px solid rgb(138 194 99 / 50%);
	color: #8AC263;
}
.gram-var-table .inp input.red{
	border: 1px solid rgb(255 140 125 / 50%);
	color: #FF8C7D;
}
.sentense{
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
}
.sentense-bx{
	display: flex;
	align-items: flex-start;
}
.sentense-bx .sent{
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	color: #3E80CE;
	margin-right: 70px;
	margin-bottom: 16px;
}
.sentense-bx .sent .input{
	min-width: 160px;
	font-weight: bold;
	font-size: 16px;
	color: #3E80CE;
	height: 40px;
	border: 1px solid rgb(166 175 185 / 50%);
	border-radius: 40px;
	outline: 0;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.sentense-bx .wrd, .gramma-bx .wrd-bx{
	margin-bottom: 16px;
	cursor: pointer;
	background: rgb(166 175 185 / 20%);
	border-radius: 100px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #000000;
	min-width: 160px;
	height: 40px;
	padding: 0 10px;
}
.gramma-bx .img-action img{
	width: 100%;
	border-radius: 25px;
}
.gramma-bx .row{
	margin-left: -10px;
	margin-right: -10px;
}
.gramma-bx .row > div{
	padding-left: 10px;
	padding-right: 10px;
}
.gramma-bx .img-chose img{
	width: 100%;
	border-radius: 25px;
	width: 361px;
	height: 250px;
}
.gramma-bx .img-chose {
	cursor: pointer;
	margin-bottom: 20px;
}
.gramma-bx .img-chose.act{
	position: relative;
}
.gramma-bx .img-chose.act:after{
	border: 5px solid #B5E094;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 25px;
}
.gramma-bx .img-chose.invalid{
	position: relative;
}
.gramma-bx .img-chose.invalid:after{
	border: 5px solid #FF8C7D;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 25px;
}
.gramma-bx .pl{
	margin-bottom: 25px;
}
.gramma-bx .pl img{max-width: 100%;}
.gramma-bx .wrd-blue{
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	text-align: center;
	margin-bottom: 25px;
	color: #3E80CE;
}
.pop-login, .pop-reg{
	width: 550px;
	margin-left: -275px;
	padding: 40px 10px 10px;
}
.popup-form{
	max-width: 360px;
	margin: 0 auto 40px;
}
.enter-bx .h3{
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 20px;
	line-height: 120%;
	color: #000000;
	margin-top: 0;
}
.popup-form .lbl{
	font-weight: 500;
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 6px;
	color: #000000;
}
.popup-form input[type='text'],
.popup-form input[type='password']{
	border: 1px solid rgb(166 175 185 / 50%);
	height: 40px;
	border-radius: 20px;
	outline: 0;
	padding: 0 15px;
	border-radius: 40px;
	margin-bottom: 16px;
	color: #000;
	font-size: 14px;
	width: 100%;
}
.popup-form .bt-bx{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.popup-form .btn{
	margin-right: 20px;
	width: 170px;
	background: #3E80CE;
	color: #fff;
}
.popup-form .forget{
	font-weight: 500;
	font-size: 13px;
	line-height: 140%;
	text-decoration: none;
	color: #3E80CE;
}
.popup-form .forget:hover{
	text-decoration: underline;
}
.popup-form .link{
	text-align: center;
}
.popup-form .reg-link{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #3E80CE;
}
.popup-form .reg-link:hover{
	color: #000;
}
.soc-bot{
	padding: 20px 0 ;
	text-align: center;
	background: rgb(62 128 206 / 5%);
	border-radius: 20px;
}
.soc-bot .t{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #A6AFB9;
}
.soc-bot .sc{
	display: flex;
	justify-content: center;
}
.soc-bot .sc li{
	margin: 0 5px;
}
.popup-form .kap{
	margin-bottom: 15px;
}
.popup-form .kap img{
	max-width: 100%;
}
.pop-reg{
	top: 5%;
	max-height: 90%;
	overflow: auto;
}
.adresat-bx{
	position: absolute;
	border-radius: 20px;
	height: 40px;
	left: 5px;
	top: 5px;
	background: rgb(62 128 206 / 10%);
	display: flex;
	align-items: center;
}
.adresat-bx .name{
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
	color: #3E80CE;
	padding: 0 10px;
}
.adresat-bx .img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}
.adresat-bx .img img{max-width: 100%;}
.adresat-bx + input[type='text']{
	padding-left: 130px !important;
}
.chose-word-bx{
	text-align: center;
	margin-bottom: 40px;
}
.chose-word-bx .t1{
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 8px;
	color: #000000;
}
.chose-word-bx .t2{
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	color: #3E80CE;
	margin-bottom: 10px;
}
.chose-word-bx .input {
	font-weight: bold;
	font-size: 16px;
	color: #3E80CE;
	height: 40px;
	border: 1px solid rgb(166 175 185 / 50%);
	border-radius: 40px;
	outline: 0;
	text-align: center;
}
.blog-tabs-box .row > div{
	display: inline-block;
	vertical-align: top;
	float:none;
	margin-right: -4px;
}




.popup.pop-reg::-webkit-scrollbar {
	width: 4px;
}
.popup.pop-reg::-webkit-scrollbar-track {
	background: none;        /* color of the tracking area */
}
.popup.pop-reg::-webkit-scrollbar-thumb {
	width: 4px;
	height: 20px;
	background: #A6AFB9;
	opacity: 0.3;
	border-radius: 10px;
	max-height: 120px;
}
.popup.pop-reg {
	scrollbar-width: 4px;
	scrollbar-color: #A6AFB9 #FFFFFF;
}
.popup.pop-reg .enter-bx::-webkit-scrollbar {
	width: 4px;
}
.popup.pop-reg .enter-bx::-webkit-scrollbar-track {
	background: none;        /* color of the tracking area */
}
.popup.pop-reg .enter-bx::-webkit-scrollbar-thumb {
	width: 4px;
	height: 20px;
	background: #A6AFB9;
	opacity: 0.3;
	border-radius: 10px;
	max-height: 120px;
}
.popup.pop-reg .enter-bx {
	overflow: auto;
	max-height: 80vh;
	scrollbar-width: thin;
	scrollbar-color: #A6AFB9 #FFFFFF;
}
.popup.pop-reg {
	overflow: unset;
}

.player {
	background: none;
	box-shadow: none;
	border: none;
}
.player li {
	border-right: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.player .jp-volume {
	display: none;
}
.player .play, .player .pause, .player .download {
	width: 48px;
	height: 48px;
}
.player .play .ico {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAPSSURBVHgB1Zo/bFNXFMa/c++z1T+LkaqOrWFpF4S7dUCqkaoOXWrGQJsYqTsgdehWp1OHDnSvlAdVw0hYIySIxMAAxMASFjBsICSyACLxu4dzLnkmsZMX2+9P7J9k+73nm+h873zH977zHiEDmgtcQXmz4UA1IvpSDtXgUAHJK4bQAaPD4HsgWjVv7Up4hjpICWFMNGj3kTtLjuuyW8dYUJuJL6QRM7KAXuARn9txhlNDIW2Y+VGFjCRg9nL0R/aB74QNtS7N2Plhxw8loLnwpsrl8hX59zUUQ4c27IlhsmH2GzC72J3jUmm1wOAVOWHRanOx29hvYKIAbxlGmKdlEqgw44rGkDRoTwv54B23MAEk1cWuAn6W1FlRjwnCkJTiqeBi//EBAb5g1fMHY5sk1qWwv+kv7IEa4HLp+gQGr1S47AZcsUPAVsFUMbFwbfa/zdb2Iz0Lvf+tLz3G5KNWOixWWtedXgZcybYwHVRc0D0X7/gMTNHZj+llwWcgKts6poteFrwAw/YsUvLFIeD4kbFX5yNDhr7zn1nZ5+vPgd+/t7j5iLH0wOHFK+SO2OhQoPbZd0U3ApqF40cslh8yltfyFRLZqGHIUS6rzB++Ip+RPG1FlmtGvHQMOfHZp8Cv3xr8/ZP1FsuBqrqnipxRIZoNFaPbWUGgY4UIiFE7aTYaRwmflJAFlSzrd2gaRw3+/DGT+jgYAUpcH/pKQyDNpvWDWD6/3gQWbzvcfMxIQyDB66quMAEa+PLa+zlCt1PSCeStjYIKee0Z499bGU5u0qoM2PETmQuQJ09fil3uOKw9T2eXfqQteS9gw21CPgLUIkv3xS4PHfLASpM4sBulJWkiLSBj1Oe6qMvA53vCZFfM1qXZDWSE+vy3qxEW7+YbvHa2wxnyRQypgxWpgzpSoIX517Xsfb4XRtry/tO/dYMLfj5IgQooKnhF7aOfXoDaiJn/wdRAodpHt3rzeBZZKAoyptcn7QmYlixIw3k+Pvt+v3/A3P9R0fcCRqFz8XRwePuBgaUgmY2TE2kliYmMPdF/eEBAOPNxh8idx4RBBme2Wydm18V4eLocqtcwIXjfnwqWdv0u6Q+b0gmWuyOJt3jyxgf/S6m15/fYh+alboMNFgq/6FHPO3c+nC2HScOGu816Wbp3Tm58FNYAoLb81p/czfMDIzECuVtKz7rMRUmW6Wf0Rw0kGy6yLSIzh6zYChyyGohvXAzL+A97iBA4W2ftbNOYEx/jhgS+Mk7gMZlcisVi/OM2LK1K8rVSxYdA17eaB20GPzHgNuRCatygt/MOBn6YVfUG6isAAAAASUVORK5CYII=');
	width: 48px;
	height: 48px;
}
.player .pause .ico {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANRSURBVHgB1Zq9UttAEMd37yxNQhoX6WOqpMngPEFMQ21KIDHmCYAnwLwBeQIEmUAJdZrgmfSYSZM0ielTuAmZGOs2u7It/IVsS8bofjMe+U439u7df093e0KYAeVDyoJ7WzSAeUR8wVV5MJAF5E8XhDoQ1AnoChAv1T9d9bawDglBiIkYbZ6YbTRU4GIBYoE1QjpI4szUDoSG+7TT18OJQQ+ban9aR6ZyoHTq783e8H5IYeV4Te9P2n4iB8qHf3Pkumf883mYD3Vs6uVJRkONa1A6aW2S41zO0XiBO8y/LJ+0iuMaRjoQSIbAe0jJRJAlgjOxIarRvRIKjDdUgRQQFRcjHXjHQ6fZe0gRCjkU1zNHg/VDDgQBK5p/HNlE0eDAfjMY2EMxQK7zJYXGC1lyzZAq+hzoBEwOUgvlSx9vK701oYTac73zC9KPSGmRpdSQQjgCxtEVsIOsybR2uoVgBGbR+ysvERbc9vfP3wlubvvvyz1pI9w0uc0PggSEo5CRku/qwthH8hhWXiE8f9Y28OtPf9gBB6D4uv0vv/+IAz4koDsKleAXFeltsAxU+FauSuQDONd1zqwoyNJeiXzAUnztFxUatLH3A1BTXrGWlsBechLEObAUBFyy2gEmm3T6f2ysd4DXQgQNsBjFkWCzA3WRUA1shVOVigxdg6VwWvJKkSJrR0BLklg3nXOwFEJdVZ2t2QVYB9a8NQyCGDgOqmAZitPycg12ZKqVOSDH306STpFt5ILb3ibKlnEQ2aGdfzP33p8WkY9cw6yEpCt4ZboHVoDe0Ybekm/hUkJGwZanMioV5klDBySYiegDpBxOOO9L8IblwQabn/x5nwVMQ/1oI7PYWzG0GkXVXE2llNgmVHp5sHrIAW/taR3R7ELKQAVbvdLpMnI/4G24nmgNUkKg+/XMyBVD5CFfmadWeuSpNTD+vVO59z6MoXzcKpKCw7mfGYjmjdn1Sq4X1WyyY9ZTTv4aPviYWwIAazzXr47S/FBLmIIHl5T0Oj+LoiQzyPSvGvBoGF9XENUmzIqO4cCrge7BxaTEf9mDHQGjCySZ7bjJYYILNrwax/AusR3opetM8LoNcaoSg1jJwZ2hjU7yoEZA15wKqQFvpOIa3ct/Z4lYyrDp8x4AAAAASUVORK5CYII=');
	width: 48px;
	height: 48px;
}
.player .jp-seek-bar, .player .jp-volume-bar {
	background: #D0DCE3;
	border-radius: 5px;
	height: 4px;
	border: none;
}
.player .pos, .player .jp-volume {
	padding-top: 22px;
	margin-left: 10px;
}
.player .jp-play-bar, .player .jp-volume-bar-value {
	height: 4px;
	background: #3E80CE;
	border-radius: 5px;
	box-shadow: none;
}
.player .jp-play-bar div {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFLSURBVHgBjVIxS8NAGH13gigU7NhBMIJDNxt0VHFz9Cc04uAk1dHJy+Ra0MVBtD/BsZuYDg5CMkZwiKDQMaKgKOa878wdpzTYN917ybvvu+97DA7WRVwvgA4gA0W9Uk4kWPIJhDfCz8y/zBzWwrgNKbvqWMdo5FLKMAqXutaoTJ3S9D8YC64P/R5T7XkFZGwqNeqTONicw0JjGrWpCQzSZxz3HzHMP2xlDjbPlUm4prOdJlpeTZsIK80ZrdG3EmoOxR5Xh0Wj7G7MWoML0qgLp982GVuG0u1VoNYdeNxlr+9flca/nZAxM+R++FZpjNLcpYkyyp5hR5cPI6uSdtJ/spwCwTk47U9fRyPfPk0xuMutIcletOaug1KkA7AqbgMGfo4xoNKzT+nRw4nE8gUJpnIFcoli61fkDMoUCfzs1qwpoznQk66Eby/+Br8BgncsuDxvAAAAAElFTkSuQmCC');
	width: 14px;
	height: 14px;
	background-color: unset;
	position: relative;
	margin-right: -5px;
	margin-left: auto;
	margin-top: -5px;
	float: right;
}
.player .download {
	display: none;
}
.lesson4 .player {
	background-color: unset;
}
.lesson4 .less_words {
	border: none;
}
.less_words {
	border: none;
	max-width: 400px;
}
.player-bx .sp.active a span {
	color: #3E80CE;
}
.player-bx .sp.active a img {
	filter: invert(51%) sepia(32%) saturate(1123%) hue-rotate(173deg) brightness(85%) contrast(87%);
}
.player-bx .sp {
	min-width: fit-content;
}
tr.player .sp a span {
	font-family: Arial, sans-serif;
}
tr.player .sp.active a span {
	color: #3E80CE;
}
tr.player .sp.active a img {
	filter: invert(51%) sepia(32%) saturate(1123%) hue-rotate(173deg) brightness(85%) contrast(87%);
}
tr.player .sp {
	min-width: fit-content;
}
.lesson42_wrapper .player .pos {
	width: 78%;
}
.lesson5 .player {
	background-color: unset;
}
.less3_step2 .question span {
	color: #3E80CE;
}

.gramma-bx .wrd-bx.green{
	background-color: #B5E094;
	border-color: #B5E094;
	color: #fff;
}
.gramma-bx .wrd-bx.red{
	background-color: #FF8C7D;
	border-color: #FF8C7D;
	color: #fff;
}
.lesson_page span.colored {
	color: #3E80CE;
}
.lesson4 .dialogs .dialog, .video-dialogs .dialog {
	border: 3px solid #3E80CE;
}

.gramma-bx .submit input {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	background-color: #0081d1;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 13px 39px;
	border-radius: 25px;
	border-width: 0px;
	font-style: normal;
}
.less3_step2 .type_text input {
	width: 300px;
}
.lesson-exercise.questions.select-answer-from-radiobutton {
	margin-bottom: 20px;
}

.users-list-bx .bt-red:focus,
.new-bloknots-bx .bt-red:focus{
	color:#fff;
	text-decoration:none;
}
.users-list-bx .bt-red, .new-bloknots-bx .bt-red {
	margin-top: 30px;
	margin: 30px auto 0;
	display: block;
	width: 250px;
	text-align: center;
}

.tt-bx .less1_box.words-text-box .words-table-wrapper .text-content table {
	width: 100%!important;
	border: none;
}
.tt-bx .less1_box.words-text-box .words-table-wrapper .text-content table td {
	width: 50%;
	background: none;
	border: none;
}
.player-bx .player {
	display: none;
}
.player-bx .pl.player {
	display: flex;
}
.player-bx {
	justify-content: center;
}

.soyle-pro .row {
	background: rgba(62, 128, 206, 0.05);
	border-radius: 25px;
	margin-left: 10px;
	margin-right: 10px;
}
.soyle-pro .row .text img {
	margin-top: 68px;
	margin-bottom: 55px;
}
.soyle-pro .row .text .h3 {
	color: #3E80CE;
}
.soyle-pro .row .text p {
	color: #000000;
}
.soyle-pro .row .text .bt-bx {
	margin-bottom: 75px;
}
.soyle-pro .row .text .bt-bx a {
	width: 228px;
}
.soyle-pro .row .img {
	margin-top: 101px;
	margin-bottom: 55px;
	justify-content: center;
	display: flex;
}

.progress__lesson-btns {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 38px;
}
.progress__lesson-btn-cerificate {
	max-width: 500px;
	width: fit-content;
	height: 87px;
	padding: 0 28px 0 114px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	border-radius: 10px;
	border: 1px solid rgba(166, 175, 185, 0.5);
	color: #000;
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	line-height: 180%;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 35px;
}
.progress__lesson-btn-cerificate:hover {
	text-decoration: auto;
}
.progress__lesson-btn-cerificate:focus {
	color: #000;
	text-decoration: auto;
}
.progress__lesson-btn-cerificate svg {
	fill: #FF8901;
	width: 10px;
	height: 8px;
}
.progress__lesson-btn-cerificate::before {
	position: absolute;
	content: "";
	width: 64px;
	height: 64px;
	top: 17px;
	left: 26px;
	background-image: url(../img/certificate.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.progress__lesson-btn-start-test {
	width: fit-content;
	height: 87px;
	padding: 0 32px 0 34px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	border-radius: 10px;
	background: #3E80CE;
	border: 1px solid #3E80CE;
	color: #fff;
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	line-height: 180%;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.progress__lesson-btn-start-test:hover {
	color: #FFFFFF;
	text-decoration: auto;
}
.progress__lesson-btn-start-test:focus {
	color: #FFFFFF;
	text-decoration: auto;
}
.progress__lesson-btn-start-test svg {
	fill: #fff;
	width: 10px;
	height: 8px;
}
.pop-certificate {
	margin-left: -525px;
	width: 100%;
	max-width: 1050px;
}
.popup__title {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.popup .content {
	max-height: 100%;
}
.popup-certificate {
	max-width: 990px;
	max-height: 550px;
	padding: 38px 106px 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 40px;
	overflow: auto;
}
.popup-certificate .popup-certificate__img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 25px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}
.popup-certificate .popup-btn {
	width: fit-content;
	padding: 12px 37.5px 13px 36.5px;
	text-transform: uppercase;
	margin-right: auto;
}
.popup-certificate .share {
	width: fit-content;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
}
.popup-certificate .share span {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.popup-certificate .share__items {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
}
.btn-orange {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	border-radius: 25px;
	background: #FF8901;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 180%;
}
.btn-orange:hover {
	color: #FFFFFF;
	text-decoration: auto;
}
.btn-orange:focus {
	color: #FFFFFF;
	text-decoration: auto;
}
.pop-certificate-need-passed {
	width: 585px;
	margin-left: -280px;
}
.pop-certificate-need-passed .popup-certificate {
	padding: 30px 0 0 0;
}
.pop-certificate-need-passed .popup-certificate div {
	text-align: center;
}
.pop-certificate-need-passed .popup-certificate .popup-btn {
	margin-right: auto;
	margin-left: auto;
}
.banner1405 img {
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.soyle-pro .row .text img {
		margin-top: 40px;
	}
	.soyle-pro .row .img {
		margin-top: 0px;
	}
	.progress__lesson-btn-cerificate {
		margin-bottom: 0;
	}
	.progress__lesson-btn-start-test {
		width: 100%;
	}
}






@media screen and (max-width: 1199px) {
	.error-fix-btn{display: none;}
	.mozaika-bx{padding: 20px;}
	.main-header{margin-bottom: 0;}
	.inf-top-bx .text{padding-top: 0;}
	.gala-bx .t{padding-right: 0;}
	.profile-ico-bx .btns{left: 162px;}
	.blog-page{background: none;}
	.add-blog-item{right: 0;}
	.blog-tabs{max-width: 780px;}
	.blog-banner .t{font-size: 25px;}
	.profile-ico-bx{padding-left: 0;}
	.add-blog-item{position: relative;top: -20px;margin-bottom: 20px;}
	.message-bx .mess-bx{max-width: 100%;}
	.header-bx .slab{display: none;}
	.active-teacher-bx{padding: 20px;}
	.active-user-bx .user-bx .list li{margin: 0 5px 10px;}
	.most-list li{margin-right: 15px;}
	.most-list .bigger .img{width: 140px;height: 140px;}
	.hint-btn-fix{display: none;}
}
@media screen and (max-width: 991px) {
	.my-progress-bx{margin-bottom: 50px;}
	.tb-blue-bx{padding: 20px 10px;}
	.tb-blue-bx .t{font-size: 14px;}
	.active-user-bx .user-bx{padding: 30px 10px;height: auto;margin-bottom: 30px;}
	.active-user-bx .user-bx .h3{margin-bottom: 30px;}
	.active-teacher-bx .pr-ico img{width: 80px;}
	.b-foot, .t-foot{padding: 30px 0;}
	.b-foot .links{margin-bottom: 30px;}
	.b-foot .copy{margin-top: 30px;}
	.head-lk-bx .name-bx .name{width: 100px;line-height: 1.2;}
	.search-bx .opener{margin-right: 15px;}
	.lang-drop-bx{margin-right: 15px;}
	.no-albums{margin-bottom: 30px;line-height: 65px;}
	.users-reg-box .tt .t2{font-size: 28px;}
	.top-box .text .t2:after{display: none;}
	.bloknot-aside{margin-bottom: 40px;}
	.banner-item{margin-bottom: 20px;}
	.partner-form{padding: 30px;}
	.partner-form .hh{margin-bottom: 15px;}
	.form-default .select-area{margin-bottom: 10px;}
	.question-bx{margin-bottom: 40px;}
	.container{width: auto;padding: 0 10px;}
	.blog-tabs{max-width: 580px;}
	.blog-banner{background-position: 400px 100%;}
	.bloknot-tabs{max-width: 100%;}
	.group-users{margin-bottom: 40px;}
	.blog-full-item .blog-form{margin-bottom: 40px;}
	.add-blog-item{position: absolute;top: 57px;}
	.top-box .bg{display: none;}
	.top-box .text{padding: 50px 0;text-align: center;}
	.top-box .text .t2{margin-bottom: 40px;}
	.partner-list{margin-bottom: 40px;}
	.b-foot .partner-list{margin-bottom: 0;}
	.b-foot{text-align: center;}
	.table-info-bx .h3{font-size: 30px;margin-bottom: 30px;}
	.inf-top-bx .text .h3{font-size: 28px;}
	.applic-bx .text .h3{font-size: 30px;}
	.applic-bx .text p br{display: none;}
	.most-list li{margin-bottom: 15px;}
	.mnu-bx{padding-left: 220px;}
	.test-block{margin-bottom: -50px;}
}
@media screen and (max-width: 767px) {
	.chose-word-bx{margin-bottom: 20px;}
	.word-bt-bx .btn{position: static;margin: 10px auto;}
	.gramma-bx .pl{margin-bottom: 20px;margin-top: 30px;}
	.gramma-bx .wrd-blue{margin-top: 30px;margin-bottom: 20px;}
	.gramma-bx .img-action{margin-bottom: 20px;}
	.sentense-bx .sent{margin-right: 0;margin-bottom: 20px;}
	.sentense-bx{display: block;}
	.gramma-bx .ans{font-size: 14px;}
	.gramma-bx .bx{max-width: 100%;}
	.player-bx .pl{margin: 0 0 10px;}
	.player-bx{display: flex;}
	.print-bx{display: block;padding: 20px;}
	.word-list li{padding: 5px 0;}
	.print-bx .t{margin-bottom: 15px;}
	.player-bx .sp{margin: 0 0 10px;}
	.chat-online-bx{min-height: inherit;}
	.chat-online-bx .scrollable-area{height: 250px;}
	.chat-online-bx{margin-left: 0;}
	.chat-frame-bx{margin-bottom: 20px;}
	.chat-bx{margin-top: 40px;display: block;}
	.dayword-panel-bx{margin-bottom: 40px;}
	.dayword-bt-panel{padding: 20px;}
	.dayword-bt-panel .btn{max-width: 100%;font-size: 14px;}
	.dayword-t{margin-bottom: 20px;}
	.dayword-t img{width: 24px;margin-right: 10px;}
	.dayword-t{font-size: 20px;padding: 15px;}
	.dayword-panel-bx{margin-top:30px;}
	.pagination-inner a{width: 30px;height: 30px;font-size: 16px;}
	.pagination-inner li:first-child{margin-right: 6px;}
	.pagination-inner li:last-child{margin-left: 6px;}
	.pop-welcome{padding: 20px;}
	.pop-welcome .pop-wr .img{display: none;}
	.pop-success{padding: 20px;}
	.chat-form .text-bx{max-width: 100%;margin-bottom:10px;}
	.chat-list-item .img{margin-right: 10px;}
	.chat-form .btn{position: static;margin: 0 auto;}
	.hint-btn-fix{display: none;}
	.top-fix-line .left{display: block;text-align: center;}
	.top-fix-line .t1,.top-fix-line .t2{margin-right: 0;margin-bottom: 5px;}
	.top-fix-line .left{width: 100%;}
	.mozaika-bx .heading-bx{display: block;}
	.mozaika-bx .heading-bx .text{margin-bottom: 10px;width: auto;}
	.mozaika-bx .heading-bx .ic-t{margin-bottom: 10px;}
	.test-frame-bx .result-bx .row > div:first-child .res-bx{margin-bottom: 50px;}
	.test-frame-bx .result-bx{margin-bottom: 50px;}
	.test-frame-bx .res-bx{border-left: 0;}
	.less-tags{float: none;margin-bottom: 20px;}
	.less-btn-tag-bx .bt-next{float: none;}
	.rait-item .bt-red{display: none;}
	.rait-item .bal{font-size: 10px;width: 120px;}
	.rait-item .name {
    font-size: 10px;
    width: 75px;
    line-height: 1.2;}
	.rait-item{padding: 2px 10px;}
	.rait-item .n{width: 25px;}
	.my-progress-bx .h3{font-size: 30px;}
	.progress-item table .name{font-size: 10px;line-height: 1.4;}
	.progress-item .hh-bx .name{margin-right: 15px;}
	.progress-item{padding: 0 10px;}
	.get-test-bx .text .img{position: static;margin-bottom: 20px;text-align: center;}
	.get-test-bx .text .tt{width: auto;height: auto;background: none;margin: 0 0 30px;padding: 0;}
	.most-active-bx .text{padding: 0;text-align: center;}
	.most-active-bx .text .ico{position: static;margin-bottom: 20px;}
	.most-active-bx .text .h3{font-size: 30px;}
	.most-active-bx .text .btn{width: auto;}
	.most-active-bx .text .ico img{width: 100px;}
	.applic-bx .text .btns{display: block;}
	.applic-bx .text .btn{margin: 0 0 20px;width: 100%;}
	.info-blocks-bx .grid-bx {    grid-template-columns: repeat(1, 1fr);}
	.vd-inf-bx .text .h3{font-size: 28px;}
	.lesson-chose-bx .h3{font-size: 26px;}
	.tb-blue-bx li{padding: 10px 0 ;width: 33.3333333%;border-right: 0;margin-bottom: 15px;}
	.tb-blue-bx .t{font-size: 11px;}
	.tb-blue-bx{padding-bottom: 5px;}
	.question-item-bx .bt-wr .res img{display: none;}
	.question-item-bx .bt-wr > *{margin-right: 15px;}
	.active-user-bx .vd-bx{height: 200px;background-size: cover;}
	.table-info-bx .list .tt{font-size: 14px;}
	.table-info-bx p{font-size: 14px;}
	.head-drop-bx .opener{padding: 0 5px;padding-top: 7px;min-width: 40px;min-height: 40px;}
	.b-foot .soc{display: block;margin: 0 0 20px;}
	.partner-list li{margin-right: 10px;}
	.t-foot{text-align: center;}
	.top-box .text .t1{font-size: 24px;}
	.top-box .text .t2{font-size: 33px;}
	.top-box .bt{margin: 10px;}
	.gala-item{margin-bottom: 20px;overflow: hidden;}
	.grey-bx-item .tt{padding: 20px;min-height: inherit;}
	.teach-text p{font-size: 20px;}
	.group-item .stars{position: static;}
	.group-item .bb{padding-left: 20px;}
	.blog-full-item h1{font-size: 26px;}
	.blog-banner{text-align: center;padding: 20px;height: auto;}
	.blog-tabs li{width: 100%;}
	.add-blog-item{position: relative; top: 0;right: 0;margin-bottom: 20px;display: inline-block;}
	.blog-tabs{max-width: 100%;}
	.partner-form{background: #d7dfe1;height: auto;padding: 20px;}
	.partner-form .hh .ico{margin-right: 0;}
	.partner-form .hh > *{display: block;text-align: center;margin-bottom: 10px;}
	.partner-form .hh{margin-bottom: 30px;}
	.form-default .select-area{width: 100% !important;margin-right: 0;}
	.form-default .bt-red{width: 100%;}
	.partner-form .hh .t{font-size: 23px;}
	.banner-item .t{padding-top: 57px;font-size: 20px;}
	.banner-item{background-position: 200px 50%;}
	.page-title{font-size: 26px;}
	.blog-form .btns .bt-red{margin: 0 0 20px;width: 100%;}
	.user-item .level{font-size: 12px;}
	.user-item .name-bx{margin-right: 15px;}
	.user-item .name{font-size: 14px;}
	.user-item .ico{margin-right: 10px;}
	.share-panel{position: static;margin-bottom: 30px;}
	.add-blog-item, .select-show-chose {margin-top: 10px;margin-bottom: 10px;}
	.tabs-wrap + .question-bx  {margin-top: 20px;}
	.question-item-big .name-pic-bx{width: auto;float: none;margin-bottom: 15px;}
	.question-item-big .bt-red{margin-top: 5px;margin-bottom: 5px;}
	.comment-item .likes{display: block !important;margin-left: 0;margin-top: 10px;}
	.comment-big-bx .comment-item .likes{display: inline-block !important;}
	.comment-big-bx .comment-item-answer{padding: 15px;}
	.question-item-big .link{margin-left: 0;margin-top: 5px;display: block;}
	.group-params .radio-bx{width: 100%; margin-right: 0;}
	.add-blog-item{position: relative;top: 0px;display: block;margin-bottom: 20px;}
	.profile-test .test-bx{padding: 20px;margin-bottom: 20px;}
	.profile-ico-bx .ico{top: 0;width: 80px;height: 80px;}
	.profile-ico-bx .name{font-size: 14px;}
	.profile-ico-bx{margin-top: 20px;}
	.friend-item .bt-red{position: static;margin-top: 20px;}
	.profile-ico-bx .btns{position: static;margin-bottom: 30px;display: block;margin-top: 20px;	}
	.group-item .teach-bx{position: static;margin-bottom: 10px;}
	.group-item .teach-name{position: static;}
	.partner-item{padding: 20px;}
	.partner-item .ico{font-weight: normal;margin: 0 0 20px;float:none;}
	.partner-item .heading .bt-red{position: static;margin-bottom:  0px;margin-top: 10px;}
	.popup{width: 300px;margin-left: -150px;}
	.ph-add-bx li{margin: 3px;}
	.header-bx .right > *{display: block;}
	.header-bx .right > .slab{display: none;}
	.main-header{padding-top: 15px;position: relative;}
	.toggle_mnu{display: block;}
	.mnu{
		display: block;
		z-index: 12;
		position: fixed;
		top:0px;
		height: 100%;
		overflow-y: auto;
		left:0;
		width: 270px;
		background: #fff;
		box-shadow: 2px 0 15px 0 rgba(0,0,0,0.3);
		display: none;
		padding-top: 75px;
	}
	.mnu>li>a{display: block;padding: 5px 10px;}
	.drop-links{margin: 0 10px;width: auto;position: static;display: block;}
	.header-bx .right, .header-bx .logo{float: none;}
	.header-bx .logo{margin-bottom: 0px;}
	.header-bx .right > .head-lk-bx{width: 270px;margin: 0;left: 0;top: 0;position: fixed;z-index: 13;padding: 10px;display: none;}
	.head-drop-bx{margin-right: 5px;}
	.lk-drop-bx{margin-right: 0;}
	.head-lk-bx .name-bx .ico{width: 30px;height: 30px;}
	.head-lk-bx .name-bx{margin-right: 10px;}
	.head-lk-bx .name-bx .name{font-size: 10px;}
	.search-bx .opener{position: absolute; right: 41%; top: 12px;}
	.lang-drop-bx{position: absolute; right: 17%; top: 3px;}
	.lang-drop-bx .opener{min-height: 35px;padding-top: 6px;}
	.header-bx .logo img{width: 120px;}
	.header-bx{margin-bottom: 0;}
	.lang-drop-bx:hover .h-drop-list-bx{width: 100%;}
	.drop-links{padding: 5px;border-radius: 0;}
	.active-teacher-bx{display: block; }
	.active-teacher-bx .bt-bx{margin-bottom: 30px;}
	.top-box{margin-top: 0px;}
	.search-bx .opener span{display: none;}
	.most-list li{margin: 5px;text-align: left;}
	.most-list {text-align: center;}
	.most-list{margin-top: 60px;}
	.vd-inf-bx .bt-bx{justify-content: center;display: flex;}
	.applic-bx .text .h3 br{display: none;}
	.lesson-navigation, .lesson-navigation-switcher, .lesson-navigation.opened:before{width: 100%;}
	.mnu-bx{padding: 10px 0 0;}
	.lesson-navigation-wrapper{position: static;}
	.lesson-navigation-switcher {border: 2px solid #3e80ce;height: 40px;line-height: 40px; }
}

@media screen and (max-width: 550px) {
	.banner1405 {display: none;}
}



.soyle-banner .row {
	justify-content: center;
	background-color: #022A4A;
	border-radius: 25px;
	padding: 58px 80px 53px 80px;
}

.soyle-banner .text .h3 {
	font-weight: 700;
	font-size: 36px;
	line-height: 120%;
	color: #FFFFFF;
	margin-bottom: 12px;
}

.soyle-banner .text p {
	font-size: 16px;
	font-weight: 400;
	color: #EEF1F7;
	margin-bottom: 46px;
}

.soyle-banner .banner__logo {
	width: fit-content;
	height: 40px;
	object-fit: cover;
	flex-shrink: 0;
	margin-bottom: 35px;
}

.soyle-banner .banner__btns {
	display: flex;
	align-items: center;
	gap: 18px;
}

.soyle-banner .banner__btn {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	padding: 11px 14px 11px 8px;
	width: fit-content;
	height: 60px;
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	color: #3E80CE;
	text-decoration: none;
	border-radius: 40px;
	background-color: #fff;
}

.soyle-banner .banner__btn:hover {
	text-decoration: none;
}

.soyle-banner .banner__btn span>span {
	font-weight: 600;
	font-size: 16px;
}

.soyle-banner .banner__btn-img {
	width: 38px;
	height: auto;
	object-fit: cover;
	flex-shrink: 0;
}

.soyle-banner .banner__btn:nth-child(2) .banner__btn-img {
	width: 22.54px;
}

.soyle-banner .banner__btn:nth-child(3) .banner__btn-img {
	width: 21.56px;
}

.soyle-banner .banner__btn-content {
	display: flex;
	flex-direction: column;
}

.soyle-banner .banner__img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media (max-width: 991px) {
	.soyle-banner .row {
		padding: 40px 20px;
	}

	.soyle-banner .banner__btns {
		justify-content: center;
		flex-wrap: wrap;
	}
}

@media (max-width: 768px) {
	.soyle-banner .row {
		padding: 40px 0;
	}
}