@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #919191;
}

:-ms-input-placeholder {
  color: #919191;
}

::-ms-input-placeholder {
  color: #919191;
}

::placeholder {
  color: #919191;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

input,
textarea {
  font-family: 'Roboto', sans-serif;
}

.container {
  max-width: 1140px;
  padding: 0px 15px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

@media (max-width: 480px) {
  .container {
    padding: 0px 10px;
  }
}

.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.-just-btw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper {
  background: #FBFBFB;
  min-height: 100vh;
  padding-bottom: 1px;
}

.auth-page {
  background: url(../img/authBg.jpg) no-repeat center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.auth-page .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.auth__content .logo {
  margin-bottom: 40px;
}

.auth-form {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 40px 47px;
  width: 346px;
  margin: 0 auto;
}

.auth-form .btn {
  width: 100%;
  height: 42px;
}

@media (max-width: 600px) {
  .auth-form {
    width: auto;
    padding: 20px 27px;
    max-width: 350px;
  }
}

.form-field {
  margin-bottom: 15px;
  width: 100%;
}

.form-field label {
  font-size: 14px;
  line-height: 16px;
  display: block;
  color: #000000;
  margin-bottom: 10px;
}

.form-field input {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  height: 30px;
  width: 100%;
  padding: 0px 10px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 30px;
  background-image: url("../img/select.svg");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  background-color: #fff;
  border-radius: 3px;
  padding: 0px 10px;
  border: 1px solid #E5E5E5;
}

.btn {
  width: 100%;
  font-size: 14px;
  border-radius: 3px;
  border: none;
  height: 42px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-decoration: none;
}

.btn.btn-red {
  background: #FF2156;
  color: #FFFFFF;
}

.btn:hover {
  opacity: 0.85;
}

.header {
  background: url(../img/authBg.jpg) no-repeat center;
  padding-top: 14px;
}

@media (max-width: 600px) {
  .header .container {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.header .logo {
  width: 160px;
}

.header .logo img {
  width: 100%;
  display: block;
}

.header nav {
  margin-top: 15px;
}

@media (max-width: 600px) {
  .header nav .container {
    padding: 0px;
  }
}

.header nav a {
  font-size: 14px;
  line-height: 16px;
  padding: 12px 30px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
}

@media (min-width: 600px) and (max-width: 960px) {
  .header nav a {
    padding: 12px 20px;
  }
}

@media (max-width: 600px) {
  .header nav a {
    display: none;
    margin-right: 0px;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 12px 15px;
  }
}

.header nav a:hover, .header nav a.active {
  background: #123B44;
}

@media (max-width: 600px) {
  .header nav a:hover, .header nav a.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.icon {
  display: block;
  margin-right: 10px;
}

.icon-corp {
  background: url(../img/icon-corp.svg) no-repeat;
  width: 17px;
  height: 24px;
}

.icon-leads {
  background: url(../img/icon-leads.svg) no-repeat;
  width: 20px;
  height: 24px;
}

.icon-rss {
  background: url(../img/icon-rss.svg) no-repeat;
  width: 23px;
  height: 24px;
}

.icon-user {
  background: url(../img/icon-user.svg) no-repeat;
  width: 17px;
  height: 19px;
}

.header-contacts {
  font-size: 14px;
  color: #FFFFFF;
  background: url(../img/icon-phone.svg) no-repeat left top;
  padding-left: 33px;
  margin-right: 25px;
}

@media (max-width: 600px) {
  .header-contacts {
    display: none;
  }
}

@media (max-width: 600px) {
  header.header .header-user {
    display: none;
  }
}

.header-user {
  font-size: 14px;
  color: #FFFFFF;
}

.header-logout {
  background: url(../img/icon-logout.svg) no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  margin-left: 6px;
}

.header-user-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-company {
  margin-top: 14px;
  background: #FFFFFF;
  border-radius: 2px;
  padding: 3px 10px;
  font-size: 14px;
  color: #123B44;
}

.content {
  margin: 40px 0px;
}

.content h1 {
  font-weight: 500;
  font-size: 24px;
}

@media (max-width: 600px) {
  .content h1 {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .content {
    margin: 20px 0px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -15px;
}

@media (max-width: 960px) {
  .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
  }
}

.col-7 {
  width: 58.33%;
  margin: 0px 15px;
}

@media (max-width: 960px) {
  .col-7 {
    width: 100%;
    margin: 0px 0px 15px 0px;
  }
}

.col-5 {
  width: 41.66%;
  margin: 0px 15px;
}

@media (max-width: 960px) {
  .col-5 {
    width: 100%;
    margin: 0px 0px 15px 0px;
  }
}

.col-12 {
  width: 100%;
  margin: 0px 15px;
}

@media (max-width: 960px) {
  .col-12 {
    width: 100%;
    margin: 0px 0px 15px 0px;
  }
}

.article__container {
  background: #fff;
  border-radius: 5px;
}

.article__h1 {
  padding: 30px 25px 18px 25px;
  font-weight: 500;
  font-size: 24px;
  color: #007991;
  border-bottom: 1px solid #E5E5E5;
}

@media (max-width: 600px) {
  .article__h1 {
    font-size: 18px;
    padding: 20px 15px 15px 15px;
  }
}

.article__item {
  padding: 20px 25px;
  border-bottom: 1px solid #E5E5E5;
}

@media (max-width: 600px) {
  .article__item {
    padding: 15px;
  }
}

.article__item p {
  font-size: 14px;
  margin: 10px 0px 15px 0px;
  line-height: 130%;
}

@media (max-width: 600px) {
  .article__item p {
    font-size: 12px;
  }
}

.article__item:last-child {
  border-bottom: 0px;
}

.article__item .btn {
  width: auto;
  padding: 13px 36px;
  text-align: center;
  display: table;
}

.article__title {
  font-size: 20px;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .article__title {
    font-size: 16px;
  }
}

.article__title span {
  font-weight: 500;
}

.article__date {
  font-size: 14px;
  color: #9D9D9D;
  margin: 10px 0px;
}

@media (max-width: 600px) {
  .article__date {
    font-size: 12px;
  }
}

.banners__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

@media (min-width: 600px) and (max-width: 960px) {
  .banners__col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.banners__col a {
  display: block;
}

@media (min-width: 600px) and (max-width: 960px) {
  .banners__col a {
    width: 48%;
  }
}

@media (max-width: 600px) {
  .banners__col a {
    margin-bottom: 20px;
  }
  .banners__col a:last-child {
    margin-bottom: 0px;
  }
}

.banners__col img {
  width: 100%;
  display: block;
}

.search-content {
  margin-top: 50px;
  margin-bottom: 25px;
}

.tabs__list {
  margin-bottom: 15px;
}

.tabs {
  font-size: 20px;
  background: #FFFFFF;
  border-radius: 50px;
  color: #8E9EA1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  margin-right: 20px;
  padding: 5px 15px;
}

.tabs.active, .tabs:hover {
  background: #123B44;
  color: #6BF1C8;
}

.search__input {
  max-width: 355px;
  width: 100%;
  position: relative;
}

.search__input input {
  height: 38px;
  border: none;
  padding: 0px 15px;
  width: 100%;
}

.search__input .search__submit {
  background: url(../img/search.svg) no-repeat;
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
  position: absolute;
  right: 9px;
  top: 7px;
  cursor: pointer;
}

.toggle__content {
  background: #FFFFFF;
  border-radius: 5px;
}

.toggle-section {
  background: #FFFFFF;
  border-bottom: 1px solid #E5E5E5;
}

.toggle-section:last-child {
  border-bottom: 0px;
}

.toggle-section__title {
  padding: 18px 25px;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 600px) {
  .toggle-section__title {
    padding: 18px 15px;
    font-size: 14px;
  }
}

.toggle-section__title::before {
  content: '';
  background: #FF2156;
  border-radius: 5px;
  width: 3px;
  height: 25px;
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 600px) {
  .toggle-section__title::before {
    height: 20px;
  }
}

.toggle-section__title::after {
  content: '';
  background: url(../img/arr-faq.svg) no-repeat;
  width: 8px;
  height: 15px;
  display: block;
  margin-left: 20px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.toggle-section__title.opened::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.toggle-section__content {
  background: #FBFBFB;
  border-radius: 5px;
  margin: 0px 35px;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .toggle-section__content {
    margin: 0px 25px;
  }
}

table.table-cust, table.table-cust-2 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

table.table-cust tr, table.table-cust-2 tr {
  background-color: #FBFBFB;
}

table.table-cust tbody tr:last-child td, table.table-cust-2 tbody tr:last-child td {
  border-bottom: 0px;
}

table.table-cust th,
table.table-cust td,
table.table-cust-2 th,
table.table-cust-2 td {
  text-align: left;
  padding: 10px 17px;
  border-bottom: 1px solid #ddd;
  min-width: 80px;
  vertical-align: top;
}

@media (min-width: 960px) {
  table.table-cust th:last-child,
  table.table-cust td:last-child,
  table.table-cust-2 th:last-child,
  table.table-cust-2 td:last-child {
    padding-right: 50px;
  }
}

table.table-cust th, table.table-cust-2 th {
  padding: 18px 17px 10px 17px;
  font-weight: 500;
  font-size: 14px;
  color: #007991;
  white-space: nowrap;
}

@media screen and (max-width: 600px) {
  table.table-cust, table.table-cust-2 {
    border: 0;
    margin-bottom: 20px;
    background: #FBFBFB;
  }
  table.table-cust thead, table.table-cust-2 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.table-cust tr, table.table-cust-2 tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  table.table-cust tr:last-child, table.table-cust-2 tr:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  table.table-cust tr:first-child, table.table-cust-2 tr:first-child {
    margin-top: 15px;
  }
  table.table-cust td, table.table-cust-2 td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    border: none;
    padding: 5px 10px;
  }
  table.table-cust td > div, table.table-cust-2 td > div {
    width: 63%;
  }
  table.table-cust td::before, table.table-cust-2 td::before {
    content: attr(data-label);
    font-weight: 500;
    font-size: 12px;
    color: #007991;
    width: 35%;
  }
  table.table-cust td:last-child, table.table-cust-2 td:last-child {
    border-bottom: 0;
  }
}

.footer {
  height: 40px;
  background: #011F26;
}

.mobile-menu {
  position: absolute;
  left: -100%;
  width: 90%;
  background: #011F26;
  top: 0px;
  z-index: 2;
  min-height: 100vh;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.mobile-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
}

.mobile-menu__header img {
  width: 120px;
}

.mobile-menu__close {
  height: 42px;
  width: 42px;
  background: #6BF1C8;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}

.mobile-menu__close span {
  display: block;
  position: absolute;
  width: 24px;
  border-radius: 10px;
  background-color: #000;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 2px;
}

.mobile-menu__close span::after, .mobile-menu__close span::before {
  display: block;
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: #000;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  border-radius: 10px;
}

.mobile-menu__close span::before {
  content: '';
  top: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  height: 2px;
}

.mobile-menu__close span::after {
  content: '';
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 2px;
}

.mobile-menu__nav .container {
  padding: 0px;
}

.mobile-menu__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  width: 100%;
  background: #123B44;
  color: #fff;
  padding: 11px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.mobile-menu .header-user {
  margin: 15px;
}

.mobile-menu .header-user-name {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mobile-menu .header-company {
  display: table;
  margin-top: 10px;
}

.overlay-bg {
  background: rgba(1, 31, 38, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.overlay-bg.active {
  opacity: 1;
  visibility: visible;
}

.header__toggler {
  display: none;
}

@media (max-width: 600px) {
  .header__toggler {
    height: 42px;
    width: 42px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    left: 10px;
    top: 0px;
  }
  .header__toggler.active {
    background: #14316B;
  }
  .header__toggler.active span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 2px;
  }
  .header__toggler.active span:after {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 2px;
  }
  .header__toggler.active span:before {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    height: 2px;
  }
  .header__toggler span {
    display: block;
    position: absolute;
    width: 24px;
    height: 3px;
    border-radius: 10px;
    background-color: #007991;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
  }
  .header__toggler span::after, .header__toggler span::before {
    display: block;
    position: absolute;
    width: 24px;
    height: 3px;
    background-color: #007991;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    border-radius: 10px;
  }
  .header__toggler span::before {
    content: '';
    top: -6px;
  }
  .header__toggler span::after {
    content: '';
    top: 6px;
  }
}

.header__mob_phone {
  display: none;
}

@media (max-width: 600px) {
  .header__mob_phone {
    background: url(../img/icon-phone.svg) no-repeat;
    background-size: cover;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 10px;
    top: 0px;
    display: block;
  }
}

.breadcrubms {
  font-size: 14px;
  display: block;
  margin-top: 30px;
}

@media (min-width: 600px) {
  .breadcrubms {
    margin-bottom: -15px;
  }
}

.breadcrubms a {
  text-decoration: none;
  border-bottom: 1px solid;
  color: #9D9D9D;
}

.breadcrubms a:hover {
  border-bottom: 1px solid transparent;
}

.course {
  background: #fff;
  border-radius: 5px;
}

.course__cat {
  padding: 30px 28px;
  border-bottom: 1px solid #E5E5E5;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}

@media (max-width: 600px) {
  .course__cat {
    font-size: 16px;
    padding: 20px 15px;
  }
}

.course__cat span {
  color: #fff;
  background: #FF2156;
  padding: 2px 7px;
  display: inline-block;
  border-radius: 50px;
  margin-right: 11px;
}

.course__content {
  padding: 30px 28px 50px 28px;
  border-bottom: 1px solid #E5E5E5;
}

@media (max-width: 600px) {
  .course__content {
    padding: 20px 15px;
  }
}

.course__content h1 {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  max-width: 800px;
}

@media (max-width: 600px) {
  .course__content h1 {
    font-size: 18px;
  }
}

.course__info {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

@media (max-width: 760px) {
  .course__info {
    display: block;
    margin-top: 20px;
  }
}

.course__info-item {
  padding-left: 25px;
}

.course__info-item p {
  font-size: 16px;
  margin: 14px 0px 0px 0px;
}

@media (max-width: 600px) {
  .course__info-item p {
    margin: 5px 0px 0px 0px;
  }
}

.course__info-item.course__info-geo {
  background: url(../img/icon-geo.svg) no-repeat;
}

@media (min-width: 760px) {
  .course__info-item.course__info-geo {
    border-right: 1px solid #E5E5E5;
    padding-right: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 960px) and (min-width: 760px) {
  .course__info-item.course__info-geo {
    padding-right: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 760px) {
  .course__info-item.course__info-geo {
    margin-bottom: 20px;
  }
}

.course__info-item.course__info-time {
  background: url(../img/icon-time.svg) no-repeat;
}

@media (min-width: 760px) {
  .course__info-item.course__info-time {
    border-right: 1px solid #E5E5E5;
    padding-right: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 960px) and (min-width: 760px) {
  .course__info-item.course__info-time {
    padding-right: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 760px) {
  .course__info-item.course__info-time {
    margin-bottom: 20px;
  }
}

.course__info-item.course__info-audit {
  background: url(../img/icon-aud.svg) no-repeat;
}

.course__info-title {
  font-weight: 500;
  font-size: 16px;
  color: #007991;
}

.course__description {
  padding: 30px 28px 50px 28px;
  border-bottom: 1px solid #E5E5E5;
}

@media (max-width: 600px) {
  .course__description {
    padding: 20px 15px;
  }
}

.course__description h3 {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  margin: 0px;
}

@media (max-width: 600px) {
  .course__description h3 {
    font-size: 16px;
  }
}

.course__description p {
  line-height: 16px;
  text-align: justify;
}

@media (max-width: 600px) {
  .course__description p {
    font-size: 14px;
  }
}

.course__description .btn {
  display: table;
  width: auto;
  padding: 6.5px 19px;
  line-height: normal;
  margin-top: 30px;
  height: 32px;
}

@media (max-width: 600px) {
  .course__description .btn {
    margin-top: 25px;
  }
}

.course__schedule {
  padding: 30px 28px 40px 28px;
}

@media (max-width: 600px) {
  .course__schedule {
    padding: 20px 15px;
  }
}

.course__schedule h3 {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  margin: 0px;
}

@media (max-width: 600px) {
  .course__schedule h3 {
    font-size: 16px;
  }
}

table.table-cust-2 {
  margin-top: 10px;
}

@media (max-width: 600px) {
  table.table-cust-2 td {
    display: block;
    padding-top: 15px;
  }
  table.table-cust-2 td > div {
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
  }
  table.table-cust-2 td::before {
    width: 100%;
  }
  table.table-cust-2 tr {
    margin-bottom: 0px;
  }
  table.table-cust-2 .btn {
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    width: 106px;
    height: 28px;
  }
}

table.table-cust-2 .btn {
  padding: 5px 15px;
}

.course__pas {
  font-size: 14px;
  color: #9D9D9D;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.course__pas span {
  color: #FF2156;
  font-weight: 500;
}

.course__date::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #007991;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.t-container {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
}

.t-container .t-title {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  padding: 27px 20px 16px 28px;
  border-bottom: 1px solid #E5E5E5;
}

@media (max-width: 600px) {
  .t-container .t-title {
    padding: 22px 15px 15px 15px;
    font-size: 18px;
  }
}

.t-container .t-content {
  padding: 30px 20px 40px 28px;
  border-bottom: 1px solid #E5E5E5;
}

@media (max-width: 600px) {
  .t-container .t-content {
    padding: 12px 15px 30px 15px;
  }
}

.t-container .t-content:last-child {
  border: none;
}

.t-container .t-content__row {
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .t-container .t-content__row {
    margin-bottom: 20px;
  }
}

.t-container .t-content__row p {
  font-size: 16px;
  margin: 10px 0px;
}

@media (max-width: 600px) {
  .t-container .t-content__row p {
    margin-top: 5px;
  }
  .t-container .t-content__row p br {
    display: none;
  }
}

.t-container .t-content__row p:last-child {
  margin-bottom: 0px;
}

.t-container .t-content__row:last-child {
  margin-bottom: 0px;
}

.t-container .t-sub-title {
  font-weight: 500;
  font-size: 16px;
  color: #007991;
}

@media (max-width: 600px) {
  .date-event {
    display: block;
  }
}

@media (min-width: 600px) {
  .date-event .date-event__col {
    margin-right: 30px;
    border-right: 1px solid #E5E5E5;
    padding-right: 30px;
  }
}

@media (max-width: 600px) {
  .date-event .date-event__col {
    margin-bottom: 20px;
  }
}

.date-event .date-event__col:last-child {
  margin-right: 0px;
  border: none;
  padding: 0px;
}

@media (max-width: 600px) {
  .date-event .date-event__col:last-child {
    margin-bottom: 0px;
  }
}

.date-event__item {
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
  color: #FF2156;
}

@media (max-width: 600px) {
  .date-event__item {
    margin-top: 5px;
  }
}

.date-event__item span {
  font-weight: 400;
  color: #9D9D9D;
}

.t-content__inner {
  background: #FBFBFB;
  border-radius: 5px;
  padding: 20px 20px 60px 20px;
  position: relative;
}

@media (max-width: 600px) {
  .t-content__inner {
    padding: 15px 10px 30px 10px;
  }
}

.t-content__inner table.table-cust tr {
  background: #fff;
}

.t-content__inner table.table-cust {
  background: #fff;
}

.lead__header {
  margin-bottom: 15px;
}

.lead__header__name {
  font-weight: 500;
  font-size: 20px;
  margin-right: 20px;
}

@media (max-width: 600px) {
  .lead__header__name {
    font-size: 16px;
    margin-right: 15px;
  }
}

.lead__header__name span {
  color: #007991;
  display: inline-block;
  margin-left: 5px;
}

.status {
  font-weight: 500;
  font-size: 14px;
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 19px;
}

@media (max-width: 600px) {
  .status {
    font-size: 12px;
  }
}

.status.status__ok {
  background: url(../img/access.svg) no-repeat left center;
}

.status.status__cancel {
  background: url(../img/cancel.svg) no-repeat left center;
  color: #FF0000;
}

.status.status__moderate {
  background: url(../img/modarete.svg) no-repeat left center;
  color: #FF9900;
}

.status.status__wait {
  background: url(../img/wait.svg) no-repeat left center;
  color: #00A3FF;
}

.comments {
  max-width: 457px;
  margin-top: 30px;
}

.comments__title {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .comments__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.old-comment {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 10px;
}

.old-comment__title {
  background: #6BF1C8;
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #123B44;
}

.old-comment__title span {
  color: #2FB18A;
}

@media (max-width: 600px) {
  .old-comment__title span {
    display: block;
  }
}

.old-comment__content {
  padding: 10px 20px 10px 25px;
}

@media (max-width: 600px) {
  .old-comment__content {
    padding: 10px 10px 10px 10px;
  }
}

.old-comment__content p {
  margin: 0px 0px 10px 0px;
}

@media (max-width: 600px) {
  .old-comment__content p {
    font-size: 14px;
  }
}

.new-comment textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 10px;
  resize: none;
  height: 80px;
  margin-bottom: 10px;
}

.new-comment .btn {
  margin-top: 6px;
  height: 32px;
  width: 106px;
}

@media (max-width: 600px) {
  .new-comment .btn {
    margin-top: 0px;
  }
}

.delete-lead {
  font-size: 14px;
  border-bottom: 1px solid;
  color: #9D9D9D;
  position: absolute;
  right: 20px;
  bottom: 30px;
  text-decoration: none;
}

@media (max-width: 600px) {
  .delete-lead {
    position: relative;
    margin-top: 20px;
    right: auto;
    bottom: auto;
    display: table;
  }
}

.delete-lead:hover {
  border-bottom: 1px solid transparent;
}

.table-cust input {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  height: 26px;
  max-width: 260px;
  width: 100%;
}

.btn-submit-comment {
  display: table-cell;
  width: auto;
  margin-top: 10px;
  height: 32px;
  padding: 8px 20px;
}

@media (max-width: 600px) {
  .t-content table.table-cust td {
    display: block;
  }
  .t-content table.table-cust td::before {
    width: 100%;
  }
  .t-content table.table-cust td > div {
    width: 100%;
    margin-top: 5px;
  }
}

.lead__item {
  background: #FFFFFF;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.lead__item:last-child {
  margin-bottom: 50px;
}

.lead__item__title {
  padding: 30px 28px;
  border-bottom: 1px solid #E5E5E5;
  font-weight: 500;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 600px) {
  .lead__item__title {
    padding: 15px 10px;
    font-size: 14px;
  }
  .lead__item__title > div span {
    display: block;
  }
}

.lead__item__title span {
  color: #007991;
}

.lead__item__title .lead-title-group {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  background: #FF2156;
  border-radius: 50px;
  padding: 2px 9px;
  margin-right: 10px;
}

@media (max-width: 600px) {
  .lead__item__title .lead-title-group {
    min-width: 65px;
    text-align: center;
    white-space: nowrap;
  }
}

.lead__item__content {
  padding: 20px 28px;
}

@media (max-width: 600px) {
  .lead__item__content {
    padding: 15px 10px;
  }
}

.lead__item__content h2 {
  font-weight: 500;
  font-size: 18px;
  margin: 0px 0px 20px 0px;
}

@media (max-width: 600px) {
  .lead__item__content h2 {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
  }
  .lead__item__content h2 br {
    display: none;
  }
}

@media (max-width: 600px) {
  .lead__item table.table-cust tr:first-child td:first-child {
    padding-top: 5px;
  }
  .lead__item table.table-cust td {
    display: block;
    padding-top: 15px;
  }
  .lead__item table.table-cust td > div {
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
  }
  .lead__item table.table-cust td::before {
    width: 100%;
  }
  .lead__item table.table-cust tr {
    margin-bottom: 0px;
  }
}

.profile__item {
  margin-bottom: 40px;
}

.profile__item .form-field input {
  max-width: 256px;
}

.profile__item .form-field .profile-double-inputs input {
  margin-right: 20px;
}

@media (max-width: 600px) {
  .profile__item .form-field .profile-double-inputs input {
    margin-bottom: 10px;
  }
  .profile__item .form-field .profile-double-inputs input:last-child {
    margin-bottom: 0px;
  }
}

.profile__content {
  background: #fff;
  border-radius: 5px;
  padding: 20px 15px;
}

.profile__sub-title {
  font-size: 14px;
}

.profile__sub-blue-title {
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
  color: #007991;
}

.profile-form {
  margin-top: 20px;
}

.submit-btn {
  padding: 8px 18px;
  width: auto;
  display: table;
  height: auto;
}

.article__list .article__item {
  background: #FFFFFF;
  border-radius: 5px;
  border-bottom: 0px;
  padding: 30px 27px;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .article__list .article__item {
    padding: 15px;
  }
}
/*# sourceMappingURL=main.css.map */