.task__wrapper {
  background: url(../img/task-bg.jpg) top center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.task {
  padding-top: 25px; }

.task h2 {
  text-align: center;
  font: 500 33px Roboto;
  margin-bottom: 41px;
  color: #fff; }

.task__subtitle {
  font: 500 25px Roboto;
  color: #fff;
  padding-bottom: 16px; }

.task__text {
  font: 400 16px Roboto;
  color: #fff;
  padding-bottom: 14px; }

.task__wrapper {
  color: #fff; }

.inner-top__text {
  font-size: 20.8px;
  line-height: 1.65;
  text-align: center; }

.banner_bottom {
  padding: 15px 0 15px; }

.task-list > div {
  width: -webkit-calc(25% - 22px);
  width: calc(25% - 22px);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 42px;
  margin-right: 25px; }
  .task-list > div:nth-child(4n) {
    margin-right: 0; }

.task-list > div > h3 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 17px; }

.task-list > div > ul > li {
  font-size: 16.7px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 11px; }

.program {
  padding-top: 25px; }
  .program > p {
    font-size: 16.7px;
    font-weight: 300;
    text-align: center;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11px; }

.program__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 33.3px;
  font-weight: bold; }

.program__block {
  width: 500px;
  height: 200px;
  background: url("../img/kts/grad__line.jpg");
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-repeat: repeat-y; }

.program__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 44px;
  margin-bottom: 27px; }

.program__wrapper > div {
  position: relative;
  margin-right: 25px;
  margin-bottom: 12px;
  width: -webkit-calc(50% - 12.5px);
  width: calc(50% - 12.5px);
  position: relative;
  background: url("../img/kts/grad__line.jpg");
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-repeat: repeat-y; }
  .program__wrapper > div:nth-child(2n) {
    margin-right: 0; }
  .program__wrapper > div > div {
    background-color: #fff;
    width: -webkit-calc(100% - 6px);
    width: calc(100% - 6px);
    height: -webkit-calc(100% - 6px);
    height: calc(100% - 6px);
    margin: 3px; }

