

/* Start:/local/templates/helicon-shop/../.default/css/normalize.css?17115985367280*/
* {
    margin: 0;
    padding: 0;
}
html {
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    /*height:auto;*/
    height: 100%;
    position: relative;
    overflow-x: hidden;
    font-size: 15px;
    font-family: Inter, Helvetica, Arial, sans-serif;
}
body {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;

    /* Fix rendering fonts */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Fix text zoom on Mobile Devices */
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;

    /* Remove 300ms delay on Mobile Devices */
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
[hidden],
template {
    display: none;
}
a {
    text-decoration: none;
}

/*a:visited{color:inherit;}*/
a:active,
a:hover,
a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

p {
    line-height: 1.2;
}

img {
    border: 0;
    max-width: 100%;
}

.img_box {
    width: 100%;
    text-align: center;
}

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

button {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button:active,
button:focus {
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="text"] {
}

select {
}
select::-ms-expand {
    display: none;
}

option {
    position: relative;
    padding: 5px 15px;
    background-color: var(--white-color);
    z-index: 2;
    /*transform: translateY(-2em);*/
}

ul,
ol {
    margin: 0;
    padding: 0;
    counter-reset: ol_item;
}

ul li,
ol li {
    position: relative;
    list-style: none;
}

ul li {
    padding: 0;
}

hr {
    display: block;
    border: none;
    border-top: 1px solid #dedede;
}

b {
    font-weight: bold;
}

.hide {
    display: none;
}

.mobile-hide {
    display: none;
}

.hidden {
    display: none !important;
}

.ib {
    display: inline-block;
    vertical-align: middle;
}

.uppercase {
    text-transform: uppercase;
    line-height: 1em;
}

.desktop_show {
    display: none;
}

.center1000 {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    box-sizing: border-box;
    padding: 0;
}
.center1128 {
    width: 100%;
    max-width: 1128px;
    margin: auto;
    box-sizing: border-box;
    padding: 0;
}
.center1200 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    padding: 0;
}
.center1224 {
    width: 100%;
    max-width: 1224px;
    margin: auto;
    box-sizing: border-box;
    padding: 0;
}
.center1400 {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    box-sizing: border-box;
    padding: 0;
}
.center1920 {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0;
}

.center1000,
.center1128,
.center1420 {
    padding: 0;
}

main {
    padding-bottom: 30px;
    }
.clear {
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
}

.inline {
    display: inline-block;
    vertical-align: middle;
}

.close {
    display: inline-block;
    height: 20px;
    width: 20px;
    -webkit--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz--webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms--webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o--webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center;
    cursor: pointer;
}

.close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.close:before,
.close:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transform-origin: center;
}

.close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hidden {
    display: none;
}

p + p {
    margin-top: 1em;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex: 0 0 auto;
}

@media only screen and (max-width: 1023px) {
    html {
        font-size: 14px;
        overflow-x: hidden;
    }

    .page-wrapper {
        overflow-x: hidden;
    }

    .mobile-menu-btn {
        display: block;
    }

    
}

@media only screen and (max-width: 767px) {
    .center1000 {
        max-width: 1000px;
        padding: 0 16px;
    }
    .center1128 {
        max-width: 480px;
        margin: 0 auto;
        padding: 0 16px;
    }
    .center1200 {
        padding: 0 16px;
        max-width: 480px;
        margin: 0 auto;
    }
    .center1224 {
        padding: 0 16px;
        max-width: 480px;
        margin: 0 auto;
    }
    .center1400 {
        max-width: 480px;
        margin: 0 auto;
    }
    .center1920 {
        padding: 0 16px;
        max-width: 1920px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .center1000 {
        max-width: 1000px;
        padding: 0 16px;
    }
    .center1128 {
        padding: 0 16px;
        max-width: 768px;
        margin: 0 auto;
    }
    .center1200 {
        padding: 0 16px;
        max-width: 768px;
        margin: 0 auto;
    }
    .center1224 {
        padding: 0 16px;
        max-width: 768px;
        margin: 0 auto;
    }
    .center1400 {
        padding: 0 16px;
        max-width: 768px;
        margin: 0 auto;
    }
    .center1920 {
        padding: 0 16px;
        max-width: 1920px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .center1000 {
        max-width: 1000px;
        padding: 0 16px;
    }
    .center1128 {
        padding: 0 16px;
        max-width: 1024px;
        margin: 0 auto;
    }
    .center1200 {
        padding: 0 16px;
        max-width: 1024px;
        margin: 0 auto;
    }
    .center1224 {
        padding: 0 16px;
        max-width: 1024px;
        margin: 0 auto;
    }
    .center1400 {
        padding: 0 16px;
        max-width: 1024px;
        margin: 0 auto;
    }
    .center1920 {
        padding: 0 16px;
        max-width: 1920px;
    }
}

/* End */


/* Start:/local/templates/helicon-shop/../.default/css/swapper.css?16987239691372*/
/*.swiper-button-disabled{*/
/*    opacity: 0;*/
/*    height: 0;*/
/*    overflow: hidden;*/
/*}*/

.swiper-button-pagination_general{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 12px;
    cursor: pointer;
    transition: background-color 0.25s ease-in-out;
}
.swiper-button-pagination_general::after{
    display: none;
}

.swiper-button-pagination_general:first-child{
    margin-right: 24px;
    transform: rotate(180deg);
}

.swiper-button-pagination_general svg{
    stroke: var(--dark-blue-color);
    transition: stroke 0.5s ease-in-out;
}

.swiper-button-pagination_general:not(.swiper-button-disabled):hover svg{
    stroke: var(--orange-color);
}

.swiper-button-pagination_general.swiper-button-disabled{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-pagination--general{
    position: relative;
    bottom: unset !important;
    margin-top: 34px;
    text-align: center;
}
.swiper-pagination--general .swiper-pagination-bullet{
    height: 10px;
    width: 10px;
    margin: 0 9px !important;
    background: #ECECEC;
    opacity: 1;
}
.swiper-pagination--general .swiper-pagination-bullet-active{
    background: #009FC2 !important;
}
@media screen and (max-width:576px) {
    .swiper-pagination--general .swiper-pagination-bullet{
        margin: 0 5px !important;
    }
}
/* End */


/* Start:/local/templates/helicon-shop/../.default/css/swiper-bundle.min.css?169872396915563*/
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/helicon-shop/../.default/css/fancybox.min.css?169872840415428*/
@keyframes fancybox-rotate{to{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{0%{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__button,.carousel__dots{padding:0;display:flex;justify-content:center}.carousel__dots{margin:0 auto;position:absolute;top:calc(100% + .5rem);left:0;right:0;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);border:0;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:0;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container ::after,.fancybox__container ::before{box-sizing:inherit}.fancybox__container :focus{outline:0}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::after,.fancybox__slide::before{content:"";flex:0 0 0;margin:auto}@media all and (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top,0) + 8px);right:calc(env(safe-area-inset-right,0) + 8px);z-index:40}@media all and (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:0 0;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:0 0}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top,hsla(0deg,0%,0%,0) 0,hsla(0deg,0%,0%,.006) 8.1%,hsla(0deg,0%,0%,.021) 15.5%,hsla(0deg,0%,0%,.046) 22.5%,hsla(0deg,0%,0%,.077) 29%,hsla(0deg,0%,0%,.114) 35.3%,hsla(0deg,0%,0%,.155) 41.2%,hsla(0deg,0%,0%,.198) 47.1%,hsla(0deg,0%,0%,.242) 52.9%,hsla(0deg,0%,0%,.285) 58.8%,hsla(0deg,0%,0%,.326) 64.7%,hsla(0deg,0%,0%,.363) 71%,hsla(0deg,0%,0%,.394) 77.5%,hsla(0deg,0%,0%,.419) 84.5%,hsla(0deg,0%,0%,.434) 91.9%,hsla(0deg,0%,0%,.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media (max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2),.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/helicon-shop/../.default/css/magnific-popup.min.css?16987284045136*/
.mfp-bg{z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-container,.mfp-wrap{width:100%;height:100%;left:0;top:0}.mfp-wrap{z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;padding:0 8px;box-sizing:border-box}.mfp-container:before,.mfp-content{display:inline-block;vertical-align:middle}.mfp-container:before{content:'';height:100%}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure,.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;top:50%;margin:-55px 0 0;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-figure:after,img.mfp-img{display:block;width:auto;height:auto}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
/* End */


/* Start:/local/templates/helicon-shop/../.default/css/select-dropdown.css?17338303332345*/
.select {
    position: relative;
    display: flex;
    align-items: center;
    width: 48.3%;
    min-width: 250px;
    position: relative;
    border-radius: 4rem;
    height: 0.5rem;
    /* height: fit-content; */
    line-height: 1.25;
    padding: 1.5rem;
    border: 1px solid #a8a9ad;
    background-color: #ffffff;
}

.select__toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    white-space: nowrap;
    color: #676767;
}

.select__toggle::after {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    flex-shrink: 0;
    margin-left: 0.8rem;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease;
    background-image: url("/local/templates/helicon-shop/../.default/css/../icons/arrow-down.svg");
}

.select__toggle:focus {
    outline: none;
}

.select_show .select__toggle::after {
    transform: rotate(180deg);
}

.select__dropdown {
    opacity: 0;
    visibility: hidden;
    min-width: 100%;
    width: max-content;
    max-width: 300px;
    max-height: 0;
    position: absolute;
    padding: 8px 0;
    top: 60px;
    left: 0;
    background: #ffffff;
    border: 1px solid #a8a9ad;
    border-radius: 12px;
    z-index: -11;
}

.select_show .select__dropdown {
    z-index: 2;
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 3000px;
}

.select_show .select__backdrop {
    z-index: 2;
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 3000px;
}

.select__options {
    background: #ffffff;
    overflow-y: auto;
    max-height: 172px;
}

.select__options::-webkit-scrollbar {
    width: 4px;
}

.select__options::-webkit-scrollbar-track {
    background-color: transparent;
}

.select__options::-webkit-scrollbar-thumb {
    background-color: #a8a9ad;
}

.select__option {
    cursor: pointer;
    color: black;
    padding: 8px 15px;
    text-decoration: none;
    display: block;
    background: #ffffff;
    transition: all 0.5s ease;
}

.select__option_selected {
    background-color: #ececec;
}

.select__option:hover {
    background-color: #ececec;
}
.error {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;

    color: #ee2e3b;
}

.text-field__wrapper .select{
    width: fit-content;
}
/* End */


/* Start:/local/templates/helicon-shop/../.default/css/icons.css?173383033349*/
.arrow-down {
    fill: var(--dark-blue-color);
}
/* End */


/* Start:/local/templates/helicon-shop/../.default/css/dropdown.css?17097885074367*/
/*Выпадающий список*/
.dropdown{
    width: fit-content;
    position: relative;
}
.dropdown__btn{
    background-color: #F6F6F6;
    padding: 15px 76px 15px 25px;
    color: var(--dark-blue-color);
    border: none;
    border-radius: 32px;
    position: relative;
    transition: .3s;
    text-align: left;
}
.dropdown__btn::before{
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjY2NjYzIDEuMzMzMjVMNC45OTk5NiA0LjY2NjU5TDguMzMzMjkgMS4zMzMyNSIgc3Ryb2tlPSIjMDQxMjI5IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=');
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.dropdown__btn:hover{
    background-color: #DADDE7;
}
.dropdown__wrap{
    background-color: #F6F6F6;
    border-radius: 12px;
    min-width: 100%;
    width: max-content;
    max-width: 300px;
    position: absolute;
    top: 100%;
    margin-top: 8px;
    z-index: 10;
    display: none;
    overflow: hidden;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.dropdown__wrap-inner{
    position: relative;
    max-height: 130px;
    overflow-y: auto;
}
.dropdown__wrap-inner::-webkit-scrollbar{
    width: 5px;
    background-color: transparent;
}
.dropdown__wrap-inner::-webkit-scrollbar-thumb{
    background: rgba(4, 18, 41, .3);
}

.dropdown__wrap.show{
    display: block;
}
.dropdown__item input{
    display: none;
}
.dropdown__item label, .dropdown__link{
    font-size: 15px;
    line-height: 140%;
    padding: 8px 25px;
    transition: .3s;
    cursor: pointer;
    display: block;
}
.dropdown__item.disable label, .dropdown__item input:checked~label, .dropdown__link--current{
    color: #A8A9AD;
    pointer-events: none;
}
.dropdown__item:not(.disable):hover label, .dropdown__link:not(.dropdown__link--current):hover{
    background-color: #DADDE7;
}
.dropdown__item:hover input:checked~label{
    background-color: transparent;
}

@media screen and (max-width:425px) {
    .dropdown__wrap-inner{
        max-height: none;
    }
}

@media screen and (min-width:1025px) {
    .dropdown--mobile{
        display: none;
    }
}

.dropdown--section{
    width: 50%;
    margin-bottom: 24px;
    margin-top: 8px;
}
.dropdown--section .dropdown__btn{
    width: 100%;
}
.dropdown--section .dropdown__wrap-inner{
    max-height: 200px;
}
@media screen and (max-width:768px){
    .dropdown--section{
        width: 100%;
    }
    .dropdown--section .dropdown__wrap-inner{
        max-height: 350px;
    }
}

.sub-list{
    padding-left: 25px;
}
.sub-list__link{
    font-size: 12px;
    line-height: normal;
}

@media screen and (min-width:769px) {
    .dropdown--desktop-destroy{
        width: unset;
    }
    .dropdown--desktop-destroy .dropdown__btn{
        display: none;
    }
    .dropdown--desktop-destroy .dropdown__wrap{
        display: block;
        position: relative;
        background: no-repeat;
        padding: 0;
        margin: 0;
        max-width: unset;
        width: auto;
        border-radius: 0;
        z-index: 1;
    }
    .dropdown--desktop-destroy .dropdown__menu{
        display: flex;
        gap: 20px;
    }
    .dropdown--desktop-destroy .dropdown__link{
        padding: unset;
    }
    .dropdown--desktop-destroy .dropdown__link:not(.dropdown__link--current):hover {
        background: none;
    }
    .dropdown--desktop-destroy .dropdown__wrap-inner{
        overflow-x: auto;
        padding-bottom: 10px;
    }
    .dropdown--desktop-destroy .dropdown__wrap-inner::-webkit-scrollbar {
        height: 5px;
    }
    .dropdown--desktop-destroy .dropdown__wrap-inner::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }
    .dropdown--desktop-destroy .dropdown__wrap-inner::-webkit-scrollbar-thumb {
        background: #adaaaa;
        border-radius: 4px;
    }
    .dropdown--desktop-destroy .dropdown__item input:checked~label, .dropdown__link--current {
        color: var(--orange-color);
    }
}
@media screen and (max-width:768px) {
    .dropdown--desktop-destroy, .dropdown--desktop-destroy .dropdown__btn{
        width: 100%;
    }
    .dropdown--desktop-destroy .dropdown__wrap-inner{
        max-height: unset;
    }
}
/* End */


/* Start:/local/templates/helicon-shop/../.default/css/copyIcon.css?1739791906761*/
.copy-icon-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #a8a9ad;
    position: relative;
}

.copy-icon-default {
    max-height: 20px;
    max-width: 20px;
}

.copy-icon-copied {
    max-height: 20px;
    max-width: 20px;
}

.copy-icon-wrapper:hover {
    color: #f27435;
}

.copy__balloon {
    font-size: 12px;
    line-height: 1.25;
    position: absolute;
    z-index: 400;
    top: 50%;
    right: 0;
    display: block;
    visibility: hidden;
    padding: 8px;
    transition: all .15s ease-in-out;
    transform: translateX(105%) translateY(-50%);
    opacity: 0;
    color: #464b51;
    border-radius: 2px 0 2px 2px;
    background: #fff;
    box-shadow: 0 0 27px -6px rgba(0,0,0,.2);
    font-weight: normal;
}
/* End */


/* Start:/local/templates/helicon-shop/css/inter.css?16987284054000*/
@font-face {
    font-family: 'Inter';
    src: local('Inter Semi Bold'), local('Inter-SemiBold'), url('/local/templates/helicon-shop/css/../fonts/Intersemibold.woff2') format('woff2'), url('/local/templates/helicon-shop/css/../fonts/Intersemibold.woff') format('woff'), url('/local/templates/helicon-shop/css/../fonts/Intersemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Medium'), local('Inter-Medium'), url('/local/templates/helicon-shop/css/../fonts/Intermedium.woff2') format('woff2'), url('/local/templates/helicon-shop/css/../fonts/Intermedium.woff') format('woff'), url('/local/templates/helicon-shop/css/../fonts/Intermedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Medium Italic'), local('Inter-MediumItalic'), url('/local/templates/helicon-shop/css/../fonts/Intermediumitalic.woff2') format('woff2'), url('/local/templates/helicon-shop/css/../fonts/Intermediumitalic.woff') format('woff'), url('/local/templates/helicon-shop/css/../fonts/Intermediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Italic'), local('Inter-Italic'), url('/local/templates/helicon-shop/css/../fonts/Interitalic.woff2') format('woff2'), url('/local/templates/helicon-shop/css/../fonts/Interitalic.woff') format('woff'), url('/local/templates/helicon-shop/css/../fonts/Interitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Regular'), local('Inter-Regular'), url('/local/templates/helicon-shop/css/../fonts/Interregular.woff2') format('woff2'), url('/local/templates/helicon-shop/css/../fonts/Interregular.woff') format('woff'), url('/local/templates/helicon-shop/css/../fonts/Interregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Black'), local('Inter-Black'), url('/local/templates/helicon-shop/css/../fonts/Interblack.woff2') format('woff2'), url('/local/templates/helicon-shop/css/../fonts/Interblack.woff') format('woff'), url('/local/templates/helicon-shop/css/../fonts/Interblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Semi Bold Italic'), local('Inter-SemiBoldItalic'), url('/local/templates/helicon-shop/css/../fonts/Intersemibolditalic.woff2') format('woff2'), url('/local/templates/helicon-shop/css/../fonts/Intersemibolditalic.woff') format('woff'), url('/local/templates/helicon-shop/css/../fonts/Intersemibolditalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Bold Italic'), local('Inter-BoldItalic'), url('/local/templates/helicon-shop/css/../fonts/Interbolditalic.woff2') format('woff2'), url('/local/templates/helicon-shop/css/../fonts/Interbolditalic.woff') format('woff'), url('/local/templates/helicon-shop/css/../fonts/Interbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Bold'), local('Inter-Bold'), url('/local/templates/helicon-shop/css/../fonts/Interbold.woff2') format('woff2'), url('/local/templates/helicon-shop/css/../fonts/Interbold.woff') format('woff'), url('/local/templates/helicon-shop/css/../fonts/Interbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Black Italic'), local('Inter-BlackItalic'), url('/local/templates/helicon-shop/css/../fonts/Interblackitalic.woff2') format('woff2'), url('/local/templates/helicon-shop/css/../fonts/Interblackitalic.woff') format('woff'), url('/local/templates/helicon-shop/css/../fonts/Interblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Extra Bold'), local('Inter-ExtraBold'), url('/local/templates/helicon-shop/css/../fonts/Interextrabold.woff2') format('woff2'), url('/local/templates/helicon-shop/css/../fonts/Interextrabold.woff') format('woff'), url('/local/templates/helicon-shop/css/../fonts/Interextrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Extra Bold Italic'), local('Inter-ExtraBoldItalic'), url('/local/templates/helicon-shop/css/../fonts/Interextrabolditalic.woff2') format('woff2'), url('/local/templates/helicon-shop/css/../fonts/Interextrabolditalic.woff') format('woff'), url('/local/templates/helicon-shop/css/../fonts/Interextrabolditalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* End */


/* Start:/local/templates/helicon-shop/css/main.css?1766458995123161*/
:root {
	--blue-color: #019fc4;
    --light-blue-color: #e9f5f9;
	--lighter-blue-color: #f4fbfd;
	--green-color: #00b050;
	--orange-color: #f37736;
	--red-color: #e74b67;
	--light-orange-color: #ffa26d;
	--dark-blue-color: #041229;
	--white-color: #ffffff;
	--dark-grey-color: #858585;
	--mild-grey-color: #a8a9ad;
	--light-grey-color: #dadde7;
}

html {
	color: var(--dark-blue-color);
	box-sizing: border-box;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: normal;
	line-height: 1em;
}

h1,
.h1 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 56px;
	line-height: 110%;
}

h2,
.h2 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 46px;
	line-height: 1.2em;
	letter-spacing: -0.03em;
	margin-bottom: 24px;
}

h3,
.h3 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 118.5%;

	color: #041229;
}

h4,
.h4 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 19px;
	line-height: 23px;
}

h5,
.h5 {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 120%;
}

a {
	color: var(--dark-blue-color);
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	transition: border-color .3s ease, color .3s;
}

a:hover {
	text-decoration: none;
}

a.link {
	border-color: var(--dark-blue-color);
}

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

a.link.pseudo {
	border-color: var(--dark-blue-color);
	border-bottom-style: dashed;
}

.no-scroll {
	overflow: hidden;
}

html.with-fancybox {
	scroll-behavior: auto;
	overflow-x: visible !important;
}

ul.user-list li {
	list-style: disc;
}

.mt-40 {
	margin-top: 40px;
}

@media screen and (max-width: 765px) {
	.mt-40 {
		margin-top: 20px;
	}
}

.text-large {
	font-size: 19px;
	line-height: 120%;
}

@media screen and (max-width: 768px) {
	.text-large {
		font-size: 15px;
	}
}

.telegram-phone-wrap {
	display: flex;
	flex-direction: row;
}

.telegram-icon {
	margin: 3px 0 0 12px;
	height: 18px;
	width: 18px;
	fill: var(--blue-color);
}

.telegram-icon:hover {
	cursor: pointer;
	filter: invert(48%) sepia(85%) saturate(559%) hue-rotate(335deg) brightness(100%) contrast(91%);
}

.vk-icon {
	margin: 3px 0 0 6px;
	height: 18px;
	width: 18px;
	fill: var(--blue-color);
}

.vk-icon:hover {
	cursor: pointer;
	filter: invert(48%) sepia(85%) saturate(559%) hue-rotate(335deg) brightness(100%) contrast(91%);
}

.heroblock__content .button {
	width: fit-content;
}

.button {
	display: block;
	max-width: 100%;
	box-sizing: border-box;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	font-size: 1em;
	cursor: pointer;
	transition: all 0.5s ease;
	padding: 1em 2em;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	color: var(--white-color);
	border-radius: 32px;
	background-color: var(--orange-color);
	border: 1px solid var(--orange-color);
}

.button[disabled] {
	background-color: #a8a9ad;
	border-color: #a8a9ad;
}

.button[disabled]:hover {
	background-color: #a8a9ad;
	border-color: #a8a9ad;
}

.button-small {
	padding: 0.5em 1em;
	font-size: 12px;
}

.button:hover {
	border-color: var(--light-orange-color);
	background-color: var(--light-orange-color);
}

.button-preview {
	width: 100%;
	min-height: 60px;

	font-weight: 500;
	font-size: 14px;
	line-height: 132%;
	padding: 1em 2em;

	background-color: var(--orange-color);
	color: #ffffff;

	border-radius: 0;
	cursor: pointer;
	transition: all 0.5s ease;
	margin: 0;
}

.button-preview:hover {
	border-color: var(--light-orange-color);
	background-color: var(--light-orange-color);
}

.button-preview-disabled {
	width: 100%;
	min-height: 60px;

	font-weight: 500;
	font-size: 14px;
	line-height: 132%;
	padding: 1em 2em;

	background-color: var(--mild-grey-color);
	color: #ffffff;

	border-radius: 0;
}

.button-click-preview {
	width: 100%;
	border: 1px solid rgba(168, 169, 173, 0.25);
	padding: 0.5em 1em;
	font-weight: 500;
	font-size: 14px;
	line-height: 132%;

	border-radius: 0;
	cursor: pointer;
	transition: all 0.5s ease;
	margin: 0;
}

.button-click-preview-disabled {
	width: 100%;
	border: 1px solid var(--mild-grey-color);
	color: var(--mild-grey-color);
	padding: 0.5em 1em;
	font-weight: 500;
	font-size: 14px;
	line-height: 132%;

	border-radius: 0;
}

.button-click-preview:hover {
	border: 1px solid var(--orange-color);
	color: var(--orange-color);
}
.js-add-to-cart.btn_in_basket {
	background-color: var(--mild-grey-color);
}
.btn {
	padding: 1em;
	border-radius: 7px;
	box-sizing: border-box;
	box-shadow: 0 0 1em 1em rgba(103, 69, 135, 0);
	transition: all 0.5s ease-in-out;
}

a.btn:hover,
.btn:hover {
	color: var(--white-color);
	background-color: #80689c;
	border-color: #80689c;
	box-shadow: 0 1em 2em -10px rgba(103, 69, 135, 0.6);
	text-decoration: none;
}

.btn_block_white {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--white-color);
	text-decoration: none;
	transition: background-color, color 0.25s ease-in-out;
}

.btn_block_white:not(.no-hover-effect):hover {
	color: var(--white-color);
	text-decoration: none;
}

.close:before,
.close:after {
	background-color: var(--dark-blue-color);
}

.icon {
	transition: stroke 0.25s ease;
}

.button:hover .icon {
	stroke: var(--white-color);
}

p+p {
	margin-top: 16px;
}

p.big-text {
	font-size: 19px;
}

/* хлебные крошки */

.bx-breadcrumb {
	display: flex;
	align-items: center;
	margin: 35px 0 35px;
}

.bx-breadcrumb .bx-breadcrumb-item {
	margin: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;

	color: #041229;
}

.bx-breadcrumb-link-current {
	color: #a8a9ad;
}

.bx-breadcrumb .bx-breadcrumb-divide {
	margin: 0 8px 0 5px;
}

.bx-breadcrumb .bx-breadcrumb-link span {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
}

.bx-breadcrumb .bx-breadcrumb-item span {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
}

.bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: 0;
	transition: color 0.5s ease;
}

.bx-breadcrumb .bx-breadcrumb-item:hover a {
	color: var(--orange-color);
}

.bx-breadcrumb__mobile {
	display: none;
}

.page-title h1 {
	margin-bottom: 40px;

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

.title_link {
	font-weight: 500;
	font-size: 46px;
	line-height: 100%;

	letter-spacing: -0.03em;

	color: #041229;
}

.title_link svg {
	width: 29px;
	height: 29px;
	stroke: var(--orange-color);
	margin-left: 6px;
	transition: stroke 0.5s ease;
}

.title_link:hover svg {
	stroke: var(--blue-color);
}

.mobile-menu-btn {
	display: none;
	position: absolute;
	right: 16px;
	top: 35%;
	width: 24px;
	height: 22px;
	cursor: pointer;
	z-index: 11;
}

.mobile-menu-btn::before {
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	transition: width, transform 0.25s ease-in-out;
}

.mobile-menu-btn::after {
	content: " ";
	position: absolute;
	right: 0;
	top: 10px;
	width: 60%;
	height: 3px;
	border-radius: 2px;
	transition: width 0.25s ease-in-out;
}

.mobile-menu-btn span {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 80%;
	height: 3px;
	border-radius: 2px;
	opacity: 1;
	transition: width, opacity, transform 0.25s ease-in-out;
}

.mobile-menu-btn:hover::after {
	width: 100%;
}

.mobile-menu-btn:hover span {
	width: 100%;
}

.mobile-menu-btn.open span {
	width: 100%;
	transform: rotate(135deg) translateY(13px);
}

.mobile-menu-btn.open:hover span,
.mobile-menu-btn.open:hover:before {
	opacity: 0.75;
}

.mobile-menu-btn.open:before {
	width: 100%;
	transform: rotate(45deg) translateY(13px);
}

.mobile-menu-btn.open:after {
	opacity: 0;
}

.popup {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 112;
	top: 0;
}

.popup.active {
	display: block;
}

.popup-shadow {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: var(--dark-blue-color);
	opacity: 0.6;
	z-index: 1;
	cursor: pointer;
	transition: opacity 0.25s ease;
}

.page-shadow {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: var(--dark-blue-color);
	opacity: 0.6;
	z-index: 9;
	cursor: pointer;
	transition: opacity 0.25s ease;
}

.page-shadow:hover {
	opacity: 0.4;
}

.page-shadow.active {
	display: block;
}

.page-shadow.active .bottom_header {
	cursor: pointer;
}

.popup>.box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: auto;
	scrollbar-width: 0;
}

.popup>.box::-webkit-scrollbar {
	width: 0;
}

.popup .message {
	position: relative;
	display: block;
	width: 100%;
	min-width: 300px;
	max-width: 580px;
	padding: 16px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 15px;
	overflow: auto;
	z-index: 10;
	transform: translateY(-500%);
	transition: transform 0.5s ease-in-out;
}

.message.active {
	transform: translateY(0);
}

.popup .message .close {
	position: absolute;
	right: 20px;
	top: 20px;
}

.consult-form__success {
	display: flex;
	justify-content: center;
	padding: 50px 20px;
	font-size: 2em;
}

.mobile-menu-bottom {
	display: none;
}

.scrolled-block {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}

.page-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding-top: 0;
}

.popup .form {
	padding: 34px 26px 40px;
}

.background-grey {
	background-color: rgba(240, 241, 245, 0.8);
}

.form-control {
	display: block;
	width: 100%;
	background-color: #f9f9f9;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 2px;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 24px;
}

.header__top-line__right-side {
	display: flex;
	justify-content: space-between;
}

.header__top-line__left-side__shop_link {
	display: flex;
	align-items: center;
	padding: 0.5em 1em;
	border: 1px solid var(--orange-color);
	background-color: var(--orange-color);
	color: var(--white-color);
	box-sizing: border-box;
	border-radius: 55px;
	font-size: 12px;
	transition: background-color 1s, color 1s, border 1s ease;
}

.header__top-line__left-side__shop_link svg {
	margin-left: 8px;
	stroke: var(--white-color);
	height: 10px;
	transition: stroke 1s ease;
}

.header__top-line__left-side__shop_link:hover {
	background-color: var(--white-color);
	border-color: var(--dark-blue-color);
	color: var(--dark-blue-color);
}

.header__top-line__left-side__shop_link:hover svg {
	stroke: var(--orange-color);
}

.header__top-line__right-side__callback {
	display: flex;
	align-items: center;
	margin-right: 24px;
	transition: color 0.5s ease;
}

.header__top-line__right-side__callback svg {
	height: 20px;
	width: 20px;
	box-sizing: border-box;
	padding: 4px;
	border: 1px solid var(--dark-blue-color);
	background-color: rgba(0, 0, 0, 0);
	border-radius: 50px;
	margin-right: 8px;
	transition: border-color 0.5s ease, stroke 0.5s ease, background-color 0.5s ease;
}

.header__top-line__right-side__callback svg path {
	background-color: rgba(0 0 0);
	stroke: var(--dark-blue-color);
	fill: none;
	transition: stroke 0.5s ease;
}

.header__top-line__right-side__callback:hover {
	color: var(--orange-color);
}

.header__top-line__right-side__callback:hover svg {
	background-color: var(--orange-color);
	border-color: var(--orange-color);
}

.header__top-line__right-side__callback:hover svg path {
	stroke: var(--white-color);
}

.header__top-line__right-side__question {
	background-color: rgba(0, 0, 0, 0);
	border-color: var(--dark-blue-color);
	color: var(--dark-blue-color);
}

.header__top-line__right-side__question:hover {
	background-color: var(--orange-color);
	border-color: var(--orange-color);
	color: var(--white-color);
}

.footer {
	margin-top: auto;
	overflow: hidden;
}

.footer-menu-top {
	display: flex;
	justify-content: space-between;
	margin-top: 34px;
	margin-bottom: 42px;
}

.footer-menu-top__left {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 820px;
}

.footer-menu-top__left_list {
	width: 23%;
	padding-right: 2%;
}

.footer-menu-top__left_list-item {
	margin-bottom: 16px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;

	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	color: #676767;
}

.footer-menu-top__left_list-item .footer-menu-top__left_list-link {
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	color: #676767;
}

.footer-menu-top__left_list-item:hover .footer-menu-top__left_list-link {
	color: var(--orange-color);
}

.footer-menu-top__left_list-title .footer-menu-top__left_list-link {
	margin-bottom: 24px;

	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	color: #041229;
}

.footer-menu-top__left_list-title_empty {
	height: 22px;
}

.footer-menu-top__left_list-bold .footer-menu-top__left_list-link {
	font-weight: 500;
	font-size: 16px;
	line-height: 110%;
	color: #041229;
}

.footer-menu-top__left_list-link {
	transition: color 0.35s ease;
}

.footer-menu-top__right {
	width: 280px;
	margin-left: 40px;
}

.footer-menu-top__right_list-item {
	margin-bottom: 12px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;

	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
}

.footer-menu-top__right_list-item:hover .footer-menu-top__right_list-link {
	color: var(--orange-color);
}

.footer-menu-top__right_list-title {
	margin-bottom: 12px;

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

.footer-menu-top__right_list-title .footer-menu-top__right_list-link {
	color: #041229;
}

.footer-menu-top__right_list-corp {
	margin-bottom: 30px;

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

.footer-menu-top__right_list-link {
	color: #a8a9ad;
	transition: color 0.35s ease;
}

.footer-menu-top__right_list-link svg {
	margin-left: 7px;
	stroke: var(--orange-color);
}

.shop-link_big {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	padding: 18px 36px;
	font-size: 12px;
	border-radius: 68px;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid var(--orange-color);
	transition: background-color 0.5s ease, color 0.5s ease;
}

.shop-link_big svg {
	min-width: 24px;
	min-height: 24px;
	stroke: var(--orange-color);
	margin-left: 4px;
}

.shop-link_big:hover {
	color: var(--white-color);
	background-color: var(--orange-color);
}

.shop-link_big:hover svg {
	stroke: var(--white-color);
}

/*-------FORMS---------*/

.corp-form_wrapper {
	display: block;
	position: relative;
	margin: auto;
	width: 90%;
	max-width: 385px;
	background-color: var(--white-color);
	padding: 48px 40px 40px;
	opacity: 0;
	z-index: 20;
	transition: opacity 0.5s ease;
}

.corp-form_wrapper.active {
	opacity: 1;
}

.corp-form_wrapper .close {
	position: absolute;
	top: 29px;
	right: 29px;
}

.products_popup {
	display: none;
	position: relative;
	margin: auto;
	width: 85%;
	max-width: 1200px;
	background-color: var(--white-color);
	padding: 48px 40px 40px;
	z-index: 20;
}

.products_popup.active {
	display: block;
}

.products_popup .close {
	position: absolute;
	top: 29px;
	right: 29px;
}

h2.products_popup-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 114.52%;
}

@media screen and (max-width: 1200px) {
	.products_popup {
		max-width: 100%;
		width: 100%;
		padding: 48px 0;
	}

	.products_popup-title {
		margin-left: 20px;
	}
}

h2.corp-form-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 114.52%;
}

.corp-form-description {
	margin-bottom: 40px;
	padding-right: 0;
}

.corp-form-description p {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

.form_wrapper {
	display: block;
	position: relative;
	margin: auto;
	width: 90%;
	max-width: 385px;
	background-color: var(--white-color);
	padding: 48px 40px 40px;
	z-index: 20;
}

.form_wrapper__contacts {
	width: fit-content;
	max-width: fit-content;
}

.form_wrapper__contacts .form-title {
	margin-bottom: 55px;
	font-weight: 500;
	font-size: 46px;
	line-height: 100%;
}

.form_wrapper__contacts .form-wrapper {
	padding: 48px 40px 80px;
}

.form_wrapper__contacts .form-wrapper_links {
	gap: 40px;
}

.form_wrapper__contacts .js-tab-content-switcher h3 {
	font-weight: 400;
	font-size: 18px;
	line-height: 132%;
	color: #262626;
}

.form_wrapper__contacts .js-tab-content-switcher-active h3 {
	color: #262626;
}

.form_wrapper .close {
	position: absolute;
	top: 29px;
	right: 29px;
}

h2.form-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 114.52%;
}

.form-description {
	margin-bottom: 40px;
	padding-right: 100px;
}

.form-wrapper_links {
	display: flex;
}

.form-wrapper_links a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
}

