

/* Start:/local/templates/helicon-corp/components/bitrix/news/researches/style.css?16987239691152*/
.heroblock {
    padding-top: 97px;
    padding-bottom: 97px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #E3EEF3;
}

.question-section.page-section {
    padding-top: 0;
}

.question-section__content {
    text-align: center;
}

.question-section__title {
    margin-bottom: 16px;
}

.question-section__link {
    margin: 40px auto 0 auto;
}

.question-section__text {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.question-section__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.question-section__links .question-section__link{
    margin: 0;
}

@media screen and (max-width: 768px) {
    .question-section__text {
        width: 70%;
    }
}

@media screen and (max-width: 425px) {
    .question-section__text {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .links-section__row{
        flex-wrap: nowrap !important;
    }
}
/* End */


/* Start:/local/templates/helicon-corp/components/bitrix/news/researches/bitrix/catalog.section.list/links-section/style.css?1710318216940*/
.links-section,
.center1200.links-section {
    overflow-x: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.links-section::-webkit-scrollbar {
    height: 5px;
}

.links-section::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.links-section::-webkit-scrollbar-thumb {
    background: #adaaaa;
    border-radius: 4px;
}

.links-section__row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    max-width: 1000px;
}

.links-section__row:not(:last-child) {
    margin-bottom: 16px;
}

.links-section__item {
    white-space: nowrap;
    min-width: fit-content;
}

.button.links-section__item {
    color: var(--dark-blue-color);
    border-color: var(--dark-blue-color);
}

.button.links-section__item--active {
    color: var(--orange-color);
    border-color: var(--light-orange-color);
}

.button.links-section__item:hover {
    color: #fff;
    border-color: var(--light-orange-color);
}
/* End */


/* Start:/local/templates/helicon-corp/components/bitrix/news/researches/bitrix/catalog.section/.default/style.css?1698723969879*/
.back-link {
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
    transition: .5s;
}

.back-link::before {
    content: '';
    position: absolute;
    height: 42px;
    width: 42px;
    border: 1px solid var(--orange-color);
    border-radius: 30px;
    z-index: -1;
    transition: .5s;
}

.back-link__icon {
    padding: 14px 13px;
    margin-right: 16px;
}

.back-link__icon svg {
    transition: .5s;
}

.back-link:hover {
    color: #fff;
}

.back-link:hover::before {
    width: 110%;
    background-color: var(--orange-color);
}

.back-link:hover .back-link__icon svg {
    transform: scale(1.3) translateX(10px);
}

.back-link:hover .back-link__icon svg path {
    stroke: #fff;
}

.back-link--section {
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    .back-link--section {
        margin-top: 40px;
    }
}
/* End */


/* Start:/local/templates/helicon-corp/components/bitrix/catalog.section/products-sections/style.css?1698723969926*/
.products-slider-rows .swiper-slide {
    height: fit-content;
    background: #f9feff;
    transition: .3s;
}

.products-slider-rows .swiper-slide .product-card {
    background: none;
    border: 0;
}

.products-slider-rows .swiper-slide:hover {
    background: none;
}

.products-slider-rows .swiper-wrapper{
    height: 100%;
}

@media screen and (max-width: 767px) {
    .products-slider-rows .swiper-slide {
        height: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0 !important;
    }

    .product-card {
        height: 100%;
    }

    .products-slider-rows .slider-head__nav {
        display: none;
    }
    .products-slider-rows .mobile-slider__nav{
        display: block;
        top: 30%;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/.default/style.css?176588152411994*/
.section__item {
    z-index: 1;
    position: relative;
    display: flex;
    width: 100%;
    height: auto !important;
    box-sizing: border-box;
    background-color: #fff;

    transition: all 0.5s ease;
}
.js-add-to-cart.btn_in_basket {
    background-color: var(--mild-grey-color);
}
.swiper-wrapper .section__item {
    margin-top: 0;
    margin-bottom: 0;
}

.section__item-wrapper {
    display: flex;
}

.section__item:hover {
    z-index: 5;
    grid-template-columns: 1fr 1fr;
    box-shadow: 6px -7px 39px rgb(236 236 236 / 15%), -5px -7px 39px rgb(236 236 236 / 15%),
    5px 7px 39px rgb(236 236 236 / 15%);
}

.section__item:hover .section__item-list {
    z-index: 5;
    height: 100%;
    width: 100%;
}

.left-info:hover .section__item-list_item {
}

.section__item:hover .section__item-list_links {
    transform: translateY(100%);
}
.section__item .section__item-list_links {
    transform: translateY(0);
}
.section__item:last-child {
}

.section__item-list {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
}

.section__item-list_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    height: 33%;
    padding: 24px 24px 32px;
    background-color: #fff; 

    border-top: 1px solid rgba(168, 169, 173, 0.25);
    border-left: 1px solid rgba(168, 169, 173, 0.25);
    border-right: 1px solid rgba(168, 169, 173, 0.25);
    border-bottom: 1px solid rgba(168, 169, 173, 0.25);
}

.section__item-list_item-img {
    height: fit-content;
    margin-bottom: 24px;
}

.section__item-list_item-img img {
    width: 100%;
    height: auto;
}

.section__item-list_item .section__item-list_item-img_labels {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    display: flex;
    gap: 5px;
    max-width: 100%;
    flex-wrap: wrap;
}

.section__item-list_item .section__item-list_item-img_labels .section__item-list_item-img_label {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #ececec;
    background-color: #fff;
    color: var(--orange-color);
    padding: 6px 9px 6.5px 12px;
    top: unset;
    left: unset;
}

.section__item-list_item .section__item-list_item-img_labels .section__item-list_item-img_label.img-label__SPECIALOFFER,
.section__item-list_item .section__item-list_item-img_labels .section__item-list_item-img_label.img-label__stock {
    border: 1px solid var(--red-color);
    background-color: var(--red-color);
    color: #fff;
}

.section__item-list_item .section__item-list_item-img_labels .section__item-list_item-img_label.img-label__STOCK_SALE {
    border: 1px solid var(--green-color);
    color: var(--green-color);
}

.section__item-list_item .section__item-list_item-img_labels .section__item-list_item-img_label img {
    width: 100%;
}

.section__item:hover .section__item-list_item-img_buttons {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.section__item-list_item-img_buttons {
    position: absolute;
    flex-direction: column;
    top: 8px;
    right: 8px;
    opacity: 0;
    visibility: hidden;
    transition-property: all;
    transition: all ease 0.25s;
}

.section__item-list_item-img_button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    margin-right: 0;
    width: 32px;
    height: 32px;

    background: #ffffff;

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

.section__item-list_item-img_button.product-favorite-add path {
    fill: var(--orange-color);
    stroke: var(--orange-color);
}

.section__item-list_item-img_button:hover path {
    stroke: var(--orange-color);
    transition: stroke 0.5s ease;
}

.product-compare {
    cursor: pointer;
}

.product-compare path {
    fill: none;
    stroke: var(--mild-grey-color);
    transition: stroke 0.5s ease;
}

.product-compare:hover path {
    stroke: var(--orange-color);
}

.product-compare-add path {
    fill: var(--orange-color);
    stroke: var(--orange-color);
}

.product-compare-add:hover path {
    stroke: var(--orange-color);
    transition: stroke 0.5s ease;
}

.product-favorite {
    cursor: pointer;
}

.product-favorite path {
    fill: none;
    stroke: var(--mild-grey-color);
    transition: stroke 0.5s ease;
}

.product-favorite:hover path {
    stroke: var(--orange-color);
}

.product-favorite-add path {
    fill: var(--orange-color);
    stroke: var(--orange-color);
}

.product-favorite-add:hover path {
    stroke: var(--orange-color);
    transition: stroke 0.5s ease;
}

.section__item-list_item-img a {
    border: none;
}

.section__item-list_item-article {
    margin-bottom: 24px;

    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    display: flex;
    flex-direction: row;
    gap: 5px;

    color: var(--mild-grey-color) !important;
}

.section__item-list_item-brand {
    margin-bottom: 8px;

    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.section__item-list_item-description {
    margin-bottom: 8px;

    font-weight: 400;
    font-size: 18px;
    line-height: 132%;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.section__item-list_item-description-text {
    border: none;
    max-width: 90%;
}

.section__item-list_item-description-text span {
    overflow-wrap: break-word;
}

.section__item-list_item-available {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
}

.section__item-list_item-available .section__item-list_item-available-title {
    font-size: 13px;
    line-height: 145%;
    color: var(--mild-grey-color);
    font-weight: 400;
}

.section__item-list_item-available.available-green {
    color: var(--green-color);
}

.section__item-list_item-available.available-blue {
    color: var(--blue-color);
}

.section__item-list_item-available.available-orange {
    color: var(--orange-color);
}

.section__item-list_item-available.available-red {
    color: var(--red-color);
}

.section__item-list_item-price {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 16px;
}

.section__item-list_item-price__new {
    font-weight: 500;
    font-size: 24px;
    line-height: 132%;
}

.section__item-list_item-price__old {
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;

    text-decoration-line: line-through;
}

.section__item-list_links {
    z-index: -1;
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    margin: 0 auto 0;
    transition-property: all;
    transition: all ease 0.5s;
}

.section__item-list_cart {
    min-height: 60px;
}

.section__item-list_links .section__item-list_cart.form-exist {
    background-color: var(--mild-grey-color);
}

.section__item-list_click {
    min-height: 60px;
    background-color: #fff;
}

.section__item-info {
    overflow: hidden;
    position: absolute;
    width: 100%;
    margin: 0 0 1px -1px;
    height: calc(100% - 2px);
    border-top: 1px solid rgba(168, 169, 173, 0.25);
    border-bottom: 1px solid rgba(168, 169, 173, 0.25);
    background-color: #fff;
    transition-property: all;
    pointer-events: none;
    transition: all 0.5s ease;
}

.left-info .section__item-info {
    overflow: hidden;
    left: 0;
    margin: 0 0 1px 1px;
    border-left: 1px solid transparent;
}

.left-info:hover .section__item-info {
    margin: 0 0 1px 0;
    border-right: 1px solid rgba(168, 169, 173, 0.25);
    border-left: 1px solid rgba(168, 169, 173, 0.25);
    transform: translateX(-100%) !important;
}

.section__item:hover .section__item-info {
    width: 100%;
    display: inline-block;
    border-right: 1px solid rgba(168, 169, 173, 0.25);
    transform: translateX(100%);
    box-shadow: 6px -7px 39px rgb(236 236 236 / 25%), -5px -7px 39px rgb(236 236 236 / 25%),
    5px 7px 39px rgb(236 236 236 / 25%);
    margin-left: -1px;
}

.section__item-info_list {
    padding: 24px 3% 32px 4%;
}

.section__item-info_item {
    display: flex;
    justify-content: space-between;

    margin-bottom: 8px;
}

.section__item-info_item-title {
    width: 48%;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    color: #676767;
}

.section__item-info_item-description {
    width: 45%;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #041229;
    overflow-wrap: break-word;
}

@media screen and (min-width: 1024px) {
    .section__item-list_item-img {
        padding-bottom: 100%;
        position: relative;
    }
    
    .section__item-list_item-img img {
        position: absolute;
        height: 100%;
        object-fit: contain;
    }
}
@media screen and (max-width: 1023px) {
    .section__item-list {
        width: 100%;
    }

    .section__item-list_item {
        padding: 16px 16px 30px;
    }
   
    .section__item .section__item-list_links {
        transform: none;
        z-index: 1;
        bottom: 1px;
        position: relative;
    }

    .section__item-list_item-img {
        margin-bottom: 8px;
    }

    .section__item-list_item-img_buttons {
        opacity: 1;
        visibility: visible;
    }

    .section__item-list_item-img_buttons {
        display: flex;
        flex-direction: row;
    }

    .section__item-list_item-img_button:first-child {
        margin-right: 8px;
    }

    .section__item-list_item-article {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .section__item-list_item-brand {
        margin-bottom: 8px;

        font-weight: 700;
        font-size: 14px;
        line-height: 12px;
    }

    .section__item-list_item-description {
        margin-bottom: 8px;

        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .section__item-list_item-available {
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
    }

    .section__item-list_item-price {
        margin-top: 20px;
        align-items: flex-start;
    }

    .section__items-slider__next {
        top: 30% !important;
        width: 45px !important;
        height: 45px !important;
        right: 5px !important;
        border-radius: 50%;
        transform: rotate(-180deg);
        background: rgba(255, 255, 255, 0.65);
        box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.08);
    }

    .section__items-slider__prev {
        top: 30% !important;
        width: 45px !important;
        height: 45px !important;
        left: 5px !important;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.65);
        box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.08);
    }
    .section__item:hover .section__item-info {
        display: none;
    }
    .section__item-info {
        display: none;
    }
    .swiper-slide.section__item {
        margin-bottom: 0;
    }
    .section__item:hover .section__item-list_links{
        transform: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .swiper-slide.section__item {
        width: 48%;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .section__item {
        margin-bottom: 61px;
        transition: all 0.5s ease;
    }
    .section__item .section__item-list_links {
        transform: translateY(100%);
    }
}

.price-help-round {
    color: #f27435;
    font-size: 22px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: block;
    border: 1px solid #009fc2;
    text-align: center;
    text-transform: lowercase !important;
    cursor: pointer;
}
.price-help-img {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -50px;
}
.price-help-title {
    text-align: center;
    font-size: 36px;
    margin: 0 0 30px;
    font-weight: 500;
    line-height: 1.2;
}
.price-help-message {
    text-align: center;
    margin-bottom: 20px;
    color: #7a7a7a;
    line-height: 1.5;
}
/* End */


/* Start:/local/templates/helicon-corp/components/bitrix/sender.subscribe/mailing/style.css?17593119643515*/
.subscribe-section{
    background-color: rgba(240, 241, 245, 0.8);
    position: relative;
}
.subscribe-section__img{
    position: absolute;
    left: 0;
    height: 100%;
    width: 47%;
    object-fit: cover;
}
.subscribe-section__content{
    padding-top: 56px;
    padding-bottom: 56px;
}
.subscribe-section__title, .subscribe-section__wrap{
    width: 42%;
    margin-left: auto;
}
.subscribe-section__title{
    margin-bottom: 16px;
}
.subscribe-form__input-box--white{
    background: #fff;
    border: 2px solid #fff;
}
.subscribe-section__form{
    margin-top: 25px;
}

.subscribe-section__form .main-form__box input:focus {
    border-color: #fff !important;
}

.checkbox-confirm-wrapper {
    justify-content: left;
}

.subscribe-section__form .error, .subscribe-section__form .error .checkbox__label {
    color: var(--error-color);
    border-color: var(--error-color);
}

.subscribe-section__form .error:not(input) {
    margin-top: 8px;
    font-size: 12px;
    display: block;
}

.subscribe-section .checkbox-field_floating,
.subscribe-section .text-field_floating {
	flex-direction: column;
}

.subscribe-section .checkbox__wrap > .checkbox__label a {
	font-weight: 400;
	color: inherit;
}
.subscribe-section .checkbox__wrap > .checkbox__label {
	display: block;
	padding-left: 24px;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.1;
    opacity: 0.5;
    transition: opacity 0.5s ease;
	color: #676767;
}

.subscribe-section .checkbox__wrap > .checkbox__label:before {
	content: "";
	position: absolute;
	left: 0;
}
.subscribe-section .form__item-inner {
	position: relative;
	overflow: initial;
	max-height: 180px;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

.subscribe-section .form__item-checkbox {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.mailing-field__wrapper {
    display: flex;
    gap: 5px;
	flex-direction: row;
    margin-bottom: 10px;
}

.mailing-field__wrapper .text-field-name {
    width: 35%;
}

@media screen and (max-width: 1120px) {
    .subscribe-section {
        background-size: 40%;
    }

    .subscribe-section__title, .subscribe-section__wrap{
        width: 50%;
    }
}

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

    .subscribe-section__title{
        width: 100%;
        margin-bottom: 30px;
    }

    .subscribe-section__img{
        height: 56%;
        bottom: 56px;
    }
    .subscribe-section__wrap{
        padding: 30px 0;
    }
}

@media screen and (max-width: 768px) {
    .subscribe-section__img{
        display: none;
    }
    .subscribe-section__title, .subscribe-section__wrap{
        width: 100%;
    }
    .subscribe-section__title{
        margin-bottom: 16px;
    }
    .subscribe-section__wrap{
        padding: 0;
    }
    .mailing-field__wrapper {
        flex-direction: column;
    }
    .mailing-field__wrapper .text-field-name {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .subscribe-section__form input[type=submit] {
        width: 100%;
    }
    .subscribe-section__form .text-field__wrapper--inline{
        flex-direction: column;
        gap: 16px;
        background: none;
        border: none;
    }
    .subscribe-section__form .text-field__wrapper--inline input{
        background-color: #fff !important;
        height: 48px;
    }
    .subscribe__button{
        width: 100% !important;
    }
}
/* End */


/* Start:/local/templates/helicon-corp/components/bitrix/main.userconsent.request/sender.subscribe.mailing/user_consent.css?16987239694322*/
.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 */
/* /local/templates/helicon-corp/components/bitrix/news/researches/style.css?16987239691152 */
/* /local/templates/helicon-corp/components/bitrix/news/researches/bitrix/catalog.section.list/links-section/style.css?1710318216940 */
/* /local/templates/helicon-corp/components/bitrix/news/researches/bitrix/catalog.section/.default/style.css?1698723969879 */
/* /local/templates/helicon-corp/components/bitrix/catalog.section/products-sections/style.css?1698723969926 */
/* /local/templates/.default/components/bitrix/catalog.item/.default/style.css?176588152411994 */
/* /local/templates/helicon-corp/components/bitrix/sender.subscribe/mailing/style.css?17593119643515 */
/* /local/templates/helicon-corp/components/bitrix/main.userconsent.request/sender.subscribe.mailing/user_consent.css?16987239694322 */
