

/* Start:/local/templates/helicon-shop/components/bitrix/news/news/bitrix/news.detail/.default/style.css?175939055616863*/
.news-detail {
    margin-bottom: 120px;
}

.events__main {
    display: flex;
    gap: 24px;
}

.events__wrapper {
}

.events__head {
}

.events__head-info {
    display: flex;
    justify-content: space-between;

    margin-bottom: 16px;
}

.events__head-location {
    display: flex;
    gap: 16px;

    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    text-align: right;

    color: #676767;
}

.events__head-type {
}

.events__divide {
}

.events__head-place {
}

.events__head-clock {
    display: flex;

    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    text-align: right;

    color: #676767;
}

.events__head-date {
}

.events__head-time {
}

.events__head-title {
    margin-bottom: 40px;
}

.events__head-title h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 118.5%;

    color: #041229;
}

.events__body {
    max-width: 100%;
    position: relative;
}

.events__body-img {
    margin-bottom: 40px;
}

.events__body-title {
    margin-bottom: 32px;

    font-weight: 400;
    font-size: 24px;
    line-height: 114.52%;

    color: #041229;
}

.events__body-subtitle {
    margin-bottom: 32px;

    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #041229;
}

.news-detail-banner {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 40px 0;
    margin-bottom: 80px;
    background-color: #f4fbfd;
}

.news-detail-banner__container {
    display: flex;
    gap: 32px;
}

.news-detail-banner__text {
    width: 50%;
}

.news-detail-banner__list h3 {
    margin-bottom: 24px;
}

.news-detail-banner__list_title {
    margin-bottom: 16px;

    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #041229;
}

.news-detail-banner__list_item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;

    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #041229;
}

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

.events__notification {
    position: sticky;
    top: 80px;
    display: flex;
    min-width: 232px;
    height: fit-content;
    flex-direction: column;
    padding: 24px;
    margin-bottom: 2%;
    gap: 10px;
    border: 1px solid #009fc2;
    border-radius: 12px;
}

.events__notification-info {
}

.events__notification-info-title {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #041229;
}

.events__notification-info-description {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #041229;
}

.events__notification-button {
}

.button {
}

.js-reg-form {
}

.carousel {
}

.carousel__container {
    width: auto;
    margin-top: 80px;
}

.carousel-slider {
    position: relative;
    height: auto;
    overflow: hidden;
    margin-bottom: 16px;
}

.carousel-slider__wrapper {
    display: flex;
    align-items: center;
    max-height: 700px;
}

.carousel-slider__item {
    display: flex;

    height: 100%;
    border: 1px solid #ececec;
    transition: opacity 0.5s ease;
}

.carousel-slider__video {
    position: relative;
}

.carousel-slider__video::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 68px;
    margin-top: -34px;
    margin-left: -48px;
    cursor: pointer;
    background-image: url("/local/templates/helicon-shop/components/bitrix/news/news/bitrix/news.detail/.default/images/play-button.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 64px;
}

.carousel-slider__next {
    width: 45px !important;
    height: 45px !important;
    right: 16px !important;
    border-radius: 50%;
    transform: rotate(-180deg);
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0px 4px 28px rgb(0 0 0 / 8%);
}

.carousel-slider__prev {
    width: 45px !important;
    height: 45px !important;
    left: 16px !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0px 4px 28px rgb(0 0 0 / 8%);
}

.carousel__slide.has-thumb.has-video::before {
    content: "";
    z-index: 1;
    background-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 68px;
    margin-top: -34px;
    margin-left: -48px;
    cursor: pointer;
    background-image: url("/local/templates/helicon-shop/components/bitrix/news/news/bitrix/news.detail/.default/./images/play-button.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.video-block {
    position: relative;
}

.video-block__button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 68px;
    margin-top: -34px;
    margin-left: -48px;
    cursor: pointer;
}

.carousel-slider__info {
    padding: 130px 0 96px 98px;
    width: 40%;
}

.carousel-slider__info-title {
    font-weight: 500;
    font-size: 46px;
    line-height: 100%;

    letter-spacing: -0.03em;

    color: #ffffff;
}

.carousel-slider__info-description {
    margin-bottom: 40px;

    font-weight: 400;
    font-size: 18px;
    line-height: 132%;

    color: #ffffff;
}

