body {
    background: url("../img/bg-start/webp/bgbottom.webp") no-repeat right 120px
            bottom 60px,
        url("../img/bg-start/webp/kurs-left.webp") no-repeat 0 2500px,
        url("../img/bg-start/webp/bgrequirements.webp") no-repeat 0 1270px,
        url("../img/bg-start/webp/left-new.webp") no-repeat 0 1100px,
        url("../img/bg-start/webp/cub-right-express.webp") no-repeat right
            5350px,
        url("../img/bg-start/webp/promo-right-bot.webp") no-repeat right top,
        #0a0019;
    font-size: 18px;
    line-height: 24px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    min-width: 350px;
}
.bgtraffic {
    background: url("../img/bg-start/webp/kurs-left.webp") no-repeat 0 2500px,
        url("../img/bg-start/webp/bgrequirements.webp") no-repeat 0 1270px,
        url("../img/bg-start/webp/left-new.webp") no-repeat 0 1100px,
        url("../img/bg-start/webp/cub-right-express.webp") no-repeat right
            5350px,
        url("../img/bg-start/webp/promo-right-bot.webp") no-repeat right top,
        #0a0019;
}
main {
    background: none;
}
.title {
    font-weight: 400;
    position: relative;
    z-index: 99;
}
#friend .header-express .buttons__link {
    margin-left: 40px;
}
#friend .buttons__link {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
}
.buttons__link {
    background: linear-gradient(90deg, #b400c8 0%, #9600ff 100%, #8200f0 100%);
    box-shadow: 0px 0px 20px rgba(0, 25, 240, 0.5),
        0px 0px 40px rgba(240, 0, 250, 0.5);
    border-radius: 8px;
}
.header__logo {
    margin-left: 0;
}
#cources .header__logo,
#cources .footer__logo,
#friend .header__logo,
#friend .footer__logo {
    margin-left: -50px;
}
#cources .footer__logo,
#friend .footer__logo {
    margin-top: -40px;
    display: block;
}
.bgtraffic .header__banners-auth {
    gap: 25px;
}
/* .header__logo img {
	margin-top: 0;
} */
.footer {
    background: rgba(150, 0, 255, 0.1);
    backdrop-filter: blur(25px);
}
.footer__info {
    /* border-top: 1px solid rgba(255, 255, 255, 0.4);
	padding-top: 25px;
	display: none; */
}
.promo {
    background: url("../img/bg-start/webp/promo-left.webp") no-repeat left top;
    padding-bottom: 0;
    padding-top: 0;
    overflow: visible;
}
#cources .promo__row::before,
#cources .promo__row::after {
    display: none;
}
.promo .contain {
    overflow: visible;
}
.promo h1 {
    font-family: "Furore", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 40px;
    max-width: 300px;
}
.promo h1.promo__title {
    font-size: 30px;
    line-height: 40px;
}
.promo h1.promo__title b {
    display: block;
    font-size: 60px;
    line-height: 80px;
    font-weight: 400 !important;
}
.promo__row {
    display: flex;
}
#cources .promo__row {
    align-self: flex-end;
}
.promo__text {
}
#cources .promo__text {
    padding-top: 40px;
    margin-bottom: 80px;
    position: relative;
    z-index: 999;
}
#cources .promo__text_spec {
	margin-bottom: 135px;
}
#cources .promo-express__text_type_python {
    padding-top: 80px;
}
.promo__text_type_width {
    min-width: 450px;
    max-width: 400px;
}
.promo .promo__text_type_width h1 {
    min-width: 500px;
}

.promo__buttons {
    margin-top: 128px;
    display: flex;
    gap: 40px;
	align-items: center;
}
.promo__butons_type_marg {
    margin-top: 0px;
}
.promo__link,
.register_button {
    font-family: Play, sans-serif;
    font-size: 22px;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 60px;
    box-shadow: 0px 0px 2px #f00050, 0px 0px 2px #0019f0;
    border-radius: 8px;
    transition: all 0.8s ease-in-out;
}
.promo__link:hover,
.register_button:hover {
    background: linear-gradient(90deg, #8200f0 0%, #b400c8 100%, #9600ff 100%);
    cursor: pointer;
}
.promo__course {
    background: linear-gradient(90deg, #b400c8 0%, #9600ff 100%, #8200f0 100%);
}
.promo__course:hover {
    background: linear-gradient(90deg, #8200f0 0%, #b400c8 100%, #9600ff 100%);
}
.promo .container {
    padding-right: 0;
}
.promo__image {
    flex: 1 1 auto;
    position: relative;
}
.promo__image_type_img {
    /* background: url('../img/bg-start/bgpromo-image.png') no-repeat right top/600px auto; */
    align-items: flex-start;
    /* overflow: hidden; */
    /* margin-top: 80px; */
}
.promo__image_type_img img {
    /* min-width: 106%; */
    min-width: 100%;
    margin: 0px 0 0 0;
    position: absolute;
    z-index: 9;
}
.promo__image_type_img img.img-big {
    min-width: 123%;
    bottom: 25px;
}
.promo__image_type_img img.img-big_ovz {
    min-width: 142%;
}
@media (max-width: 1668px) {
    .promo__image_type_img img.img-big {
        min-width: 130%;
    }
    .promo__image_type_img img.img-big_ovz {
        min-width: 142%;
    }
}
@media (max-width: 1639px) {
    .promo__image_type_img img.img-big {
        min-width: 127%;
    }
    .promo__image_type_img img.img-big_ovz {
        min-width: 142%;
    }
}
@media (max-width: 1596px) {
    .promo__image_type_img {
        position: relative;
    }
    .promo__image_type_img img.img-big {
        min-width: 124%;
        position: absolute;
        bottom: 25px;
    }
    .promo__image_type_img img.img-big_ovz {
        min-width: 142%;
    }
}
@media (max-width: 1552px) {
    .promo__image_type_img img.img-big {
        min-width: 120%;
    }
    .promo__image_type_img img.img-big_ovz {
        min-width: 142%;
    }
}
@media (max-width: 1494px) {
    .promo__image_type_img img.img-big {
        min-width: 116%;
    }
    .promo__image_type_img img.img-big_ovz {
        min-width: 142%;
    }
}
@media (max-width: 1436px) {
    .promo__image_type_img img.img-big {
        min-width: 115%;
    }
    .promo__image_type_img img.img-big_ovz {
        min-width: 142%;
    }
}
@media (max-width: 1421px) {
    .promo__image_type_img img.img-big {
        min-width: 114%;
    }
    .promo__image_type_img img.img-big_ovz {
        min-width: 142%;
    }
}
@media (max-width: 1407px) {
    .promo__image_type_img img.img-big {
        min-width: 113%;
    }
    .promo__image_type_img img.img-big_ovz {
        min-width: 142%;
    }
}
@media (max-width: 1392px) {
    .promo__image_type_img img.img-big {
        min-width: 112%;
    }
    .promo__image_type_img img.img-big_ovz {
        min-width: 142%;
    }
}
@media (max-width: 1378px) {
    .promo__image_type_img img.img-big {
        min-width: 111%;
    }
    .promo__image_type_img img.img-big_ovz {
        min-width: 142%;
    }
}
@media (max-width: 1363px) {
    .promo__image_type_img img.img-big {
        min-width: 110%;
    }
    .promo__image_type_img img.img-big_ovz {
        min-width: 142%;
    }
}
@media (max-width: 1349px) {
    .promo__image_type_img img.img-big {
        min-width: 109%;
    }
    .promo__image_type_img {
        overflow: visible;
    }
    .promo__image_type_img img.img-big_ovz {
        min-width: 142%;
    }
}
@media (max-width: 1334px) {
    .promo__image_type_img img.img-big {
        min-width: 108%;
    }
    .promo__image_type_img img.img-big_ovz {
        min-width: 142%;
    }
}
@media (max-width: 1320px) {
    .promo__image_type_img img.img-big {
        min-width: 107%;
    }
    .promo__image_type_img img.img-big_ovz {
        min-width: 142%;
    }
}
@media (max-width: 1305px) {
    .promo__image_type_img img.img-big {
        min-width: 106%;
    }
    .promo__image_type_img img.img-big_ovz {
        min-width: 142%;
    }
}
@media (max-width: 1291px) {
    .promo__image_type_img img.img-big {
        min-width: 105%;
    }
    .promo__image_type_img img.img-big_ovz {
        min-width: 142%;
    }
}
@media (max-width: 1276px) {
    .promo__image_type_img img.img-big {
        min-width: 104%;
    }
    .promo__image_type_img img.img-big_ovz {
        min-width: 142%;
    }
}
@media (max-width: 1262px) {
    .promo__image_type_img img.img-big {
        min-width: 103%;
    }
    .promo__image_type_img img.img-big_ovz {
        min-width: 140%;
        margin-left: -100px;
    }
}
@media (max-width: 1247px) {
    .promo__image_type_img img.img-big {
        min-width: 126%;
    }
    .promo__image_type_img img.img-express-big {
        margin-left: -100px !important;
    }
    .promo__image_type_img {
        /* overflow: hidden; */
        align-items: flex-end;
        display: flex;
    }
}
@media (max-width: 1100px) {
    .promo__image_type_img img.img-big {
        bottom: 50%;
        transform: translateY(50%);
    }
    .promo__image_type_img img.img-big_ovz {
        bottom: 25px;
        transform: translateY(0);
    }
}
.promo__image_type_img img.img-marg {
    margin-top: 4px;
}
.promo__image::before {
    content: "";
    display: block;
    width: 130px;
    height: 120px;
    position: absolute;
    background: url("../img/bg-start/webp/promo-cub.webp") no-repeat 0 0;
    top: -30px;
}
.promo__image::after {
    content: "";
    display: block;
    width: 170px;
    height: 242px;
    position: absolute;
    background: url("../img/bg-start/webp/promo-right.webp") no-repeat 0 0;
    bottom: -20px;
    right: -70px;
    display: none;
}
.promo__image_type_img::before {
    display: none;
}
.promo__image img {
    max-width: 100%;
}
.we-teach {
    background: rgba(150, 0, 255, 0.1);
    backdrop-filter: blur(25px);
    padding-bottom: 80px;
    margin-top: -26px;
    z-index: 9;
    position: relative;
}
.we-teach__row {
    display: flex;
    gap: 20px;
    margin-bottom: 80px;
    justify-content: center;
}
.we-teach__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-radius: 20px;
    border: 1px solid #787195;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    padding: 16px;
    max-width: 300px;
    min-width: 300px;
    align-items: center;
    text-align: center;
    margin-top: -60px;
    position: relative;
}
#cources .we-teach__item {
    min-width: 270px;
    max-width: 270px;
    padding-left: 10px;
    padding-right: 10px;
}
#cources .we-teach__item p {
    min-height: 48px;
    display: flex;
    align-items: center;
}
.we-tearch__image {
}
.we-teach__information {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    line-height: 24px;
}
.we-teach__information h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #ff00ff;
    margin-bottom: 16px;
}
#cources .we-teach__information {
    max-width: 100%;
}
.we-teach__text {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.we-teach__text_type-1 {
    margin-top: 80px;
}
.we-teach__text:not(:last-child) {
    margin-bottom: 16px;
}
.we-teach__lasting {
    background: #a064ff;
    backdrop-filter: blur(25px);
    border-radius: 20px;
    display: inline-block;
    margin: 40px auto 16px;
    padding: 20px 32px;
    font-size: 20px;
    font-weight: 600;
}
#banner {
    z-index: 9;
    position: relative;
}
.programs {
    background: url("../img/bg-start/webp/bgprogram-center.webp") no-repeat
            150px 150px,
        url("../img/bg-start/webp/bgprogram-right-bot.webp") no-repeat right
            bottom 190px;
    padding: 80px 0 80px 0;
    position: relative;
}
.programs .title {
    z-index: 9;
    position: relative;
}
.programs::before {
    content: "";
    display: block;
    width: 285px;
    height: 572px;
    background: url("../img/bg-start/webp/bgprogram-left-top.webp") no-repeat 0
        0;
    position: absolute;
    top: -280px;
    z-index: 0;
}
.programs__row {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.programs__item {
    background: linear-gradient(
        292deg,
        rgba(160, 100, 255, 0.2) 0%,
        rgba(10, 0, 25, 0) 100%
    );
    backdrop-filter: blur(25px);
    border-radius: 20px;
    border: 1px solid #915c6e;
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    justify-content: space-between;
}
.programs__item_type_image-1 {
    background: url("../img/img-course/course-1.png") no-repeat 100% 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        );
}
.programs__item_type_image-2 {
    background: url("../img/img-course/course-2.png") no-repeat 0 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        );
}
.programs__item_type_image-3 {
    background: url("../img/img-course/course-3.png") no-repeat 100% 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        );
}
.programs__item_type_image-4 {
    background: url("../img/img-course/course-4.png") no-repeat 0 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        );
}
.programs__subtitle {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #ff00ff;
    font-family: HeliosExtC, sans-serif;
    max-width: 380px;
    margin-bottom: 20px;
}
.programs__info {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}
.programs__item:nth-child(2n) .programs__info,
.programs__item:nth-child(2n) .programs__subtitle {
    text-align: right;
    margin-left: auto;
}
.program .program__slider {
    margin-bottom: 0;
}
.program .program__slider.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.ic-hour {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
}
.ic-project {
    display: flex;
    gap: 8px;
    align-items: center;
}