/* text field */
.text-field {
	margin-bottom: 8px;
}

.text-field__label {
	display: block;
	margin-bottom: 0.25rem;
}

.text-field__input {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #bdbdbd;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.text-field__input.error {
	border-color: #ee2e3b;
}

.text-field__input[type="search"]::-webkit-search-decoration,
.text-field__input[type="search"]::-webkit-search-cancel-button,
.text-field__input[type="search"]::-webkit-search-results-button,
.text-field__input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

.text-field__input::-webkit-input-placeholder {
	color: #212529;
	opacity: 0.4;
}

.text-field__input::-moz-placeholder {
	color: #212529;
	opacity: 0.4;
}

.text-field__input:-ms-input-placeholder {
	color: #212529;
	opacity: 0.4;
}

.text-field__input::-ms-input-placeholder {
	color: #212529;
	opacity: 0.4;
}

.text-field__input::placeholder {
	color: #212529;
	opacity: 0.4;
}

.text-field__input:focus {
	color: #212529;
	background-color: #fff;
	border-color: #bdbdbd;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
}

.text-field__input:disabled,
.text-field__input[readonly] {
	background-color: #f5f5f5;
	opacity: 1;
}

.text-field__input-password_btn {
	position: absolute;
	right: 6%;
	top: 21px;
	cursor: pointer;
}

.text-field__input-password_btn.active::after {
	opacity: 0;
}

.text-field__input-password_btn::after {
	content: '';
	position: absolute;
	top: 11px;
	right: -3px;
	width: 31px;
	height: 1px;
	background-color: #A8A9AD;
	transform: rotate(45deg);
	transition: all .5s ease;
	opacity: 1;
}

.input-show-icon {
	position: absolute;
	margin: auto;
	top: 15px;
	right: 28px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.input-show-icon svg {
	stroke: #a8a9ad;
	transition: stroke 0.25s ease;
}

.text-field_show-password .input-show-icon svg {
	stroke: var(--blue-color);
}

.text-field_show-password .input-show-icon:hover svg,
.input-show-icon:hover svg {
	stroke: var(--orange-color);
}

/* with floating label */
.checkbox-field_floating,
.text-field_floating {
	display: flex;
	position: relative;
	flex-direction: row;
}

.checkbox-field.js-form-field-wrapper.checkbox-field_floating {
	flex-direction: row;
}

.checkbox-field_floating {
	margin-top: 17px;
}

.checkbox-field_floating+.checkbox-field_floating {
	margin-top: 9px;
}

.text-field_floating .text-field__input {
	border: 1px solid #F6F6F6;
	border-radius: 2rem;
	min-height: calc(3rem + 5px);
	line-height: normal;
	padding: 1rem 1.6rem;
	background-color: #F6F6F6;
}

.text-field_floating .textarea-field__input {
	height: auto;
}

.text-field_floating .text-field__input.error {
	border-color: #ee2e3b;
}

.text-field_floating .text-field__input:focus {
	outline: 0;
	box-shadow: none;
	background-color: #ffffff;
}

.text-field_floating .text-field__label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1rem 1.6rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out;
	color: #A8A9AD;
	line-height: 120%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-field_floating .text-field__input::-moz-placeholder {
	color: transparent;
}

.text-field_floating .text-field__input::-webkit-input-placeholder {
	color: transparent;
}

.text-field_floating .text-field__input:-ms-input-placeholder {
	color: transparent;
}

.text-field_floating .text-field__input::-ms-input-placeholder {
	color: transparent;
}

.text-field_floating .text-field__input::placeholder {
	color: transparent;
}

.text-field_floating .text-field__input:focus,
.text-field_floating .text-field__input:not(:placeholder-shown) {
	padding-top: 2rem;
	padding-bottom: 0.625rem;
}

.text-field_floating.js-field-wide  .text-field__input:focus,
.text-field_floating.js-field-wide  .text-field__input:not(:placeholder-shown) {
	padding-top: 2.625rem;
	padding-bottom: 0.625rem;
}

.corp-form-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 114.52%;
	margin-bottom: 16px;
}
.message-info.js-close {
	color: var(--orange-color);
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin: 40px;
	cursor: pointer;
}

