.side-module .upload-pdf .btn-upload-pdf .share-side-tw.window {
  padding: 2px 3px 2px 5px;
}

.aside .experts-box .expert-item .expert-item-descr .fa-facebook.nonactive {
  background-color: #808080;
}

.aside .experts-box .expert-item .expert-item-descr .fa-facebook.nonactive:hover {
  background-color: #808080;
}

.aside .experts-box .expert-item .expert-item-descr a.fa-facebook {
  width: 24px;
}

aside>div.fbwidget-box {
  margin: 25px auto 25px;
}

.aside .category-box .category-group .btn-category {
  display: inline-block;
}

.aside .experts-box {
  margin-bottom: 25px;
}

div.docs-content-item .docs-cont-top .docs-top-right .panel-docs {
  padding: 23px 0 0;
}

.docs-content-item .docs-cont-top .docs-top-right span.for-date {
  display: inline;
}

* {
  scroll-behavior: smooth
}

.top-p-404 {
  line-height: 1;
}

div>p.bottom-p-404 {
  line-height: 1;
  font-size: 16.5px;
  margin-bottom: 43px;
}

@media(max-width: 1200px) {
  .aside .category-box .category-group {
    display: flex;
    flex-wrap: wrap;
  }

  .aside .category-box .category-group .btn-category {
    margin-bottom: 5px;

  }
}

@media (min-width: 1201px) {
  .banner-box .banner-box-title {
    font-size: 32px;
  }
  .banner-box-stretching .banner-box-title {
    font-size: 32px;
  }
}

.lang-drop .drop-triger {
  cursor: pointer;
}

.lecture-comments .btn-login {
	cursor: pointer;
	color: #0065aa;
	border-bottom: 1px solid transparent;
	transition: all 0.3s ease-in;

}
.lecture-comments .btn-login:hover {
	color: #6cb4e6;
	border-bottom: 1px solid #6cb4e6;
}

/*new styles for main page*/
.btn-login {
  background-color: transparent;
  border: none;
}


.top-info__log {
  position: relative;
  font-size: 12px;
  line-height: 24px;
  color: #848484;
  margin-left: 40px;
  margin-right: 18px;
}

/* max 779px */
@media(max-width: 779px) {
  .top-info__log {
    margin: 0 18px 0 auto;
  }
}

/* max 576px */
@media(max-width: 576px) {
  .top-info__log {
    margin: 0;
  }
}

.top-info__log a {
  font-weight: 600;
  color: #0065aa;
}

.top-info__log:before {
  content: "";
  display: block;
  width: 1px;
  background-color: #848484;
  height: 50%;
  position: absolute;
  top: 9px;
  left: -20px;
}

.top-info .for-mail.btn-login:before {
  font-family: FontAwesome;
  content: "\f007";
  position: absolute;
  left: -13px;
  color: #0065aa;
}

.top-info .for-mail.btn-login:hover {
  cursor: pointer;
}

.description {
  margin-top: 35px;
  margin-bottom: 20px;
}

.content .publications,
.aside .category-box{
  margin-top: 35px !important;
}
.mt-4, .my-4 {
  margin-top: 25px !important;
}
.about-title.neck {
  margin-bottom: 25px !important;
}

.description p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 10px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.description__left {
  background-size: cover;
  background-repeat: no-repeat;
  height: 325px;
  text-align: center;
  padding: 40px 20px 20px;
}

.description__right {
  padding-top: 10px;
}


.title-light {
  font-size: 30px;
  font-weight: 200;
}

.description__detail .title-light {
  font-weight: 700;
  color: #848484;
  line-height: 1.15;
}

.description .title {
  max-width: 440px;
  margin: auto;
}

.description__detail {
  display: flex;
  margin-bottom: 10px;
}

.description__detail p {
  font-size: 12px;
  font-weight: 700;
  color: #0065aa;
  text-transform: uppercase;
  margin-right: 20px;
  margin-bottom: 0;
}

.description i {
  position: relative;
  font-style: normal;
  margin-right: 5px;
}

.description i:before {
  font-family: FontAwesome;
  color: #848484;
}

.fa-video:before {
  content: "\f03d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.lecture-links {
  margin-bottom: 25px;
}



.lecture-links__box {
  background: rgba(237, 237, 237, 1);
  color: #000000;
  padding: 15px;
  display: flex;
  align-items: flex-start;
  min-height: 95px;
  margin-bottom: 15px;


}



.lecture-links__box:hover {
  background: rgba(237, 237, 237, 0.5);
  color: #000000;
}

.lecture-links__box p {
  font-size: 11px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}

.lecture-links__box span {
  font-size: 26px;
  font-weight: 900;
  color: #d9d9d9;
  line-height: 1;
  margin-right: 23px;
}


.btn-course {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  background-color: #78c71d;
  box-shadow: 5px 0px 17px rgba(120, 199, 29, 0.56);
  align-items: center;

}

.btn-course:hover {
  background: rgba(120, 199, 29, 0.8);
  color: #ffffff;
  cursor: pointer;
}

.btn-save {
  display: none;
}

