body {
    font-family: 'MuseoSansCyrl', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}

.section p {
    margin: 0 0 40px;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}

@media (max-width: 767px) {
    .section p {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 20px;
    }
}

.wrapper-2023 {
    position: relative;
}

.header {
    position: relative;
    top: 0;
}

@media (min-width: 1201px) {
    .header {
        position: sticky;
    }
}

.header {
    background-color: #ffffff;
    color: #000000;
}

.header__container {
    padding: 15px 0;
}

@media (max-width: 575px) {
    .header__container {
        padding: 15px 0;
    }
}

.header__nav {
    max-width: 927px;
    width: 100%;
    margin: 0 auto;
}

.header__nav ul {
    justify-content: space-between;
}

.header__nav a {
    color: #000000;
    font-family: 'MuseoSansCyrl', 'Arial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.header__btn {
    flex-shrink: 0;
    margin-left: 50px;
}

@media (max-width: 1400px) {
    .header__nav a {
        font-size: 16px;
    }
}

.header__nav a:hover,
.header__nav a:focus {
    color: #ffffff;
    background-color: #393874;
}

.header__btn a {
    border: 1px solid #CB0928;
    background: #CB0928;
    color: #ffffff;
    font-family: 'MuseoSansCyrl', 'Arial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.header__btn a:hover,
.header__btn a:focus {
    border: 1px solid #CB0928;
    color: #CB0928;
    background: #ffffff;
}

.header__logo {
    width: 302px;
    height: 68px;
    flex-shrink: 0;
    margin-right: 50px;
}

@media (max-width: 1300px) {
    .header__logo {
        width: 229px;
    }
}

.header__logo .icon {
    width: 100%;
    height: 68px;
}

.first-screen {
    position: relative;
    padding: 60px 0;
    background-color: #0B1030;
    color: #ffffff;
}

@media (max-width: 575px) {
    .first-screen {
        padding-bottom: 37px;
    }
}

.first-screen__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
}

.first-screen__subtitle {
    font-family: 'MuseoSansCyrl', 'Arial', sans-serif;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    background-color: transparent;
    color: #ffffff;
    text-transform: initial;
}

@media (max-width: 575px) {
    .first-screen__subtitle {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 25px;
        font-weight: 400;
    }
}

h1.first-screen__title {
    margin: 0 0 90px;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
}

h1.first-screen__title b {
    position: relative;
    font-weight: 700;
}

h1.first-screen__title span {
    position: relative;
}

h1.first-screen__title span::before {
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 12px;
    background-color: #CB0928;
    content: "";
}

@media (max-width: 575px) {
    h1.first-screen__title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 110px;
    }
}

.first-screen__content {
    max-width: 960px;
}

.first-screen__dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 125px;
}

@media (max-width: 767px) {
    .first-screen__dates {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
}

.first-screen__dates p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    margin: 0 54px 15px 0;
}

@media (max-width: 575px) {
    .first-screen__dates p {
        margin-bottom: 20px;
    }
}

.first-screen__dates p:last-child {
    margin-right: 0;
}

.first-screen__dates p b {
    margin-top: 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.first-screen__count {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .first-screen__count {
        margin-bottom: 0;
    }
}

.first-screen__count-title {
    margin: 0 0 12px;
    font-weight: 300;
    font-size: 50.6135px;
    line-height: 61px;
}

@media (max-width: 575px) {
    .first-screen__count-title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px;
    }
}

.first-screen__count-num {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 55.2147px;
    line-height: 66px;
    padding: 10px 30px;
    background-color: #CB0928;
}

@media (max-width: 575px) {
    .first-screen__count-num {
        font-size: 32px;
        line-height: 38px;
    }
}

.full-width-title {
    padding: 110px 100px 200px;
    position: relative;
}

@media (max-width: 767px) {
    .full-width-title {
        padding: 50px 15px;
    }
}

.full-width-title::after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 88.5%);
    content: "";
}

.full-width-title h2 {
    position: relative;
    z-index: 3;
    max-width: 790px;
    width: 100%;
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #4E4392;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 575px) {
    .full-width-title h2 {
        font-size: 36px;
        line-height: 1.4;
    }
}

