

/* Start:/local/templates/artline/assets/plugins/jq-nice-select/css/nice-select.css?16921191134004*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* End */


/* Start:/local/templates/artline/assets/plugins/ion.rangeSlider-2.2.0/css/ion.rangeSlider.css?16792415403069*/
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.irs-line {
    position: relative; display: block;
    overflow: hidden;
    outline: none !important;
}
.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute; display: block;
    top: 0;
}
.irs-line-left {
    left: 0; width: 11%;
}
.irs-line-mid {
    left: 9%; width: 82%;
}
.irs-line-right {
    right: 0; width: 11%;
}

.irs-bar {
    position: absolute; display: block;
    left: 0; width: 0;
}
.irs-bar-edge {
    position: absolute; display: block;
    top: 0; left: 0;
}

.irs-shadow {
    position: absolute; display: none;
    left: 0; width: 0;
}

.irs-slider {
    position: absolute; display: block;
    cursor: default;
    z-index: 1;
}
.irs-slider.single {

}
.irs-slider.from {

}
.irs-slider.to {

}
.irs-slider.type_last {
    z-index: 2;
}

.irs-min {
    position: absolute; display: block;
    left: 0;
    cursor: default;
}
.irs-max {
    position: absolute; display: block;
    right: 0;
    cursor: default;
}

.irs-from, .irs-to, .irs-single {
    position: absolute; display: block;
    top: 0; left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
.irs-grid-pol {
    position: absolute;
    top: 0; left: 0;
    width: 1px; height: 8px;
    background: #000;
}
.irs-grid-pol.small {
    height: 4px;
}
.irs-grid-text {
    position: absolute;
    bottom: 0; left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px; line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* End */


/* Start:/local/templates/artline/assets/plugins/ion.rangeSlider-2.2.0/css/ion.rangeSlider.skinSite.css?16921187233424*/
/* =====================================================================================================================
// Skin details */

.irs {
    height: 16px;
    cursor: pointer;
    top: -8px;
}

.irs-line::before {
    content: '';
    height: 3px;
    width: 100%;
    background: #D9D9D9;
    border-radius: 10px;
    top: 50%;
    position: absolute;
}

.irs-with-grid {
    height: 75px;
}
.irs-line {
    height: 42px;
    top: -6px;
}
.irs-line-left {
    height: 11px;
}
.irs-line-mid {
    height: 11px;
}
.irs-line-right {
    height: 11px;
}

.irs-bar {
    height: 3px;
    top: 50%;
    background: #158BB0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.irs-bar-edge {
    width: 9px;
    height: 3px;
    top: 50%;
    background: #158BB0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 3px 0 0 3px;
}

.irs-shadow {
    height: 2px; top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 50%;
    width: 15px;
    height: 15px;
    background: #393E46;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.irs-slider.state_hover, .irs-slider:hover {
}

.irs-slider:hover::before {
}

.irs-min, .irs-max {
    color: #333;
    font-size: 12px; line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 14px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}
.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}
.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.irs-disabled {
}

.wc-grid {
    position: relative;
    width: 100%;
    height: auto;
}

.wc-grid-item {
    position: absolute;
    top: 2px;
    font-size: 12px;
    color: rgba(56, 55, 58, 0.75);
    white-space: nowrap;
}

.wc-grid .wc-grid-item:not(:first-child),
.wc-grid .wc-grid-item:not(:last-child) {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wc-grid .wc-grid-item:first-child {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.wc-grid .wc-grid-item:last-child {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media all and (max-width: 375px) {
    .wc-grid .wc-grid-item:not(:last-child),
    .wc-grid .wc-grid-item:not(:first-child) {
        display: none;
    }

    .wc-grid .wc-grid-item:last-child,
    .wc-grid .wc-grid-item:first-child {
        display: inline;
    }
}
/* End */


/* Start:/local/templates/artline/assets/plugins/swiper/swiper-bundle.min.css?167656864616480*/
/**
 * Swiper 8.4.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 6, 2022
 */

@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-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.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-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.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.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.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;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-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.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-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.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%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}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/artline/assets/plugins/fancybox-master/dist/jquery.fancybox.min.css?167647841412795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/artline/assets/css/normalize.css?16764784112326*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body{margin:0;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary{display:block;}
audio,
canvas,
progress,
video{display:inline-block;}
audio:not([controls]){display:none;height:0;}
progress{vertical-align:baseline;}
template,
[hidden]{display:none;}
a{background-color:transparent;-webkit-text-decoration-skip:objects;}
a:active,
a:hover{outline-width:0;}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}
b,
strong{font-weight:inherit;}
b,
strong{font-weight:bolder;}
dfn{font-style:italic;}
h1{font-size:2em;margin:0.67em 0;}
mark{background-color:#ff0;color:#000;}
small{font-size:80%;}
sub,
sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sub{bottom:-0.25em;}
sup{top:-0.5em;}
img{border-style:none;}
svg:not(:root){overflow:hidden;}
code,
kbd,
pre,
samp{font-family:monospace, monospace;font-size:1em;}
figure{margin:1em 40px;}
hr{box-sizing:content-box;height:0;overflow:visible;}
button,
input,
select,
textarea{font:inherit;margin:0;}
optgroup{font-weight:bold;}
button,
input{overflow:visible;}
button,
select{text-transform:none;}
button,
html [type="button"],
[type="reset"],
[type="submit"]{-webkit-appearance:button;}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}
textarea{overflow:auto;}
[type="checkbox"],
[type="radio"]{box-sizing:border-box;padding:0;}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{height:auto;}
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
::-webkit-input-placeholder{color:inherit;opacity:0.54;}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}
/* End */


/* Start:/local/templates/artline/assets/css/utils.css?16764784112878*/
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

[role="button"] {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

small {
  font-size: 80%;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* .clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
} */

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,{
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}


.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

@media (max-width: 992px) {
  .center-mobile {
    text-align: center;
  }
}

.vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.def-tr {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

[role="block"] {
  display: block;
}

@media screen and (min-width: 991px )  {
  .text-center-md{
    text-align: center;
  }

  .text-right-md {
    text-align: right;
  }
}


@media screen and (min-width: 767px ) and (max-width: 991px)  {
  .text-center-sm{
    text-align: center;
  }
  .text-right-sm{
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .text-center-xs{
    text-align: center;
  }

  .text-right-xs {
    text-align: right;
  }

  .text-left-xs {
    text-align: left;
  }
  
}

.relative {
  position: relative;
}

.overflow__hidden {
  overflow: hidden;
}
/* End */


/* Start:/local/templates/artline/assets/css/grid.css?167922364316366*/
:root {
  --gutter-width: 16px;
  --outer-margin: 32px;
  --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
  --half-gutter-width: calc((var(--gutter-width) * 0.5));
  --xs-min: 0rem;
  --sm-min: 576px;
  --md-min: 768px;
  --lg-min: 992px;
  --xl-min: 1300px;
}

.container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--gutter-width, 16px);
  padding-left: var(--gutter-width, 16px);
}

.container-fluid {
  padding-right: var(--gutter-width, 16px);
  padding-left: var(--gutter-width, 16px);
}

@media (min-width: 576px) {
  .container {
    /*width: calc(var(--sm-min) - var(--gutter-width));*/
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    /*width: calc(var(--md-min) - var(--gutter-width));*/
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    /*width: calc(var(--lg-min) - var(--gutter-width));*/
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: calc(var(--xl-min) - var(--gutter-width));
    max-width: 100%;
  }
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: var(--gutter-compensation, -08px);
  margin-left: var(--gutter-compensation, -08px);
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-offset-0,
.col-xl-offset-1,
.col-xl-offset-2,
.col-xl-offset-3,
.col-xl-offset-4,
.col-xl-offset-5,
.col-xl-offset-6,
.col-xl-offset-7,
.col-xl-offset-8,
.col-xl-offset-9,
.col-xl-offset-10,
.col-xl-offset-11,
.col-xl-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  padding-right: var(--half-gutter-width, 8px);
  padding-left: var(--half-gutter-width, 8px);
  max-width: 100%;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

.initial-order-xs {
  order: initial;
}

@media (min-width: 576px) {
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

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

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

  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

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

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

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }

  .initial-order-sm {
    order: initial;
  }
}

@media (min-width: 768px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 08px);
    padding-left: var(--half-gutter-width, 08px);
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }

  .initial-order-md {
    order: initial;
  }
}

@media (min-width: 992px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 08px);
    padding-left: var(--half-gutter-width, 08px);
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }

  .initial-order-lg {
    order: initial;
  }
}

