

/* Start:/career//style.css?171221316016164*/
body {
    background-color: #fff;
}
main ul {
    padding-left: 0px;
}
.career-page-section-banner {
    background-image: url(/career/images/main--banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, .4);
    background-blend-mode: multiply;
}
.section-banner-wrapper {
    position: relative;
    width: 100%;
    height: 649px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.main-page-banner-title {
    position: absolute;
    left: 210px;
    top: 90px;
    width: 854px;
    height: 211px;
    font-size: 64px;
    line-height: 70.4px;
    z-index: 3;
    color: #fff;
    font-weight: 700;
}
.banner-button {
    position: absolute;
    left: 210px;
    top: 360px;
    width: 293px;
    height: 58px;
    font-size: 18px;
    line-height: 18px;
    z-index: 6;
    background-color: rgba(229, 57, 53, 1);
    border: 1px solid rgba(211, 47, 47, 1);
    color: #fff;
    padding: 18px 20px;
    border-radius: 6px;
    text-align: center;
}
.banner-button:hover {
    color: #fff;
    background-color: #be2a2a;
    border: 1px solid #be2a2a;
    text-decoration: none;
}
.banner-mark {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 570px;
    width: 80px;
    height: 80px;
    font-size: 14px;
    line-height: 16.8px;
    z-index: 3;
}
.banner-mark-svg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.banner-mark-svg svg {
    width: 100%;
    height: 100%;
}
.main-page-section-about {
    background: #fff;
}
.main-page-about-title {
    color: rgba(229, 57, 53, 1);
    margin-bottom: 18px;
    margin-top: 40px;
    text-align: center;
    font-weight: 700;
}
.main-page-about-info {
    margin-bottom: 16px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}
.main-page-about-text {
    margin-bottom: 40px;
    text-align: center;
}
.main-page-section-advantages, .main-page-section-development, .main-page-section-company {
    background-color: #F7F8FA;
}
.container, .container__advantages, .container__intership, .container__development, .container__reviews, .container__company, .container__faq, .container__form {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.main-page-advantages-title, .main-page-development-title, .main-page-reviews-title, .main-page-company-title, .main-page-faq-title, .main-page-form-title {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
}
.main-page-form-title {
    color: #fff;
}
.section-advantages-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.advantages-block {
    flex-basis: 33.33%;
    max-width: 33.33%;
    margin-bottom: 64px;
    list-style: none;
    padding: 0px 10px;
}
.advantages-card__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: 0 auto 32px;
    background: #fff;
    color: rgba(211, 47, 47, 1);
    box-shadow: 0 8px 40px rgba(0,0,0,0.08);
}
.advantages-card__img svg {
    width: 48px;
    height: 48px;
    fill: rgba(211, 47, 47, 1);
}
.advantages-card__title {
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 700;
    min-height: 80px;
}
.advantages-card__text {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.main-page-section-intership {
    background: #fff;
    padding: 30px 0px 70px;
}
.section-intership-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.intership-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 33.33%;
    max-width: 33.33%;
}
.intership-card__img {
    width: 100%;
    position: relative;
    margin: auto;
    height: 520px;
}
.intership-image__large {
    max-width: 350px;
    height: 425px;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    object-fit: cover;
    border-radius: 8px;
}
.intership-image__small {
    max-width: 255px;
    height: 255px;
    right: -80px;
    bottom: -30px;
    width: 100%;
    position: absolute;
    object-fit: cover;
    border-radius: 8px;
}
.intership-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 620px;
    padding: 0px 20px 0px 50px;
}
.intership-info__title {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
}
.intership-info__text {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: justify;
}
.intership-info__text .sub--title {
    font-weight: 700;
    font-size: 20px;
}
.section-development-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.main-page-development-subtitle {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}
.development-block {
    flex-basis: 33.33%;
    max-width: 33.33%;
    margin-bottom: 64px;
    padding: 0px 10px;
}
.development-card__img {
    text-align: center;
}
.development-card__img img {
    max-width: 300px;
}
.development-card__info {
    background: #fff;
    border-radius: 0px 0px 16px 16px;
    min-height: 240px;
}
.development-card__text {
    padding: 10px 20px 10px 40px;
}
.development-card__text ul li {
    list-style: circle;
    margin-bottom: 10px;
}
.development-card__title {
    font-size: 24px;
    font-weight: 700;
    padding: 20px 20px 10px 40px;
}
.main-page-section-reviews {
    padding-bottom: 50px;
}
.reviews-block {
    padding: 0 20px;
}
.reviews-card--cont {
    padding: 30px;
    background: #F7F8FA;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}
.reviews-card {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.reviews-card__img img {
    display: block;
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100%;
    margin: 0 auto 16px;
}
.reviews-card__text {
    text-align: justify;
    font-weight: normal;
    margin: 10px 0 0px;
    font-size: 16px;
    display: block;
    min-height: 300px;
}
.reviews-card__name {
    display: block;
    font-size: 18px;
    line-height: 23px;
    color: rgba(0, 0, 0, .7);
    margin-bottom: 3px;
    text-align: center;
    font-weight: normal;
}
.reviews-card__prof {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, .4);
    margin-bottom: 3px;
    text-align: center;
    font-weight: normal;
}
.reviews-all-btn {
    text-align: center;
    background: #be2a2a;
    color: #fff;
    border: 1px solid #be2a2a;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 15px 0px 20px;
}
.main-page-section-company, .main-page-section-form {
    padding-bottom: 50px;
}
.company-block {
    padding: 0px 20px;
}
.company-card {
    /* border: 2px solid rgba(211, 47, 47, 1); */
    border-radius: 16px;
}
.company-card__img img {
    border-radius: 12px;
}
.faq-block {
    margin-bottom: 30px;
}
.faq-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
}
.faq-answer {
    display: none;
    font-size: 18px;
    max-width: 750px;
}
.faq-answer.active {
    display: block;
}
.faq-question__mark.rotate {
    transform: rotate(180deg);
}
.faq-question {
    font-size: 28px;
    font-weight: 700;
    max-width: 750px;
}
.main-page-section-form {
    /* background-image: url(/career/images/form_new.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, .4);
    background-blend-mode: multiply; */
    background-color: #464646;
}
.slider_reviews .slick-prev:before, .slider_reviews .slick-next:before, .slider_company .slick-prev:before, .slider_company .slick-next:before {
    content: url(/career/images/left-chevron.png);
}
.slider_reviews .slick-prev, .slider_company .slick-prev {
    left: -30px;
}
.slider_reviews .slick-next, .slider_company .slick-next {
    right: -30px;
}
.slick-prev, .slick-next {
    top: 40% !important;
}
.container__company .slick-dots, .container__reviews .slick-dots {
    bottom: -35px;
}
.container__company .slick-dots li, .container__reviews .slick-dots li {
    margin: 0px 8px;
    width: 10px;
    height: 10px;
}
.container__company .slick-dots li button:before, .container__reviews .slick-dots li button:before {
    border: none;
    color: transparent !important;
    background-color: #cdcdcd;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
}
.container__company .slick-dots li.slick-active button:before, .container__reviews .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    background: #373737;
}
.container__company .slick-dots li.slick-active button:before, .container__reviews .slick-dots li.slick-active button:before {
    color: transparent !important;
}
@media (min-width: 1230px) and (max-width: 1630px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 1230px) and (max-width: 1920px) {
    .container__advantages, .container__development, .container__reviews, .container__company, .container__intership {
        width: 1200px;
    }
}
@media (min-width: 1230px) and (max-width: 1920px) {
    .container__faq, .container__form {
        width: 990px;
    }
}
/* @media screen and (max-width: 1550px) {
    .reviews-card__text {
        min-height: 120px;
    }
} */
@media screen and (max-width: 1400px) {
    /* .reviews-card__text {
        min-height: 120px;
    } */
    .slider_reviews .slick-prev, .slider_company .slick-prev {
        left: -15px;
    }
    .slider_reviews .slick-next, .slider_company .slick-next {
        right: -15px;
    }
}
@media screen and (max-width: 1199px) {
    .section-banner-wrapper {
        height: 611px;
    }
    .main-page-banner-title {
        left: 40px;
        top: 90px;
        width: 782px;
        height: 106px;
        font-size: 48px;
        line-height: 52.8px;
    }
    .banner-button {
        left: 40px;
        top: 360px;
        width: 293px;
    }
    .banner-mark {
        top: 531px;
        width: 80px;
        height: 80px;
    }
    .advantages-block {
        flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 48px;
    }
    .advantages-card__title {
        min-height: initial;
    }
    .main-page-section-intership {
        padding: 30px 0px 20px;
    }
    .intership-card {
        flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
    .intership-card__img {
        max-width: 280px;
        height: 326px;
    }
    .intership-image__large {
        max-width: 220px;
        height: 268px;
    }
    .intership-image__small {
        max-width: 160px;
        height: 160px;
        right: 0;
    }
    .intership-info {
        padding: 0px 20px 0px 20px;
        margin-top: 30px;
    }
    .development-block {
        flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 48px;
    }
    /* .reviews-card__text {
        min-height: 120px;
    } */
}
@media screen and (max-width: 1023px) {
    .section-banner-wrapper {
        height: 635px;
    }
    .main-page-banner-title {
        left: 40px;
        top: 90px;
        width: 569px;
        height: 106px;
        font-size: 48px;
        line-height: 52.8px;
    }
    .banner-button {
        left: 40px;
        top: 360px;
        width: 293px;
    }
    .banner-mark {
        top: 555px;
        width: 80px;
        height: 80px;
    }
    .development-card__info {
        min-height: 260px;
    }
    /* .reviews-card__text {
        min-height: 210px;
    } */
}
@media screen and (max-width: 767px) {
    .section-banner-wrapper {
        height: 456px;
        margin: 0 auto;
    }
    .main-page-banner-title {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        /* text-align: center; */
        top: 90px;
        width: 603px;
        height: 31px;
        font-size: 28px;
        line-height: 30.8px;
    }
    .banner-button {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        top: 290px;
        width: 603px;
    }
    .banner-mark {
        top: 400px;
        width: 56px;
        height: 56px;
    }
    .advantages-block {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .intership-card {
        flex-basis: 100%;
        max-width: 100%;
    }
    .development-block {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .development-card__info {
        min-height: initial;
    }
    /* .reviews-card__text {
        min-height: 130px;
        font-size: 19px;
        line-height: 20px;
        margin-bottom: 32px;
    } */
    .reviews-card__name {
        font-size: 16px;
    }
}
@media screen and (max-width: 666px) {
    .section-banner-wrapper {
        height: 405px;
    }
    .main-page-banner-title {
        top: 78px;
        width: 260px;
        height: 123px;
        font-size: 24px;
        line-height: 30.8px;
    }
    .banner-button {
        top: 280px;
        width: 280px;
        padding: 18px 12px;
    }
    .banner-mark {
        top: 350px;
        width: 56px;
        height: 56px;
    }
    .advantages-card__title {
        font-size: 24px;
    }
    .faq-question {
        font-size: 20px;
    }
    .faq-answer {
        font-size: 16px;
    }
}
@media screen and (max-width: 400px) {
    .main-page-development-subtitle {
        font-size: 19px;
    }
    .development-card__title {
        font-size: 17px;
    }
    .development-card__text {
        font-size: 14px;
    }
    .development-card__img img {
        max-width: 260px;
    }
    .intership-info__text {
        text-align: left;
    }
    .reviews-card--cont {
        padding: 30px 30px 10px;
    }
    .reviews-card {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .reviews-card__text {
        text-align: center;
        font-size: 14px;
        min-height: 460px;
    }
    .container__company .slick-dots li, .container__reviews .slick-dots li {
        margin: 0px 5px;
        width: 10px;
        height: 10px;
    }
}

.ui-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 10;
}

.ui-popup--show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-popup__container {
    background: #fff;
    border-radius: 4px;
    position: relative;
    padding: 50px;
    width: 100%;
    max-width: 650px;
    max-height: 80vh;
    overflow: auto;
    margin: 10px;
}

.ui-popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    border: none;
}

.ui-popup__body {
    text-align: justify;
}

@media (max-width: 550px) {
    .ui-popup--show {
        align-items: flex-start;
    }

    .ui-popup__container {
        max-height: calc(100vh - 30px);
        padding: 30px 15px;
        margin: auto 10px;
    }

    .ui-popup__close {
        top: 5px;
        right: 5px;
    }
}
/* End */


/* Start:/local/components/custom/main.feedback/templates/students/style.css?17441181601880*/
div.mfeedback {
    display: flex;
    justify-content: center;
}

.mf-confirm, .mf-confirm a{
    color: #fff;
    font-size: 18px;
}
.mf-confirm a{
    text-decoration: underline;
}

span.mf-req {
    color: rgba(229, 57, 53, 1);
}
div.mf-ok-text {
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    padding: 0 10px;
}

.mf-ok-text__container {
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 50px;
    width: 100%;
    max-width: 650px;
    max-height: 80vh;
    overflow: auto;
    margin: auto;
}

.mf-ok-text__close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    border: none;
}

.mf-ok-text__body {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.students__feedback {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    max-width: 650px;
}
.students__feedback .mf-name input, .students__feedback .mf-message input, .students__feedback .mf-email input, .students__feedback select.mf-choose {
    width: 100%;
    height: 58px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
    border-radius: 8px;
    outline: none;
    transition: border .3s;
    background-color: #fff;
    border: 2px solid rgba(0,0,0,.1);
}
.students__feedback-submit {
    width: 100%;
    height: 58px;
    font-size: 18px;
    line-height: 18px;
    z-index: 6;
    background-color: rgba(229, 57, 53, 1);
    border: 1px solid rgba(211, 47, 47, 1);
    color: #fff;
    padding: 16px 20px;
    border-radius: 6px;
    text-align: center;
}
.confident--form {
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.confident--form a {
    color: #fff !important;
    text-decoration: underline;
}
/* End */
/* /career//style.css?171221316016164 */
/* /local/components/custom/main.feedback/templates/students/style.css?17441181601880 */