.full-width-title .container {
    position: relative;
}

.full-width-title__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
}

@media (max-width: 575px) {
    .course-block {
        padding-top: 40px;
    }
}

.course-block__title {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #4E4392;
    text-align: center;
}

@media (max-width: 575px) {
    .course-block__title {
        font-size: 36px;
        line-height: 1.4;
        margin-bottom: 40px;
    }
}

.course-block__subtitle,
.text-center-block {
    margin: 0 0 50px;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}

.brand-all {
    margin: 0 -15px 25px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .brand-all {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.brand-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 0 15px;
    margin-bottom: 15px;
    height: 47px;
    animation: ani-fade-in 1s forwards;
}

/*@for $i from 1 through 10 {
    .brand-item:nth-child(#{$i}n) {
        animation-delay: #{$i * 0.5}s;
    }
}*/

@media (max-width: 991px) {
    .brand-item {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.brand-item img {
    display: block;
    height: 47px;
    width: auto;
}

.brand-link {
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
    background-color: transparent;
    text-decoration: none;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    border: none;
}

button.brand-link {
    position: relative;
    cursor: pointer;
    transition: color 0.4s ease-in-out;
}

@media (max-width: 767px) {
    button.brand-link.active {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

button.brand-link::before {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed transparent;
    transform: translateY(10px);
    transition: all 0.2s ease-in-out;
    content: "";
}

button.brand-link:hover,
button.brand-link:focus {
    color: #4E4392;
    transition: all 0.4s ease-in-out;
}

button.brand-link:hover::before,
button.brand-link:focus::before {
    border-color: #4E4392;
    transform: translateY(0);
}

.course-block__img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.course-block__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 50px;
    padding: 40px;
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    background-color: #4E4392;
}

@media (max-width: 767px) {
    .course-block__lead {
        padding: 15px;
    }
}

@media (max-width: 575px) {
    .course-block__lead {
        font-size: 20px;
        line-height: 1.4;
    }
}


.course-block__lead span {
    max-width: 770px;
}

.course-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

@media (max-width: 575px) {
    .course-block__row {
        margin-bottom: 40px;
    }
}

.course-block__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(78, 67, 146, 0.8);
    padding: 20px 50px 20px 20px;
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .course-block__col {
        padding: 15px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .course-block__col {
        width: 100%;
    }
}

.course-block__col p {
    margin: 0;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
}


@media (max-width: 575px) {
    .course-block__col p {
        font-size: 20px;
        line-height: 1.4;
    }
}

.course-block__col:nth-child(even) {
    background: rgba(78, 67, 146, 1);
}

.violet-block {
    padding: 80px 0;
    margin-bottom: 80px;
    background-color: #4E4392;
    color: #ffffff;
}

@media (max-width: 575px) {
    .violet-block {
        padding: 40px 0;
        margin-bottom: 40px;
    }
}

.violet-block__container {
    max-width: 805px;
}

.violet-block__title {
    margin: 0 0 50px;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
}

@media (max-width: 575px) {
    .violet-block__title {
        font-size: 28px;
        line-height: 1.4;
    }
}


.violet-block .check-list li {
    position: relative;
    padding-left: 54px;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
    padding-top: 5px;
}

.violet-block .check-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 33px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1262_2872)'%3E%3Cmask id='mask0_1262_2872' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='34' height='33'%3E%3Cpath d='M33.5 0H0.5V33H33.5V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1262_2872)'%3E%3Cpath d='M29.375 13.75V26.8125C29.375 27.9516 28.4516 28.875 27.3125 28.875H6.6875C5.54842 28.875 4.625 27.9516 4.625 26.8125V6.1875C4.625 5.04842 5.54842 4.125 6.6875 4.125H21.125' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M11.5 13.75L18.375 19.25L28.6875 4.8125' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1262_2872'%3E%3Crect width='33' height='33' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.steps-block {
    margin-bottom: 30px;
}

.steps-block__container {
    max-width: 805px;
}

.steps-block__title {
    margin: 0 0 50px;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #4E4392;
}

.steps-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    min-height: 276px;
}