@media (min-width: 1200px) {
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-offset-0,
  .col-xl-offset-1,
  .col-xl-offset-2,
  .col-xl-offset-3,
  .col-xl-offset-4,
  .col-xl-offset-5,
  .col-xl-offset-6,
  .col-xl-offset-7,
  .col-xl-offset-8,
  .col-xl-offset-9,
  .col-xl-offset-10,
  .col-xl-offset-11,
  .col-xl-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 08px);
    padding-left: var(--half-gutter-width, 08px);
  }

  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-xl-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-xl {
    justify-content: flex-start;
    text-align: start;
  }

  .center-xl {
    justify-content: center;
    text-align: center;
  }

  .end-xl {
    justify-content: flex-end;
    text-align: end;
  }

  .top-xl {
    align-items: flex-start;
  }

  .middle-xl {
    align-items: center;
  }

  .bottom-xl {
    align-items: flex-end;
  }

  .around-xl {
    justify-content: space-around;
  }

  .between-xl {
    justify-content: space-between;
  }

  .first-xl {
    order: -1;
  }

  .last-xl {
    order: 1;
  }

  .initial-order-xl {
    order: initial;
  }
}

@media (max-width: 575px) {
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}
/* End */


/* Start:/local/templates/artline/assets/css/buttons.css?16845968316776*/
.btn {
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid transparent;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    position: relative;
    margin: 0;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: transparent;
    outline: none;
    text-decoration: none !important;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.4px;
    padding: 13px 24px;
    min-width: 200px;
    flex-shrink: 0;
}

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

.btn_icon {
    margin-right: 10px;
}

.btn-round {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFA216;
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #393E46;
    position: relative;
    z-index: 10;
    border: 3px solid #FFA216;
    transition: all .3s ease-in-out;
}

.btn-round span {
    position: relative;
}

.form-group__btns .btn {
    height: 50px;
}

.btn-round span::before {
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.7886 24.773L11.1535 24.9115C10.9026 24.9098 10.6646 24.8095 10.4907 24.6323C10.3168 24.4552 10.221 24.2152 10.2239 23.9642C10.2267 23.7132 10.3281 23.4713 10.5061 23.2904C10.684 23.1095 10.9244 23.0043 11.1754 22.9973L21.4991 22.8832L7.04872 8.43277C6.87117 8.25522 6.77299 8.01284 6.77577 7.75896C6.77856 7.50509 6.88208 7.2605 7.06357 7.07901C7.24505 6.89753 7.48964 6.794 7.74351 6.79122C7.99739 6.78844 8.23977 6.88662 8.41732 7.06417L22.8677 21.5146L22.9809 11.1918C22.98 11.0647 23.0045 10.9382 23.0528 10.8196C23.1012 10.701 23.1725 10.5927 23.2625 10.501C23.3525 10.4094 23.4596 10.3362 23.5773 10.2857C23.695 10.2352 23.8211 10.2084 23.9482 10.207C24.0753 10.2055 24.2009 10.2294 24.3176 10.2772C24.4343 10.325 24.5398 10.3958 24.628 10.4854C24.7161 10.5751 24.7851 10.6818 24.831 10.7993C24.8769 10.9168 24.8987 11.0428 24.8951 11.1699L24.7566 23.8049C24.7553 23.9307 24.7292 24.0555 24.6798 24.1722C24.6304 24.2889 24.5587 24.3953 24.4688 24.4852C24.3789 24.5751 24.2726 24.6468 24.1558 24.6961C24.0391 24.7455 23.9143 24.7716 23.7886 24.773Z' fill='%23393E46'/%3E%3C/svg%3E%0A");
}

.btn-yellow {
    color: #FFA216;
    border: 1px solid #FFA216;
}