.ic-hour::before,
.ic-project::before {
    content: "";
    width: 32px;
    height: 32px;
    display: block;
}
.ic-hour::before {
    background: url("../img/icons/clock.svg");
}
.ic-project::before {
    background: url("../img/icons/calendar.svg");
}

.programs__item:nth-child(2n) .programs__info .ic-hour {
    justify-content: flex-end;
}
.button,
.register_button {
    padding: 0;
}
.button:after,
.register_button::after {
    background-image: url("../img/arrow-but.svg");
    content: "";
    display: inline-block;
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
    width: 30px;
}
@media (max-width: 1359px) {
    .promo__image::after {
        display: none;
    }
}
@media (max-width: 1100px) {
    .we-teach {
        margin-top: -27px;
    }
    .promo__buttons {
        margin-top: 70px;
    }
}
@media (max-width: 1155px) {
    .we-teach__row {
        flex-wrap: wrap;
        padding-top: 40px;
    }
}
@media (max-width: 1030px) {
    .promo__image::before {
        display: none;
    }
    .promo__text {
        padding-bottom: 150px;
    }
    .bgtraffic .promo__discound {
        text-align: center;
    }
}

@media (max-width: 950px) {
    .promo__text {
        padding-bottom: 100px;
    }
    .promo__image {
        display: none;
    }
    .bgtraffic .promo .container {
        padding-right: 30px;
    }
    .bgtraffic .promo__row {
        flex-direction: column;
    }
    .bgtraffic .promo__image {
        display: block;
    }
    .bgtraffic .promo__image_type_img {
        overflow: visible;
        margin-bottom: 20px;
    }

    .we-teach__item {
        margin-top: 0;
    }
}
@media (max-width: 900px) {
    .programs__item {
        background: linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        );
        justify-content: center;
        text-align: center;
    }
    .programs__item h3 {
        margin: 0 auto 30px;
    }

    .programs__item:nth-child(2n) .programs__subtitle {
        text-align: center;
        justify-content: center;
        margin-left: auto;
    }
    .programs__info,
    .programs__item:nth-child(2n) .programs__info {
        margin-left: 0;
        text-align: center;
        justify-content: center;
    }
    .programs__subtitle {
        margin-left: auto;
        text-align: center;
        justify-content: center;
    }
    .ic-hour,
    .ic-project {
        justify-content: center;
    }
    .programs__item:nth-child(2n) .programs__info .ic-hour,
    .programs__item:nth-child(2n) .programs__info .ic-project {
        margin-left: 0;
        justify-content: center;
    }
}
@media (max-width: 600px) {
    .programs__subtitle {
        font-size: 24px;
        line-height: 33px;
    }
    .promo__text {
        flex: 1 1 auto;
        max-width: 100%;
    }
    .promo h1 {
        margin: 0 auto 32px;
    }
    .programs__item {
        padding: 20px;
    }
    .bgtraffic .header__banners-auth {
        flex-wrap: wrap;
        justify-content: center;
    }
    .bgtraffic .header {
        margin-bottom: 0px;
    }
    .bgtraffic .promo__text {
        padding-bottom: 50px;
    }
}
#cources .program__info {
    align-items: center;
}
.program__info ol {
  max-width: 60%;
}
.program__image {
    /* margin-right: 70px; */
		align-self: end;
		margin-right: 0;
		max-height: 450px;
		position: absolute;
		bottom: 0;
		right: 0;
}

.program__image img {
	max-height: 450px;
}

.program--sim .program__image img {
	max-height: 230px;
}

