

/* Start:/local/templates/helicon-corp/components/general-itech/search.page/.default/style.css?17103182164135*/
.page-title, .breadcrumb {
    display: none;
}

.search-page {
    padding-bottom: 120px;
}

.search-page .result-list .message-info {
    color: var(--dark-grey-color);
    font-size: 1.25em;
}

/*поиск*/
.search-page .search-input-line {
    margin-bottom: 50px;
}

.search-input-line__area__label {
    width: 100%;
}

.search-page .search-input-line--relative {
    position: relative;
    height: auto;
    transform: unset;
    opacity: 1;
    background-color: rgba(240, 241, 245, 0.8);
}

.search-page .search-input-line--relative .search-input-line__area {
    transform: unset;
    padding-left: 12px;
    padding-right: 12px;
}

@media screen and (max-width: 1023px) {
    .search-page .search-input-line--relative .search-input-line__area {
        padding-left: 0;
    }
}

.search-page__head {
    margin-bottom: 30px;
}

.search-page__head p {
    opacity: 0.5;
}

/*Табы*/
.tab-list__overflow {
    overflow-x: auto;
    padding-bottom: 10px;
}

.tab-list__switchers {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.tab-list__switcher {
    transition: .3s;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
    white-space: nowrap;
}

.tab-list__switcher.active, .tab-list__switcher:hover {
    color: var(--orange-color);
}

.tab-list__switcher.active {
    border-color: var(--orange-color);
}

.tab-list__content {
    position: relative;
    margin-top: 30px;
}

.tab-list__content__switch-item {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    height: 0;
    overflow: hidden;
}

.tab-list__content__switch-item.active {
    position: relative;
    opacity: 1;
    height: auto;
    overflow: unset;
}

.tab-list__switcher--pills {
    border: 1px solid;
    border-radius: 35px;
    padding: 12px 35px;
}

@media screen and (max-width: 768px) {
    .tab-list__switchers {
        gap: 16px;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    .tab-list__switchers::-webkit-scrollbar {
        height: 5px;
    }
    .tab-list__switchers::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }
    .tab-list__switchers::-webkit-scrollbar-thumb {
        background: #adaaaa;
        border-radius: 4px;
    }
}


/*Новости*/
.news-list__item {
    display: block;
    line-height: 1.5em;
}

.news-list__item + .news-list__item {
    margin-top: 40px;
}

.news-list__item-title {
    margin-bottom: 8px;
}

.news-list__item p + p {
    margin-top: 8px;
}

.news-list__item-link {
    transition: .3s;
}

.news-list__item:visited {
    color: #858585;
}

.news-list__item:hover .news-list__item-link {
    color: var(--orange-color);
}

/*товары*/
.products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

@media screen and (max-width: 768px) {
    .products-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 576px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
}

.product-card {
    display: block;
    padding: 24px;
    background-color: #fff;
    border: 1px solid #DADDE7;
    transition: .3s;
}

.product-card:hover {
    border-color: var(--orange-color);
}

.product-card__img {
    position: relative;
    padding-bottom: 100%;
}

.product-card__img img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.product-card__labels {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    gap: 8px;
}

.product-card__label {
    font-weight: 400;
    font-size: 14px;
    background-color: #fff;
    color: var(--orange-color);
    padding: 6px 8px;
    border: 1px solid #DADDE7;
}

.product-card__content {
    margin-top: 24px;
}

.product-card__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
}

.product-card__link {
    margin-top: 24px;
}

.product-card__article {
    color: #858585;
    margin-bottom: 8px;
}

.product-card__brand {
    margin-bottom: 8px;
}

@media (max-width: 1023px) {
    .header{
        margin-bottom: 0 !important;
    }
}
/* End */


/* Start:/local/templates/helicon-corp/components/bitrix/search.suggest.input/simple/style.css?1698723969595*/
.search-input-line__area__input-wrapper {
    position: relative;
}

.search-simple-result {
    position: absolute;
    top: calc(100% + 20px);
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
    background-color: rgb(240, 241, 245);
    transition: padding 0.25s ease, height 0.25s ease;
}

.search-simple-result.active {
    padding: 24px 40px 40px;
}

.search-page .search-input-line__close:not(.active) {
    display: none;
}

@media (max-width:1023px) {
    .search-simple-result{
        left: -16px;
        width: calc(100% + 45px);
        top: calc(100% + 10px);
    }
}
/* 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/general-itech/search.page/.default/style.css?17103182164135 */
/* /local/templates/helicon-corp/components/bitrix/search.suggest.input/simple/style.css?1698723969595 */
/* /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 */