.lecture-courses {
  display: flex;
  margin-bottom: 20px;
}

.lecture-courses .btn-course {
  padding: 4px 15px;
}


.lecture-courses__link {
  width: 50%;
  background-color: #ededed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.lecture-courses.link .lecture-courses__link {
  width: 100%;
  height: 210px;
}

.lecture-courses__link .title-light {
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.lecture-courses__desc {
  width: 50%;
  background-color: #5ebbe8;
  height: 100%;
  display: flex;
}

.lecture-courses__desc img {
  width: 60%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.lecture-courses__desc .description__detail {
  width: 40%;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.lecture-courses__desc .description__detail .description__detail__icon_text {
  display: flex;
}

.lecture-courses__desc .description__detail i {
  position: relative;
  font-style: normal;
}

.lecture-courses__desc .description__detail .fas.fa-video {
  margin-right: 7px;
}

.lecture-courses__desc .description__detail .fas.fa-clock {
  margin-right: 9px;
}

.lecture-courses__desc .description__detail .fas.fa-graduation-cap {
  margin-right: 4px;
}

.lecture-courses__desc .description__detail i:before {
  font-family: FontAwesome;
  color: #008dcf;
}

.lecture-courses__desc .description__detail p {
  color: #ffffff;
  margin-right: 0;
  margin-bottom: 15px;
}

.lecture-courses__img {
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  height: 210px;
}

.development-site {
  font-size: 11px;
  font-weight: 500;
  color: #00aeff;
  margin-left: auto;
  display: flex;
}

.development-site a {
  color: #00aeff;
}

.development-site a:hover {
  color: #ffffff;
}

.form-subscribe {
  margin-top: 0px;
}

.form-subscribe .form-control {
  background-color: #005995;
  font-size: 13px;
  color: #ffffff;
  border: none;
  border-radius: 0;
  width: 178px;
  height: 34px;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
}

.form-control:focus {
  box-shadow: none;
}

#comment-form .form-group .help-block {
  font-size: 12px;
  color: #dc3545;
  margin-top: 4px;
}

.cancel-reply {
  display: none;
  width: 220px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 5px;
  padding: 3px 10px;
  border-radius: 1px;
}

.btn-blue {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #008dcf;
  border: none;
  height: 34px;
  padding: 2px 12px;
}

.btn-blue:hover {
  background: rgba(0, 141, 207, 0.8);
  color: #ffffff;
  cursor: pointer;
}

.footer-subscribe {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-left .footer-left-label {
  margin-left: 4% !important;
}

.footer-last {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}

.footer {
  padding: 40px 25px !important;
}

/*new styles for main page END*/

/*subscribe*/
.subscribe {
  background-color: #ededed;
  padding: 25px;
  margin: 25px auto 25px;
}

.subscribe .form-group {
  margin-bottom: 20px;
}

.subscribe .form-control {
  background-color: #dcdcdc;
  height: 43px;
  width: 100%;
  border-radius: 0;
  border: initial;
}

.subscribe .form-control::placeholder {
  color: #848484;
}

.subscribe .btn-course {
  width: 100%;
  height: 43px;
}

.btn-course {
  border: none;
}

.btn.btn-course {
  border-radius: 1px;
}

.lang-drop:before {
  left: 3px !important;
}

@media(max-width: 1200px) {
  .lecture-links__box {
    height: auto;
    /* min-height: 100px; */
    min-height: 95px;
  }

}
@media (max-width:1230px){
  .form-subscribe .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
  .btn-blue.subscribe-footer{
    margin-bottom: 10px;
  }
}

@media(max-width: 991px) {

  .description,
  .content .publications, .aside .category-box {
    margin-top: 20px !important;
  }
  .mt-4, .my-4 {
    margin-top: 15px !important;
  }

  .about-title.neck {
    margin-bottom: 15px !important;
  }

  .footer-left {
    justify-content: center !important;
    margin-bottom: 20px;
  }

  .footer-subscribe {
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer-last {
    align-items: center;
  }

  .development-site {
    margin-right: auto;
    margin-top: 5px;
  }

  .footer {
    padding: 30px 25px !important;
  }

  .lecture-courses__desc img {
    width: 45%;
  }

  .lecture-courses__desc .description__detail {
    width: 55%;
  }

  .lecture-courses__link .title-light {
    margin-top: 0;
  }
  .social-media-list.nav {
    justify-content: center;
  }

}

@media(max-width: 767px) {
  .description__detail {
    margin-bottom: 20px;
    flex-direction: column;
  }

  .lecture-courses {
    flex-direction: column;
  }

  .lecture-courses__link {
    width: 100%;
  }

  .lecture-courses.link .lecture-courses__link {
    height: unset;
  }

  .lecture-courses__desc {
    width: 100%;
  }

  .title-light {
    font-size: 25px;
  }

  .form-subscribe {
    justify-content: center;
  }

  .form-subscribe .form-group {
    margin-bottom: 0;
  }

  .footer-right-box {
    margin-top: 10px !important;
  }
}

/*Login pop up*/
.modal-dialog {
  max-width: 100%;
  margin: 0;
  margin-top: 30px;
}

.modal-content {
  border-radius: 0;
  background-color: #005995;
}

.modal-body {
  padding: 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.modal-body button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #008dcf;
  text-shadow: none;
}

.modal-backdrop {
  background-color: #ffffff;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.form-login {
  width: 70%;
  position: relative;
}

#subscribe-form-footer {
  position: relative;
}

#loginModal .form-login .help-block,
#subscribe-form-footer .field-subscribe-email .help-block {
  font-size: 12px;
  color: #f2f2f2;
  text-shadow: 1px 1px 8px #dc3545;
}

.form-login .form-control {
  background-color: #ededed;
  border-radius: 0;
  border: none;
  font-size: 15px;
  width: 370px;
  height: 64px;
  padding-left: 70px;
}

.form-login .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #676767;
}

.form-login.form-chpass .form-control {
  width: 100%;
  background-color: #ffffff;
  padding-right: 45px;
}

.form-login .form-group {
  margin-right: 30px;
  position: relative;
}

.form-login.form-chpass {
  width: 100%;
  margin-top: 86px;
}

.form-login.form-chpass .form-group {
  position: relative;
  margin-right: 0;
}

.form-login.form-chpass .row {
  flex-direction: column;
}

.form-login.form-chpass .form-group.form-pass,
.form-login.form-chpass .chpass-panel {
  max-width: 408px;
}

.form-email:before {
  content: url("/images/email.svg");
  position: absolute;
  left: 30px;
}

.form-pass:before {
  font-family: FontAwesome;
  content: "\f13e";
  color: #0065aa;
  position: absolute;
  left: 30px;
}

.form-chpass .form-pass:before {
  top: 21px;
  left: 45px;
  color: #848484;
}

.form-chpass .form-pass .chform-vw {
  display: inline-block;
  position: absolute;
  top: 21px;
  right: 45px;
  cursor: pointer;
}

.form-chpass .form-pass .chform-vw:before {
  font-family: 'FontAwesome';
  content: "\f06e";
  color: #0065aa;
  cursor: pointer;
  z-index: 99;
}

.form-chpass .form-pass .chform-vw.vw:before {
  content: "\f070";
}

.form-chpass .help-block,
.form-edit .help-block {
  font-size: 12px;
  color: #dc3545;
  margin-top: 4px;
}

.form-login.form-edit {
  width: 100%;
}

#profile-avatar {
  width: 100%;
  opacity: 0;
  height: 5px;
}

