

/* Start:/local/components/gigant/slider/templates/.default/style.css?1727269236349*/
.main_wrap_text canvas {
    font-size: 25vw;
    font-weight: 700;
    font-family: "Golos", sans-serif;
}
.main_wrap_text {
    mask-mode: alpha;
    mask-image: var(--custom_txt_img);
    mask-size: 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: var(--custom_txt_img);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
}
/* End */


/* Start:/local/components/gigantpro/reestrHero/templates/.default/style.css?17628507931400*/
.hero-mpt {
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: all 1s;
    margin-bottom: 16px;
}

.hero-mpt__image {
    width: 100%;
}

.hero-mpt__text {
    padding: 12px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to right, rgba(26, 39, 153, 1), rgba(43, 65, 255, 1));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    line-height: 24px;
}

.hero-mpt__text>span {
    font-size: 16px;
    font-weight: 400;
}

.go {
    position: relative;
}

.go::after {
    content: "";
    width: 16px;
    height: 1px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -50%);

}

.go::before {
    content: "";
    height: 16px;
    width:
        1px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 8px;
    transform: translate(-50%, -50%);
    transition: all 1s;

}

.hero-mpt:hover {
    opacity: 0.9;
    box-shadow: 0px 12px 12px #00000014;
}

.hero-mpt:hover .go::before {
    width: 11px;
    height: 11px;
    background: transparent;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.hero-mpt:hover .go::after {
    width: 15px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
/* End */
/* /local/components/gigant/slider/templates/.default/style.css?1727269236349 */
/* /local/components/gigantpro/reestrHero/templates/.default/style.css?17628507931400 */
