.main {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}

.btn--social {
  line-height: 1;
  padding: 10px 20px;
  background-color: #48B3CC;
  margin-bottom: 10px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--social img {
  margin-left: 10px;
}

.nav_logo img {
  margin-right: 15px;
}
.nav_logo .grand {
  width: 160px;
  height: auto;
  margin-right: 30px;
}

.modal-title {
  font-size: 24px;
}

.expert_item {
  cursor: pointer;
}

.modal-body p {
  font-size: 16px;
}

.hometopbanners__wrap {
  position: relative;
}
.hometopbanners__wrap #prev, .hometopbanners__wrap #next {
  position: absolute;
  z-index: 999;
  top: 50%;
  transform: translate(0, -50%);
}
.hometopbanners__wrap #prev {
  left: 20px;
}
.hometopbanners__wrap #next {
  right: 20px;
}

.kurs_item {
  position: relative;
}
.kurs_item > div {
  z-index: 9;
}
.kurs_item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 4px;
}
.kurs_item--0:after {
  border-color: #aaa;
  display: block;
}
.kurs_item--2:after {
  border-color: #eee;
  display: block;
}

.kursi_flex {
  flex-wrap: wrap;
}

.about_admin_flex > .fullwidth {
  width: auto;
}

.kurs_img_page img {
  max-width: 84px;
  height: auto;
}

.faq_inside li {
  margin-bottom: 15px;
}

.btn_login_nav span {
  padding-top: 2px;
  display: inline-block;
}

.director_img img, .expert_photo div img, .photo_what_u_get div img {
  border-radius: 50%;
}

.partner_img {
  max-width: 75px;
  margin-right: 90px;
}
.partner_img img {
  max-width: 100%;
  height: auto;
}

.file_lk.type--1 {
  border-color: #f88;
}

.partner_desc {
  padding-bottom: 10px;
}

#modalmessages strong {
  font-size: 18px;
}
#modalmessages ol {
  margin: 10px 0;
  text-align: left;
}
#modalmessages ol li {
  padding-bottom: 5px;
  list-style: decimal;
}

.messages {
  text-align: center;
  font-size: 16px;
}
.messages .mesg {
  padding: 15px;
  border-radius: 4px;
}
.messages .m-error {
  background: #f88;
  color: #000;
}

.resizewrp {
  display: none;
}

.hidden {
  display: none;
}

.unregistered > .m_title {
  display: none;
}

.loginforms {
  margin: 20px auto;
  max-width: 400px;
}
.loginforms .inputbox {
  margin-bottom: 10px;
}
.loginforms .inputbox input {
  padding: 5px;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #999;
  font-size: 16px;
}
.loginforms .m_title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.loginforms label {
  display: block;
}
.loginforms .memorybox, .loginforms .toggle {
  display: none;
}

.flist li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.flist li > * {
  margin-right: 5px;
}
.flist li img {
  border-radius: 4px;
}

.multiupload .form-label {
  display: none;
}
.multiupload > input {
  display: none;
}

.droparea {
  width: 145px;
  height: 145px;
  border: 2px dashed #48b3cc;
  border-radius: 6px;
  margin-right: 10px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 11px;
  font-size: 13px;
  cursor: pointer;
  color: #48b3cc;
}
.droparea .icon-upload {
  display: none;
}

/* line 939, ../sass/style_lk.scss */
.droparea:hover {
  border-style: solid;
}

/* line 942, ../sass/style_lk.scss */
.droparea::before {
  content: "";
  display: block;
  margin: auto;
  background-image: url(../img/add_file.svg);
  width: 31px;
  height: 31px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.test__finish {
  position: relative;
}
.test__finish--showresults .test__loader {
  display: none;
}
.test__finish--showresults .test__result {
  display: block;
}
.test__loader {
  font-weight: bold;
}
.test__result {
  display: none;
}
.test__repeattitle {
  color: #c44;
  padding-bottom: 10px;
}

.btn_login_nav {
  display: none;
}

.nav_wrap {
  height: 78px;
  transition: height 0.5s ease;
}
.b1-personal .nav_wrap {
  height: 144px;
}

.breadcrumb {
  align-items: center;
  padding: 10px 5px;
}
.breadcrumb a {
  font-size: 12px;
  color: gray !important;
  padding-left: 16px;
  display: inline-block;
  position: relative;
}

.flag-onoff {
  display: inline-block !important;
}
.flag-onoff .flag-on {
  display: none;
}
.flag-onoff .flag-off {
  display: inline-block;
}
.flag-onoff.show .flag-on {
  display: inline-block;
}
.flag-onoff.show .flag-off {
  display: none;
}

.course__info {
  display: block !important;
}
.course__info .course__info-finish {
  display: none;
}
.course__info.show .course__info-finish {
  display: block;
}
.course__info.show .course__info-notfinish {
  display: none;
}

/*# sourceMappingURL=custom.css.map */