.form-avatar .field-profile-avatar {
  position: relative;
  margin-bottom: 0;
}

.form-avatar .field-profile-avatar .control-label {
  color: #78c71d;
  font-size: 22px;
  position: absolute;
  top: -25px;
  right: 55px;
  cursor: pointer;
}

.form-avatar .field-profile-avatar .help-block {
  font-size: 12px;
  color: #f2f2f2;
  text-shadow: 1px 1px 8px #dc3545;
  margin-top: -10px;
  margin-bottom: 15px;
}

.btn-enter {
  background-color: #78c71d;
  box-shadow: 5px 0px 17px rgba(120, 199, 29, 0.56);
  border: none;
  width: 70px;
  height: 64px;
}

.btn-enter:hover {
  background: rgba(120, 199, 29, 0.8);
  color: #ffffff;
  cursor: pointer;
}

.form-login__right {
  margin-left: 20px;
  margin-right: 20px;
}

.form-login__right span {
  font-size: 15px;
  color: #ffffff;
  display: block;
  margin-bottom: 12px;
}

.form-login__right .btn-blue {
  font-size: 12px;
  padding: 10px 30px;
  display: inline-block;
}

button:focus {
  outline: none;
}

@media(min-width: 768px) {

  #loginModal .form-login .help-block,
  #subscribe-form-footer .field-subscribe-email .help-block {
    position: absolute;
    bottom: -20px;
    left: 0;
  }
}

@media(max-width: 1300px) {
  .form-login .form-control {
    width: 260px;
    padding-left: 60px;
  }

  .form-login.form-chpass .form-control {
    width: 100%;
  }
}

.pf-content-titlebox__mobile.pf-content-titlebox {
  display: none;
}
.pf-content-titlebox__desktop.pf-content-titlebox {
  display: flex;
}

@media(max-width: 991px) {
  .modal-body {
    flex-direction: column;
    padding: 40px 15px;
  }

  .form-login {
    width: 100%;
  }

  .form-login__right {
    margin: 0;
    margin-top: 20px;
  }
  .pf-content-titlebox__mobile.pf-content-titlebox {
    display: flex;
    margin-top: 15px;
  }
  .pf-content-titlebox__desktop.pf-content-titlebox {
    display: none;
  }
  .pf-content h3 {
    margin-top: 42px;
  }
}

@media(max-width: 767px) {
  .top-info .for-mail.btn-login {
    display: inline-block;
  }

  .top-info-right {
    align-items: center;
  }

  .form-login .form-group {
    margin-right: 0;
    width: 100%;
  }

  .form-login .form-control {
    width: 100%;
  }

  .modal-dialog {
    margin-top: 0;
  }

  .form-email:before {
    top: 21px;
  }

  .form-pass:before {
    top: 21px;
  }

  .form-login {
    margin-top: 10px;
  }
}

