

/* Start:/local/templates/helicon-shop/components/bitrix/catalog/service/style.css?17115985362794*/
.service-callback__wrapper {
    margin-bottom: 120px;
}

.service-callback__title {
    padding-right: 30%;
}

.service-callback__title h2 {
    font-weight: 500;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: -0.03em;

    color: #041229;

    margin-bottom: 40px;
}

.service-callback__items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-callback__item {
    display: flex;
    gap: 64px;
}
.service-callback__item .service-callback__icon img{
    max-width: 100px;
    max-height: 100px;
}

.service-callback__info {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.service-callback__info-title {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 24px;
    line-height: 114.52%;

    color: #041229;
}

.service-callback__info-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #041229;
}

.service-callback__button {
    display: flex;
    align-items: center;
    gap: 24px;
}

.service .pagination {
    padding: 80px 0 120px;
}

.service-callback .service-callback__items{
    display: block;
}
.service-callback .service-callback__item:not(:last-child){
    margin-bottom: 40px;
} 
.service-callback .service-callback__info-title{
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 24px;
}
.service-callback .service-callback__info{
    gap: 40px;
    flex-direction: row !important;
    flex-wrap: wrap;
}
.service-callback .service-callback__button{
    margin-top: 20px;
}

.service-support__icon img{
    height: auto;
}

@media screen and (max-width: 1023px) {
    .service-container {
        padding-bottom: 32px;
    }

    .service-callback__wrapper {
        margin-bottom: 60px;
    }

    .service-callback__title h2 {
        margin-bottom: 32px;
        font-weight: 500;
        font-size: 26px;
        line-height: 31px;
        letter-spacing: -0.03em;
        color: #041229;
    }

    .service-callback__info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .service-callback__info-title {
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
    }

    .service-callback__info-description {
        font-size: 14px;
        line-height: 140%;
    }

    .service-callback__button {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }

    .service .pagination {
        padding: 0;
    }
    .service-callback .service-callback__button{
        display: block;
        width: fit-content;
    }
}

@media screen and (max-width:768px) {
    .service-callback .service-callback__info{
        gap: 20px;
    }
    .service-callback .service-callback__item{
        gap: 40px;
    }
}

/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/catalog/service/bitrix/catalog.section.list/.default/style.css?1739862870912*/
.service-section-list {
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.service__content-item_title {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    white-space: nowrap;
}

.catalog_service_link {
    display: flex;
    flex-direction: row;
}

.service__content-item_title:hover a {
    color: var(--blue-color);
}

.service__content-item_title:hover svg {
    stroke: var(--orange-color);
}


.service__content-item_title svg {
    margin-left: 6px;
    width: 24px;
    height: 24px;
    float: left;
    stroke: var(--orange-color);
    transition: stroke 0.5s ease;
}

svg:not(:root) {
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
    .service-section-list {
        flex-direction: column;
        gap: 50px;
    }

    .service__content-item_title {
        padding: 0;
        font-size: 24px;
    }
}
/* End */


/* Start:/local/components/general-itech/seoblock/templates/.default/style.css?1698728404387*/
.info-block {
    display: flex;
    margin-bottom: 120px;
}

.info-block__left {
    width: 50%;
}

.info-block__left_text {
    padding-right: 35%;
}

.info-block__left_text p {
    font-weight: 400;
    font-size: 24px;
    line-height: 114.52%;
}

.info-block__right {
    width: 50%;
}

.info-block__right_text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
}
/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/news.list/question/style.css?17115985361429*/
.questions {
	padding: 0;
	margin-bottom: 0;
	min-height: 320px;
	overflow: hidden;
	background-image: url("/local/templates/helicon-shop/components/bitrix/news.list/question/images/questions-background.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.questions__content {
	display: flex;
	flex-direction: column;
}

.questions__wrapper {
	width: 37%;
	padding: 49px 0;
}
.questions__title {
	font-weight: 500;
	font-size: 36px;
	line-height: 118.5%;
	margin-bottom: 16px;
}
.questions__subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;

	margin-bottom: 24px;
}
.questions__button {
	width: fit-content;
	margin: 0;
}
@media screen and (max-width: 1023px) {
	.questions {
		padding: 33px 0 100px;
		margin-bottom: 60px;
		min-height: 150px;
		overflow: hidden;
		background-image: url("/local/templates/helicon-shop/components/bitrix/news.list/question/images/question-mob.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.questions__wrapper {
		width: 100%;
		padding: 0;
	}
	.questions__title {
		font-weight: 500;
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.03em;
		margin-bottom: 16px;
		text-align: center;
	}
	.questions__subtitle {
		margin-bottom: 24px;
	
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
		text-align: center;
	}

	.questions__button.button {
		width: 100%;
		max-width: 343px;
		margin: 0 auto;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.questions {
		min-height: 150px;
	}
}
/* End */
/* /local/templates/helicon-shop/components/bitrix/catalog/service/style.css?17115985362794 */
/* /local/templates/helicon-shop/components/bitrix/catalog/service/bitrix/catalog.section.list/.default/style.css?1739862870912 */
/* /local/components/general-itech/seoblock/templates/.default/style.css?1698728404387 */
/* /local/templates/helicon-shop/components/bitrix/news.list/question/style.css?17115985361429 */