.carousel-slider__info-button {
    display: inline-block;
    margin-top: 8px;
    transition: color 0.5s ease;

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

    color: #ffffff;
}

.carousel-slider__info-button:hover {
    color: var(--orange-color);
}

.carousel-slider__info-button svg {
    margin-left: 6px;
    stroke: #ffffff;
    transition: stroke 0.5s ease;
}

.carousel-slider__info-button:hover svg {
    stroke: var(--orange-color);
}

.carousel-slider__content {
    width: 100%;
    height: 100%;
}

.carousel-slider__content img {
    width: 100%;
    /*height: 100%;*/
    user-select: none;
}

.carousel__content__switcher-block {
    z-index: 10;
    width: 100%;
}

.content__switcher-block {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
}

.content__switcher-block__item {
    color: #ffffff;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 1px;
    max-width: 187px;
    max-height: 132px;
    cursor: pointer;

    transition: color 0.5s ease;
}

.content__switcher-block__video {
    position: relative;
}

.content__switcher-block__video::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 68px;
    margin-top: -34px;
    margin-left: -48px;
    cursor: pointer;
    background-image: url("/local/templates/helicon-shop/components/bitrix/news/news/bitrix/news.detail/.default/./images/play-button.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.content__switcher-block__item_active {
    box-shadow: 0 0 0 1px inset #ececec;
}

.content__switcher-block__item_active .content__switcher-block__item__number,
.content__switcher-block__item_active .content__switcher-block__item__text {
    color: #ffffff;
}

.content__switcher-block__item__number,
.content__switcher-block__item__text {
    color: var(--light-grey-color);
    white-space: nowrap;
}

.content__switcher-block__item:hover,
.content__switcher-block__item.content__switcher-block__item_active {
    color: inherit;
}

.carousel-slider__pagination {
    display: none !important;
}

.swiper-container a {
    display: inline-block;
}

.news-detail-persons {
}

.news-detail-persons__container {
    margin-bottom: 80px;
}

.news-detail-persons__container h3 {
    margin-bottom: 40px;
}

.news-detail-persons__items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
}

.news-detail-persons__item {
    display: flex;
    flex-direction: column;
    max-width: 206px;
}

.news-detail-persons__img {
    margin-bottom: 16px;
}

.news-detail-persons__item-title {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 132%;
}

.news-detail-persons__item-description {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

    /* Dark/Gray Dark */

    color: #676767;
}

.mark-list p + ul, .mark-list ul + p {
    margin-top: 16px;
}

.about-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.subscribe-button {
    max-height: 85px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f5f5f5;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 20px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    line-height: 1.2;
    text-align: left;
    box-shadow: none;
}

.subscribe-button:hover {
    background-color: #ebebeb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.subscribe-icon svg {
    display: block;
    width: 27px;
    height: 27px;
    color: #222;
    fill: #333;
}