/*styles for registration*/
.registration {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 100px;
  margin-top: 40px;
  margin-bottom: 55px;
}

.registration h1 {
  font-weight: 200;
  margin-bottom: 40px;
}

.registration .help-block,
.registration .help-block__phone {
  font-size: 12px;
  color: #dc3545;
  margin-top: 4px;
}

.form-reg {
  width: 79%;
}

.form-reg .form-group {
  margin-right: 0;
  margin-bottom: 31px;
}

.form-reg .form-group:before {
  font-family: FontAwesome;
  color: #0065aa;
  position: absolute;
  top: 21px;
  left: 45px;
}

.form-reg.form-edit .form-group:before {
  color: #848484;
}

.form-tel:before {
  content: url("/images/phone_b.svg");
}

.form-name:before {
  content: "\f007";
}

.form-lastname:before {
  content: url("/images/lastname_b.svg");
}

.form-town:before {
  content: url("/images/place_b.svg");
}

.form-gender:before {
  content: url("/images/gender_b.svg");
  z-index: 9;
  width: 20px;
}

.form-edit .form-lastname:before {
  content: url("/images/lastname.svg");
}

.form-edit .form-tel:before {
  content: url("/images/phone.svg");
}

.form-edit .form-gender:before {
  content: url("/images/gender.svg");
}

.form-edit .form-town:before {
  content: url("/images/place.svg");
}

.form-reg .form-control {
  background-color: #ffffff;
}

.form-reg.form-edit .form-control,
.form-reg.form-edit .selectric-wrapper {
  width: 100%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-control-label::before {
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  top: 1px;
  left: -35px;
}

.custom-control-label::after {
  width: 20px;
  height: 20px;
  top: 1px;
  left: -35px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("/images/check.svg");
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #ffffff;
}

.custom-control-input:active~.custom-control-label::before {
  background-color: #ffffff;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.custom-control {
  padding-left: 35px;
}

.custom-control_first {
  margin-bottom: 10px;
}

.custom-control-label {
  font-size: 13px;
  cursor: pointer;
}

.btn-reg {
  width: 370px;
  height: 64px;
}

.btn-forgot {
  font-size: 12px;
  color: #f2f2f2;
  position: absolute;
  bottom: -20px;
  right: 0;
  transition: 0.3s;
}

.btn-forgot:hover {
  color: #ffffff;
}

/*selectric*/
.selectric-wrapper {
  width: 370px;
}

.selectric .label {
  height: 64px;
  color: #000000;
  font-size: 15px;
  border: none;
  background: #ffffff;
  line-height: 64px;
  margin-left: 0;
  padding-left: 70px;
}

.selectric {
  border: none;
}

.selectric .button {
  width: 68px;
  height: 64px;
  line-height: 64px;
  background-color: #ffffff;
}

.selectric .button:after {
  top: 4px;
  border: 6px solid transparent;
  border-top-color: #848484;
}

.form-country:before {
  content: "\f024";
  z-index: 10000;
}

.form-country .select2-container {
  max-width: 370px;
  height: 64px;
}

.form-edit .form-country .select2-container {
  max-width: 100%;
}

.form-country .select2-container .select2-selection--single {
  height: 64px;
  border: 0;
  border-radius: 0;
}

.form-country .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 60px;
  line-height: 53px;
}

.form-country .select2-container .select2-selection--single .select2-selection__arrow {
  border-left: 0;
}

.form-country .select2-container .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 6px 0 6px;
  left: -18px;
}

.form-country .select2-container .select2-selection--single .select2-selection__clear {
  top: 22px;
  right: 50px;
}

.form-country .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #676767;
}

/*datepicker*/
.calendar {
  background: #ffffff;
  font-size: 15px;
  width: 370px;
  height: 64px;
  border: none;
  padding-left: 70px;
  position: relative;
}

.calendar::placeholder {
  color: #000000;
}

.form-calendar:before {
  content: "\f073";
  z-index: 2;
}

.form-calendar:after {
  content: " ";
  position: absolute;
  top: 30px;
  right: 56px;
  margin: auto;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #848484;
  border-bottom: none;
  pointer-events: none;
  cursor: pointer;
}

@media(max-width: 1300px) and (min-width: 768px) {
  .form-group.has-error .btn-forgot {
    bottom: -39px;
  }

  #loginModal .modal-body {
    padding-bottom: 35px;
  }
}