div.program__wrapper > div > div > h3 {
  font-size: 25px;
  margin-bottom: 17px;
  font-weight: bold;
  color: #008fe2; }

div.program__wrapper > div ul li, div.program__wrapper > div:nth-child(1) > div > ul > li > span {
  font-size: 16.5px;
  font-weight: 300;
  text-align: left;
  color: #000000; }

div.program__wrapper > div ul li {
  margin-bottom: 13px; }

.program__wrapper > div > div {
  padding-left: 51.5%;
  padding-top: 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: contain;
          background-size: contain;
  min-height: 268px; }

.program__wrapper > div:nth-child(1) div {
  background-image: url("../img/kts/1.jpg"), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: url("../img/kts/1.jpg"), -webkit-linear-gradient(left, #fff, #fff);
  background-image: url("../img/kts/1.jpg"), -o-linear-gradient(left, #fff, #fff);
  background-image: url("../img/kts/1.jpg"), linear-gradient(to right, #fff, #fff); }

.program__wrapper > div:nth-child(2) div {
  padding-left: 41.4%;
  background-image: url("../img/kts/2.jpg"), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: url("../img/kts/2.jpg"), -webkit-linear-gradient(left, #fff, #fff);
  background-image: url("../img/kts/2.jpg"), -o-linear-gradient(left, #fff, #fff);
  background-image: url("../img/kts/2.jpg"), linear-gradient(to right, #fff, #fff); }

.program__wrapper > div:nth-child(3) div {
  background-image: url("../img/kts/3.jpg"), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: url("../img/kts/3.jpg"), -webkit-linear-gradient(left, #fff, #fff);
  background-image: url("../img/kts/3.jpg"), -o-linear-gradient(left, #fff, #fff);
  background-image: url("../img/kts/3.jpg"), linear-gradient(to right, #fff, #fff); }

.program__wrapper > div:nth-child(4) div {
  padding-left: 41.4%;
  background-image: url("../img/kts/4.jpg"), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: url("../img/kts/4.jpg"), -webkit-linear-gradient(left, #fff, #fff);
  background-image: url("../img/kts/4.jpg"), -o-linear-gradient(left, #fff, #fff);
  background-image: url("../img/kts/4.jpg"), linear-gradient(to right, #fff, #fff); }

.iconb {
  padding-bottom: 34px; }
  .iconb h3 {
    margin-bottom: 23px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #008fe2; }
  .iconb p {
    font-size: 16.7px;
    font-weight: 300;
    max-width: 227px; }
  .iconb li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .iconb img {
    margin-right: 15px; }
  .iconb ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

.stora__tilte {
  margin-bottom: 18px;
  font-size: 33.3px;
  font-weight: bold;
  text-align: center;
  color: #ffffff; }

.shtora__wrapper {
  -webkit-box-shadow: 0 0 17px 0 rgba(34, 34, 34, 0.75);
          box-shadow: 0 0 17px 0 rgba(34, 34, 34, 0.75);
  padding-bottom: 10px;
  padding-top: 27px;
  background-image: url("../img/kts/shtora.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center top; }

.shtora__wrapper table {
  max-width: 1127.9px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px; }

.table2 {
  text-align: center; }
  .table2 tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .table2 td {
    background-color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 59px; }
  .table2 td, .table2 th {
    -webkit-border-radius: 20px;
            border-radius: 20px;
    margin: 3px;
    line-height: 1.3; }
  .table2 th:first-child {
    height: 45px; }
  .table2 th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #c2b8dc; }
  .table2 tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .table2 .gruppa th {
    width: 166.9px; }
  .table2 th, .table2 td {
    width: 130.38px; }
  .table2 tr.gruppa th {
    height: 59px; }
  .table2 tr.gruppa th:first-child {
    height: 45px; }

.shtora__wrapper table {
  max-width: 1127.9px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px; }

.den__img {
  width: 664px;
  height: 224px; }

.den {
  width: 100%;
  max-width: 1127.9px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .den p {
    font-size: 20.8px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff; }
    .den p:first-child {
      margin-bottom: 33px; }
  .den div:first-child {
    padding-top: 52px; }

.title__block_title {
  font-size: 33.3px;
  font-weight: bold;
  text-align: center;
  padding: 21px 0; }

.kurs__wrapper {
  position: relative;
  margin-bottom: 19px;
  padding-top: 12px;
  padding-bottom: 18px;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0 0 17px 0 rgba(34, 34, 34, 0.75);
  box-shadow: 0 0 17px 0 rgba(34, 34, 34, 0.75); }

.kurs__wrapper__decor {
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 8px; }

.kurs__title {
  margin-bottom: 42px;
  text-shadow: 0 0 18px rgba(25, 25, 25, 0.75);
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff; }

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

.kurs__images {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.kurs__button {
  text-align: center;
  width: 185px;
  height: 41px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  background-color: #fff;
  -webkit-border-radius: 9px;
          border-radius: 9px;
  -webkit-box-shadow: inset 5px -12px 15px #26262652;
          box-shadow: inset 5px -12px 15px #26262652;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #e3b43b;
  border: none;
  -webkit-box-shadow: inset 5px -12px 15px #26262652, 0 0 5px #000;
          box-shadow: inset 5px -12px 15px #26262652, 0 0 5px #000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9px;
  cursor: pointer;
  display: none; }

.kurs__button:hover {
  border: none;
  -webkit-box-shadow: inset 5px -12px 15px #26262652, 0 0 5px #000;
          box-shadow: inset 5px -12px 15px #26262652, 0 0 5px #000; }

.kurs__img_strong {
  width: 462px;
  height: 392px;
  margin-bottom: 14px; }

.kurs__images {
  margin-right: 19px;
  width: 100%;
  max-width: 462px;
  min-width: 462px; }
  .kurs__images img, .kurs__images a {
    display: block;
    max-width: 100%; }
  .kurs__images img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%; }

.kurs__images_warpp {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.kurs__img {
  display: block;
  width: -webkit-calc(50% - 13px);
  width: calc(50% - 13px);
  height: 132px; }

.kurs__text_wrapp {
  margin-top: -5px; }
  .kurs__text_wrapp p {
    margin-bottom: 8.5px;
    font-size: 16.7px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #000000; }
    .kurs__text_wrapp p span {
      text-transform: uppercase;
      color: #ff0000;
      color: #ff0000; }

.kurs__wraper44 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px; }
  .kurs__wraper44 .kurs__blok44a {
    font-size: 16.7px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: justify;
    padding: 14px 20px 18px 20px; }
  .kurs__wraper44 .kurst__first {
    border: 4px solid #e60000;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border-top: 0;
    border-bottom: 0;
    margin-right: 32px;
    position: relative; }
  .kurs__wraper44 .kurst__first:before {
    position: absolute;
    height: 100%;
    width: 52px;
    content: "";
    left: -1px;
    top: 0;
    bottom: 0;
    border: 4px solid #e60000;
    border-left: 0;
    border-right: 0; }
  .kurs__wraper44 .kurst__first:after {
    position: absolute;
    height: 100%;
    width: 52px;
    content: "";
    right: -1px;
    top: 0;
    bottom: 0;
    border: 4px solid #e60000;
    border-left: 0;
    border-right: 0; }
  .kurs__wraper44 .kurs__blok44a4:before {
    position: absolute;
    height: 100%;
    width: 52px;
    content: "";
    left: -1px;
    top: 0;
    bottom: 0;
    border: 4px solid #32189f;
    border-left: 0;
    border-right: 0; }
  .kurs__wraper44 .kurs__blok44a4:after {
    position: absolute;
    height: 100%;
    width: 52px;
    content: "";
    right: -1px;
    top: 0;
    bottom: 0;
    border: 4px solid #32189f;
    border-left: 0;
    border-right: 0; }

.kurs__blok44a4 {
  border: 4px solid #32189f;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border-top: 0;
  border-bottom: 0;
  position: relative; }

.kurs__blok44a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-calc(50% - 16px);
  width: calc(50% - 16px); }

.kurs__wraper44 {
  max-width: 763px; }

.werapperdfsdf {
  margin-top: 24px;
  margin-left: 9px; }

.kurs__line_decor {
  background-color: #928791;
  height: 1px;
  width: 100%;
  margin-bottom: 18px; }

.kurs__prepod {
  font-size: 20.8px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000000; }

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

.kalendar__info {
  width: -webkit-calc(27.8% - 13px);
  width: calc(27.8% - 13px); }

.kalendar__k {
  width: -webkit-calc(73.7% - 13px);
  width: calc(73.7% - 13px);
  margin-right: 26px; }

.kalendar__k th:first-child {
  height: 36px; }

.kalendar__k .gruppa th {
  width: 167.9px; }

.kalendar__k th, .kalendar__k td {
  width: 107.78px; }

.kalendar__k tr.gruppa th {
  height: 49px; }

.kalendar__k tr.gruppa th:first-child {
  height: 36px; }

.kalendar__k td {
  background-color: white;
  height: 49px; }

.kalendar__k td, .kalendar__k th {
  line-height: 1.2; }

.kalendar__k th {
  background-color: #A6D7D2; }

.kalendar__k tr:first-child th {
  height: 49px; }

.kalendar__info p {
  text-align: left;
  font-size: 16.7px;
  line-height: 1.2;
  margin-bottom: 9px; }

.kalendar__info2 {
  font-size: 16.7px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left; }

.kalendar__title {
  text-align: center;
  font-size: 20.8px;
  margin-bottom: 18px; }

.nografic .kalendar__title {
  padding-top: 17px;
  text-align: left; }

.nografic #kurs4 > div.container.kurs > div > div.kalendar__title.kalendar__title3 {
  color: #fff; }

.nografic .bottom__block_wrapper {
  margin-bottom: 0; }

.kurs__wrapper2 {
  padding-bottom: 41px;
  padding-top: 37px; }
  .kurs__wrapper2 .kurs__title {
    margin-bottom: 21px; }
  .kurs__wrapper2 .kurs__img_strong {
    margin-bottom: 23px; }
  .kurs__wrapper2 .werapperdfsdf {
    margin-top: 14px; }
  .kurs__wrapper2 .kurs__line_decor {
    margin-bottom: 15px; }
  .kurs__wrapper2 .kurs__line_decor__last {
    margin-top: 14px; }
  .kurs__wrapper2 .kalendar__k th {
    background-color: #E0C8D4; }
  .kurs__wrapper2 p {
    margin-bottom: 7px; }
  .kurs__wrapper2 .kurs__wraper44 {
    margin-bottom: 16px; }
  .kurs__wrapper2 .kurs__img {
    width: 143px;
    height: 132px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 24px;
    -webkit-box-shadow: 0 0 10px 0 rgba(34, 34, 34, 0.75);
            box-shadow: 0 0 10px 0 rgba(34, 34, 34, 0.75); }
    .kurs__wrapper2 .kurs__img:last-child {
      margin-right: 0; }

.kurs__img_img11 {
  -webkit-box-shadow: 0 0 10px 0 rgba(34, 34, 34, 0.75);
          box-shadow: 0 0 10px 0 rgba(34, 34, 34, 0.75); }

.kurs__line_decor__last {
  margin-bottom: 0; }

.kurs__images2 {
  max-width: 100%;
  width: auto; }
  .kurs__images2 .kurs__images_warpp {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.bottom__block_wrapper {
  margin-bottom: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.kurs__prepod2 {
  padding-top: 1px;
  line-height: 1.4; }

.gallery a:hover, .gallery1 a:hover, .gallery2 a:hover, .gallery3 a:hover, .gallery4 a:hover, .gallery5 a:hover, .gallery6 a:hover, .gallery7 a:hover, .gallery8 a:hover, .gallery9 a:hover, .gallery a:hover, .gallery10 a:hover, .gallery11 a:hover {
  opacity: 1 !important; }

.kurs__img3 {
  display: block;
  width: -webkit-calc(33.33% - 7.65px);
  width: calc(33.33% - 7.65px);
  height: 132px; }

.kurs__wrapper3 {
  background-position: center bottom;
  padding-bottom: 4px;
  padding-top: 36px; }
  .kurs__wrapper3 .kurs__blok44a3 {
    height: 91px;
    padding: 22px 20px 30px 20px; }

.kurs__title3 {
  margin-bottom: 57px; }

.werapperdfsdf3 {
  margin-top: 48px; }

.kurs__wraper443 {
  margin-bottom: 24px; }

.kurs__prepod3 {
  line-height: 1.4; }

.kurs__img_img3 {
  margin-bottom: 24px; }

.kurs__line_decor3 {
  margin-bottom: 16px; }

.kalendar__title3 {
  padding-top: 22px; }

.kalendar__info3 p {
  line-height: 1; }

.kurs__title4 {
  text-shadow: none;
  color: #000;
  margin-bottom: 26px; }
  .kurs__title4 .kurs__wraper44 {
    max-width: 809px; }

@font-face {
  font-family: 'VeraCrouz';
  src: local("Vera Crouz"), local("VeraCrouz"), url("../fonts/hinted-VeraCrouz.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

.kurs__blodk-decor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 646px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.kurs__blodk-decor2 {
  margin-top: -12px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.kurs__blodk-decor1, .block4544 {
  font-family: VeraCrouz;
  font-size: 33.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f1896; }

.block4544 {
  margin-right: 10px; }

.block4546 {
  font-size: 16.7px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f1896; }

.kurs__wrapper4 {
  padding-bottom: 24px;
  padding-top: 14px; }
  .kurs__wrapper4 .kalendar {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .kurs__wrapper4 .kalendar__info {
    color: #fff; }
  .kurs__wrapper4 .kalendar__k th {
    background-color: #E0C8D4; }
  .kurs__wrapper4 .werapperdfsdf3 {
    margin-top: 12px;
    max-width: 795px; }
  .kurs__wrapper4 .kurs__wraper443 {
    margin-bottom: 13px; }
  .kurs__wrapper4 .kurs__line_decor3 {
    margin-bottom: 10px; }

.kurs__wraper44 {
  max-width: 797px; }

.kurs__title5 {
  color: #000;
  text-shadow: none; }

.kurst__text__wrapper2 {
  max-width: 610px; }

.kurs__wrapper5 {
  padding-bottom: 26px; }
  .kurs__wrapper5 .werapperdfsdf3 {
    margin-top: 39px; }

.kurs__title5 {
  margin-bottom: 45px; }

.kurs__wrapper6 .kurs__text_wrapp p, .kurs__wrapper6 .kurs__title5, .kurs__wrapper6 .kurs__blok44a, .kurs__wrapper6 .kalendar__title3, .kurs__wrapper6 .kalendar__info, .kurs__wrapper6 .kurs__prepod {
  color: #fff; }

.kurs__wrapper6 .kurs__line_decor {
  background-color: #ff0000; }

.kurs__wrapper6 .kurs__img_img, .kurs__wrapper6 .kurs__img_strong {
  border: 1px solid #fff;
  -webkit-border-radius: 1px;
          border-radius: 1px; }

.kurs__wrapper6 .kurs__blok44a3 {
  height: 91px;
  padding: 26px 20px 27px 20px; }

.kurs__wrapper7 .kurs__blok44a {
  width: 100%; }

.kurs__wrapper7 .kurs__wraper44 .kurst__first {
  margin-right: 0; }

.kurs__wrapper7 .werapperdfsdf3 {
  margin-top: 20px; }

.kurs__wrapper7 .kurs__blok44a3 {
  padding: 22px 20px 27px 20px; }

.kurs__wrapper7 .kurs__wraper443 {
  margin-bottom: 20px; }

.kurs__wrapper8 .kurs__blok44a3 {
  height: 91px;
  padding: 26px 20px 27px 20px; }

.kurs__wrapper8 .kalendar__k th {
  background-color: #E0C8D4; }

.prepod__wrapper {
  padding-bottom: 63px;
  padding-top: 32px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.prepod__desc {
  font-size: 16.7px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff; }

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

.prepod__img {
  margin-right: 24px;
  display: block;
  width: 323px;
  min-width: 323px;
  height: 322px;
  -o-object-fit: cover;
     object-fit: cover; }

.prepod__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  margin-right: 30px; }
  .prepod__item:nth-child(2n) {
    margin-right: 0; }

.propod__title {
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 37px; }

.multy__wrapper {
  padding-top: 40px;
  padding-bottom: 50px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }

.multy__title {
  margin-bottom: 36px;
  font-size: 33.3px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff; }

.slider__link {
  display: block;
  width: 377px;
  height: 253px;
  margin-left: 13px;
  margin-right: 13px;
  position: relative; }
  .slider__link:before {
    opacity: 0;
    position: absolute;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
    width: 52px;
    height: 54px;
    background-repeat: no-repeat;
    -webkit-background-size: 54px 54px;
            background-size: 54px 54px;
    background: url(../img/kts/lupa.png);
    -webkit-background-size: contain;
            background-size: contain; }
  .slider__link:hover:before {
    opacity: 1; }

.slider__img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
          background-size: cover !important; }

.slider .slick-slide {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.slider .slick-active {
  opacity: 1; }

.test {
  background: -webkit-gradient(linear, left top, right top, from(#333), to(transparent)), url(../img/kts/slide1.jpg);
  background: -webkit-linear-gradient(left, #333, transparent), url(../img/kts/slide1.jpg);
  background: -o-linear-gradient(left, #333, transparent), url(../img/kts/slide1.jpg);
  background: linear-gradient(to right, #333, transparent), url(../img/kts/slide1.jpg);
  width: 500px;
  height: 500px; }

.slider__wrapper {
  margin-bottom: 50px;
  position: relative; }

.slider__decor {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  height: 102%;
  width: 48px;
  background-image: -webkit-gradient(linear, left top, right top, from(#001425), to(transparent));
  background-image: -webkit-linear-gradient(left, #001425, transparent);
  background-image: -o-linear-gradient(left, #001425, transparent);
  background-image: linear-gradient(to right, #001425, transparent);
  z-index: 100; }

.slider__decor2 {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  height: 102%;
  width: 48px;
  background-image: -webkit-gradient(linear, right top, left top, from(#002037), to(transparent));
  background-image: -webkit-linear-gradient(right, #002037, transparent);
  background-image: -o-linear-gradient(right, #002037, transparent);
  background-image: linear-gradient(to left, #002037, transparent);
  z-index: 100; }

.slick-prev1 {
  width: 52px;
  height: 52px;
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -26px;
  background: url(../img/kts/chevron.png) center center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 1000; }

.slick-next1 {
  width: 52px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 52px;
  position: absolute;
  right: -60px;
  top: 50%;
  margin-top: -26px;
  background: url(../img/kts/chevron.png) center center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 1000; }

.video {
  margin-left: auto;
  margin-right: auto;
  max-width: 928px;
  height: 570px;
  border: solid 4px #fdfdfb; }
  .video iframe {
    width: 100%;
    height: 100%; }

.kurs__images_warpp2 {
  display: none; }