@media (max-width: 575px) {
    .steps-block__item {
        margin-bottom: 40px;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.steps-block__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 575px) {
    .steps-block__item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.steps-block__img,
.steps-block__desc {
    width: calc(50% - 10px);
}

@media (max-width: 575px) {

    .steps-block__img,
    .steps-block__desc {
        width: 100%;
    }

    .steps-block__img {
        margin-top: 80px;
        margin-bottom: 20px;
    }
}

.steps-block__img img {
    width: 100%;
    height: auto;
}

.steps-block__desc {
    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;
}

.steps-block__num {
    margin: 0 0 40px;
    padding: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #4E4392;
}

@media (max-width: 575px) {
    .steps-block__num {
        position: absolute;
        top: 0;
    }
}

.steps-block__text {
    margin: 0 0 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
}

.steps-block__btn {
    width: 100%;
    display: block;
    padding: 20px;
    text-align: center;
    margin-top: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    border: 1px solid #CB0928;
    color: #ffffff;
    background-color: #CB0928;
    text-decoration: none;
}

.steps-block__btn:hover,
.steps-block__btn:focus {
    color: #CB0928;
    background-color: #ffffff;
}

.reg-block {
    padding: 80px 0;
    background-color: #4E4392;
    color: #ffffff;
}

@media (max-width: 575px) {
    .reg-block {
        padding: 40px 0;
    }
}

.reg-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .reg-block__inner {
        -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;
    }
}

.reg-block__content {
    max-width: 770px;
    margin-right: 32px;
}

@media (max-width: 767px) {
    .reg-block__content {
        text-align: center;
        margin-right: 0;
        margin-bottom: 40px;
    }
}

.reg-block__content p {
    margin: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #ffffff;
}

.reg-block__content span {
    display: inline-block;
    vertical-align: baseline;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.reg-block__btn {
    padding: 20px 40px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    border: 1px solid #25D366;
    background-color: #25D366;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}

.reg-block__btn--red {
    border-color: #CB0928;
    background-color: #CB0928;
}

.reg-block__btn:hover,
.reg-block__btn:focus {
    background-color: #ffffff;
    color: #25D366;
}

.reg-block__btn--red:hover,
.reg-block__btn--red:focus {
    background-color: #ffffff;
    color: #CB0928;
}

.speaker-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .speaker-block__inner {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.speaker-block__info,
.speaker-block__img {
    width: calc(50% - 10px);
}

@media (max-width: 767px) {
    .speaker-block__info {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .speaker-block__img {
        margin-top: 65px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: auto;
        max-width: 100%;
        margin-bottom: 40px;
    }
}

/*@media (max-width: 575px) {
    .speaker-block__img {
        margin-top: 110px;
    }
}*/

.speaker-block__info ul {
    list-style: disc;
    margin-left: 20px;
    margin: 0 0 20px 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 200%;
}

.speaker-block__title {
    margin: 0 0 40px;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #4E4392;
}

@media (max-width: 767px) {
    .speaker-block__title {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
    }
}

ul.speaker-block__list {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    max-width: 281px;
    margin-left: auto;
    margin-right: auto;
}

.speaker-block__item p {
    margin: 0 0 22px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.logo-list li {
    margin: 0 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .logo-list li {
        -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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.logo-list svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 269px;
    height: auto;
    margin-right: 30px;
}

@media (max-width: 1199px) {
    .logo-list svg {
        margin-bottom: 10px;
    }
}

.logo-list span {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}

.about-block__title {
    margin: 0 0 40px;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
}

.about-block__item {
    margin-bottom: 20px;
}

.about-block__item:last-child {
    margin-bottom: 0;
}

.about-block__item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    margin: 0;
    color: #ffffff;
}

@media (max-width: 767px) {
    .about-block__item p {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .about-block__item p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
    }
}


.about-block__item p b {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    width: 178px;
    height: 40px;
    margin-right: 20px;
    background-color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #CB0928;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 575px) {
    .about-block__item p b {
        margin-bottom: 20px;
    }
}

.about-job {
    padding-bottom: 40px;
}

@media (max-width: 575px) {
    .about-job {
        padding-bottom: 0;
    }
}

.about-job__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #4E4392;
}

.about-job__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

@media (max-width: 767px) {
    .about-job__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.about-job__item {
    width: calc(100%/3);
    padding: 0 10px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .about-job__item {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .about-job__item {
        width: 100%;
        text-align: center;
    }
}

.about-job__img {
    position: relative;
    width: 178px;
    height: 178px;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .about-job__img {
        margin-left: auto;
        margin-right: auto;
    }
}

.about-job__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-job__item-title {
    max-width: 375px;
    width: 100%;
    margin: 0 0 10px;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #4E4392;
}

@media (max-width: 575px) {
    .about-job__item-title {
        margin: 0 auto 10px;
    }
}

.about-job__text {
    max-width: 375px;
    width: 100%;
    margin: 0 0 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #4E4392;
}

@media (max-width: 575px) {
    .about-job__text {
        margin: 0 auto 10px;
    }
}

@media (max-width: 991px) {
    .tab-panels {
        width: 100%;
        padding: 0;
    }
}

.tab {
    -webkit-animation: ani-fade-in 2.5s forwards;
    animation: ani-fade-in 2.5s forwards;
}

.contacts-list__desc {
    margin-left: 0;
    -webkit-animation: ani-fade-in 1s forwards;
    animation: ani-fade-in 1s forwards;
}

.simple_tabs_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .simple_tabs_nav {
        position: relative;
        overflow-x: auto;
        overflow-y: visible;
        width: 100%;
        height: 55px;
    }

    .tab-panels__tabs {
        position: relative;
    }

    .tab-panels__tabs::before {
        pointer-events: none;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 50px;
        width: 20px;
        background-image: -o-linear-gradient(right, rgba(241, 241, 239, 0), #F1F1EF 75%);
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(241, 241, 239, 0)), color-stop(75%, #F1F1EF));
        background-image: linear-gradient(to left, rgba(241, 241, 239, 0), #F1F1EF 75%);
        content: "";
    }

    .tab-panels__tabs::after {
        pointer-events: none;
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        height: 50px;
        width: 20px;
        background-image: -o-linear-gradient(left, rgba(241, 241, 239, 0), #F1F1EF 75%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(241, 241, 239, 0)), color-stop(75%, #F1F1EF));
        background-image: linear-gradient(to right, rgba(241, 241, 239, 0), #F1F1EF 75%);
        content: "";
    }
}

.simple_tabs_nav button {
    display: block;
    position: relative;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    margin-bottom: -1px;
    -webkit-box-shadow: inset 0 -1px 0 0 transparent;
    box-shadow: inset 0 -1px 0 0 transparent;
    -webkit-transition-property: color, -webkit-box-shadow;
    transition-property: color, -webkit-box-shadow;
    -o-transition-property: color, box-shadow;
    transition-property: color, box-shadow;
    transition-property: color, box-shadow, -webkit-box-shadow;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0, 1);
    text-decoration: none;
    color: #000;
    font-size: 23px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #cccccc;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .simple_tabs_nav button {
        font-size: 22px;
    }
}

@media (max-width: 1023px) {
    .simple_tabs_nav button {
        font-size: 21px;
    }
}

@media (max-width: 991px) {
    .simple_tabs_nav button {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .simple_tabs_nav button {
        white-space: nowrap;
    }
}

.simple_tabs_nav button::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #393874;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.simple_tabs_nav button.current::before {
    width: 100%;
    height: 4px;
}

.simple_tabs_nav button.current,
.simple_tabs_nav button:hover {
    color: #393874;
}

.simple_tabs_nav button:hover::before {
    width: 100%;
}

.history {
    padding-top: 80px;
    background-color: #f1f1ef;
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .history {
        padding-top: 40px;
        margin-bottom: 40px;
    }
}

.history_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 30px 0px;
}

.history_box-img-all {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}

@media (max-width: 575px) {
    .history_box-img-all {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
}

.history_box-img {
    position: relative;
    margin-top: 10px;
}

.history_box-img>img {
    width: 100%;
}


.history_box-text h3.text-quote {
    color: #393874;
    font-weight: bold;
    font-size: 2.3rem;
    line-height: 1.2;
    padding: 0px 30px;
    margin-bottom: 30px;
    position: relative;
}

@media (max-width: 575px) {
    .history_box-text h3.text-quote {
        font-size: 24px;
        line-height: 1.4;
    }
}

h3.text-quote:before {
    content: '';
    display: block;
    background-image: url(/content/files/job/qoute.svg);
    position: absolute;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    z-index: -1;
    top: 0px;
    left: 0px;
}

h3.text-quote span:after {
    content: '';
    display: block;
    background-image: url(/content/files/job/qoute.svg);
    position: absolute;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    z-index: -1;
    bottom: -14px;
    right: -25px;
}

h3.text-quote span {
    display: inline;
    position: relative;
}

.history_box-title {
    padding: 10px 20px;
}

.history_box-title h3 {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.2;
}

.history_box-title span {
    font-size: 1.1rem;
    line-height: 1.3;
}




.history_box-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}

@media (max-width: 575px) {
    .history_box-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}


.history_box-text h3 {
    font-size: 2rem;
    line-height: 1.4;
    margin: 0 0px 20px;
}

@media (max-width: 767px) {
    .history_box-text h3 {
        font-size: 1.5rem;
    }
}

.history_box-text h4 {
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 20px 0px 15px;
}

.history_box-text h4 b {
    font-weight: 700;
}


.history_box-text p {
    margin: 15px 0px 10px;
    font-size: 1rem;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .history_box-text p {
        font-size: 15px;
    }
}

.section__subtitle {
    border-bottom: 1px solid rgb(40 35 77 / 50%);
    display: inline-block;
    margin-bottom: 15px;
}

.section-title--light {
    border-color: rgba(255, 255, 255, 0.1);
}

.text-red {
    color: #cb0928 !important;
}

.text-grey {
    color: #797979 !important;
}

.font-36 {
    font-size: 36px !important;
    line-height: 1.2 !important;
}

.typography h2.title-lg {
    margin-bottom: 50px;
}

.common-section.text-card_theme_lblue {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.maincontent {
    padding-top: 0;
}

.maincontent {
    clear: both;
    width: 100%;
    font-size: 16px;
    max-width: 930px;
    margin: 0 auto;
    padding: 0 15px 80px;
    color: #333;
    line-height: 1.5em;
    position: relative;
}

@media (max-width: 575px) {
    .maincontent {
        padding-bottom: 10px;
    }
}

.typography {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.typography h2.title-lg {
    margin-bottom: 50px;
}

.typography h1,
.typography h2 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 900;
}

.maincontent p {
    font-size: 16px;
    line-height: 1.4;
}

.squares {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

img.squares_1 {
    position: absolute;
    left: -33px;
    top: -33px;
}

img.squares_2 {
    position: absolute;
    left: -82px;
    bottom: -115px;
}

img.squares_3 {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.history_box-text h3.text-quote {
    color: #393874;
    font-weight: bold;
    font-size: 37px;
    line-height: 44px;
    padding: 0px 30px;
    margin-bottom: 30px;
    position: relative;
}

@media (max-width: 575px) {
    .history_box-text h3.text-quote {
        font-size: 24px;
        line-height: 1.4;
    }
}

h3.text-quote:before {
    content: '';
    display: block;
    background-image: url(../img/2023/job/qoute.svg);
    position: absolute;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    z-index: -1;
    top: 0px;
    left: 0px;
}

h3.text-quote span:after {
    content: '';
    display: block;
    background-image: url(../img/2023/job/qoute.svg);
    position: absolute;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    z-index: -1;
    bottom: -14px;
    right: -25px;
}

.history_box-title h3 {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
}

.history_box-title span {
    font-size: 18px;
    line-height: 1.3;
}

.text-red {
    color: #cb0928 !important;
}

.history_box-img>img {
    display: block;
    width: 100%;
}

.simple_tabs_nav button.current,
.simple_tabs_nav button:hover {
    color: #393874;
}

.simple_tabs_nav button::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #393874;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.simple_tabs_nav button.current::before {
    width: 100%;
    height: 4px;
}

@-webkit-keyframes ani-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ani-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/**
 * Contacts
 */
/**
 * Contacts Detailed
 */
.contacts-detailed {
    position: relative;
    color: #FFF;
    background-color: #160C25;
}

.contacts-detailed:after {
    content: "";
    display: table;
    clear: both;
}

.contacts-detailed__map-container {
    height: 320px;
    background: #393874;
}

.contacts-detailed__map {
    position: relative;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .contacts-detailed__content {
        float: left;
        width: 50%;
    }

    .contacts-detailed__map-container {
        position: absolute;
        top: 0;
        left: 50%;
        right: 0;
        bottom: 0;
        height: auto;
    }
}

/**
 * Contacts List
 */
.contacts-list {
    padding: 60px 40px 40px;
    background: #160C25;
}

.contacts-list__title {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.contacts-list__title.is-active .contacts-list__toggle {
    color: #FFF;
}

.contacts-list__title.is-active .contacts-list__toggle:after {
    opacity: 1;
}

.contacts-list__title,
.contacts-list__desc {
    margin-bottom: 20px;
}

.contacts-list__toggle {
    display: inline-block;
    cursor: pointer;
    color: #69F;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.contacts-list__toggle:after {
    content: '';
    display: inline-block;
    width: 40px;
    margin-left: 10px;
    vertical-align: middle;
    border-top: 1px solid currentColor;
    opacity: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}

.contacts-list__toggle:hover {
    color: #FFF;
}

.contacts-list__desc {
    font-weight: 300;
    margin-left: 0;
}

.contacts-list__address {
    font-style: normal;
}

.contacts-list__schedule {
    margin-top: 20px;
    color: #7A8BA2;
}

@media (min-width: 1280px) {
    .contacts-list {
        padding: 60px 80px 40px;
    }
}

.is-hidden {
    display: none;
}

.link,
.typography a {
    text-decoration: none;
    color: #393874;
    cursor: pointer;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.link_theme_white {
    color: #FFF;
}

.feedback-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.feedback-block__img {
    width: 436px;
}

@media (max-width: 767px) {
    .feedback-block__img {
        display: none;
    }
}

.feedback-block__img img {
    width: 100%;
    height: auto;
}

.feedback-block__form {
    max-width: 520px;
    width: 100%;
}

@media (max-width: 767px) {
    .feedback-block__form {
        margin-left: auto;
        margin-right: auto;
    }
}

.feedback-block__title {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #ffffff;
}

@media (max-width: 575px) {
    .feedback-block__title {
        font-size: 28px;
        line-height: 1.4;
    }
}

.feedback-block__text {
    margin: 0 0 40px;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
}

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

.feedback-form__row .input-item {
    position: relative;
    margin-right: 40px;
    width: 147px;
    margin-bottom: 40px;
}

.feedback-form__row .input-item .error-message {
    position: absolute;
    top: calc(100% + 5px);
    max-width: 190px;
    font-size: 12px;
    line-height: 1.4;
    color: #cb0928;
    display: none;
}

.feedback-form__row .input-item.error .error-message {
    display: block;
}

.feedback-form__row .input-item.error {
    position: relative;
}

.feedback-form__row .input-item:first-child {
    width: 190px;
}

.feedback-form__row .input-item input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feedback-form__row .input-item input::-moz-placeholder {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    opacity: 1;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feedback-form__row .input-item input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    opacity: 1;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feedback-form__row .input-item input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    opacity: 1;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feedback-form__row .input-item input::placeholder {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feedback-form__row .input-item input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.feedback-form__row .input-item input:focus::-moz-placeholder {
    opacity: 0;
}

.feedback-form__row .input-item input:focus:-ms-input-placeholder {
    opacity: 0;
}

.feedback-form__row .input-item input:focus::-ms-input-placeholder {
    opacity: 0;
}

.feedback-form__row .input-item input:focus::placeholder {
    opacity: 0;
}

.feedback-form__row .input-item input {
    background-color: transparent;
    border: none;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    height: 33px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.feedback-form__submit,
.feedback-form__btn {
    padding: 20px 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
}

@media (max-width: 575px) {

    .feedback-form__submit,
    .feedback-form__btn {
        padding: 20px 30px;
        white-space: nowrap;
    }
}

.feedback-form__submit {

    border: 1px solid #CB0928;
    background-color: #CB0928;

    margin-right: 20px;
}

@media (max-width: 991px) {
    .feedback-form__submit {
        margin-bottom: 20px
    }
}

.feedback-form__submit:hover,
.feedback-form__submit:focus {
    background-color: #ffffff;
    color: #CB0928;
}

.feedback-form__btn {
    height: 62px;
    border: 1px solid #25D366;
    background-color: #25D366;

    margin-right: 20px;

}

.feedback-form__btn:hover,
.feedback-form__btn:focus {
    background-color: #ffffff;
    color: #25D366;
}

#form {
    padding-top: 0;
}

@media (max-width: 991px) {
    #form {
        padding: 0;
    }
}

div#faq {
    padding: 0 0 80px;
}

@media (max-width: 575px) {
    div#faq {
        padding: 0 0 40px;
    }
}

.header__nav .header__btn a {
    text-align: center;
}

.header__nav a {
    padding: 6px 10px;
}

@media (max-width: 1199px) {
    .header__nav a {
        color: #ffffff;
    }
}

.hidden {
    display: none;
}

.link_theme_white {
    text-decoration: underline solid transparent;
}

.link_theme_white:hover,
.link_theme_white:focus {
    text-decoration: underline solid #ffffff;
}

.frame--new {
    border: none;
    width: 100%;
    height: 490px;
    margin-bottom: 0;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .frame--new {
        height: 410px;
    }
}

@media (max-width: 728px) {
    .frame.frame--new {
        height: 410px;
    }
}


@media (max-width: 676px) {
    .frame.frame--new {
        height: 452px;
    }
}

@media (max-width: 575px) {
    .frame.frame--new {
        height: 482px;
    }
}

@media (max-width: 532px) {
    .frame.frame--new {
        height: 521px;
    }
}

@media (max-width: 491px) {
    .frame.frame--new {
        height: 547px;
    }
}

@media (max-width: 435px) {
    .frame.frame--new {
        height: 573px;
    }
}

.ymap-container {
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.loader {
    color: #000;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 15;
    -webkit-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity .7s ease;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
}

.loader-default::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/map/loader.gif) no-repeat center/contain;
}

.map-yandex {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: relative;
    z-index: 7;
}

.faq2 {
    padding-top: 40px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

button {
    cursor: pointer;
}

.faq-accordion__content ol li {
    color: #4f4591;
    font-weight: 700;
    padding-left: 0;
}

.faq-accordion__content ol li p {
    color: #000000;
    font-weight: 300;
}

.faq-accordion__content ol li::before {
    display: none;
}

.section {
    padding: 80px 0;
    margin: 0;
}

@media (max-width: 767px) {
    .section {
        padding: 40px 0;
        margin: 0;
    }
}

.bg-grey {
    background-color: #F5F5F5;
}

.text-violet {
    color: #393874;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.text-center {
    text-align: center;
}

.btn-red {
    background-color: #CB0928;
    color: #ffffff;
    border: 1px solid #CB0928;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.btn-red:hover,
.btn-red:focus {
    background-color: #ffffff;
    color: #CB0928;
}

.btn-lg {
    padding: 20px 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}


.title-h2 {
    margin: 0 0 40px;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #4E4392;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .title-h2 {
        margin-bottom: 30px;
        font-size: 36px;
        line-height: 140%;
    }
}

@media (max-width: 575px) {
    .title-h2 {
        font-size: 30px;
        line-height: 140%;
    }
}

.title-h3 {
    margin: 0 0 40px;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #4E4392;
}

@media (max-width: 767px) {
    .title-h3 {
        font-size: 30px;
        line-height: 140%;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .title-h3 {
        font-size: 26px;
        line-height: 140%;
    }
}

.title-h4 {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #000000;
}

@media (max-width: 767px) {
    .title-h3 {
        font-size: 22px;
        line-height: 140%;
    }
}

.job-openings .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    width: 100%;
}

.job-openings__list {
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

.job-openings__item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #BCBCBC;
    padding: 20px 0;
    margin: 0;
    font-weight: 600;
}

.job-openings__item span:last-child {
    white-space: nowrap;
}

@media (max-width: 575px) {
    .job-openings__item {
        flex-direction: column;
        text-align: center;
    }

    .job-openings__item span:last-child {
        display: block;
        margin-top: 10px;
        color: #4E4392;
    }
}

.job-openings__item:first-child {
    padding-top: 0;
}

.job-openings__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}


/*что мы предлагаем*/
.info_box_abs {
    z-index: 9;
    padding: 20px 30px;
    background: #393874;
    color: #fff;
    bottom: 35px;
    font-size: 14px;
}

.info_box {
    position: relative;
    padding-top: 30px;
}

.info_box_abs p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
}

.owl-theme .owl-item a {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 68.215%;
}

.owl-theme .owl-item a img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.owl-theme .owl-nav {
    margin: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    display: flex;
    width: 70px;
    height: 70px;
    position: absolute;
    margin: 0 !important;
    padding: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    top: 50%;
    transform: translate(0px, -50%);
    background: #393874;
}

.owl-prev {
    left: 0;
}

.owl-prev img {
    transform: rotate(90deg);
}

.owl-theme .owl-nav [class*=owl-] {
    display: flex;
    width: 70px;
    height: 70px;
    position: absolute;
    margin: 0 !important;
    padding: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    top: 50%;
    transform: translate(0px, -50%);
    background: #393874;
}

.owl-next {
    right: 0;
}

.owl-next img {
    transform: rotate(270deg);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #cb0928;
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 0px !important;
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 0px !important;
}

/*что мы предлагаем end*/

.check-list {
    max-width: 650px;
    margin: 0 auto 40px;
    padding: 0;
    list-style: none;
}

@media (max-width: 767px) {
    .check-list {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.check-list li {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    padding: 0 0 0 54px;
    min-height: 33px;
    margin: 0 0 14px;
}

.check-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 33px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 34 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1677_2192)'%3E%3Cmask id='mask0_1677_2192' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='34' height='33'%3E%3Cpath d='M33.5 0H0.5V33H33.5V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1677_2192)'%3E%3Cpath d='M29.375 13.75V26.8125C29.375 27.9516 28.4516 28.875 27.3125 28.875H6.6875C5.54842 28.875 4.625 27.9516 4.625 26.8125V6.1875C4.625 5.04842 5.54842 4.125 6.6875 4.125H21.125' stroke='%234A40BA' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M11.5 13.75L18.375 19.25L28.6875 4.8125' stroke='%234A40BA' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1677_2192'%3E%3Crect width='33' height='33' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    content: "";
}

.fs-18 {
    font-size: 18px;
}

.course-block__video {
    position: relative;
    cursor: pointer;
}

.course-block__video::before {
    position: absolute;
    z-index: 3;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffffff;
    content: "";
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.course-block__video::after {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: calc(50% + 14px);
    transform: translate(-50%, -50%);
    border: 20px solid transparent;
    border-left: 30px solid #cb0928;
    transition: all 0.3s ease-in-out;
    content: "";
}

.course-block__video:hover::before {
    background-color: #cb0928;
}

.course-block__video:hover::after {
    border-left: 30px solid #ffffff;
}

.course-block__video img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-in-out;
    object-fit: cover;
}

.course-block__video.active::before,
.course-block__video.active::after,
.course-block__video.active img {
    opacity: 0;
}



.course-block__video video {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.course-block__video.active video {
    opacity: 1;
    z-index: 5;
}

.about-section__container {
    display: flex;
    width: 100%;
    justify-content: center
}

.about-section__btn {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.feedback-block__form {
    padding-top: 90px;
}

@media (max-width: 991px) {
    .feedback-block__form {
        padding-top: 40px;
    }
}

.feedback-block__inner {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
}

.feedback-block__form {
    margin-left: auto;
    margin-right: auto;
}

.feedback-block__img {
    position: absolute;
    bottom: -80px;
    right: 128px;
    width: 230px;
}

@media (max-width: 991px) {
    .feedback-block__img { 
        display: none;
    }
}

.feedback-block__img img {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 100%;
    object-fit: contain;
    object-position: bottom;
}