

/* Start:/local/components/pervye/mission/templates/.default/style.css?17811803393802*/
.mission__list {
    display: flex;
    align-items: center;
    padding-bottom: 126px;
}
.mission-card {
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(97.59deg, #FF4F4F 11.15%, #E10B17 93.66%);
    position: relative;
    overflow: hidden;
    width: 16%;
    color: white;
    margin-bottom: auto;
    cursor: pointer;
    transition: all .2s linear;
}
@media (hover: hover) {
    .mission-card:hover {
        transform: translateY(-20px);
    }
}
.mission-card:before,
.mission-card:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffffff4d, #ffffff0d);
    z-index: 0;
}
.mission-card:before {
    top: -24px;
    left: -105px;
    width: 209px;
    height: 209px;
}
.mission-card:after {
    top: -14px;
    right: -65px;
    width: 130px;
    height: 130px;
}
.mission-card:nth-of-type(4) {
    margin-top: 32px;
}
.mission-card:nth-of-type(2):before {
    top: -85px;
    left: -54px;
}
.mission-card:nth-of-type(2):after {
    top: -20px;
    right: -74px;
}
.mission-card:nth-of-type(3):before {
    top: -29px;
    left: auto;
    right: -42px;
}
.mission-card:nth-of-type(3):after {
    top: -20px;
    left: -101px;
}
.mission-card:nth-of-type(4):before {
    top: 34px;
    left: -15px;
}
.mission-card:nth-of-type(4):after {
    top: -20px;
    left: -101px;
}
.mission-card:nth-of-type(5):before {
    top: -76px;
    left: 26px;
}
.mission-card:nth-of-type(5):after {
    top: 80px;
    right: -80px;
}
.mission-card__line {
    width: 4%;
}
.mission-card h3 {
    font-family: Pragmatica Extended, sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.modal-mission__title {
    font-family: Pragmatica Extended, arial, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 48px;
}
.modal-mission__desc {
    font-family: Pragmatica Extended, arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 32px;
}
.modal-mission__list {
    font-family: Pervye, sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
}
ul.modal-mission__list li {
    padding-left: 30px;
    position: relative;
}
ul.modal-mission__list li:not(:last-of-type) {
    margin-bottom: 20px;
}
ul.modal-mission__list li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    top: 12px;
}
.modal-mission__list {
    padding-bottom: 36px;
}
.mission-card__desc {
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    text-transform: uppercase;
}
@media (max-width: 1279px) {
    .mission__list {
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 24px;
    }
    .mission-card__line {
        display: none;
    }
    .mission-card {
        width: 30%;
    }
    .mission-card:nth-of-type(4) {
        margin-top: 0;
    }
    .modal-mission__title {
        font-size: 24px;
        margin-bottom: 32px;
    }
    .modal-mission__desc {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .modal-mission__list {
        font-size: 18px;
    }
}
@media (max-width: 1024px) {
    .mission-card {
        width: calc(50% - 12px);
    }
    .modal-mission__list {
        padding-bottom: 0;
    }
    .mission__list {
        padding-bottom: 60px;
    }
}
@media (max-width: 620px) {
    .mission__list {
        flex-direction: column;
        align-items: center;
    }
    .mission-card {
        width: 100%;
        max-width: 375px;
    }
}
/* End */


/* Start:/local/components/pervye/value/templates/.default/style.css?17800579242213*/
.value__list {
    display: grid;  
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

.value__cards {
    background: linear-gradient(97.59deg, #FF4F4F 11.15%, #E10B17 93.66%);
    padding: 40px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: fit-content;
    position: relative;
}
.value__cards:after,
.value__cards:before {
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffffff4d, #ffffff0d);
    z-index: 0;
}
.value__cards:before {
    width: 209px;
    height: 209px;
}

.value__cards:after {
    width: 130px;
    height: 130px;
}


.value__cards:nth-of-type(1):before {
    top: -24px;
    left: -115px;
}

.value__cards:nth-of-type(1):after {
    display: none;
}

.value__cards:nth-of-type(2):before {

    bottom: -230px;
    right: -20px;
    width: 267px;
    height: 267px;
}

.value__cards:nth-of-type(2):after {
    right: -58px;
    bottom: -24px;
}

.value__cards:nth-of-type(3):before {
    display: none;
}

.value__cards:nth-of-type(3):after {
    right: -38px;
    top: 80px;
}
.value-card {
    padding: 24px;
    border-radius: 20px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    position: relative;
}
.value-card span {
    font-family: Pragmatica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}

.value-card:after {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background-image: url('/local/templates/movement-first/icons/plus-circle.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.value-card.active:after {
    background-image: url('/local/templates/movement-first/icons/minus-circle.svg');
}
.modal-value  p:not(:last-of-type) {
    margin-bottom: 1rem;
}

@media (max-width: 1279px) {
    .value__cards {
        padding: 24px;
    }

    .value__cards {
        padding: 16px;
    }
}


@media (max-width: 767px) {
    .value__list {
        grid-template-columns: 1fr;
    }
}
/* End */


/* Start:/local/components/pervye/book-value/templates/.default/style.css?17800579241692*/
.values-book__wrap {
    display: flex;
    align-items: center;
    padding: 40px;
    border-radius: 20px;
    background-color: rgba(249, 249, 251, 1);
}

.values-book__image {
    width: 36%;
    height: auto;
    flex-shrink: 0;
}

.values-book__content {
    flex-grow: 1;
}

.values-book__description {
    font-family: Pragmatica Extended, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 24px;
}

.values-book__description span {
    color: rgba(217, 9, 18, 1);
}

.values-book__list {
    margin-bottom: 24px;
    font-family: Pervye, sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
}

.values-book__list li {
    position: relative;
    margin-left: 10px;
    padding-left: 14px;
    text-transform: lowercase;
}

.values-book__list li:not(:last-of-type) {
    margin-bottom: 1rem;
}

.values-book__list li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 1);
}

.values-book__footer {
    margin-bottom: 40px;
}

.values-book__button {
    width: 226px;
    text-transform: uppercase;
    font-family: Pragmatica Extended, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 110.00000000000001%;
    height: 48px;
}

@media (max-width: 1023px) {
    .values-book__wrap {
        flex-direction: column;
        gap: 24px;
        padding: 40px 24px;
    }

    .values-book__image {
        width: 100%;
        max-width: 472px;
    }

    .values-book__list {
        font-size: 18px;
    }

    .values-book__description {
        font-size: 18px;
    }

}
/* End */
/* /local/components/pervye/mission/templates/.default/style.css?17811803393802 */
/* /local/components/pervye/value/templates/.default/style.css?17800579242213 */
/* /local/components/pervye/book-value/templates/.default/style.css?17800579241692 */