.btn-white {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.btn-black {
    color: #FFFFFF;
    background-color: #393E46;
    border-color: transparent;
}

.btn-xs {
    min-width: 150px !important;
}

.btn-md {
    min-width: 200px !important;
}

.btn-wide {
    width: 100%;
}


/**
    btns click
 */

.btn-round:active {
    background-color: transparent;
    color: #FFF;
}

.btn-round:active span::before {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.7886 24.773L11.1535 24.9115C10.9026 24.9098 10.6646 24.8095 10.4907 24.6323C10.3168 24.4552 10.221 24.2152 10.2239 23.9642C10.2267 23.7132 10.3281 23.4713 10.5061 23.2904C10.684 23.1095 10.9244 23.0043 11.1754 22.9973L21.4991 22.8832L7.04872 8.43277C6.87117 8.25522 6.77299 8.01284 6.77577 7.75896C6.77856 7.50509 6.88208 7.2605 7.06357 7.07901C7.24505 6.89753 7.48964 6.794 7.74351 6.79122C7.99739 6.78844 8.23977 6.88662 8.41732 7.06417L22.8677 21.5146L22.9809 11.1918C22.98 11.0647 23.0045 10.9382 23.0528 10.8196C23.1012 10.701 23.1725 10.5927 23.2625 10.501C23.3525 10.4094 23.4596 10.3362 23.5773 10.2857C23.695 10.2352 23.8211 10.2084 23.9482 10.207C24.0753 10.2055 24.2009 10.2294 24.3176 10.2772C24.4343 10.325 24.5398 10.3958 24.628 10.4854C24.7161 10.5751 24.7851 10.6818 24.831 10.7993C24.8769 10.9168 24.8987 11.0428 24.8951 11.1699L24.7566 23.8049C24.7553 23.9307 24.7292 24.0555 24.6798 24.1722C24.6304 24.2889 24.5587 24.3953 24.4688 24.4852C24.3789 24.5751 24.2726 24.6468 24.1558 24.6961C24.0391 24.7455 23.9143 24.7716 23.7886 24.773Z' fill='%23FFA216'/%3E%3C/svg%3E%0A");
}

.btn-yellow:active,
.btn-white:active,
.btn-black:active {
    border-color: #FFA216;
    color: #393E46;
    background-color: #FFA216;
}

/**
    btns hover
 */

@media all and (min-width: 1200px) {
    .btn-round:hover {
        background-color: transparent;
        color: #FFF;
    }
    .btn-round:hover span::before {
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.7886 24.773L11.1535 24.9115C10.9026 24.9098 10.6646 24.8095 10.4907 24.6323C10.3168 24.4552 10.221 24.2152 10.2239 23.9642C10.2267 23.7132 10.3281 23.4713 10.5061 23.2904C10.684 23.1095 10.9244 23.0043 11.1754 22.9973L21.4991 22.8832L7.04872 8.43277C6.87117 8.25522 6.77299 8.01284 6.77577 7.75896C6.77856 7.50509 6.88208 7.2605 7.06357 7.07901C7.24505 6.89753 7.48964 6.794 7.74351 6.79122C7.99739 6.78844 8.23977 6.88662 8.41732 7.06417L22.8677 21.5146L22.9809 11.1918C22.98 11.0647 23.0045 10.9382 23.0528 10.8196C23.1012 10.701 23.1725 10.5927 23.2625 10.501C23.3525 10.4094 23.4596 10.3362 23.5773 10.2857C23.695 10.2352 23.8211 10.2084 23.9482 10.207C24.0753 10.2055 24.2009 10.2294 24.3176 10.2772C24.4343 10.325 24.5398 10.3958 24.628 10.4854C24.7161 10.5751 24.7851 10.6818 24.831 10.7993C24.8769 10.9168 24.8987 11.0428 24.8951 11.1699L24.7566 23.8049C24.7553 23.9307 24.7292 24.0555 24.6798 24.1722C24.6304 24.2889 24.5587 24.3953 24.4688 24.4852C24.3789 24.5751 24.2726 24.6468 24.1558 24.6961C24.0391 24.7455 23.9143 24.7716 23.7886 24.773Z' fill='%23FFA216'/%3E%3C/svg%3E%0A");
    }
    .btn-yellow:hover,
    .btn-white:hover,
    .btn-black:hover {
        border-color: #FFA216;
        color: #393E46;
        background-color: #FFA216;
    }
}

@media (max-width: 575px) {
    .btn:not(.btn-footer) {
        width: 100%;
    }
    .btn_with_icon {
        justify-content: center;
    }
}
/* End */


/* Start:/local/templates/artline/assets/css/forms.css?16911388573092*/

.form-group__btns {
    display: flex;
    align-items: center;
}

.form-file {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.form-group {
    margin-bottom: 20px;
}

.form-file__desc {
    margin-left: 20px;
    font-size: 12px;
    line-height: 1.5;
    color: #90C9CD;
}

.form-group input[type="text"] {
    width: 100%;
    border: 1px solid #FFFFFF;
    transition: all .3s ease-in-out;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #FFF;
    padding: 25px 20px;
    height: 70px;
    background-color: transparent;
}

.form-group textarea {
    width: 100%;
    border: 1px solid #FFFFFF;
    transition: all .3s ease-in-out;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #FFF;
    padding: 25px 20px;
    height: 170px;
    background-color: transparent;
    resize: none;
}

.form-group input[type="text"]::placeholder,
.form-group textarea::placeholder {
    color: #90C9CD;
}

.form-group input[type="text"]:active,
.form-group textarea:active {
    color: #FFA216;
    border-color: #FFA216;
}

.form-danger {
    color: #a90707;
}

.checkbox-group a {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

.checkbox-group {
    margin-bottom: 40px;
    margin-top: 20px;
    position: relative;
    min-height: 1px;
}

.checkbox-group label {
    cursor: pointer;
    display: inline-block;
}

.checkbox-group input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 7px;
    left: 4px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

.checkbox-group span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-left: 40px;
    width: 100%;
    font-size: 12px;
    color: #90C9CD;
}

.checkbox-group span:before {
    position: absolute;
    content: '';
    z-index: 10;
    left: 0px;
    top: 0px;
    height: 20px;
    width: 20px;
    border: 1px solid #FFFFFF;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.checkbox-group span:after {
    position: absolute;
    content: '';
    z-index: 15;
    left: 4px;
    top: 6px;
    height: 6px;
    width: 12px;
    border-left: 2px solid rgba(255, 255, 255, 0);
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    border-radius: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.checkbox-group input[type="checkbox"]:checked + span:before {
}

.checkbox-group input[type="checkbox"]:checked + span:after {
    border-left: 2px solid rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 1);
}

/* End */


/* Start:/local/templates/artline/assets/css/modals.css?16845970532068*/

.fb-w {
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
}

.fb-w .fancybox-button--close {
    position: absolute;
    background: transparent;
    top: 20px;
    right: 20px;
    padding: 0;
}

[data-fancybox-close] line {
    transition: all .3s ease-in-out;
}

.fancybox-slide {
    padding: 0 !important;
}

.site-header__menu-modal {
    padding-top: 60px;
}

.site-header__menu-modal li {
    margin-bottom: 25px;
    display: block;
}

.modal-wrapper {
    padding-top: 130px;
}

.modal-wrapper p {
    color: #FFF;
}

.modal-title {
    font-family: "Inter";
    font-weight: 800;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.modal-sub-title {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

@media all and (min-width: 1200px) {
    [data-fancybox-close]:hover line {
        stroke: #FFA216;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .modal-wrapper {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .form-group__btns {
        align-items: flex-start;
    }
    .form-file__desc {
        margin-left: 0;
        margin-top: 20px;
    }
    .form-file {
        flex-wrap: wrap;
    }
    .modal-title {
        font-size: 25px;
    }
    .modal-sub-title {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 575px) {
    .modal-wrapper {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .modal-title {
        font-size: 20px;
    }
    .modal-sub-title {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .form-group__btns {
        flex-direction: column;
    }
    .form-file {
        align-items: unset;
        width: 100%;
        margin-top: 20px;
        flex-direction: column;
        margin-left: 0;
    }
    .form-file__desc {
        font-size: 10px;
        margin-left: 0;
        margin-top: 20px;
    }
}
/* End */


/* Start:/local/templates/artline/components/bitrix/menu/menu-header/style.css?16911372685697*/

.site-header__menu-desktop {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 90px;
}

.site-header__menu-desktop__list {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-header__menu-desktop__list-parent {
    position: relative;
}

.site-header__menu-desktop__list-child {
    top: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid rgba(28, 180, 228, .5);
    background: #158BB0;
    z-index: 200;
    padding: 20px 30px;
}

.site-header__menu-desktop__list-child._column {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.site-header__menu-desktop__list a {
    display: block;
    padding: 40px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.site-header__menu-desktop__list-child a {
    white-space: nowrap;
    padding: 20px;
}

a[data-icon="mail"] {
    width: 25px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='20' viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.1124 1H3.80142C2.25614 1 1 2.2969 1 3.89233V16.1077C1 17.7031 2.25614 19 3.80142 19H21.1077C22.6529 19 23.9091 17.7031 23.9091 16.1077V3.89723C23.9138 2.30179 22.6577 1 21.1124 1ZM22.634 16.1077C22.634 16.9739 21.9514 17.6786 21.1124 17.6786H3.80142C2.96242 17.6786 2.27984 16.9739 2.27984 16.1077V3.89723C2.27984 3.03099 2.96242 2.32626 3.80142 2.32626H21.1077C21.9467 2.32626 22.6292 3.03099 22.6292 3.89723V16.1077H22.634Z' fill='%23FFA216' stroke='%23FFA216' stroke-width='0.4'/%3E%3Cpath d='M15.4478 9.8483L21.0506 4.66069C21.3113 4.416 21.335 4.00001 21.098 3.72595C20.861 3.45678 20.4581 3.43231 20.1926 3.67701L12.4662 10.8369L10.9589 9.44699C10.9541 9.4421 10.9494 9.4372 10.9494 9.43231C10.9162 9.39805 10.883 9.36869 10.8451 9.33932L4.71137 3.67211C4.44592 3.42741 4.04301 3.45188 3.806 3.72595C3.56899 4.00001 3.59269 4.416 3.85814 4.66069L9.52734 9.89234L3.88184 15.3491C3.62587 15.5987 3.61165 16.0147 3.8534 16.2839C3.98139 16.4209 4.15203 16.4943 4.32267 16.4943C4.4791 16.4943 4.63552 16.4356 4.75877 16.3181L10.4896 10.783L12.0444 12.217C12.1676 12.3295 12.3193 12.3834 12.471 12.3834C12.6227 12.3834 12.7791 12.3246 12.8976 12.2121L14.495 10.7341L20.1926 16.323C20.3159 16.4454 20.4771 16.5041 20.6335 16.5041C20.8041 16.5041 20.97 16.4356 21.098 16.2985C21.3398 16.0343 21.3303 15.6134 21.0743 15.3638L15.4478 9.8483Z' fill='%23FFA216' stroke='%23FFA216' stroke-width='0.4'/%3E%3C/svg%3E%0A");
}

a[data-icon="phone"] {
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3632 11.2205C17.23 11.0073 17.0111 10.8621 16.7627 10.8219L11.271 9.94071C11.011 9.89932 10.7507 9.9753 10.5557 10.1488C10.1199 10.5344 9.76975 10.9869 9.51686 11.4865C8.8985 11.1343 8.32834 10.6983 7.8149 10.1851C7.30201 9.67194 6.86625 9.10207 6.51355 8.48287C7.01282 8.23053 7.46532 7.88067 7.85119 7.44462C8.02413 7.24956 8.1004 6.98702 8.05901 6.72958L7.17783 1.23784C7.13814 0.989477 6.99298 0.770597 6.77977 0.637345C6.38625 0.39125 5.94878 0.217173 5.5286 0.132114C5.20284 0.0442277 4.85185 0 4.48526 0C2.01213 0 0 2.01184 0 4.48526C0 11.9372 6.06275 18 13.5147 18C15.9879 18 18 15.9882 18 13.5147C18 13.1496 17.9558 12.7986 17.8798 12.5202C17.7823 12.0501 17.6085 11.6129 17.3632 11.2205ZM13.5147 16.2581C7.02331 16.2581 1.74194 10.9767 1.74194 4.48526C1.74194 2.9724 2.97269 1.74194 4.48526 1.74194C4.69931 1.74194 4.89835 1.76632 5.12629 1.82586C5.26805 1.85534 5.40102 1.89503 5.52747 1.94607L6.26859 6.56515C5.93177 6.85434 5.53909 7.05336 5.11523 7.14692C4.86205 7.20249 4.64715 7.36807 4.52835 7.59828C4.40984 7.8285 4.39964 8.09954 4.50113 8.33826C4.98992 9.48821 5.69049 10.5242 6.58329 11.4167C7.47665 12.3104 8.51263 13.0106 9.66229 13.4989C9.89988 13.5992 10.1709 13.5902 10.4017 13.4711C10.6319 13.3526 10.7972 13.1377 10.8531 12.8848C10.9466 12.4606 11.1457 12.0677 11.4351 11.7314L16.0528 12.4725C16.1064 12.6058 16.1498 12.7526 16.1855 12.9222C16.2337 13.1019 16.2581 13.3015 16.2581 13.5147C16.2581 15.0276 15.0273 16.2581 13.5147 16.2581Z' fill='%23FFA216'/%3E%3Cpath d='M16.1144 1.80848C15.7756 1.4697 15.2268 1.4697 14.888 1.80848L11.8195 4.87715L11.7908 3.56332C11.7804 3.08508 11.3927 2.70848 10.9049 2.71526C10.4261 2.72598 10.0464 3.12235 10.0569 3.60171L10.13 6.94539C10.1415 7.40068 10.5223 7.78162 10.978 7.79341C10.978 7.79345 14.3217 7.86629 14.3217 7.86629C14.7986 7.87666 15.1979 7.49723 15.2076 7.01766C15.218 6.53886 14.8383 6.1425 14.3595 6.13177L13.0462 6.10354L16.1144 3.03483C16.4531 2.69606 16.4531 2.14725 16.1144 1.80848Z' fill='%23FFA216'/%3E%3C/svg%3E%0A");
    padding-left: 31px;
}

.site-header__menu-desktop__list a.active,
.site-header__menu-desktop__list a:active {
    color: #FFA216;
}

@media (min-width: 1200px) {
    .site-header__menu-desktop__list a:hover {
        color: #FFA216;
    }
    .site-header__menu-desktop__list-parent:hover .site-header__menu-desktop__list-child {
        opacity: 1;
        visibility: visible;
    }
}
/* End */


/* Start:/local/templates/artline/styles.css?17512130605911*/
@font-face {
    font-family: 'Inter';
    src: url("/local/templates/artline/assets/fonts/Inter/Inter-ExtraBold.otf") format("opentype"),
    url('/local/templates/artline/assets/fonts/Inter/Inter-ExtraBold.woff2') format('woff2'),
    url('/local/templates/artline/assets/fonts/Inter/Inter-ExtraBold.woff') format('woff'),
    url('/local/templates/artline/assets/fonts/Inter/Inter-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VelaSans';
    src: url("/local/templates/artline/assets/fonts/VelaSans/VelaSans-Regular.otf") format("opentype"),
    url('/local/templates/artline/assets/fonts/VelaSans/VelaSans-Regular.woff2') format('woff2'),
    url('/local/templates/artline/assets/fonts/VelaSans/VelaSans-Regular.woff') format('woff'),
    url('/local/templates/artline/assets/fonts/VelaSans/VelaSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VelaSans';
    src: url("/local/templates/artline/assets/fonts/VelaSans/VelaSans-Medium.otf") format("opentype"),
    url('/local/templates/artline/assets/fonts/VelaSans/VelaSans-Medium.woff2') format('woff2'),
    url('/local/templates/artline/assets/fonts/VelaSans/VelaSans-Medium.woff') format('woff'),
    url('/local/templates/artline/assets/fonts/VelaSans/VelaSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VelaSans';
    src: url("/local/templates/artline/assets/fonts/VelaSans/VelaSans-SemiBold.otf") format("opentype"),
    url('/local/templates/artline/assets/fonts/VelaSans/VelaSans-SemiBold.woff2') format('woff2'),
    url('/local/templates/artline/assets/fonts/VelaSans/VelaSans-SemiBold.woff') format('woff'),
    url('/local/templates/artline/assets/fonts/VelaSans/VelaSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VelaSans';
    src: url("/local/templates/artline/assets/fonts/VelaSans/VelaSans-Bold.otf") format("opentype"),
    url('/local/templates/artline/assets/fonts/VelaSans/VelaSans-Bold.woff2') format('woff2'),
    url('/local/templates/artline/assets/fonts/VelaSans/VelaSans-Bold.woff') format('woff'),
    url('/local/templates/artline/assets/fonts/VelaSans/VelaSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VelaSans';
    src: url("/local/templates/artline/assets/fonts/VelaSans/VelaSans-ExtraBold.otf") format("opentype"),
    url('/local/templates/artline/assets/fonts/VelaSans/VelaSans-ExtraBold.woff2') format('woff2'),
    url('/local/templates/artline/assets/fonts/VelaSans/VelaSans-ExtraBold.woff') format('woff'),
    url('/local/templates/artline/assets/fonts/VelaSans/VelaSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

:-moz-ui-invalid:not(output) {
    box-shadow: none;
}

body {
    font-family: "VelaSans";
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #4E5864;
    min-width: 320px;
}

a {
    text-decoration: none;
    -webkit-transition: color .3s ease-out, border-bottom-color .3s ease-out, opacity .3s ease-out;
    -o-transition: color .3s ease-out, border-bottom-color .3s ease-out, opacity .3s ease-out;
    transition: color .3s ease-out, border-bottom-color .3s ease-out, opacity .3s ease-out;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-family: "Inter";
    color: #393E46;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    line-height: 1.3;
}



 h1, .h1 {
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 24px;
}

h2, .h2 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

h3, .h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #393E46;
}
@media (min-width: 1210px){
}

    h1, .h1 {
        font-size: 36px;
    }

    h2, .h2 {
        font-size: 24px;
    }

    h3, .h3 {
        font-size: 22px;
    }

    p {
        font-size: 16px;
    }


ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.text-white {
    color: #FFFFFF !important;
}

.text-yellow {
    color: #FFA216 !important;
}

.text-blue {
    color: #158BB0 !important;
}

.text-black {
    color: #393E46;
}

.link-lg {
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
}

a.text-white:not(.no-border) {
    border-bottom: 1px solid transparent;
}
.call-back {
    -webkit-appearance: button;
    position: absolute;
    width: 36vh;
    height: 5vh;
    right: 17%;
    border: none;
    background-color: rgba(28,28,28,0);

}
.btn-roundXXX {
width: 250px;
    height: 250px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFA216;
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #393E46;
    position: relative;
    z-index: 10;
    border: 3px solid #FFA216;
    transition: all .3s ease-in-out;
}
.zakaz {
    -webkit-appearance: button;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: absolute;
    background-color: rgba(28,28,28,0);
    border: none;
}
.zakaz1 {
position: relative;
    -webkit-appearance: button;
    left: 120%;
    bottom: 64px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
	z-index:10;
border:none;
background-color: rgba(28,28,28,0);
	
}
@media (min-width:1210px) {
.zakaz1{
	left: 120%;
    bottom: 142px;

	}}

	}}
@media (max-width:768px) {
.zakaz1{
left:117%;
bottom:61px;

	}}
@media (min-width:0px)and (max-width:767px){
.zakaz1{
left:0%;
bottom:-24px;
	}}
@media (min-width:0px) and (max-width:767px) {
.btn-round {
position:relative;
bottom:229px;
	}}



@media all and (min-width: 992px)  {

    a.text-white:hover:not(.no-border) {
        border-color: rgba(255, 255, 255, .5);
    }

}
/* End */


/* Start:/local/templates/artline/template_styles.css?175121306022884*/
.site-section-first {
    position: relative;
    display: -webkit-box;
    background: #158BB0;
    height: 600px;
}

.site-section-first img.desktop {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 600px;
}

.site-section-first img.mobile {
    display: block;
    margin: 0 auto;
}

.section-first__container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 120;
}

.section-first__container .container,
.section-first__container .row {
    height: 100%;
}

.section-first__title .h1 {
    font-size: 96px;
    margin-bottom: 20px;
}

.section-first__sub-title {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

.site-section {
    padding: 80px 0;
}

.no-pb {
    padding-bottom: 0 !important;
}

.block-blue {
    background: #158BB0;
}

.vacancy-block__text {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #393E46;
    margin-bottom: 40px;
}

.three-d-print,
.questions {
    padding: 50px 0;
    position: relative;
}

.three-d-print::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='203' height='359' viewBox='0 0 203 359' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1'%3E%3Cpath d='M203 281.575C203 296.579 200.427 309.884 195.281 321.49C190.071 333.031 182.899 342.136 173.766 348.805C164.632 355.473 154.115 358.872 142.216 359V311.102C146.525 310.91 150.353 309.531 153.697 306.966C156.978 304.402 159.551 300.907 161.416 296.483C163.281 292.058 164.214 287.025 164.214 281.382C164.214 275.74 163.217 270.771 161.223 266.474C159.165 262.114 156.367 258.716 152.829 256.279C149.227 253.843 145.11 252.657 140.479 252.721C135.848 252.657 131.731 253.971 128.129 256.664C124.527 259.357 121.729 263.172 119.735 268.11C117.741 272.983 116.744 278.753 116.744 285.422V304.562H82.7823V285.422C82.7823 279.587 81.8175 274.457 79.8878 270.033C77.9582 265.545 75.2567 262.05 71.7833 259.549C68.2456 257.049 64.1933 255.831 59.6264 255.895C55.1882 255.831 51.2967 256.889 47.952 259.069C44.5429 261.185 41.9057 264.166 40.0404 268.013C38.1751 271.796 37.2424 276.189 37.2424 281.19C37.2424 286.448 38.1751 291.225 40.0404 295.521C41.9057 299.753 44.5429 303.119 47.952 305.62C51.3611 308.121 55.3169 309.435 59.8194 309.563V355.057C48.0485 354.928 37.6927 351.658 28.7519 345.246C19.7468 338.834 12.7036 330.114 7.62215 319.085C2.54072 307.992 0 295.361 0 281.19C0 267.084 2.47639 254.676 7.42918 243.968C12.382 233.26 19.1358 224.925 27.6906 218.961C36.1811 212.998 45.7972 210.017 56.539 210.017C67.6667 209.952 76.8325 213.575 84.0366 220.885C91.2407 228.131 95.6789 237.46 97.3512 248.873H98.895C100.696 233.613 105.649 222.103 113.753 214.345C121.858 206.522 131.989 202.643 144.145 202.707C155.595 202.707 165.758 206.073 174.634 212.806C183.446 219.474 190.393 228.772 195.474 240.698C200.491 252.56 203 266.186 203 281.575Z' fill='%2300E0FF'/%3E%3Cpath d='M200.298 97.2384V170.047H2.70152V97.3346C2.70152 77.2649 6.65732 59.9845 14.5689 45.4933C22.4162 30.938 33.7369 19.717 48.5309 11.8302C63.2606 3.94339 80.8848 0 101.404 0C121.987 0 139.675 3.94339 154.469 11.8302C169.263 19.6529 180.616 30.8419 188.528 45.3972C196.375 59.9525 200.298 77.2328 200.298 97.2384ZM159.583 122.438V99.0658C159.583 88.0371 157.717 78.7076 153.987 71.0773C150.192 63.3829 144.049 57.58 135.558 53.6687C127.004 49.6932 115.619 47.7055 101.404 47.7055C87.1884 47.7055 75.8677 49.6932 67.4415 53.6687C58.951 57.6441 52.8405 63.5111 49.1098 71.2697C45.3148 78.9641 43.4173 88.4539 43.4173 99.7391V122.438H159.583Z' fill='%2300E0FF'/%3E%3C/g%3E%3C/svg%3E%0A");
    height: 100%;
    width: 203px;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-first__title .h1 {
        font-size: 76px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .vacancy-block__text {
        font-size: 36px;
    }

    .site-section-first {
        height: 350px;
    }

    .section-first__title .h1 {
        font-size: 52px;
    }

    .site-section-first img.desktop {
        max-width: 400px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .vacancy-block__text {
        font-size: 26px;
    }

    .site-section-first {
        padding-top: 30px;
    }

    .section-first__title .h1 {
        font-size: 42px;
    }

    .section-first__container .container,
    .section-first__container .row,
    .site-section-first {
        height: auto;
    }

    .section-first__container {
        position: unset;
    }

    .site-section-first img.mobile {
        max-height: 450px;
    }
}

@media all and (max-width: 575px) {
    .site-section-first {
        padding-top: 30px;
    }

    .section-first__title .h1 {
        font-size: 32px;
    }

    .section-first__sub-title {
        font-size: 14px;
    }

    .section-first__container .container,
    .section-first__container .row,
    .site-section-first {
        height: auto;
    }

    .section-first__container {
        position: unset;
    }

    .three-d-print .btn-round,
    .questions .btn-round {
        margin: 0 auto;
        margin-top: 30px;
    }

    .three-d-print::before {
        left: 0;
        right: unset;
        background-size: contain;
        width: 300px;
    }

    .vacancy-block__text {
        font-size: 20px;
    }
}

/**
 header start
 */

.site-header {
    background: #158BB0;
    border-bottom: 1px solid rgba(28, 180, 228, .5);
    z-index: 500;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.site-header.sticky {
    border-color: transparent;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(21, 139, 176, .5);
    box-shadow: 0px 8px 10px 0px rgba(21, 139, 176, .5);
}

.site-header__container {
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header__link {
    font-weight: 800;
    font-size: 15px;
    line-height: 1.5;
}

.site-header__contacts-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header__sub-link {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.13em;
    display: block;
    text-align: right;
}

.site-header__phone-block {
    padding-left: 35px;
    padding-top: 16px;
}

.site-header__mobile-menu {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='20' viewBox='0 0 30 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='2' fill='white'/%3E%3Crect y='8.57147' width='30' height='2' fill='white'/%3E%3Crect y='17.1429' width='30' height='2' fill='white'/%3E%3C/svg%3E%0A");
    background-size: cover;
    width: 30px;
    height: 20px;
    background-position: center;
    display: block;
    margin-left: 40px;
}

.site-header__mobile-menu--close {
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='10.606' y='11.1845' width='2.22884' height='28.9916' transform='rotate(-45 10.606 11.1845)' fill='white'/%3E%3Crect x='11.6851' y='31.6845' width='2.22884' height='28.9916' transform='rotate(-135 11.6851 31.6845)' fill='white'/%3E%3C/svg%3E%0A");
    background-size: cover;
    width: 42px;
    height: 42px;
    background-position: center;
    display: block;
    margin-left: 28px;
}

.site-header__logo-lg,
.site-header__logo-md {
    display: none;
}

@media all and (min-width: 1300px) {
    .site-header__logo-lg {
        display: block;
    }

    .site-header__container {
        max-width: 1340px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .site-header__logo-md {
        display: block;
    }

    .site-header__container {
        padding: 0 20px;
    }
}

@media all and (max-width: 991px) {
    .site-header__logo-lg {
        display: block;
    }

    .site-header__container {
        padding: 30px 20px;
    }

    .site-header__logo {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .site-section {
        padding: 40px 0;
    }
}

@media all and (max-width: 575px) {
    .site-header__link {
        font-size: 0;
        width: 18px;
        height: 18px;
        display: block;
        padding-left: 0 !important;
    }

    .site-header__phone-block {
        padding-top: 0;
        padding-left: 40px;
    }

    .site-header__sub-link {
        display: none;
    }

    .site-header__logo-lg {
        max-width: 100px;
    }

    .site-header__container {
        padding: 40px 20px;
    }

    .site-section {
        padding: 30px 0;
    }
}

/**
 header end
 */

[data-icon="arrow-left-black"] span {
    position: relative;
    padding-left: 36px;
}

[data-icon="arrow-left-black"] span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 26px;
    height: 21px;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='21' viewBox='0 0 26 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.897081 10.8635L9.87152 20.0369C10.0529 20.2159 10.2959 20.3148 10.548 20.3125C10.8001 20.3101 11.0412 20.2066 11.2194 20.0243C11.3976 19.842 11.4986 19.5954 11.5007 19.3377C11.5028 19.08 11.4057 18.8318 11.2305 18.6465L3.89839 11.1505L24.6537 11.1505C24.9087 11.1505 25.1533 11.047 25.3336 10.8627C25.5139 10.6783 25.6152 10.4283 25.6152 10.1677C25.6152 9.90699 25.5139 9.657 25.3336 9.47267C25.1533 9.28835 24.9087 9.1848 24.6537 9.1848L3.89839 9.1848L11.2305 1.69014C11.3224 1.59952 11.3957 1.4911 11.4461 1.37121C11.4966 1.25132 11.5232 1.12237 11.5243 0.991864C11.5255 0.861361 11.5012 0.731927 11.4529 0.611114C11.4046 0.490301 11.3333 0.380529 11.2431 0.288202C11.1528 0.195875 11.0455 0.122843 10.9274 0.0733668C10.8092 0.0238907 10.6826 -0.00103893 10.5549 3.31658e-05C10.4273 0.00110526 10.3011 0.0281572 10.1837 0.0796107C10.0664 0.131064 9.96026 0.205889 9.87152 0.299719L0.897081 9.47311C0.807728 9.56438 0.736847 9.67276 0.688486 9.79205C0.640125 9.91133 0.615234 10.0392 0.615234 10.1683C0.615234 10.2974 0.640125 10.4253 0.688486 10.5446C0.736847 10.6639 0.807728 10.7723 0.897081 10.8635Z' fill='%23393E46'/%3E%3C/svg%3E%0A");
}

[data-icon="arrow-right-orange"] span,
[data-icon="arrow-right-white"] span {
    position: relative;
    padding-right: 45px;
}

[data-icon="arrow-right-orange"] span::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='20' viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.3379 10.6964L15.5015 19.7287C15.3229 19.9049 15.0837 20.0023 14.8354 20C14.5872 19.9976 14.3498 19.8957 14.1743 19.7162C13.9989 19.5367 13.8994 19.2939 13.8974 19.0402C13.8953 18.7865 13.9909 18.5421 14.1634 18.3596L21.3827 10.979L0.946753 10.979C0.695659 10.979 0.454848 10.877 0.277298 10.6955C0.0997468 10.514 0 10.2679 0 10.0112C0 9.75458 0.0997468 9.50843 0.277298 9.32694C0.454848 9.14545 0.695659 9.04349 0.946753 9.04349L21.3827 9.04349L14.1634 1.66414C14.073 1.57491 14.0008 1.46816 13.9511 1.35012C13.9014 1.23207 13.8753 1.1051 13.8741 0.976604C13.873 0.848109 13.8969 0.720666 13.9444 0.601712C13.992 0.482758 14.0622 0.374674 14.1511 0.283768C14.2399 0.192862 14.3456 0.120953 14.4619 0.0722381C14.5782 0.0235231 14.7029 -0.00102294 14.8286 3.26556e-05C14.9543 0.00108825 15.0786 0.027724 15.1941 0.0783859C15.3096 0.129048 15.4141 0.202721 15.5015 0.295107L24.3379 9.32737C24.4259 9.41724 24.4956 9.52395 24.5433 9.6414C24.5909 9.75885 24.6154 9.88474 24.6154 10.0119C24.6154 10.139 24.5909 10.2649 24.5433 10.3824C24.4956 10.4998 24.4259 10.6065 24.3379 10.6964Z' fill='%23FFA216'/%3E%3C/svg%3E%0A");
}

[data-icon="arrow-right-white"] span::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='20' viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.3379 10.6964L15.5015 19.7287C15.3229 19.9049 15.0837 20.0023 14.8354 20C14.5872 19.9976 14.3498 19.8957 14.1743 19.7162C13.9989 19.5367 13.8994 19.2939 13.8974 19.0402C13.8953 18.7865 13.9909 18.5421 14.1634 18.3596L21.3827 10.979L0.946753 10.979C0.695659 10.979 0.454848 10.877 0.277298 10.6955C0.0997468 10.514 0 10.2679 0 10.0112C0 9.75458 0.0997468 9.50843 0.277298 9.32694C0.454848 9.14545 0.695659 9.04349 0.946753 9.04349L21.3827 9.04349L14.1634 1.66414C14.073 1.57491 14.0008 1.46816 13.9511 1.35012C13.9014 1.23207 13.8753 1.1051 13.8741 0.976604C13.873 0.848109 13.8969 0.720666 13.9444 0.601712C13.992 0.482758 14.0622 0.374674 14.1511 0.283768C14.2399 0.192862 14.3456 0.120953 14.4619 0.0722381C14.5782 0.0235231 14.7029 -0.00102294 14.8286 3.26556e-05C14.9543 0.00108825 15.0786 0.027724 15.1941 0.0783859C15.3096 0.129048 15.4141 0.202721 15.5015 0.295107L24.3379 9.32737C24.4259 9.41724 24.4956 9.52395 24.5433 9.6414C24.5909 9.75885 24.6154 9.88474 24.6154 10.0119C24.6154 10.139 24.5909 10.2649 24.5433 10.3824C24.4956 10.4998 24.4259 10.6065 24.3379 10.6964Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
}

[data-icon="arrow-right-orange"] span::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='20' viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.3379 10.6964L15.5015 19.7287C15.3229 19.9049 15.0837 20.0023 14.8354 20C14.5872 19.9976 14.3498 19.8957 14.1743 19.7162C13.9989 19.5367 13.8994 19.2939 13.8974 19.0402C13.8953 18.7865 13.9909 18.5421 14.1634 18.3596L21.3827 10.979L0.946753 10.979C0.695659 10.979 0.454848 10.877 0.277298 10.6955C0.0997468 10.514 0 10.2679 0 10.0112C0 9.75458 0.0997468 9.50843 0.277298 9.32694C0.454848 9.14545 0.695659 9.04349 0.946753 9.04349L21.3827 9.04349L14.1634 1.66414C14.073 1.57491 14.0008 1.46816 13.9511 1.35012C13.9014 1.23207 13.8753 1.1051 13.8741 0.976604C13.873 0.848109 13.8969 0.720666 13.9444 0.601712C13.992 0.482758 14.0622 0.374674 14.1511 0.283768C14.2399 0.192862 14.3456 0.120953 14.4619 0.0722381C14.5782 0.0235231 14.7029 -0.00102294 14.8286 3.26556e-05C14.9543 0.00108825 15.0786 0.027724 15.1941 0.0783859C15.3096 0.129048 15.4141 0.202721 15.5015 0.295107L24.3379 9.32737C24.4259 9.41724 24.4956 9.52395 24.5433 9.6414C24.5909 9.75885 24.6154 9.88474 24.6154 10.0119C24.6154 10.139 24.5909 10.2649 24.5433 10.3824C24.4956 10.4998 24.4259 10.6065 24.3379 10.6964Z' fill='%23FFA216'/%3E%3C/svg%3E%0A");
}

@media all and (min-width: 1200px) {
    [data-icon="arrow-left-black"]:hover span::before {
        background-image: url("data:image/svg+xml,%3Csvg width='25' height='20' viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.277361 10.6964L9.11373 19.7287C9.29237 19.9049 9.53156 20.0023 9.7798 20C10.028 19.9976 10.2654 19.8957 10.4409 19.7162C10.6164 19.5367 10.7158 19.2939 10.7179 19.0402C10.7199 18.7865 10.6243 18.5421 10.4518 18.3596L3.2325 10.979L23.6685 10.979C23.9196 10.979 24.1604 10.877 24.3379 10.6955C24.5155 10.514 24.6152 10.2679 24.6152 10.0112C24.6152 9.75458 24.5155 9.50843 24.3379 9.32694C24.1604 9.14545 23.9196 9.04349 23.6685 9.04349L3.2325 9.04349L10.4518 1.66414C10.5423 1.57491 10.6144 1.46816 10.6641 1.35012C10.7138 1.23207 10.74 1.1051 10.7411 0.976604C10.7423 0.848109 10.7184 0.720666 10.6708 0.601712C10.6233 0.482758 10.553 0.374674 10.4642 0.283768C10.3753 0.192862 10.2696 0.120953 10.1533 0.0722381C10.037 0.0235231 9.91233 -0.00102294 9.78662 3.26556e-05C9.66091 0.00108825 9.53667 0.027724 9.42114 0.0783859C9.30561 0.129048 9.2011 0.202721 9.11373 0.295107L0.277361 9.32737C0.189383 9.41724 0.119593 9.52395 0.0719757 9.6414C0.0243587 9.75885 -0.000150681 9.88474 -0.000150681 10.0119C-0.000150681 10.139 0.0243587 10.2649 0.0719757 10.3824C0.119593 10.4998 0.189383 10.6065 0.277361 10.6964Z' fill='%23FFA216'/%3E%3C/svg%3E%0A");
    }
}
/**
 footer start
 */

.pre-footer,
.site-footer {
    background: #393E46;
}

.pre-footer__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
}

.pre-footer__line {
    border-left: 1px solid #FFFFFF;
}

.pre-footer__item {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.pre-footer__item.last {
    margin-bottom: 0;
}

.pre-footer__item-value {
    width: 50%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    word-wrap: break-word;
}

.pre-footer__item-title {
    width: 50%;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.site-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 55px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-footer__info-item__title {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.site-footer__info-item__text {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

.site-footer__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 35px;
}

.site-footer__text,
.site-footer__text a {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #7B8698;
}

.site-footer__text a {
    border-bottom: 1px solid transparent;
}

.site-footer__vk-link {
    display: table;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: lowercase;
    margin-top: 30px;
    border-bottom: 1px solid white;
}

.site-footer__info-item--mobile {
    display: none;
}

@media all and (min-width: 1200px) {
    .site-footer__text a:hover {
        border-color: rgba(123, 134, 152, .5);
    }
    .site-footer__vk-link:hover {
        border-color: transparent;
    }
}

@media all and (max-width: 991px) {
    .pre-footer__line {
        border-left: unset;
    }
    .pre-footer__wrapper {
        border-left: 1px solid #FFFFFF;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-footer__top,
    .site-footer__bot {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .site-footer__info-item--lg {
        margin-top: 30px;
        width: 100%;
    }

    .site-footer__text--copyright {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {

    .pre-footer__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .pre-footer__item-title {
        margin-bottom: 5px;
    }

    .pre-footer__item-title,
    .pre-footer__item-value {
        font-size: 14px;
        width: 100%;
    }

    .site-footer__info-item--logo {
        width: 100%;
        margin-bottom: 30px;
    }

    .site-footer__top,
    .site-footer__bot {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .site-footer__info-item--lg {
        margin-top: 30px;
        width: 100%;
    }

    .site-footer__text--copyright {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 20px;
    }

}

@media all and (max-width: 575px) {

    .pre-footer__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .pre-footer__item-title {
        margin-bottom: 5px;
    }

    .pre-footer__item-title,
    .pre-footer__item-value {
        font-size: 14px;
        width: 100%;
    }

    .site-footer__logo img {
        max-width: 130px;
    }

    .site-footer__vk-link {
        margin-top: 20px;
    }

    .site-footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .site-footer__info-item--mobile {
        margin-top: 20px;
        margin-bottom: 40px !important;
        display: block;
    }

    .site-footer__info-item {
        margin-bottom: 20px;
    }

    .site-footer__bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .site-footer__text {
        margin-bottom: 10px;
    }

    .site-footer__text,
    .site-footer__text a {
        font-size: 10px;
    }
}

/**
slider
 */

.section-slider-right-wrapper {
    padding-left: 16px;
    overflow: hidden
}

@media all and (min-width: 1300px) {
    .section-slider-right-wrapper {
        width: calc(100% - (100% - calc(var(--xl-min) - var(--gutter-width))) / 2);
        margin-left: auto;
    }
}

.custom_item_width {
	width: 100% !important;
	/*background: #158BB0;*/
	color: #FFF !important;
}

.calc-production__size-item__inner-size__title_w {
	color: #FFF !important;
}

.calc-production__size-item__inner-text_none {
	display: none;
}
/* End */
/* /local/templates/artline/assets/plugins/jq-nice-select/css/nice-select.css?16921191134004 */
/* /local/templates/artline/assets/plugins/ion.rangeSlider-2.2.0/css/ion.rangeSlider.css?16792415403069 */
/* /local/templates/artline/assets/plugins/ion.rangeSlider-2.2.0/css/ion.rangeSlider.skinSite.css?16921187233424 */
/* /local/templates/artline/assets/plugins/swiper/swiper-bundle.min.css?167656864616480 */
/* /local/templates/artline/assets/plugins/fancybox-master/dist/jquery.fancybox.min.css?167647841412795 */
/* /local/templates/artline/assets/css/normalize.css?16764784112326 */
/* /local/templates/artline/assets/css/utils.css?16764784112878 */
/* /local/templates/artline/assets/css/grid.css?167922364316366 */
/* /local/templates/artline/assets/css/buttons.css?16845968316776 */
/* /local/templates/artline/assets/css/forms.css?16911388573092 */
/* /local/templates/artline/assets/css/modals.css?16845970532068 */
/* /local/templates/artline/components/bitrix/menu/menu-header/style.css?16911372685697 */
/* /local/templates/artline/styles.css?17512130605911 */
/* /local/templates/artline/template_styles.css?175121306022884 */
