.img-hdr-cover {
  width: 100%;
  height: auto;
}
.nav-hdr-img {
  display: block;
  margin: 0 auto;
}
.advertising-banner-img {
  width: 100%;
}
.content_block {
  background: #efecec;
  background-size: 100%;
  margin: 0px auto;
  min-height: 972px;
  padding: 10px 20px 10px 20px;
}
.breadcump {
  color: #b6b5b5;
}
.content_block_white_no-p {
  padding-top: 0;
  padding-bottom: 0;
}
.catalog-list-wrap {
  padding: 15px;
}
.news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.225);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.225);
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
}
.news-list-item .img-wrap {
  width: 230px;
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-list-item .img-wrap.no-image {
  background: #ebebeb;
}
.news-list-item .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.news-list-item .desc-wrap {
  width: 723px;
  padding-left: 30px;
  padding-bottom: 33px;
}
.news-list-item .desc-param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-list-item .desc {
  margin-bottom: 40px;
}
.news-list-item .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  margin: 15px 0;
  text-decoration: none;
  color: #1C1C1C;
  display: block;
}
.news-list-item .param-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  margin-right: 40px;
  font-size: 18px;
}
.news-list-item .btn {
  padding: 10px 17px;
  position: absolute;
  bottom: 35px;
  right: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news-list-item .btn:hover {
  background: #8dae28;
}
.btn_arrow {
  position: relative;
}
.btn_arrow::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/icon/play-button_white.svg);
  background-size: 100%;
  background-position: center;
  margin-left: 5px;
}
.status-active {
  color: #8dae28;
}
.knowledge_icon::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 25px;
  margin-right: 5px;
  background: url(../img/icon/knowledge_icon.svg) no-repeat;
  background-size: 100%;
  background-position: center;
}
.wallet_icon::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 25px;
  margin-right: 5px;
  background: url(../img/icon/wallet_icon.svg) no-repeat;
  background-size: 100%;
  background-position: center;
}
.more-courses {
  text-align: center;
  color: #959595;
  margin-top: 20px;
}
.main-banner-wrap {
  background-color: #ebebeb;
  margin-bottom: 5px;
  padding: 40px 60px;
}
.main-banner-wrap .title {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.4;
  width: 380px;
  margin-bottom: 20px;
}
.main-banner-wrap .desc {
  width: 300px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-size: 18px;
}
.main-banner-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-banner-wrap .btn {
  width: 120px;
  height: 45px;
  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;
  margin-top: 35px;
  font-weight: 600;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main-banner-wrap .btn:hover {
  background: #8dae28;
}
.action-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  width: 290px;
  padding-bottom: 5px;
}
.commercial-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commercial-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 60px;
  font-weight: 600;
  font-size: 18px;
}
.main-banner-wrap_back {
  background-image: url(../img/main-banner.png);
  background-size: cover;
  background-position: center;
  height: 330px;
  background-repeat: no-repeat;
}
.about-course {
  background-color: #f5f5f5;
}
.about-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-course .ul {
  padding-left: 70px;
}
.about-course .li {
  list-style-type: none;
  position: relative;
  margin-bottom: 30px;
}
.about-course .li:last-child {
  margin-bottom: 0;
}
.about-course .desc {
  font-size: 16px;
  line-height: 1.2;
}
.about-course .title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}
.about-course .txt-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -106px;
  padding-right: 25px;
}
.sewing-machine_icon::before,
.folder_icon::before,
.timer_icon::before {
  content: '';
  display: block;
  position: absolute;
  left: -60px;
  top: -10px;
  width: 50px;
  height: 50px;
}
.sewing-machine_icon::before {
  background: url(../img/icon/sewing-machine_icon.svg);
  background-size: 100%;
  background-position: center;
}
.folder_icon::before {
  background: url(../img/icon/folder_icon.svg);
  background-size: 100%;
  background-position: center;
}
.timer_icon::before {
  background: url(../img/icon/timer_icon.svg);
  background-size: 100%;
  background-position: center;
}
.white-block {
  background: #FFFFFF;
}
.course-subjects {
  padding-top: 80px;
  padding-bottom: 10px;
}
.course-subjects ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 100px;
}
.course-subjects li {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  font-size: 16px;
  line-height: 1.5rem;
  padding-right: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.course-subjects li::before {
  content: '>';
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fd8125;
  font-size: 18px;
  font-weight: 600;
}
.detail-page-title {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  width: 100%;
  margin-bottom: 45px;
  line-height: 1.2;
}
.detail-page-title_padding-t {
  padding-top: 65px;
}
.slick-initialized .slick-slide {
  outline: none;
}
.page-slider .title {
  text-align: center;
  padding-top: 10px;
  color: #828282;
}
.slider-item {
  padding: 5px;
}
.page-slider-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.page-slider-wrap .slick-prev::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/arrow-left_DEF.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}
.page-slider-wrap .slick-prev:hover::before {
  width: 20px;
  height: 20px;
  background: url(../img/icon/arrow-left_HOV.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.page-slider-wrap .slick-next::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/arrow-right_DEF.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}
.page-slider-wrap .slick-next:hover::before {
  width: 20px;
  height: 20px;
  background: url(../img/icon/arrow-right_HOV.svg);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.slick-arrow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.examples-techniques {
  padding-bottom: 70px;
}
.gray-block {
  background: #f5f5f5;
}
.teacher-img {
  width: 350px;
}
.teacher-img .img {
  position: absolute;
  bottom: 0;
  left: 110px;
}
.teacher-desc {
  width: 600px;
  padding: 50px 0;
}
.teacher-desc .title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}
.teacher-desc .desc {
  width: 415px;
  font-size: 16px;
  line-height: 1.2;
}
.course-teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.course-teacher-video {
  padding-bottom: 45px;
}
.video-wrap {
  position: relative;
}
.video-wrap .img {
  width: 770px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.btn_play {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/icon/play_icon.svg) no-repeat;
  background-size: 90%;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn_play:hover {
  opacity: .8;
}
.call-back {
  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;
}
.course-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 317px;
}
.course-price .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.course-price .price {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}
.course-price .btn {
  width: 180px;
  margin-top: 10px;
  height: 67px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  font-size: 19px;
  font-weight: 600;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.course-price .btn:hover {
  background: #8dae28;
}
.course-price .action-date {
  padding-left: 0;
}
.course-price_back {
  background: url(../img/back-price-block.jpg);
}
.checkbox {
  padding-left: 30px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.checkbox .input {
  display: none;
}
.checkbox .span {
  position: relative;
}
.checkbox .span::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #acacac;
  position: absolute;
  top: 2px;
  left: -30px;
  cursor: pointer;
}
.checkbox .input:checked ~ .span::before {
  background: url(../img/icon/checked.svg) no-repeat;
  background-size: 90%;
  background-position: center;
}
.modal-wrap_castom {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  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;
  display: none;
}
.modal-wrap_castom.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-block {
  width: 490px;
  background: #FFFFFF;
  padding: 35px;
  position: relative;
}
.modal-block .title {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
}
.modal-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  position: relative;
}
.form-item:last-child {
  margin-bottom: 0;
}
.form-item .input {
  width: 100%;
  padding: 15px;
  border: 1px solid #acacac;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-item .textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #acacac;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
  height: 85px;
}
.form-item .btn {
  width: auto;
  height: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 3px;
}
.form-item .btn:hover {
  background: #8dae28;
}
.form-item .link:hover {
  text-decoration: none;
}
.form-item_dubble-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.required::before {
  content: '*';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  color: #fd8125;
  left: 9px;
  top: 9px;
}
.btn[type='submit'] {
  border: none;
  outline: none;
}
.close-modal-btn {
  display: block;
  position: absolute;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  background: url(../img/icon/close_DEF.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.close-modal-btn:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: url(../img/icon/close_HOV.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fade-in-up-long {
  -webkit-animation-name: fadeInUpLong;
          animation-name: fadeInUpLong;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInUpLong {
  from {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeInUpLong {
  from {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .content_block {
    padding: 0;
    background: none;
  }
  .news-list-item .img-wrap {
    width: 20%;
  }
  .news-list-item .deesc-wrap {
    width: 80%;
  }
  .about-course .img {
    max-width: none;
  }
}
@media (max-width: 991px) {
  .news-list-item .img-wrap {
    width: 30%;
  }
  .news-list-item .desc-wrap {
    width: 70%;
  }
  .about-course .title {
    font-size: 18px;
  }
  .about-course .desc {
    font-size: 14px;
  }
  .about-course .ul {
    padding-left: 52px;
  }
  .sewing-machine_icon::before,
  .folder_icon::before,
  .timer_icon::before {
    width: 40px;
    height: 40px;
    left: -53px;
  }
  .teacher-img .img {
    left: 43px;
  }
}
@media (max-width: 769px) {
  .news-list-item .title {
    font-size: 18px;
  }
  .news-list-item .img-wrap {
    height: auto;
  }
  .news-list-item .desc-wrap {
    padding-left: 15px;
  }
  .news-list-item .btn {
    bottom: 15px;
    right: 15px;
  }
  .news-list-item .desc-wrap {
    padding-bottom: 45px;
  }
  .about-course .img-item {
    display: none;
  }
  .about-course .txt-item {
    margin-left: 0;
    padding: 20px;
  }
  .main-banner-wrap_back {
    background-position: left;
  }
  .course-subjects {
    padding-top: 40px;
  }
  .course-subjects ul {
    padding: 0;
  }
  .detail-page-title_padding-t {
    padding-top: 25px;
  }
  .teacher-img {
    width: 30%;
  }
  .teacher-img .img {
    max-width: 90%;
    left: 28px;
    max-height: 100%;
  }
  .teacher-desc {
    width: 70%;
    padding: 20px 0;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .course-price .btn {
    width: 206px;
    height: 42px;
    font-size: 16px;
  }
  .course-price_back {
    background-position: center;
  }
  .examples-techniques {
    padding-bottom: 0;
  }
  .modal-wrap_castom {
    overflow: auto;
  }
  .modal-block {
    width: 70%;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 610px) {
  .teacher-img {
    display: none;
  }
  .teacher-desc {
    width: 100%;
    padding: 20px;
  }
  .teacher-desc .desc {
    width: 100%;
    font-size: 14px;
  }
  .course-teacher {
    min-height: auto;
  }
}
@media (max-width: 560px) {
  .news-list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-list-item .img-wrap {
    width: 100%;
    min-height: 190px;
    margin-bottom: 10px;
  }
  .news-list-item .desc-wrap {
    width: 100%;
  }
  .main-banner-wrap {
    margin-bottom: 0;
    padding: 40px 20px;
  }
  .main-banner-wrap .title {
    width: auto;
  }
  .main-banner-wrap_back {
    min-height: 330px;
    height: auto;
  }
  .form-item_dubble-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-item_dubble-block .btn {
    width: 100%;
    margin-top: 10px;
  }
  .modal-block {
    padding: 15px;
  }
  .modal-block .title {
    font-size: 18px;
    line-height: 1.2;
  }
  .close-modal-btn {
    width: 20px;
    height: 20px;
    top: -20px;
    right: -20px;
  }
  .form-item .input {
    padding: 10px;
  }
  .required::before {
    left: 5px;
    top: 5px;
  }
  .checkbox {
    padding-left: 20px;
  }
  .checkbox .span {
    font-size: 14px;
  }
  .checkbox .span::before {
    width: 10px;
    height: 10px;
    left: -20px;
  }
}
@media (max-width: 460px) {
  .news-list-item .desc-wrap {
    padding-left: 0;
    padding-bottom: 0;
  }
  .news-list-item .desc {
    margin-bottom: 20px;
  }
  .news-list-item .btn {
    width: 100%;
    margin-top: 10px;
    position: relative;
    right: auto;
    bottom: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .news-list-item .desc-param {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-list-item .param-item {
    margin-right: 0;
    width: 47%;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .main-banner-wrap .title {
    font-size: 20px;
  }
  .main-banner-wrap .desc {
    width: auto;
    font-size: 16px;
  }
  .main-banner-wrap .btn {
    width: 160px;
    height: 32px;
    margin-top: 20px;
  }
  .main-banner-wrap .btn-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .action-date {
    padding-left: 0;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
  }
  .main-banner-wrap_back {
    min-height: auto;
  }
  .course-subjects li {
    width: 100%;
    font-size: 14px;
  }
  .detail-page-title {
    margin-bottom: 35px;
  }
  .teacher-img {
    display: none;
  }
  .commercial-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .commercial-item {
    margin-bottom: 10px;
  }
  .btn_play {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 370px) {
  .catalog-list-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.alert.alert-success {
	line-height: 1;
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 1.2rem;
	padding: 1rem 0;
	background: #8caf13;
	color: #fff;
}