

/* 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/news.list/service_notifications/style.css?17116904522792*/
.service__notifications {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 55px;
}

.service__notifications-item {
    display: flex;
    width: 43.25%;

    padding: 16px 32px;
    margin-bottom: 2%;
    gap: 10px;

    border: 1px solid #009fc2;
    border-radius: 12px;
}

.service__notifications-item:nth-child(odd) {
    margin-right: 2%;
}

.service__notifications-item--danger {
    border-color: var(--red-color);
}

.service__notifications-item_info h2,
.service__notifications-item_info h3,
.service__notifications-item_info h4,
.service__notifications-item_info h5,
.service__notifications-item_info h6,
.service__notifications-item_info-title {
    margin-bottom: 8px;

    font-weight: 500;
    font-size: 18px;
    line-height: 120%;

    color: #041229;
}

.service__notifications-item_info p,
.service__notifications-item_info-description {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

    color: #041229;
}

.service__notifications-item_info-description a {
    text-decoration: underline;
    transition: all 0.5s ease;
}

.service__notifications-item_info-description a:hover {
    color: var(--orange-color);
}


@media screen and (max-width: 1023px) {
    .service__notifications-item-request .service-request__info {
        display: none;
    }

    .service__notifications {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 32px;
    }

    .service__notifications-item {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 23px;
        gap: 10px;
        border: 1px solid #009fc2;
        border-radius: 12px;
        margin-bottom: 32px;
    }

    .service__notifications-item:nth-child(odd) {
        margin-right: 0;
    }

    .service__notifications-item_info h2,
    .service__notifications-item_info h3,
    .service__notifications-item_info h4,
    .service__notifications-item_info h5,
    .service__notifications-item_info h6,
    .service__notifications-item_info-title {
        margin-bottom: 8px;
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
    }

    .service__notifications-item_info p,
    .service__notifications-item_info-description {
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
    }

    .service__notifications-item.service__notifications-item-request {
        order: 20 !important;
    }
}

.service-request__info {
    text-align: center;
    color: #858585;
}

.service__notifications-item.service__notifications-item-request {
    display: block;
    border: unset;
    padding: unset;
    order: 1;
}

.service__notifications-item.service__notifications-item-request .service-request__button-form {
    max-width: 300px;
    margin: 10px auto 0;
}
/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/news.list/service_steps/style.css?17115985361678*/
.service-steps__wrapper {
    margin-bottom: 120px;
}

.service-steps__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
}

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

    color: #009fc2;

    opacity: 0.3;
}

.service-steps__name {
    margin-bottom: 38px;
    padding: 16px 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 114.52%;

    color: #041229;
    border-bottom: 3px solid #009fc2;
}

.service-steps__text {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #041229;
}

.service-steps__list-item {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #041229;
}

.service-steps__list-item:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #009fc2;
    border-radius: 50%;
}

@media screen and (max-width: 1023px) {
    .service-steps__wrapper {
        margin-bottom: 60px;
    }

    .service-steps__items {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 24px;
    }

    .service-steps__list-item {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 8px;
    }

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

    .service-steps__name {
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
        margin-bottom: 24px;
        width: fit-content;
    }
}
/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/news.list/service_support/style.css?17115985361841*/
.service-support__wrapper {
    margin-bottom: 120px;
}

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

.service-support__title h2 {
    margin-bottom: 64px;
}

.service-support__item {
    width: 100%;
    display: flex;
    gap: 64px;
}

.service-support__info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.service-support__text {
    max-width: 425px;
    margin-right: 25px;
}

.service-support__info-title {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 36px;
    line-height: 118.5%;
    color: #041229;
}

.service-support__info-description p {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    /* or 23px */

    color: #000000;
}

.service-support__img img{
    height: auto;
}

@media screen and (max-width: 1023px) {
    .service-support__item {
        width: 100%;
        flex-direction: column;
        gap: 32px;
    }
    .service-support__item .service-support__text{
        max-width: unset;
    }
    .service-support__item .service-support__img img{
        width: 100%;
    }

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

    .service-support__info-title {
        margin-bottom: 8px;

        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
        color: #041229;
    }

    .service-support__title h2 {
        margin-bottom: 32px;
    }

    .service-support__info-description p {
        margin-bottom: 8px;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;

        color: #000000;
    }

    .service-support__item {
        width: 100%;
        display: flex;
        gap: 32px;
    }

    .service-support__info {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/news.list/service_contracts/style.css?17115985362726*/
.service-contracts__wrapper {
    margin-bottom: 120px;
}

.service-contracts__title h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 118.5%;
    color: #041229;
}

.service-contracts__description {
    margin-bottom: 64px;
    padding-right: 50%;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #041229;
}

.service-contracts__items {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.service-contracts__item {
    display: flex;
    align-items: flex-start;
    gap: 64px;
}

.service-contracts__info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.service-contracts__text {
    max-width: 425px;
    margin-right: 25px;
}

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

    color: #000000;
}

.service-contracts__info-list_item {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #041229;
}

.service-contracts__info-list_item:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #009fc2;
    border-radius: 50%;
}

@media screen and (max-width: 1023px) {
    .service-contracts__wrapper {
        margin-bottom: 60px;
    }

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

    .service-contracts__description {
        margin-bottom: 32px;
        padding-right: 0;
    }

    .service-contracts__items {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

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

    .service-contracts__item .service-contracts__text {
        max-width: unset;
    }

    .service-contracts__item .service-contracts__img img {
        width: 100%;
    }

    .service-contracts__info-title {
        margin-bottom: 8px;
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
        color: #000000;
    }

    .service-contracts__info-list {
        margin-bottom: 18px;
    }

    .service-contracts__info-list_item {
        position: relative;
        margin-bottom: 8px;
        padding-left: 20px;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #041229;
    }

    .service-contracts__info {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
}
/* 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/news.list/service_notifications/style.css?17116904522792 */
/* /local/templates/helicon-shop/components/bitrix/news.list/service_steps/style.css?17115985361678 */
/* /local/templates/helicon-shop/components/bitrix/news.list/service_support/style.css?17115985361841 */
/* /local/templates/helicon-shop/components/bitrix/news.list/service_contracts/style.css?17115985362726 */
/* /local/templates/helicon-shop/components/bitrix/news.list/question/style.css?17115985361429 */