@media (max-width: 1300px) {
  .form-reg {
    width: 100%;
  }

  .form-reg .form-control {
    width: 100%;
  }

  .selectric-wrapper {
    width: 100%;
  }

  .form-country .select2-container {
    width: 100% !important;
    max-width: 100%;
  }

  .calendar {
    width: 100%;
  }

  .form-calendar:after {
    right: 42px;
  }

  .btn-reg {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .registration {
    padding: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .registration {
    padding: 20px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .form-login .form-group:before {
    left: 15px !important;
  }

  .form-chpass .form-pass:before {
    left: 30px !important;
  }

  .form-login .form-control {
    padding-left: 40px;
    font-size: 13px;
  }

  .form-reg .form-group {
    margin-bottom: 20px;
  }

  .form-reg .form-group:before {
    left: 30px !important;
  }

  .selectric .label {
    padding-left: 40px;
    font-size: 13px;
  }

  .selectric .button {
    width: 44px;
  }

  .calendar {
    font-size: 13px;
    padding-left: 40px;
  }

  .form-calendar:after {
    right: 30px;
  }

  .registration h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .form-country .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    padding-left: 40px;
  }

  .form-country .select2-container .select2-selection--single .select2-selection__arrow b {
    left: 0;
  }

  .form-country .select2-container .select2-selection--single .select2-selection__clear {
    right: 33px;
  }
}

/*lecture page*/
.article-box.lecture-box {
  max-width: 100% !important;
  padding-top: 30px;
}

.article-box.lecture-box .banner-box-title.lecture-banner-title {
  font-size: 35px;
  font-weight: 400;
  color: #848484;
  line-height: 40px;
}

.block-video-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.block-video-btn .video-wrapper {
  width: 90%;
}

.block-video-btn .side-module.share-side-module.lecture-side-module,
.block-description-btn .side-module.share-side-module.lecture-side-module {
  /* height: fit-content !important; */
  height: 22px !important;
  right: 0 !important;
  top: 0 !important;
  position: unset !important;
  margin-left: -40px;
  margin-bottom: 36px;
}

.block-description-btn .side-module.share-side-module.lecture-side-module {
  margin-bottom: unset;
  margin-top: 90px;
}

.block-description-btn {
  display: flex;
  justify-content: space-between;
}

.block-description {
  width: calc(90% - 35px);
  margin: 20px 0;
}

.lecture-box .for-bigblack {
  margin-bottom: 20px;
  display: block;
}

.lecture-box p {
  font-size: 15px;
}

.article-box.lecture-box .article-img {
  padding: 0;
  margin-bottom: 25px;
}

.lecture-p {
  font-weight: 400 !important;
}

.lecture-quote {
  font-size: 27px !important;
  font-weight: 200 !important;
  background-color: #ededed;
  text-align: center;
  padding: 27px 35px;
  line-height: 1.3 !important;
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px !important;
}

.lecture-quote__sign {
  font-size: 36px;
  color: #d9d9d9;
  font-weight: 900;
  position: absolute;
  top: 10px;
}

.lecture-quote_left {
  left: 25px;
}

.lecture-quote_right {
  right: 25px;
}

.lector {
  display: flex;
  align-items: center;
  min-height: 70px;
}

.lector__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-right: 20px;
  flex-shrink: 0;
}

.lector__name {
  font-size: 13px;
}

.lecture-banner-box .banner-box-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 30px;
}

.article-box.lecture-box .article-video-box .video-video {
  max-width: 100%;
}

.article-box.lecture-box .article-video-box .video-video iframe {
  max-width: 100%;
}

.lecture-info {
  margin-top: 35px;
  margin-bottom: 20px;
  background-color: #ededed;
  padding: 48px 65px;
}

.lecture-info.lector {
  padding: 25px 65px;
  display: flex;
  flex-direction: column;
}

.lecture-info .lector__img {
  margin: auto;
}

.lecture-info  .lector__name {
  text-align: center;
  margin-top: 10px;
}

.lecture-info__box {
  font-size: 13px;
  margin-bottom: 20px;
}

.lecture-info__box:last-child {
  margin-bottom: 0;
}

.lecture-info__box p {
  color: #0065aa;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 25px;
  margin-bottom: 0;
}

.lecture-info__box span {
  position: relative;
  padding-left: 25px;
  display: block;
  margin-bottom: 10px;
}

.lecture-info__box i:before {
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  color: #848484;
  font-style: normal;
}

.lecture-info__box .fa-calendar-alt:before {
  content: "\f073";
}

.course-content {
  margin-top: 20px;
  margin-bottom: 25px;
  background-color: #ededed;
}

.course-content .for-bigblack {
  display: block;
  font-size: 26px;
  margin-bottom: 0px;
  padding: 20px 25px 0 25px;
}

.course-content__name {

  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 25px;
  margin-bottom: 0;
}

.content-nav {
  padding-bottom: 15px;
}

.content-nav .nav-link {
  color: #000000;
  padding: 7px 25px;
  display: block;
  width: 100%;
}

.content-nav__top {
  display: flex;
  align-items: center;
}

.content-nav__top span {
  color: #d9d9d9;
  font-size: 26px;
  font-weight: 900;
  display: block;
  margin-right: 20px;
}

.content-nav__top p {
  margin-bottom: 0;
  color: #939393;
  font-size: 11px;
  font-weight: 500;
  position: relative;
  margin-left: 20px;
  padding-left: 15px;
}

.content-nav__top p:before {
  content: '|';
  position: absolute;
  left: -20px;
}

