

/* Start:/direction-movement/detail/style.css?177124594712575*/
.ways-banner {
    height: 866px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 60px;
    gap: 20px;

    & .bubble {
        --bubble-bg: var(--ways-color);
        filter: brightness(1.6);
    }

    & .bubble--w-1 {
        --bubble-width: 24px;
        --bubble-top: 78px;
        --bubble-left: auto;
        --bubble-right: 510px;
    }

    & .bubble--w-2 {
        --bubble-width: 48px;
        --bubble-top: 30px;
        --bubble-left: auto;
        --bubble-right: 447px;
    }

    & .bubble--w-3 {
        --bubble-width: 161px;
        --bubble-top: 30px;
        --bubble-left: auto;
        --bubble-right: 334px;
    }


    & .bubble--w-4 {
        --bubble-width: 209px;
        --bubble-top: 30px;
        --bubble-left: auto;
        --bubble-right: -28px;
        --bubble-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
    }

    & .bubble--w-5 {
        --bubble-width: 264px;
        --bubble-top: 119px;
        --bubble-left: auto;
        --bubble-right: 487px;
        --bubble-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
    }

    & .bubble--w-6 {
        --bubble-width: 41px;
        --bubble-top: auto;
        --bubble-bottom: 22px;
        --bubble-left: auto;
        --bubble-right: 92px;
        --bubble-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
    }

    & .bubble--w-7 {
        --bubble-width: 50px;
        --bubble-top: auto;
        --bubble-bottom: 22px;
        --bubble-left: auto;
        --bubble-right: 534px;
        --bubble-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
    }

    & .bubble--w-8 {
        --bubble-width: 50px;
        --bubble-top: 229px;
        --bubble-left: auto;
        --bubble-right: 34px;
        --bubble-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
    }

    & .bubble--w-9 {
        --bubble-width: 22px;
        --bubble-top: 279px;
        --bubble-left: auto;
        --bubble-right: 19px;
        --bubble-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
    }

    & .bubble--w-10 {
        --bubble-width: 186px;
        --bubble-top: auto;
        --bubble-bottom: -51px;
        --bubble-left: -77px;
    }
}

.ways-banner__bg {
    filter: brightness(1.6);
    position: absolute;
    bottom: -10px;
    right: 0;
    pointer-events: none;
    z-index: 0;
    height: 832px;
    width: 822px;
}

.ways-banner__bg--before {
    position: absolute;
    bottom: -79px;
    right: 0;
    pointer-events: none;
    z-index: 1;
    height: 875px;
}

.ways-banner__bg--before svg {
    fill: var(--ways-color);
}

.ways-banner__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 47px;
}

.ways-banner__title {
    color: var(--ways-color);
    font-weight: 800;
    font-size: 48px;
    line-height: 110%;
    text-transform: uppercase;
}

.ways-banner__avatar {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    flex-shrink: 0;
}

.ways-banner__images {
    z-index: 1;
}

.ways-banner__content {
    z-index: 2;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-indent: 20px;
    vertical-align: middle;
    padding-top: 268px;
    padding-right: 79px;
    width: 601px;
    margin-left: auto;
}

.ways-banner__images {
    display: flex;
    flex-direction: column;
    height: 760px;
    width: 648px;
    padding-left: 37px;
    padding-top: 50px;
}

.ways-banner__img-wrap {
    width: 446px;
    height: 293px;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
}

.ways-banner__img-wrap:nth-of-type(1) {
    transform: rotate(-8deg) translate(69px, 0);
}

.ways-banner__img-wrap:nth-of-type(2) {
    transform: rotate(16deg) translate(107px, -68px);
    z-index: 3;
}

.ways-banner__img-wrap:nth-of-type(3) {
    transform: translate(9px, -108px);
}

.ways-banner__img {
    width: 100%;
    height: 100%;
}

