@font-face {
  font-family: BebasNeue;
  src: url(../fonts/BebasNeue-Regular.ttf);
}

html, body { font-family: 'Roboto', sans-serif; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; color: #363636; }

#content { width: 100%; min-height: 100%; position: relative; z-index: 1; }
.clear{ clear: both; }
.bold{ font-weight: 600 !important; }
.fl-r{ float:right !important;  }
.green{ color: #00a553 !important; }
.col-12{ -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.btn { cursor: pointer; text-transform: uppercase; outline: 0 !important; min-width: 120px; color: #fff; font-weight: 600; background-color: #c6bb93; display: inline-block; line-height: 1.25; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: .5rem 1rem; font-size: 1rem; border-radius: .25rem; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; width: 100%; }
.ta-c{ text-align: center; }

/* Login */
.login{ width: 100%;  min-height: 100%; position: relative; }
.login .error_msg{ background: #f73636; color: #fff; padding: 10px 20px; border-radius: 5px; margin-bottom: 10px; font-weight: bold; }
.login .logo, .error_page .logo { display: block; width: 100%; height: auto; text-align: center; z-index: 999; position: relative; font-family: BebasNeue; }
.login .logo .img, .error_page .logo .img{ display: inline-block; background: url('../img/logo_login.png') no-repeat; width: 500px; height: 297px;  max-width: 100%; max-height: 297px; margin-top: 35px; }
.login .logo .logo_texts{ position: relative; margin-top: -32px; }
.login .logo .text{ font-size: 28px; display: block; margin-top: -10px; }
.login .logo .text.large{ font-size: 56px; }
.login .logo .text.cream{ color: #c6bb93; margin-top: 0; font-size: 38px; }


.left_top_hand { width: 500px; height: 181px; display: inline-block; position: absolute; top: 0; left: 0; z-index: 1; max-width: 50%; }
.left_top_hand .img{ width: 100%; height: auto; }

.right_top_hand { width: 500px; height: 364px; display: inline-block; position: absolute; top: 0; right: 0; z-index: 1; max-width: calc((100% - 480px) / 2); }
.right_top_hand .img{ width: 100%; height: auto; }

.left_bottom_hand{ width: 600px; height: auto; display: inline-block; position: absolute; bottom: 0; left: 4vw; z-index: 1; max-width: calc((100% - 480px) / 2); }
.left_bottom_hand .img{ width: 100%; height: auto;}

/* .left_top_hand .img{ background: url('../img/left_top_hand.png') no-repeat; width: 500px; height: 181px; display: inline-block; position: absolute; } */
/* .right_top_hand .img{ background: url('../img/right_top_hand.png') no-repeat; width: 500px; height: 364px; display: inline-block; position: absolute; right: 0; } */
/* .left_bottom_hand .img{ background: url('../img/left_bottom_hand.png') no-repeat; width: 600px; height: 433px; display: inline-block; position: absolute; bottom: 0; left: 4vw; } */

.login #main-form{ margin: 0 auto; padding-top: 10px; width: 100%; max-width: 443px; margin-bottom: 20px; z-index: 100; position: relative; }
.login .form-group { margin-top:20px; }

.form-container .form-group{ margin-bottom: 20px; }
.form-container .form-group .col-12:last-child{ margin-bottom: 0 !important; }
.form-container .form-group label { display: inline-block; margin-bottom: .5rem; }
.form-control { display: block; width: 100%; padding: .5rem .75rem; font-size: 1rem; line-height: 1.25; color: #464a4c; background-color: #fff; background-image: none; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem; box-sizing: border-box; -webkit-box-sizing: border-box; margin: 5px 0px 12px 0; border-radius: 22px; }
.form-group label{ font-weight: 600; color: #c6bb93; margin: 10px 0; }
.form-group input{ padding-left: 35px; }
.form-group input#username{ background-image: url('../img/login.png'); background-repeat: no-repeat; background-size: 16px; background-position: 10px center; }
.form-group input#password{ background-image: url('../img/password.png'); background-repeat: no-repeat; background-size: 16px; background-position: 10px center; }

/* Error page */
.error_page { width: 100%; min-height: 100%; position: relative; background: url('../img/background.jpg') no-repeat center center / cover; position: relative; height: 100%; }
.error_page .layout { width: 50%; height: 50%; overflow: auto; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; text-align: center; font-weight: bold; font-size: 26px; }
.error_page .layout a { max-width:200px;margin-top:20px;text-decoration:none; }

/* Lecture */
.container{ width: 1120px; margin: 0 auto; }
.container.padding-bottom{ padding-bottom: 70px; }
.header_row{ text-align: center; margin-top: 20px; margin-bottom: 15px; padding-bottom: 20px; border-bottom: 1px solid #d7d7d7; position: relative; height: 52px; }
.header_row .user_name{ position: absolute; right: 46px; width: 220px; color: #c6bb93; font-weight: bold; text-align: right; height: 32px; line-height: 70px; top: 5px; }
/* .header_row .page_logo{ display: inline-block; width: 600px; background: url('../img/page_logo.png'); height: 31px; background-size: 600px 31px; } */
.page_logo_left{ display: inline-block; background: url('../img/logo_left_300.png'); height: 88px; width: 125px; float: left; position: absolute; left: 0; top: -15px; background-size: 125px 88px; text-decoration: none; }
.logout{ display: inline-block; float: right; background: url(../img/logout.png); width: 32px; height: 32px; background-size: 32px; position: relative; top: 24px; }

.lecture_open{ margin: 0 25px; }
.lecture_open .left_col{ display: inline-block; width: 720px;}
.lecture_open .right_col{ display: inline-block; width: 335px; float: right; }
.lecture_open .title{ padding: 14px; font-weight: 600; color: #fff; border-radius: 8px; }
.lecture_open .title.pink{ text-transform: uppercase; background-color: #f04999; padding-left: 35px; }
.lecture_open .title.purple{ background-color: #b172dd; }
.lecture_open .title.cream_brown{ background-color: #c6bb93; color: #fff; }
.allBtn, .allBtn:hover { color: #fff;text-decoration:none; }

.lecture_open .video{ margin-top: 10px; position: relative; }
.lecture_open .video img{ max-width: 100%; }
.lecture_open .video_name { margin-top: 50px;  }
.lecture_open .lecture_details { height: 35px; font-size: 14px; line-height: 35px;  }
.lecture_open .lecture_details div{ display: inline-block; }
.lecture_length { color: #fff; background-color: #458ccc; border-radius: 8px; padding: 0 15px; height: 30px; line-height: 30px; margin-top: 5px; }

.video_actions { display: inline-block; }
.video_actions .action_bubble{ display: inline-block; width: auto; }
.available_lecture .tip_value { padding: 0 10px; height: 25px; line-height: 25px; margin-top: 5px; font-size: 14px; margin-right: 0; }
.tip_value { color: #fff; background-color: #f04999; border-radius: 8px; padding: 0 15px; height: 25px; line-height: 25px; margin-top: 5px; margin-right: 15px; font-size: 14px; }
.lecture_open .active_until { background-color: #ececec; border-radius: 8px; padding: 0 15px; height: 25px; line-height: 25px; margin-top: 5px; margin-right: 5px; font-size: 14px; }
.lecture_open .active_until .date { margin-left: 5px; }
.lecture_open .lecture_description{ margin-top: 30px; font-size: 14px; text-align: justify; padding-bottom: 15px; border-bottom: 1px solid #d7d7d7; margin-bottom: 15px; }
.lecture_open .lecture_description a{ color: #c6bb93; }

.all_lecture_button{ text-decoration: none; color: #448ccb; text-transform: uppercase; margin-top: 5px; font-weight: 600; font-size: 14px; background-color: #ececec; padding: 8px 15px; border-radius: 5px; display: block; text-align: center; background-image: url(../img/show_more_right.png); background-position: center right; background-repeat: no-repeat; background-size: 28px; }

.test_section{ display: block; width: 100%; margin-top: 10px; text-align: center;}
.test_section img{ width: 100%; max-width: 579px; display: inline-block; }

.video_no_longer_available{ font-weight: bold; text-align: center;padding: 20px 0; }
.video_qualities{ margin: 10px 0; }
.video_qualities a{ text-decoration: none; color: #448ccb; background: #ececec; padding: 5px 10px; border-radius: 5px; margin-left: 7px; font-size: 14px; }
.video_qualities a.active{ background-color: #c6bb93; color: #fff; }
.video_qualities .quality_text{ color: #c2c2c2; line-height: 27px; }

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: left;
}

.rating > span {
  display: inline-block;
  position: relative;
  width: 1.0em;
  font-size: 20px;
}
.rating > span:hover,
.rating > span:hover ~ span {
  color: transparent;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
   left: 0;
   color: gold;
   cursor: pointer;
}

.rating:not(:hover) .clicked_star{ color: gold; width: 1.0em; }
.rating:not(:hover) .clicked_star:before{ content: "\2605"; position: absolute; left: 0; color: gold; cursor: pointer; }

.average_rating, .average_rating_not_shown{ font-size: 11px;color:#666; }

.lecture_comments .comment_count{ font-size: 15px; }
.lecture_comments .add_comment { margin-top: 20px; }
.lecture_comments .avatar{ font-weight: 600; background: #ececec; text-align: center; border-radius: 50%; display: inline-block; width: 40px; height: 40px; line-height: 40px; float:left; }
.lecture_comments .comment_input{ border: none; border-bottom: 1px solid #d7d7d7; width: calc(100% - 57px); margin-left: 10px; padding-bottom: 6px; float: right; outline: none;}
.lecture_comments .button{ text-transform: uppercase; text-align: center; color: #fff; background: #f04999; padding: 10px 20px; text-decoration: none; font-size: 14px; float: right; border-radius: 5px; font-weight: 600; margin-top: 13px; }
.lecture_comments ul{ list-style: none; padding: 0; font-size: 14px; }
.lecture_comments ul .comment_content{ width: calc(100% - 57px); margin-left: 10px; display: inline-block; float: right; }
.lecture_comments ul .comment_content .time{ color: #898989; font-size: 12px; }
.lecture_comments ul .comment_content .comment{ margin-top: 5px; }
.lecture_comments ul .comment_content .respond{ text-decoration: none; color: #448ccb; text-transform: uppercase; margin-top: 5px; font-weight: 600; font-size: 12px; margin-top: 10px; display: inline-block; margin-right: 15px; }

.lecture_comments ul .add_comment{ width: calc(100% - 57px); float: right; margin-top: 25px; }
.lecture_comments ul .response .add_comment{ width: calc(100% - 40px);}
.lecture_comments ul .padding .avatar{ width: 26px; height: 26px; line-height: 26px; font-size: 10px; }
.lecture_comments ul .padding .comment_content{ width: calc(100% - 40px); }
.lecture_comments ul .comment_input{ width: calc(100% - 40px); }
.lecture_comments ul .button{ background-color: #f04999;  }
.lecture_comments ul li{ margin-bottom: 20px; }
.lecture_comments ul .response{ width: calc(100% - 57px); padding-left: 57px; margin-bottom: 10px; }
.lecture_comments ul .response .respond{ color: #898989; }

.play_button{ display: inline-block; position: absolute; top: 10px; left: 0; right: 0; bottom: 0; margin: auto; background: url('../img/play_btn_small.png'); width: 48px; height: 48px; }
.play_button.big{ background: url('../img/play_btn.png'); width: 80px; height: 80px; top: 0; }

.unavailable_overlay{ display: block; position: absolute; width: 100%; height: 100%; background: rgba(255,255,255,0.5); z-index: 2; }

.coming_soon_overlay{ display: block; position: absolute; width: 100%; height: 100%; background: rgba(255,255,255,0.5); z-index: 2; text-align: center; line-height: 120px; color: #717171; }
.coming_soon_overlay.large{ font-size: 20px; }
.coming_soon_overlay.large span{ position: absolute; height: 24px; line-height: 24px; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }

.video .lecture_video{ width: 100%; height: 400px; color: #fff; background-color: #c2c2c2; text-align: center; line-height: 400px; max-width: 100%;}

.suggestion_video{ text-decoration: none; }
.suggestion_advert{ display: block; width: 300px; height: 100px;  margin-bottom: 10px;}
.suggestion_advert .image{ display: block; max-width: 100%; height: auto; color: #fff; background-color: #c2c2c2; line-height: 100px; text-align: center; }
.available_video { display: inline-block; }
.available_lecture { margin-bottom: 20px; position: relative; }
.available_lecture .image_block { max-width: 100%; }
.available_lecture .image_block img{ max-width: 100%; }
.suggestion_video .available_lecture{ margin-bottom: 10px; }
.available_lecture .image_block{ position: relative; display: inline-block; height: 110px; }
.available_lecture .lecture_video{ margin-top: 10px; width: 155px; height: auto; display: block; min-height: 100px; color: #fff; background-color: #c2c2c2; text-align: center; line-height: 100px; }
.available_lecture .title{ color: #363636; padding: 0; margin-top: 10px; margin-bottom: 3px; min-height: 82px; font-size: 12px; }
.available_lecture .short_description{ color: #898989; font-size: 14px; line-height: 14px; text-align: left; height: 64px; }
.available_lecture .active_until{ background-color: #fff; margin: 0; padding: 0; height: 20px; line-height: 20px; font-size: 14px; border-radius: 0; color: #000; font-size: 13px; }

.banners{ margin-top: 25px; }
.banners .advert{ margin-bottom: 20px; text-decoration: none; text-align: center; display: block; }

.available_lecture .left{ display: inline-block; width: 155px; }
.available_lecture .right{ display: inline-block; width: calc(100% - 170px); float:right; }
.available_lecture .video_stats { font-size: 11px;line-height:14px; display: block; float:left;text-decoration: none; color: #666; }

.all_lecture .tip_value { height: 22px; line-height: 22px; font-size: 13px; }

.show_all_available_video:hover { cursor: pointer; }
.available_lectures_more { display: none; }
.available_lectures_more a{ text-decoration: none; }
.available_lectures_more .right{ float: none; width: 100%; }
.available_lectures_more .short_description{ height: auto; margin: 4px 0; }

.toggle_lectures{ text-decoration: none; color: #448ccb; font-weight: 600; font-size: 15px; text-align: center; display: block; margin-bottom: 10px; }


/* Supporters */
.supporters{ font-family: 'Bebas Neue', cursive; text-align: center; padding-bottom: 85px; }
.supporters a{ text-decoration: none; }
.supporters .thank_you_text{ font-size: 24px; }
.supporters .thank_you_text span{ font-size: 36px; }
.supporters .images{ border-top: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; padding: 25px 0; }
.supporters .images a:not(:first-child){ margin-left: 30px; }

.cooperation { margin-top: 60px; }
.cooperation img{ width: 220px; vertical-align: top; }
.cooperation .red_text{ color: #d39392; display: inline-block; width: 310px; font-size: 20px; text-align: left; padding-top: 10px; margin-left: 10px; }

/* Footer */
#footer { width: 100%; height: 60px; background-color: #ececec; position: absolute; bottom: 0; margin-top: 30px; }
#footer .container{ height: 100%; line-height: 60px; text-align: center; position: relative; }
#footer .copyrights{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
#footer .privacy_politics{ float: left; text-decoration: none; color: #c6bb93; cursor: pointer; z-index: 9999; position: relative; font-size: 14px; }
#footer .contacts{ text-align: right; }
#footer .phone, #footer .email{ color: #898989; font-size: 14px; text-decoration: none; z-index: 100; position: relative;}

.all_lectures .title{ padding: 14px; font-weight: 600; color: #fff; border-radius: 8px; }
.all_lectures .title.pink{ background-color: #f04999; }
.all_lectures .title.cream_brown{ background-color: #c6bb93; }
.all_lectures .available_video{ text-decoration: none; display: inline-block; }
.all_lectures .available_lecture{ width: 335px; display: inline-block; margin-left: 30px; float: left; }
.all_lectures .available_lecture .title{ color: #000; padding: 0; }
.all_lectures .available_lecture .active_until .date{ margin-left: 5px; }


.available_materials{ margin-top: 10px; }
.available_materials ul{ list-style: none; margin: 0; padding: 0; }
.available_materials ul li{ padding: 3px 0; }
.available_materials a{ text-decoration: none; color: #448ccb; }
.available_materials a.icon_pdf{ background: url('../img/document-pdf.png') no-repeat; padding-left: 20px; }

#rev_slider_24_1_wrapper{ min-height: 1000px; }

@media (max-width: 1200px) {
	
	/* Login */
	.login{ background: #fff; }
	/* .login .logo .img{ background: url('../img/logo_600.png') no-repeat; width: 600px; height: 235px; margin-top: 35px; } */
	.login #main-form{ max-width: 500px; }
	
	/* Lecture */
	.container{ width: 720px; }
	.header_row{ padding-bottom: 15px; }
	/* .header_row .page_logo{ width: 400px; height: 21px; background-size: 400px 21px; } */
	/* .header_row .user_name{ right: 24px; width: 142px; height: 20px; line-height: 20px; top: 2px; font-size: 12px; } */
	/* .page_logo_left{ height: 43px; width: 145px; top: -11px; background-size: 145px 43px; } */
	/* .logout{ width: 20px; height: 20px; background-size: 20px; top: 2px;} */
	.lecture_open{ margin: 0; }
	.lecture_open .left_col{ width: 100%; }
	.lecture_open .right_col{ width: 100%; float: unset;}
	.available_lecture{ width: 340px; display: inline-block; }
	.suggestion_video:nth-child(2n + 1){ margin-left: 35px; }
	.available_video:nth-child(2n + 1){ margin-left: 35px; }
	.banners .advert:nth-child(2n){ margin-left: 45px; }
	.all_lectures .available_lecture{ margin-left: 5px; }
	
}

@media (max-width: 768px) {
	
	/* Login */
	.login #main-form{ max-width: 280px; }
	.login .logo .img, .error_page .logo .img{ width: 320px; height: 181px; background-size: 320px 181px; }
	.left_top_hand, .right_top_hand, .left_bottom_hand{ display: none; }
	.login .logo .text{ font-size: 20px; }
	.login .logo .text.large{ font-size: 40px; }
	.login .logo .text.cream{ font-size: 28px; }
	/* Lecture */
	.container{ width: 100%; }
	.header_row{ padding: 0 15px 15px 15px; text-align: left; margin-bottom: 5px; border-bottom: 0; }
	/* .logout{ width: 16px; height: 16px; background-size: 16px; top: 4px; } */
	/* .header_row .page_logo{ background: url('../img/logo_mobile.jpg') no-repeat; width: 79px; height: 26px; background-size: 79px 26px; margin-left: 80px; } */
	.header_row .user_name{ right: 55px; }
	/* .page_logo_left{ height: 26px; width: 90px; top: -1px; background-size: 90px 26px; } */
	.lecture_open .title{ border-radius: 0; }
	.lecture_open .title.pink{ padding-left: 15px; }
	.lecture_open .video { margin-top: 0; }
	.lecture_open .video img{ width: 100%; }
	.lecture_open .lecture_details{ position: relative; font-size: 12px; padding: 0 5px; }
	.lecture_open .lecture_details .author{ position: absolute; top: 32px; left: 15px; }
	.lecture_open .lecture_comments{ padding: 0 15px; margin-bottom: 10px; }
	.video_name{ padding-left: 15px; }
	.available_materials a.icon_pdf{ display: block; }
	.comment_list{ display: none; }
	.mobile_toggle_comments{ display: inline-block; background: url('../img/arrow.png'); width: 10px; height: 6px; float: right; position: relative; top: 5px; cursor: pointer; }
	.lecture_open .lecture_description{ margin-top: 40px; font-size: 13px; padding: 0 15px 10px 15px; }
	.lecture_comments ul{ font-size: 13px; }
	.lecture_comments ul li.response{ width: calc(100% - 17px); padding-left: 17px; }
	.lecture_comments .button{ padding: 5px 10px; border-radius: 4px; font-size: 12px; }
	.available_lecture{ margin-left: 0 !important; padding: 0 15px; width: 290px; }
	.available_lecture .left{ width: 160px; }
	.available_lecture .right{ width: calc(100% - 170px); }
	.available_lecture .short_description{ font-size: 13px; height: 69px; }
	.available_lecture .lecture_video{ width: 160px; }
	.available_lecture .title{ font-size: 14px; text-align: left; }
	.available_lecture .active_until{ font-size: 10px; }
	.suggestion_div{ text-align: center; }
	.available_div{ text-align: center; }
	.available_video{ display: inline-block; width: auto; height: auto; }
	.suggestion_video:nth-child(2n + 1){ margin-left: 0px; }
	.available_video:nth-child(2n + 1){ margin-left: 0px; }
	.banners { padding: 0 15px; text-align: center; }
	.banners .advert{ margin-left: 0 !important; max-width: 100%; }
	.banners img{ max-width: 290px; }
	.container.padding-bottom{ padding-bottom: 50px; }
	.video_rating{ padding-left: 15px; }
	.all_lecture{ margin-bottom: 30px; }
	.all_lectures .available_lecture{ max-width: calc(100% - 55px); padding: 0 10px; }
	.all_lectures .available_lecture .title{ font-size: 13px; min-height: 85px; }
	#footer{ height: 80px; font-size: 13px; }
	#footer .container{ line-height: 40px; }
	#footer .copyrights{ right: unset; left: 15px; left: 0; right: 0; top: 43px; }
	#footer .contacts{ padding-right: 15px; position: relative; }
	#footer .phone, #footer .email{ font-size: 13px; }
	#footer .phone{ position: absolute; right: 15px; top: 20px; }
	#footer .privacy_politics{ left: 15px; }
}