

/* Start:/local/templates/dynasty/styles.css?17596554582488*/
.arrow-up-scroll._active {
    opacity: 1;
    pointer-events: all;
}

.arrow-up-scroll {
    position: fixed;
    --pad: 30px;
    bottom: var(--pad);
    right: var(--pad);
    --size: 80px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: var(--color-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transition: all .3s ease-in 0s;
    opacity: 0;
    pointer-events: none;
}

.arrow-up-scroll._above-footer {
    bottom: 110px;
}

.arrow-up-scroll:before {
    content: "";
    mask: var(--icon) center center / contain no-repeat;
    -webkit-mask: var(--icon) center center / contain no-repeat;
    background: var(--color-primary);
    --size: 60px;
    width: var(--size);
    height: var(--size);
    transition: all .3s ease-in 0s;
}

@media (any-hover: hover) {
    .arrow-up-scroll:hover:before {
        content: "";
        background: var(--color-whte);
    }
}


.popup__slide-img img, .popup__slide-img picture {

    object-fit: contain !important;
}


.header__catalog-row {
    overflow-y: overlay;
}

@media (max-width: 620px) {
    .narration__block-photo {
        width: auto !important;
    }

    .narration__block-arrow {
        --size: 10.89vw !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .narration__block-image img, .narration__block-image picture {
        height: auto !important;
    }
}

@media only screen and (min-width: 620px) {
    .column-narration__img {

    }

}

.partners-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.partners-logos__item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

.partners-logos__item img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

@media (max-width: 620px) {
    .partners-logos {
        flex-direction: column;
        gap: 30px;
    }

    .item-narration__card {
        min-width: 100% !important;
    }

    [data-popup="#callback-popup"] {
        width: 280px;
        font-size: 3.25vw;
    }

}


#story-blago .story__title.block-title {
    font-size: 25px !important;
}

.story__text.block-text {
    font-size: 20px !important;
}

.popup__content {
    visibility: visible !important;
}
/* End */


/* Start:/local/templates/dynasty/template_styles.css?17533068501751*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f2ec;
    z-index: 1300;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in 0s;
}

.loader {
    color: #fff;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.3s infinite linear;
    transform: translateZ(0);
}

@keyframes mulShdSpin {

0,
100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}

12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
}

62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}

75% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
}

87.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
}
}
/* End */
/* /local/templates/dynasty/styles.css?17596554582488 */
/* /local/templates/dynasty/template_styles.css?17533068501751 */