.ways-banner__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ways-banner__icon {
    position: absolute;
    display: block;
    background-image: url("/direction-movement/detail/./img/star.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    aspect-ratio: 1;
    z-index: 3;
    pointer-events: none;
}

.ways-banner__icon--heart {
    background-image: url("/direction-movement/detail/./img/heart.png");
}

.ways-banner__icon--1 {
    width: 56px;
    right: 707px;
    top: 93px;
}

.ways-banner__icon--2 {
    width: 16px;
    right: 697px;
    top: 51px;
    transform: rotate(-19deg);
}

.ways-banner__icon--3 {
    width: 16px;
    right: 612px;
    top: 45px;
    transform: rotate(-19deg);
}

.ways-banner__icon--4 {
    width: 35px;
    right: 237px;
    top: 111px;
    transform: rotate(19deg);
}

.ways-banner__icon--5 {
    width: 17px;
    right: 212px;
    top: 172px;
    transform: rotate(8deg);
}

.ways-banner__icon--6 {
    width: 21px;
    left: 67px;
    top: 438px;
    transform: rotate(-15deg);
}

.ways-banner__icon--7 {
    width: 17px;
    left: 124px;
    top: 411px;
    transform: rotate(-55deg);
}

.ways-banner__icon--8 {
    width: 28px;
    left: 603px;
    bottom: 23px;
    transform: rotate(-20deg);
}

.ways-banner__icon--9 {
    width: 15px;
    left: 662px;
    bottom: 17px;
    transform: rotate(-20deg);
}

.ways-banner__icon--10 {
    width: 36px;
    left: 24px;
    bottom: 487px;
    transform: rotate(20deg);
}

.ways-banner__icon--11 {
    width: 13px;
    right: 641px;
    top: 127px;
    transform: rotate(-20deg);
}

.ways-banner__icon--12 {
    width: 13px;
    right: 321px;
    top: 24px;
    transform: rotate(-20deg);
}

.ways-banner__icon--13 {
    width: 13px;
    left: 443px;
    bottom: 13px;
    transform: rotate(-20deg);
}

.ways-banner__icon--14 {
    width: 28px;
    right: 316px;
    bottom: 27px;
    transform: rotate(-20deg);
}

@media (max-width: 1379px) {
    .ways-banner__img-wrap {
        width: 370px;
        height: 233px;
    }
}

@media (max-width: 1279px) {
    .ways-banner {
        flex-direction: column;
        gap: 32px;
        height: fit-content;
        padding: 24px;
    }

    .ways-banner:before {
        content: '';
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 0;
        background: var(--ways-color);
        filter: brightness(1.6);
        position: absolute;
        top: 0;
        left: 0;
    }

    .ways-banner__bg {
        display: none;
    }

    .ways-banner__images {
        flex-direction: row;
        padding: 0;
        width: 100%;
        height: auto;
        gap: 20px;
    }

    .ways-banner__img-wrap {
        width: calc((100% - 40px) / 3);
        height: auto;
    }

    .ways-banner__img-wrap:nth-of-type(1) {
        transform: none;
    }

    .ways-banner__img-wrap:nth-of-type(2) {
        transform: none;
    }

    .ways-banner__img-wrap:nth-of-type(3) {
        transform: none;
    }

    .ways-banner__content {
        padding: 0;
        width: 100%;
    }

    .ways-banner__header {
        margin-bottom: 24px;
    }

    .ways-banner__title {
        font-size: 32px;
    }

    .ways-banner__avatar {
        width: 42px;
        height: 42px;
    }

    .ways-banner__icon {
        display: none;
    }
}


.ways-desc {
    padding: 36px;
    border-radius: 20px;
    background-color: #E10B0B;
    overflow: hidden;
    position: relative;
    min-height: 268px;
    display: flex;
    margin-bottom: 60px;
}

.ways-desc__content {
    max-width: 689px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    color: white;
    flex-grow: 1;
    font-family: Pragmatica Extended, arial, sans-serif;
}

.ways-desc__content h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
}

.ways-desc__content a {
    width: fit-content;
}

.ways-desc__img {
    width: 578px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/direction-movement/detail/./img/desc-bg.png");
    background-size: cover;
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
}