@media(max-width: 1130px) {
	.program__image {
		max-height: 400px;
	}
}
#cources .program__info span {
    color: #ff00ff;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin-bottom: 20px;
}
#cources .title {
    /* text-shadow: 0px 0px 4px #FF007A, 0px 0px 10px rgba(255, 255, 255, 0.5); */
    text-align: center;
}
#cources .requirements {
    padding-top: 80px;
    background: url("../img/bg-start/webp/bgprogram-right-bot.webp") no-repeat
        right bottom 50px;
}
#cources .advantages-course__item {
    min-height: 160px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    justify-content: space-between;
}
#cources .advantage-course__text {
    min-height: 52px;
    display: flex;
    align-items: center;
}
.advantage-course:before {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: normal;
}
#cources .fit {
    /* background: url("../img/bg-start/kurs-left.png") no-repeat 0 0; */
    background: none;
    position: relative;
    padding: 80px 0;
}
#cources .fit .container {
    position: relative;
}
#cources .fit-python .container {
    max-width: 1206px;
}
#cources .fit .container::after {
    content: "";
    width: 100px;
    height: 100px;
    background: url("../img/bg-start/webp/circle-right-exp.webp");
    position: absolute;
    top: -100px;
    left: -50px;
}
#cources .fit:before,
#cources .fit-python:after {
    display: none;
}
.fit-express .fit__title {
    margin-bottom: 5px;
    background: url(../img/bgfit-title.png) no-repeat 100% 0;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 480px;
    padding-top: 83px;
}
.fit-express .fit__title::after {
    left: -49px;
    top: -10px;
    content: none;
}
.fit-express .fit__image {
    /* box-shadow: 0px 0px 30px #F00050 0px 0px 60px #0019F0; */
    border: 0;
    background: url("../img/circl.png") no-repeat 50% 50%;
}
#cources .program {
    background: none;
}
#cources .what-learn {
    background: none;
}
#cources .what-learn::before,
#cources .what-learn::after {
    display: none;
}
#cources .can-learn {
    background: rgba(150, 0, 255, 0.1);
    backdrop-filter: blur(25px);
}
#cources .can-learn::before {
    display: none;
}
#cources .can-learn__title {
    margin-bottom: 10px;
}
#cources .color {
    color: #ff00ff;
}
#cources .can-learn__subtitle {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 60px;
}
#cources .can-learn__info {
    flex: 1 1 auto;
    justify-content: center;
    text-align: center;
}
#cources .can-learn__info ul {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}
#cources .can-learn__info ul li {
    list-style: disc;
    text-align: center;
    display: inline-flex;
    /* align-items: center; */
    margin: 0 auto 10px;
}
#cources .can-learn__info ul li::before {
    content: "";
    min-width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    margin-right: 7px;
    margin-top: 7px;
}
@media (max-width: 500px) {
    #cources .can-learn__info ul li {
        text-align: left;
        margin: 0 0 10px;
    }
}
#cources .can-learn__links {
    justify-content: center;
}
#cources .can-learn__link .button,
#cources .can-learn__link .link {
    width: 200px;
    height: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
}
#cources .can-learn__link .link {
    box-shadow: 0px 0px 30px #f00050 0px 0px 60px #0019f0;
}
#cources .what-learn {
    background: url("../img/bg-start/webp/circle-left.webp") no-repeat 0 60%;
}
#cources .what-learn__item {
    border: 1px solid #372f43;
}
#cources .what-learn__item_1 {
    background: url("../img/what-learn1.png") no-repeat 100% 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        ),
        rgba(255, 255, 255, 0.05);
}
#cources .what-learn__item_2 {
    background: url("../img/what-learn2.png") no-repeat 100% 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        ),
        rgba(255, 255, 255, 0.05);
}
#cources .what-learn__item_3 {
    background: url("../img/what-learn3.png") no-repeat 100% 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        ),
        rgba(255, 255, 255, 0.05);
}
#cources .what-learn__item_4 {
    background: url("../img/what-learn4.png") no-repeat 100% 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        ),
        rgba(255, 255, 255, 0.05);
}
#cources .what-learn__item_5 {
    background: url("../img/what-learn5.png") no-repeat 100% 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        ),
        rgba(255, 255, 255, 0.05);
}
#cources .what-learn__item_6 {
    background: url("../img/what-learn6.png") no-repeat 100% 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        ),
        rgba(255, 255, 255, 0.05);
}
#cources .what-learn__item_teach_1 {
    background: url("../img/what-learn1_teach.png") no-repeat 100% 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        ),
        rgba(255, 255, 255, 0.05);
}
#cources .what-learn__item_teach_2 {
    background: url("../img/what-learn2_teach.png") no-repeat 100% 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        ),
        rgba(255, 255, 255, 0.05);
}
#cources .what-learn__item_teach_3 {
    background: url("../img/what-learn3_teach.png") no-repeat 100% 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        ),
        rgba(255, 255, 255, 0.05);
}
#cources .what-learn__item_teach_4 {
    background: url("../img/what-learn4_teach.png") no-repeat 100% 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        ),
        rgba(255, 255, 255, 0.05);
}
#cources .what-learn__item_teach_5 {
    background: url("../img/what-learn5_teach.png") no-repeat 100% 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        ),
        rgba(255, 255, 255, 0.05);
}
#cources .what-learn__item_teach_py_1 {
    background: url("../img/what-learn1_teach-py.png") no-repeat 100% 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        ),
        rgba(255, 255, 255, 0.05);
}
#cources .what-learn__item_teach_py_2 {
    background: url("../img/what-learn2_teach-py.png") no-repeat 100% 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        ),
        rgba(255, 255, 255, 0.05);
}
#cources .what-learn__item_teach_py_3 {
    background: url("../img/what-learn3_teach-py.png") no-repeat 100% 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        ),
        rgba(255, 255, 255, 0.05);
}
#cources .what-learn__item_teach_py_4 {
    background: url("../img/what-learn4_teach-py.png") no-repeat 100% 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        ),
        rgba(255, 255, 255, 0.05);
}
#cources .what-learn__item_teach_py_5 {
    background: url("../img/what-learn5_teach-py.png") no-repeat 100% 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        ),
        rgba(255, 255, 255, 0.05);
}
#cources .what-learn__item_teach_py_6 {
    background: url("../img/what-learn6_teach-py.png") no-repeat 100% 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        ),
        rgba(255, 255, 255, 0.05);
}
#cources .what-learn__item_teach_py_7 {
    background: url("../img/what-learn7_teach-py.png") no-repeat 100% 0,
        linear-gradient(
            292deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        ),
        rgba(255, 255, 255, 0.05);
}
#cources .module {
    background: url("../img/bg-start/webp/circle-left.webp") no-repeat 0 42%;
}
#cources .module .title {
    position: relative;
}
#cources .module .title::after {
    content: "";
    width: 80px;
    height: 80px;
    background: url("../img/bg-start/webp/circle80.webp") no-repeat 0 0;
    position: absolute;
    right: 70px;
    top: -50px;
    z-index: 1;
}
#cources .module__row {
    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);
}
#cources .module__name {
    font-size: 24px;
    line-height: 32px;
}
#cources .molule__date {
    color: #ff00ff;
    font-size: 12px;
    line-height: 16px;
    padding-top: 20px;
}
#cources .molule__date p {
    margin-bottom: 20px;
}
#cources .module__name p {
    font-size: 12px;
    line-height: 16px;
    max-width: 310px;
}
#cources .program .container {
    position: relative;
}
#cources .program .container::after {
    content: "";
    width: 100px;
    height: 100px;
    background: url("../img/bg-start/webp/circle-right-exp.webp");
    position: absolute;
    bottom: 80px;
    right: -120px;
	display: none;
}
#cources .program__info ol li {
    list-style: none;
}
#cources .program__item.big-height,
#cources .program__item.big-height .program__row {
    height: 580px;
		position: relative;
}

#cources .program--sim .program__item.big-height,
#cources .program--sim .program__item.big-height .program__row {
    height: 320px;
		position: relative;
}
@media (max-width: 1400px) {
    #cources .program .container::after {
        display: none;
    }
}
@media (max-width: 1200px) {
    .program__image {
        margin-right: 0;
    }
}

@media (max-width: 1090px) {
    .promo__image_type_img img.img-big {
        /* min-width: 100%; */
        bottom: 44%;
    }
    .promo__buttons {
        margin-top: 20px;
    }
    .fit__title::after {
        left: 0px;
        top: -45px;
    }
}
@media (max-width: 1030px) {
    #cources .promo__text {
        padding-top: 40px;
        margin-bottom: 0;
        padding-right: 30px;
    }
    #cources .fit::after {
        display: none;
    }
    #cources .module {
        background: none;
    }
    #cources .program__info img {
        display: none;
    }
		#cources .program__info ol {
			max-width: 100%;
		}
    .promo__information {
        text-align: center;
    }
    .promo__buttons {
        text-align: center;
    }
    .register_button {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 950px) {
    .promo__text_type_width {
        max-width: 100%;
    }
    #cources .module .title::after {
        display: none;
    }
}
@media (max-width: 700px) {
    .program .slick-dots:after {
        display: none;
    }
    #cources .program__item.big-height,
    #cources .program__item.big-height .program__row {
        height: 690px;
    }
    #cources .program--start .program__item.big-height,
    #cources .program--start .program__item.big-height .program__row {
        height: 450px;
    }

		#cources .program--sim .program__item.big-height,
    #cources .program--sim .program__item.big-height .program__row {
        height: 300px;
    }
}
@media (max-width: 600px) {
    body {
        background: url("../img/bg-start/webp/kurs-left.webp") no-repeat 0
                2500px,
            url("../img/bg-start/webp/bgrequirements.webp") no-repeat 0 1270px,
            url("../img/bg-start/webp/promo-right-bot.webp") no-repeat right 75%,
            url("../img/bg-start/webp/bgfit-right.webp") no-repeat right 60%,
            url("../img/bg-start/webp/promo-right-bot.webp") no-repeat right top,
            #0a0019;
    }
    .promo {
        background: none;
    }
    .promo__text_type_width {
        min-width: 100%;
    }
    .we-teach__row {
        margin-bottom: 40px;
    }
    .fit__title {
        margin: 0 auto 70px;
        max-width: 350px;
        padding: 62px 0 72px;
    }
    .fit__title:after {
        width: 300px;
        height: 300px;
        background-size: cover;
    }
}
@media (max-width: 550px) {
    .fit__title {
        background: none;
    }
    .bgtraffic .promo__image_type_img {
        padding-bottom: 50px;
    }
    #cources .program__item.big-height,
    #cources .program__item.big-height .program__row {
        height: 750px;
    }
		#cources .program--sim .program__item.big-height,
    #cources .program--sim .program__item.big-height .program__row {
        height: 350px;
    }
    #cources .fit {
        padding-top: 0;
    }
}
@media (max-width: 450px) {
    .program__text {
        font-size: 16px;
        line-height: 22px;
    }
		#cources .program--start .program__item.big-height,
    #cources .program--start .program__item.big-height .program__row {
        height: 490px;
    }
}
@media (max-width: 445px) {
    .bgtraffic .promo .container {
        padding-right: 13px;
    }
}
@media (max-width: 405px) {
    .header__banners-auth {
        gap: 30px;
    }
    #cources .program__item.big-height,
    #cources .program__item.big-height .program__row {
        height: 800px;
    }
		#cources .program--sim .program__item.big-height,
    #cources .program--sim .program__item.big-height .program__row {
        height: 320px;
    }
}
@media (max-width: 380px) {
    #cources .program__item.big-height,
    #cources .program__item.big-height .program__row {
        height: 850px;
    }
		#cources .program--sim .program__item.big-height,
    #cources .program--sim .program__item.big-height .program__row {
        height: 350px;
    }
}
#cources .content {
    padding: 80px 0;
}

#cources .content__row {
    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 #fff6;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 35px 39px 38px 40px;
}
#cources .content ul {
    margin: 0 0 20px 30px;
}
#cources .content ul li {
    list-style: disc;
}