.text-field_floating .textarea-field__input:focus {
	padding-top: 2rem;
	padding-bottom: 1rem;
}

.text-field_floating .text-field__input:focus~.text-field__label,
.text-field_floating .text-field__input:not(:placeholder-shown)~.text-field__label {
	color: #676767;
	opacity: 1;
	transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
}

.corp-form__request_item-box+.corp-form__request_item-box {
	margin-top: 8px;
}

.textarea-field__input {
	width: 100%;
	height: 172px;
	padding: 16px 24px;
	border: 1px solid #a8a9ad;
	border-radius: 12px;
	resize: none;
}

.textarea-field__input::-webkit-scrollbar {
	width: 4px;

	cursor: pointer;
}

.textarea-field__input::-webkit-scrollbar-track {
	background-color: transparent;
}

.textarea-field__input::-webkit-scrollbar-thumb {
	background-color: #a8a9ad;
	margin: 10px 0;
}

.textarea-field__input::-webkit-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #a8a9ad;
}

.textarea-field__input::-moz-placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #a8a9ad;
}

.textarea-field__input:-ms-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #a8a9ad;
}

.textarea-field__input::-ms-input-placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #a8a9ad;
}

.textarea-field__input::placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #a8a9ad;
}

.text-field__fakeInput {
	display: block;
	min-width: 16px;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border: 1px solid #041229;
	background: url("/local/templates/helicon-shop/css/../images/svg/checkbox-select.svg") no-repeat center;
	background-size: 0;
	margin-right: 8px;
	transition: all 0.15s ease;
	cursor: pointer;
}

.checkbox-org-field > .text-field__fakeInput {
	margin-left: 8px;
}

.checkbox-org-field:hover .text-field__fakeInput {
	border-color: var(--orange-color);
}

.checkbox-org-field {
	height: calc(2.25rem + 2px);
	align-items: center;
}

.checkbox-org-field__label {
	font-weight: 500;
}


.checkbox-field__input:checked+.text-field__fakeInput {
	background-size: 80%;
}

.checkbox-field__label {
	cursor: pointer;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;

	color: #676767;
}

.checkbox-field__label a {
	text-decoration: underline;
	transition: color 0.5s ease;
}

.checkbox-field__label a {
	color: inherit;
}

.form-error .checkbox-field__label,
.form-error .checkbox__label,
.form-error .checkbox__label a {
	color: #ee2e3b !important;
}

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

.feedback_form_btn {
	margin-top: 40px;
}

a.feedback_form_btn {
	display: inline-block;
}

.feedback_form_btn_close {
	margin-top: 24px;
}

.form-error .text-field__input,
.form-error input,
.textarea-field__input.form-error {
	border: 1px solid #ee2e3b;
}

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

.reg-switcher {
	display: flex;
	margin-bottom: 40px;
}

.reg-switcher__item {
	display: flex;
	flex: 1;
	align-items: center;
}

.reg-switcher__item:not(.reg-switcher__item_active) {
	cursor: pointer;
}

.reg-switcher__item__fake-radio {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid var(--orange-color);
	box-sizing: border-box;
	margin-right: 16px;
}

.reg-switcher__item_active .reg-switcher__item__fake-radio:before {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: var(--orange-color);
}

.need_reg_text {
	margin: 40px auto 8px;
}

.corp-form-description {
	margin: 16px 0 40px;
}

.need_reg_link {
	text-decoration: underline;
	cursor: pointer;
	transition: color 0.25s ease;
}

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

.form-wrapper .btn-block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
}

.error-field {
	color: #ee2e3b;
	margin-bottom: 16px;
}

/*-------FORMS-END-----*/

.footer-menu-middle {
	display: flex;
	align-items: center;
	justify-content: space-between;

	margin-bottom: 54px;
}

.footer-logo {
	display: block;
	width: 140px;
	height: 41px;
	margin-right: 60px;
}

.footer-logo svg {
	width: 100%;
	height: 100%;
}

.footer_contacts_icons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 80%;
}

.footer_contacts_icons_item:not(:last-child) {
	margin-right: 16px;
}

.footer_contacts_icons_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.footer_contacts_icons_item__image {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 42px;
	width: 42px;
	height: 42px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid var(--blue-color);
	border-radius: 50%;
	margin-right: 24px;
	cursor: pointer;
	transition: border-color 0.5s ease;
}

.footer_contacts_icons_item__image svg {
	fill: none;
	stroke: var(--blue-color);
	transition: stroke 0.5s ease;
}

.footer_contacts_icons_text {
	display: block;
	font-size: 19px;
	transition: color 0.5s ease;
}

.footer_contacts_icons_item:hover .footer_contacts_icons_item__image {
	border-color: var(--orange-color);
}

.footer_contacts_icons_item:hover .footer_contacts_icons_item__image svg {
	stroke: var(--orange-color);
}

.footer__phone-subtitle:hover {
	color: var(--orange-color);
}

.footer_contacts_icons_item:hover .footer_contacts_icons_text {
	color: var(--orange-color);
}

.footer_contacts_icons_item_popup .footer_contacts_icons_text:hover {
	color: var(--orange-color) !important;
}

.footer_contacts_icons_item_popup:hover .footer_contacts_icons_text {
	color: var(--dark-blue-color);
}

.footer_contacts_icons_item_popup .footer_contacts_icons_text:hover {
	color: var(--orange-color) !important;
}

.footer_contacts_icons_item_popup:hover .footer_contacts_icons_text {
	color: var(--dark-blue-color);
}

.footer__phone-subtitle {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;

	color: #676767;
	cursor: pointer;
	transition: all 0.5s ease;
}

.footer-menu-bottom__public-info {
	font-size: 12px;
	line-height: 15px;
	text-decoration: underline;
	cursor: pointer;
}
.footer-menu-bottom__public-info:hover {
	text-decoration: none;
}

.footer-menu-bottom__copyright {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	color: var(--mild-grey-color);
	margin-bottom: 48px;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
}

.footer-menu-bottom__copyright__right {
	font-size: inherit;
	color: inherit;
	transition: color 0.5s ease;
}

.footer-menu-bottom__copyright__right span {
	color: #4d4d4d;
	transition: color 0.5s ease;
}

.footer-menu-bottom__copyright__right:hover {
	color: var(--orange-color);
}

.footer-menu-bottom__copyright__right:hover span {
	color: var(--orange-color);
}

.footer-navigations {
	display: none;
}

.footer_contacts_icons_item_social {
	display: none;
}

.footer__bottom-mobile {
	display: none;
}

.footer-menu-bottom__public-info-mobile {
	display: none;
}

/*header интернет магазин*/
.header {
	position: relative;
	z-index: 101;
	background: rgba(240, 252, 255, 0.2);
	transition: background 0.5s ease;
}

.header.header_menu_open {
	background: var(--white-color);
}

.header:before {
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(80px);
	filter: blur(80px);
}

.header__top-line {
	display: flex;
	justify-content: space-between;
	padding: 16px 0 8px;
}

.header__top {
	display: flex;
	justify-content: space-between;
	padding: 17px;
}

.header__top-list_item {
	position: relative;
	transition: all 0.35s ease;
}

.header__top-list_item .header__top-list_link,
.header__phone-number {
	color: var(--dark-blue-color);
	transition: color 0.35s ease;
	cursor: pointer;
}

@media screen and (max-width: 1023px) {
	.header__top-list_item .header__top-list_link.has-parent {
		pointer-events: none;
	}
}

@media screen and (min-width: 1024px) {
	.desktop-hide {
		display: none;
	}
}

.header__top-list_item:hover .header__top-list_link,
.header__phone-number:hover {
	color: var(--orange-color);
}

/*.header__top-list_item:hover .header__top-sub {*/
/*	display: flex;*/
/*}*/

.header__top-list_item .arrow-down {
	width: 7px;
	height: 8px;
	transition: all 0.35s ease;
}

.header__top-list_item:hover .arrow-down {
	fill: var(--orange-color);
	stroke: var(--orange-color);
}

.header__top-sub {
	display: none;
	z-index: 100;
	position: absolute;
	width: 175px;
	left: -70px;
	flex-direction: column;
	background-color: #ffffff;
	box-shadow: 0 4px 27px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.25s;
}

.header__top-sub_item {
	min-height: 20px;
}

.header__top-sub_item a {
	transition: color 0.35s ease;
	display: inline-block;
	width: 100%;
	padding: 10px;
}

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

.header__top-left .header__top-list {
	display: flex;
}

.header__top-left .header__top-list_item {
	margin-right: 25px;
}

.header__top-right .header__top-list {
	display: flex;
}

.header__top-right .header__top-list_item {
	margin-right: 25px;
}

.header__top-right .header__top-list_item:last-child {
	margin-right: 0;
}

.header__middle {
	display: flex;
	justify-content: space-between;
	align-items: center;

	padding: 0 12px;
}

.header__logo {
	flex-shrink: 0;
}

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

.header__phone-number {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;

	color: #041229;
	white-space: nowrap;
}

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

.header__phone-subtitle {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;

	color: #676767;
	cursor: pointer;
	transition: all .5s ease;
}

.header__phone-subtitle:hover {
	color: var(--orange-color);
}

.header__search {
	margin-left: 25px;
	margin-right: 20px;
	width: 100%;
}

.header__search:after {
	content: "";
	clear: both;
	display: table;
}

.header__search-form {
	position: relative;
	display: block;
	width: 100%;
}

.header__search-input {
	width: 100%;
	min-width: auto;
	height: 49px;
	padding-left: 15px;
	padding-right: 60px;
	border: 1px solid #a8a9ad;
	border-radius: 63px;
	background: #fff;
	outline: none;
	position: relative;
	transition: 0.3s linear;
}

.header__search-input:focus::placeholder {
	color: transparent;
}

.header__search-input:focus {
	width: 100%;
}

.header__search-button {
	width: 42px;
	height: 42px;
	background: none;
	border: none;
	position: absolute;
	top: 4px;
	right: 15px;
}

.header__search-button svg {
	fill: none;
	stroke: var(--dark-blue-color);
	transition: stroke 0.5s ease;
}

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

.header__search-button:before {
	content: "";
	background-image: url("/local/templates/helicon-shop/css/../icons/search.svg");
	color: #324b4e;
	fill: #324b4e;
}

.header__bottom {
	position: -webkit-sticky;
	position: sticky;
	top: -1px;
	z-index: 100;
	background-color: #ffffff;
}

.header__bottom[stuck] {
	box-shadow: 0 4px 27px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.25s;
}

.header__bottom[stuck] .left-menu__root-item {
	margin-right: 18px;
}

.header__bottom-wrapper {
	display: flex;
	justify-content: left;
	align-items: center;

	padding: 0 12px;
}

.mobile-navigations {
	display: none;
}

.header__logo-nav {
	display: none;
}

.right-menu__icons {
	display: flex;
	flex-direction: row;
}

.right-menu__icons .menu-button {
	display: none;
}

.swiper-button-prev:after {
	content: none;
}

.swiper-button-next:after {
	content: none;
}

.right-menu {
	display: flex;
	margin-left: auto;
}

.right-menu__item {
	position: relative;
	display: flex;
	margin-right: 16px;
}

.right-menu__item:last-child {
	margin-right: 0;
}

