.cover--four img {
    width: 100%;
}

.cover--four .cover__container {
    padding-top: 200px;
    z-index: 2;
}


@media (max-width: 768px) {
    .cover--four .cover__container {
        padding: 40px 0 0;
    }
}




/* slider */

.promoSlider {
    overflow-x: hidden;
    background: linear-gradient(180deg, #490140 0%, #5D0540 47.5%, #6A0017 100%);
   /* background: url("../img/bg-prizes.png") center center no-repeat;
    background-size: cover;*/
   /* background: #5F439F;*/
   padding-top: 135px;
   position: relative;
}

.promoSlider .slider .slick-slide {
    display: flex;
    justify-content: center;
}

.promoSlider .slider__img {
    transform: none;
}

.promoSlider .slider__subtitle {
    transform: none;
}

.promoSlider .slider__text {
    transform: none;
}

.promoSlider .slider__slide-inner-wrapper {
    background: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #3967C9;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 25px 25px 60px;
}

.slider__nav-item {
    cursor: pointer;
}

.promoSlider .slider__img_wrapper {
    margin-top: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.slider__img_wrapper img {
    max-width: 100%;
}

@media (max-width: 1400px) {
    .promoSlider .slider__nav-item--prev {
        left: 0px;
    }
    .promoSlider .slider__nav-item--next {
        right: 0px;
    }
}

@media (max-width: 768px) {
    .promoSlider .slider__img_wrapper {
        margin-top: 22px;
    }
}

@media (max-width: 1250px) {
    .promoSlider .slider__nav-item--prev {
        left: 20px;
    }
    .promoSlider .slider__nav-item--next {
        right: 20px;
    }
}

@media (max-width: 1024px) {
    .promoSlider .slider__nav-item {
        width: 30px;
        height: 30px;
    }
    .promoSlider .slider__nav-item--prev:after {
        min-height: 14px;
        height: 14px;
    }
    .promoSlider .slider__nav-item--next:after {
        min-height: 14px;
        height: 14px;
    }
}

@media (max-width: 1024px) {
    .promoSlider .slider__slide {
        display: flex !important;
        justify-content: center;
    }
    .promoSlider .slider__slide-inner-wrapper {
        max-width: 500px;
    }
}

.promoSlider .slider__slide-inner-wrapper {
    max-width: 280px;
}



@media (min-width: 560px) {
    .promoSlider .slider__slide-inner-wrapper {
        max-width: 500px;
    }
}

@media (max-width: 360px) {
    .promoSlider .slider__slide-inner-wrapper {
        max-width: 280px;
    }
}









.promoSlider .slider__subtitle {
    font-size: 22px;
}

@media (min-width: 360px) {
    .promoSlider .slider__subtitle {
        font-size: calc(22px + 6 * (100vw - 360px) / 664);
    }
}

@media (min-width: 1024px) {
    .promoSlider .slider__subtitle {
        font-size: 28px;
    }
}

@media (max-width: 360px) {
    .promoSlider .slider__subtitle {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {
    .slider__subtitle:after {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

.promoSlider .slider__text {
    font-size: 14px;
}

@media (min-width: 360px) {
    .promoSlider .slider__text {
        font-size: calc(14px + 8 * (100vw - 360px) / 664);
    }
}

@media (min-width: 1024px) {
    .promoSlider .slider__text {
        font-size: 22px;
    }
}

@media (max-width: 360px) {
    .promoSlider .slider__text {
        font-size: 14px;
    }
}

.promoSlider .slider__title {
    position: relative;
    font-size: 22px;
    line-height: 26px;
    /* color: #122B62; */
}


@media (min-width: 360px) {
    .promoSlider .slider__title {
        font-size: calc(22px + 40 * (100vw - 360px) / 1080);
    }
}

@media (min-width: 1440px) {
    .promoSlider .slider__title {
        font-size: 62px;
        /*margin-top: 100px*/
    }
}

@media (min-width: 360px) {
    .promoSlider .slider__title {
        line-height: calc(26px + 47 * (100vw - 360px) / 1080);
    }
}

@media (min-width: 1440px) {
    .promoSlider .slider__title {
        line-height: 73px;
    }
}

@media (max-width: 360px) {
    .promoSlider .slider__title {
        font-size: 22px;
        line-height: 26px;
    }
}

.promoSlider .slider__descr {
    font-size: 14px;
    line-height: 16px;
}

@media (min-width: 360px) {
    .promoSlider .slider__descr {
        font-size: calc(14px + 14 * (100vw - 360px) / 1080);
    }
}

@media (min-width: 1440px) {
    .promoSlider .slider__descr {
        font-size: 28px;
    }
}

@media (min-width: 360px) {
    .promoSlider .slider__descr {
        line-height: calc(16px + 16 * (100vw - 360px) / 1080);
    }
}

@media (min-width: 1440px) {
    .promoSlider .slider__descr {
        line-height: 32px;
    }
}

@media (max-width: 360px) {
    .promoSlider .slider__descr {
        font-size: 14px;
        line-height: 16px;
    }
}

.promoSlider .slick-list {
    padding-top: 150px;
}

@media (max-width: 768px) {
    .promoSlider .slick-list {
        padding-top: 20px;
    }
}

@media (max-width: 576px) {
    .promoSlider .slick-list {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    .promoSlider .slider__img {
        transform: scale(1);
        transition: .5s;
    }
    .promoSlider .slider__img:hover {
        transform: scale(1.1);
        transition: .5s;
    }
}


/* /slider */


/* FAQ */

@media (max-width: 768px) {
    .faq__container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    .faq__list-item {
        border-radius: 10px
    }
}

@media (max-width: 768px) {
    .faq__list-item--active {
        margin: 0 0 22px
    }
}

@media (max-width: 768px) {
    .faq__list-item--active:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 768px) {
    .faq__list-item-title {
        padding: 9px 13px 14px 8px;
        font-size: 14px;
        line-height: 1.172142857142857
    }
}

@media (max-width: 768px) {
    .faq__list-item-title:before {
        width: 14px;
        height: 14px;
        border-radius: 7.5px;
        right: 0;
        top: calc(50% - 1px);
        -webkit-transform: translate3d(50%, -50%, 0);
        transform: translate3d(50%, -50%, 0)
    }
}

@media (max-width: 768px) {
    .faq__list-item-title:after {
        width: 3.5px;
        min-width: 3.5px;
        height: 5px;
        min-height: 5px
    }
}

@media (max-width: 768px) {
    .faq__list-item-title:after {
        top: 50%;
        right: -1.4px;
        -webkit-transform: translate3d(0, calc(-50% - 0.7px), 0);
        transform: translate3d(0, calc(-50% - 0.7px), 0)
    }
}

@media (max-width: 768px) {
    .faq__list-item--active .faq__list-item-title:before {
        top: 12px;
        right: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }
}

@media (max-width: 768px) {
    .faq__list-item--active .faq__list-item-title:after {
        width: 5px;
        min-width: 5px;
        height: 3px;
        min-height: 3px
    }
}

@media (max-width: 768px) {
    .faq__list-item--active .faq__list-item-title:after {
        right: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        top: 18.3px
    }
}

@media (max-width: 768px) {
    .faq__list-item-content {
        font-size: 14px;
        line-height: 1.172142857142857;
        padding: 0 15px 23px 15px;
        width: 100%
    }
}


/* /FAQ */


/* Footer */

.footer__title {
    font-size: 22px;
    line-height: 26px;
}

@media (min-width: 360px) {
    .footer__title {
        font-size: calc(22px + 5 * (100vw - 360px) / 1080);
    }
}

@media (min-width: 1440px) {
    .footer__title {
        font-size: 27px;
    }
}

@media (min-width: 360px) {
    .footer__title {
        line-height: calc(26px + 6 * (100vw - 360px) / 1080);
    }
}

@media (min-width: 1440px) {
    .footer__title {
        line-height: 32px;
    }
}

@media (max-width: 360px) {
    .footer__title {
        font-size: 22px;
        line-height: 26px;
    }
}

.footer__text {
    box-sizing: border-box;
    padding-right: 20px;
}

@media (max-width: 1100px) {
    .footer__container {
        flex-direction: column;
        align-items: center;
    }
    .footer__link:last-child {
        margin-bottom: 24px;
    }
    .footer__text-item .footer__link-tel {
        margin-bottom: 0px;
    }
    .footer__col {
        display: flex;
        align-items: center;
        margin: auto;
    }
    .footer__col--width-380 {
        flex-direction: column;
    }
    .footer__col--flex-horl {
        margin-top: 20px;
    }
    .footer__subsection--indent-left {
        margin: auto;
        margin-top: 45px;
    }
    .footer__text {
        align-items: center;
        padding-right: 0px;
    }
    .footer__text-item {
        align-items: center;
        text-align: center;
    }
    .footer__col--width-450 {
        margin-bottom: 24px;
    }
    .footer__subsection {
        align-self: inherit;
    }
}


/* /Footer */


/* Winners */

.participants__table .text-mob {
    display: none;
}

@media (max-width: 800px) {
    .participants {
        background-image: none;
        background-color: #610642;
        height: auto;
    }
    .participants__title {
        font-size: 26px;
        line-height: 30px;
        color: #ffffff;
        margin-bottom: 40px;
    }
    .participants__container {
        padding: 0px;
    }
    .ps {
        overflow: auto !important;
        height: auto;
    }
    .participants__inner-wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        border: none;
        background-color: #ffffff;
        color: #000000;
    }
    .participants__form {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .participants__text-input {
        max-width: 100%;
    }
    .participants__table-thead {
        display: none;
    }
    .participants__table-tbody {
        display: flex;
        flex-direction: column;
    }
    .participants__table-tr {
        display: flex;
        flex-direction: column;
        border-bottom: 1px dashed #c1c1c1;
    }
    .participants__table-tr:last-child {
        border-bottom: none;
    }
    .participants__table-tr:nth-child(even) {
        background-color: #f6f6f6;
    }
    .participants__table-tbody .participants__table-td {
        border: none;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }
    .participants__table .text-mob {
        display: block;
    }
    .participants__table-tbody .participants__table-td.participants__table_number {
        font-size: 40px;
        color: #914DBA;
    }
    .participants__btn {
        color: white;
        background-color: #FF6C02;
        border-color: transparent;
    }
}


/* / Winners */


/* QR */

.qr__row {
    position: relative;
    margin: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.qr__label {
    flex-direction: column;
}

.qr__text {
    flex-wrap: wrap;
}

.qr__text-alt {
    flex-direction: column;
    margin-bottom: 20px;
}

.qr__text_separator {
    margin-top: 20px;
    margin-bottom: 20px;
}

.qr__text_line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.qr__text-special {
    right: 20px;
    bottom: 70px;
    transform: translate(0, 100%);
}

.qr__title-mobile {
    display: none;
    margin-bottom: 50px;
    text-align: center;
    font: 700 32px/1.01613 "Roboto", sans-serif;
    line-height: 43px;
    text-transform: none;
    color: #000000;
}

.qr__text--with-icon:before {
    display: none;
}

.qr__text--with-icon {
    /*padding-top: 32px;*/
}

.qr__file_img {
    max-width: 135px;
    margin-top: 20px;
}

.qr__text a {
    cursor: pointer;
}

.qr__progress-wrapper {
    width: 100%;
}

.qr__progress_line.duriation0 {
    fill: none;
    background: none;
    -webkit-animation: none;
    animation: none;
}

.qr__progress_line.duriation1 {
    width: 0;
    height: 100%;
    background: #122B62;
    -webkit-animation: fillWidth 1.5s forwards;
    animation: fillWidth 1.5s forwards
}

.qr__progress_line.duriation2 {
    width: 0;
    height: 100%;
    background: #122B62;
    -webkit-animation: fillWidth 3s forwards;
    animation: fillWidth 3s forwards
}

.qr__progress_line.duriation3 {
    width: 0;
    height: 100%;
    background: #122B62;
    -webkit-animation: fillWidth 4.5s forwards;
    animation: fillWidth 4.5s forwards
}

.qr__file_fileList {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qr__file_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    max-width: 420px;
    width: 100%;
}

.qr__file_item_img {
    margin-right: 16px;
    min-width: 30px
}

.qr__file_item_delete {
    min-width: 21px;
    cursor: pointer;
    margin-left: 16px;
}

.qr__file_item_name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    /* or 100% */
    color: #A6A6A6;
    width: 100%;
    overflow: hidden;
}

.qr__checkbox-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 25px 0;
}

.qr__checkbox-container input {
    width: 28px;
    height: 28px;
    margin-right: 20px;
    cursor: pointer;
}

.qr__upload {
    position: relative;
}

.qr__btn.diasabled {
    pointer-events: none;
    opacity: 0.7;
}

.qr__buttons_uploadSend {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap-reverse;
}

.qr__buttons_uploadSend.wide {
    width: 100%;
    justify-content: space-around;
    align-items: center;
}

.qr__buttons_uploadSend.wide .qr__text {
    padding-top: 0px;
}

.qr__buttons_uploadSend button {
    max-width: 286px;
}

.qr__buttons_uploadSend .qr__text {
    width: auto;
}

.qr__container {
    max-width: 1440px;
}

.fancyText {
    display: flex;
    flex-wrap: wrap;
}

.qr__btn-send {
    margin-bottom: 0px;
}

.codeSuccess {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

.codeSuccess__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 40px;
}

.code__progress-title:before {
    display: none;
}

.codeSuccess__info_img {
    width: 91px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.codeSuccess__info_img svg {
    width: 100%;
    max-height: 100%;
}

.codeSuccess__info_message {}

.codeSuccess__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 430px;
}

.codeSuccess__actions_button {}

.codeSuccess__actions_modal {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.code__progress-title {
    padding-top: 20px;
}


/* newPop Попап */

.manualInput {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    max-width: 100%;
}

.manualInput__background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.9;
}

.manualInput__box {
    margin-top: 10vh;
    background: #FFFFFF;
    box-shadow: 0px 4px 64px rgba(44, 66, 255, 0.3);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    width: 100%;
    max-width: 560px;
    /* Safari/WebKit uses a non-standard name */
    height: fit-content;
    /* Firefox/Gecko */
    height: -moz-fit-content;
    /* Chrome */
    height: -webkit-fit-content;
}

.manualInput__box_close {
    width: 45px;
    height: 45px;
    align-self: flex-end;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.manualInput__box_close svg {
    max-width: 100%;
    max-height: 100%;
}

.manualInput__box_close svg circle,
.manualInput__box_close svg rect {
    transition: 0.5s;
}

.manualInput__box_close:hover svg circle,
.manualInput__box_close:hover svg rect {
    transition: 0.5s;
    stroke: #122B62;
}

.manualInput__box_close:hover svg rect {
    fill: #122B62;
}

.manualInput__box_image {
    display: none;
    width: 100%;
}

.manualInput__box_image img {
    width: 100%;
    max-width: 100%;
}

.manualInput__box_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 63px;
    /* or 158% */
    text-align: center;
    color: #122B62;
}

.manualForm {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 425px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    padding-bottom: 60px;
}

.manualForm__input {
    width: 100%;
    box-sizing: border-box;
    padding-left: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #122B62;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 24px;
}

.manualForm button {
    margin-top: 20px;
}


/* /newPop Попап */

@media (max-width: 1440px) {
    .qr__container {
        max-width: 1075px;
    }
    .qr__checkbox-container {
        justify-content: flex-start;
    }
    .qr__file_fileList {
        align-items: flex-start;
    }
    .qr__buttons_uploadSend.wide .qr__text {
        padding-top: 32px;
    }
    .codeSuccess {
        flex-direction: column;
    }
    .codeSuccess__actions {
        margin-bottom: 41px;
    }
    .codeSuccess__info_img {
        transform: scale(0.7);
    }
    .codeSuccess__info_message {
        margin-bottom: 12px;
    }
    .code__progress--success .code__progress-text {
        margin-bottom: 20px;
    }
}

@media (max-width: 950px) {
    .qr__text-special {
        display: none;
    }
}

@media (max-width: 768px) {
    .qr {
        padding: 0;
       /* background-color: #4CB1F8;*/
        height: auto;
    }
    .qr__img {
        border-radius: 10px 10px 0 0;
    }
    .qr__inner-wrapper {
        padding: 60px 0 70px;
    }
    .qr__container {
        min-height: 750px;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .qr__label {
        padding: 15px 20px 50px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0 0 10px 10px;
    }
    .qr__title {
        display: none;
        margin-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 0px;
        text-align: left;
    }
    .qr__text_line {
        justify-content: center;
        align-items: center;
    }
    .qr__title.qr__title-mobile {
        display: block;
    }
    .qr__row {
        flex-direction: column;
    }
    .qr__content {
        padding: 0;
    }
    .qr__col--left {
        max-width: 100%;
        margin: 0;
        overflow: hidden;
    }
    .qr__col--right {
        /*position: absolute;
        top: 160px;
        margin-top: 50px;*/
        box-sizing: border-box;
        /*padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;*/
        width: 100%;
        max-width: 100%;
    }
    .qr__title-mobile {
        display: block;
    }
    .qr__file_img {
        margin-top: 0px;
    }
    .qr__title-selected:after {
        display: none;
    }
    .qr__file_item_name {
        font-size: 14px;
        line-height: 22px;
    }
    .qr__file_item {
        max-width: 100%;
    }
    .qr__file_item_delete {
        width: 14px;
        height: 14px;
    }
    .qr__file_item_delete svg {
        max-width: 14px;
        max-height: 14px;
    }
    .qr__checkbox-container {
        /*font-size: 14px;*/
    }
    .qr__text.optional {
        display: none;
    }
    .qr__buttons_uploadSend {
        width: 100%;
    }
    .qr__buttons_uploadSend button {
        max-width: 100%;
    }
    .codeSuccess__info {
        padding-top: 0px;
    }
    .codeSuccess__actions_modal {
        font-size: 18px;
    }
    .codeSuccess__actions {
        margin-bottom: 0px;
    }
    /* newPop Попап */
    .manualInput__box {
        margin-top: 0px;
        max-width: 100%;
    }
    .manualInput__background {
        display: none;
    }
    .manualInput__box_image {
        display: flex;
    }
    .manualInput__box_close {
        display: none;
    }
    .manualInput__box_title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 43px;
        /* or 134% */
        text-align: center;
        color: #000000;
        margin-top: 15px;
    }
    .manualForm {
        max-width: 100%;
    }
    .manualForm__input {
        margin-bottom: 8px;
        padding-left: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 19px;
    }
    .manualForm button {
        margin-top: 16px;
    }
    /* /newPop Попап */
}

@media (max-width: 500px) {
    .qr__title {
        font-size: 32px;
    }
}

@media (max-width: 320px) {
    .qr__title-mobile {
        margin-bottom: 30px;
        font: 700 28px/1.01613 "Roboto", sans-serif;
        line-height: 38px;
    }
}


/* / QR */