#cources .content h3 {
    font-family: RoadRadio, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 50px;
    margin-bottom: 10px;
}
.modules {
    padding-top: 80px;
    padding-bottom: 80px;
}
.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;
    font-family: Play, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
}
.modules__finish {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 140px;
    font-family: Play, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
}
.modules__center {
    flex: 1 1 auto;
    overflow: hidden;
    padding-top: 15px;
}
.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: 526px;
    padding: 20px 40px;
}
.modul {
    display: flex;
    gap: 20px;
    /* font-size: 16px;
	line-height: 24px; */
    min-height: 420px;
}
.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;
}
.modul__image {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modul__info img {
    max-width: 100px;
    margin: 0 auto 20px;
}
.modul__info b,
.modul__text h4 {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    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: 65px;
}
.date {
    width: 340px;
    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;
    font-family: Play, sans-serif;
}
.date__year {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    margin-top: 30px;
    font-size: 22px;
    line-height: 28px;
    font-family: Play, sans-serif;
}
.modules__date_type_bottom .date__year {
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 33px;
}
.modules .slick-dots li {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.modules .slick-dots li:nth-child(1) {
    position: absolute;
    top: -760px;
    left: 85px;
    z-index: 99;
}
.modules .slick-dots li:nth-child(2) {
    position: absolute;
    top: -760px;
    right: 70px;
    z-index: 99;
}

.modules .slick-dots li:nth-child(3) {
    position: absolute;
    bottom: -150px;
    left: 80px;
    z-index: 99;
}
.modules .slick-dots li:nth-child(4) {
    position: absolute;
    bottom: -150px;
    right: 55px;
    z-index: 99;
}
.modules .slick-dots li button {
    font-size: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url("../img/start/date-circle.png") no-repeat center center;
}
.modules .slick-dots li button::before {
    width: 100px;
    height: 100px;
    content: "";
    border-radius: 50%;
    opacity: 1;
}
.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 {
    background: url("../img/start/module-1.svg") no-repeat center center;
    color: transparent;
}
.modules .slick-dots li:nth-child(2) button::before {
    background: url("../img/start/module-2.svg") no-repeat center center;
}
.modules .slick-dots li:nth-child(3) button::before {
    background: url("../img/start/module-3.svg") no-repeat center center;
}
.modules .slick-dots li:nth-child(4) button::before {
    background: url("../img/start/module-4.svg") no-repeat center center;
}
.date_left_top {
    justify-content: flex-start;
}
.date_left_top:before {
    content: "";
    width: 114px;
    height: 60px;
    background: url("../img/start/date-left-top.png") no-repeat 0 0;
    position: absolute;
    bottom: -60px;
    left: 140px;
}
.date_right_top {
    justify-content: flex-end;
}
.date_right_top:before {
    content: "";
    width: 162px;
    height: 60px;
    background: url("../img/start/date-right-top.png") no-repeat 0 0;
    position: absolute;
    bottom: -60px;
    right: 125px;
}
.date_left_bot {
    justify-content: flex-start;
}
.date_left_bot:before {
    content: "";
    width: 159px;
    height: 60px;
    background: url("../img/start/date-left-bot.png") no-repeat 0 0;
    position: absolute;
    top: -65px;
    left: 135px;
}
.date_right_bot {
    justify-content: flex-end;
}
.date_right_bot:before {
    content: "";
    width: 245px;
    height: 60px;
    background: url("../img/start/date-right-bot.png") no-repeat 0 0;
    position: absolute;
    top: -65px;
    right: 105px;
}
@media (max-width: 1194px) {
    .modules .slick-dots li:nth-child(1) {
        top: -720px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -720px;
    }
}
@media (max-width: 1184px) {
    .modules .slick-dots li:nth-child(1) {
        top: -745px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -745px;
    }
}
@media (max-width: 1161px) {
    .modules .slick-dots li:nth-child(1) {
        top: -770px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -770px;
    }
}

@media (max-width: 1129px) {
    .modules .slick-dots li:nth-child(1) {
        top: -730px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -730px;
    }
    .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;
    }
}
@media (max-width: 1129px) {
    .modules .slick-dots li:nth-child(1) {
        top: -754px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -754px;
    }
}
@media (max-width: 1071px) {
    .modules .slick-dots li:nth-child(1) {
        top: -777px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -777px;
    }
}
@media (max-width: 1004px) {
    .modules .slick-dots li:nth-child(1) {
        top: -800px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -800px;
    }
    .date::before {
        display: none;
    }
}

@media (max-width: 1004px) {
    .modules .slick-dots li:nth-child(1) {
        top: -826px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -826px;
    }
}

@media (max-width: 951px) {
    .modules .slick-dots li:nth-child(1) {
        top: -851px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -851px;
    }
}
@media (max-width: 924px) {
    .modules .slick-dots li:nth-child(1) {
        top: -882px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -882px;
    }
}
@media (max-width: 914px) {
    .modules__date {
        flex-direction: column;
        gap: 40px;
    }
    .date {
        flex: 1 1 100%;
        justify-content: center;
        margin: 0 auto;
    }
    .modules .slick-dots li:nth-child(1) {
        top: -1076px;
        left: 50%;
        margin-left: -50px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -910px;
        left: 50%;
        margin-left: -50px;
    }
    .modules .slick-dots li:nth-child(3) {
        left: 50%;
        margin-left: -40px;
    }
    .modules .slick-dots li:nth-child(4) {
        left: 50%;
        margin-left: -40px;
        bottom: -320px;
    }
}
@media (max-width: 891px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1100px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -930px;
    }
}

@media (max-width: 891px) {
    .modules__start,
    .modules__finish {
        display: none;
    }
    .modules__center {
        flex: 1 1 100%;
    }
    .modules .slick-dots li:nth-child(1) {
        top: -900px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -730px;
    }
}
@media (max-width: 891px) {
    .modules .slick-dots li:nth-child(1) {
        top: -925px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -753px;
    }
}
@media (max-width: 771px) {
    .modules .slick-dots li:nth-child(1) {
        top: -948px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -780px;
    }
}
@media (max-width: 704px) {
    .modules .slick-dots li:nth-child(1) {
        top: -972px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -801px;
    }
}
@media (max-width: 678px) {
    .modules .slick-dots li:nth-child(1) {
        top: -997px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -826px;
    }
}
@media (max-width: 651px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1020px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -850px;
    }
}
@media (max-width: 624px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1052px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -882px;
    }
}
@media (max-width: 614px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1076px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -905px;
    }
}
@media (max-width: 591px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1100px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -930px;
    }
}
@media (max-width: 559px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1125px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -955px;
    }
}
@media (max-width: 533px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1148px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -979px;
    }
}
@media (max-width: 526px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1170px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -1000px;
    }
}
@media (max-width: 511px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1204px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -1035px;
    }
}
@media (max-width: 502px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1220px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -1055px;
    }
}
@media (max-width: 500px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1148px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -980px;
    }
}
@media (max-width: 496px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1170px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -1000px;
    }
}
@media (max-width: 481px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1205px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -1035px;
    }
}
@media (max-width: 469px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1228px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -1063px;
    }
}
@media (max-width: 451px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1253px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -1090px;
    }
}
@media (max-width: 432px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1268px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -1100px;
    }
}

@media (max-width: 429px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1293px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -1120px;
    }
}
@media (max-width: 428px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1313px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -1140px;
    }
}
@media (max-width: 412px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1338px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -1165px;
    }
}
@media (max-width: 393px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1252px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -1080px;
    }
    .modules .slider__item {
        padding: 20px;
    }
}
@media (max-width: 392px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1268px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -1100px;
    }
}
@media (max-width: 389px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1290px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -1120px;
    }
}
@media (max-width: 388px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1313px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -1142px;
    }
}
@media (max-width: 372px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1267px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -1093px;
    }
    .date {
        width: 100%;
    }
    .modul__image img {
        display: none;
    }
}
@media (max-width: 368px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1292px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -1120px;
    }
}
@media (max-width: 353px) {
    .modules .slick-dots li:nth-child(1) {
        top: -1314px;
    }
    .modules .slick-dots li:nth-child(2) {
        top: -1143px;
    }
}
/* @media(max-width: 1214px) {
	.modules {
		width: 1214px;
		overflow-y: scroll;
	}
} */
@media (max-width: 1090px) {
    .promo__row {
        overflow-y: visible;
    }
}

/*30.03*/
.wrapper-express {
    overflow: hidden;
}
.bgtraffic .wrapper-express {
    overflow: visible;
}
.wrapper-express .container {
    max-width: 1240px;
}
.header__left {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header__left img {
    display: block;
}
.logo-ros {
    margin-top: 25px;
}
.bgtraffic .logo-ros {
    margin-top: 10px;
}
.header-express .header__logo img {
    margin-top: 0;
}
.banners-auth {
    position: relative;
}
.buttons-express {
    display: flex;
    align-items: center;
    gap: 20px;
}
.register_button#buttons-express__link {
    padding: 10px 40px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    border: 1px solid rgba(180, 0, 200, 1);
    z-index: 999;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
    font-family: Montserrat, sans-serif;
    width: auto;
    background: none;
    margin: 0;
    height: auto;
    min-width: 217px;
}
.register_button#buttons-express__link::after {
    content: none;
}
.buttons-express__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 104px;
    text-align: center;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    border: 1px solid rgba(180, 0, 200, 1);
    padding: 10px 0;
    position: relative;
    z-index: 9999;
    cursor: pointer;
}
.buttons-express__menu::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("../img/start/menu.png") no-repeat center center;
}
.wrap__menu {
    position: absolute;
    top: -1750%;
    right: 0;
    padding-top: 102px;
    transition: all 1s ease-in-out;
    width: 383px;
    z-index: 9;
}
.buttons-express__menu:hover,
.buttons-express__link:hover {
    background: linear-gradient(90deg, #b400c8 0%, #9600ff 100%, #8200f0 100%);
}
.buttons-express__menu:hover .wrap__menu,
.wrap__menu:hover {
    top: 0;
}
.menu {
    background: #280046;
    backdrop-filter: blur(25px);
    border-radius: 10px;
    padding: 40px;
    z-index: 99;
    position: relative;
    text-align: left;
}
.menu__item {
    list-style: none;
}
.menu__item:not(:last-child) {
    margin-bottom: 10px;
}
.menu__link {
    display: block;
    padding: 10px 20px;
}
.menu__link:hover {
    background: rgba(150, 0, 255, 0.2);
    border-radius: 10px;
}
.menu__link-auth {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}
.promo-express {
    overflow: hidden;
}
#cources .promo-js-plus {
    margin-bottom: 55px;
}
.promo__subtitle {
    color: #46beff;
    margin-bottom: 0;
    font-family: Play, sans-serif;
    font-weight: 700;
    position: absolute;
    margin-top: -25px;
}
.promo-express__text_type_width {
    min-width: 500px;
    position: relative;
}
.promo-express__text_type_python {
    max-width: 550px;
    padding-top: 80px;
}
.promo-express__text_type_python p {
    -webkit-line-clamp: 14;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.promo-express .promo__text_type_width h1.promo-express_title {
    min-width: 502px;
}
.promo-express .promo__text_type_width h1.promo-express_title_spec {
    min-width: 452px;
}
.promo__image_type_img img.img-express-big {
    max-width: 156%;
    margin: 0 0 0 -120px;
}
.promo__image_type_img img.img-python-big {
    max-width: 189%;
    margin: 0 0 0 -320px;
}
.promo__image_type_img img.img-python-big-base {
    max-width: 191%;
    margin: 0 0 0 -320px;
}
.promo__image_type_img img.img-js-big {
    max-width: 189%;
    margin: 0 0 0 -120px;
}
.promo__image_type_img img.img-js-big2 {
    max-width: 126%;
    margin: 0 0 0 0;
}
.promo__image_type_img img.img-ts-big {
    max-width: 111%;
}
.promo__image_type_img img.img-big {
    bottom: 10px;
}
.promo__information {
    margin-top: 40px;
    font-size: 12px;
    line-height: 16px;
}
.promo__information p:not(:last-child) {
    margin-bottom: 20px;
}
.promo__information p span {
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    display: block;
    color: #46beff;
}
.promo-express__list {
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #46beff;
    margin: 0 0 0 30px;
}
.promo-express__list li {
    list-style: disc;
    text-align: left;
}
.promo-express .register_button {
    width: 308px;
}
.we-teach-express__information {
    padding: 80px 0 0;
}
.we-teach-express__information h2 {
    font-family: "Furore";
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.05em;
    max-width: 800px;
    margin: 0 auto 10px;
}
.we-teach-express__information h3 {
    margin-top: 60px;
    font-family: "Play";
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
}
.we-teach-express__row {
    gap: 30px;
    justify-content: space-between;
    padding-top: 40px;
    margin-bottom: 0;
}
#cources .we-teach-express__item {
    min-width: 367px;
    max-width: 367px;
    margin-top: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
#cources .requirements-express {
    background: url("../img/bg-start/webp/bgprogram-right-bot-new.webp")
        no-repeat right 135px top 935px;
}
#cources .requirements-express_ovz {
    background: url("../img/bg-start/webp/bgprogram-right-bot-new.webp")
        no-repeat right 135px bottom 35px;
}
.advantages-cours-express__row {
    margin-bottom: 80px;
}
.advantage-course__subtitle {
    font-family: "Furore", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #ff00ff;
    margin-bottom: 20px;
}
#cources .advantage-course-express {
    justify-content: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.advantage-course-express::before {
    content: none;
}
.format {
    padding: 80px 0;
}