.content-nav__top p i:before {
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  color: #939393;
  font-style: normal;
}

.content-nav__bottom {
  font-size: 13px;
  line-height: 1.4;
}

.content-nav .nav-link.active:hover {
  background-color: transparent;
}

.content-nav .nav-link.active .content-nav__bottom {
  color: #0065aa;
}

.content-nav .nav-link.active span {
  color: #0065aa;
}

.content-nav .nav-link:hover {
  color: #0065aa;
}

/* .side-module.share-side-module.lecture-side-module {
  position: relative;
  top: -8px;
  right: -65px;
  margin-left: auto;
  width: 300px;
} */

.form-comment {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
}

.form-comment .form-group {
  margin-right: 0;
}

.form-comment .form-control {
  width: 100%;
  padding-left: 40px;
}

.form-comment textarea.form-control {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
}

.form-comment .btn-course {
  width: 220px;
  height: 44px;
  margin-top: 5px;
}

.form-chpass-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-chpass-panel .btn-course,
.form-chpass-panel .btn-cancel {
  width: 48%;
  min-height: 64px;
  font-size: 12px;
  font-weight: 700;
  line-height: 54px;
  text-transform: uppercase;
  padding: 4px 10px;
  box-shadow: 5px 0px 17px rgba(120, 199, 29, 0.56);
  border-radius: 1px;
}

.form-chpass-panel .btn-cancel {
  box-shadow: 5px 0px 17px rgba(23, 162, 184, 0.56);
  ;
}

.lecture-comment {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  margin-bottom: 40px;
}

.lecture-comment__right {
  margin-left: 30px;
  margin-bottom: 45px;
}

.lecture-comments .for-bigblack {
  margin-bottom: 35px;
}

.lecture-comment__img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 30px;
}

.lecture-comment__top {
  margin-bottom: 20px;
}

.lecture-comment__name {
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
}

.lecture-comment__position {
  font-size: 12px;
  color: #0065aa;
  margin-right: 20px;
  position: relative;
  padding-left: 15px;
}

.lecture-comment__position:before {
  content: "\f058";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
}

.lecture-comment__date {
  font-size: 13px;
}

.lecture-comment__text {
  font-weight: 400;
  margin-bottom: 30px;
}

.lecture-comment__answer {
  color: #0065aa;
  font-size: 12px;
  position: relative;
  padding-left: 20px;
}

.lecture-comment__answer:before {
  content: "\f075";
  font-family: FontAwesome;
  position: absolute;
  top: -1px;
  left: 0;
}

.lecture-banner-box .banner-box-right .banner-cont {
  height: 400px;
}

.content-lecture {
  padding-left: 0;
}

.article-box.lecture-box p {
  margin-bottom: 15px;
}

.lecture-box ul li {
  line-height: 1.8;
}

.lecture-video-box {
  margin-top: 45px;
}

@media (max-width: 1199px) {
  .lecture-info,
  .lecture-info.lector {
    padding: 25px;
  }

  /* .side-module.share-side-module.lecture-side-module {
    top: 0;
    right: 0;
    margin-left: 0;
  } */
}

@media (max-width: 991px) {

  .article-box.lecture-box .banner-box-title.lecture-banner-title {
    padding-top: 15px;
  }
  .article-box.lecture-box {
    padding-top: 0;
  }

  .article-box.lecture-box .article-img {
    margin-bottom: 40px;
  }

  .form-comment {
    margin-bottom: 40px;
  }

  .lecture-info {
    margin-top: 0;
  }

  .content-lecture {
    padding-right: 0;
  }

  .aside-lecture {
    padding: 0;
  }
}

@media(min-width: 1200px) {
	.aside-lecture .course-content {
		margin-bottom: 115px;
	}
	/* .aside-lecture .side-module.share-side-module.lecture-side-module {
		top: -35px;
	} */
}

@media(max-width: 1200px ){
  .block-video-btn {
    flex-direction: column;
    align-items: unset;
  }
  .block-video-btn .side-module.share-side-module.lecture-side-module {
    margin: 15px 0 !important;
  }
  .block-video-btn .video-wrapper {
    width: 100%;
  }
  .block-description-btn {
    flex-direction: column-reverse;
    align-items: unset;
  }
  .block-description {
    width: 100%;
    margin: 0;
  }
  .block-description-btn .side-module.share-side-module.lecture-side-module {
    margin: 0 0 10px 0 !important;
  }
}

@media(max-width: 767px) {
  .article-box.lecture-box .banner-box-title.lecture-banner-title {
    font-size: 27px;
    padding-top: 15px;
    line-height: 30px;
  }

  .lecture-box .for-bigblack {
    font-size: 25px;
    margin-bottom: 0;
  }

  .lecture-box p {
    font-size: 14px;
  }

  .article-box.lecture-box p {
    margin-bottom: 10px;
  }

  .article-box.lecture-box .article-img {
    margin: 20px auto;
  }

  .lecture-quote {
    font-size: 16px !important;
    margin: 20px 0;
  }

  .lecture-quote_left {
    left: 15px;
  }

  .lecture-quote_right {
    right: 15px;
  }

  .lecture-video-box {
    margin-top: 20px;
  }

  .article-box.lecture-box .article-video-box .video-video iframe {
    height: 300px;
  }

  .form-comment {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lecture-comment__img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 20px;
  }

  .lecture-comments .for-bigblack {
    margin-bottom: 20px !important;
  }

  .lecture-comment__top span {
    display: block;
  }

  .lecture-comment__text {
    margin-bottom: 10px;
  }

  .lecture-comment {
    margin-bottom: 20px;
  }

  .article-box.lecture-box {
    padding-bottom: 20px;
  }
}

