* {
    box-sizing: border-box;
    margin: 0;
}

body {
    background-color: #fff;
    font-family: "Avenir Next LT Pro", sans-serif;
}

section h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #061058;
}

.blue-link {
    color: #274acc !important;
    text-decoration: underline !important;
}

.btn {
    background-color: #FF5F79 !important;
    color: #fff !important;
    cursor: pointer !important;
    padding: .8rem !important;
    min-width: 160px !important;
    letter-spacing: 0.03em !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border: none !important;
    box-shadow: inset 0 -5px 0 0 #F0415D, inset 0 4px 4px rgba(0, 0, 0, 0.25);
    transition: all .1s ease !important;
    display: block !important;
}

.btn:hover {
    box-shadow: inset 0 4px 6px 0 #F0415D !important;
}

.btn.btn_orange {
    background: #274ACC !important;
    border: 2px solid #FFFFFF !important;
    box-sizing: border-box !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    border-radius: 15px !important;
}

.btn.btn_orange:hover {
    background: #4261cb !important;
    border: 2px solid #FFFFFF !important;
    box-sizing: border-box !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    border-radius: 15px !important;
}
.btn.btn-green {
    font-size: 28px !important;
    background: #00A87C !important;
    padding: 1.1rem 5.4rem !important;
    box-shadow: 0 20px 25px rgba(60, 53, 48, 0.15);
    border-radius: 60px;
}
.btn.btn-green:hover {
    box-shadow: none !important;
    background-color: #14c395 !important;
}
button.close {
    opacity: 1;
}

.title_form {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #061058;
}

.anket-container-height {
    min-height: calc(100vh - 220px);
}

.header-border {
    border-top: 4px solid rgb(30, 66, 149);
}

.contact-form input,
.contact-form textarea {
    background: #FAFAFA;
    border: 1px solid #4051A4;
    box-sizing: border-box;
    border-radius: 100px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #4051A4;
    min-width: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: .375rem 3rem;
}

.form-auth.form-custom input {
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}

.modal.modal-custom .modal-header {
    padding: .4rem 1rem;
}

.modal.modal-custom .modal-body {
    border-bottom: 4px solid #00A87C;
}

.form-auth.form-custom input::placeholder {
    font-size: 14px;
    line-height: 133.5%;
    text-align: center;
    color: #061058;
}

.modal-title--custom {
    font-weight: 600;
    font-size: 18px;
    line-height: 133.5%;
    text-transform: uppercase;
    color: #FFF;
}

.header {
    background: url("../images/header-bg.svg") no-repeat 0 50%,
    url("../images/header-bg-2.svg") no-repeat 100% 110%;
}

.header.header-sdo {
    background: url("../images/header-bg-2.svg") no-repeat 100% 110%;
    padding: 1rem 0;
}

.header.header-sdo .header-nav {
    max-width: 50%;
}

@media (max-width: 1440px) {
    .header {
        background: url("../images/header-bg-2.svg") no-repeat 100% 110%;
    }
}

.header-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.header-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
}

.header-sdo .header-top {
    align-items: center;
}

.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #061058;
    width: 100%;
    margin-bottom: 0;
}
.header-nav a {
    color: #061058;
    padding: 0.6rem 1.2rem;
}
.header-nav li:first-child a {
    padding-left: 0;
}
.header-nav a.active {
    color: #fff;
    background: #FF5683;
    border-radius: 15px;
}
.header-nav a.active:hover {
    text-decoration: none;
}
.nav-dropdown {
    position: relative;
}
.nav-dropdown__content {
    display: none;
    position: absolute;
    will-change: transform;
    top: 20px;
    left: 0;
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 4px 11px 0 rgba(148,148,148,1);
}
.header-nav .nav-dropdown__content li {
    padding: 0.3rem 0;
}
.header-nav .nav-dropdown__content li a {
    padding: 0.6rem .2rem;
}
.nav-dropdown:hover .nav-dropdown__content {
    display: block;
}
.header-top__contacts {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 2.2rem;
}
.header-top__contacts a {
    text-decoration: none;
    font-size: 14px;
}
.header-top__contacts a:last-child {
    margin-top: 0.4rem;
}
.header-top__user-login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    min-width: 246px;
    background: #00A87C;
    padding: 16px 22px;
    box-shadow: inset 0 7px 7px rgba(0, 0, 0, 0.25);
}
.header-top__user-login .login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.header-top__user-login .login__btn {
    border: none;
    font-size: 18px;
    color: #fff;
    background: none;
    margin-left: 3rem;
    text-transform: capitalize;
    cursor: pointer;
}
.header-bottom {
    margin-top: 2.5rem;
    margin-bottom: 1.6rem;
}
.header-bottom__title {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1;
    color: #046FB7;
}
.header-bottom__title span {
    font-size: 24px;
}

.section-program {
    color: #fff;
    background-color: #046FB7;
}
.section-program__wrapper {
    padding: 1.8rem 7.4rem;
    max-width: 1400px;
    margin: 0 auto;
    background: url("../images/program-bg.png") no-repeat 100% 50%;
}
.section-program__wrapper--second {
    padding: 1rem;
    max-width: 100%;
    min-height: 480px;
    margin: 0 auto;
    background: url("../images/program-bg-second.jpg") no-repeat 50% 50%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.section-program__headings {
    max-width: 780px;
}
.section-program__headings h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 1.7rem;
}