.right-menu__item svg {
	stroke: var(--dark-blue-color);
	fill: none;
	transition: stroke 0.1s ease;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.right-menu__item.authorized svg path {
	stroke: var(--orange-color);
}

.right-menu__item:hover svg {
	stroke: var(--orange-color);
}

.right-menu__item path {
	stroke: var(--dark-blue-color);
	fill: none;
	transition: stroke 0.1s ease;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.right-menu__item:hover path {
	stroke: var(--orange-color);
}

.right-menu__count {
	display: block;
	margin-top: -8px;
	margin-left: -11px;
	padding: 0 7px;

	width: -webkit-fit-content;

	width: -moz-fit-content;

	width: fit-content;
	min-width: 9px;
	height: 22px;
	background-color: var(--orange-color);
	color: #fff;

	border-radius: 11px;
	font-weight: 600;
	font-size: 12px;
	line-height: 22px;

	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.right-menu__count.disabled {
	display: none;
}

.js-show-search {
	opacity: 0;

	visibility: hidden;
	width: 0;
	transition: all 0.1s;
}

.js-show-search[show] {
	opacity: 1;
	width: auto;
	visibility: visible;
}

.header__logo-scroll {
	opacity: 0;

	visibility: hidden;
	width: 0;
	margin-right: 0;
	transition: opacity 0.3s;
}

.header__logo-scroll[show] {
	opacity: 1;
	width: auto;
	visibility: visible;
	margin-right: 24px;
}

.header .header__logo-scroll {
	display: none;
}

.header__scroll .header__logo-scroll {
	display: inline-block;
}

/*menu-section*/

.left-menu {

	display: flex;
	justify-content: space-between;
	margin-right: 0;
}

.left-menu__sub {
	position: initial;
	height: 66px;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	cursor: pointer;
}

.left-menu__sub:hover .left-menu__root-item {
	color: var(--orange-color);
	transition: color 0.35s ease;
}

.left-menu__sub .arrow-down {
	transition: all 0.4s ease;
}

.left-menu__sub:hover .arrow-down {
	stroke: var(--orange-color);
	fill: var(--orange-color);
	transition: all 0.4s ease;
	transform: rotate(180deg);
}

.left-menu__sub-active .menu-section {
	display: block;
}

.left-menu__sub-catalog {
	position: relative;
}

.left-menu__sub-catalog:hover .left-menu__sub-list {
	display: flex;
}

.left-menu__sub-list {
	display: none;
	z-index: 100;
	position: absolute;
	top: 66px;
	flex-direction: column;
	background-color: #ffffff;
	box-shadow: 0 4px 27px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.25s;
}

.left-menu__sub-list_item {
	min-height: 20px;
	padding: 10px 22px 10px 10px;

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

.left-menu__sub-list_item:hover a {
	color: var(--orange-color);
	transition: color 0.35s ease;
}

.left-menu__root-item {
	display: flex;
	align-items: center;
	margin-right: 21px;
	text-transform: uppercase;
	white-space: nowrap;
}

.left-menu__root-item span {
	padding: 0 10px;
}

.left-menu__root-item .arrow-down {
	width: 10px;
	height: 5px;
}

.menu-section {
	z-index: 100;
	position: absolute;
	left: 0;
	top: 66px;
	right: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	padding: 0 0 8px 0;
	max-height: inherit;
	overflow-y: auto;
	background-color: #ffffff;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.menu-section::-webkit-scrollbar {
	width: 4px;
}

.menu-section::-webkit-scrollbar-track {
	background-color: transparent;
}

.menu-section::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3);
}

.menu-section.show {
	visibility: visible;
	opacity: 1;

	height: calc(100vh - 170px);
	box-shadow: 0 4px 27px rgba(0, 0, 0, 0.08);
}

.menu-section__wrapper {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-template-rows: 1fr;
	gap: 0 24px;

	grid-template-areas: ".menu-section__left .menu-section__right";

	padding-top: 24px;
	padding-bottom: 50px;
}

.header_scroll~.header__bottom .menu-section.show {
	height: calc(100vh - 65px);
}

.menu-section__list {
	position: relative;
	margin-bottom: 125px;
}

.menu-section__list-item_active .menu-section__right {
	display: block;
	color: blue;
}

.left-link {
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;

	min-height: 20px;
	padding: 10px 0;
}

.menu-section__left {
	position: relative;
}

.menu-section__left:before {
	content: "";
	z-index: -1;
	position: absolute;
	top: -24px;
	left: auto;
	right: 0;
	bottom: 0;

	width: 328px;
	height: calc(100% + 24px);
	max-height: -webkit-fit-content;
	max-height: -moz-fit-content;
	max-height: fit-content;
	min-width: 282px;
	background: linear-gradient(90deg,
			rgba(255, 255, 255, 1) 0%,
			rgba(244, 251, 253, 1) 5%,
			rgba(244, 251, 253, 1) 15%);

	background-repeat: no-repeat;
	background-position: right;
}

.menu-section__right {
	display: none;
	position: absolute;
	left: 300px;
	top: 0;
}

.menu-section__area-right {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	max-height: 810px;
}

.menu-section__area-right .right-links:last-child li:last-child {
	padding-bottom: 30px;
}

.menu-section__list-item {
	position: initial;

	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	display: flex;
	align-items: center;

	min-height: 20px;
	padding: 10px 22px 10px 0;

	cursor: pointer;
}

.menu-section__list-item_active {
	font-weight: 500;
	letter-spacing: -0.12px;
}

.menu-section__list-item_active:before {
	content: "";
	position: absolute;
	z-index: -1;
	height: 60px;
	right: 0;
	padding-right: 5px;
	width: 15vw;
	min-width: 325px;
	background-color: #dff8ff;
	background-image: url("/local/templates/helicon-shop/css/../icons/menu-arrow.svg"),
		linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(244, 251, 253, 1) 5%, rgba(223, 248, 255, 1) 15%);
	background-repeat: no-repeat;
	background-position: right;
}

.menu__section__link {
	margin-bottom: 10px;
}

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

.right-links {
	font-weight: 400;
	font-size: 24px;
	line-height: 114.52%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 283px;
	margin-right: 24px;
	margin-bottom: 24px;
	color: #67676780;
}

.right-links li:not(:first-child) {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	margin-top: 8px;
	color: var(--dark-blue-color);
}

.right-link:hover {
	color: var(--orange-color);
	transition: color 0.35s ease;
}

@media screen and (max-width:1300px) {
	.right-links li:not(:first-child) {
		font-size: 14px;
	}
}

.swiper-wrapper {
	height: auto;
}

.button-up-wrapper {
	position: fixed;
	display: flex;
	flex-direction: row-reverse;
	bottom: 14%;
	left: 0;
	right: 1%;
	z-index: 10;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.button-up-wrapper.button-up-active {
	opacity: 1;
}

.button-up {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	padding: 6px;
	margin: 0;
	stroke: var(--white-color);
	width: 54px;
	height: 54px;
	background-color: var(--blue-color);
	border-radius: 50%;
	transition: transform 0.25s ease-in-out, background-color 0.25s ease, stroke 0.25s ease;
}

.button-up:hover {
	transform: scale(1.2);
	background-color: var(--orange-color);
}

.cookie-wrapper {
	display: none;
	position: fixed;
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(240, 252, 255, 1);
	z-index: 99;
	transition: opacity 0.5s ease;
}

.cookie-wrapper.remove {
	opacity: 0;
}

.cookie-wrapper.show {
	display: block;
	opacity: 1;
}

.cookie-wrapper:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.cookie {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 32px 16px;
}

.cookie__title {
	font-weight: 700;
	margin-bottom: 16px;
}

.cookie__description a {
	text-decoration: underline;
	transition: all 0.5s ease;
}

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

.cookie .cookie__right {
	margin-left: 131px;
}

/*----------------------- service ------------------------------ */
/*--------------- сервис
используется на страницах:
страница поиска
страница сервис
----------------- */

.service {
	margin-bottom: 80px;
}

.service-head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

/* service-content */

.service-content__sections {
	display: flex;
	align-items: flex-start;
	padding-top: 12px;
}

.service-content__section {
	margin-bottom: 80px;
}

/*----------------------- login-wrapper ------------------------------ */
/*--------------- плашка входа или регистрации
используется на страницах:
избранное
корзина
----------------- */

.login-wrapper {
	display: block;
	position: fixed;
	opacity: 1;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(240, 252, 255, 1);
	z-index: 11;
	transition: opacity 0.5s ease;
}

.login-wrapper.remove {
	display: none;
	opacity: 0;
}

.login-wrapper.show {
	display: block;
	opacity: 1;
}

.login-wrapper:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

.login {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 32px 16px;
}

.login__title {
	font-weight: 700;
	margin-bottom: 16px;
}

.login__left p {
	font-size: 18px;
}

.login__description a {
	font-size: 18px;
	text-decoration: underline;
	transition: all 0.5s ease;
}

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

.login .login__right {
	margin-left: 131px;
}

.swiper-pagination {
	z-index: 7 !important;
}

.error {
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;

	color: #ee2e3b;
}

.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;
}

.checkbox__wrap>.checkbox__input {
	position: absolute;
	width: 16px;
	height: 16px;
	z-index: -1;
	opacity: 0;
}

.checkbox__wrap>.checkbox__label {
    /*display: inline-flex;*/
	align-items: flex-start;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.checkbox__wrap>.checkbox__label a {
	display: inline;
	text-decoration: underline;
	transition: all 0.5s ease;
}

.checkbox__wrap>.checkbox__label a:hover {
	color: var(--orange-color);
}

.checkbox__wrap>.checkbox__label>span.checkbox__label-wrap:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #041229;
	margin-top: 3px;
	margin-right: 8px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	transition: all 0.15s ease;
}

.checkbox__label-wrap {
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

.checkbox__wrap>.checkbox__input:not(:disabled):not(:checked)+.checkbox__label {
	transition: all 0.5s ease;
}

.checkbox__wrap>.checkbox__input:disabled+.checkbox__label>span.checkbox__label-wrap:before {
	border-color: #a8a9ad;
}

.checkbox__wrap>.checkbox__input:checked+.checkbox__label>span.checkbox__label-wrap:before {
	background-image: url("/local/templates/helicon-shop/css/../icons/checkbox-check.svg");
	transition: all 0.15s ease;
}

.checkbox__label {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	letter-spacing: 0;
	color: #041229;
}

.section__item-list_links.section__item-list_links-notification .button-click-preview {
	width: 100%;
}

.events-list_block__switcher {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	margin-bottom: 24px;
}

/*----------------------- banner ------------------------------ */
/*--------------- баннер 
используется на страницах:
страница направления
страница подраздела
страница производителя
акции
----------------- */

.banner {
	padding-bottom: 80px;
}

.banner.banner-alternative {
	padding: 0;
	background-color: #f4fbfd;
}

.banner.banner-alternative .banner__content {
	margin-bottom: 120px;
	position: relative;
	display: flex;
	justify-content: space-between;

	min-height: fit-content;

	overflow: hidden;

	background-image: none;
	background-color: #f4fbfd;
}

.banner.banner-alternative .banner__content-left {
	width: 60%;
	background: #f4fbfd;
	padding: 80px 75px 30px 0;
	box-shadow: none;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

.banner.banner-alternative .banner__content-right {
	display: flex;
	align-items: center;
	width: 61%;
}

.banner.banner-alternative .banner__title {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 46px;
	line-height: 100%;
	letter-spacing: -0.03em;
}

.banner.banner-alternative .banner__list-item {
	padding-left: 30px;
}

.banner.banner-alternative .banner__list-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/local/templates/helicon-shop/css/../icons/banner-arrow.svg");
}

.banner__content {
	position: relative;
	display: flex;
	justify-content: space-between;

	height: 320px;

	overflow: hidden;

	background-image: url("/local/templates/helicon-shop/css/../images/banners/banner-background.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner__content-left {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 39%;
	padding: 30px 75px 30px 40px;
	background: rgba(255, 255, 255, 0.24);
	box-shadow: 0px 16px 45px rgba(106, 123, 126, 0.08);
	-webkit-backdrop-filter: blur(39px);
	backdrop-filter: blur(39px);
}

.banner__content__slider__item__left {
	width: 35%;
	padding: 60px 90px 30px 100px;
	-webkit-backdrop-filter: blur(60px);
	backdrop-filter: blur(60px);
}

.banner__title {
	margin-bottom: 16px;

	font-weight: 500;
	font-size: 36px;
	line-height: 110%;
	letter-spacing: 0;
	color: #041229;
}

.banner__info p {
	margin-bottom: 16px;

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

	color: #041229;
}

.banner__info a {
	word-break: break-word;
	text-decoration: underline;
	transition: all 0.5s ease;
}

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

.banner__description {
	margin-bottom: 16px;

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

	color: #041229;
}

.banner__list-item {
	position: relative;
	margin-bottom: 15px;
	padding-left: 22px;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;

	color: #041229;
}

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

.banner__download {
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.banner__download:hover .banner__download-link div {
	color: var(--orange-color);
}

.banner__download svg {
	transition: all 0.5s ease;
}

.banner__download path {
	transition: all 0.5s ease;
}

.banner__download path:last-child {
	stroke: #0412292b;
}

.banner__download:hover path {
	stroke: var(--orange-color);
	transition: all 0.5s ease;
}

.banner__download-img {
	margin-right: 16px;
}

.banner__download-link div {
	display: inline-block;
	margin-bottom: 8px;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;

	transition: color 0.5s ease;
}

.banner__download-link p {
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;

	color: #a8a9ad;
}


/*----------------------- universal-block ------------------------------ */
/*--------------- универсальный блок
	используется на страницах:
	о компании
	гарантии
	условия работы магазина
	----------------- */

.universal-block__wrapper {
	margin-bottom: 120px;
	display: flex;
	gap: 24px;
}

.universal-block__left {
	width: 50%;
}

.universal-block__text {
	padding-right: 7%;
	width: 43%;
}

.universal-block__title {
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 46px;
	line-height: 100%;
	letter-spacing: -0.03em;
	color: #000000;
}

.universal-block__description {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #000000;
}

.universal-block__right {
	width: 50%;
}

.universal-block__img {
	width: 50%;
}

.universal-block__list {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.universal-block__list-item {
	padding-left: 80px;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

.universal-block__list-item p {
	margin-bottom: 8px;
}

.universal-block__list-item .banner__list-item {
	margin-bottom: 8px;
}

.universal-block__list-item:before {
	content: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/local/templates/helicon-shop/css/../icons/banner-arrow.svg");
}

.universal-block__list-number {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 500;
	font-size: 46px;
	line-height: 100%;

	letter-spacing: -0.03em;

	color: #009fc2;
}

.universal-block__items {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.universal-block__item {
	padding-bottom: 32px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.universal-block__item-title {
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 36px;
	line-height: 108.5%;

	color: #041229;
}

.universal-block__item-description {
	font-weight: 400;
	font-size: 18px;
	line-height: 108.5%;

	color: #676767;
}

.universal-block__documentation-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.universal-block__documentation-download {
	display: flex;
	margin-right: 40px;
	transition: color 0.5s ease;
}

.universal-block__documentation-download:hover .universal-block__documentation-download_link,
.universal-block__documentation-download:hover .universal-block__documentation-download_img path {
	transition: all 0.5s ease;
	color: var(--orange-color);
	stroke: var(--orange-color);
}

.universal-block__documentation-download_img {
	transition: all 0.5s ease;
	margin-right: 16px;
}

.universal-block__documentation-download_img svg {
	width: 25px;
	height: 32px;
}

.universal-block__documentation-download_img path {
	transition: all 0.5s ease;
}

.universal-block__documentation-download_link {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;

	color: #041229;
}

.universal-block__documentation-download_link p {
	margin-top: 8px;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;

	color: #676767;
}

/*----------------------- back-button ------------------------------ */
/*--------------- кнопка назад ----------------- */

.back-button {
	margin-bottom: 120px;
}

.catalog-menu__back-button {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	width: fit-content;
	cursor: pointer;
}

.catalog-menu__back-button svg {
	margin-right: 16px;
}

.catalog-menu__back-button:hover p {
	color: var(--orange-color);
	transition: color 0.5s ease;
}

.catalog-menu__back-button p {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	transition: color 0.5s ease;
}

.catalog-menu__back-button svg {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

.catalog-menu__back-button path {
	transition: stroke 0.5s ease;
	stroke: var(--orange-color);
}

.catalog-menu__back-button circle {
	transition: stroke 0.5s ease;
	stroke: var(--blue-color);
}

.catalog-menu__back-button:hover circle {
	stroke: var(--orange-color);
	transition: stroke 0.5s ease;
}

.catalog-menu__back-button:hover path {
	stroke: var(--orange-color);
	transition: stroke 0.5s ease;
}

/*----------------------- service-callback ------------------------------ */
/*--------------- блок обратная связть, сервис
используется на страницах:
сервис
гарантия
----------------- */

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

.service-callback__title {
	padding-right: 30%;
	margin-bottom: 40px;
}

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

	color: #041229;

	margin-bottom: 0;
}

.service-callback__items {
	display: flex;
	flex-direction: row;
	gap: 24px;
}

.service-callback__item {
	display: flex;
	gap: 64px;
}

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

.service-callback__info-title {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 114.52%;
	color: #041229;
	margin-bottom: 4px;
}

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

	color: #041229;
}

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

@media screen and (max-width:767px) {
	.service-callback__items {
		flex-direction: column;
	}
}

/*----------------------- about-menu ------------------------------ */
/*--------------- главное меню на страницах about ----------------- */

.about-menu {
	margin-bottom: 24px;
}

.about-menu__content {
	display: flex;
	justify-content: space-between;
	padding-bottom: 8px;
	margin-bottom: 40px;
	border-bottom: 1px solid #a8a9ad;
}

.about-menu__item .about-menu__link {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #a8a9ad;
	transition: all 0.5s ease;
}

.about-menu__item .about-menu__link:hover {
	color: var(--orange-color);
}

.about-menu__item-active .about-menu__link {
	color: #041229;
}

.about-menu__item-active::after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: -8px;
	border-bottom: 1px solid #009fc2;
	width: calc(100% + 16px);
}

/*----------------------- info-block ------------------------------ */
/*--------------- стандарнтый инфоблок ----------------- */

.info-block {
	display: flex;
	margin-bottom: 120px;
}

.info-block.info-block-alternative {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 120px;
}

.info-block.info-block-alternative .info-block__left {
	width: 100%;
}

.info-block.info-block-alternative .info-block__left_text {
	padding-right: 0;
}

.info-block.info-block-alternative .info-block__right {
	width: 100%;
}

.info-block.info-block-alternative .info-block__right_text {
	padding-right: 0;
	margin-bottom: 0;
}

.info-block__left {
	width: 50%;
	margin-bottom: 0;
}

.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 {
	margin-bottom: 24px;
}

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

.info-block__right_link a {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #041229;
	text-decoration: underline;
	transition: all 0.5s ease;
}

.info-block__right_link:hover a {
	text-decoration: underline;
	color: var(--orange-color);
}

.info-block__right_dropdown-title {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #041229;
	width: fit-content;
	border-bottom: 1px dashed #000000;
	transition: all 0.5s ease;
	cursor: pointer;
}

.info-block__right_dropdown-title:hover {
	border-color: var(--orange-color);
	color: var(--orange-color);
}

.info-block__right_dropdown-container {
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s ease;
}

.info-block__right_dropdown-container.show {
	max-height: 3000px;
}

.info-block__right_dropdown-container p {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

.info-block__right_dropdown-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	padding: 16px 0;
}

/*----------------------- about-filter ------------------------------ */
/*--------------- фильтр на страницах about ----------------- */

.about-filter {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

.about-filte__form {
	display: flex;
	gap: 0 24px;
	width: 100%;
	align-items: baseline;
}

.about-filte__form form,
.about-filte__form .sort__menu {
	height: fit-content;
}

.about-filter .select {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border: none;
	padding: 1.5rem 1.5rem 1.5rem 3rem;
}

.about-filter .select__toggle::before {
	content: "Год:";
	position: absolute;
	left: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	padding-bottom: 2px;

	text-align: right;

	color: #041229;
}

.about-filter .select-brand .select__toggle::before {
	content: "Бренды:";
	position: absolute;
	left: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	padding-bottom: 2px;

	text-align: right;

	color: #041229;
}

.about-filter .select.select-brand {
	padding: 1.5rem 1.5rem 1rem 6rem;
}

.about-filter .select-year .select__toggle::before {
	content: "Год:";
	position: absolute;
	left: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	padding-bottom: 2px;

	text-align: right;

	color: #041229;
}

.about-filter .header__search {
	margin-left: auto;
	margin-right: 0;
	max-width: 385px;
}

.about-filter .header__search-form {
	display: inline-block;
	width: 100%;
}

/*----------------------- news-block ------------------------------ */
/*--------------- новостной блок 
используется на страницах:
страница поиска
новости
----------------- */

.news {
	margin-bottom: 120px;
}

.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__content {
	overflow: hidden;
}

.news-block__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.swiper-wrapper.news-block__items {
	margin-bottom: 0;
}

.swiper-slide.news-block__item {
	margin-bottom: 0;
}

.news-block__item {
	position: relative;
	margin-bottom: 40px;
	width: 49%;
}

.news-block__item_link:hover .news-block__item_title {
	color: var(--orange-color);
}

.news-block__item_link:hover .news-block__item_subtitle {
	color: var(--orange-color);
}

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

.news-block__item_img img {
	height: auto;
	width: 100%;
}

.news-block__item_img .news-block__item_img__before {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	transition: opacity 0.5s ease;
}

.news-block__item_img:hover .news-block__item_img__before {
	opacity: 0;
}

.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_img-label {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	background-color: #fff;
	color: var(--orange-color);
	padding: 6px 8px;
}

.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%;
	transition: color 0.5s ease;
}

.news-block__item_subtitle {
	width: 85%;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	transition: color 0.5s ease;
}

/*----------------------- events ------------------------------ */
/*--------------- мероприятия
используется на страницах:
страница поиска
мероприятия
----------------- */

.events-container {
	margin-bottom: 120px;
}

.events-content {
	margin-bottom: 80px;
}

.events-content__item {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 1px solid #a8a9ad;
}

.events-content__item:hover .events-content__item-title,
.events-content__item:hover .events-content__item-description {
	color: var(--orange-color);
}

.events-content__item:first-child {
	border-top: 1px solid #a8a9ad;
}

.events-content__item-info {
	width: 100%;
}

.events-content__item-img {
	margin-right: 24px;
}

.events-content__item-left {
	display: flex;
	padding: 0 17% 0 0;
}

.events-content__item-title {
	margin-bottom: 16px;

	font-weight: 400;
	font-size: 24px;
	line-height: 114.52%;
	transition: all 0.5s ease;
}

.events-content__item-description {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	transition: all 0.5s ease;
}

.events-content__item-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 260px;
}

.events-content__item-date {
	margin-bottom: 16px;
	font-weight: 400;
	font-size: 24px;
	line-height: 114.52%;

	text-align: right;
}

.events-content__item-time {
	font-weight: 500;
	font-size: 36px;
	line-height: 118.5%;

	text-align: right;
}

.events-content__item-location {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 16px;
}

.events-content__item-type {
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;

	text-align: right;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #676767;
}

.events-content__item-place {
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;

	text-align: right;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #676767;
}

/*----------------------- special-block ------------------------------ */
/*--------------- специальные предложения 
используется на страницах:
акции
акции(детальная страница)
----------------- */

.special-block {
	margin-bottom: 40px;
}

.special-block.carousel {
	margin-top: 120px;
	margin-bottom: 40px;
}

.special-block__title-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

	margin-bottom: 10px;
}

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

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

.special-block__content {
	overflow: hidden;
}

.special-block__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.special-block__items.swiper-wrapper {
	margin-bottom: 0;
}

.special-block.carousel .special-block__items {
	flex-wrap: nowrap;
}

.special-block__item {
	position: relative;
	margin-bottom: 40px;
	width: 49%;
}

.special-block__item_link:hover .special-block__item_title {
	color: var(--orange-color);
}

.special-block__item_link:hover .special-block__item_subtitle {
	color: var(--orange-color);
}

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

.special-block__item_img .news-block__item_img__before {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	transition: opacity 0.5s ease;
}

.special-block__item_img-label {
	position: absolute;
	top: 16px;
	right: 16px;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	background-color: #fff;
	color: var(--orange-color);
	padding: 6px 8px;
	z-index: 9;
}

.special-block__item_img:hover .news-block__item_img__before {
	opacity: 0;
}

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

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

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

.special-block__item_title {
	margin-bottom: 16px;
	width: 85%;
	font-weight: 400;
	font-size: 24px;
	line-height: 114.52%;
	transition: color 0.5s ease;
}

.special-block__item_subtitle {
	width: 85%;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	transition: color 0.5s ease;
}

.special-block .pagination {
	margin-top: 0;
}

/*----------------------- linking-lines ------------------------------ */
/*--------------- ссылки под баннером ----------------- */
.linking-lines__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: auto;
	margin: 40px auto 0;
	padding-bottom: 24px;
	border-bottom: 1px solid #a8a9ad;
}

.linking-lines__line+.linking-lines__line {
	margin-top: 16px;
}

.linking-lines__line__item {
	padding: 12px 35px;
	border: 1px solid var(--dark-blue-color);
	border-radius: 57px;
	white-space: nowrap;
	margin: 0 16px 16px 0;
	background-color: var(--white-color);
	transition: border 0.5s ease, color 0.5s ease;
}

.linking-lines__line__item:hover {
	border-color: var(--orange-color);
	color: var(--orange-color);
}

/*----------------------- product-tabs ------------------------------ */
/*--------------- табы с контентом ----------------- */

.product-tabs {
	margin-bottom: 80px;
}

.product-tabs__content__left {
	display: flex;
	justify-content: flex-start;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding-bottom: 8px;
	margin-bottom: 40px;
	border-bottom: 1px solid #a8a9ad;
	gap: 44px;
}

.product-tabs__content__switcher {
	position: relative;
	cursor: pointer;
}

.product-tabs__content__switcher:hover h3 {
	color: var(--orange-color);
}

.product-tabs__content__switch-item {
	display: block;
	max-height: 0;
	position: relative;
	z-index: -10;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease;
	overflow: hidden;
}

.product-tabs__content__switch-item.active,
.product-tabs__content__switch-item_active {
	display: inline-block;
	max-height: unset;
	width: 100%;
	z-index: 1;
	position: relative;
	opacity: 1;
	visibility: visible;
}

.js-tab-content-switcher-active::after {
	content: "";
	position: absolute;
	bottom: -9px;
	margin-left: -8px;
	border-bottom: 1px solid #009fc2;
	width: calc(100% + 16px);
}

.product-tabs__content__switcher h3 {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #a8a9ad;
	transition: all 0.5s ease;
}

.js-tab-content-switcher-active h3 {
	color: #041229;
}

.product-tabs .catalog {
	margin-bottom: 0;
}

.product-tabs .events {
	margin-bottom: 0;
}

.product-tabs .events-container {
	margin-bottom: 0;
}

.product-tabs .service {
	margin-bottom: 0;
}

.product-tabs .news-block__content {
	margin-bottom: 0;
}

/*----------------------- subscribe ------------------------------ */
/*--------------- блок подписки на рассылку
используется на страницах:
популярное
новинки
акции
акции-детальная
----------------- */

.subscribe {
	padding: 0;
	margin-bottom: 120px;
	min-height: 472px;

	overflow: hidden;
	background-image: url("/local/templates/helicon-shop/css/../images/banners/subscribe.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s ease;
}

.subscribe__content {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.subscribe__wrapper {
	width: 40%;
	padding: 40px 0;
	min-height: 440px;
}

.subscribe__title {
	font-weight: 500;
	font-size: 36px;
	line-height: 118.5%;
	margin-bottom: 16px;
}

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

	margin-bottom: 24px;
}

.subscribe__button {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0;
}

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

.subscribe .checkbox__wrap>.checkbox__label a {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;

	color: #676767;
}

.subscribe .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: 12px;
	line-height: 15px;

	color: #676767;
}

.subscribe .checkbox__wrap>.checkbox__label a:hover {
	color: var(--orange-color);
}

.subscribe .checkbox__wrap>.checkbox__label:before {
	content: "";
	position: absolute;
	left: 0px;
}

.checkbox__wrap>.checkbox__label:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #041229;
	margin-top: 3px;
	margin-right: 8px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	transition: all 0.15s ease;
}

.checkbox__wrap>.checkbox__input:not(:disabled):not(:checked)+.checkbox__label:hover::before {
	border-color: #f27435;
	transition: all 0.15s ease;
}

.checkbox__wrap>.checkbox__input:not(:disabled):not(:checked)+.checkbox__label {
	transition: all 0.5s ease;
}


.checkbox__wrap>.checkbox__input:disabled+.checkbox__label:before {
	border-color: #a8a9ad;
}

.checkbox__wrap>.checkbox__input:checked+.checkbox__label:before {
	background-image: url("/local/templates/helicon-shop/css/../icons/checkbox-check.svg");
	transition: all 0.15s ease;
}

.subscribe .form__item-inner {
	position: relative;
	overflow: initial;
	max-height: 180px;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

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

.subscribe .text-field__input.error {
	font-size: 1rem;
	font-weight: 400;
}

/*----------------------- pagination ------------------------------ */
/*--------------- блок пагинации ----------------- */

.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: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 50px;
	height: 50px;
	border: 1px solid #fff !important;
	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__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__page-divide a {
	border-bottom: none !important;
}

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

.pagination__button-toggle {
	padding: 10px 0 0 0;
	cursor: pointer;
	border-bottom: none !important;
}

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

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

/*----------------------- sort__menu ------------------------------ */
/*--------------- блок сортировки 
используется на страницах:
страница направления
страница категории
----------------- */

.sort__menu {
	display: flex;
	align-items: center;
	justify-content: space-between;

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

.sort__head {
	white-space: nowrap;
}

.menu-items {
	width: 100%;
	display: flex;
	gap: 0 23px;
}

.menu-items-toggle {
	display: none;
}

.sort__title {
	margin-right: 24px;
	color: #a8a9ad;
}

.menu-item {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	border-bottom: 1px dashed;
	transition: all 0.35s ease;
}

.menu-item.down,
.menu-item.up {
	color: #f27435;
}

.menu-item.down::after {
	content: "";
	background-image: url("/local/templates/helicon-shop/css/../icons/menu-arrow-down.svg");
	background-repeat: no-repeat;
	width: 7.7px;
	height: 10.7px;
	margin-left: 3px;
	color: #f27435;
	transition: all 0.35s ease;
}

.menu-item.up::after {
	content: "";
	background-image: url("/local/templates/helicon-shop/css/../icons/menu-arrow-down.svg");
	background-repeat: no-repeat;
	width: 7.7px;
	height: 10.7px;
	margin-left: 3px;
	color: #f27435;
	transform: rotate(180deg);
	transition: all 0.35s ease;
}

.menu-item:hover {
	color: #f27435;
}

.menu-item__form {
	display: block;
}

/*----------------------- timer ------------------------------ */
/*--------------- таймер
используется на страницах:
акции
----------------- */

.timer {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.timer__items {
	display: flex;
	gap: 4px;
}

.timer__item {
	position: relative;
	display: flex;
	gap: 4px;
	min-width: 60px;

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

	color: #a8a9ad;
}

.timer__item::after {
	content: attr(data-title);
	display: block;
	font-size: 14px;
}


.page-404__wrapper {
	margin: 50px 0 110px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.page-404__description {
	display: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 136%;
}

.page-404_links {
	display: flex;
	gap: 24px;
}

.page-404_links .button-click-preview {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 250px;
	width: fit-content;
	border-radius: 27px;
}

.page-404_links .button-preview {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 250px;
	width: fit-content;
	border-radius: 27px;
}
.external-link-menu {
	display: flex;
	flex-direction: row;
}

.external-link-menu span.icon {
}

.external-link-menu span.icon::after {
	content: '';
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM5NTRfMTc0OTEpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjQ5OTk5IDAuNUgyMy41VjIwLjM3NUgyMC41VjUuNjIxMzJMMi4wNjA2NSAyNC4wNjA3TC0wLjA2MDY2ODkgMjEuOTM5M0wxOC4zNzg3IDMuNUg0LjQ5OTk5VjAuNVoiIGZpbGw9IiNGMjc0MzUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8zOTU0XzE3NDkxIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
	width: 10px;
	height: 10px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 5px;
	background-size: contain;
	transition: .3s;
	position: absolute;
	transform: translateY(.3em);
}

.external-link-menu:hover span.icon::after {
	filter: invert(1);
	opacity: .8;
}

@media screen and (max-width: 1278px) {
	.external-link-menu span.icon::after {
		width: 8px;
		height: 10px;
	}
}

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

	h1,
	.h1 {
		font-family: "Inter", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 32px;
		line-height: 110%;
	}

	h2,
	.h2 {
		font-family: "Inter", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 26px;
		line-height: 31px;
		letter-spacing: -0.03em;

		color: #041229;
		margin-bottom: 24px;
	}

	h3,
	.h3 {
		font-family: "Inter", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 20px;
		line-height: 110%;

		color: #041229;
	}

	.page-wrapper {
		padding-top: 83px;
	}

	.page-content {
		display: flex;
		flex-direction: column;
	}

	.page-title h1 {
		margin-bottom: 32px;

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

	.breadcrumb {
		padding: 0 16px;
	}

	.bx-breadcrumb__mobile {
		display: flex;
		align-items: center;
		margin: 24px 0 24px;
	}

	.bx-breadcrumb__mobile svg {
		fill: #676767;
		transform: rotate(90deg);
		width: 8px;
		height: 8px;
	}

	.bx-breadcrumb__mobile-link {
		margin-left: 8px;

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

	.bx-breadcrumb {
		display: none;
	}

	.title_link {
		font-weight: 500;
		font-size: 26px;
		line-height: 31px;
		letter-spacing: -0.03em;

		color: #000000;
	}

	.title_link svg {
		width: 20px;
		height: 20px;
		stroke: var(--orange-color);
		margin-left: 6px;
		transition: stroke 0.5s ease;
	}

	.title_link:hover svg {
		stroke: var(--blue-color);
	}

	.header {
		z-index: 99;
		margin-bottom: 16px;
	}

	.header__bottom {
		width: 100%;
		position: fixed;
		top: 0px;
		display: flex;
		order: -1;
	}

	.header__bottom[stuck] {
		box-shadow: none;
	}

	.header__wrapper .header__top {
		display: none;
	}

	.header__middle {
		padding: 0;
	}

	.header__bottom {
		margin-bottom: 15px;
	}

	.header__logo {
		display: none;
	}

	.header__search {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.header__search-form {
		margin-right: 0;
	}

	.header__search-input {
		min-width: 100%;
	}

	.header__phone {
		display: none;
	}

	.header__phone-mobile {
		display: flex;
		margin-bottom: 40px;
	}

	.header__phone-mobile .header__phone-number {
		margin-bottom: 14px;
	}

	.header__phone-mobile .header__phone-subtitle {
		color: #ffffff;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}

	.header__logo-scroll[hide] {
		display: none;
	}

	.header__bottom-wrapper {
		flex-direction: column;
		padding: 9px 16px;
	}

	.header__bottom-wrapper .left-menu,
	.header__bottom-wrapper .header__logo-scroll {
		display: none;
	}

	.header__bottom-wrapper .right-menu {
		position: relative;
		align-items: center;
		justify-content: space-between;
		margin-right: auto;
		margin-left: 0;

		width: 100%;
	}

	.header__logo-nav {
		display: block;
	}

	.header__logo-nav svg {
		width: 120px;
	}

	.header__top-sub {
		top: auto;
		left: -9px;
		bottom: calc(100% + 5px);
	}
	.header__top-list_item:hover .header__top-sub {
		top: auto;
		left: -9px;
		bottom: calc(100% + 5px);
	}

	.header__top-mobile {
		padding: 36px 0 0;
		justify-content: normal;
	}

	.header__top-mobile .header__top-list_item {
		padding: 0 0 17px;
	}

	.header__top-mobile .header__top-left .header__top-list {
		display: flex;
		flex-direction: column;
	}

	.header__top-mobile .header__top-left {
		margin-right: 26px;
	}

	.header__top-mobile .header__top-right .header__top-list {
		display: flex;
		flex-direction: column;
	}

	.header__top-list_item-mobile {
		display: flex;
	}

	.header__top-list_item-mobile .header__top-list_link {
		padding: 3px 0 5px 8px;

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

	.right-menu__icons {
		display: flex;
	}

	.right-menu__icons .right-menu__item svg {
		width: 32.5px;
		height: 29px;
	}

	.right-menu__icons .right-menu__search {
		display: none;
	}

	.right-menu__icons .menu-button {
		display: block;
	}

	.menu-button .open-menu {
		display: block;
	}

	.menu-button .close-menu {
		display: none;
	}

	.menu-button__close .open-menu {
		display: none;
	}

	.menu-button__close .close-menu {
		display: block;
	}

	.mobile-navigations {
		display: block;
		transform: translateX(-100%);
		transition: all 0.35s ease;
		background-color: #ffffff;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 145px;
		right: 0;
		left: 0;
		bottom: 0;
	}

	.mobile-navigations__show {
		transition: all 0.25s ease;
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
		height: calc(100% - 140px);
		min-height: 100%;
		width: 100%;
		padding: 11px 16px 160px;
		margin-right: 0;
		overflow: scroll;
		box-sizing: border-box;
	}

	.mobile-navigations__item {
		margin-bottom: 38px;
	}

	.mobile-navigations__item_link {
		display: flex;
	}

	.mobile-navigations__item_link .mobile-navigations__title::after {
		content: none;
	}

	.mobile-navigations__item_link svg {
		margin-right: 8px;
	}

	.mobile-navigations__title {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;

		width: 100%;

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

	.mobile-navigations__title::after {
		content: "";
		min-width: 7px;
		min-height: 7px;
		background: url("/local/templates/helicon-shop/css/../icons/arrow-down.svg") center / contain no-repeat;
		margin-left: 8px;
		margin-right: 8px;
		transition: transform 0.5s;
	}

	.mobile-navigations__title-show::after {
		transform: rotateX(180deg);
		transition: transform 0.5s;
	}

	.mobile-navigations__drop-container {
		position: relative;
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}

	.mobile-navigations__item.mobile-navigations__item-show .mobile-navigations__drop-body {
		transition: max-height 1s;
		max-height: 10000px;
	}

	.mobile-navigations__item .mobile-navigations__drop-body {
		transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
		max-height: 0px;
	}

	.mobile-navigations__drop-body_list--extras {
		margin-top: 30px;
	}

	.mobile-navigations__drop-body_list--extras a {
		font-weight: bold;
	}

	.mobile-navigations__item .mobile-navigations__drop-body_item {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;

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

	.mobile-navigations__item .mobile-navigations__drop-body_item a {
		transition: color 0.5s ease;
	}

	.mobile-navigations__item .mobile-navigations__drop-body_item:hover a {
		transition: color 0.5s ease;
		color: var(--orange-color);
	}

	.mobile-navigations__item .mobile-navigations__drop-body_item:first-child {
		margin-top: 20px;
	}

	.footer-container {
		padding: 0 16px;
		max-width: 768px;
		margin: 0 auto;
	}

	.footer-menu-top {
		display: none;
	}

	.footer-menu-middle {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
		margin-bottom: 15px;
		padding: 0;
	}

	.footer-logo {
		margin-bottom: 24px;
	}

	.footer_contacts_icons_item {
		margin-bottom: 24px;
	}

	.footer_contacts_icons_item_location {
		order: 1;
	}

	.footer_contacts_icons_item_social {
		order: 2;
		display: flex;
	}

	.footer_contacts_icons_item_social .footer_contacts_icons_item__image svg {
		fill: var(--blue-color);
		stroke: none;
		order: 2;
		display: flex;
	}
	.footer_contacts_icons_item_social:hover .footer_contacts_icons_item__image svg {
		fill: var(--orange-color);
	}

	.footer_contacts_icons {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
		width: auto;
	}

	.footer_contacts_icons_text {
		font-weight: 500;
		font-size: 15px;
		line-height: 18px;
	}

	.footer-menu-bottom__public-info {
		display: none;
	}

	.footer-menu-bottom__public-info-mobile {
		display: block;
		margin-bottom: 24px !important;
		font-weight: 400;
		font-size: 15px;
		line-height: 18px;

		color: #041229;
	}

	.footer-navigations {
		display: block;
		margin-bottom: 40px;
		background-color: #ffffff;
	}

	.footer-navigations__item {
		margin-bottom: 25px;
	}

	.footer-navigations__item:last-child {
		margin-top: 40px;
	}

	.footer-navigations__item .footer-navigations__drop-body_item {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}

	.footer-navigations__item .footer-navigations__drop-body_item a {
		transition: color 0.5s ease;
	}

	.footer-navigations__item .footer-navigations__drop-body_item:hover a {
		transition: color 0.5s ease;
		color: var(--orange-color);
	}

	.footer-navigations__item .footer-menu-top__right_list-link {
		display: block;
		margin-top: 8px;

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

		color: #a8a9ad;
	}

	.footer-navigations__item_link {
		display: flex;
	}

	.footer-navigations__item_link .footer-navigations__title::after {
		content: none;
	}

	.footer-navigations__item_link svg {
		margin-right: 8px;
	}

	.footer-navigations__title {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;

		width: 100%;

		font-weight: 500;
		font-size: 18px;
		line-height: 22px;
	}

	.footer-navigations__title::after {
		content: "";
		min-width: 7px;
		min-height: 7px;
		background: url("/local/templates/helicon-shop/css/../icons/arrow-down.svg") center / contain no-repeat;
		margin-left: 8px;
		margin-right: 8px;
		transition: transform 0.5s;
	}

	.footer-navigations__title-show::after {
		transform: rotateX(180deg);
		transition: transform 0.5s;
	}

	.footer-navigations__drop-container {
		position: relative;
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}

	.footer-navigations__item.footer-navigations__item-show .footer-navigations__drop-body {
		transition: max-height 1s;
		max-height: 10000px;
	}

	.footer-navigations__item .footer-navigations__drop-body {
		transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
		max-height: 0px;
	}

	.footer-navigations__item .footer-navigations__drop-body_item {
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
		margin-bottom: 16px;
	}

	.footer-navigations__item .footer-navigations__drop-body_item:first-child {
		margin-top: 20px;
	}

	.footer__bottom-mobile {
		display: flex;
		margin-bottom: 30px;
	}

	.footer__bottom-list {
		margin-right: 30px;
	}

	.footer__bottom-list_item {
		margin-bottom: 7px;
	}

	.footer__bottom-list_link {
		font-weight: 400;
		font-size: 14px;
		line-height: 15px;
		color: #a8a9ad;
	}

	.cookie {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: flex-start;
		padding: 16px;
	}

	.cookie__title {
		font-weight: 500;
		font-size: 16px;
		line-height: 120%;
		margin-bottom: 8px;
	}

	.cookie__description {
		font-weight: 400;
		font-size: 14px;
		line-height: 130%;
		margin-bottom: 8px;
	}

	.cookie__description a {
		text-decoration: underline;
	}

	.cookie .cookie__right {
		margin-left: 0;
	}

	.cookie .cookie__right .cookie__button {
		margin-left: 0;
	}

	.button-up {
		margin: 8px;
	}

	.button-up:hover {
		transform: scale(1);
		background-color: var(--blue-color);
	}

	.select {
		width: auto;
	}

	.select__dropdown {
		top: 40px;
	}

	.form_wrapper.form_wrapper__contacts {
		width: 90%;
	}

	.form_wrapper__contacts .form-wrapper_links {
		gap: 16px;
		flex-wrap: wrap;
	}

	/*----------------------- banner ------------------------------ */
	/*--------------- баннер 
	используется на страницах:
	страница направления 
	страница подраздела
	страница производителя
	акции
	акции-детальная
	----------------- */
	.banner {
		padding-bottom: 32px;
	}

	.banner__content {
		position: relative;
		display: flex;
		justify-content: center;
		height: 320px;
		padding-bottom: 53.6%;
		overflow: hidden;

		background-image: url("/local/templates/helicon-shop/css/../images/banners/main-banner-mob.png");
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.banner__content-left {
		width: 100%;
		height: 100%;
		padding: 16px;
		background: none;
		box-shadow: none;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
		box-sizing: border-box;
	}

	.banner__info {
		margin-bottom: 16px;
	}

	.banner__content__slider__item__left {
		width: 35%;
		padding: 0px 16px 30px 16px;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	.banner__title {
		margin-bottom: 16px;

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

	.banner__description {
		margin-bottom: 16px;

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

	.banner__info p {
		margin-bottom: 16px;
		font-weight: 400;
		font-size: 16px;
		line-height: 112%;

		color: #041229;
	}

	.banner__list-item {
		font-weight: 400;
		font-size: 16px;
		line-height: 140%;
	}

	.banner.banner-alternative {
		margin-bottom: 60px !important;
	}

	.banner.banner-alternative .banner__title {
		margin-bottom: 40px;

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

	.banner.banner-alternative .banner__content {
		flex-direction: column;
		margin-bottom: 40px;
		padding-bottom: 0;
	}

	.banner.banner-alternative .banner__list-item:before {
		content: "";
		top: -3px;
	}

	.banner.banner-alternative .banner__content-left {
		padding: 40px 75px 30px 0;
		width: 100%;
	}

	.banner.banner-alternative .banner__content-right {
		display: flex;
		align-items: center;
		width: 100% !important;
	}

	.banner.banner-alternative .banner__img,
	.banner.banner-alternative .banner__img img {
		width: 100%;
	}

	/*----------------------- universal-block ------------------------------ */
	/*--------------- универсальный блок
	используется на страницах:
	о компании
	гарантии
	условия работы магазина
	----------------- */

	.universal-block__wrapper {
		margin-bottom: 60px;
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.universal-block__left {
		width: 100%;
	}

	.universal-block__text {
		width: 100%;
	}

	.universal-block__title {
		margin-bottom: 16px;
		font-weight: 500;
		font-size: 32px;
		line-height: 110%;
		letter-spacing: -0.03em;
		color: #000000;
	}

	.universal-block__description {
		font-weight: 400;
		font-size: 14px;
		line-height: 130%;
		color: #000000;
	}

	.universal-block__right {
		width: 100%;
	}

	.universal-block__img {
		width: 100%;
	}

	.universal-block__items {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.universal-block__item {
		padding-bottom: 16px;
		border-bottom: 1px solid rgba(51, 51, 51, 0.2);
	}

	.universal-block__item-title {
		margin-bottom: 8px;
		font-weight: 500;
		font-size: 20px;
		line-height: 110%;
	}

	.universal-block__item-description {
		font-weight: 400;
		font-size: 14px;
		line-height: 130%;
		color: #676767;
	}

	.universal-block__list-item {
		padding-top: 3px;
		width: 60%;
		padding-left: 60px;
		font-weight: 400;
		font-size: 16px;
		line-height: 140%;
	}

	.universal-block__list-number {
		position: absolute;
		top: 0;
		left: 0;
		font-weight: 500;
		font-size: 32px;
		line-height: 110%;

		letter-spacing: -0.03em;

		color: #009fc2;
	}

	.universal-block__documentation-download_link {
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
		color: #041229;
	}

	.universal-block__documentation-download_link p {
		margin-top: 8px;
		font-weight: 400;
		font-size: 14px;
		line-height: 15px;
		color: #676767;
	}

	/*----------------------- catalog ------------------------------ */
	/*--------------- каталог товаров ----------------- */

	.catalog-menu__back-button {
		display: flex;
		align-items: center;
		margin-bottom: 40px;
		width: fit-content;
		cursor: pointer;
	}

	.catalog-menu__back-button svg {
		margin-right: 16px;
	}

	.catalog-menu__back-button:hover p {
		color: var(--orange-color);
		transition: color 0.5s ease;
	}

	.catalog-menu__back-button p {
		font-weight: 400;
		font-size: 16px;
		line-height: 145%;
		transition: color 0.5s ease;
	}

	.catalog-menu__back-button svg {
		font-weight: 400;
		font-size: 16px;
		line-height: 145%;
	}

	.catalog-menu__back-button path {
		transition: stroke 0.5s ease;
		stroke: var(--orange-color);
	}

	.catalog-menu__back-button circle {
		transition: stroke 0.5s ease;
		stroke: var(--blue-color);
	}

	.catalog-menu__back-button:hover circle {
		stroke: var(--orange-color);
		transition: stroke 0.5s ease;
	}

	.catalog-menu__back-button:hover path {
		stroke: var(--orange-color);
		transition: stroke 0.5s ease;
	}

	/*----------------------- back-button ------------------------------ */
	/*--------------- кнопка назад ----------------- */
	.back-button {
		display: block;
		margin-bottom: 60px;
	}

	.catalog-menu__back-button {
		display: flex;
		margin-bottom: 0;
	}

	.catalog-menu__links {
		font-weight: 500;
		font-size: 32px;
		line-height: 110%;
	}

	.catalog-menu__list {
		max-height: 10000px;
		transition: all 0.5s ease;
	}

	.catalog-menu__list.catalog-menu__list-hide {
		max-height: 222px;
		overflow: hidden;
		margin-bottom: 16px;
		transition: all 0.5s ease;
	}

	.catalog-menu__list.catalog-menu__list-hide {
		max-height: 222px;
		overflow: hidden;
		margin-bottom: 16px;
		transition: all 0.5s ease;
	}

	.catalog-content-filter__count-show,
	.catalog-content-filter__count.show {
		opacity: 1;
		visibility: visible;
	}

	/*----------------------- service-callback ------------------------------ */
	/*--------------- блок обратная связть, сервис
	используется на страницах:
	сервис
	гарантия
	----------------- */
	.service {
		margin-bottom: 20px;
	}

	.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-support__item {
		width: 100%;
		display: flex;
		gap: 32px;
	}

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

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

	.service-callback__button {
		display: flex;
		flex-direction: column;
	}

	/*----------------------- about-menu ------------------------------ */
	/*--------------- главное меню на страницах about ----------------- */

	.about-menu__content {
		width: 100%;
		display: flex;
		overflow-x: auto;
		overflow-y: hidden;
		margin-bottom: 0;
		gap: 24px;
	}

	.about-menu__item .about-menu__link {
		white-space: nowrap;
	}

	/*----------------------- info-block ------------------------------ */
	/*--------------- стандарнтый инфоблок ----------------- */

	.info-block {
		flex-direction: column;
		margin-bottom: 32px;
	}

	.info-block.info-block-alternative {
		margin-bottom: 60px;
	}

	.info-block__left {
		width: 100%;
		margin-bottom: 16px;
	}

	.info-block__left_text {
		padding: 0;
	}

	.info-block__left_text p {
		font-weight: 500;
		font-size: 20px;
		line-height: 110%;
	}

	.info-block__right {
		width: 100%;
	}

	.info-block__right_text {
		padding: 0;
	}

	.info-block__right_text p {
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
	}

	.info-block__right_dropdown-title {
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
		color: #041229;
		width: fit-content;
		border-bottom: 1px dashed #000000;
		transition: all 0.5s ease;
		cursor: pointer;
	}

	.info-block__right_dropdown-container p {
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
		padding: 16px 0;
	}

	.info-block__right_dropdown-text {
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
		padding: 16px 0;
	}

	/*----------------------- about-filter ------------------------------ */
	/*--------------- фильтр на страницах about ----------------- */

	.about-filter {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin-bottom: 24px;
	}

	.about-filte__form {
		display: flex;
		flex-direction: column;
		margin-bottom: 24px;
	}

	.about-filter .header__search {
		margin-left: 0;
		margin-right: auto;
	}

	.about-filter .menu-items-toggle {
		display: none;
	}

	/*----------------------- service ------------------------------ */
	/*--------------- сервис
	используется на страницах:
	страница поиска
	страница сервис
	----------------- */
	.service-content__section {
		margin-bottom: 40px;
	}

	.service-content__section .section__item-list_item-info-block {
		padding-top: 24px;
	}

	/*----------------------- news-block ------------------------------ */
	/*--------------- новостной блок 
	используется на страницах:
	страница поиска
	новости
	----------------- */
	.news {
		margin-bottom: 60px;
	}

	.news-block {
		padding: 0 16px;
		margin-bottom: 16px;
	}

	.news-block__items {
		flex-direction: column;
	}

	.news-block__item {
		width: 100%;
		margin-bottom: 32px;
	}

	.swiper-slide.news-block__item {
		margin-bottom: 32px;
	}

	.swiper-slide.news-block__item:nth-child(n+4) {
		/* в мобильной версии выводим 3 самые последние новости */
		display: none;
	}

	.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_img-label {
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		background-color: #fff;
		color: var(--orange-color);
		padding: 6px 10px;
	}

	.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%;
	}

	/*----------------------- events ------------------------------ */
	/*--------------- мероприятия
	используется на страницах:
	страница поиска
	мероприятия
	----------------- */
	.events-container {
		margin-bottom: 60px;
	}

	.events-content__item {
		display: flex;
		flex-direction: column;
	}

	.events-content__item:first-child {
		border-top: none;
		padding-top: 0;
	}

	.events-content__item-left {
		display: flex;
		flex-direction: column;
		padding: 0;
	}

	.events-content__item-title {
		margin-bottom: 8px;
		font-weight: 500;
		font-size: 16px;
		line-height: 110%;
		transition: all 0.5s ease;
	}

	.events-content__item-description {
		margin-bottom: 8px;
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;

		transition: all 0.5s ease;
	}

	.events-content__item-img {
		margin-right: 0;
		margin-bottom: 16px;
	}

	.events-content__item-img img {
		width: 100%;
	}

	.events-content__item-location {
		justify-content: flex-start;
	}

	.events-content__item-date {
		font-weight: 500;
		font-size: 20px;
		line-height: 110%;
		margin-bottom: 8px;
		text-align: left;
	}

	.events-content__item-time {
		margin-bottom: 8px;
		font-weight: 500;
		font-size: 16px;
		line-height: 132%;
		text-align: left;
	}

	.events-content__item-type {
		margin-bottom: 8px;
		font-weight: 400;
		font-size: 12px;
		line-height: 140%;
		text-align: left;
	}

	.events-content__item-place {
		font-weight: 400;
		font-size: 12px;
		line-height: 140%;
		text-align: left;
	}

	/*----------------------- special-block ------------------------------ */
	/*--------------- специальные предложения 
	используется на страницах:
	акции
	акции(детальная страница)
	----------------- */

	.special-block {
		margin-top: 60px;
		margin-bottom: 16px;
	}

	.special-block.carousel {
		margin-top: 60px;
		margin-bottom: 40px;
	}

	.product-tabs .special-block {
		margin-top: 24px;
		margin-bottom: 60px;
	}

	.special-block__items {
		flex-direction: column;
		margin-bottom: 40px;
	}

	.special-block__item {
		width: 100%;
		margin-bottom: 40px;
	}

	.special-block__item:last-child {
		margin-bottom: 0;
	}

	.special-block__switcher {
		display: none;
	}

	.special-block__item_img {
		margin-bottom: 16px;
	}

	.special-block__item_img img {
		width: 100%;
	}

	.special-block__item_img-label {
		position: absolute;
		top: 8px;
		right: 8px;
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		background-color: #fff;
		color: var(--orange-color);
		padding: 6px 10px;
	}

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

	.special-block__item_title {
		margin-bottom: 8px;
		width: 85%;
		font-weight: 500;
		font-size: 16px;
		line-height: 110%;
	}

	.special-block__item_subtitle {
		width: 85%;
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
	}

	/*----------------------- linking-lines ------------------------------ */
	/*--------------- ссылки под баннером ----------------- */

	.linking-lines__line {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		width: auto;

		margin: 32px auto 15px;
		overflow-x: auto;
	}

	.linking-lines__line__item {
		margin: 0 8px 16px 0;
	}

	.linking-lines__line::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 0;
		height: 0;
	}

	/*----------------------- product-tabs ------------------------------ */
	/*--------------- табы с контентом ----------------- */

	.product-tabs {
		margin-bottom: 0;
	}

	.product-tabs__content__switcher h3 {
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
	}

	.product-tabs__content__left {
		width: 100%;
		max-width: fit-content;
		display: flex;
		overflow-x: auto;
		overflow-y: hidden;
		margin-bottom: 24px;
		gap: 24px;
	}

	.product-tabs__content__switch-item {
		overflow: visible;
		display: none;
		max-height: 100%;
	}

	.product-tabs__content__switch-item.active,
	.product-tabs__content__switch-item_active {
		display: block;
	}

	.product-tabs__content__left::-webkit-scrollbar {
		width: 0;
		height: 0;
	}

	.product-tabs__content__left::-webkit-scrollbar-track {
		background: transparent;
	}

	.product-tabs__content__left::-webkit-scrollbar-thumb {
		background-color: transparent;
	}

	.product-tabs__content__switcher h3 {
		white-space: nowrap;
	}

	/*----------------------- subscribe ------------------------------ */
	/*--------------- блок подписки на рассылку
	используется на страницах:
	популярное
	новинки
	акции
	----------------- */

	.subscribe {
		padding: 33px 0 100px;
		min-height: 320px;
		overflow: hidden;
		background-image: url("/local/templates/helicon-shop/css/../images/banners/subscribe-mob.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.subscribe__wrapper {
		width: 100%;
		padding: 0;
		min-height: unset;
	}

	.subscribe__title {
		font-weight: 500;
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.03em;
		margin-bottom: 16px;
	}

	.subscribe__subtitle {
		margin-bottom: 24px;
		padding-right: 25%;

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

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

	/*----------------------- pagination ------------------------------ */
	/*--------------- блок пагинации ----------------- */
	.catalog .pagination {
		margin-top: 40px;
	}

	.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__button-toggle {
		padding: 5px 0 0 0;
	}

	.pagination__button-toggle svg {
		width: 60px;
		height: 80px;
	}

	/*----------------------- sort__menu ------------------------------ */
	/*--------------- блок сортировки 
	используется на страницах:
	страница направления
	страница категории
	----------------- */

	.menu-item {
		display: inline-flex;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}

	.sort__menu.menu .menu-items__show {
		opacity: 1;
		visibility: visible;
		max-height: 300px;
	}

	.menu-items-toggle {
		color: #f27435;
		border-bottom: 1px dashed #f27435;
		display: inline-flex;
		align-items: center;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: pointer;
	}

	.menu-items-toggle[data-direction="down"]::after {
		content: "";
		background-image: url("/local/templates/helicon-shop/css/../icons/menu-arrow-down.svg");
		background-repeat: no-repeat;
		width: 7.7px;
		height: 10.7px;
		margin-left: 3px;
		color: #f27435;
		transition: all 0.35s ease;
	}

	.menu-items-toggle[data-direction="up"]::after {
		content: "";
		background-image: url("/local/templates/helicon-shop/css/../icons/menu-arrow-down.svg");
		background-repeat: no-repeat;
		width: 7.7px;
		height: 10.7px;
		margin-left: 3px;
		color: #f27435;
		transform: rotate(180deg);
		transition: all 0.35s ease;
	}

	.menu-item__form {
		display: none;
	}

	.page-404__wrapper {
		margin: 50px 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 24px;
	}

	.page-404__wrapper img {
		margin-bottom: 16px;
	}

	.page-404__title {
		letter-spacing: -0.03px;
	}

	.page-404__description {
		display: block;
		font-weight: 400;
		font-size: 16px;
		line-height: 136%;
	}

	.page-404_links {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}

	.page-404_links .button-click-preview {
		min-height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-width: 250px;
		max-width: 345px;
		border-radius: 27px;
	}

	.page-404_links .button-preview {
		min-height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-width: 250px;
		max-width: 345px;
		border-radius: 27px;
	}
}

@media screen and (max-width: 767px) {
	.footer-navigations {
		max-width: 480px;
		margin: 0 auto;
	}

	.footer-menu-middle {
		max-width: 480px;
		margin: 0 auto;
	}

	.footer-menu-bottom__public-info-mobile {
		max-width: 480px;
		margin: 0 auto;
	}

	.footer__bottom-mobile {
		max-width: 480px;
		margin: 0 auto;
	}

	.footer-menu-bottom__copyright {
		max-width: 480px;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
		gap: 30px;
		font-size: 14px;
		margin-top: 40px;
	}

	.footer-menu-bottom__copyright>* {
		max-width: 50%;
	}

	.header__logo-nav img {
		height: 34px;
	}

	.universal-block__list-item {
		font-size: 14px;
	}

	.banner__list-item {
		font-size: 14px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.subscribe {
		background-position: bottom;
	}

	.special-block.carousel .special-block__items {
		flex-wrap: wrap;
		flex-direction: row;
		gap: 12px;
	}

	.special-block__item {
		position: relative;
		margin-bottom: 40px;
		max-width: 355px;
		width: 49%;
	}

	.footer-container {
		padding: 0 16px;
		max-width: 768px;
		margin: 0 auto;

		display: grid;
		grid-template-columns: 45% 45%;
		grid-template-rows: 1fr;
		gap: 0 10%;
		grid-template-areas:
			"footer-navigations footer-menu-middle"
			"footer-menu-bottom__public-info-mobile footer-menu-bottom__public-info-mobile"
			"footer__bottom-mobile footer__bottom-mobile"
			"footer-menu-bottom__copyright footer-menu-bottom__copyright";
	}

	.footer-container .center1200 {
		padding-left: 0;
		padding-right: 0;
	}

	.footer-navigations {
		grid-area: footer-navigations;
	}

	.footer-menu-middle {
		grid-area: footer-menu-middle;
		justify-content: flex-start;
	}

	.footer-menu-bottom__public-info-mobile {
		grid-area: footer-menu-bottom__public-info-mobile;
	}

	.footer__bottom-mobile {
		grid-area: footer__bottom-mobile;
	}

	.footer-menu-bottom__copyright {
		grid-area: footer-menu-bottom__copyright;
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.button-preview {
		width: calc(100% - 1px);
	}

	.button-click-preview {
		width: calc(100% + 2px);
		margin: 0px 0px 0px -1px;
	}

	.header__middle {
		padding: 0;
	}

	.header__logo-scroll[show] {
		margin-right: 15px;
	}

	.left-menu {
		margin-right: 5px;
	}

	.left-menu__root-item {
		margin-right: 1px;
	}

	.left-menu__root-item span {
		padding: 0 8px;
	}

	.header__bottom[stuck] .left-menu__root-item {
		margin-right: 1px;
	}

	.left-menu__sub {
		font-size: 12px;
	}

	.search-input-line {
		width: calc(100% - 32px);
		padding: 0 16px;
	}

	.footer_contacts_icons_text {
		display: inline-block;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}

	.catalog-content__head {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 40px;
		gap: 16px 0;
	}
}

@media screen and (max-width:576px) {
	.button-up {
		width: 48px;
		height: 48px;
	}
}

.error-text {
	color: #ee2e3b;
	margin-top: 10px;
}


/*Маркированный список*/
.mark-list ul li,
ul.mark-list li,
.contacts-notification ul li,
.news-detail ul li {
	position: relative;
	padding-left: 22px;
}

.mark-list ol li,
.news-detail ol li {
	position: relative;
	padding-left: 27px;
}

.mark-list ul li:not(:last-child),
ul.mark-list li:not(:last-child),
.contacts-notification ul li:not(:last-child),
.news-detail ul li:not(:last-child),
.mark-list ol li:not(:last-child),
.contacts-notification ol li:not(:last-child) {
	margin-bottom: 16px;
}

.mark-list ul>li::before,
ul.mark-list>li::before,
.contacts-notification ul>li::before,
.news-detail ul>li::before {
	content: '';
	background: #009FC2;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 6px;
}

.mark-list ol {
	counter-reset: li;
}

.mark-list ol>li::before {
	counter-increment: li;
	content: counters(li, ".") ". ";
	color: #009FC2;
	display: inline-block;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	position: absolute;
	left: 0;
}

.mark-list ul li ol {
	counter-reset: ulCounter;
}

.mark-list ul li ol>li::before {
	counter-increment: ulCounter;
	content: counter(ulCounter) ". ";
}

.mark-list ol li.list-title::before {
	top: 4px;
}

.mark-list ol li ol,
.mark-list ol li ul,
.mark-list ul li ol,
.mark-list ul li ul {
	margin-top: 16px;
	margin-bottom: 16px;
}

.mark-list ol li ol>li:not(:last-child),
.mark-list ol li ul>li:not(:last-child),
.mark-list ul li ul>li:not(:last-child),
ul.mark-list li ul>li:not(:last-child) {
	margin-bottom: 6px;
}

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

.mark-list ul li ul>li::before,
ul.mark-list li ul>li::before,
.contacts-notification ul li ul>li::before,
.news-detail ul li ul>li::before,
.mark-list ol li ul>li::before {
	height: 1px;
	width: 8px;
	border-radius: 0;
	margin-top: 3px;
}

.mark-list ol li ol>li {
	padding-left: 40px;
}

.mark-list ol li ol li ol>li {
	padding-left: 50px;
}

.mark-list ol li ol li ol li ol>li {
	padding-left: 65px;
}

.mark-list h3,
.mark-list .h3 {
	font-weight: 400;
	font-size: 23px;
	line-height: 1.2em;
	margin-bottom: 16px;
}

.mark-list h1,
.mark-list .h1 {
	margin-bottom: 25px;
}

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

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

	.mark-list h3,
	.mark-list .h3 {
		font-size: 20px;
		line-height: 120%;
	}
}

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

	.mark-list h3,
	.mark-list .h3 {
		font-size: 18px;
	}
}



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

	.mark-list ol li ol,
	.mark-list ul li ol,
	.mark-list ol li ul {
		margin-left: -25px;
	}

	.mark-list ol li.list-title::before {
		top: 2px;
	}
}

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

	.mark-list ol li ol li ol,
	.mark-list ol li ul li ol {
		margin-left: -30px;
	}
}

@media screen and (max-width:576px) {
	.catalog-container {
		padding-bottom: 70px;
	}
}

.input-error {
	height: 0;
	opacity: 0;
	color: #ee2e3b;
	overflow: hidden;
	transition: height 0.25s ease, opacity 0.25s ease, margin-top 0.25s ease;
	font-size: 12px;
	margin-top: 8px;
}

.text-field_floating {
	flex-wrap: wrap;
}

.form-error .input-error {
	opacity: 1;
	height: auto;
	margin-top: 3px
}

div[id^="wait_"] {
	display: none !important;
	background: none !important;
	border: 0 !important;
	color: #000000;
	font-family: Verdana, Arial,
		sans-serif;
	font-size: 11px;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal;
	letter-spacing: normal !important;
	line-height: normal;
	padding: 0 !important;
	position: absolute;
	text-align: center !important;
	text-indent: 0 !important;
	width: 0px !important;
	height: 0px !important;
	word-spacing: normal !important;
	z-index: 0;
	content: "";
}

.section__item .section__item-info {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	margin-left: 1px;
}

@media screen and (max-width: 1023px) {
	.catalog__sections-item {
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 10px;
	}

	.catalog__sections-item:first-child {
		padding-left: 0;
	}
}

@media screen and (max-width: 425px) {
	.catalog__sections-item {
		font-size: 14px;
	}

	.form-wrapper .btn-block {
		flex-direction: column;
		align-items: center;
		margin-top: 30px;
	}
}

@media screen and (max-width: 360px){
	.text-field_floating.js-field-wide .text-field__input:focus,
	.text-field_floating.js-field-wide .text-field__input:not(:placeholder-shown) {
		padding-top: 4.625rem;
		padding-bottom: 0.625rem;
	}
}

.counter__input {
	flex: 0 0 40px;
	display: flex;
	align-items: center;
}

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

.auth-msg {
	font-size: 30px;
}

.subscribe+.questions {
	margin-top: -120px;
}

.product-tabs__documentation-download {
	border-bottom: none !important;
}

.header.fixed {
	position: fixed;
	width: 100%;
	top: 65px;
	background: #fff;
}

.header.fixed::before {
	height: 100vh;
	width: 100vw;
	background-color: #fff;
	position: fixed;
	top: 0;
	filter: none;
}

table {
	margin-bottom: 20px;
}

table td,
table th {
	padding: 16px;
	text-align: left;
	line-height: 145%;
}

table td:not(:last-child),
table th:not(:last-child) {
	padding-right: 60px;
}

table td:not(:first-child),
table th:not(:first-child) {
	padding-left: 60px;
}

table td div {
	text-align: left;
}

table tr:first-child {
	background: #F4FBFD;
	font-weight: 600;
}

table tr:not(:first-child) {
	border-bottom: 1px solid var(--light-grey-color);
}

.table-responsive {
	overflow-x: auto;
}

table tr:not(:first-child) td {
	vertical-align: baseline;
}

table td[rowspan] {
	text-align: center !important;
	vertical-align: middle !important;
	border-left: 1px solid var(--light-grey-color);
	border-right: 1px solid var(--light-grey-color);
}

table tr td:first-child {
	border-left: none;
}

table tr td:last-child {
	border-right: none;
}

.table-responsive {
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-color: #009FC2 rgba(236, 236, 236, .7);
	;
	margin-bottom: 20px;
}

.table-responsive table {
	margin-bottom: 0;
	border-bottom: 1px solid var(--light-grey-color);
}

.table-responsive table tr:last-child {
	border-bottom: 0;
}

.table-responsive::-webkit-scrollbar {
	height: 2px;
}

.table-responsive::-webkit-scrollbar-track {
	background: rgba(236, 236, 236, .7);
	;
	height: 1px;
}

.table-responsive::-webkit-scrollbar-thumb {
	background: #009FC2;
}

.table-responsive:hover::-webkit-scrollbar {
	height: 5px;
}

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

	table td,
	table th {
		min-width: 120px;
		font-size: 15px;
	}

	table tr:first-child br {
		display: none;
	}

	table td:not(:last-child),
	table th:not(:last-child) {
		padding-right: 30px;
	}

	table td:not(:first-child),
	table th:not(:first-child) {
		padding-left: 30px;
	}
}

@media screen and (max-width:576px) {
	.table-responsive table {
		border-bottom: none;
	}
}

.corp-form__request_item-box.with-msg {
	margin-top: 10px;
}

.corp-form__msg {
	font-size: 12px;
	margin-top: 8px;
}

.corp-form__msg+.checkbox-field {
	margin-top: 8px;
}

p+p.corp-form__msg {
	margin-top: 8px;
}

.left-info:hover .section__item-info {
	margin-left: 0 !important;
}

.catalog-content__section,
.swiper-wrapper,
.swiper-slide {
	box-sizing: border-box;
}

@media screen and (min-width:1024px) {
	.section__items.swiper-wrapper .section__item.swiper-slide {
		max-width: 33.4%;
		margin-right: -1px;
	}

	.section__item.swiper-slide-active+.swiper-slide-next+.swiper-slide {
		z-index: 2;
	}

	.section__item.swiper-slide-active+.swiper-slide-next+.swiper-slide::after {
		content: '';
		position: absolute;
		display: block;
		height: 70px;
		width: 20px;
		background-color: #ffffff;
		left: 100%;
		bottom: -60px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.section__items.swiper-wrapper .section__item.swiper-slide {
		max-width: 51%;
		margin-right: -1px;
	}

	.section__item.swiper-slide-active+.swiper-slide-next {
		z-index: 10;
	}
}

.cookie__button {
	max-width: unset;
}

*::selection {
	background-color: var(--orange-color);
	color: #fff;
}

.tab-list__content__text-box a:not(.tab-list__content__text-box__link),
.product-tabs__detail a:not(.section__item-list_item, .product-compare-slider__info-main_title, .product-tabs__documentation-item, .document__link),
.events__body a,
.dropdown__content-text a {
	border-bottom: 1px solid;
}

.tab-list__content__text-box a:hover,
.product-tabs__detail a:not(.section__item-list_item, .pagination__page):hover,
.events__body a:hover,
.dropdown__content-text a:hover {
	color: var(--orange-color);
}

.service__notifications-item_info-description a,
.product-tabs__delivery-list_more a,
.contacts-notification__description a {
	text-decoration: none;
}

a.contacts__download,
.contacts__delivery-contacts a,
.map-item a,
.contacts__delivery-map_items a {
	border: none !important;
}

.contacts__delivery-contacts .contacts__delivery-mail_description:hover {
	text-decoration: none;
}

.product-tabs__detail {
	line-height: 125%;
}

.no-border,
.documentation__download-link,
.documentation__download-img {
	border: none !important;
}

input:not([type="image" i]) {
	box-sizing: border-box;
}

.splLink span {
	transition: .3s;
}

.splLink:hover span {
	color: var(--orange-color) !important;
}

.splCont {
	display: block !important;
	padding: 5px 5px;
	border: 1px solid #c4cacc;
	border-radius: 5px;
	width: 85%;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	box-sizing: border-box;
}

.splCont.show {
	max-height: 3000px;
	opacity: 1;
	visibility: visible;
}

.splCont li {
	padding-top: 0 !important;
}

.splCont ul {
	margin-bottom: 30px;
}

@media (max-width:767px) {
	.splCont {
		width: 100% !important;
	}
}

@media (max-width:1023px) {
	.catalog-filter {
		padding: 0 !important;
		height: 100vh !important;
	}

	.catalog-filter__wrapper {
		padding: 40px 16px 100px 16px;
	}
}

@media (max-width:1023px) {
	.catalog-banners__content__slider__item {
		background-position: bottom;
	}
}

@media (max-width:1023px) and (min-width:768px) {
	.catalog-banners__content__slider__item {
		min-height: 630px;
	}
}

.section__items-slider__next.swiper-button-lock,
.section__items-slider__prev.swiper-button-lock {
	display: none !important;
}

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

.slick-table__detail .slider-head--end {
	margin-top: 20px;
}

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

.slick-table__item img {
	object-fit: cover;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

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

.slider-head,
.slider-head__nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.slider-head {
	margin-bottom: 10px;
}

.slider-head--end {
	justify-content: flex-end;
	margin-top: -40px;
	margin-bottom: 40px;
}

@media screen and (max-width:640px) {
	.slider-head {
		/* flex-wrap: wrap; */
		gap: 30px;
		align-items: baseline;
	}

	.slider-head .slider-head__nav {
		display: none;
	}

	.slider-head h2 {
		margin-bottom: 15px;
	}
}

.mobile-slider__nav {
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.65);
	box-shadow: 0px 4px 28px rgb(0 0 0 / 8%);
	height: 45px;
	width: 45px;
	line-height: 0;
	z-index: 9;
	position: absolute;
	top: 33%;
	z-index: 9;
	left: 5px;
}

.mobile-slider__nav.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.mobile-slider__nav.swiper-button-lock {
	display: none;
}

.mobile-slider__nav.mobile-slider__next {
	right: 5px;
	left: auto;
}

.mobile-slider__nav.mobile-slider__next svg {
	transform: scale(-1);
}

@media (min-width:641px) {
	.mobile-slider__nav {
		display: none;
	}
}

.corp-form__request_item {
	margin-bottom: 16px;
}

.corp-form__request_item .dropdown.dropdown--expand {
	width: unset;
}

.corp-form__request_item .dropdown__btn {
	min-height: calc(4rem + 4px);
	width: 100%;
}

.corp-form__request_dropdown-label {
	display: block;
	margin-bottom: 0.25rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: auto;
	padding: 1.333rem 2rem;
	pointer-events: none;
	color: #676767;
	opacity: 0.5;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: color 0.15s ease-in-out, transform 0.15s ease-in-out;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

.banner-c {
	margin-bottom: 90px;
}

.banner-content-c {
	position: relative;
	overflow: hidden;
}

.banner-content-c__text {
	position: relative;
	min-height: 300px;
	max-width: 47%;
	padding: 32px 74px 32px 40px;
	backdrop-filter: blur(30px);
	box-sizing: border-box;
}

.banner-content-c__image {
	position: absolute;
	width: 100%;
	height: 100%;
}

.banner-content-c__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1023px) {
	.banner-c {
		margin-bottom: 64px;
	}

	.banner-content-c {
		display: flex;
		flex-direction: column-reverse;
	}

	.banner-content-c__text {
		max-width: 100%;
		min-height: initial;
		backdrop-filter: none;
		padding: 16px 0px;
	}

	.banner-content-c__image {
		position: initial;
	}
}

@media screen and (max-width: 400px) {
	.banner__title {
		font-size: 20px;
	}
}

.SmartCaptcha-Shield {
    z-index: 999;
}

.org-fields-wrapper {
	margin: 8px 0 24px;
}
/* End */


/* Start:/local/templates/helicon-shop/components/general-itech/geolocation/header-selector/style.css?16987284052410*/
.geolocation_header-selector {
    position: relative;
}

.geolocation_header-selector__confirm {
    position: absolute;
    background: white;
    padding: 10px 20px;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 2px -2px 10px 0 rgba(0, 0, 0, 0.3);
    top: calc(100% + 1em);
    left: -50vw;
    right: -50vw;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.geolocation_header-selector__confirm:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-bottom-color: #ffffff;
    border-top: 0;
    margin-left: -.5em;
    margin-top: -.5em;
}

.geolocation_header-selector__confirm p {
    white-space: nowrap;
}

.geolocation_header-selector__confirm .buttons-panel {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 1em;
}

.geolocation_header-selector__confirm .buttons-panel .button-second {
    background-color: white;
    color: black;
}

.geolocation_header-selector__popup {
    display: none;
    width: 500px;
}

.geolocation_header-selector__popup .geolocation_title {
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
}

.geolocation_header-selector__popup .search-area {
    position: relative;
    margin-bottom: 1.5rem;
}

.geolocation_header-selector__popup .search-area input {
    width: 100%;
    padding: 10px 5px;
}

.geolocation_header-selector__popup .search-area .search-area__suggest {
    position: absolute;
    background: white;
    width: 100%;
    z-index: 1;
    padding: 5px 0;
    box-shadow: -1px 2px 4px 1px #00000036;
}

.geolocation_header-selector__popup .search-area__suggest li {
    padding: 2px 6px;
}

.geolocation_header-selector__popup .search-area__suggest li a {
    width: 100%;
    display: block;
}

.geolocation_header-selector__popup .search-area__suggest li:hover {
    background-color: var(--blue-color);
    color: var(--white-color);
}

.geolocation_header-selector__popup .location-list {
    column-count: 2;
}

.geolocation_header-selector__popup .location-list li {
    margin-bottom: 0.3em;
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .geolocation_header-selector__confirm {
        left: -42vw;
    }
    
    .geolocation_header-selector__confirm:after {
        left: 20%;
    }
}
/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/search.suggest.input/.default/style.css?17103182162788*/
.search-input-button {
    cursor: pointer;
}

.search-input-button svg {
    fill: none;
    stroke: var(--dark-blue-color);
    transition: stroke 0.5s ease;
}

.search-input-button:hover svg {
    stroke: var(--orange-color);
}

.search-input-line {
    position: absolute;
    top: -300%;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    background-color: rgba(240, 241, 245, 1);
    transition: opacity 0.5s ease, height 0.5s ease;
}

.search-input-line.search-input-line_show {
    opacity: 1;
    top: 100%;
}

.search-input-line__area {
    display: flex;
    align-items: center;
    position: relative;
    padding: 21px 0;
}

.search-input-line__area__input-wrapper {
    display: flex;
    align-items: center;
    width: 50%;
    min-width: 260px;
}

.search-input-line__area__input,
.search-input-line__area__input:active,
.search-input-line__area__input:hover,
.search-input-line__area__input:focus {
    outline: 0;
    outline-offset: 0;
    border: none;
}

.search-input-line__area__input {
    background-color: rgba(0, 0, 0, 0);
    width: 78%;
    height: 50%;
    padding: 12px 0;
    color: var(--dark-blue-color);
}

.search-input-line__area__submit {
    height: 27px;
    width: 26px;
    margin-right: 25px;
}

.search-input-line__area__submit {
    stroke: #041229;
    fill: none;
}

.search-input-line__close {
    position: absolute;
    right: 0;
}

.search-result {
    position: absolute;
    top: 140%;
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    /* Light/Light Gray */

    
    transition: padding 0.25s ease, height 0.25s ease;
}

.small-search-form_open .search-result {
    padding: 24px 40px 40px;
    border: 1px solid #ececec;
    box-shadow: 0px 4px 25px rgba(209, 209, 209, 0.25);
}

.small-search-form_open .search-result::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    background-color: #fff;
    width: 16px;
    height: 16px;
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
    transform: rotate(45deg);
}

.small-search-result__title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 40px;
}

.small-search-form__item {
    display: block;
    margin-bottom: 16px;
    transition: color 0.25s ease;
    margin-left: 16px;
}

.small-search-form__item:hover {
    color: var(--orange-color);
}

.small-search-form__button {
    margin-top: 24px;
    transition: color 0.25s ease;
}

.small-search-form__button svg {
    stroke: var(--dark-blue-color);
    margin-left: 8px;
    transition: stroke 0.25s ease;
}
.small-search-form__button a{
    border-bottom: 1px solid;
}
.small-search-form__button a:hover {
    color: var(--orange-color);
}

.small-search-form__button:hover svg {
    stroke: var(--orange-color);
}

/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/search.suggest.input/expand/style.css?17103182163603*/
.search-input-button {
    cursor: pointer;
}

.search-input-button svg {
    fill: none;
    stroke: var(--dark-blue-color);
    transition: stroke 0.5s ease;
}

.search-input-button:hover svg {
    stroke: var(--orange-color);
}

.search-input-line {
    position: absolute;
    top: -300%;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    background-color: rgba(240, 241, 245, 1);
    transition: opacity 0.5s ease, height 0.5s ease;
}

.search-input-line.search-input-line_show {
    opacity: 1;
    top: 100%;
}

.search-input-line__area {
    display: flex;
    align-items: center;
    position: relative;
    padding: 21px 0;
}

.search-input-line__area__input-wrapper {
    display: flex;
    align-items: center;
    width: 50%;
    min-width: 260px;
}

.search-input-line__area__input,
.search-input-line__area__input:active,
.search-input-line__area__input:hover,
.search-input-line__area__input:focus {
    outline: 0;
    outline-offset: 0;
    border: none;
}

.search-input-line__area__input {
    background-color: rgba(0, 0, 0, 0);
    width: 78%;
    height: 50%;
    padding: 12px 0;
    color: var(--dark-blue-color);
}

.search-input-line__area__submit {
    height: 27px;
    width: 26px;
    margin-right: 25px;
}

.search-input-line__area__submit {
    stroke: #041229;
    fill: none;
}

.search-input-line__close {
    position: absolute;
    right: 0;
}

.search-result {
    position: absolute;
    top: 140%;
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    /* Light/Light Gray */

    
    transition: padding 0.25s ease, height 0.25s ease;
}

.small-search-form_open .search-result {
    padding: 24px 40px 40px;
    border: 1px solid #ececec;
    box-shadow: 0px 4px 25px rgba(209, 209, 209, 0.25);
}

.small-search-form_open .search-result::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    background-color: #fff;
    width: 16px;
    height: 16px;
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
    transform: rotate(45deg);
}

.small-search-result__title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 40px;
}

.small-search-form__item {
    display: block;
    margin-bottom: 16px;
    transition: color 0.25s ease;
}

.small-search-form__item:hover {
    color: var(--orange-color);
}

.small-search-form__button {
    margin-top: 24px;
    transition: color 0.25s ease;
}

.small-search-form__button svg {
    stroke: var(--dark-blue-color);
    margin-left: 8px;
    transition: stroke 0.25s ease;
}
.small-search-form__button a{
    border-bottom: 1px solid;
}
.small-search-form__button a:hover {
    color: var(--orange-color);
}

.small-search-form__button:hover svg {
    stroke: var(--orange-color);
}

.search-input-line {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    background-color: rgba(255, 255, 255, 1);
    transition: opacity 0.5s ease;
    transform: translateY(-1000%);
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 8%) 0px 9px 16px;
}
.search-input-line > div{
    padding: 0 12px;
}
.search-input-line__area {
    transform: translateY(-1000%);
}
.search-input-line.search-input-line_show {
    opacity: 1;
    transform: translateY(0);
    overflow: unset;
    height: auto !important;
}
.search-input-line.search-input-line_show .search-input-line__area {
    transform: translateY(0);
}
.search-input-line__area input{
    border: none;
    background: none;
    padding-left: 0;
    font-size: 16px;
}

.search-input-line__area .search-result{
    top: 100%;
}
/* End */


/* Start:/local/templates/helicon-shop/components/general-itech/geolocation/header-selector-mobile/style.css?16987284052914*/
.geolocation_header-selector--mobile {
    position: relative;
}

.geolocation_header-selector--mobile__confirm {
    position: absolute;
    background: white;
    padding: 10px 20px;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 2px -2px 10px 0 rgba(0, 0, 0, 0.3);
    top: calc(100% + 1em);
    left: -50vw;
    right: -50vw;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.geolocation_header-selector--mobile__confirm:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-bottom-color: #ffffff;
    border-top: 0;
    margin-left: -.5em;
    margin-top: -.5em;
}

.geolocation_header-selector--mobile__confirm p {
    white-space: nowrap;
}

.geolocation_header-selector--mobile__confirm .buttons-panel {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 1em;
}

.geolocation_header-selector--mobile__confirm .buttons-panel .button-second {
    background-color: white;
    color: black;
}

.geolocation_header-selector--mobile__popup {
    display: none;
    width: 500px;
    max-width: 90vw;
}

.geolocation_header-selector--mobile__popup .geolocation_title {
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
}

.geolocation_header-selector--mobile__popup .search-area {
    position: relative;
    margin-bottom: 1.5rem;
}

.geolocation_header-selector--mobile__popup .search-area input {
    width: 100%;
    padding: 10px 5px;
}

.geolocation_header-selector--mobile__popup .search-area .search-area__suggest {
    position: absolute;
    background: white;
    width: 100%;
    z-index: 1;
    padding: 5px 0;
    box-shadow: -1px 2px 4px 1px #00000036;
}

.geolocation_header-selector--mobile__popup .search-area__suggest li {
    padding: 2px 6px;
}

.geolocation_header-selector--mobile__popup .search-area__suggest li a {
    width: 100%;
    display: block;
}

.geolocation_header-selector--mobile__popup .search-area__suggest li:hover {
    background-color: var(--blue-color);
    color: var(--white-color);
}

.geolocation_header-selector--mobile__popup .location-list {
    column-count: 2;
}

.geolocation_header-selector--mobile__popup .location-list li {
    margin-bottom: 0.3em;
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .geolocation_header-selector--mobile__confirm {
        left: -42vw;
    }

    .geolocation_header-selector--mobile__confirm:after {
        left: 20%;
    }
}

@media (max-width: 425px) {
    .geolocation_header-selector--mobile__popup {
        font-size: 1.2em;
    }

    .geolocation_header-selector--mobile__popup .location-list {
        column-count: 1;
        text-align: center;
    }

    .geolocation_header-selector--mobile__popup .location-list li {
        margin-bottom: 0.7em;
    }
}
/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/breadcrumb/chain/style.css?1714102622927*/
.breadcrumb__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 25px 0 40px;
}

.breadcrumb__item {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;

    color: var(--dark-blue-color);
    position: relative;
}

.breadcrumb__item:not(:last-child)::after{
    content: '/';
    position: relative;
    display: inline;
    margin: 0 8px 0 5px;
    font-size: 12px;
}

.breadcrumb__link--current {
    color: var(--mild-grey-color);
}

.breadcrumb__link span {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

.breadcrumb__item span {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

.breadcrumb__item a {
    border-bottom: 0;
    transition: color 0.5s ease;
}

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

@media screen and (max-width:425px) {
    .breadcrumb__wrap{
        margin-bottom: 24px;
    }
}
/* End */


/* Start:/local/components/general-itech/table.list/templates/subscribe-social-links/style.css?1698723969972*/
.footer_subscribe_social{
    display: flex;
    align-items: center;
    margin: 20px 0 10px;
}

.footer_subscribe_social_a:not(:last-child){
    margin-right: 16px;
}

.footer_subscribe_social_a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0);
    border: 1px solid var(--blue-color);
    border-radius: 50%;
    transition: all 0.5s ease;
}

.footer_subscribe_social_a svg{
    fill: var(--blue-color);
    transition: fill 0.5s ease;
}
.footer_subscribe_social_a svg path{
    transition: fill 0.5s ease;
}

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

.footer_subscribe_social_a:hover svg, .footer_subscribe_social_a:hover svg path{
    fill: var(--orange-color);
}

@media screen and (max-width: 1023px) {
	.footer_subscribe_social {
        display: none;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/telegram/style.css?17200770072354*/
.go-telegram-block {
    position: fixed;
    z-index: 180;
    width: 250px;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.go-telegram-close {
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 100%;
    padding: 4px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.go-telegram-close img {
    opacity: .4;
}

.go-telegram-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 24px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.go-telegram-title {
    font-size: 14px;
    font-weight: 600;
}

.go-telegram-small-desc {
    font-size: 10px;
    color: #888;
    margin-top: 10px
}

.go-telegram-image {
    text-align: center;
    margin: 10px 0;
}

.go-telegram-image img {
    width: 150px;
}

.go-telegram-big-desc {
    font-size: 12px;
    text-align: center;
}

.go-telegram-big-desc a {
    color: rgb(61, 139, 216);
}

.go-telegram-block.closed {
    cursor: pointer;
}

.go-telegram-btn {
    position: fixed;
    right: 0;
    font-size: 10px;
    width: 123px;
    border-radius: 11px 0 0 11px;
    border: 1px solid #d9d9d9;
    padding: 6px;
    background-color: rgb(255 255 255 / 70%);
    z-index: 150;
    cursor: pointer;
    bottom: 45%;
}

.go-telegram-btn-name {
    font-weight: 600;
}

@media (max-width: 500px) {
    .go-telegram-block {
        bottom: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
    }
}

/*@media (max-width: 500px) {*/
/*    .go-telegram-block {*/
/*        right: 0;*/
/*        left: auto;*/
/*    }*/

/*    .go-telegram-block.opened {*/
/*        right: 10px;*/
/*    }*/
/*    .go-telegram-block.closed {*/
/*        right: 0;*/
/*        bottom: 100px;*/
/*        width: 122px;*/
/*        opacity: 0.7;*/
/*    }*/
/*    .go-telegram-block.closed .go-telegram-content {*/
/*        padding: 10px;*/
/*        border-radius: 11px 0 0 11px;*/
/*    }*/
/*    .go-telegram-block.closed .go-telegram-title {*/
/*        font-size: 10px;*/
/*    }*/
/*}*/
/* End */


/* Start:/local/templates/helicon-shop/styles.css?176647153712473*/
.big-text{
    font-size: 19px;
}
.main-link {
    display: none;
}



/** Оформление новостей/мероприятий_beginning**/

.ol_block_events {}
.ol_block_events hr { margin-top:40px;}
.ol_coppon_events  {border: 2px dashed var(--blue-color); width: fit-content; padding: 10px; max-width: 250px; text-align: center; border-radius: 15px; padding-top: 15px; padding-bottom: 15px; color: var(--blue-color); font-weight: bold; display: block; font-size: 24px;} /** Оформление кнопки купона **/

/** Блок выделения сотрудников Компании Хеликон **/
.ol_block_events .helicon_spec_ol {margin-top: 40px; display: flex; padding: 20px 35px; margin-bottom: 40px;}
.ol_block_events .helicon_spec_ol img {min-width: 55px;opacity: 0.7;filter: grayscale(1); margin: 0;}
.helicon_spec_ol_txt {line-height: 1.67em; opacity: 0.8; font-size:16px;}


/** Заголовок **/
.ol_block_events .opisaine_events {margin-bottom: 30px; font-size: 21px;font-weight: 400;line-height: 1.3em; color: #000000c4;}
.ol_block_events .opisaine_events b {font-weight: 500;font-size: 22px;color: #000;}

/** Выделение в тексте **/
.ol_block_events h5 {font-size: 16px;margin-bottom: 20px; margin-top: 30px; ine-height: 130%;}


/** Список в тексте **/
.ol_block_events .ul_events {margin-left: 35px;}
.ol_block_events .ul_events li {margin-bottom: 7px !important;}
.ol_block_events .ul_events li::before {content: '—'; color: #009FC2; left: -5px; top: 0; width: inherit; height: inherit; border-radius: inherit; background: inherit;}

/** Блок с полосой **/
.ol_box_polosa {font-size: 18px; padding-top: 10px; padding-bottom: 20px; line-height: 1.4em; opacity: 0.8; margin-top:20px; width:80%;}
 .ol_box_polosa span  {border-left: 3px solid #009FC2D1;  display: inline-block; padding-left: 21px;}

/** Блок с кнопкой **/
.ol_block_events_box {display: flex; margin-bottom: 40px; margin-top: 40px;}
.ol_block_events_box_left {font-size: 20px; margin-right: 100px; color: #000000c4;}
.buttons_events_ol_info {margin-top: 18px; margin-left: -7px;text-align: center;}
.button_ol_events {display: block;border-radius: 32px;border: 0px;background-color: #019fc4;color: #fff;cursor: pointer;transition: all 0.5s ease;padding: 0.5em 1em;width: fit-content; margin: auto;}
.button_ol_events:hover {opacity: 0.7; color: #fff  !important;}
.button_ol_events:visited {color:#fff !important; border-color: none;}
.links_events_ol_info {font-weight: 500;}
.events_link_ol {color: #019fc4 !important;  border-bottom: 1px solid #019fc4 !important;}
.events_link_ol:hover {opacity: 0.7; border: none !important;}




/** Оптимизация под мобильные **/
@media screen and (max-width: 769px) {
.ol_block_events_box {display: block;}
.ol_block_events_box_left {margin-right: 0px; font-size: 18px; margin-bottom: 20px;}

.ol_block_events .helicon_spec_ol {display: block; text-align: center;}
.ol_block_events .helicon_spec_ol img {width: 70px;}

.links_events_ol_info {text-align:center;}

 }

/** Оформление новостей/мероприятий_end**/


/** Список в тексте с голубым тире_beginning**/

.ul_events_ol {margin-left: 35px !important;}
.ul_events_ol li {margin-bottom: 7px !important;}
.ul_events_ol li::before {content: '—' !important; color: #009FC2 !important; left: -5px !important; top: 0 !important; width: inherit; height: inherit; border-radius: inherit; background: inherit !important;}

/** Список в тексте с голубым тире_end**/


/** Раздвигающийся блок на сером фоне_beginning**/

.stocks_ol {padding: 30px; margin-top: 30px; margin-bottom: 30px; max-width: 600px; background-color: #f6f6f6;}

.stocks_ol p {font-size: 19px; line-height: 1.3em; font-weight: 400; margin-bottom: 0px;}
.stocks_ol p span {color: var(--orange-color); font-size: 18px; font-weight: 700;}

.stocks_ol li::before {content: " — "; background: inherit; left: -2px; top: 0; opacity: 0.4;}
.stocks_ol li b {font-weight: 600;}
.stocks_ol li span {opacity: 0.7; font-size: 13px; display:block; margin-top: 4px;}
.stocks_ol_zagolovok {font-size: 16px;margin-bottom: 15px;font-weight: 600;}
.stocks_ol_prim {margin-top: 15px;opacity: 0.7;}

.stocks_ol_podr {text-align:center; margin-top: 5px;}
.stocks_ol_podr span {font-size:13px; border-bottom:1px dashed #333;}

.content_block1 {margin-top: 20px;}
.content_toggle1:hover {cursor:pointer; opacity: 0.7;}

/** Раздвигающийся блок на сером фоне_end**/


/** Таблица с фиксированным столбцом_beginning**/
@media screen and (max-width: 600px) {
.table_ol_left {min-width:180px !important;}
}
/** Таблица с фиксированным столбцом_end**/


/** Выгодная цена несколько товаров_beginning**/
 .ol_box_cena_v_ul {display:flex; ;background-color: #f4fbfd;width: fit-content;padding: 20px;border-radius: 5px;position: relative;font-weight: 500;padding-left: 15px;display: flex;align-items: center;justify-content: center; margin-bottom:20px; margin-top:15px;}
  .ol_box_cena_v_ul span {margin-left: 0px; margin-right: 17px;  font-size: 27px; height: 35px; width: 35px; border-radius: 50%; padding: 0px; line-height: 34px; display: inline-block;}
  .ol_box_cena_v_ul .ol_box_cena_left {text-align: center;}
  .ol_box_cena_v_ul .ol_box_cena_right {line-height: 1.6em;}
  .ol_box_cena_v_ul .ol_box_cena_right a {font-weight: 600;}
  .ol_box_cena_v_ul .ol_box_cena_right_ul {margin-top:8px; margin-left:10px;}
  .ol_box_cena_v_ul .ol_box_cena_right_ul p {margin-bottom: 0px; font-size: 15px;}
  .ol_box_cena_v_ul .ol_box_cena_right_ul p + p {margin-top: 7px;}
 
 
  @media screen and (max-width: 700px) {
  .ol_box_cena_v_ul {display:block; }
  .ol_box_cena_v_ul span {margin-right: 0px;}
  .ol_box_cena_v_ul .ol_box_cena_left {margin-bottom: 10px;}

  }
/** Выгодная цена несколько товаров_end**/


/** Выгодная цена один товар_beginning**/
  
  .ol_box_cena_v_one {display: ;background-color: #f4fbfd;width: fit-content;padding: 20px;border-radius: 5px;position: relative;font-weight: 500;padding-left: 15px;display: flex;align-items: center;justify-content: center; margin-bottom:20px;}
  .ol_box_cena_v_one span {margin-left: 0px; margin-right: 11px;  font-size: 17px; margin-top: -1px; height: 25px; width: 25px; border-radius: 50%; padding: 0px; line-height: 23px; display: inline-block;}
  .ol_box_cena_v_one_right {line-height: 1.6em;}
  .ol_box_cena_v_one_right a {font-weight: 600;}
 
  @media screen and (max-width: 700px) {
  .ol_box_cena_v_one span {font-size: 20px; height: 35px; width: 35px; line-height: 34px;}
  }

/** Выгодная цена один товар_end**/


/** Таблицы с маркерами_beginning**/

.ol_table td, .ol_table th  {min-width: inherit !important; padding-left: 20px; vertical-align: middle !important;}
.ol_table th { text-align:center;}
.ol_table th span {color: #7a7a7a; font-weight: normal; font-size:13px;}
table td:not(:first-child), table th:not(:first-child) {padding-left: 20px;}
table td[rowspan] {text-align: left !important;}
.ol_table .bg {background-color: #f5f5f5e5;}

.ol_circle_full{ width: 15px;   height: 15px;background-color: var(--blue-color);border-radius: 50%;margin:auto;}
.ol_circle_contur {   width: 13px;  height: 13px;border: 1px solid var(--blue-color); border-radius: 50%;margin:auto;}

.ol_table_podpis {display: inline-block;  min-width: 75px; color: #7a7a7a;}
.ol_podpis_dop {display: inline-block; marfin-left:7px;}

/** Таблицы с маркерами_end**/


/** Ширина_beginning**/
.width_ol_60 {width: 60%;}

  @media screen and (max-width: 700px) {
.width_ol_60 {width: 100%;}
}
/** Ширина_end**/


 /** Два спикера **/

.ol_block_events .two_speaker {background: #f7f7f7;border-left: 4px solid #019fc4;border-radius: 25px;padding: 30px;margin-top: 20px;margin-bottom: 20px;}

.ol_block_events .two_speaker p {margin-bottom: 20px;}
.ol_block_events .two_speaker p b {font-size: 16px;font-weight: 600;}
.ol_block_events .two_speaker li b {font-weight: 600;}
.ol_block_events .two_speaker li span {margin-top: 2px;display: inline-block;}

/** Два спикера **/


 /** Акция_звезда **/

.product-main__content_stocks-title {display: inline-block; padding-left: 3px;}

 /** Акция_звезда **/

 /** ГРСИ **/
.block_ol_grsi {border-left: 4px solid #f37736;padding-left: 20px;opacity: 0.8; width: 64%; font-weight: 500;margin-top: 20px;margin-bottom: 20px;padding-top: 15px;padding-bottom: 15px;background: #dedede24;}
.block_ol_grsi b {font-weight: 600;}
.block_ol_grsi p {margin-top: 0px; font-size: 16px; margin-bottom: 0px;}
.block_ol_grsi a {font-weight: 500; margin-bottom: 6px;}


@media screen and (max-width: 769px) {
.block_ol_grsi {width: 100%;}

}
 /** ГРСИ **/


/***Блок с полосой голубой слева в описании товара*/
.bg_poloska_ol {
  border-left: 5px solid #019fc4;
  padding-left: 15px;
  opacity: 0.8;
  width: 82%;
  font-weight: 400;
  background: #dedede47;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-right: 25px;
  font-size: 17px;
  margin-top: 25px;
}


@media screen and (max-width: 769px) {
.bg_poloska_ol {width: 100%;   padding-right: 5px;}



/***Блок с полосой голубой слева в описании товара*/

 /** Видео_ютуб_описание_спрятано **/

.youtube_ol {}
.youtube_ol .youtube_ol_block {display: flex; background-color: #019fc40d;width: fit-content;padding: 15px;border-radius: 15px; margin-bottom:20px;text-align: center;}
.youtube_ol .splLink {margin-left: 10px;text-decoration: none;border-bottom: none !important; line-height: 28px;}
.youtube_ol .splLink ins {text-decoration: none;border-bottom: 1px dashed #000;padding-bottom: 2px;}
.youtube_ol .splCont {border: 1px solid #c4cacc4a; padding:0px;}

@media (max-width: 600px) {

.youtube_ol .youtube_ol_block {display: block;}
.youtube_ol .youtube_ol_block svg {display: block; margin: auto;}
.youtube_ol .splLink {display: inline-block; text-align: center; margin-left: 0px; line-height: inherit;}
.youtube_ol .splLink svg {display: inherit;}

}

 /** Видео_ютуб_описание_спрятано **/



 /** 3 картинки в ряд с подписью **/

 .image-container_ol {display: flex; justify-content: space-between; margin: 20px 0;}
 .image-wrapper_ol { text-align: center;   width: 30%; }
 .image-wrapper_ol img {max-width: 100%; height: auto;}
 .image-caption_ol {margin-top: 8px;  font-size: 13px;   opacity: 0.7;   line-height: 1.3em; }
        
 @media (max-width: 600px) {
 .image-container_ol { flex-direction: column; }
 .image-wrapper_ol { width: 100%; margin-bottom: 20px;} }

 /** 3 картинки в ряд с подписью **/

 /** 6 колонок **/
.grid-container_6kolonok_ol {display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; padding: 20px;}
.grid-container_6kolonok_ol .grid-item {text-align: left;  color: #019fc4;  font-weight: 600; font-size: 17px; align-self: center; line-height: 1.2em;}
.grid-container_6kolonok_ol .grid-item img {max-width: 150px;}

@media (max-width: 768px) {
.grid-container_6kolonok_ol {grid-template-columns: repeat(1, 1fr);} 
.grid-container_6kolonok_ol .grid-item {text-align: center; }
} 
 /** 6 колонок **/


 /** бренды на шопе **/

.sections-body-spec_ol {text-align: left;margin-top: 30;}
.sections-body-spec_ol a {color: #f37736;font-weight: 500;text-decoration: none;padding-bottom: 1px;display: inline-block;margin-bottom: 5px;border-bottom: 1px solid #f3773663;}
.sections-body-spec_ol svg {stroke: var(--orange-color);}
.sections-body-spec_ol a:hover {border:none; opacity: 0.8;}

 /** бренды на шопе **/


/** Новости фильтр в ФФ**/

.news-block__item_img {position: relative !important;}
.swiper-slide {position: inherit !important;}


.mark-list h3, .mark-list .h3 {font-weight: 500;
    font-size: 20px;
    margin-bottom: 18px;
    margin-top: 10px;
}


/** Резка названий**/

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

.product-main__title h1  {overflow-wrap: break-word;}

..product-main__more-block {display:block;}
/* End */
/* /local/templates/helicon-shop/../.default/css/normalize.css?17115985367280 */
/* /local/templates/helicon-shop/../.default/css/swapper.css?16987239691372 */
/* /local/templates/helicon-shop/../.default/css/swiper-bundle.min.css?169872396915563 */
/* /local/templates/helicon-shop/../.default/css/fancybox.min.css?169872840415428 */
/* /local/templates/helicon-shop/../.default/css/magnific-popup.min.css?16987284045136 */
/* /local/templates/helicon-shop/../.default/css/select-dropdown.css?17338303332345 */
/* /local/templates/helicon-shop/../.default/css/icons.css?173383033349 */
/* /local/templates/helicon-shop/../.default/css/dropdown.css?17097885074367 */
/* /local/templates/helicon-shop/../.default/css/copyIcon.css?1739791906761 */
/* /local/templates/helicon-shop/css/inter.css?16987284054000 */
/* /local/templates/helicon-shop/css/main.css?1766458995123161 */
/* /local/templates/helicon-shop/components/general-itech/geolocation/header-selector/style.css?16987284052410 */
/* /local/templates/helicon-shop/components/bitrix/search.suggest.input/.default/style.css?17103182162788 */
/* /local/templates/helicon-shop/components/bitrix/search.suggest.input/expand/style.css?17103182163603 */
/* /local/templates/helicon-shop/components/general-itech/geolocation/header-selector-mobile/style.css?16987284052914 */
/* /local/templates/helicon-shop/components/bitrix/breadcrumb/chain/style.css?1714102622927 */
/* /local/components/general-itech/table.list/templates/subscribe-social-links/style.css?1698723969972 */
/* /local/templates/.default/components/bitrix/news.list/telegram/style.css?17200770072354 */
/* /local/templates/helicon-shop/styles.css?176647153712473 */
