

/* Start:/direction/static_content/assets/vaccination/styles/challenge-project.css?17604486628742*/
.challenge-project .detail-header__content {
    background-image: url("/direction/static_content/assets/vaccination/images/challenge-project/Banner_Doscfera_1224х400_NT_1.gif");
}

.challenge-project .detail-header__text h4 {
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    color: #FFF;
}

.detail-header__text {
    margin-top: 32px;
}

@media screen and (max-width: 767px) {
    .challenge-project .detail-header__content {
        background-image: url("/direction/static_content/assets/vaccination/images/challenge-project/banner-page-mobile.png");
        padding: 0;
        background-size: cover;
        min-height: 360px;

    }

    .challenge-project .detail-header__text {
        margin: 0;
        padding: 188px 60px 52px 24px;
    }

    .challenge-project .detail-header__text h4 {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }

    .detail-header__text > h4 > br {
        display: none;
    }

    .challenge-project .detail-header .container {
        padding: 0;
    }

    .detail-header__img {
        display: none;
    }

    .detail-header__img > img {
        position: absolute;
        width: 234px;
        height: 104px;
        left: 26px;
        top: 85px;
    }

}

@media screen and (max-width: 425px) {
    .challenge-project .detail-header__content {

    }
}

.page__content .content-menu {
    margin-bottom: 40px
}

.challenge_project__vote {
    margin-bottom: 40px;
}

.challenge_project__vote-starter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.challenge-project h5.challenge_project__vote-starter-text {
    font-style: normal;
    font-weight: 350;
    margin: auto;
}

.challenge_project__vote-starter-btn {
    margin: auto;
    min-width: 282px;
}


.challenge_project__vote-list {
    position: relative;
    padding: 52px;
    background-color: #F0F0F5;
    background-image: url("/direction/static_content/assets/vaccination/images/challenge-project/vote-left-img.svg");
    background-repeat: no-repeat;
    background-position: 94% center;
    overflow: hidden;
}

.challenge_project__vote-list > .dsi-close {
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
}

.challenge_project__vote-list > .dsi-close:hover {
    color: #0158bb;
}

@media screen and (max-width: 767px) {
    .challenge_project__vote-list {
        padding: 52px 16px;
        background-image: none;
    }
}

.challenge_project__question-indexer {
    font-weight: 800;
    font-size: 29px;
    line-height: 40px;
    margin-bottom: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.challenge_project__question-text {
    max-width: 808px;
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.challenge_project__answers-input-wrapper {
    color: #000;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    font-weight: 700;
    background-color: #fff;
    border: 2px solid #000;
    padding: 6px 22px;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    min-height: 52px;
}

.challenge_project__answers-input-wrapper:hover {
    border-color: #0158bb;
    color: #0158bb;
}

.challenge_project__answers-input-wrapper > input {
    display: none;
}

.challenge_project__answers-input-wrapper--selected {
    border-color: #0158bb;
    color: #0158bb;
}

.challenge_project__question-item {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100%;
}

.challenge_project__question-item--active {
    display: block;
    /*transform: translate(0, 0);*/

}

.challenge_project__question-item:not(.challenge_project__question-item--active) {
    /*display: none;*/
    /*transform: translate(200%, 0);*/
}

.challenge_project__question-item--answered {
    /*transform: translate(-100%, 0);*/
    opacity: 0;
}

.challenge_project__answers-item + .challenge_project__answers-item {
    margin-top: 24px;
}

.challenge_project__question-answers-wrapper {
    max-width: 808px;
}

.challenge_project__question-list {
    max-width: 808px;
    overflow: hidden;
    width: 100%;
}

.challenge_project__question-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (min-width: 1024px) {
    .challenge-project .detail-header__content {
        min-height: 400px;
        justify-content: normal;
        padding-left: 52px;
    }
}

.challenge_project__vote-result {
    background-color: #F0F0F5;
}

.challenge_project__vote-result-chart {
    position: relative;
}

.challenge_project__vote-result-chart canvas {
    display: block;
    margin: auto;
}

.challenge_project__vote-result-text {
    position: absolute;
    top: 119px;
    width: 226px;
    left: calc(50% - 113px);
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.challenge_project__vote-result-answered {
    font-weight: 800;
    font-size: 48px;
    line-height: 48px;
    margin-top: 10px;
}

.challenge_project__vote-result-buttons {
    max-width: 648px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 40px auto auto;
}

@media screen and (max-width: 767px) {
    .challenge_project__vote-starter {
        flex-wrap: wrap;
    }

    .challenge_project__vote-starter-btn {
        width: 100%;
    }

    .challenge_project__vote-result-buttons {
        flex-wrap: wrap;
        row-gap: 16px;
    }

    .challenge_project__vote-result-buttons > button {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #popup-correct-answers .swiper-buttons {
        padding: 0 5px !important;
    }

    #popup-correct-answers .swiper-buttons > div {
        transform: scale(0.75);
        transform-origin: center left;
    }

    #popup-correct-answers .swiper-buttons > div.swiper-button-next {
        transform: rotate(180deg) scale(0.75) !important;
        transform-origin: center !important;
    }
}

.article-item.coming-soon {

}

.article-item.coming-soon:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.article-item.coming-soon .article-item__author,
.article-item.coming-soon .article-item__author-description,
.article-item.coming-soon .tag-list__item,
.article-item.coming-soon .article-item__title {
    color: #707075;
}

/*region CHALLENGE-PROJECT__OTHER-MATERIALS*/
.challenge-project__other-materials {

}

.challenge-project__other-materials > h3 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 26px;
    line-height: 36px;
    margin-top: 27px !important;
    margin-bottom: 23px !important;
}