.format__row {
    display: flex;
    gap: 40px;
    align-items: center;
}
.format__info {
    flex-basis: 570px;
    text-align: center;
}
.format__info p:not(:last-child) {
    margin-bottom: 40px;
}
.format__info p span {
    display: block;
    font-family: "Furore", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #46beff;
    margin-top: 10px;
}
.format__text {
    max-width: 570px;
}
.format__title {
    font-family: "Furore", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.05em;
    max-width: 400px;
    margin-bottom: 10px;
}
.format__title_python {
    max-width: 100%;
}
.format__text ul {
    margin: 0 0 0 25px;
}
.format__text ul li {
    list-style: disc;
}
.about-express {
    background: rgba(150, 0, 255, 0.1);
    backdrop-filter: blur(25px);
    padding-top: 80px;
    padding-bottom: 80px;
}
.about-express .container {
    position: relative;
}
.about-express .container::before {
    content: "";
    position: absolute;
    left: -140px;
    top: -120px;
    width: 130px;
    height: 120px;
    background: url("../img/bg-start/webp/about-cub.webp") no-repeat 0 0;
}
.about-express .container::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -135px;
    width: 170px;
    height: 242px;
    background: url("../img/bg-start/webp/about-right.webp") no-repeat 0 0;
}
@media (max-width: 1450px) {
    .about-express .container::after {
        right: 0;
    }
}
.about-express__subtitle {
    font-family: "Furore", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.about-express__subtitle a:hover {
    color: #c618d9;
}
.about-express__row {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}
.about-express__text {
    flex-basis: 570px;
}
.about-express__text p:not(:last-child) {
    margin-bottom: 40px;
}
.about-express__images {
}
.about-express__image {
    height: 700px;
    object-fit: cover;
}
.wrap-study-fit {
    background: url("../img/bg-start/webp/bgwrap-study-fit.webp") no-repeat 80%
        392px/500px;
}
.study {
    padding-top: 80px;
    padding-bottom: 80px;
}
.study_python {
    padding-bottom: 0;
}
.container {
}
.study__row {
    display: flex;
    gap: 40px;
    align-items: center;
}
.study__row_python {
    gap: 100px;
}
.study__text {
    flex-basis: 570px;
}
.study__text p:last-child {
    max-width: 500px;
}
.study__text p:not(:last-child) {
    margin-bottom: 60px;
}
.study__text p strong {
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #ff00ff;
    display: block;
}
#cources .study__title {
    font-family: "Furore", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
    text-align: left;
}
.study__list li {
    list-style: none;
    color: #ff00ff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.study__list li span {
    display: block;
    font-family: "Furore", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.05em;
}
#cources .fit-express__title {
    background: url(../img/bg-start/webp/bgtitle-fit.webp) no-repeat 100% 0%;
    padding-right: 30px;
    max-width: 480px;
    padding-left: 30px;
    text-shadow: none;
}
.fit-express__title::after {
    content: none;
}
.fit-express__item {
    flex-basis: 380px;
}
.fit-express__item p {
    max-width: 280px;
    margin: 0 auto;
}
.fit-express__item.fit__item_1::before {
    background: url("../img/line-fit1-exp.png") no-repeat;
    width: 262px;
    height: 151px;
    left: 185px;
    top: -159px;
}
.fit-express__item.fit__item_2::before {
    background: url("../img/line-fit5.png") no-repeat;
    width: 2px;
    height: 80px;
    left: 185px;
    top: -90px;
}
.fit-express__item.fit__item_4::before {
    background: url("../img/line-fit4-exp.png") no-repeat;
    width: 262px;
    height: 151px;
    right: 185px;
    top: -159px;
}
.fit-express__item.fit__item_4 p {
    max-width: 320px;
}
.program__text {
    max-width: 540px;
}
.program__text p:not(:last-child) {
    margin-bottom: 10px;
}
.program__text p.program__paragraph {
    margin-bottom: 20px;
}

