

/* Start:/local/components/9310802/complex.content/templates/main-block-7/style.css?17890313691404*/
.growth-guarantee {
    position: relative;
}

.growth-guarantee-img {
    display: none;
}

.growth-guarantee .growth-guarantee-img {
    display: block;
    position: absolute;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.growth-guarantee .growth-guarantee-img img {
    max-width: 260px;
    width: 260px;
    height: 260px;
}

@media screen and (max-width: 1100px) {



    .growth-guarantee .growth-guarantee-img {
        left: 60%;
    }
}

@media screen and (max-width: 900px) {
    .growth-guarantee .growth-guarantee-img img {
        max-width: 190px;
        width: 190px;
        height: 190px;
    }

    .growth-guarantee .growth-guarantee-img {
        left: 60%;
    }

}

@media screen and (max-width: 600px) {
    .growth-guarantee .growth-guarantee-img {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 22px;
    }

    .growth-guarantee .growth-guarantee-img img {
        max-width: 245px;
        width: 245px;
        height: 245px;
    }

    .growth-guarantee .section-info-hero-img {
        display: none;
    }

    .section.growth-guarantee {
        padding-bottom: 260px !important;
    }

    .image-bottom .section-info-hero-img {
        bottom: 0;
    }
}
/* End */


/* Start:/local/components/9310802/complex.content/templates/tizer14/style.css?17890313651461*/
.running-line-garanties {
    background-color: var(--eb0e54);
    color: #ffffff;
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
	height: 60px;

    display: flex;
    align-items: center;
}

.running-line-garanties .wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;

    display: flex;
    align-items: center;
}

.running-line__track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    will-change: transform;

    display: flex;
    align-items: center;
}

.running-line__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.running-line__icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
}

.running-line__text {
	width: max-content;    
	text-wrap-style: balance;
    text-wrap-mode: wrap;
	font-weight: 600;
	font-size: 16px;
	line-height: 110%;
}

.running-line__group {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 20px;
    flex-shrink: 0;

    will-change: transform;
    animation: marquee 20s linear infinite;
}
.running-line-garanties:hover .running-line__group {
    animation-play-state: paused;
}
@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}


@media (max-width: 1100px) {
    .running-line__group {
		gap: 20px;
		padding-right: 20px;
	}
}
/* End */


/* Start:/local/components/9310802/complex.content/templates/tizer13/style.css?17890313654248*/
.update-steps.grey-background {
    background-color: #F5F7FA;
}

.update-steps.grey-background .project-example-card {
    background-color: #ffffff;
}


.project-example-cards-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.project-example-card.hidden-card {
    display: none;
}


.project-example-card {
    background-color: var(--f5f7fa);
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
	min-width: 450px;
	max-width: 500px;
}

.rc-text-1 {
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
}
.rc-text-2 {
	font-weight: 500;
	font-size: 26px;
	line-height: 120%;
}
.rc-text-4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
    text-wrap-style: pretty;

    height: 60px;
}
.rc-text-6 {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;

}

.rc-image-wrap {
    width: 100%;
    margin: 4px 0;
    border-radius: 8px;
    overflow: hidden;
}
.rc-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}


.rc-stats {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;

}

.rc-stat-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rc-stat-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
    text-wrap-mode: nowrap;
}


.rc-stat-box {
	width: 131px;
	height: 40px;
    background-color: #ffffff;
	border: 1px solid #E7E8EA;

	gap: 4px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;

    display: flex;
    justify-content: center;
    align-items: center;
}
.rc-stat-box .first-number {
	font-weight: 600;
	font-size: 12px;
	line-height: 160%;
}
.rc-stat-box .second-number {
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	color: #9F0033;
}


.project-example-cards-action {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.rc-load-more {
    padding: 20px 40px;
    border: 2px solid var(--eb0e54);
    border-radius: 10px;
    cursor: pointer;

	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	text-transform: uppercase;
}

.rc-load-more:hover {
    border: 2px solid #d10d4b;
    background-color: var(--f5f7fa);
}




.rc-image-wrap {
    overflow: hidden;
    cursor: pointer;
}

.rc-image {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.rc-image-wrap:hover .rc-image {
    transform: scale(1.03);
    opacity: 0.95;
}

.img-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.img-modal.is-visible {
    opacity: 1;
    visibility: visible;
}

.img-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.img-modal__img {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 1;
    user-select: none;
}

.img-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.img-modal__close:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: scale(1.1);
}




@media (max-width: 1500px) {
    .project-example-cards-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .project-example-cards-list {
        grid-template-columns: repeat(2, 1fr);
		justify-items: center;
    }
}

@media (max-width: 1100px) {
    .project-example-cards-list {
        grid-template-columns: 1fr;
    }

	.project-example-card {
		min-width: 300px;
		max-width: 450px;
	}
}

@media (max-width: 500px) {
	.rc-stats {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}
/* End */


/* Start:/local/components/9310802/complex.content/templates/tizer5/style.css?1789031365149*/
.update-steps.grey-background {
    background-color: #F5F7FA;
}

.update-steps.grey-background .update-steps-item {
    background-color: #ffffff;
}
/* End */


/* Start:/local/components/9310802/complex.content/templates/price_support/style.css?1789031365700*/
.pricing__card {
    flex: 1 1 0;
}

.pricing__card-info {
    min-height: 44px;
    height: 44px;
}
.pricing__card .pricing__card-infos {
    gap: 7px;
}

.pricing__card-infos {
    display: flex;
    flex-direction: column;
}


@media (max-width: 500px) {
    .pricing__cards {
        overflow-x: auto;
        scroll-snap-type: x mandatory; 
    }

    .pricing__card {
        scroll-snap-align: center;
        scroll-margin: 0 15px; 
    }
}

@media (max-width: 450px) {
    .pricing__card {
        width: 300px !important;
    	min-width: 300px !important;
    }
}

@media (max-width: 400px) {
    .pricing__card {
        width: 270px !important;
    	min-width: 270px !important;
    }
}


/* End */
/* /local/components/9310802/complex.content/templates/main-block-7/style.css?17890313691404 */
/* /local/components/9310802/complex.content/templates/tizer14/style.css?17890313651461 */
/* /local/components/9310802/complex.content/templates/tizer13/style.css?17890313654248 */
/* /local/components/9310802/complex.content/templates/tizer5/style.css?1789031365149 */
/* /local/components/9310802/complex.content/templates/price_support/style.css?1789031365700 */
