* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100vh;

}

.breadcrumbs {
    background: #E8F7FA;
}

.breadcrumbs__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 0;

}

.breadcrumbs__content p {
    color: #CCC;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
}

.breadcrumbs__content p a {
    color: #CCC;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
}

.about {
    background: #E8F7FA;
    /* padding: 40px 0; */
}

.about__content {
    background: url(../img/course/about_bg.png) no-repeat center right/cover;
    background-size: auto 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0;
}

.about__content-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
}

.about__main-info-bg {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.about__main-info {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.about__main-info h1 {
    color: #171717;
    font-family: Montserrat;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 28px;
}

.about__info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
}

.about__info-list li {
    list-style: none;
    color: #090914;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 16px;
}

.about__info-price {
    color: #2D58D4;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 16px;
    border-radius: 80px;
    border: #2D58D4 4px solid;
    text-align: center;
    max-width: 75%;
    width: 100%;
}

.about__main-form-bg {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.about__main-form {
    width: 80%;
    border-radius: 16px;
    background-color: #FFFFFF;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.about__main-form-block {
    max-width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.about__form-title {
    color: #2D58D4;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 8px;
}

.about__form-subtitle {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 24px;
}

.about__form-input {
    margin-bottom: 28px;
}

.about__form-input input {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 8px;
    border: none;
    border-radius: 12px;
    background: #EDF4FF;
    color: #989898;
    text-align: left;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.about__form-input input::-webkit-input-placeholder {
    color: #989898;
    text-align: left;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.about__form-input input::-moz-placeholder {
    color: #989898;
    text-align: left;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.about__form-input input:-ms-input-placeholder {
    color: #989898;
    text-align: left;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.about__form-input input::-ms-input-placeholder {
    color: #989898;
    text-align: left;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.about__form-input input::placeholder {
    color: #989898;
    text-align: left;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.about__form-input input:last-child {
    margin-bottom: 0;
}

.about__form-input input:focus {
    outline: none;
}

.about__form-link {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 12px;
    text-align: center;
    border-radius: 16px;
    background: #2D58D4;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 4px;
}

.about__form-licensy,
.about__form-licensy a {
    margin-bottom: 0;
    color: #727272;
    text-align: center;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    -webkit-text-decoration: revert;
    text-decoration: revert;
}

.about__content-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.about__footer-item {
    width: 20%;
}

.about__footer-item h2 {
    color: #939393;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

.about__footer-item p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}





.teach {
    background: #FFFFFF;
    padding: 20px 0;
}

.teach__content {
    padding: 20px;
}

.teach__block {
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    border-radius: 28px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 41.9px -18px #2DD4AD;
            box-shadow: 0px 0px 41.9px -18px #2DD4AD;
}

.teach__block-title {
    max-width: 75%;
    color: #000;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
}

.teach__block-subtitle {
    color: #000;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 40px;
}

.teach__block-liner-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

}

.teach__liner-line {
    width: 100%;
    height: 4px;
    border-radius: 16px;
    background-color: #9AB4FF;
    margin-bottom: 40px;
}

.teach__liner-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
}

.teach__text-item {
    width: 20%;
    position: relative;
}

.teach__text-item p::before {
    position: absolute;
    content: '';
    height: 60px;
    width: 60px;
    border-radius: 30px;
    top: -70px;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#D4DFFF), to(#D4FBDD));
    background: -o-linear-gradient(top, #D4DFFF 0%, #D4FBDD 100%);
    background: linear-gradient(180deg, #D4DFFF 0%, #D4FBDD 100%);
    ;
}

.teach__text-item p {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}




.training {
    background: #F1F5F9;
    padding: 80px 0;
}

.training__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

.training__content-left {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.training__left-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}

.training__left-img {
    max-width: 60px;
    max-height: 60px;
    margin-bottom: 20px;
}

.training__left-title {
    color: #090914;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
}

.training__left-subtitle {
    color: #090914;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 8px;
}

.training__content-right {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.training__right-block {
    overflow: hidden;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}

.training__right-img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}





.program {
    background: #FFFFFF;
    padding: 40px 0;
}

.program__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.program__content-title {
    color: #000;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 40px;
}

.program__content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.program__list-item {
    width: 680px;
    height: 250px;
    padding: 40px;
    border-bottom: 3px solid #CDCDCD;

}

.program__list-item:nth-child(odd) {
    border-right: 3px solid #CDCDCD;
}

.program__list-item:nth-child(n+5) {
    border-bottom: none;
}

.program__list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
}

.program__list-title h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.program__title-number {
    color: #FFF;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    border-radius: 25px;
    background: #2E6BE2;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 12px;
}

.program__list-subtitle {
    padding-left: 40px;
}

.program__list-subtitle li {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}





.startcourse {
    background: #E8F7FA;
    margin-bottom: 40px;

}

.startcourse__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 0;
    background: url(../img/course/startcourse_bg.png) no-repeat center right/cover;
    background-size: 50% auto;
}

.startcourse__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40%;
}

.startcourse__left-emoji {
    max-width: 60px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 20px;
}

.startcourse__left-title {
    color: #000;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

.startcourse__right-link {
    padding: 20px 32px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    width: 20%;
    background: #2563EB;
    border-radius: 40px;
    display: inline-block;
    width: auto;
}


@media (max-width: 1440px) {
    .container {
        max-width: 1024px;
    }

    .about__main-form-block {
        width: 100%;
    }

    .about__main-form {
        padding: 20px;
        width: 100%;

    }

    .about__main-form-block {
        max-width: 80%;
    }

    .teach__block-title {
        max-width: none;
    }

    .program__list-item {
        width: 480px;
    }

    .startcourse__left {
        width: 60%;
    }

}

@media (max-width: 1024px) {
    .container {
        max-width: 768px;
    }

    .about__main-form-block {
        max-width: none;
    }

    .about__main-form {
        padding: 40px;
    }

    .about__info-price {
        font-size: 28px;
    }

    .about__main-info h1 {
        font-size: 42px;
    }

    .about__info-list li {
        font-size: 18px;
    }

    .teach__block-title {
        font-size: 20px;
    }

    .teach__block-subtitle {
        font-size: 20px;
    }

    .teach__text-item p::before {
        width: 40px;
        height: 40px;
        top: -50px;
    }

    .teach__text-item {
        width: 25%;
    }

    .teach__text-item p {
        padding: 0 8px;
        font-size: 12px;
    }

    .teach__liner-line {
        margin-bottom: 28px;
    }

    .training__content-left {
        width: 90%;
        margin-bottom: 20px;
    }

    .training__content-right {
        width: 90%;
    }

    .training {
        padding: 40px 0;
    }

    .training__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }


    .program__list-item {
        border: none;
        height: auto;
        padding: 40px 20px;
    }

    .program__list-item:nth-child(odd) {
        border-right: none;
    }

    .program__list-item:nth-child(n+5),
    .program__list-item {
        border-bottom: 3px solid #CDCDCD;
    }

    .program__list-item:last-child {
        border-bottom: none;
    }
}

@media (max-width: 768px) {
    .about__content-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .about__main-info-bg {
        width: auto;
        margin-bottom: 40px;
    }

    .about__main-form-bg {
        width: auto;
        max-width: 400px;
    }

    .about__footer-item h2 {
        font-size: 16px;
    }

    .about__footer-item p {
        font-size: 14px;
    }

    .about__footer-item {
        width: 200px;
        /* height: 100px; */
        margin-bottom: 20px;
        text-align: center;
    }

    .about__content-footer {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;

    }

    .teach__block-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .teach__block-subtitle {
        font-size: 18px;
    }

    .teach__liner-line {
        display: none;
    }

    .teach__text-item {
        width: 200px;
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .teach__liner-text {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
    }

    .teach__text-item p::before {
        top: 0;
        left: 0;
    }

    .teach__text-item p {
        padding-left: 60px;
    }

    .program__content-title {
        margin-bottom: 20px;
    }

    .program__list-item {
        width: 75%;
    }

    .startcourse__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .startcourse__left,
    .startcourse__right {
        width: 100%;
    }

    .startcourse__left-title {
        text-align: center;
    }

    .startcourse__left {
        margin-bottom: 40px;
    }

    .startcourse__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .startcourse__content {
        background-size: 100% auto;
    }
}

@media (max-width: 560px) {
    .teach__text-item {
        width: 100%;
    }

    .program__list-item {
        width: 100%;
    }

    .breadcrumbs__content p a,
    .breadcrumbs__content p {
        font-size: 20px;
    }

    .startcourse__left-title {
        font-size: 24px;
    }

    .about__main-info h1 {
        font-size: 32px;
    }


}

@media (max-width: 425px) {
    .about__footer-item {
        width: 50%;
    }
}