.challenge-project__other-materials-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.challenge-project__other-materials-block {
    max-width: 600px;
}

.challenge-project__other-materials-block > h4 {
    margin-bottom: 5px !important;
}

.challenge-project__other-materials-block > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    column-gap: 24px;
}

.challenge-project__other-materials-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 288px;
    width: 288px;
    border-bottom: 1px solid #E0E0E5;
    padding: 12px 0;
}

.challenge-project__other-materials-item:nth-child(3) {
    border-bottom: none;
}

.challenge-project__other-materials-item > div {
    margin: auto auto auto 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

/*endregion CHALLENGE-PROJECT__OTHER-MATERIALS*/
/* End */


/* Start:/local/components/luxoft/challenge_project.list/templates/static_for_challenge/style.css?17570754152397*/
.challenge-project-list__items-filter {
    background: #F0F0F5;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 16px 9%;
    margin-bottom: 32px;
}

.challenge-project-list__items-filter > div {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
}

.challenge-project-list__items-filter > div.active {
    text-decoration-line: underline;
    text-transform: uppercase;
}

.individual-selection-area__placeholder-title {
    margin-top: 40px;
}

.individual-selection-area__placeholder-description {
    line-height: 28px;
}

.individual-selection-area__placeholder-content {
    display: flex;
    justify-content: space-between;
    padding: 52px 4.25%;
    margin-top: 40px;
}

.individual-selection-area__placeholder-content-item {
    max-width: 284px;
    width: 284px;
}

.individual-selection-area__placeholder-content-item > img {
    display: block;
    margin: auto auto 24px;
}

.individual-selection-area__placeholder-content-item > p {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 4px;
}

.individual-selection-area__placeholder-content-item > p + p {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    color: #707075;
}

.individual-selection-area__placeholder-content-arrow {
    background-image: url(/local/components/luxoft/challenge_project.list/templates/.default/imgs/individual-selection-area-arrow.svg);
    background-repeat: no-repeat;
    width: 13%;
    background-size: 100%;
    background-position: 0 30%;
}

.challenge-project-list__show-more-btn {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    width: 200px;
    justify-content: center;
    display: block;
    margin: 32px auto 0;
}

.challenge-project-list__item > h3 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 29px;
    line-height: 40px;
    margin-bottom: 24px !important;
}

.challenge-project-list__item + .challenge-project-list__item {
    margin-top: 40px;
}

.individual-selection-area__placeholder-description--area {
    margin-bottom: 40px !important;
}

@media screen and (min-width: 1278px) {
    .challenge-project-list__items-wrapper > div {
        min-height: 550px;
    }
}


/* End */


/* Start:/local/js/korus/preloader/preloader.css?1714039741721*/
.preloader-wrapper{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(255,255,255,.9);z-index:1000}.preloader-container{text-align:center;padding-top:24px}.preloader-logo{background:url(/local/templates/mcmportal/images/logo.svg) center center no-repeat;width:160px;height:32px;background-size:100%;margin:0 auto}.preloader-message{font-family:LatoWebThin;font-size:32px;line-height:49px;box-sizing:border-box;padding-top:73px}.preloader-spinner{padding-top:73px}#preloader .description:after{content: none;}#preloader .description{margin: 60px auto 0 auto;color: #0158BB;width: 335px;left: -30px;font-family: Circe;font-size: 20px;font-weight: 400;line-height: 28px;letter-spacing: 0px;text-align: left;}
/* End */
/* /direction/static_content/assets/vaccination/styles/challenge-project.css?17604486628742 */
/* /local/components/luxoft/challenge_project.list/templates/static_for_challenge/style.css?17570754152397 */
/* /local/js/korus/preloader/preloader.css?1714039741721 */