.section-program__headings h5 {
    font-size: 16px;
    line-height: 133.5%;
    text-transform: uppercase;
}
.section-program__headings h6 {
    font-size: 16px;
    line-height: 133.5%;
    max-width: 82%;
}

.section-program__headings h6 span {
    font-weight: 600;
    text-transform: uppercase;
}

.section-program__info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    max-width: 810px;
    margin-top: 2.3rem;
}
.section-program__wrapper--second .section-program__info {
    margin-left: 18rem;
    margin-bottom: 2rem;
}
.section-program__info .info-item__img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    min-width: 88px;
    height: 88px;
    background-color: #00A87C;
    border-radius: 58px 0 58px 58px;
}
.section-program__info .info-item {
    display: flex;
    align-items: center;
}
.section-program__info .info-item .subheading {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}
.section-program__info .info-cta {
    margin-top: 1.7rem;
}
.section-course {
    padding: 4.4rem 1rem 4rem;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    background: url("../images/cartoon.png") no-repeat 0 60%;
    color: #061058;
}
.section-course__wrapper {
    width: 100%;
}
.section-course h2 {
    max-width: 574px;
    position: relative;
}
.section-course h2:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 54%;
    height: 4px;
    background: #C9D2F3;
}
.section-course h3 {
    margin-left: 4.4rem;
    margin-bottom: 2.6rem;
    color: #00A87C;
    font-weight: 600;
    font-size: 20px;
    line-height: 133.5%;
}
.section-course__link {
    margin-top: 3.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.section-course__link a {
    font-weight: 600;
    font-size: 14px;
    color: #061058;
    text-transform: uppercase;
    line-height: 160%;
    margin-left: 1rem;
}
.section-course__benefits {
    margin-top: 2.3rem;
    margin-left: 60%;
}
.section-course__list {
    padding-left: 4.5rem;
}
.section-course__list li {
    list-style: none;
    position: relative;
    padding-bottom: 1.3rem;
}
.section-course__list li:before {
    content: url("../images/check.svg");
    position: absolute;
    left: -50px;
    top: -4px;
}
.section-course__list li h5 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0.5rem;
}
.section-course__list li p {
    font-size: 14px;
    line-height: 133.5%;
}
.section-course__detail {
    border-left: 1px solid #C9D2F3;
    padding-left: 1rem;
}
.detail-box {
    display: flex;
    align-items: center;
}
.detail-box h5 {
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 133.5%;
    text-transform: uppercase;
    color: #061058;
    margin-bottom: 5px !important;
}
.detail-box p {
    font-size: 14px;
    line-height: 133.5%;
    color: #061058;
}
.detail-img {
    width: 50px;
    height: 50px;
    border: 1px solid #00A87C;
    border-radius: 58px  0 58px 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}
.section-progress {
    color: #061058;
    background-color: #f8f8f8;
}
.section-progress__wrapper {
    padding: 3rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
    background: url("../images/cartoon-sec.png") no-repeat 100% 50%, #f8f8f8;
}
.section-progress__map {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    max-width: 758px;
    margin-top: 4rem;
    position: relative;
}
.section-progress__map:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: 155px;
    background: #C9D2F3;
}
.section-progress__map .progress-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.section-progress__map .progress-item h5 {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0.5rem;
}
.section-progress__map .progress-item__line {
    height: 20px;
    border-left: 1px dashed black;
}
.section-progress__map .progress-item__description {
    text-align: center;
    font-size: 14px;
    line-height: 133.5%;
}
.section-progress__map .progress-item__point {
    width: 34px;
    height: 34px;
    margin-bottom: 1.7rem;
    border-radius: 50%;
    border: 7px solid #fff;
    background-color: #00A87C;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    position: relative;
}
.section-progress__map .progress-item__img {
    position: relative;
    width: 124px;
    height: 120px;
    border: 2px solid #00A87C;
    border-radius: 58px 58px 0 58px;
}
.section-progress__map .progress-item__img svg {
    position: absolute;
    top: 15px;
    left: 17px;
}

.section-progress__map .progress-item__img.progress-item__img--green svg {
    top: 20px;
    left: 17px;
}

.section-progress__map .progress-item__img.progress-item__img--pink svg {
    top: 20px;
    left: 17px;
}

.footer {
    background-color: #046FB7;
}
.footer__wrapper {
    padding: 2rem 1rem 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
    margin: 0 auto;
}
.footer__wrapper a {
    color: #fff;
    background: url("../images/envelope.svg") no-repeat 0 0;
    padding-left: 2rem;
    font-size: 14px;
    margin-top: 8px;
}
.footer__wrapper p {
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.section-participation {
    padding: 3.5rem 7.4rem;
    background-color: #fff;
}

.section-participation h2 {
    color: #061058;
    text-align: center;
}

.section-participation h5 {
    color: #061058;
}

.section-participation label {
    color: #061058;
}

.container-sdo-admin .list-group-item.active {
    color: #212529;
}

.certificate-link {
    align-self: flex-start;
    background: url(../images/certificate.svg) no-repeat 0 50%;
    padding: 0.6rem 0 0.6rem 2.8rem;
    background-size: 20%;
}

.section-attention {
    padding: 4rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.section-attention p {
    color: red;
    font-size: 22px;
}
/*# sourceMappingURL=styles.css.map */