.training {
    padding-top: 80px;
    padding-bottom: 80px;
}
.training__video {
}
.teachers-express {
    padding-top: 80px;
    padding-bottom: 80px;
    backdrop-filter: blur(25px);
    background: url("../img/bg-start/webp/bgteachers-exp.webp") no-repeat 50% 0,
        rgba(150, 0, 255, 0.1);
}
.teachers-express__title {
}
.teachers-express__row {
}
.teachers-express__slider .slick-dots li {
    margin: 0 2px;
}
.teachers-express__slider .slick-dots li button {
    font-size: 0;
    color: #fff;
}
.teachers-express__slider .slick-dots li button::before {
    color: #fff;
    opacity: 1;
    font-size: 40px;
}
.teachers-express__slider .slick-dots li.slick-active button::before {
    color: #ff00ff;
}
.teachers-express__slider .slick-next.slick-disabled::before,
.teachers-express__slider .slick-prev.slick-disabled::before {
    opacity: 0;
}
.teachers-express .slick-next,
.teachers-express .slick-prev {
    top: inherit;
    bottom: -50px;
    z-index: 99;
}
.teachers-express .slick-next {
    right: calc(50% - 115px);
}
.teachers-express .slick-next::before {
    content: "";
    background-image: url("../img/start/arrow-next.svg");
    width: 24px;
    height: 24px;
    display: block;
}
.teachers-express .slick-prev {
    left: calc(50% - 115px);
}
.teachers-express .slick-prev::before {
    content: "";
    background-image: url("../img/start/arrow-prev.svg");
    width: 24px;
    height: 24px;
    display: block;
}
.teacher {
    display: flex;
    gap: 40px;
    padding-top: 50px;
    padding-bottom: 40px;
}
.teachers-express__item h4 {
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    padding: 0 0 3px;
    font-family: "Play";
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #b4c8ff;
    margin: 0 0 20px 0;
}
.teachers-express__top h4 {
    margin-top: 20px;
}
.teachers-express__left {
    flex-basis: 420px;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.teachers-express__top {
    position: relative;
}
.teachers-express__left .teachers-express__top,
.teachers-express__right .teachers-express__top {
    /* padding-top: 260px; */
}
.teachers-express__bot {
    position: relative;
    padding-top: 20px;
}
.program-dotes {
    display: flex;
    gap: 8px;
}
.program-false {
    display: block;
    background: url("../img/teachers/bgspan.png") no-repeat 0 0;
    width: 20px;
    height: 20px;
}
.program-true {
    background-position: 0 100%;
}
.teachers-express__center {
    flex-basis: 260px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.teachers-express__center::before {
    content: "";
    width: 100%;
    height: calc(100% - 20px);
    background: linear-gradient(135deg, #9600ff 0%, #0019ff 100%);
    clip-path: polygon(0% 8%, 50% 0%, 100% 8%, 100% 100%, 0% 100%);
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 0;
    border-radius: 20px;
}
.teachers-express__images {
    margin-top: -50px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
.teachers-express__images img {
    margin: 0 auto;
}
.teachers-express__name {
    font-family: "Play";
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
    padding: 0 5px;
}
.teachers-express__text {
    font-size: 22px;
    line-height: 28px;
    font-family: "Play";
}
.teachers-express__list li {
    list-style: none;
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    align-items: center;
}
.teachers-express__left li {
    justify-content: flex-end;
}
.information__number {
    color: #fff;
    position: relative;
    z-index: 99;
    background: url("../img/teachers/hexagonal.svg") center / 65% no-repeat;
    padding: 18px 0;
    width: 100px;
    line-height: 19px;
    margin: 0 auto;
}
.information__number b {
    display: block;
    font-weight: 400;
    font-size: 22px;
}
.teachers-express__right {
    flex-basis: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.teachers-express__experience p:not(:last-child) {
    margin-bottom: 10px;
}
.wrap-auth {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 40px;
}
.wrap-auth__image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    display: block;
    cursor: default;
}
.wrap-auth__info {
    font-size: 12px;
    line-height: 16px;
    padding-right: 10px;
    cursor: text;
}
.wrap-auth__fio {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.wrap-auth__exit {
    width: 24px;
    height: 24px;
    background: url("../img/start/exit.svg") no-repeat center center;
}

@media (max-width: 1000px) {
    .teacher {
        flex-wrap: wrap;
        justify-content: center;
    }
    .teachers-express__center {
        order: -1;
    }
    .teachers-express__left,
    .teachers-express__right {
        flex-basis: 100%;
        text-align: left;
    }
    .teachers-express__left .teachers-express__top,
    .teachers-express__right .teachers-express__top {
        padding-top: 0;
    }
    .teachers-express__bot {
        padding-top: 40px;
    }
    .teachers-express__left li {
        justify-content: flex-start;
    }
}

@media (max-width: 1200px) {
    body {
        background: url("../img/bg-start/webp/bgbottom.webp") no-repeat right
                120px bottom 60px,
            url("../img/bg-start/webp/kurs-left.webp") no-repeat 0 2500px,
            url("../img/bg-start/webp/bgrequirements.webp") no-repeat 0 1270px,
            url("../img/bg-start/webp/left-new.webp") no-repeat 0 1100px,
            url("../img/bg-start/webp/promo-right-bot.webp") no-repeat right top,
            #0a0019;
    }
    .we-teach-express__row {
        justify-content: center;
    }
    #cources .we-teach-express__item {
        min-width: 277px;
        flex-basis: 277px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .fit__title::before {
        content: none;
    }
    .fit-express__item.fit__item_1::before {
        left: 167px;
    }
    .fit-express__item.fit__item_2::before {
        left: 179px;
    }
    .fit-express__item.fit__item_4::before {
        right: 167px;
    }
}
@media (max-width: 1150px) {
    .fit-express__item.fit__item_4::before {
        height: 140px;
        top: -135px;
    }
    .fit-express__item.fit__item_1::before {
        height: 140px;
        top: -135px;
    }
}
@media (max-width: 1150px) {
    .fit-express__item.fit__item_4::before {
        right: 153px;
    }
    .fit-express__item.fit__item_1::before {
        left: 150px;
    }
    .fit-express__item.fit__item_2::before {
        left: 160px;
    }
}
@media (max-width: 1150px) {
    .fit-express__item.fit__item_4::before {
        height: 130px;
        top: -117px;
    }
    .fit-express__item.fit__item_1::before {
        height: 130px;
        top: -120px;
    }
    .fit__image {
        background-color: #0a0019;
        position: relative;
        z-index: 99;
    }
}
@media (max-width: 1100px) {
    .promo__image_type_img img.img-python-big {
        margin-left: -230px;
    }
}
@media (max-width: 1059px) {
    .advantages-course__row {
        gap: 20px;
    }
    .about-express__row {
        flex-wrap: wrap;
    }
    .about-express__text {
        flex-basis: 100%;
        justify-content: center;
    }
    .about-express__images {
        margin: 0 auto;
    }
    .about-express__image {
        height: auto;
    }
}
@media (max-width: 1030px) {
    .program__text {
        max-width: 100%;
    }
}
@media (max-width: 1000px) {
    .fit-express__item.fit__item_4::before {
        right: 130px;
    }
    .fit-express__item.fit__item_1::before {
        left: 120px;
    }
    .fit-express__item.fit__item_2::before {
        left: 140px;
    }
    .advantage-course__subtitle {
        font-size: 26px;
        line-height: 36px;
    }
}
@media (max-width: 900px) {
    .study__row {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .study__text {
        order: -1;
    }
    .fit-express__item.fit__item_4::before {
        height: 110px;
        top: -100px;
        right: 110px;
    }
    .fit-express__item.fit__item_1::before {
        height: 110px;
        top: -100px;
    }
    .format__row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .promo-express__text_type_python {
        max-width: 100%;
    }
}
@media (max-width: 700px) {
    #cources .fit-express__title {
        background: url(../img/bg-start/bgtitle-fit.png) no-repeat 100% 0% /
            contain;
        padding-right: 30px;
        max-width: 400px;
    }
}
@media (max-width: 600px) {
    .we-teach-express__information h2,
    .format__title,
    .about-express__subtitle,
    .advantage-course__subtitle {
        font-size: 22px;
        line-height: 34px;
    }
    #cources .study__title {
        font-size: 34px;
        line-height: 36px;
    }
    body {
        background: url("../img/bg-start/kurs-left.webp") no-repeat 0 2500px,
            url("../img/bg-start/bgrequirements.webp") no-repeat 0 1270px,
            url("../img/bg-start/left-new.webp") no-repeat 0 1100px,
            url("../img/bg-start/promo-right-bot.webp") no-repeat right top,
            #0a0019;
    }
    #cources .fit-express__title {
        background: none;
        text-shadow: 0px 0px 4px #ff007a, 0px 0px 10px rgba(255, 255, 255, 0.5);
    }
    .promo-express__text_type_width,
    .promo-express .promo__text_type_width h1.promo-express_title {
        min-width: 100%;
    }
    #cources .promo__text {
        padding-right: 10px;
    }
    .buttons-express__link {
        padding: 10px 20px;
    }
    .wrap__menu {
        width: 320px;
        padding-top: 80px;
    }
    .menu {
        padding: 20px;
    }
}
@media (max-width: 500px) {
    .logo-ros {
        margin-top: 0;
    }
    .header__left {
        width: 100%;
        justify-content: space-around;
    }
}
@media (max-width: 411px) {
    .register_button#buttons-express__link {
        padding: 10px 20px;
    }
}
@media (max-width: 375px) {
    .register_button#buttons-express__link {
        /* padding: 10px; */
        font-size: 16px;
    }
    .promo h1.promo__title {
        font-size: 26px;
        line-height: 36px;
    }
    .format {
        padding-top: 0;
    }
}
.promo__paragraph:not(:last-child) {
    margin-bottom: 11px;
}
/**/
.banner {
    padding: 9px 0;
}
.banner .container {
    max-width: 100%;
}
.banner__partners {
    gap: 20px;
}
.banner__left {
    gap: 20px;
    align-items: center;
}
.banner__left img {
    min-width: 97px;
}
.banner__row p {
    max-width: 100%;
    /* display: flex; */
    min-height: 39px;
    /* align-items: center; */
}
@media (max-width: 400px) {
    .banner__row p {
        font-size: 14px;
        line-height: 18px;
    }
}
.banner img {
    display: block;
}
.bgtraffic .banner {
    margin-bottom: 0;
}
.info-webinar {
    padding: 80px 0;
}
.container {
}
.info-webinar__title {
    font-family: "Furore", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
}
.info-webinar__row {
    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-radius: 20px;
    padding: 40px;
    display: flex;
    gap: 80px;
}
.info-webinar__video {
}
.info-webinar__form {
}
.form-webinar {
}
.form-webinar__row {
    position: relative;
    margin-bottom: 10px;
}
.form-webinar__row:nth-child(3) {
    margin-bottom: 0;
}
.form-webinar__row_checkbox {
    display: flex;
}
.form-webinar__input {
    width: 100%;
    background: rgba(180, 200, 255, 0.2);
    border-radius: 10px;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: rgba(255, 255, 255, 1);
    padding: 24px 20px 8px;
    max-height: 60px;
}
.form-webinar__label {
    position: absolute;
    left: 20px;
    /* top: 18px; */
    top: -2px;
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: 400;
    /* font-size: 18px; */
    line-height: 24px;
    color: rgba(255, 255, 255, 0.4);
    transition: all 0.6s;
}
.form-webinar__input:focus + .form-webinar__label,
.form-webinar__input:not(:placeholder-shown) + .form-webinar__label {
    top: -2px;
    font-size: 12px;
}
.form-webinar__btn {
    width: 100%;
    background: linear-gradient(90deg, #b400c8 0%, #9600ff 100%, #8200f0 100%);
    border-radius: 10px;
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    padding: 16px 10px;
    border: 0;
    color: #fff;
    margin: 40px 0;
}
.form-webinar__btn:hover {
    background: linear-gradient(90deg, #8200f0 0%, #9600ff 50%, #b400c8 100%);
}
.form-webinar__label_checkbox {
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.form-webinar__row_checkbox:not(:last-child) {
    margin-bottom: 10px;
}
.form-webinar__label_checkbox::before {
    content: "";
    display: flex;
    min-width: 18px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #fff;
}
.form-webinar__checkbox {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
}
.form-webinar__checkbox:checked + .form-webinar__label_checkbox::before {
    background: url("../img/start/icon-checked.png") no-repeat center center;
}
@media (max-width: 1100px) {
    .info-webinar__row {
        gap: 30px;
    }
}
@media (max-width: 900px) {
    .info-webinar__row {
        gap: 30px;
        flex-direction: column;
    }
    .info-webinar__video {
        text-align: center;
    }
}
@media (max-width: 600px) {
    .info-webinar__title {
        font-size: 22px;
        line-height: 34px;
    }
    .info-webinar__row {
        padding: 20px;
    }
}
#cources .we-teach__item_type_teach {
    min-width: 213px;
    max-width: 213px;
    margin-top: 60px;
}
.about-express.about-express_teach {
    margin-top: 80px;
}
.fixed-header .header-express {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(150, 0, 255, 0.1);
    backdrop-filter: blur(25px);
    padding: 10px 0;
}
.fixed-header .logo-ros {
    display: none;
}
.fixed-header .header__logo {
    display: none;
}
.fixed-header .header__logo img {
    max-width: 250px;
    margin-top: -15px;
}
.fixed-header .header__left {
    gap: 0;
}

.fixed-header .wrap__menu {
    padding-top: 52px;
}
.button__big {
    display: none;
}

@media (max-width: 768px) {
    .fixed-header .header-express .header__row {
        display: flex;
        flex-direction: row;
    }
    .header-express #buttons-express__link {
        display: none;
    }
    .button__big {
        background: rgba(150, 0, 255, 0.1);
        backdrop-filter: blur(25px);
        padding: 5px 10px;
        width: 100%;
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 9999;
    }
    .button__big .register_button#buttons-express__link {
        max-width: calc(100% - 350px);
        background: linear-gradient(
            90deg,
            #8200f0 0%,
            #b400c8 100%,
            #9600ff 100%
        );
        border: 0;
        font-size: 20px;
        line-height: 26px;
    }
}
@media (max-width: 500px) {
    .fixed-header .header-express {
        position: static;
    }
    .fixed-header .header-express .header__left {
        justify-content: start;
    }

    .button__big .register_button#buttons-express__link {
        max-width: calc(100% - 100px);
    }
}
@media (max-width: 400px) {
    .fixed-header .logo-ros {
        margin-left: -30px;
    }
}
._orientationRight_c30e .button_f0b0 {
    margin-right: 10px !important;
}
.button_f0b0 {
    width: 45px;
    height: 45px;
    margin-bottom: 5px !important;
}
.header__text {
    display: none;
}
.fixed-header .header__text {
    display: flex;
    align-items: center;
}