/*lecture page END*/

/*test page*/
.banner-box2 .btn-login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 64px;
  margin-top: 30px;
}

.banner-box2-test {
  margin-top: 50px;
  margin-bottom: 25px;
}

.banner-box2-test .banner-box2-left {
  padding: 40px 15px 44px 100px;
}

.banner-box2-test .banner-box2-left .banner-box2-title {
  font-size: 26px;
}

.banner-box2-test .banner-box2-left .banner-box2-descr {
  font-size: 15px;
}

.banner-box2-test .banner-box2-left .title-h1 {
  max-width: 430px;
  margin-bottom: 15px;
}

.progress-questions {
  margin-bottom: 35px;
}

i:before {
  font-family: FontAwesome;
  font-style: normal;
}

.fa-graduation-cap:before {
  color: #848484;
}

.progress-info {
  text-align: center;
  margin-bottom: 10px;
}

.progress-info span {
  color: #848484;
  font-size: 12px;
  font-weight: 700;
  padding: 0px 2px;
}

.progress-now {
  color: #0065aa !important;
}

.progress {
  border-radius: 0;
  background-color: #f2f2f2;
  height: 10px;
}

.progress-bar {
  background-color: #0065aa;
}

.test-qestion-box[data-pqount="multi"] .btn-getresult,
.test-qestion-box[data-step="1"] .btn-qprew,
.test-qestion-box[data-pqount="one"] .btn-qprew,
.test-qestion-box[data-pqount="one"] .btn-qnext {
  display: none;
}

.test-qestion-box.last[data-pqount="multi"] .btn-getresult {
  display: flex;
}

.test-qestion-box.last[data-pqount="multi"] .btn-qnext {
  display: none;
}

[data-hidden="hide"] {
  display: none;
}

.btn-qprew,
.btn-qnext {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border-radius: 1px;
  width: 220px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  transition: 0.3s;
}

.btn-qnext {
  margin: 60px 0 0 auto;
  background-color: #0065aa;
}

.btn-qprew .fa {
  margin-right: 4px;
}

.btn-qnext .fa {
  margin-left: 4px;
}

.for-qbtn-up {
  position: absolute;
  top: 0;
  width: 40px;
  height: 43px;
  background-color: rgba(0, 141, 207, 0.8);
}

.btn-qnext .for-qbtn-up {
  right: 0;
}

.btn-qprew .for-qbtn-up {
  left: 0;
}

.for-qbtn-up .fa {
  font-size: 25px;
  line-height: 40px;
}

.test-questions {
  margin-bottom: 40px;
}

.test-question {
  margin-bottom: 40px;
}

.btn-test {
  width: 220px;
  height: 45px;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.test-question .for-bigblack {
  font-size: 26px;
  margin-bottom: 10px;
  display: inline-block;
}

.test-question__name {
  font-size: 27px;
  font-weight: 200;
  margin-bottom: 25px;
  line-height: 1.3;
}

.test-question__variant {
  background-color: #f9f9f9;
  padding: 14px 10px;
  margin-bottom: 10px;
}

.test-question__img {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 290px;
}

.test-question__error {
  color: #cc3636;
  font-size: 13px;
  margin-left: 20px;
}

.test-quest-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*checkbox test*/
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #cbcbcb;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #0065aa;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media(max-width: 991px) {
  .banner-box2-test .banner-box2-left {
    padding: 40px 15px 44px 80px;
  }
}

