.intec-banners.main .banners-left {
    position: relative;
    min-height: 1px;
}

.intec-banners.main .banners-mobile {
    display: none;
}

.intec-banners.main .banners-mobile-content {
    position: relative;
    width: 100%;
}

@media (max-width: 768px) {
    .intec-banners.main .banners-desktop {
        display: none;
    }

    .intec-banners.main .banners-desktop .item-picture {
        margin-top: 0;
        display: none;
    }

    .intec-banners.main .banners-right, .intec-banners.main .banners-left {
        display: none;
    }

    .intec-banners.main .banners-mobile {
        display: block;
    }

    .intec-banners.main .banners-mobile picture {
        text-align: center;
        margin-top: 0;
        font-size: 0;
    }

    .intec-banners.main .banners-mobile picture img {
        height: 330px;
        width: 100%;
        object-fit: cover;
    }

    .intec-banners.main .banners-mobile .item-header-over {
        color: var(--color-neutral-semi-dark);
        padding-top: 32px;
        padding-bottom: 8px;
    }

    .intec-banners.main .banners-mobile .item-header {
        font-size: 1.3rem;
    }

    .intec-banners.main .banners-mobile .item-description {
        font-size: 1rem;
        padding-top: 16px;
        padding-bottom: 32px;
    }

    .intec-banners.main .banners-mobile .item-buttons {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding-bottom: 32px;
    }

    .intec-banners.main .banners-mobile .item-form-button {
        color: var(--color-neutral-dark);
        border: 1px solid var(--color-neutral-dark);
        background: transparent;
    }

    .intec-banners.main .banners-mobile .items {
        --swiper-pagination-bullets-offset: auto;
    }

    .intec-banners.main .banners-mobile .items .swiper-pagination-horizontal.swiper-pagination-bullets {
        top: 300px;
    }

    .intec-banners.main .item-text {
        padding-right: 0;
        text-align: center;
    }

    .intec-banners.main [data-padding=true] .items {
        width: calc(100% + 20px) !important;
    }

    .intec-banners.main [data-padding=false] .items {
        width: 100% !important;
    }
}