/*28.04 friend*/
#friend .header-express .header__logo img {
    margin-top: -20px;
}
#friend .header .register_button {
    display: none;
}
#friend.fixed-header .partners-header__row {
    display: none;
}
#friend.fixed-header .header .register_button {
    display: block;
}
#friend.fixed-header .partners-header {
    height: 40px;
}
#friend .header__banners-auth {
    gap: 0;
}
#friend.fixed-header .header__banners-auth {
    justify-content: flex-end;
    gap: 0;
}
.course {
    background: rgba(150, 0, 255, 0.1);
    backdrop-filter: blur(25px);
    padding: 80px 0;
}
.course__text {
    text-align: center;
    font-family: "Play";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
}
.course__text_big_marg {
    max-width: 600px;
    margin: 0 auto 60px;
}
.course__row {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}

.course__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-radius: 20px;
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #dcdcf0;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.course__item_big_width {
    max-width: 580px;
}
.course__icon {
    display: inline-block;
    max-width: 60px;
}
.course__subtitle {
    font-family: "Furore", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #ff00ff;
    margin-bottom: 20px;
}
.course__button {
    margin: 0 auto;
    width: auto;
    max-width: 310px;
}
.course__button::after {
    display: none;
}
.course__content {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}
.course__item--new {
    padding: 20px;
    width: 380px;
    border-radius: 12px;
    background: linear-gradient(
            315deg,
            rgba(160, 100, 255, 0.2) 0%,
            rgba(10, 0, 25, 0) 100%
        ),
        rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px);
    max-width: 380px;
    min-width: 300px;
}

.course__image--new {
    margin: 0 auto 24px;
}

.course__subtitle--new {
    color: #dcdcf0;
    text-align: center;
    font-family: Furore, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 6px;
}
.course__text--bold {
    color: #dcdcf0;
    text-align: center;
    font-family: Play, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
}
.course__list {
    color: #dcdcf0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-left: 20px;
    margin-bottom: 24px;
}
.course__list li {
    list-style: disc;
    margin-bottom: 10px;
}
.course__list li::marker {
    font-size: 11px;
}
.course__button--new {
    text-align: center;
    height: 60px;
}
.course__button--new .button {
    display: inline-block;
    padding: 16px 40px;
    margin: 0 auto;
    position: absolute;
    width: 260px;
    left: calc(50% - 130px);
    bottom: 20px;
}
.promo-express__paragraph a {
    color: #ff00ff;
}
.whom-invite {
    padding: 72px 0;
}
.whom-invite__row {
    display: flex;
    align-items: center;
}
.whom-invite__text {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    /* margin-right: -40px;; */
}
.whom-invite__title {
    text-align: left;
    font-size: 48px;
    line-height: 60px;
}
.whom-invite__image {
    flex: 0 0 500px;
    margin-right: -60px;
    margin-left: 40px;
}
.whom-invite__image img {
    display: block;
}
.color-pink {
    color: #ff00ff;
}
.can-learn__title {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}
.can-learn__info {
    flex: 0 1 34%;
}
.can-learn__accordion {
    flex: 0 1 64%;
}
.accordion-flush .accordion-item .accordion-button {
    font-size: 22px;
    line-height: 28px;
    font-family: "Play", sans-serif;
    font-weight: 700;
}
.accordion-flush .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
    padding: 5px 20px;
    margin-bottom: 20px;
}
.can-learn .register_button {
    width: auto;
    max-width: 380px;
    padding-left: 20px;
    padding-right: 10px;
}
.wrap-how-questions {
    background: url("../img/bg-start/bgprogram-right-bot-new.png") no-repeat
        right 68px center;
}
.how-to-participate {
    padding: 80px 0;
}
.container {
}
.title {
}
.how-to-participate__row {
    display: flex;
    gap: 20px;
}
.how-to-participate__item {
    max-width: 280px;
    background: url("../img/start/bgline.png") no-repeat 0 0;
    padding-top: 40px;
}
.how-to-participate__number {
    font-family: "Furore";
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #ff00ff;
    margin-bottom: 20px;
}
.how-to-participate__text {
}
.how-to-participate__text a {
    color: #46beff;
}
.how-to-participate__text .register_button {
    color: #fff;
    height: 44px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
}
.how-to-participate__text .register_button::after {
    display: none;
}
/*
.questions {
    padding: 80px 0;
}
*/

.questions .container {
    position: relative;
}

.questions .container::before {
    content: "";
    background: url("../img/start/friend/bgquestions.png") no-repeat 0 0;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: -110px;
}

.questions__row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.questions__item {
    padding: 20px 40px;
    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-radius: 20px;
}
.questions__question {
    font-family: "Play", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #dcdcf0;
    margin-bottom: 10px;
}
.questions__answer {
    font-size: 18px;
    line-height: 24px;
    color: #dcdcf0;
}

#friend {
    background: url("../img/bg-start/webp/kurs-left.webp") no-repeat 0 2500px,
        url("../img/bg-start/webp/bgrequirements.webp") no-repeat 0 1270px,
        url("../img/bg-start/webp/left-new.webp") no-repeat 0 1100px,
        url("../img/bg-start/webp/cub-right-express.webp") no-repeat right
            5350px,
        url("../img/bg-start/webp/promo-right-bot.webp") no-repeat right top,
        #0a0019;
}
#friend.fixed-header .buttons__link {
    display: none;
}
#friend .banner {
    margin-bottom: 0;
}
.promo__text_friend p {
    margin-bottom: 100px;
}
.promo__text_friend p span {
    display: block;
}
#friend .promo__row {
    align-items: center;
}
.promo__image .img-friend {
    position: static;
    width: 100%;
}
#friend .promo__image {
    flex: 1 0 58%;
}
#friend .promo__row::after {
    display: none;
}
#friend .promo__title {
    font-size: 60px;
    line-height: 80px;
    letter-spacing: 0.05em;
    color: #dcdcf0;
    max-width: 369px;
    min-width: 350px;
}
#friend .promo__title.promo__title_big {
    font-size: 42px;
    line-height: 58px;
}
@media (max-width: 1100px) {
    .course__row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .course__item {
        min-width: 220px;
    }
    .course__item_big_width {
        max-width: 49%;
    }
}
@media (max-width: 1058px) {
    .course__item_big_width {
        max-width: auto;
        flex: 1 0 48%;
    }
}
@media (max-width: 950px) {
    #friend .promo__image {
        display: block;
    }
    #friend .promo__text {
        padding-bottom: 40px;
    }
    #friend .promo .container {
        padding-right: 20px;
    }
    .whom-invite__row {
        flex-direction: column;
    }
    .whom-invite__image {
        margin: 30px 0 0 0;
        flex: 0 0 auto;
    }
}
@media (max-width: 850px) {
    #friend .promo__title {
        max-width: 100%;
    }
    #friend .header__row {
        flex-direction: row;
        align-items: center;
    }
    #friend .promo__title {
        font-size: 50px;
        line-height: 70px;
    }
    .how-to-participate__row {
        flex-wrap: wrap;
        justify-content: center;
    }
    #friend {
        background: url("../img/bg-start/webp/kurs-left.webp") no-repeat 0
                2500px,
            url("../img/bg-start/webp/bgrequirements.webp") no-repeat 0 1270px,
            url("../img/bg-start/webp/left-new.webp") no-repeat 0 1100px,
            url("../img/bg-start/webp/promo-right-bot.webp") no-repeat right top,
            #0a0019;
    }
    .wrap-how-questions {
        background: none;
    }
}
@media (max-width: 768px) {
    #friend.fixed-header .header .register_button {
        display: none;
    }
    #friend .button__big #buttons-express__link {
        display: block;
    }
}
@media (max-width: 700px) {
    .whom-invite__title {
        font-size: 40px;
        line-height: 42px;
    }
    .promo__text_friend p {
        margin-bottom: 50px;
    }
}
@media (max-width: 600px) {
    .course__item_big_width {
        max-width: 100%;
        flex: 1 0 100%;
    }
}
@media (max-width: 550px) {
    .whom-invite__title {
        font-size: 35px;
        line-height: 37px;
    }
}
@media (max-width: 519px) {
    .course__row {
        justify-content: center;
    }
    .accordion-header,
    .accordion-flush .accordion-item .accordion-button {
        display: block;
        width: 100%;
    }
    .can-learn__info {
        text-align: center;
    }
}
@media (max-width: 500px) {
    #friend .header-express .header__logo img {
        margin-top: 0;
    }
    #friend .header__left {
        width: 100%;
        justify-content: flex-start;
    }
    #friend .header__logo {
        margin-left: -27px;
    }
    #friend .promo__title.promo__title_big {
        font-size: 36px;
        line-height: 52px;
    }
}
.we-teach--ovz__item {
    margin-top: 60px;
}
.fit-express__row_ovz {
    justify-content: center;
    gap: 170px;
}
.color_ovz {
    display: block;
    font-size: 28px;
    line-height: 50px;
    font-family: "Play", sans-serif;
}
@media (max-width: 891px) {
    .fit-express__row_ovz {
        justify-content: center;
    }
}
#cources .fit-express__title_ovz {
    background: url(../img/bg-start/webp/bgtitle-fit.webp) no-repeat 100% 0% /
        contain;
    padding-right: 30px;
    max-width: 586px;
    padding-left: 30px;
    text-shadow: none;
    font-size: 35px;
    line-height: 44px;
    padding-top: 93px;
    padding-bottom: 195px;
}
@media (max-width: 650px) {
    #cources .fit-express__title_ovz {
        background: none;
        padding: 0 0 40px;
    }
}
@media (max-width: 400px) {
    #cources .fit-express__title_ovz {
        font-size: 30px;
        line-height: 36px;
    }
}
.fit-express__item.fit__item_1_01::before {
    height: 100px;
    top: -109px;
}
.fit-express__item.fit__item_4_02::before {
    height: 100px;
    top: -109px;
}
.sign-up {
    padding: 80px 0;
    position: relative;
}
.sign-up::before {
    content: "";
    position: absolute;
    width: 900px;
    height: 100%;
    right: 0;
    top: -300px;

    background: url("../img/start/sign-up/bgtop.png") no-repeat 100% 0/100% 100%;
}
.sign-up__container {
    background: url("../img/start/sign-up/bg.png") no-repeat 0 280px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    z-index: 99;
}
.sign-up__row {
    display: flex;
    /* gap: 20px;	 */
}
.sign-up__row.sign-up__row_1 {
    margin-bottom: 10px;
}
.sign-up__row.sign-up__row_2 {
    margin-bottom: 30px;
}

