.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-list, .slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid #0000;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) 50% no-repeat
}

/* @font-face {
    font-family: slick;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg")
} */

.slick-next, .slick-prev {
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0px;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px
}

/* .slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    background: #0000;
    color: #0000;
    outline: none
} */

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 45px
}

.slick-dots {
    bottom: -45px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative
}

.slick-dots li, .slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px
}

.slick-dots li button {
    background: #0000;
    border: 0;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 26px;
    outline: none;
    padding: 5px
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    content: "•";
    font-family: slick;
    font-size: 6px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: .25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

@media (max-width: 700px) {
    body {
        background: url(../img/circle-1.png) no-repeat -80px -80px, url(../img/triangle-promo.png) no-repeat 86px 465px, url(../img/fon-promo.webp) no-repeat 50% 0/100%, #0c011b
    }

    .title {
        font-size: 40px;
        line-height: 42px
    }

    .slider .slick-next {
        right: 50%;
        bottom: -12%;
        margin-right: -45px;
    }

    .slider .slick-prev {
        left: 50%;
        bottom: -12%;
        margin-left: -45px;
    }
}

.reviews {
	padding-top: 80px;
    padding-bottom: 80px
}

.reviews__rating {
    color: #fcc864;
    font-family: RoadRadio;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 40px;
    text-align: center
}

.reviews__button {
    padding: 100px 0;
    text-align: center
}

.reviews__button_type_eng {
    padding: 0 0 100px;
}

.slider__user {
    position: absolute;
    bottom: 10px;
    left: 20px;
    display: flex;
    gap: 10px;
    align-items: center
}

.slider__row {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: linear-gradient(129.1deg, #8b65ab66 7.59%, #361b4d66 75.83%);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.slider__user_avatar {
    height: 48px;
    width: 48px;
    flex: 0 0 48px
}

.slider__user_avatar img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider__image {
    height: 440px;
    width: 100%;
}

.slider__image img {
    min-width: 150px;
    width: 100%;
    height: 372px;
    object-fit: cover;
    border-radius: 20px;
    filter: none;
}

.slider__text {
    line-height: 24px
}

.slider__text p {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 0;
    overflow: hidden
}

.slider__fio {
    font-size: 12px;
    line-height: 18px;
    margin-top: 30px
}

.slider__fio b {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 9px
}

.slider__fio p {
    min-height: auto
}

.slider .slick-active .slider__text .full-height {
    -webkit-line-clamp: inherit
}

.slider .slick-next, .slider .slick-prev {
    bottom: -60px;
    height: 30px;
    top: inherit;
    width: 30px;
    z-index: 99
}

.slider .slick-prev {
    background-image: url(../img/white-left.svg);
    left: 0;
    bottom: 40%;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    margin-left: -30px;
    height: 32px;
    width: 32px;
    background-color: #9600FF;
    border-radius: 40px;
}

.slider .slick-prev:before {
    display: none
}

.slider .slick-next {
    background-image: url(../img/white-right.svg);
    right: 0;
    bottom: 40%;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    margin-right: -30px;
    height: 32px;
    width: 32px;
    background-color: #9600FF;
    border-radius: 40px;
}

.slider .slick-next:before {
    display: none
}

.slider .slick-dots {
    counter-reset: count 0;
    position: relative
}

.slider .slick-dots:before {
    color: #fff;
    content: " / ";
    font-family: HeliosExtC, sans-serif;
    font-size: 16px;
    left: 50%;
    line-height: 26px;
    margin: 4px 0 0 3px;
    position: absolute
}

.slider .slick-dots li {
    counter-increment: count;
    height: 0;
    margin: 0;
    width: 0
}

.slider .slick-dots li button {
    display: none
}

.slider .slick-dots li button:before {
    color: #fff;
    content: "0";
    font-family: HeliosExtC, sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-right: 1px;
    opacity: 1;
    position: relative
}

.slider .slick-dots li.slick-active, .slider .slick-dots li:last-child {
    height: 30px;
    margin: 0 0 0 10px;
    width: 30px
}

.slider .slick-dots li.slick-active {
    margin-right: 10px
}

.slider .slick-dots li.slick-active button, .slider .slick-dots li:last-child button {
    display: block;
    height: 30px;
    width: 30px
}

.slider .slick-dots li:last-child.slick-active {
    padding-left: 3px;
    width: 75px
}

.slider .slick-dots li:last-child.slick-active:after {
    content: counter(count, decimal-leading-zero);
    letter-spacing: 1px;
    position: absolute;
    right: -6px;
    top: 5px
}

.rating {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 23px
}

.rating span {
    display: inline-block;
    height: 20px;
    width: 20px
}

.rating__no-active {
    background: url(../img/star.svg) no-repeat 0 0
}

.rating__active {
    background: url(../img/star-active.svg) no-repeat 0 0
}

.review-link {
    color: #c618d9
}

.review-link:hover {
    color: #c618d9;
    cursor: pointer;
    text-decoration: underline
}

@media (max-width: 850px) {
    .reviews {
        padding-bottom: 130px
    }
}

@media (max-width: 768px) {
    .slider__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .slider__image {
        text-align: center
    }

    .slider__image img {
        margin: 0 auto
    }
}

@media (max-width: 850px) {
    .slider .slick-next {
        right: 50%;
        bottom: -12%;
        margin-right: -45px;
    }

    .slider .slick-prev {
        left: 50%;
        bottom: -12%;
        margin-left: -45px;
    }
}

#offer {
    background: #0a0019;
}

.offer {
    margin-bottom: 100px;
}

.offer .container {
    max-width: 1005px;
}

.offer .title {
    font-size: 40px;
}

.offer .title p {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 0;
}

.offer__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.offer__text h3 {
    font-size: 22px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.offer p {
    margin-bottom: 15px;
    font-weight: 200;
    line-height: 22px;
}

.offer ul {
    margin: 0 0 15px 30px;
}

.offer ul li {
    list-style: disc;
    font-weight: 200;
}

.application {
    margin-top: 80px;
}

.application__right {
    display: flex;
    justify-content: flex-end;
}

.application__right p {
    flex-basis: 50%;
    align-self: flex-end;
}

.application .title {
    margin-bottom: 40px;
}

.application .title p {
    font-size: 22px;
    line-height: 22px;
}

.modules {
    padding-bottom: 120px;
}

.modules__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.modules__start {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 140px;
    margin-top: 110px;
}

.modules__finish {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 140px;
    margin-top: 110px;
}

.modules__center {
    flex: 1 1 auto;
    overflow: hidden;
}

.module__slider {
    position: relative;
    z-index: 99;
}

.modules .slider__item {
    background: linear-gradient(292deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0) 100%), rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px);
    border: 1px solid #2f283c;
    border-radius: 20px;
    min-height: 425px;
    padding: 20px 40px;
}