@media(max-width: 767px) {
  .banner-box2-test {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .banner-box2-test .banner-box2-left {
    padding: 20px 15px;
  }

  .progress-questions {
    margin-bottom: 20px;
  }

  .test-question .for-bigblack {
    font-size: 20px;
  }

  .test-question__name {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .container-checkbox {
    padding-left: 40px;
  }

  .test-question {
    margin-bottom: 20px;
  }

  .test-question__error {
    display: block;
    margin-left: 0;
  }

  .test-question__img {
    height: 150px;
  }

  .btn-test,
  .btn-qprew,
  .btn-qnext {
    margin-top: 20px;
  }
}

@media(max-width: 479px) {

  .test-quest-panel .btn-test,
  .test-quest-panel .btn-qprew,
  .test-quest-panel .btn-qnext {
    max-width: 49.5%;
  }
}

@media(max-width: 369px) {
  .for-qbtn-up {
    width: 28px;
  }

  .for-qbtn-up .fa {
    font-size: 18px;
  }
}

/*test page END*/

/*results page*/
.results-page .banner-box2-test {
  margin-top: 40px;
}

.results-page .btn-test {
  margin-top: 30px;
  width: 370px;
  height: 65px;
}

.results-page .banner-box2-test .banner-box2-left .title-h1 {
  margin-bottom: 35px;
}

.results-page .banner-box2-test .banner-box2-left .banner-box2-descr {
  font-size: 27px;
  font-weight: 200;
  line-height: 1.4;
}

.results-page .banner-box2-test .banner-box2-left .banner-box2-descr span {
  color: #0065aa;
  font-weight: 700;
}

.results-page .banner-box2-right .banner-box2-figure img {
  height: 365px;
  object-fit: contain;
}

.results-page .banner-box2-test .banner-box2-left {
  padding-top: 120px;
  padding-bottom: 90px;
}

.results-page .banner-box2-right {
  background-color: #f2f2f2;
  padding-top: 100px;
  padding-bottom: 90px;
}

@media(max-width: 991px) {
  .results-page .banner-box2-test .banner-box2-left {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .results-page .banner-box2-right {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .results-page .banner-box2-right .banner-box2-figure img {
    height: 270px;
  }
}

@media(max-width: 767px) {
  .results-page .banner-box2-test {
    margin-top: 20px;
  }

  .results-page .btn-test {
    width: 100%;
    margin-top: 20px;
    height: 40px;
  }

  .results-page .banner-box2-test .banner-box2-left {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .results-page .banner-box2-right {
    padding-bottom: 20px;
  }

  .results-page .banner-box2-test .banner-box2-left .title-h1 {
    margin-bottom: 20px;
  }

  .results-page .banner-box2-test .banner-box2-left .banner-box2-descr {
    font-size: 20px;
  }
}

/*results page END*/

/* Datepicker */
.datepicker-container {
  color: #565656;
  font-weight: 500;
  z-index: 999999 !important;
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
  color: #f2f2f2;
  background-color: #0065AA;
}

.datepicker-panel>ul>li[data-view="month next"],
.datepicker-panel>ul>li[data-view="month prev"],
.datepicker-panel>ul>li[data-view="year next"],
.datepicker-panel>ul>li[data-view="year prev"],
.datepicker-panel>ul>li[data-view="years next"],
.datepicker-panel>ul>li[data-view="years prev"],
.datepicker-panel>ul>li[data-view=next] {
  font-size: 22px;
  font-weight: 600;
  color: #0065AA;
}

.datepicker-panel>ul>li.disabled,
.datepicker-panel>ul>li.disabled:hover {
  color: #ccc;
}

/* end Datepicker */

/* Media Queries */

/* min 992px */
@media (min-width: 992px) {
  .banner-box-left-stretching.banner-box-left .banner-box-title {
    max-height: 210px;
  }
  .banner-box-title.lecture-banner-title {
    max-height: 255px;
  }
  .banner-box-left-stretching.banner-box-left {
    padding: 70px 15px 40px 60px;
  }

  .form-gender:before {
    z-index: 99999;
  }

}
@media (max-width:992px){
  .btn-gohome {
    margin: 0 auto 25px;
  }
}

/* стрелки убраны */
.test-quest-panel .fa-step-forward:before,
.test-quest-panel .fa-step-backward:before {
  content: '';
}

.program-aside #accordion .card:last-child .card-header .card-link {
  white-space: normal;
  position: relative;
  }
  .program-aside #accordion .card:last-child .card-header .dropdown-toggle.collapsed:after {
    position: absolute;
    right: -1px;
    top:7px;
  }

  .course-content .course-content__name a {
    color: #0065aa;
  }
  .course-content .course-content__name a:hover {
    color: #007bff;
  }

  .social-media-list {
    margin: 15px 0px 15px 0px;
    justify-content: flex-end;
  }

  .social-media-list li {
    width: 34px;
    height: 34px;
    margin: 0px 10px 0px 0px;
    display: flex;
    justify-content: center;
  }
  .social-media-list li:last-child {
    margin: 0px 0px 0px 0px;
  }

  .social-media-list i:before {
    color: #fff;
  }

  @media (max-width:570px){
    .pf-content-titlebox__mobile .pf-title {
      font-size: 25px;
    }
  }
  @media (max-width:380px){
    .pf-content-titlebox__mobile .pf-title {
      font-size: 21px;
    }
  }

  .mapbox-cart {
    height: 100%;
  }

  .row-stretching {
    display: inline-flex;
    width: 100%;
    height: 400px;
  }
  /* .row-stretching .banner-box-left-stretching, .row-stretching .banner-box-right-stretching {
    flex: 1 ;
    max-width: initial;
  } */
   .row-stretching .banner-box-right-stretching {
    flex: 1 1 auto;
    max-width: initial;
  }
  .row-stretching .banner-box-right .banner-cont .banner-banner {
    max-width: 100%;
  }

  .fb-like.fb_iframe_widget span {
    width: 153px !important;
  }
   .fb-like.fb_iframe_widget iframe {
    width: 153px !important;
    right: 0;
  }