.sign-up__item {
    flex-basis: 50%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.sign-up__text {
    margin-top: -17px;
}
.sign-up__text p a {
    color: #ff00ff;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
.sign-up__text p a:hover {
    text-decoration: none;
}
.sign-up__number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #9600ff 0%, #0019ff 100%);
    border-radius: 50%;
    margin: 0 auto 20px;
    font-family: "Furore", sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #dcdcf0;
    padding-bottom: 3px;
}
.sign-up__text h3 {
    font-family: "Play", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #dcdcf0;
    margin-bottom: 10px;
}
.sign-up__text p:not(:last-child) {
    margin-bottom: 10px;
}
.sign-up__text .sign-up__link {
    padding: 10px 31px;
    height: 44px;
    background: linear-gradient(90deg, #c800c8 0%, #9600ff 100%, #9600ff 100%);
    border-radius: 10px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    width: auto;
    margin-top: 0;
    color: #fff;
    text-decoration: none;
}
.sign-up__link:hover {
    background: linear-gradient(90deg, #9600ff 0%, #c800c8 100%, #c800c8 100%);
}
.sign-up__link::after {
    display: none;
}
@media (max-width: 1100px) {
    .sign-up__container {
        background-size: 100% 65%;
        padding-left: 45px;
        padding-right: 45px;
    }
}
@media (max-width: 1086px) {
    .sign-up__container {
        padding-left: 55px;
        padding-right: 55px;
    }
    .sign-up__row {
        gap: 20px;
    }
    .sign-up__item {
        max-width: 500px;
    }
    .sign-up__text p {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 1000px) {
    .sign-up::before {
        display: none;
    }
    .sign-up__container {
        background: none;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
    }
    .sign-up__container::before {
        content: "";
        position: absolute;
        left: 49px;
        width: 2px;
        height: 80%;
        top: 192px;
        display: block;
        background: url("../img/start/sign-up/bgleft.png") repeat-y 0 0;
    }
    .sign-up__row {
        flex-direction: column;
        position: relative;
        gap: 60px;
    }
    .sign-up__row:not(:last-child)::before,
    .sign-up__item:nth-child(2n + 1)::before {
        content: "";
        display: block;
        width: 16px;
        height: 8px;
        background: url("../img/start/sign-up/arr.png") no-repeat 0 0;
        position: absolute;
        left: 22px;
        bottom: -33px;
    }
    .sign-up__row:not(:last-child) {
        margin-bottom: 80px;
    }
    .sign-up__item {
        flex-direction: row;
        max-width: 90%;
        width: 90%;
        gap: 30px;
        /* justify-content: space-between; */
        position: relative;
        padding-left: 70px;
    }
    .sign-up__text {
        text-align: left;
        /* order: -1; */
    }
    .sign-up__text h3 {
        text-align: left;
    }
    .sign-up__image {
        min-width: 160px;
    }
    .sign-up__number {
        position: absolute;
        left: 0px;
        top: 60px;
        border: 10px solid #0a0019;
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 850px) {
    .sign-up__container::before {
        top: 250px;
    }
}
@media (max-width: 600px) {
    .sign-up__link {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
        text-align: center;
    }
}
@media (max-width: 550px) {
    .sign-up__container::before {
        top: 240px;
    }
    .sign-up__item {
        flex-direction: column;
        max-width: 100%;
        width: 100%;
        align-items: flex-start;
    }
}
@media (max-width: 445px) {
    .sign-up__container::before {
        left: 42px;
    }
}
#cources .can-learn {
    background: url(../img/bgcan-bot.png) no-repeat 100% 140%, #1a0132cc;
    padding: 80px 0;
    position: relative;
}
.cost {
    padding: 0 0 60px;
    text-align: center;
}
.cost__title {
    color: #fff;
    font-family: Furore, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 60px;
    margin-bottom: 60px;
    text-align: center;
}
.cost__new {
    -webkit-text-fill-color: #0000;
    -webkit-text-stroke: 2px #f0f;
    font-size: 48px;
    font-weight: 900;
    line-height: 60px;
    font-family: HeliosExtC, sans-serif;
    margin-bottom: 20px;
}

.cost__old {
    font-family: HeliosExtC, sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 30px;
    color: #9696c8;
    text-decoration: none;
}
.cost__old i::before {
    font-size: 53px;
}
.cost__text p:not(:last-child) {
    margin-bottom: 20px;
}
.cost__text p {
    font-size: 22px;
}
.can-learn__links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    justify-content: center;
}
.promo__title span {
    display: block;
    font-size: 20px;
}
.wrap-button {
    padding: 80px 0 0 0;
    text-align: center;
}
.wrap-button .button {
    padding: 14px 49px;
}
.promo-teach .promo__image_type_img img.img-big {
    min-width: 80%;
    max-width: 100%;
}
#cources .promo-teach .promo-express__text_type_python {
    padding-top: 100px;
}
.promo-teach .promo__image_type_img img.img-big-teach {
    max-width: 92%;
    min-width: 91%;
    margin: 0;
}
.promo-teach .promo__image_type_img img.img-big-teach-dron {
    max-width: 117%;
    margin-left: -80px;
}
.teachers-express.hidden {
    display: none;
}
.banner__center {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 21px;
    /* background: url("../img/bgbanner-center.svg") no-repeat center center/100%; */
    padding: 10px 10px 10px 10px;
    position: relative;
		display: none;
}
/* .banner__center::before {
	display: block;
	content: "";
	width: 31px;
	height: 33px;
	background: url("../img/banner-arr.svg") no-repeat 0 0;
	position: absolute;
	left: -15px;
} */
@media(max-width: 1000px) {
    .partners-header__item:first-child img.partners-header__image-teach {
        min-width: 130px;
    }
}
@media (max-width: 600px) {
    .banner__center {
        padding-left: 0;
        flex-wrap: wrap;
        justify-content: center;
    }
}
.promo-express__text_type_python .promo__paragraph_intro {
	margin-bottom: 42px;
}
@media(max-width: 850px) {
    .header-express {
        margin-bottom: 0;
    }
    .header-express .header__row {
        flex-direction: row;
        gap: 20px;
    }
    .header-express .header__left {
        gap: 0;
        justify-content: space-between;
    }
    #cources .header__logo {
        margin-left: -30px;
    }
    .header-express .header__logo img {
        margin-top: 15px;
    }
    .buttons-express__menu {
        min-width: 64px;
    }
    .header-teach .header__row {
        flex-direction: column;
        justify-content: center;
    }
    .header-teach .header__left {
        justify-content: space-around;
    }
}
@media(max-width: 650px) {
    #cources .promo-teach .promo-express__text_type_python {
        padding-top: 20px;
    }
}
@media(max-width: 500px) {
    .promo-express .promo__text_type_width h1.promo-express_title_spec {
        min-width: 100%;
    }
    .partners-header__item:first-child img.partners-header__image-teach {
        min-width: 130px;
    }
}

.video {
	padding-top: 80px;
}
#cources .study__title {
	text-align: center;	
}
.study__title span {
	display: block;	
}
.study__list-bas{
	display: flex;
	flex-direction: column;	
	gap: 20px;
	max-width: 470px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}
.study__list-bas::before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 4px;
	width: 1px;
	height: 90%;
	border-left: 2px dashed #c618d9;
}
.study__item{
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	/* font-weight: 700;
  line-height: 24px;
	font-size: 16px; */
}
.study__item::before {
	content: '';
	display: block;
	min-width: 10px;
	height: 10px;
	border-radius: 50%;
	/* background-color: #c618d9; */
	background: linear-gradient(90deg, #C800C8 0%, #9600FF 100%, #9600FF 100%);
  filter: drop-shadow(0px 0px 40px rgba(240, 0, 250, 0.50)) drop-shadow(0px 0px 20px rgba(0, 25, 240, 0.50));
  backdrop-filter: blur(25px);
}
@media(max-width: 550px) {
	.study__list-bas {
		max-width: 94%;
	}
	.study__list-bas::before {
		display: none;
	}
}

.promo-teach .promo__row {
	min-height: 590px;
}

.consortium {
	backdrop-filter: blur(64px);
	background: rgba(150, 0, 255, 0.1);
	padding: 80px 0px;
}

.consortium__row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.consortium__item {
	flex: 0 1 49%;
	text-align: center;
	padding: 20px;
	border-radius: 20px;
	backdrop-filter: blur(64px);
	background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
	border: 1px solid #36204B;
}

.consortium__subtitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 133%;
	text-align: center;
	color: #dcdcf0;
	margin-bottom: 10px;
}

.consortium__item:hover .consortium__subtitle {
	color: #3284f2;
}

.consortium__imag {
	display: block;
	margin: 0 auto;
}

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

@media(max-width: 1059px) {
	.consortium__item {
  	flex: 0 1 48%;
	}
}
@media(max-width: 551px) {
	.consortium__row {
		justify-content: center;
	}
	.consortium__item {
    flex: 0 1 45%;
  }
	.consortium__subtitle {
		font-size: 14px;
	}
}
@media(max-width: 450px) {
	.consortium {
		padding: 40px 0;
	}
	.consortium__item {
		flex: 0 1 100%;
	}
}
@media(max-width: 500px) {
	.consortium__container {
		padding: 0 15px;
	}
}