.modul {
    display: flex;
    gap: 20px;
    font-size: 16px;
    line-height: 24px;
    min-height: 385px;
}

.modules-engineer .modul {
    min-height: 625px;
}

.modul__info {
    min-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding-right: 20px;
    gap: 20px;
}

.modules-engineer .modul__info {
    min-width: 50%;
    justify-content: flex-start;
    gap: 50px;
}

.modul__image {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modules-engineer .modul__image {
    flex: none;
}

.modul__info img {
    max-width: 100px;
    margin: 0 auto 20px;
}

.modul__info b,
.modul__text h4 {
    font-family: 'RoadRadio';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    display: block;
    text-align: center;
}

.modul__text {

}

.modul__text h4 {
    text-align: left;
    margin-bottom: 20px;
}

.modules__date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.modules__date_type_bottom {
    margin-bottom: 10px;
    margin-top: 56px;
    min-height: 84px;
}

.date {
    width: 33%;
    display: flex;
    justify-content: center;
    gap: 20px;
    color: #FF00FF;
    position: relative;
}

.date__start {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.modules__date_type_bottom .date__start {
    padding-top: 45px;
}

.date__start b {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
}

.date__year {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    line-height: 24px;
}

.modules__date_type_bottom .date__year {
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 33px;
}

.modules .slick-dots {
    top: 0;
}

.modules .slick-dotted.slick-slider {
    margin: 0;
}

.modules .slick-dots li {
    width: 100px;
    height: 140px;
    border-radius: 50%;
}

.modules__center {
    padding-top: 20px;
}

.modules-engineer .modules__center {
    padding-bottom: 20px;
}

.modules .slick-dots li:nth-child(1) {
    position: absolute;
    top: -160px;
    left: 85px;
    z-index: 99;
}

.modules .slick-dots li:nth-child(2) {
    position: absolute;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.modules .slick-dots li:nth-child(3) {
    position: absolute;
    top: -160px;
    right: 70px;
    z-index: 99;
}

.modules.modules_type_market .slick-dots li:nth-child(2) {
    position: absolute;
    top: -160px;
    left: inherit !important;
    right: 70px !important;
    transform: translateX(0%) !important;
    z-index: 99;
}

.modules .slick-dots li:nth-child(4) {
    position: absolute;
    bottom: -145px;
    left: 85px;
    z-index: 99;
}

.modules .slick-dots li:nth-child(5) {
    position: absolute;
    bottom: -145px;
    right: 70px;
    z-index: 99;
}

.modules .slick-dots li button {
    font-size: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url("../img/module/date-circle.png") no-repeat center center;
}

.modules .slick-dots li button::before {
    width: 100px;
    height: 100px;
    content: "";
    border-radius: 50%;
    opacity: 1;
    font-family: RoadRadio, sans-serif;
    font-size: 58px;
    line-height: 100px;
    color: #fff;
}

.modules .slick-dots li.slick-active button {
    background: linear-gradient(90deg, #B400C8 0%, #9600FF 100%, #8200F0 100%);
    box-shadow: 0px 0px 10px rgba(0, 25, 240, 0.5), 0px 0px 20px rgba(240, 0, 250, 0.5);
}

.modules .slick-dots li:nth-child(1) button::before {
    content: '1';
}

.modules .slick-dots li:nth-child(2) button::before {
    content: '2';
}

.modules .slick-dots li:nth-child(3) button::before {
    content: '3';
}

.modules .slick-dots li:nth-child(4) button::before {
    content: '4';
}

.modules .slick-dots li:nth-child(5) button::before {
    content: '5';
}

.modules .slick-dots li:hover button {
    background: linear-gradient(90deg, #B400C8 0%, #9600FF 100%, #8200F0 100%);
}

.date_left_top {
    justify-content: flex-start;
    min-height: 100px;
}

.date_left_top:before {
    content: "";
    width: 114px;
    height: 60px;
    background: url("../img/module/date-left-top.png") no-repeat 0 0;
    position: absolute;
    bottom: -60px;
    left: 140px;
}

.date_right_top {
    justify-content: flex-end;
    min-height: 100px;
}

.date_right_top:before {
    content: "";
    width: 162px;
    height: 60px;
    background: url("../img/module/date-right-top.png") no-repeat 0 0;
    position: absolute;
    bottom: -60px;
    right: 125px;
}

.date_center_top {
    justify-content: flex-start;
    min-height: 100px;
}

.date_center_top:before {
    content: "";
    width: 159px;
    height: 60px;
    background: url("../img/module/line2.png") no-repeat -15px -12px;
    position: absolute;
    bottom: -60px;
    left: 135px;
}

.date_right_bot {
    justify-content: flex-end;
}

.date_right_bot:before {
    content: "";
    width: 245px;
    height: 60px;
    background: url("../img/module/date-right-bot.png") no-repeat 0 0;
    position: absolute;
    top: -65px;
    right: 135px;
}

.date_left_bot:before {
    content: "";
    width: 159px;
    height: 60px;
    background: url("../img/module/date-left-bot.png") no-repeat 0 0;
    position: absolute;
    top: -65px;
    left: 135px;
}

/*.reviews__modal-slider {*/
/*    padding: 20px;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    display:flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*.reviews__modal-slider .slider__item {*/
/*    padding: 0 8vw;*/
/*}*/
/*.reviews__modal-slider .slick-next:before, .reviews__modal-slider .slick-prev:before {*/
/*    content: '';*/
/*}*/
/*.reviews__modal-slider .slick-next, .reviews__modal-slider .slick-prev {*/
/*    bottom: 50%;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 32px;*/
/*    background-position: center;*/
/*    height: 48px;*/
/*    width: 48px;*/
/*    background-color: #9600FF;*/
/*    border-radius: 40px;*/
/*    z-index: 100;*/
/*}*/
/*.reviews__modal-slider .slick-next {*/
/*    background-image: url(../img/white-right.svg);*/
/*    right: 3%;*/
/*}*/
/*.reviews__modal-slider .slick-prev {*/
/*    background-image: url(../img/white-left.svg);*/
/*    left: 3%;*/
/*}*/
/*.reviews__modal-slider .slider__row {*/
/*    height: 92vh;*/
/*    overflow-y: auto;*/
/*    overflow-x: hidden;*/
/*}*/
/*.reviews__modal-slider .slider__row-video {*/
/*    flex: 0 1 40%;*/
/*    border-radius: 20px;*/
/*    overflow: hidden;*/
/*    display: flex;*/
/*}*/
/*.reviews__modal-slider .slider__row-content {*/
/*    flex: 1 0 60%;*/
/*    padding: 40px 40px 0 40px;*/
/*}*/
/*.reviews__modal-slider .slick-dots {*/
/*    bottom: -8px;*/
/*}*/
/*.reviews__modal-slider .slick-dots .slick-active > div {*/
/*    background: #b009c0 !important;*/
/*}*/
/*@media(max-width: 1250px) {*/
/*    .reviews__modal-slider .slider__item {*/
/*        padding: 0;*/
/*    }*/
/*    .reviews__modal-slider .slider__row {*/
/*        flex-direction: column-reverse;*/
/*    }*/
/*    .reviews__modal-slider .slider__row-video {*/
/*        flex: 1 0 100%;*/
/*    }*/
/*    .reviews__modal-slider .slider__row-content {*/
/*        flex: 1 0 auto;*/
/*        padding: 20px;*/
/*    }*/
/*}*/
@media (max-width: 1195px) {
    .modules-engineer .modul {
        min-height: 649px;
    }
}

@media (max-width: 1155px) {
    .modules-engineer .modul {
        min-height: 675px;
    }
}

@media (max-width: 1139px) {
    .modules-engineer .modul {
        min-height: 705px;
    }
}

@media (max-width: 1129px) {
    .modul {
        flex-direction: column;
    }

    .modul__text {
        order: -1;
    }

    .modul__info {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
    }

    .modul__info b {
        display: none;
    }

    .modul__image {
        flex-direction: initial;
        justify-content: flex-start;
        text-align: left;
    }

    .date_center_top::before {
        background-position: 50% 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .modules .slick-dots li:nth-child(1) {
        left: 15px;
    }

    .date_left_top::before {
        left: 70px;
    }

    .date_right_top::before {
        right: 70px;
    }

    .modules .slick-dots li:nth-child(3) {
        right: 15px;
    }

    .modules.modules_type_market .slick-dots li:nth-child(2) {
        right: 15px !important;
    }

    .modules-engineer .date_left_bot::before {
        left: 65px;
    }

    .modules-engineer .slick-dots li:nth-child(4) {
        left: 10px;
    }

    .date_right_bot::before {
        right: 65px;
    }

    .modules .slick-dots li:nth-child(5) {
        right: 15px;
    }
}

@media (max-width: 1051px) {
    .modules-engineer .modul {
        min-height: 735px;
    }
}

@media (max-width: 1007px) {
    .modules-engineer .modul {
        min-height: 768px;
    }
}

@media (max-width: 999px) {
    .modules-engineer .modul {
        min-height: 788px;
    }
}

@media (max-width: 984px) {
    .modules-engineer .modul {
        min-height: 808px;
    }
}

@media (max-width: 970px) {
    .modules-engineer .modul {
        min-height: 835px;
    }
}

@media (max-width: 955px) {
    .modules-engineer .modul {
        min-height: 855px;
    }
}

@media (max-width: 952px) {
    .modules-engineer .modul {
        min-height: 885px;
    }
}

@media (max-width: 931px) {
    .modules-engineer .modul {
        min-height: 915px;
    }
}

@media (max-width: 923px) {
    .modules-engineer .modul {
        min-height: 935px;
    }
}

@media (max-width: 918px) {
    .modules-engineer .modul {
        min-height: 955px;
    }
}

@media (max-width: 891px) {
    .modules__start, .modules__finish {
        display: none;
    }

    .modules__center {
        flex: 1 1 100%;
    }

    .modules-engineer .modul {
        min-height: 625px;
    }
}

@media (max-width: 891px) {
    .modules-engineer .modul {
        min-height: 655px;
    }
}

@media (max-width: 803px) {
    .modules-engineer .modul {
        min-height: 685px;
    }
}

@media (max-width: 751px) {
    .modules-engineer .modul {
        min-height: 735px;
    }
}

@media (max-width: 707px) {
    .modules-engineer .modul {
        min-height: 765px;
    }
}

@media (max-width: 699px) {
    .modules-engineer .modul {
        min-height: 795px;
    }
}

@media (max-width: 684px) {
    .modules-engineer .modul {
        min-height: 815px;
    }
}

@media (max-width: 670px) {
    .modules-engineer .modul {
        min-height: 835px;
    }
}

@media (max-width: 655px) {
    .modules-engineer .modul {
        min-height: 880px;
    }
}

@media (max-width: 631px) {
    .modules-engineer .modul {
        min-height: 910px;
    }
}

@media (max-width: 623px) {
    .modules-engineer .modul {
        min-height: 930px;
    }
}

@media (max-width: 618px) {
    .modules-engineer .modul {
        min-height: 954px;
    }
}

@media (max-width: 597px) {
    .modules-engineer .modul {
        min-height: 1004px;
    }
}

@media (max-width: 577px) {
    .modules-engineer .modul {
        min-height: 1034px;
    }
}

@media (max-width: 569px) {
    .modules-engineer .modul {
        min-height: 1074px;
    }
}

@media (max-width: 550px) {
    .date::before {
        display: none;
    }

    .modules .slick-dots li {
        width: 70px;
        height: 70px;
    }

    .modules .slick-dots li:nth-child(1),
    .modules .slick-dots li:nth-child(2),
    .modules .slick-dots li:nth-child(3),
    .modules.modules_type_market .slick-dots li:nth-child(2) {
        top: -90px;
    }

    .modules .slick-dots li button {
        width: 70px;
        height: 70px;
        background-size: 100px 100px;
    }

    .modules .slick-dots li button::before {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 25px;
    }

    .modules__date {
        margin-bottom: 0;
    }

    .modules .slick-dots li:nth-child(4) {
        bottom: -55px;
    }

    .modules .slick-dots li:nth-child(5) {
        bottom: -55px;
    }

    .modules-engineer {
        padding-bottom: 0px;
    }

    .modules-engineer .modules__date_type_bottom {
        min-height: 37px;
    }

    .modules-engineer .slider__item {
        padding-left: 20px;
        padding-right: 20px;
    }
	.title {
		font-size: 34px;
		line-height: 36px;
	}
}

@media (max-width: 393px) {
    .modules .slider__item {
        padding: 20px;
    }
}

@media (max-width: 372px) {
    .date {
        width: 100%;
    }

    .modul__image img {
        display: none;
    }
}

.promo-marketing::after {
    display: none;
}

.program_type_marketing .program__item,
.program_type_marketing .program__row {
    height: 540px;
}

.teachers--new .teachers__image {
    background: url("../img/bgteachers.png") no-repeat 50% 33px/200px 200px;
    margin-bottom: 0;
}

.teachers--new .teachers__row:not(:last-child) {
    margin-bottom: 20px;
}

.teachers--new .teachers__image--nobg {
    background: none;
}

.advantages-course_digital {
    padding-bottom: 100px;
}

.promo-digital {
    position: relative;
}

.promo-digital::after {
    display: none;
}

.promo-digital .promo__images {
    position: absolute;
    right: 0;
    bottom: 0;
}

.promo-digital .promo__image {
    max-width: 780px;
}

.promo-digital .promo__info h1 {
    font-size: 53px;
}

.promo-digital .promo__info p {
    max-width: 500px;
}

.about_digital .about__item {
    padding-top: 23px;
    padding-bottom: 23px;
}

.about_digital .about__text ul {
    margin: 0 0 0 20px;
}

.about_digital .about__text li {
    list-style: disc;
    margin-bottom: 10px;
}

.modules_digital {
    padding-top: 175px;
}

.modules_digital .modul__text,
.modules_digital .modul__text h4 {
    text-align: center;
}

.program_digital {
    padding-top: 0;
    margin-bottom: 50px;
}

.program_digital .program__row,
.program_digital .program__item {
    height: 580px;
}

.program_digital .slick-dots li.slick-active button {
    font-size: 0;
    display: flex;
    align-items: center;
}

.program_digital .slick-dots li.slick-active button::before {
    width: 100%;
}

.program_digital .slick-dots li.slick-active:first-child button::before {
    content: "Блок 1.1";
}

.program_digital .slick-dots li.slick-active:nth-child(2) button::before {
    content: "Блок 1.2";
}

.program_digital .slick-dots li.slick-active:nth-child(3) button::before {
    content: "Блок 2.1";
}

.program_digital .slick-dots li.slick-active:nth-child(4) button::before {
    content: "Блок 2.2";
}

.program_digital .slick-dots li.slick-active:nth-child(5) button::before {
    content: "Блок 2.3";
}

.program_digital .slick-dots li.slick-active:nth-child(6) button::before {
    content: "Блок 2.4";
}

.program_digital .slick-dots li.slick-active:nth-child(7) button::before {
    content: "Блок 3.1";
}

.program_digital .slick-dots li.slick-active:nth-child(8) button::before {
    content: "Блок 3.2";
}

.program_digital .slick-dots li.slick-active:nth-child(8) button::before {
    content: "Блок 3.2";
}

.program_digital .slick-dots li.slick-active:nth-child(9) button::before {
    content: "Блок 3.3";
}

.program_digital .slick-dots li.slick-active:nth-child(10) button::before {
    content: "Блок 3.4";
}

/* .teachers_digital .teachers__item {
	max-width: 274px;
} */
.teachers_digital .teachers__name {
    font-size: 17px;
}

.reviews_digital .slider__image img {
    height: 150px;
    object-fit: cover;
    object-position: 50% 0;
    box-shadow: 0 0 20px rgb(0 25 240 / 50%), 0 0 40px #f000fa80;
}

.success {
    margin-bottom: 0;
    height: calc(100vh - 656px);
    min-height: 200px;
    display: flex;
    align-items: center;
}

.about__list {
    margin-left: 30px;
    margin-right: 60px;
    margin-bottom: 30px;
}

.about__list li {
    list-style: disc;
}

.banner-duration {
    padding: 80px 0;
}

.banner__row .banner__text {
    border-right: 0;
    margin: 0 auto;
    padding-right: 0;
    max-width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    font-family: "HeliosExtC", sans-serif;
}

.banner__text strong {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

.accordion-body ul {
    margin-left: 15px;
}

.accordion-body ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}

.accordion-base .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 24px;
    border: 2px solid #3c18c8;
    padding: 8px 32px;
    display: inline-block;
    border-radius: 0;
}

.accordion-base .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.registration {
    background: url(../img/bgenrol.png) no-repeat 0 -150px/auto 752px;
    padding: 80px 0 0;
}

.registration .container {
    max-width: 1240px;
}

.registration__title {
    text-align: center;
    margin-bottom: 30px;
}

.registration__buttons {
    text-align: center;
    margin-bottom: 40px;
}

.registration__link {
    padding: 16px 32px;
    background: rgba(0, 25, 255, 0.2);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border: 1px solid #0a0848;
}

.registration__text {
    text-align: center;
    margin-bottom: 20px;
}

.registration__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 0;
}

.registration__item {
    flex-basis: 52%;
    max-width: 610px;
    background: url("../img/registration/bg-item.png") no-repeat 0 0;
    height: 202px;
    padding: 16px 92px 16px 64px;
    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;
    counter-increment: count;
}

.registration__item:nth-child(2n) {
    margin-left: -40px;
}

.registration__item:before {
    content: counter(count, decimal-leading-zero);
    font-family: "HeliosExtC", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #ff00ff;
}

@media (max-width: 1300px) {
    .registration__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
        flex: 1 1 45%;
        background-size: 100% 100%;
    }
}

@media (max-width: 1100px) {
    .registration__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .registration__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .registration__item:nth-child(2n) {
        margin: 0;
    }
}

@media (max-width: 600px) {
    .registration__item {
        height: auto;
        min-height: 200px;
    }
}

.buttons__link_base {
    background: -webkit-gradient(linear, left top, right top, from(#9600ff), to(#0019ff));
    background: linear-gradient(90deg, #9600ff 0%, #0019ff 100%);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 25, 240, 0.5), 0px 0px 40px rgba(240, 0, 250, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 25, 240, 0.5), 0px 0px 40px rgba(240, 0, 250, 0.5);
    padding: 8px 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0;
}

.buttons__link_base:hover {
    background: -webkit-gradient(linear, left top, right top, from(#0019ff), to(#9600ff));
    background: linear-gradient(90deg, #0019ff 0%, #9600ff 100%);
}

.header__partners_base {
    flex-grow: 1;
    justify-content: flex-end;
    margin-right: 60px;
}

.teachers--base {
    padding-top: 60px;
}

@media (max-width: 850px) {
    .header__partners_base {
        margin-right: 0px;
    }

    .header__logo, .header__logo img {
        margin: 0;
    }
}

.what-learn__item_1_design {
    background-image: url("../img/what-learn-design/what-learn1-base.png");
}

.what-learn__item_2_design {
    background-image: url("../img/what-learn-design/what-learn2-base.png");
}

.what-learn__item_3_design {
    background-image: url("../img/what-learn-design/what-learn3-base.png");
}

.what-learn__item_4_design {
    background-image: url("../img/what-learn-design/what-learn4-base.png");
}

.what-learn__item_5_design {
    background-image: url("../img/what-learn-design/what-learn5-base.png");
}

.what-learn__item_6_design {
    background-image: url("../img/what-learn-design/what-learn6-base.png");
}

.what-learn__item_7_design {
    background-image: url("../img/what-learn-design/what-learn7-base.png");
}

.what-learn__item_8_design {
    background-image: url("../img/what-learn-design/what-learn8-base.png");
}

.slider__user_top_line {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
}

.slider__user_course, .slider__user_copy_btn {
    padding: 5px 10px;
    background: rgba(150, 0, 255, 0.4);
    backdrop-filter: blur(25px);
    border-radius: 10px;
    font-size: 12px;
    line-height: 16px;
    font-family: HeliosExtC,sans-serif;
}

.slider__user_copy_btn {
    margin-left: 4px;
    padding: 5px;
    cursor: pointer;
}

.reviews__slider .slider__row {
    background: rgba(150, 0, 255, 0.4);
    backdrop-filter: blur(4px);
}

.reviews__modal-slider {
    padding: 20px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews__modal-slider .slider__item {
    padding: 0 8vw;
}

.reviews__modal-slider .slick-next:before, .reviews__modal-slider .slick-prev:before {
    content: '';
}

.reviews__modal-slider .slick-next, .reviews__modal-slider .slick-prev {
    bottom: 50%;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
    height: 48px;
    width: 48px;
    background-color: #9600FF;
    border-radius: 40px;
    z-index: 100;
}

.reviews__modal-slider .slick-next {
    background-image: url(../img/white-right.svg);
    right: 3%;
}

.reviews__modal-slider .slick-prev {
    background-image: url(../img/white-left.svg);
    left: 3%;
}

.reviews__modal-slider .slider__row {
    height: 85vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.reviews__modal-slider .slider__row-video {
    flex: 0 1 36%;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
}

.reviews__modal-slider .slider__row-video iframe * {
    height: 100% !important;
}

.reviews__modal-slider .slider__row-content {
    flex: 1 0 64%;
    padding: 40px 40px 35px 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.reviews__modal-slider .slider__description {
    flex: 1 1 auto;
    overflow: auto;
    padding-right: 10px;
    scrollbar-width: thin;
    scrollbar-color: #fff transparent;
}

.reviews__modal-slider .slider__description p:not(:last-child) {
    margin-bottom: 16px;
}
.reviews__modal-slider .slider__description::-webkit-scrollbar {
    width: 4px;
}

.reviews__modal-slider .slider__description::-webkit-scrollbar-track {
    background: transparent;
}

.reviews__modal-slider .slider__description::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 31px;
}

.reviews__modal-slider .slick-dots {
    bottom: -8px;
}

.reviews__modal-slider .slick-dots .slick-active > div {
    background: #b009c0 !important;
}
.copy-notify {
    position: fixed;
    bottom: 20px;
    left: calc(45% - 120px);
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    background: rgba(150, 0, 255, 0.6);
    color: #FFFFFF;
    z-index: 100;
}

@media (max-width: 1250px) {
    .reviews__modal-slider .slider__item {
        padding: 0;
    }

    .reviews__modal-slider .slider__row {
        flex-direction: column !important;
    }

    .reviews__modal-slider .slider__row-video {
        order: 2;
        flex: 1 0 100%;
    }

    .reviews__modal-slider .slider__row-content {
        order: 1;
        flex: 1 0 auto;
        padding: 20px;
    }
}
.d-flex {
	display: flex;
} 
.align-items-center {
	align-items: center;
}
.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important;
}
.reviews__link {
	text-align: center;
	padding-top: 40px;
}
.reviews__all {
	display: inline-block;
	margin: 0 auto;
	width: 240px;
	padding: 16px;	
	font-family: 'Play', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;

	border-radius: 10px;
	border: 2px solid rgba(180, 0, 200, 1);	
	transition: all 0.6s;
}
.reviews__all:hover {
	border: 2px solid rgba(130, 0, 240, 1);
}