@media screen and (max-width: 1023px) {
    .events__main {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .events__notification {
        order: -1;
        position: relative;
        top: auto;
    }

    .events__head-location {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        gap: 8px;
    }

    .events__head-clock {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .events__head-title {
        margin-bottom: 16px;
    }

    .events__head-title h3 {
        font-weight: 500;
        font-size: 26px;
        line-height: 31px;
        letter-spacing: -0.03em;
        color: #041229;
    }

    .events__body-title {
        margin-bottom: 16px;
        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
    }

    .events__body-subtitle {
        margin-bottom: 16px;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .events__body-list_title {
        margin-bottom: 8px;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .news-detail-banner__list_item {
        margin-bottom: 8px;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .carousel {
        position: initial;
        margin-bottom: 30px !important;
    }

    .carousel__container {
        width: auto;
        margin-bottom: 40px;
    }

    .carousel__title {
        display: flex;
        flex-direction: column;
    }

    .carousel__title h1 {
        margin-bottom: 24px;
        font-weight: 500;
        font-size: 32px;
        line-height: 110%;
    }

    .carousel__title_button {
        width: auto;
        height: auto;
        padding: 6px 5px;
        background: #ffffff;

        border: 1px solid #ececec;
        border-radius: 2px;
    }

    .carousel__title_button svg {
        width: 25px;
        height: 25px;
        margin-right: 8px;
    }

    .carousel__title_button-description {
        display: inline-block;
    }

    .product-modifications__specifications {
        display: none;
    }

    .carousel__content {
        position: initial;
        flex-direction: column;
    }

    .carousel__content-images {
        width: 100%;
        margin-right: 0;
    }

    .carousel__content__switcher-block {
        display: none;
    }

    .carousel__content-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 0 0 32px 0;
        width: 100%;
    }

    .carousel__content_list {
        width: 100%;
        margin-bottom: 22px;
    }

    .carousel__content_item {
        margin-bottom: 15.5px;
    }

    .carousel__content_item-title {
        width: auto;
        min-width: 35%;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .carousel__content_item-description {
        width: auto;
        text-align: right;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .carousel__content-info_price {
        z-index: 10;
        position: fixed;
        bottom: 0;
        display: flex;
        margin-left: auto;
        margin-bottom: 0;
        width: 100%;
        height: 64px;

        background: #fff;
        box-shadow: 0px -2px 20px rgb(216 216 216 / 25%);
    }

    .carousel__content-info_price-total {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
        width: 55%;

        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
    }

    .carousel__content-info_price__new {
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
    }

    .carousel__content-info_price__old {
        padding: 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        text-decoration-line: line-through;
    }

    .cart__item-controls {
        display: none;
    }

    .carousel__content-info_price-button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45%;
        border-radius: 0;
    }

    .carousel__content-info_price-button .button {
        border-radius: 0;
        height: 100%;
        width: 100%;
    }

    .carousel__content-info_price-button .button-click-preview {
        display: none;
    }

    .carousel-slider {
        padding-bottom: 30px;
    }

    .carousel-slider__next {
        display: none !important;
    }

    .carousel-slider__prev {
        display: none !important;
    }

    .carousel-slider__pagination.swiper-pagination {
        display: block !important;
        bottom: 4px;
    }

    .news-detail-banner__container {
        flex-direction: column;
    }

    .news-detail-banner__text {
        width: 100%;
    }

    .news-detail-persons__items {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .news-detail {
        margin-bottom: 60px;
    }
}

.slick-table__detail {
    display: flex;
    flex-direction: column-reverse;
}

.slider-head__nav {
    display: flex;
}

.slider-head--end {
    width: fit-content;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.slick-table__item.swiper-slide {
    height: unset !important;
}

.slick-table__item img {
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.slick-table__detail {
    margin-bottom: 30px;
}

.items-project {
    margin: 25px 0;
    width: 100%;
}

.items-project img {
    height: auto;
}

.row {
    margin-right: -12px;
    margin-left: -12px;
    display: flex;
    flex-wrap: wrap;
}

.items-project .row {
    align-items: center;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .col-sm-11 > .col-sm-5 {
        width: 25%;
    }
}

@media screen and (max-width: 767px) {
    .items-project .text {
        order: 13;
        margin-top: 10px;
    }

    .subscribe-button {
        display: none;
    }
}


.splCont {
    display: none;
    padding: 5px 5px;
    border: 1px solid #c4cacc;
    border-radius: 5px;
    margin-top: 20px;
}

.splCont.normal {
    display: block;
}

.splCont img {
    border: 1px solid #e6ecee;
    margin-bottom: 10px;
}

.splCont a {
    border: none;
}

.splCont a:hover {
    color: var(--orange-color);
}

.spoiler {
    margin-block: 30px;
}

.spoiler table {
    width: 100%;
}

.splLink {
    display: block;
    padding: 20px;
    border: none;
    background: #F4FBFD;
    width: 100%;
}

.slick-table__item p {
    position: absolute;
    bottom: 0;
    background-color: #fff;
}


.news-detail__attachments .news-detail__attachment-item {
    margin-top: 25px;
}

.news-detail__attachments .news-detail__attachment-item .document__link {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
}

.news-detail__attachments .news-detail__attachment-item .document__img {
    float: left;
    margin-right: 10px;
}
/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/system.pagenavigation/page_pagination/style.css?17115985362317*/
.pagination.pagination-hide {
    display: none;
}

.pagination__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pagination__items {
    display: flex;
    align-items: center;
}

.pagination__pages {
    display: flex;
}

.pagination__pages-visible {
    display: flex;
    justify-content: space-between;
}

.pagination__page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
    padding: 0 7px;
    width: fit-content;
    min-width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #041229;
    border-radius: 27px;
    transition: all 0.35s ease;
}

.pagination__page:hover {
    border: 1px solid var(--orange-color);
}

.pagination__page span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

    text-align: center;
}

.pagination__page-current {
    background-color: var(--orange-color);
    color: #fff;
    border: 1px solid var(--orange-color);
}

.pagination__pages-divide {
}
.pagination__page-divide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 50px;
}
.pagination__page-divide span {
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.pagination__pages-last {
}

.pagination__button {
    margin-bottom: 15px;
    width: fit-content;
}

.pagination__button-toggle {
    padding: 10px 0 0 0;
    cursor: pointer;
}

.pagination__button-toggle path {
    transition: stroke 0.5s ease;
}

.pagination__button-toggle:hover path {
    stroke: var(--orange-color);
    transition: stroke 0.5s eas;
}

@media screen and (max-width: 1023px) {
    .pagination__wrapper .pagination__button {
        width: 100%;
        max-width: 343px;
        margin: 0 auto;
    }
	.pagination__page {
		min-width: 40px;
		height: 40px;
	}
	.pagination__page span {
		font-size: 14px;
	}
	.pagination__pages {
		display: flex;
		align-items: center;
	}
	.pagination__pages-visible {
		display: flex;
		align-items: center;
	}
	.pagination__items .pagination__pages {
	}
	.pagination__button-toggle {
		padding: 5px 0 0 0;
	}
	.pagination__button-toggle svg {
		width: 60px;
		height: 80px;
	}
}
/* End */


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

.news-block__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-block__switcher {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-block__wrapper {
	overflow: hidden;
}

.news-block__list {
}

.carousel .news-block__items {
    flex-wrap: nowrap;
}

.news-block__item {
	position: relative;
	margin-bottom: 0;
}

.news-block__item_link:hover .news-block__item_title {
	color: var(--orange-color);
	transition: color 0.35s ease;
}

.news-block__item_img {
	margin-bottom: 24px;
	position: relative;
}

.news-block__item_img-labels {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 1;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: var(--orange-color);
}

.news-block__item_date {
	margin-bottom: 8px;

	font-weight: 400;
	font-size: 14px;
	line-height: 17px;

	color: var(--mild-grey-color);
}
.news-block__item_title {
	margin-bottom: 16px;
	width: 85%;
	font-weight: 400;
	font-size: 24px;
	line-height: 114.52%;
}

.news-block__item_subtitle {
	width: 85%;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}
@media screen and (max-width: 1023px) {
	.news-block {
		padding: 0 16px;
		margin-bottom: 16px;
	}

	.news-block__items {
		flex-direction: column;
	}
	.news-block__item {
		margin-bottom: 40px;
	}
	.news-block__switcher {
		display: none;
	}
	.news-block__item_img {
		margin-bottom: 16px;
	}
	.news-block__item_img img {
		width: 100%;
	}
	.news-block__item_img-labels {
		position: absolute;
		top: 8px;
		right: 8px;
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		color: var(--orange-color);
	}

	.news-block__item_date {
		margin-bottom: 8px;
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
		color: var(--mild-grey-color);
	}

	.news-block__item_title {
		margin-bottom: 8px;
		width: 85%;
		font-weight: 500;
		font-size: 16px;
		line-height: 110%;
	}
	.news-block__item_subtitle {
		width: 85%;
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
	}
}

/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/main.userconsent.request/sender.subscribe.news/user_consent.css?16987284044322*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* 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/news/news/bitrix/news.detail/.default/style.css?175939055616863 */
/* /local/templates/helicon-shop/components/bitrix/system.pagenavigation/page_pagination/style.css?17115985362317 */
/* /local/templates/helicon-shop/components/bitrix/news.list/news-block/style.css?17658659312049 */
/* /local/templates/helicon-shop/components/bitrix/main.userconsent.request/sender.subscribe.news/user_consent.css?16987284044322 */
/* /local/templates/helicon-shop/components/bitrix/news.list/question/style.css?17115985361429 */