/*# sourceMappingURL=style.css.map */
.intec-banners.main .blocks-standard-1 .item-header {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 117.778px;
    line-height: 144px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
@media  (max-width: 768px) {
    .intec-banners.main .blocks-standard-1 .item-header {
        font-size: 50px;
        line-height: 65px;
    }
}

@media  (max-width: 768px) {
    .intec-banners.main .blocks-standard-1 .item-header {
        font-size: 36px;
        line-height: 42px;
    }
}

.intec-banners.main .blocks-standard-1 .item-description {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

@media  (max-width: 768px) {
    .intec-banners.main .blocks-standard-1 .item-description {
        font-size: 16px;
        line-height: 24px;
    }
}

@media  (max-width: 500px) {
    .intec-banners.main .blocks-standard-1 .item-description {
        font-size: 12px;
        line-height: 24px;
    }
}

.intec-banners.main .blocks-standard-1 .item-text {
    flex-basis: 100%;
}
@media(max-width: 768px) {
    .item-main {
        max-height: 620px;
    }
}

.banner__item-buttons {
    display: flex;
    gap: 25px;
    margin-bottom: 94px;
    justify-content: center;
}

@media(max-width: 768px) {
    .banner__item-buttons {
        margin-bottom: 25px;
        flex-wrap: wrap;
    }
}

.banner__item-button {
    width: 268px;
    height: 64px;
    background: #531AF8;
    border: 1px solid #000000;
    border-radius: 30px;
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    justify-content: center;
    transition: all .1s linear;
    text-decoration: none;
}
@media  (max-width: 768px) {
    .banner__item-button {
        width: 168px;
        height: 48px;
        font-size: 12px;
    }
}
.banner__item-button:hover {
    opacity: 0.8;
}

.banner__item-button:nth-child(1) {
    background-color: #531AF8;
    color: white;
}

.banner__item-button:nth-child(2) {
    background-color: #E7F60C;
    color: #531AF8;
}

.banner__item-tags {
    display: flex;
    gap: 0;
    justify-content: center;
    align-items: start;
    margin-bottom: 15px;
    padding-left: 84px;
}
@media (max-width: 991px) {
    .banner__item-tags {
        padding-left: 45px;
    }
}
@media(max-width: 768px) {
    .banner__item-tags {
        width: 250px;
        margin: 0 auto;
        flex-wrap: wrap;
        padding-left: 0;
    }
}

.banner__item-tag {
    display: flex;
    width: 314px;
    height: 92px;
    background: #0C012B;
    box-shadow: 6px 7px 5px rgba(0, 0, 0, 0.25);
    border-radius: 16.3888px;
    align-items: center;
    gap: 10px;
    position: relative;
    text-decoration: none;
    transition: all .1s linear;
    padding: 0 12px;
}

@media (max-width: 991px) {
    .banner__item-tag {
        width: 165px;
        height: 54px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 11px;
        color: #FFFFFF;
        padding: 0 6px;
    }
}

@media(max-width: 768px) {
    .banner__item-tag {
        width: 100%;
    }
}

.banner__item-tag:after {
    top: 50%;
    right: 12px;
    height: 16px;
    width: 16px;
    margin-top: -8px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.38342 16.4735C1.13934 16.7176 0.742734 16.7176 0.498657 16.4735C0.255209 16.2295 0.255157 15.8337 0.498657 15.5897L1.38342 16.4735ZM16.402 15.5897C16.6457 15.8338 16.6459 16.2295 16.402 16.4735C16.158 16.7175 15.7623 16.7172 15.5182 16.4735L16.402 15.5897ZM15.5182 0.57019C15.7621 0.32669 16.158 0.326743 16.402 0.57019C16.6461 0.814268 16.6461 1.21088 16.402 1.45496L9.33459 8.52136L16.402 15.5897L15.9596 16.0311L15.5182 16.4735L8.44983 9.40613L1.38342 16.4735L0.94104 16.0311L0.498657 15.5897L7.56604 8.52136L0.498657 1.45496L0.418579 1.35632C0.258977 1.1138 0.285319 0.783528 0.498657 0.57019C0.711995 0.356852 1.04227 0.33051 1.28479 0.490112L1.38342 0.57019L8.44983 7.63757L15.5182 0.57019Z' fill='%23FEFEFE'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
}

@media (max-width: 991px) {
    .banner__item-tag:after {
        height: 8px;
        width: 8px;
        margin-top: -4px;
    }
}

.banner__item-tag:hover {
    background-color: #160250;
}

.banner__item-tag > span:nth-child(1) {
    width: 69px;
    height: 69px;
}

.banner__item-tag > span:nth-child(1) img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

.banner__item-tag > span:nth-child(2) {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16.3888px;
    line-height: 20px;
    color: #FFFFFF;

}

@media (max-width: 991px) {
    .banner__item-tag > span:nth-child(1) {
        width: 36px;
        height: 36px;
    }

    .banner__item-tag > span:nth-child(2) {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 11px;
        color: #FFFFFF;
    }
}

.banner__item-tag:nth-child(1) {
    margin-top: 0;
    transform: rotate(-5deg);
    margin-left: -84px;
}

.banner__item-tag:nth-child(2) {
    margin-top: 84px;
    transform: rotate(5deg);
    margin-left: -84px;
}



.banner__item-tag:nth-child(3) {
    margin-top: 0;
    transform: rotate(-5deg);
    margin-left: -84px;
}

.banner__item-tag:nth-child(4) {
    margin-top: 84px;
    transform: rotate(5deg);
    margin-left: -84px;
}

.banner__item-tag:nth-child(5) {
    margin-top: 0;
    transform: rotate(-5deg);
    margin-left: -84px;
}

@media (max-width: 991px) {
    .banner__item-tag:nth-child(1) {
        margin-left: -45px;
        margin-top: 0;
    }

    .banner__item-tag:nth-child(2) {
        margin-left: -45px;
        margin-top: 45px;
    }

    .banner__item-tag:nth-child(3) {
        margin-left: -45px;
        margin-top: 0;
    }

    .banner__item-tag:nth-child(4) {
        margin-left: -45px;
        margin-top: 45px;
    }

    .banner__item-tag:nth-child(5) {
        margin-left: -0px;
        margin-top: 0;
    }
}

@media(max-width: 768px) {
    .banner__item-tag:nth-child(1) {
        margin-left: 0px;
        margin-top: 0px;
        transform: rotate(-1deg);
    }

    .banner__item-tag:nth-child(2) {
        margin-left: 0;
        margin-top: 0;
        transform: rotate(1deg);
    }

    .banner__item-tag:nth-child(3) {
        margin-left: 0;
        margin-top: 0;
        transform: rotate(-1deg);
    }

    .banner__item-tag:nth-child(4) {
        margin-left: 0;
        margin-top: 0;
        transform: rotate(1deg);
    }

    .banner__item-tag:nth-child(5) {
        margin-left: 0;
        margin-top: 0;
        transform: rotate(-1deg);
    }
}

@media (max-width: 768px) {
    .intec-banners.main .banners-desktop {
        display: block !important;
    }
}
.banners-mobile {
    display: none !important;
}