.ways-desc__img img {
    position: absolute;
    right: 75px;
    bottom: 0;
}

@media (max-width: 1620px) {
    .ways-desc__img {
        right: -41px;
    }
}

@media (max-width: 1366px) {
    .ways-desc__img {
        right: -120px;
    }

    .ways-desc__content {
        max-width: 600px;
    }
}

@media (max-width: 1279px) {
    .ways-desc__img {
        background-image: none;
    }

    .ways-desc__content {
        max-width: 600px;
    }
}

@media (max-width: 1023px) {

    .ways-desc {
        flex-direction: column;
        gap: 32px;
        padding: 24px 24px 0;
    }

    .ways-desc__content h3 {
        font-size: 18px;
    }

    .ways-desc__img {
        position: static;
        max-width: 560px;
        width: 100%;
    }

    .ways-desc__img img {
        position: static;
        height: auto;
    }
}

.ways-projects {
    position: relative;
    width: 100%;
    display: flex;

    margin-bottom: 40px;
}

.ways-projects .complex_list-events {
    background-color: transparent;
    border-radius: 0;
    z-index: 1;
    padding: 40px;
}

.ways-projects__bg {
    filter: brightness(1.6);
    position: absolute;
    top: 0;
    right: 0;
    background: var(--ways-color);
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 16px;
}

.ways-gallery .box-page {
    width: calc(100% + 80px);
    margin-inline: -40px;
}

.ways-gallery .box-content--small {
    background-color: #F9F9FB;
    border-radius: 16px;
    margin: 0;
    width: 100%;
}

@media (max-width: 1279px) {
    .ways-gallery .box-page {
        width: calc(100% + 60px);
        margin-inline: -30px;
    }
}

@media (max-width: 767px) {
    .ways-gallery .box-page {
        width: calc(100% + 32px);
        margin-inline: -16px;
    }
}

.ways-contact {
    width: calc(100% + 80px);
    margin-inline: -40px;
    position: relative;
    background: var(--ways-color);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 284px;
    padding: 64px 40px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    overflow: hidden;
}

.ways-contact h3 {
    font-family: Pragmatica Extended, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: white;
}

.ways-contact:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: clamp(232px, 36%, 516px);
    height: 266px;
    z-index: 0;
    background-image: url("/direction-movement/detail/./img/plan.png");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.ways-contact__bg {
    width: 931px;
    height: 284px;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.path-circle {
    fill: var(--ways-color);
}

.ways-contact__bg svg {
    filter: brightness(1.6);
    fill: var(--ways-color);
}

.ways-contact__qr-list {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    z-index: 2;
    gap: 40px;
    flex-shrink: 0;
}
.ways-contact__qr {
    width: 176px;
    height: 176px;
}
.ways-contact__qr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ways-contact__cloud {
   margin-left: -8px;
    width: 104px;
    height: 104px;
}
.ways-contact__cloud img {
    width: 100%;
    height: 100%;
}
@media (max-width: 1540px) {
    .ways-contact:before {
        left: -130px;
    }
}

@media (max-width: 1279px) {

    .ways-contact {
        flex-direction: column;
        gap: 32px;
        height: fit-content;
        width: calc(100% + 60px);
        margin-inline: -30px;
    }

    .ways-contact:before {
        display: none;
    }

    .ways-contact__bg {
        display: none;
    }

    .ways-contact__qr-list {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .ways-contact__cloud {
        position: absolute;
        top: 20px;
        right: 20px;
    }
}

@media (max-width: 767px) {
    .ways-contact {
        width: calc(100% + 32px);
        margin-inline: -16px;
    }
}

/* End */


/* Start:/local/components/pervye/directions.detail/templates/.default/style.css?177124594741*/
.complex_list-events {
    width: 100%;
}
/* End */
/* /direction-movement/detail/style.css?177124594712575 */
/* /local/components/pervye/directions.detail/templates/.default/style.css?177124594741 */
