

/* Start:/local/templates/main/assets/css/style_custom.css?1718005329213243*/
@charset "UTF-8";
:root {
    --color-accent-1: #0F62FE;
    --color-accent-2: #1D9FE7;
    --color-accent-3: #87CFFF;
    --color-border: rgba(0, 0, 0, 0.1);
    --color-typo: #8D96B3;
    --color-typo-light: #DCDFE8;
    --color-bg-dark: #24262F;
    --color-bg-lite: #EEF2F5;
    --color-bg: #141823;
    --color-main: #429CEF;
    --color-main-hover: #68B7FF;
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-steal: #97A6B6;
    --color-lg: #F8F8F8;
    --color-lg-steel: #8D8D8D;
    --color-lg-steel-2: #D1D6E0;
    --color-lg-steel-3: #EEF0F2;
    --color-lg-steel-3-hover: #E2E8EE
}

.selectize-control.plugin-drag_drop.multi > .selectize-input.dragging {
    overflow: visible
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, .06) !important;
    border: 0 none !important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: "!";
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-control .dropdown-header {
    position: relative;
    padding: 10px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0
}

.selectize-control .dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

.selectize-control .dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0 !important
}

.selectize-control.plugin-remove_button .item .remove {
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 6px;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 6px
}

.selectize-control.plugin-remove_button .item .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button .item.active .remove {
    border-left-color: #cacaca
}

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
    background: 0 0
}

.selectize-control.plugin-remove_button .disabled .item .remove {
    border-left-color: #fff
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    font-smoothing: inherit
}

.selectize-control.single .selectize-input.input-active, .selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 3px
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled, .selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0
}

.selectize-input > * {
    vertical-align: baseline;
    display: inline-block;
    zoom: 1
}

.selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0
}

.selectize-control.multi .selectize-input > div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca
}

.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #fff
}

.selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: 0 0 !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.selectize-input > input::-ms-clear {
    display: none
}

.selectize-input > input:focus {
    outline: 0 !important
}

.selectize-input > input[placeholder] {
    -webkit-box-sizing: initial;
    box-sizing: initial
}

.selectize-input.has-items > input {
    margin: 0 0 !important
}

.selectize-input::after {
    content: " ";
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: " ";
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px
}

.selectize-dropdown .create, .selectize-dropdown .no-results, .selectize-dropdown .optgroup-header, .selectize-dropdown .option {
    padding: 5px 8px
}

.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5
}

.selectize-dropdown [data-selectable].option {
    opacity: 1;
    cursor: pointer
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    overflow-scrolling: touch
}

.selectize-dropdown-emptyoptionlabel {
    text-align: center
}

.selectize-dropdown .spinner {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px 8px
}

.selectize-dropdown .spinner:after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    margin: 3px;
    border-radius: 50%;
    border: 5px solid #d0d0d0;
    border-color: #d0d0d0 transparent #d0d0d0 transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite
}

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

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

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: gray transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent gray transparent
}

.selectize-control.rtl {
    text-align: right
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa
}

@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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    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 {
    -webkit-transform-style: preserve-3d;
    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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    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 {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    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 {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

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

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-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%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.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%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-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 {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.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%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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%;
    -o-object-fit: contain;
    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;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

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

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        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 {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    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;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    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: 0;
    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;
    -webkit-filter: blur(50px);
    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;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-sub {
    background: #aaa
}

.noUi-marker-large {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    -ms-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px
}

@font-face {
    font-family: lg;
    src: url(/local/templates/main/assets/css/../fonts/lg.woff2?io9a6k) format("woff2"), url(/local/templates/main/assets/css/../fonts/lg.ttf?io9a6k) format("truetype"), url(/local/templates/main/assets/css/../fonts/lg.woff?io9a6k) format("woff"), url(/local/templates/main/assets/css/../fonts/lg.svg?io9a6k#lg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.lg-icon {
    font-family: lg !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-container {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.lg-next, .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: 0;
    border: none
}

.lg-next.disabled, .lg-prev.disabled {
    opacity: 0 !important;
    cursor: default
}

.lg-next:hover:not(.disabled), .lg-prev:hover:not(.disabled) {
    color: #fff
}

.lg-single-item .lg-next, .lg-single-item .lg-prev {
    display: none
}

.lg-next {
    right: 20px
}

.lg-next:before {
    content: "\e095"
}

.lg-prev {
    left: 20px
}

.lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lg-media-overlap .lg-toolbar {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .4)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4))
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-maximize {
    font-size: 22px
}

.lg-toolbar .lg-maximize:after {
    content: "\e90a"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    color: #eee;
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out 0s;
    -o-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

.lg-sub-html a {
    color: inherit
}

.lg-sub-html a:hover {
    text-decoration: underline
}

.lg-media-overlap .lg-sub-html {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6))
}

.lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.lg-error-msg {
    font-size: 14px;
    color: #999
}

.lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    height: 47px;
    vertical-align: middle
}

.lg-closing .lg-next, .lg-closing .lg-prev, .lg-closing .lg-sub-html, .lg-closing .lg-toolbar {
    opacity: 0;
    -webkit-transition: -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
    -o-transition: -o-transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
    -webkit-transition: opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
    transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
    transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
    opacity: 0;
    -ms-transform: scale3d(.5, .5, .5);
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
    -o-transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
    opacity: 1;
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    float: left
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
    text-align: center
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
    text-align: left
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
    text-align: right
}

.lg-outer.lg-single-item .lg-thumb-outer {
    display: none
}

.lg-outer .lg-thumb {
    padding: 5px 0;
    height: 100%;
    margin-bottom: -5px;
    display: inline-block;
    vertical-align: middle
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border-radius: 2px;
    margin-bottom: 5px;
    will-change: border-color
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff"
}

.lg-outer.lg-animate-thumb .lg-thumb {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.lg-outer .lg-video-cont {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.lg-outer .lg-video-cont .lg-object {
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-has-iframe .lg-video-cont {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-video-object {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 3
}

.lg-outer .lg-video-poster {
    z-index: 1
}

.lg-outer .lg-has-video .lg-video-object {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button, .lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
    opacity: 0 !important
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
    opacity: 1
}

@-webkit-keyframes lg-play-stroke {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes lg-play-stroke {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

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

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

.lg-video-play-button {
    width: 18%;
    max-width: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    will-change: opacity, transform;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
    -o-transition: -o-transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
    -webkit-transition: opacity .1s, -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28);
    transition: opacity .1s, -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28);
    -o-transition: transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
    transition: transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
    transition: transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s, -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28)
}

.lg-video-play-button:hover .lg-video-play-icon, .lg-video-play-button:hover .lg-video-play-icon-bg {
    opacity: 1
}

.lg-video-play-icon-bg {
    fill: none;
    stroke-width: 3%;
    stroke: #fcfcfc;
    opacity: .6;
    will-change: opacity;
    -webkit-transition: opacity .12s ease-in;
    -o-transition: opacity .12s ease-in;
    transition: opacity .12s ease-in
}

.lg-video-play-icon-circle {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    fill: none;
    stroke-width: 3%;
    stroke: rgba(30, 30, 30, .9);
    stroke-opacity: 1;
    stroke-linecap: round;
    stroke-dasharray: 200;
    stroke-dashoffset: 200
}

.lg-video-play-icon {
    position: absolute;
    width: 25%;
    max-width: 120px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: .6;
    will-change: opacity;
    -webkit-transition: opacity .12s ease-in;
    -o-transition: opacity .12s ease-in;
    transition: opacity .12s ease-in
}

.lg-video-play-icon .lg-video-play-icon-inner {
    fill: #fcfcfc
}

.lg-video-loading .lg-video-play-icon-circle {
    -webkit-animation: lg-play-rotate 2s linear .25s infinite, lg-play-stroke 1.5s ease-in-out .25s infinite;
    animation: lg-play-rotate 2s linear .25s infinite, lg-play-stroke 1.5s ease-in-out .25s infinite
}

.lg-video-loaded .lg-video-play-button {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(.7);
    -ms-transform: translate(-50%, -50%) scale(.7);
    transform: translate(-50%, -50%) scale(.7)
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-single-item .lg-autoplay-button {
    opacity: .75;
    pointer-events: none
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    will-change: transform;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
    -o-transition: -o-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
    transition: -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
    -o-transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
    transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
    transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    will-change: transform;
    -webkit-transition: -webkit-transform .8s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .8s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .8s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: transform .8s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .8s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .8s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .8s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    will-change: opacity, transform;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s !important;
    -o-transition: -o-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s !important;
    -webkit-transition: opacity .15s, -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s !important;
    transition: opacity .15s, -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s !important;
    -o-transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s !important;
    transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s !important;
    transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s, -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s !important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-icon.lg-zoom-in:after {
    content: "\e311"
}

.lg-icon.lg-actual-size {
    font-size: 20px
}

.lg-icon.lg-actual-size:after {
    content: "\e033"
}

.lg-icon.lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

.lg-icon.lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed .lg-icon.lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer.lg-first-slide-loading .lg-actual-size, .lg-outer.lg-first-slide-loading .lg-zoom-in, .lg-outer.lg-first-slide-loading .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-actual-size, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer[data-lg-slide-type=video] .lg-actual-size, .lg-outer[data-lg-slide-type=video] .lg-zoom-in, .lg-outer[data-lg-slide-type=video] .lg-zoom-out {
    opacity: .75;
    pointer-events: none
}

.lg-outer .lg-pager-outer {
    text-align: center;
    z-index: 1080;
    height: 10px;
    margin-bottom: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer.lg-single-item .lg-pager-outer {
    display: none
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    will-change: transform, opacity;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    transition: -webkit-box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer .lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    will-change: visibility, opacity;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active .lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active .lg-share {
    color: #fff
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    will-change: visibility, opacity, transform;
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    -o-transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown > li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer .lg-share {
    position: relative
}

.lg-outer .lg-share:after {
    content: "\e80d"
}

.lg-outer .lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer .lg-share-facebook .lg-icon:after {
    content: "\e904"
}

.lg-outer .lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer .lg-share-twitter .lg-icon:after {
    content: "\e907"
}

.lg-outer .lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer .lg-share-pinterest .lg-icon:after {
    content: "\e906"
}

.lg-comment-box {
    width: 420px;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
    will-change: transform;
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .4s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-comment-box .lg-comment-title {
    margin: 0;
    color: #fff;
    font-size: 18px
}

.lg-comment-box .lg-comment-header {
    background-color: #000;
    padding: 12px 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.lg-comment-box .lg-comment-body {
    height: 100% !important;
    padding-top: 43px !important;
    width: 100% !important
}

.lg-comment-box .fb-comments {
    height: 100%;
    width: 100%;
    background: url(/local/templates/main/assets/css/../images/loading.gif) no-repeat scroll center center #fff;
    overflow-y: auto;
    display: inline-block
}

.lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
    background-image: none
}

.lg-comment-box .fb-comments > span {
    max-width: 100%
}

.lg-comment-box .lg-comment-close {
    position: absolute;
    right: 5px;
    top: 12px;
    cursor: pointer;
    font-size: 20px;
    color: #999;
    will-change: color;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-comment-box .lg-comment-close:hover {
    color: #fff
}

.lg-comment-box .lg-comment-close:after {
    content: "\e070"
}

.lg-comment-box iframe {
    max-width: 100% !important;
    width: 100% !important
}

.lg-comment-box #disqus_thread {
    padding: 0 20px
}

.lg-outer .lg-comment-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    will-change: visibility, opacity;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer .lg-comment-toggle:after {
    content: "\e908"
}

.lg-outer.lg-comment-active .lg-comment-overlay {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-comment-active .lg-comment-toggle {
    color: #fff
}

.lg-outer.lg-comment-active .lg-comment-box {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-img-rotate {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .4s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor, .lg-outer[data-lg-slide-type=iframe] .lg-flip-ver, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-left, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-right, .lg-outer[data-lg-slide-type=video] .lg-flip-hor, .lg-outer[data-lg-slide-type=video] .lg-flip-ver, .lg-outer[data-lg-slide-type=video] .lg-rotate-left, .lg-outer[data-lg-slide-type=video] .lg-rotate-right {
    opacity: .75;
    pointer-events: none
}

.lg-rotate-left:after {
    content: "\e900"
}

.lg-rotate-right:after {
    content: "\e901"
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
    font-size: 26px
}

.lg-flip-ver:after {
    content: "\e903"
}

.lg-flip-hor:after {
    content: "\e902"
}

.lg-medium-zoom-item {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.lg-medium-zoom .lg-outer {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.lg-relative-caption .lg-outer .lg-sub-html {
    white-space: normal;
    bottom: auto;
    padding: 0;
    background-image: none
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
    opacity: 0;
    padding: 16px 0;
    -webkit-transition: .5s opacity ease;
    -o-transition: .5s opacity ease;
    transition: .5s opacity ease
}

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
    opacity: 1
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-container {
    display: none;
    outline: 0
}

.lg-container.lg-show {
    display: block
}

.lg-on {
    scroll-behavior: unset
}

.lg-hide-sub-html .lg-sub-html, .lg-next, .lg-pager-outer, .lg-prev, .lg-toolbar {
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
    -webkit-transition: opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-show-in .lg-next, .lg-show-in .lg-pager-outer, .lg-show-in .lg-prev, .lg-show-in .lg-toolbar {
    opacity: 1
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1
}

.lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: .001;
    outline: 0;
    will-change: auto;
    overflow: hidden;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-zoom-from-image {
    opacity: 1
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
    white-space: nowrap
}

.lg-outer .lg-item {
    display: none !important
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url(/local/templates/main/assets/css/img/loading.gif) no-repeat scroll center center transparent
}

.lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative
}

.lg-outer .lg-empty-html .lg-sub-html, .lg-outer .lg-empty-html.lg-sub-html {
    display: none
}

.lg-outer.lg-hide-download .lg-download {
    opacity: .75;
    pointer-events: none
}

.lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    -webkit-transition: opacity .2s ease-out .15s;
    -o-transition: opacity .2s ease-out .15s;
    transition: opacity .2s ease-out .15s
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    will-change: auto;
    -webkit-transition: opacity 333ms ease-in 0s;
    -o-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
    -o-transition: -o-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
    transition: -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
    -o-transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
    transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
    transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s, -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-container {
    display: none
}

.lg-container.lg-show {
    display: block
}

.lg-container.lg-dragging-vertical .lg-backdrop {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-inline .lg-backdrop, .lg-inline .lg-outer {
    position: absolute
}

.lg-inline .lg-backdrop {
    z-index: 1
}

.lg-inline .lg-outer {
    z-index: 2
}

.lg-inline .lg-maximize:after {
    content: "\e909"
}

.lg-components {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    -webkit-transition: -webkit-transform .35s ease-out 0s;
    -o-transition: -o-transform .35s ease-out 0s;
    transition: -webkit-transform .35s ease-out 0s;
    -o-transition: transform .35s ease-out 0s;
    transition: transform .35s ease-out 0s;
    transition: transform .35s ease-out 0s, -webkit-transform .35s ease-out 0s;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.easyzoom {
    position: relative;
    display: inline-block
}

.easyzoom img {
    vertical-align: bottom
}

.easyzoom.is-loading img {
    cursor: progress
}

.easyzoom.is-ready img {
    cursor: crosshair
}

.easyzoom.is-error img {
    cursor: not-allowed
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #fff
}

.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

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

aside, footer, header, nav, section {
    display: block
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer;
    background-color: rgba(1, 1, 1, 0)
}

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

a, a:visited {
    text-decoration: none;
    color: #000
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top;
    max-width: 100%;
    height: 100%;
    width: 100%
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit
}

@font-face {
    font-family: Montserrat;
    src: url(/local/templates/main/assets/css/../fonts/Montserrat-ExtraBold.woff2) format("woff2"), url(/local/templates/main/assets/css/../fonts/Montserrat-ExtraBold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/local/templates/main/assets/css/../fonts/Montserrat-Medium.woff2) format("woff2"), url(/local/templates/main/assets/css/../fonts/Montserrat-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/local/templates/main/assets/css/../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(/local/templates/main/assets/css/../fonts/Montserrat-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/local/templates/main/assets/css/../fonts/Montserrat-Bold.woff2) format("woff2"), url(/local/templates/main/assets/css/../fonts/Montserrat-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/local/templates/main/assets/css/../fonts/Montserrat-Light.woff2) format("woff2"), url(/local/templates/main/assets/css/../fonts/Montserrat-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/local/templates/main/assets/css/../fonts/Montserrat-Regular.woff2) format("woff2"), url(/local/templates/main/assets/css/../fonts/Montserrat-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Manrope;
    src: url(/local/templates/main/assets/css/../fonts/Manrope-Regular.woff2) format("woff2"), url(/local/templates/main/assets/css/../fonts/Manrope-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.title {
    font-family: Montserrat, Arial, sans-serif
}

.title--1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 78px
}

.title--2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 38px
}

.title--3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px
}

.title--4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px
}

.title--5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px
}

.title--m {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px
}

.title--s {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px
}

.title--xs {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .05em
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px
}

::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

::-webkit-scrollbar-track {
    background-color: var(--color-bg)
}

::-webkit-scrollbar-thumb {
    background-color: var(--color-main);
    border-radius: 5px
}

.container-100 {
    padding: 0 100px
}

.page-container {
    max-width: 1360px;
    margin: 0 auto;
    margin-top: 60px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%
}

.page-container--main {
    max-width: 100%
}

html {
    height: 100%;
    overflow: hidden
}

body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: Montserrat, Arial, sans-serif;
    color: var(--color-black);
    background-color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

body::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

body::-webkit-scrollbar-track {
    margin-top: 60px;
    background-color: var(--color-bg)
}

body::-webkit-scrollbar-thumb {
    background-color: var(--color-main);
    border-radius: 5px
}

.wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.hidden {
    display: none
}

.highlight {
    color: var(--color-main) !important
}

.gallery-slide img {
    width: 100% !important
}

.error {
    display: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #f54a04
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    outline: 0;
    padding: 15px 20px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: Montserrat, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px
}

.button-timer {
    gap: 10px
}

.button-timer .timer {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    width: 70px;
    text-align: center
}

.button-small {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px
}

.button-icon {
    padding: 0;
    gap: 10px
}

.button-icon svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px
}

.button-primary {
    background-color: var(--color-main);
    color: var(--color-white);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.button-primary-disabled, .button-primary:disabled {
    background-color: #dce2e8;
    color: var(--color-white)
}

.button-primary:hover {
    background-color: var(--color-main-hover)
}

.button-primary:active, .button-primary:focus {
    background-color: var(--color-main);
    color: var(--color-white)
}

.button-secondary {
    background: var(--color-lg-steel-3);
    color: var(--color-bg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.button-secondary:focus, .button-secondary:hover {
    background-color: var(--color-lg-steel-3-hover)
}

.button-secondary:focus-visible {
    outline: 2px solid rgba(135, 207, 255, .5)
}

.button-secondary-disabled, .button-secondary:disabled {
    background-color: var(--color-lg);
    color: var(--color-bg)
}

.button-strok {
    background-color: #d1d6e0;
    color: var(--color-bg)
}

.button-strok:focus {
    opacity: .8
}

.button-strok:hover {
    opacity: .8
}

.button-strok:active {
    opacity: .8
}

.button-black {
    background: var(--color-bg);
    gap: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.button-black * {
    color: var(--color-white)
}

.button-black:focus, .button-black:hover {
    background-color: #191e2e
}

.button-black-disabled, .button-black:disabled {
    background-color: var(--color-bg);
    color: var(--color-white)
}

.custom-input {
    width: 100%;
    font-family: Montserrat, Arial, sans-serif
}

.custom-input label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 100%
}

.custom-input input, .custom-input textarea {
    padding: 22px 20px;
    border: 1px solid rgba(141, 150, 179, .2);
    width: 100%
}

.custom-input textarea {
    resize: none;
    height: 130px;
    overflow-y: auto;
    border-radius: 10px
}

.custom-input input, .custom-input textarea {
    outline: 0;
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #98a7b6
}

.custom-input input::-webkit-input-placeholder, .custom-input textarea::-webkit-input-placeholder {
    color: #98a7b6
}

.custom-input input::-moz-placeholder, .custom-input textarea::-moz-placeholder {
    color: #98a7b6
}

.custom-input input:-ms-input-placeholder, .custom-input textarea:-ms-input-placeholder {
    color: #98a7b6
}

.custom-input input::-ms-input-placeholder, .custom-input textarea::-ms-input-placeholder {
    color: #98a7b6
}

.custom-input input:-moz-placeholder-shown, .custom-input textarea:-moz-placeholder-shown {
    color: #98a7b6
}

.custom-input input:-ms-input-placeholder, .custom-input textarea:-ms-input-placeholder {
    color: #98a7b6
}

.custom-input input::placeholder, .custom-input input:placeholder-shown, .custom-input textarea::placeholder, .custom-input textarea:placeholder-shown {
    color: #98a7b6
}

.custom-input input:invalid, .custom-input textarea:invalid {
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-input--search input, .custom-input--search textarea {
    padding: 19px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-lg-steel)
}

.custom-input--search input {
    border: 1px solid var(--color-main)
}

.custom-input--popup input, .custom-input--popup textarea {
    padding: 20px;
    color: var(--color-steal);
    border: 1px solid transparent;
    background-color: var(--color-lg)
}

.custom-input--popup input::-webkit-input-placeholder, .custom-input--popup textarea::-webkit-input-placeholder {
    color: var(--color-steal)
}

.custom-input--popup input::-moz-placeholder, .custom-input--popup textarea::-moz-placeholder {
    color: var(--color-steal)
}

.custom-input--popup input:-ms-input-placeholder, .custom-input--popup textarea:-ms-input-placeholder {
    color: var(--color-steal)
}

.custom-input--popup input::-ms-input-placeholder, .custom-input--popup textarea::-ms-input-placeholder {
    color: var(--color-steal)
}

.custom-input--popup input:-moz-placeholder-shown, .custom-input--popup textarea:-moz-placeholder-shown {
    color: var(--color-steal)
}

.custom-input--popup input:-ms-input-placeholder, .custom-input--popup textarea:-ms-input-placeholder {
    color: var(--color-steal)
}

.custom-input--popup input::placeholder, .custom-input--popup input:placeholder-shown, .custom-input--popup textarea::placeholder, .custom-input--popup textarea:placeholder-shown {
    color: var(--color-steal)
}

.custom-input--lc input, .custom-input--lc textarea {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    background-color: var(--color-lg);
    border: none;
    color: var(--color-bg)
}

.custom-input--lc input:-moz-placeholder-shown {
    color: var(--color-bg)
}

.custom-input--lc input:-ms-input-placeholder {
    color: var(--color-bg)
}

.custom-input--lc input:placeholder-shown {
    color: var(--color-bg)
}

.burger-menu {
    border: none;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.burger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--color-white);
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .2s ease-in-out, opacity 0s;
    -o-transition: .2s ease-in-out, opacity 0s;
    transition: .2s ease-in-out, opacity 0s
}

.burger-menu span:nth-child(1) {
    top: 0
}

.burger-menu span:nth-child(2), .burger-menu span:nth-child(3) {
    top: 8px
}

.burger-menu span:nth-child(4) {
    top: 16px
}

.burger-menu.open span:nth-child(1) {
    top: 16px;
    width: 0%;
    left: 50%;
    opacity: 0
}

.burger-menu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.burger-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.burger-menu.open span:nth-child(4) {
    top: 16px;
    width: 0%;
    left: 50%;
    opacity: 0
}

.breadcrumbs {
    padding-top: 20px
}

.breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.breadcrumbs--service .breadcrumbs-item a {
    color: var(--color-lg)
}

.breadcrumbs--service .breadcrumbs-item .breadcrumbs--service .breadcrumbs-item:not(:last-child):after {
    color: var(--color-lg)
}

.breadcrumbs-item {
    position: relative
}

.breadcrumbs-item a {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: var(--color-lg-steel);
    display: inline-block
}

.breadcrumbs-item:not(:last-child):after {
    content: "/";
    width: 9px;
    height: 1px;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: var(--color-lg-steel);
    display: inline-block
}

.custom-select {
    cursor: pointer;
    position: relative
}

.custom-select--select {
    display: none;
    opacity: 0;
    visibility: hidden
}

.custom-select.active .result {
    display: block;
    opacity: 1;
    visibility: visible;
    position: absolute;
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 3000;
    background: var(--color-white)
}

.custom-select.active .result__box:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    width: 5px;
    height: 5px;
    margin-left: 5px;
    border-top: 5px solid var(--color-accent-1);
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    display: block
}

.custom-select .result__box {
    padding: 8px 20px;
    border-radius: 10000px;
    border: 1px solid rgba(141, 150, 179, .2);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--color-typo)
}

.custom-select .result__box span:last-child {
    white-space: initial !important;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 1;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    max-wwidth: 100%;
    width: calc(100% - 20px)
}

.custom-select .result__box:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    margin-left: 5px;
    border-top: 5px solid var(--color-accent-1);
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    display: block
}

.custom-select .result {
    margin-top: 8px;
    display: none;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    width: 100%;
    max-height: 249px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background: var(--bg-color);
    -webkit-box-shadow: 0 0 12px rgba(0, 77, 230, .06), 0 16px 11px rgba(0, 77, 230, .01), 0 8px 9px rgba(0, 77, 230, .02), 0 4px 7px rgba(0, 77, 230, .02), 0 2px 4px rgba(0, 77, 230, .03), 0 0 0 rgba(0, 77, 230, .04);
    box-shadow: 0 0 12px rgba(0, 77, 230, .06), 0 16px 11px rgba(0, 77, 230, .01), 0 8px 9px rgba(0, 77, 230, .02), 0 4px 7px rgba(0, 77, 230, .02), 0 2px 4px rgba(0, 77, 230, .03), 0 0 0 rgba(0, 77, 230, .04);
    border-radius: 4px;
    position: relative;
    z-index: 5
}

.custom-select .result::-webkit-scrollbar {
    width: 4px
}

.custom-select .result::-webkit-scrollbar-track {
    background: var(--color-accent-3)
}

.custom-select .result::-webkit-scrollbar-thumb {
    background: var(--color-accent-2)
}

.custom-select .result::-webkit-scrollbar-thumb:hover {
    background: var(--color-accent-1)
}

.custom-select .result__item {
    width: 100%;
    padding: 10px 20px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.custom-select .result__item span {
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--color-typo);
    letter-spacing: .01em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-select .result__item:nth-of-type(1) {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px
}

.custom-select .result__item:nth-last-of-type(1) {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.custom-select .selected {
    background-color: var(--color-accent-1);
    position: relative
}

.custom-select .selected::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    z-index: 4;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 12L10 16L18 8' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.custom-select .selected span {
    color: var(--color-white)
}

.custom-select__input_value_hidden {
    opacity: 0;
    visibility: hidden;
    width: 1px;
    height: 1px;
    position: absolute;
    top: -9999px;
    left: -9999px
}

.custom-lc-no-border .result, .custom-lc-no-border .result__box {
    border: none !important
}

.custom-lc-no-border .result__box {
    padding-left: 0 !important
}

.custom-lc-no-border.active .result, .custom-lc-no-border.active .result__box {
    border: none !important
}

.custom-lc.active .result, .custom-lc.active .result__box {
    border: 1px solid var(--color-main);
    border-radius: 0
}

.custom-lc.active .result__box {
    border-bottom: 1px solid rgba(1, 1, 1, 0)
}

.custom-lc.active .result {
    margin-top: -1px;
    border-top: 1px solid rgba(1, 1, 1, 0);
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-lc .result {
    margin-top: 0
}

.custom-lc .result__item {
    border-radius: 0 !important
}

.custom-lc .result__box {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-lg-steel);
    padding: 15px;
    border-radius: 0
}

.custom-lc .result__box::after {
    right: 10px !important;
    width: 18px !important;
    height: 18px !important;
    border: none !important;
    margin-top: 0 !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjUgNi4zNzVMOSAxMC44NzVMNC41IDYuMzc1IiBzdHJva2U9IiMxNDE4MjMiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.tabs {
    margin-top: 20px
}

.tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-lg-steel);
    border-bottom: 1px solid var(--color-lg-steel-3);
    position: relative
}

.tabs-list > * + * {
    margin-left: 30px
}

.tabs-list::after, .tabs-list::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    bottom: -1px;
    left: -40px;
    display: block;
    background: var(--color-lg-steel-3)
}

.tabs-list::after {
    left: unset;
    right: -40px
}

.tabs-list__item.active {
    border-bottom: 1px solid #141823;
    margin-bottom: -1px
}

.tabs-list__item.active .tabs-button {
    color: var(--color-bg)
}

.tabs-list__item .tabs-button {
    color: var(--color-lg-steel)
}

.tabs-body {
    padding-top: 30px;
    padding-right: 300px
}

.tabs-body__container {
    padding: 30px;
    border: 1px solid var(--color-lg-steel-3)
}

.tabs-content {
    display: none
}

.tabs-content.active {
    display: block
}

.tabs-button {
    padding-left: 0;
    padding-right: 0
}

.custom-checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-checkbox span {
    margin-left: 15px
}

.custom-checkbox input {
    opacity: 0;
    visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1px;
    height: 1px
}

.custom-checkbox input:checked ~ .checkbox {
    background-color: var(--color-main);
    -webkit-transition: background-color .3s ease-in-out, border .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border .3s ease-in-out;
    transition: background-color .3s ease-in-out, border .3s ease-in-out;
    border: none
}

.custom-checkbox input:checked ~ .checkbox:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out
}

.custom-checkbox .checkbox {
    width: 18px;
    height: 18px;
    border: 1.2px solid #d1d6e0;
    border-radius: 1.5px;
    background-color: #fff;
    position: relative;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.custom-checkbox .checkbox:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 12px;
    width: 14px;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNzUgNUw1LjUgOC43NUwxMyAxLjI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out
}

.popup {
    width: 100%;
    background-color: var(--color-white);
    margin: 0 auto
}

.popup__booking {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    width: 100%
}

.popup__row .popup__header {
    text-align: center
}

.popup__row > .button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.popup::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

.popup::-webkit-scrollbar-track {
    background-color: var(--color-lg)
}

.popup::-webkit-scrollbar-thumb {
    background-color: var(--color-main);
    border-radius: 5px
}

.popup-padding {
    padding: 0 50px
}

.popup-padding-30 {
    padding: 0 30px
}

.popup__list {
    margin-top: 30px;
    display: grid;
    grid-template-columns:1fr 1fr;
    -webkit-column-gap: 68px;
    -moz-column-gap: 68px;
    column-gap: 68px;
    row-gap: 30px;
    overflow-y: auto
}

.popup__list::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

.popup__list::-webkit-scrollbar-track {
    background-color: var(--color-lg)
}

.popup__list::-webkit-scrollbar-thumb {
    background-color: var(--color-main);
    border-radius: 5px
}

.popup__item {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-lg-steel)
}

.popup__item.active {
    color: var(--color-main);
    text-decoration: underline
}

.popup__terms {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px
}

.popup__description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500
}

.popup__info {
    display: none;
    border-top: 1px solid var(--color-lg-steel-2)
}

.popup__info .header-list__item * {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.popup__header {
    font-family: Montserrat, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--color-bg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.popup__thanks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup__thanks-contact {
    margin-top: 55px;
    display: grid;
    grid-template-columns:1fr 1fr;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
    row-gap: 30px
}

.popup__thanks-contact .column {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.popup__thanks-contact p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px
}

.popup__thanks-contact .contact-phone {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px
}

.popup__thanks .popup__confirm {
    margin-top: 40px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px
}

.popup__thanks .popup__description {
    font-size: 16px;
    line-height: 20px
}

.popup__thanks * {
    text-align: center
}

.popup-button-link {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    margin-top: 30px
}

.popup-button-confirm {
    margin-top: 50px;
    color: var(--color-white) !important;
    width: 100%
}

.popup-button-search {
    width: 60px;
    height: 60px
}

.popup-button-search svg path {
    fill: var(--color-white)
}

.popup-button-forgot {
    font-weight: 500;
    padding-left: 0;
    color: var(--color-bg);
    text-decoration: underline
}

.popup__form {
    margin-top: 20px
}

.popup__form-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popup__form-wrapper > * + * {
    margin-top: 20px
}

.popup__form-controls {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.popup__form-controls > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.company-list {
    margin-top: 30px
}

.company-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px
}

.company-list > * + * {
    margin-top: 15px
}

.view-mode {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.view-mode.is-mobile {
    display: none
}

.view-mode__item.active path {
    stroke: var(--color-main)
}

.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    min-width: auto;
    max-width: 280px;
    width: 100%
}

.filter .custom-select {
    width: 100%
}

.filter .custom-select .selected {
    background-color: var(--color-white)
}

.filter .custom-select .selected::after {
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNC43NUw0Ljc1IDguNUwxMi4yNSAxIiBzdHJva2U9IiM0MjlDRUYiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    width: 14px;
    height: 12px
}

.filter .custom-select .result {
    max-height: 255px
}

.filter .custom-select .result__box-selected {
    color: var(--color-bg)
}

.filter .custom-select .result span {
    color: var(--color-bg)
}

.filter .custom-select .result::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

.filter .custom-select .result::-webkit-scrollbar-track {
    background-color: var(--color-lg-steel-2)
}

.filter .custom-select .result::-webkit-scrollbar-thumb {
    background-color: var(--color-main);
    border-radius: 5px
}

.filter-dropdown {
    max-width: 300px;
    min-width: 240px
}

.filter-sort {
    display: none
}

.filter-sort__button {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-bg);
    padding: 15px;
    padding-left: 0;
    border-radius: 0
}

.filter-sort__button span {
    position: relative
}

.filter-sort__button span::after {
    content: "";
    right: -25px !important;
    width: 18px !important;
    height: 18px !important;
    border: none !important;
    margin-top: 0 !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjUgNi4zNzVMOSAxMC44NzVMNC41IDYuMzc1IiBzdHJva2U9IiMxNDE4MjMiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.filter-sort {
    min-width: 180px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.filter-sort .result__box span:last-child {
    width: 100%
}

.filter-sort.filter-mobile .result__box-selected-mobile {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-bg)
}

.filter-sort.filter-mobile .result__item span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-lg-steel)
}

.filter-sort.filter-mobile .result__item.selected span {
    color: var(--color-bg)
}

.filter-sort .result__box-selected-mobile {
    display: none !important
}

.filter-border {
    width: 280px
}

.filter-border .filter-title {
    color: #8d8d8d
}

.filter-border * {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px
}

.filter-title {
    padding-right: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.filter-mobile {
    display: none !important
}

.filter-mobile .filter-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(20, 24, 35, .5);
    z-index: 1;
    width: 100%;
    height: 100%
}

.filter-mobile .filter-container {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.filter-mobile .filter-container.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 40;
    right: 0;
    top: 0
}

.filter-mobile .custom-select {
    margin-top: auto;
    z-index: 2
}

.filter-mobile .custom-select.active .result__box {
    background: var(--color-white)
}

.filter-mobile .custom-select.active .result__box-selected {
    display: none !important
}

.filter-mobile .custom-select.active .result__box-selected-mobile {
    display: block !important
}

.form-filter {
    width: 100%
}

.range-slider__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.range-slider__slider {
    height: 2px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.range-slider__slider .noUi-connects {
    border-radius: 0;
    height: 1px;
    cursor: pointer;
    background-color: var(--color-lg-steel)
}

.range-slider__slider .noUi-connect {
    background-color: var(--color-main)
}

.range-slider__slider .noUi-handle {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    right: -17px;
    top: -13px
}

.range-slider__slider .noUi-handle:after, .range-slider__slider .noUi-handle:before {
    display: none
}

.range-slider label:has(>input:focus) {
    border: 1px solid var(--color-main)
}

.range-slider__control {
    border: 1px solid #d1d6e0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 8px 5px 8px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.range-slider__control * {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--color-lg-steel)
}

.range-slider__control input {
    color: var(--color-bg);
    outline: 0;
    width: 50px;
    padding-top: 3px;
    margin-left: 4px
}

.range-slider__control input::-webkit-inner-spin-button, .range-slider__control input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none
}

.range-slider__control input:focus {
    outline: 0;
    border: none
}

.dropdown {
    cursor: pointer;
    position: relative;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-lg-steel)
}

.dropdown-result {
    padding: 14px;
    border-radius: 0;
    border: 1px solid rgba(141, 150, 179, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: relative
}

.dropdown-result::after {
    right: 10px !important;
    width: 18px !important;
    height: 18px !important;
    border: none !important;
    margin-top: 0 !important;
    content: "";
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjUgNi4zNzVMOSAxMC44NzVMNC41IDYuMzc1IiBzdHJva2U9IiMxNDE4MjMiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.dropdown-result__item {
    opacity: 1;
    color: var(--color-bg)
}

.dropdown-container {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    padding: 10px 15px 15px 15px;
    background: var(--color-white)
}

.dropdown.active .dropdown-result {
    border-bottom: 1px solid rgba(1, 1, 1, 0) !important
}

.dropdown.active .dropdown-result:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.dropdown.active .dropdown-container {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: -1px;
    border-top: 1px solid rgba(1, 1, 1, 0) !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dropdown.active .dropdown-container, .dropdown.active .dropdown-result {
    border: 1px solid var(--color-main);
    border-radius: 0
}

.tooltip-item {
    padding: 5px 10px;
    color: var(--color-white);
    background-color: var(--color-main)
}

.modal {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, .4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .3s ease-in, opacity .6s ease-in, -webkit-transform .3s ease-in;
    transition: visibility .3s ease-in, opacity .6s ease-in, -webkit-transform .3s ease-in;
    -o-transition: transform .3s ease-in, visibility .3s ease-in, opacity .6s ease-in;
    transition: transform .3s ease-in, visibility .3s ease-in, opacity .6s ease-in;
    transition: transform .3s ease-in, visibility .3s ease-in, opacity .6s ease-in, -webkit-transform .3s ease-in;
    pointer-events: none;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.modal-search {
    top: 88px
}

.modal-search .modal__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.modal-big .modal__close-btn {
    top: 20px;
    right: 20px
}

.modal-big .card-product__image {
    height: 186px;
    max-height: 186px
}

.modal-big .card-product__title {
    margin-top: 18px;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: var(--color-bg)
}

.modal-big .card-product__price {
    margin-top: 10px
}

.modal-big .popup {
    max-width: 700px;
    width: 700px;
    padding: 30px 0;
    max-height: 890px;
    height: auto;
    overflow-y: auto
}

.modal-big .popup input {
    color: var(--color-bg)
}

.modal-big .popup input::-webkit-input-placeholder {
    color: var(--color-bg)
}

.modal-big .popup input::-moz-placeholder {
    color: var(--color-bg)
}

.modal-big .popup input:-ms-input-placeholder {
    color: var(--color-bg)
}

.modal-big .popup input::-ms-input-placeholder {
    color: var(--color-bg)
}

.modal-big .popup input:-moz-placeholder-shown {
    color: var(--color-bg)
}

.modal-big .popup input:-ms-input-placeholder {
    color: var(--color-bg)
}

.modal-big .popup input::placeholder, .modal-big .popup input:placeholder-shown {
    color: var(--color-bg)
}

.modal-big .popup__list {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 20px
}

.modal-big .popup__form {
    margin-top: 0;
    padding-right: 60px
}

.modal-big .popup__description {
    margin-top: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--color-bg)
}

.modal-wide .popup {
    max-width: 550px;
    width: 550px;
    padding: 30px 0;
    max-height: 800px;
    height: auto
}

.modal-wide .popup__list {
    max-height: 620px
}

.modal-wide .popup__header {
    margin-bottom: 10px
}

.modal-base .popup {
    max-width: 500px;
    width: 500px;
    padding: 50px 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.modal__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.modal__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.modal__body {
    padding: 0;
    width: auto;
    height: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: visibility .6s ease-in, opacity .6s ease-in, -webkit-transform .3s ease-in;
    transition: visibility .6s ease-in, opacity .6s ease-in, -webkit-transform .3s ease-in;
    -o-transition: transform .3s ease-in, visibility .6s ease-in, opacity .6s ease-in;
    transition: transform .3s ease-in, visibility .6s ease-in, opacity .6s ease-in;
    transition: transform .3s ease-in, visibility .6s ease-in, opacity .6s ease-in, -webkit-transform .3s ease-in
}

.modal__close-btn {
    position: absolute;
    top: 25px;
    right: 50px;
    z-index: 1;
    width: 40px;
    height: 40px;
    padding: 12px;
    border-radius: 100%;
    border: none;
    cursor: pointer
}

.modal__close-btn svg {
    fill: var(--color-bg)
}

.modal.open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    z-index: 99
}

.modal.open .modal__body {
    height: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: visibility .6s ease-in, opacity .6s ease-in, -webkit-transform .3s ease-in;
    transition: visibility .6s ease-in, opacity .6s ease-in, -webkit-transform .3s ease-in;
    -o-transition: transform .3s ease-in, visibility .6s ease-in, opacity .6s ease-in;
    transition: transform .3s ease-in, visibility .6s ease-in, opacity .6s ease-in;
    transition: transform .3s ease-in, visibility .6s ease-in, opacity .6s ease-in, -webkit-transform .3s ease-in
}

.accordion {
    padding: 30px 130px 30px 30px;
    position: relative
}

.accordion.open .accordion__body p {
    display: block
}

.accordion__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.accordion__body {
    margin-top: 15px;
    margin-bottom: 15px
}

.accordion__body p {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: var(--color-black);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical
}

.accordion__footer {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.accordion__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.accordion__header > * + * {
    margin-left: 15px
}

.accordion__tag {
    padding: 2px 12px;
    border-radius: 100px;
    background-color: var(--color-bg-lite)
}

.accordion__tag-text {
    color: var(--color-typo)
}

.accordion__close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    width: 40px;
    height: 40px;
    padding: 12px;
    border-radius: 100%;
    background-color: var(--color-bg-lite);
    border: none;
    cursor: pointer
}

.accordion__close-btn svg {
    fill: var(--color-typo)
}

.header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: var(--color-bg);
    color: var(--color-white)
}

.header a {
    color: inherit;
    display: block
}

.header .is-mobile {
    display: none;
    margin-left: auto
}

.header__logo img {
    max-height: 45px;
    height: 45px;
    width: auto
}

.header__submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: opacity .4s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: opacity .4s ease-in-out, -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out, opacity .4s ease-in-out;
    transition: transform .5s ease-in-out, opacity .4s ease-in-out;
    transition: transform .5s ease-in-out, opacity .4s ease-in-out, -webkit-transform .5s ease-in-out;
    padding: 5px 0;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__submenu-search {
    display: none
}

.header__submenu-tablet {
    display: none
}

.header__navbar {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns:220px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 120px
}

.header__container {
    padding: 0 100px;
    height: 60px
}

.header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    height: 100%;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px
}

.header-list a {
    display: inline-block
}

.header-list__ico {
    height: 18px;
    display: inline-block
}

.header-list .location-block {
    color: var(--color-white)
}

.header-list__item {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-list__item * {
    white-space: nowrap
}

.header-list__item--mobile {
    display: none
}

.header-list__item-phone .header-list__ico {
    display: none
}

.header-list__item-map {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: none
}

.header-list__item-email__text {
    display: none
}

.header-list__item-search {
    padding: 0 5px;
    margin-right: 30px
}

.header-list__item-search button {
    height: 100%;
    padding-top: 8px;
    padding-bottom: 8px
}

footer {
    display: block
}

.footer-wrap .footer__container {
    max-width: 1360px;
    margin: 0 auto
}

.footer-wrap .footer__background img {
}

.footer-card {
    background-color: var(--color-bg);
    color: var(--color-white)
}

.footer-card__container {
    position: relative;
    z-index: 10;
    width: 100%
}

.footer {
    margin-top: auto;
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: var(--color-bg);
    color: var(--color-white)
}

.footer-overlay, .footer__background {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%;
    z-index: -2
}

.footer-overlay {
    z-index: -1;
    width: 100%;
    background: rgba(20, 24, 35, .7)
}

.footer__background {
    max-width: 31%
}

.footer__phone {
    font-family: Montserrat, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-white)
}

.footer__container {
    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: 30px
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px
}

.footer__link {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px
}

.footer__button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.footer a {
    color: var(--color-white)
}

.footer__developer {
    margin-top: auto;
    white-space: nowrap
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px
}

.column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.form-link {
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: context-menu
}

.form-link a {
    color: var(--color-main)
}

.form-row {
    position: relative
}

.form-error {
    display: none;
    position: absolute;
    right: 65px;
    top: -50px;
    padding: 10px 9px;
    background: #f54a04;
    color: var(--color-white);
    font-family: Montserrat, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px
}

.form-error div {
    position: relative
}

.form-error div:after {
    position: absolute;
    bottom: -17px;
    left: 10px;
    width: 17px;
    height: 17px;
    background: #f54a04;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1
}

.card-setting {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-setting * {
    font-family: inherit;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: var(--color-typo)
}

.card-setting > * + * {
    margin-top: 3px
}

.searched-select {
    font-weight: 700
}

.searched__item {
    padding: 8px 0;
    height: auto
}

.searched__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px
}

.searched__link {
    width: 100%;
    height: 100%;
    color: var(--color-black)
}

.card-product {
    width: 100%;
    padding: 20px;
    border: 1px solid transparent;
    position: relative
}

.card-product--disable .image-switch__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(255, 255, 255, .4)
}

.card-product--disable .card-product__title, .card-product--disable .product-price__current, .card-product--disable .product-price__last, .card-product--disable .property-value {
    opacity: .6
}

.card-product__container {
    position: relative
}

.card-product__tooltip-list {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px
}

.card-product-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0)
}

.card-product__image {
    position: relative;
    overflow: hidden;
    display: block;
    height: 260px
}

.card-product__image .swiper-pagination-bullet {
    display: block;
    width: auto;
    background: rgba(238, 240, 242, .5);
    border-radius: 2px;
    height: 3px;
    margin: 0 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: 1
}

.card-product__image .swiper-pagination-bullet-active {
    background: var(--color-lg-steel-3)
}

.card-product__title {
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px
}

.card-product__button {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px
}

.card-product__buttons-list {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.card-product__buttons-list > * {
    width: 100%
}

.card-product__price {
    margin-top: 30px
}

.card-product__property-list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.card-product__property-list .property-item {
    width: 45%
}

.property-item {
    white-space: nowrap
}

.property-type {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-lg-steel)
}

.property-value {
    margin-top: 3px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-bg)
}

.property-value span {
    margin: 0 8px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--color-lg-steel)
}

.image-switch {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.image-switch__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer
}

.image-switch__item:hover .image-switch__img {
    opacity: 1;
    z-index: -1
}

.image-switch__item:first-child .image-switch__img {
    opacity: 1;
    z-index: -1
}

.image-switch__img {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0
}

.image-switch__img img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.image-pagination {
    position: absolute;
    z-index: 30;
    left: 0;
    bottom: 5px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.image-pagination__item {
    display: block;
    width: auto;
    background: rgba(238, 240, 242, .5);
    border-radius: 2px;
    height: 3px;
    margin: 0 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.image-pagination__item--active {
    background: var(--color-lg-steel-3)
}

.product-price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.product-price--big .product-price__current {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px
}

.product-price--big .product-price__last {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px
}

.product-price-2 .product-price-2__current {
    font-weight: 500;
    font-size: 23px;
    line-height: 28px
}

.product-price__current {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: var(--color-bg);
    white-space: nowrap
}

.product-price__last {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #111315;
    margin-left: 10px;
    white-space: nowrap
}

.catalog-type-list {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 32px;
    margin-top: 70px;
    margin-bottom: 100px
}

.catalog-type-card {
    padding: 30px 20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: block
}

.catalog-type-card__img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog-type-card__title {
    margin-top: 20px;
    font-family: Montserrat, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--color-bg);
    text-align: center
}

.news-list {
    padding-top: 100px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 80px
}

.card-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 500px;
    width: 100%
}

.card-news__title {
    font-family: Montserrat, Arial, sans-serif;
    font-style: normal;
    color: var(--color-bg);
    position: relative;
    text-transform: uppercase;
    margin-top: 30px;
    padding-right: 25px
}

.card-news__title:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 26px;
    bottom: 0;
    right: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAxNCAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUwxMyAxM0wxIDI1IiBzdHJva2U9IiMxNDE4MjMiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: cover
}

.card-news__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 250px
}

.card-news__img img, .card-news__img picture {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.card-news__img:after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .5)
}

.detail-page {
    margin-top: 30px
}

.detail-page__grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns:770px 400px;
    grid-template-rows:-webkit-max-content 645px -webkit-max-content;
    grid-template-rows:max-content 645px max-content;
    grid-auto-rows: 645px;
    gap: 60px
}

.detail-page__title {
    grid-column: 1/-1;
    grid-row: 1;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    text-transform: uppercase
}

.detail-page__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.detail-page__similar {
    margin-top: 100px;
    margin-bottom: 100px
}

.detail-page__center-map {
    width: 100%;
    height: 320px
}

.detail-page__center-map .ymaps-2-1-79-map {
    width: 100% !important
}

.detail-page__description {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-bg);
    margin-bottom: 10px
}

.detail-page__description address {
    font-style: normal
}

.detail-page__description address span {
    font-weight: 700
}

.detail-page__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.detail-page-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.detail-page-size div:not(:last-child) {
    padding-right: 32px
}

.detail-page-size div:not(:first-child) {
    padding-left: 32px;
    position: relative
}

.detail-page-size div:not(:first-child):before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzUgMUw5Ljc1IDEwTTkuNzUgMUwwLjc1IDEwIiBzdHJva2U9IiM4RDhEOEQiLz4KPC9zdmc+Cg==);
    background-size: cover;
    background-repeat: no-repeat
}

.detail-page__aside {
    grid-column: 2;
    grid-row: 2/4
}

.detail-page__aside-item:not(:first-child) {
    margin-top: 10px
}

.detail-page__aside-item > * + * {
    margin-top: 10px
}

.detail-property {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: var(--color-lg-steel)
}

.detail-property-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px
}

.detail-property span {
    display: block
}

.detail-property > * + * {
    margin-top: 7px
}

.detail-property-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 60px
}

.detail-property-item__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-bg)
}

.detail-property__value {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--color-bg)
}

.gallery {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.gallery .swiper {
    width: 100%;
    height: 100%
}

.gallery-slide {
    width: 100%
}

.gallery__controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1
}

.gallery__controls > * + * {
    margin-left: 20px
}

.gallery-button {
    width: 40px;
    height: 40px;
    padding: 8px;
    background-color: var(--color-bg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery .swiper {
    width: 100% !important;
    height: 300px;
    margin-left: auto;
    margin-right: auto
}

.gallery .swiper-slide {
    background-size: cover;
    background-position: center
}

.gallery .gallery-top {
    max-height: 500px;
    height: 100%;
    position: relative
}

.gallery .gallery-bottom {
    height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0
}

.gallery .gallery-bottom .swiper-slide {
    width: 33%;
    height: 100%
}

.gallery .gallery-top .swiper-slide-thumb-active {
    opacity: 1
}

.gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.placemark {
    width: 16px;
    height: 30px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAxNiAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjU3MzgzMSAxMC44NTYyTDcuOTI1ODkgMjkuMjVMMTUuMjc3OSAxMC44NTYyQzE3LjM1NjYgNS42NTU3MyAxMy41MjY0IDAgNy45MjU4OSAwQzIuMzI1MzMgMCAtMS41MDQ4NCA1LjY1NTczIDAuNTczODMxIDEwLjg1NjJaTTguMjM0NDIgMTEuMjVDMTAuNDQzNiAxMS4yNSAxMi4yMzQ0IDkuNDU5MTQgMTIuMjM0NCA3LjI1QzEyLjIzNDQgNS4wNDA4NiAxMC40NDM2IDMuMjUgOC4yMzQ0MiAzLjI1QzYuMDI1MjggMy4yNSA0LjIzNDQyIDUuMDQwODYgNC4yMzQ0MiA3LjI1QzQuMjM0NDIgOS40NTkxNCA2LjAyNTI4IDExLjI1IDguMjM0NDIgMTEuMjVaIiBmaWxsPSIjRDlEOUQ5Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC41NzM4MzEgMTAuODU2Mkw3LjkyNTg5IDI5LjI1TDE1LjI3NzkgMTAuODU2MkMxNy4zNTY2IDUuNjU1NzMgMTMuNTI2NCAwIDcuOTI1ODkgMEMyLjMyNTMzIDAgLTEuNTA0ODQgNS42NTU3MyAwLjU3MzgzMSAxMC44NTYyWk04LjIzNDQyIDExLjI1QzEwLjQ0MzYgMTEuMjUgMTIuMjM0NCA5LjQ1OTE0IDEyLjIzNDQgNy4yNUMxMi4yMzQ0IDUuMDQwODYgMTAuNDQzNiAzLjI1IDguMjM0NDIgMy4yNUM2LjAyNTI4IDMuMjUgNC4yMzQ0MiA1LjA0MDg2IDQuMjM0NDIgNy4yNUM0LjIzNDQyIDkuNDU5MTQgNi4wMjUyOCAxMS4yNSA4LjIzNDQyIDExLjI1WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE0N18xMTA0NSkiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNDdfMTEwNDUiIHgxPSIwLjAwMDQ4ODI4MSIgeTE9IjAiIHgyPSIxOC4xMzkiIHkyPSIxLjQ5NTA1IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzMDU1QTIiLz4KPHN0b3Agb2Zmc2V0PSIwLjYzMjUyMSIgc3RvcC1jb2xvcj0iIzNFOUFENCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM0NEJCRUMiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    z-index: 1
}

.map .ymaps-2-1-79-copyright, .map .ymaps-2-1-79-map-copyrights-promo {
    display: none !important
}

.similar {
    width: 100%;
    overflow: hidden
}

.similar__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px
}

.similar-slider {
    margin-top: 20px
}

.similar-navigation {
    margin-top: 15px
}

.similar-navigation .pagination-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.image-container {
    width: 770px;
    height: 480px
}

.image-container img {
    max-width: 100%;
    width: 100%;
    height: 100%
}

.lg-toolbar .lg-icon {
    background: #eef0f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: all
}

.lg-toolbar .lg-close:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDRMNCAyME00IDRMMjAgMjAiIHN0cm9rZT0iIzE0MTgyMyIgc3Ryb2tlLXdpZHRoPSIxLjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    display: block
}

.lg-next, .lg-prev {
    background: #eef0f2
}

.lg-next:before, .lg-prev:before {
    content: ""
}

.lg-next:after, .lg-prev:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDRMMjIgMTZMMTAgMjgiIHN0cm9rZT0iIzE0MTgyMyIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block
}

.lg-prev:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.service {
    min-height: 350px;
    font-family: Montserrat, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #141823
}

.service__container {
    padding: 60px 0 120px 0
}

.service__header {
    max-height: 350px;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 80px
}

.service__grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 105px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service__column > * + * {
    margin-top: 25px
}

.service-button {
    font-size: 16px;
    line-height: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 40px;
    margin-right: auto
}

.service div:not(.service__title,.service__subtitle) {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px
}

.service div ol {
    padding-left: 20px
}

.service div ul {
    padding-left: 20px
}

.service div ul > * + * {
    margin-top: 25px
}

.service div ul li {
    position: relative
}

.service div ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--color-lg-steel-2);
    border-radius: 100%;
    top: 7px;
    left: -20px
}

.service__subtitle {
    font-weight: 700
}

.service__title {
    margin-top: auto;
    font-weight: 600;
    font-size: 45px;
    line-height: 55px;
    leading-trim: both;
    text-edge: cap;
    color: var(--color-white)
}

.service__img {
    position: absolute;
    top: 60px;
    z-index: -1;
    left: 0;
    right: 0;
    width: 100%;
    height: 350px;
    max-height: 350px
}

.service__img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}

.service__img picture {
    height: 100%;
    width: 100%
}

.service__img img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.not-found {
    max-width: 450px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.not-found__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.not-found__title {
    font-weight: 700;
    font-size: 120px;
    line-height: 146px
}

.not-found p {
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px
}

.not-found a {
    margin-top: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.personal__container > * + * {
    margin-top: 30px
}

.personal .custom-lc {
    min-width: 250px;
    width: 250px
}

.personal-list {
    margin-top: 30px
}

.personal-list > * + * {
    margin-top: 20px
}

.personal-form .filter {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial
}

.personal-form.active .card-personal-item .card-personal__title {
    display: none
}

.personal-form.active .card-personal-item .card-personal__input {
    display: block
}

.personal-form.active .card-personal-password {
    display: none
}

.personal-form.active .card-personal-new-password, .personal-form.active .card-personal-submit-password {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.personal-form.active .personal-form__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.personal-form.active .button-change {
    display: none
}

.personal-form__controls {
    margin-top: 30px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.personal-form .button-change {
    margin-top: 30px
}

.personal-order__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-steal)
}

.personal-order__header-item:first-child, .personal-order__header-item:last-child, .personal-order__header-item:nth-of-type(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.personal-order__header-item:last-child {
    text-align: right
}

.personal-order__header-item:nth-of-type(2) {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.personal-order__body > * + * {
    margin-top: 20px
}

.personal-order__body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 50px;
    border-bottom: 1px solid var(--color-lg-steel-3)
}

.personal-order__body-item:nth-of-type(1):nth-last-child(1) {
    border-bottom: none
}

.personal-order__body-item:last-child {
    border-bottom: none
}

.personal-order__body-item-prop {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px
}

.personal-order__body-item-prop span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-steal);
    display: none;
    padding-bottom: 10px
}

.personal-order__body-item-prop:first-child, .personal-order__body-item-prop:last-child, .personal-order__body-item-prop:nth-of-type(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.personal-order__body-item-prop:last-child {
    text-align: right
}

.personal-order__body-item-prop:nth-of-type(2) {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.button-reset {
    color: var(--color-main)
}

.card-personal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px
}

.card-personal-new-password, .card-personal-submit-password {
    display: none
}

.card-personal-submit-password {
    margin-top: 20px
}

.card-personal__type {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-lg-steel);
    min-width: 150px;
    width: 150px
}

.card-personal-item .card-personal__input {
    display: none;
    width: 375px
}

.card-personal__title {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-bg)
}

.table {
    width: 100%
}

.table-personal tbody tr td:last-child, .table-personal thead tr th:last-child {
    text-align: right
}

.table-personal tbody tr td:first-child, .table-personal thead tr th:first-child {
    text-align: left;
    padding-right: 20px
}

.table-personal tbody tr td:nth-of-type(2) {
    padding-right: 100px
}

.table-personal tbody tr td:not(:last-child), .table-personal thead tr th:not(:last-child) {
    text-align: left
}

.table-personal td, .table-personal th {
    vertical-align: initial
}

.table-personal thead tr th {
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-steal)
}

.table-personal tbody tr td {
    padding-top: 20px
}

.table-personal tbody tr {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px
}

.status-work {
    color: var(--color-bg)
}

.status-success {
    color: #03b52a
}

.status-failure {
    color: #f54a04
}

.title-block {
    font-family: Montserrat, Arial, sans-serif;
    font-style: normal
}

.title-block > * + * {
    margin-top: 40px
}

.title-block h1 {
    font-weight: 500;
    font-size: 45px;
    line-height: 45px;
    color: var(--color-bg)
}

.title-block div, .title-block p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color-lg-steel)
}

.text-page {
    margin-top: 50px;
    margin-bottom: 120px
}

.text-page .text-page__container:not(:first-child) {
    margin-top: 100px
}

.text-page .gallery-zoom {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 30px
}

.text-page .gallery-zoom-btn {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    width: 100px;
    color: var(--color-main);
    height: 100px;
    margin: auto
}

.text-page-slider {
    width: 100%;
    overflow: hidden;
    position: relative
}

.text-page-slider__navigation {
    position: absolute;
    z-index: 10;
    bottom: 40px;
    right: 60px
}

.text-page-slider .button svg path {
    stroke: #fff
}

.text-page-slider__slide {
    background: #f9f9f9;
    display: grid;
    grid-template-columns:1fr 520px;
    gap: 40px
}

.text-page-slider__slide img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.text-page-slider__slide__container {
    padding-bottom: 115px;
    margin-top: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-bg);
    border-radius: 0 5px 5px 0
}

.text-page-slider__slide__container > * + * {
    margin-top: 30px
}

.text-page-slider__slide__container div:not(:first-child) {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 5;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical
}

.text-page-slider__slide__container div:first-child {
    font-size: 25px;
    line-height: 28px
}

.text-page article {
    font-family: Montserrat, Arial, sans-serif;
    font-style: normal;
    color: var(--color-bg)
}

.text-page article h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 35px
}

.text-page article h3 {
    font-size: 26px;
    line-height: 29px
}

.text-page article a, .text-page article div, .text-page article li, .text-page article p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%
}

.text-page article a {
    color: var(--color-main);
    text-decoration: underline
}

.text-page article ul {
    padding-left: 20px
}

.text-page article ul li {
    position: relative
}

.text-page article ul li:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--color-bg)
}

.text-page article ol {
    padding-left: 10px;
    list-style: none;
    counter-reset: li
}

.text-page article ol li {
    position: relative;
    padding-left: 10px
}

.text-page article ol li:before {
    position: absolute;
    left: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    counter-increment: li;
    content: counters(li, " ") " "
}

.text-page article figure {
    display: block;
    max-width: 650px;
    margin: 0 auto;
    padding: 40px 40px 60px 40px;
    background-color: #f9f9f9;
    border-radius: 5px
}

.text-page article figure figcaption {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.text-page article figure cite {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-lg-steel)
}

.text-page article table, .text-page article td, .text-page article th {
    border: 1px solid #eef0f2
}

.text-page article .video, .text-page article video {
    max-width: 100%;
    width: 100%;
    max-height: 576px;
    height: 576px
}

.text-page article .video iframe, .text-page article video iframe {
    width: 100%;
    height: 100%
}

.text-page article table {
    border-collapse: collapse;
    width: 100%
}

.text-page article table tr th {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--color-lg-steel);
    padding: 20px 20px 20px 40px;
    text-align: left;
    background: #f9f9f9;
    border-top: 1px solid transparent
}

.text-page article table tr td:first-child, .text-page article table tr th:first-child {
    border-left: 1px solid transparent
}

.text-page article table tr td:last-child, .text-page article table tr th:last-child {
    border-right: 1px solid transparent
}

.text-page article table tr td {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--color-bg);
    min-width: 220px;
    max-width: 280px;
    padding: 20px 20px 20px 40px
}

.image-text-block {
    display: grid;
    grid-template-columns:1fr 350px;
    gap: 30px
}

.image-text-block-2 {
    grid-template-columns:1fr
}

.image-text-block-2 div div {
    text-align: center
}

.image-text-block img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.image-text-block div {
    margin-top: auto
}

.image-text-block div > * + * {
    margin-top: 30px
}

.image-text-block div div:not(:first-child) {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 15;
    -webkit-line-clamp: 15;
    line-clamp: 15;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical
}

.image-text-block div div:first-child {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #8d8d8d
}

.text-page__container > * + * {
    margin-top: 40px !important
}

.main-page {
    background-color: var(--color-bg);
    color: var(--color-white);
    padding-bottom: 100px;
    position: relative;
    z-index: 5;
    overflow: hidden;
    font-family: Montserrat, Arial, sans-serif
}

.main-page__background {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.main-page__background svg {
    width: 100%;
    height: 100%
}

.main-page__marquee {
    margin-top: 120px
}

.main-page__marquee-wrapper.hidden {
    display: none
}

.main-page__marquee .button-more {
    width: 150px
}

.main-page__marquee p {
    margin-bottom: 35px;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase
}

.main-page__type {
    width: 100%;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 200px;
    position: relative
}

.main-page__type p {
    max-width: 300px
}

.main-page__type-containers {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 700px;
    overflow: hidden
}

.main-page__type-container {
    display: none;
    position: relative;
    overflow: hidden
}

.main-page__type-container img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.main-page__type-container.is-visible {
    display: block
}

.main-page__type-list {
    margin-top: 40px;
    display: grid;
    grid-template-columns:1fr 1fr;
    max-width: 500px;
    padding-right: 40px;
    gap: 10px
}

.main-page__type-list > :last-child div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.main-page-upper {
    padding-top: 130px
}

.main-page-upper__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 60px
}

.main-page-upper__left {
    max-width: 640px
}

.main-page-upper__left .title {
    text-transform: uppercase
}

.main-page-upper__left .button {
    margin-top: 20px
}

.main-page-upper__right {
    width: 450px
}

.main-page-upper .button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: var(--color-white)
}

.card-type {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff
}

.card-type.is-active {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: var(--color-main);
    border-bottom: 1px solid var(--color-main);
    cursor: pointer
}

.card-type.hovered {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: var(--color-main);
    border-bottom: 1px solid var(--color-main);
    cursor: pointer
}

.card-type span {
    font-weight: 700;
    font-size: 64px;
    line-height: 60px
}

.card-type div {
    font-weight: 300;
    font-size: 26px;
    line-height: 24px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
    height: 100%
}

.marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px
}

.marquee .js-marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.marquee .js-marquee-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform
}

.marquee span {
    font-family: Montserrat, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    white-space: nowrap;
    color: var(--color-white)
}

.marquee span + span {
    margin-left: 50px
}

.marquee-list {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 10px
}

.marquee-list span + span {
    margin-left: 0
}

.marquee-list span {
    text-align: left
}

.button-more {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    padding: 10px 30px 10px 20px;
    cursor: pointer
}

.button-more.is-close span:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.button-more span {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
    position: relative;
    white-space: nowrap
}

.button-more span:after {
    content: "";
    width: 8px;
    height: 6px;
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNiA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAwLjVMMyAyLjVMNSAwLjUiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: cover
}

.main-search {
    position: relative;
    z-index: 20
}

.main-search.active .main-search-backdrop {
    display: block
}

.main-search.active .form-main__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-search .form-main__result {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    z-index: 10
}

.form-main__result {
    display: none;
    padding: 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(0, 0, 0, .05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.form-main__result .popup-button-link {
    color: var(--color-black)
}

.form-main__result .popup__list {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
    margin-top: 0
}

.form-main__result .card-product {
    padding: 15px 10px;
    background-color: #fff
}

.form-main__result .card-product__image {
    height: 120px
}

.form-main__result .card-product__title {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: var(--color-black)
}

.form-main__result .card-product__price {
    margin-top: 10px
}

.form-main__result .card-product .product-price__current {
    font-size: 18px;
    font-style: normal;
    font-weight: 500
}

.form-main__result .card-product .product-price__last {
    font-size: 14px;
    font-style: normal;
    font-weight: 500
}

.catalog-page {
    margin-top: 30px;
    margin-bottom: 100px
}

.catalog-page__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: var(--color-bg)
}

.catalog-page__pagination {
    margin: 0 auto;
    margin-top: 30px
}

.catalog-page__list {
    margin-top: 20px
}

.catalog-page__filters {
    margin-top: 20px
}

.catalog-page__filters-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.catalog-page__filters-bottom {
    margin-top: 20px
}

.catalog-page__filters-button {
    display: none;
    gap: 10px;
    padding: 14px 20px
}

#slider {
    width: 200px
}

.sitemap {
    margin-top: 30px;
    margin-bottom: 100px;
    font-family: Montserrat, Arial, sans-serif
}

.sitemap__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px
}

.sitemap-grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 60px;
    padding-bottom: 30px
}

.sitemap__item ul {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding-left: 10px
}

.sitemap__item ul .sitemap__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px
}

.sitemap__link {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: var(--color-bg)
}

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

.location-block__ico {
    height: 18px;
    display: inline-block
}

.location-block__city {
    padding-left: 5px;
    font-family: Manrope, Arial, sans-serif;
    font-weight: 400;
    color: var(--color-white)
}

.location-block--lc .location-block__city {
    display: none
}

.social-list > * + * {
    margin-top: 20px
}

.social-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-item span {
    margin-left: 6px
}

.social-item img {
    width: 27px;
    height: 27px
}

.social-item * {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px
}

.form-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 100px 0 130px 0;
    width: 100%;
    margin-top: 40px
}

.form-call__description {
    font-size: 14px;
    line-height: 17px
}

.form-call .form-link, .form-call__description {
    font-family: Montserrat, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: var(--color-white);
    margin-bottom: 20px
}

.form-call .form-link {
    font-size: 12px;
    line-height: 14px
}

.form-call .form .custom-input {
    width: 375px
}

.form-call-black .footer__phone, .form-call-black .form-call__description {
    color: var(--color-bg)
}

.form-call-black .form-error * {
    color: var(--color-white) !important
}

.form-call-black .form .custom-input input {
    background-color: var(--color-lg);
    border: none
}

.form-call-black .form-link {
    color: var(--color-bg)
}

.form-call-black .form-link a {
    color: var(--color-main)
}

.form-main > * + * {
    margin-top: 15px
}

.form-main__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form-main__container .button {
    background: var(--color-white);
    width: 60px;
    height: 60px
}

.form-main__container .button svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px
}

.form-main__container .button svg path {
    stroke: var(--color-main);
    fill: var(--color-main)
}

.form-main .custom-input input {
    padding: 20px;
    background: rgba(0, 0, 0, .05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff
}

.form-main .custom-input input::-webkit-input-placeholder {
    color: #fff
}

.form-main .custom-input input::-moz-placeholder {
    color: #fff
}

.form-main .custom-input input:-ms-input-placeholder {
    color: #fff
}

.form-main .custom-input input::-ms-input-placeholder {
    color: #fff
}

.form-main .custom-input input:-moz-placeholder-shown {
    color: #fff
}

.form-main .custom-input input:-ms-input-placeholder {
    color: #fff
}

.form-main .custom-input input::placeholder, .form-main .custom-input input:placeholder-shown {
    color: #fff
}

.form-main__type {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px
}

.form-main__description {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase
}

.pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px
}

.pagination-item {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-bg);
    padding: 14px 22px;
    background-color: var(--color-lg-steel-3)
}

.pagination-item.active a {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: var(--color-main)
}

.pagination-item a {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination-item-next svg path, .pagination-item-prev svg path {
    color: var(--color-bg);
    stroke-opacity: 1;
    stroke-width: 1px
}

.pagination-item-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.catalog-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 15px
}

.popup-filters {
    display: none
}

.popup-filters-button-close {
    position: absolute;
    right: 10px;
    top: 5px
}

.popup-filters__header {
    display: none
}
@media screen and (min-width: 601px) {
.popup-filters__container {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 10px;
    width: 100%;
    height: 119px!important;
}
}
.popup-filters.open {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    display: block;
    background: #fff;
    z-index: 100;
    overflow-y: auto
}

.popup-filters.open .popup-filters__header {
    display: block
}

.popup-filters.open .filter {
    width: 100%
}

.popup-filters.open .filter .selectize-input {
    width: 100%
}

.popup-filters.open .filter .selectize-dropdown {
    position: initial;
    width: 100%
}

.popup-filters.open .popup-filters__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popup-filters__header {
    padding: 16px 10px 0 10px;
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.popup-filters-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popup-filters__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--color-bg)
}

.popup-filters__controls {
    display: none;
    margin-top: 20px;
    padding: 0 10px
}

.popup-filters__controls-btn {
    width: 100%
}

.popup-filters__controls-btn-reset {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    width: 100%;
    color: var(--color-lg-steel);
    text-decoration: underline
}

.lang-switcher {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

.lang-switcher:hover .lang-switcher__dropdown {
    opacity: 1;
    visibility: visible
}

.lang-switcher.open .lang-switcher__dropdown {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: var(--color-white)
}

.lang-switcher.open .lang-switcher__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.lang-switcher__dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-top: 30px
}

.lang-switcher__item {
    color: #8d8d8d
}

.lang-switcher__item .lang-switcher__link {
    color: #8d8d8d
}

.lang-switcher__item.active {
    color: var(--color-black)
}

.lang-switcher__item.active .lang-switcher__link {
    color: var(--color-black)
}

.lang-switcher__link {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: inherit
}

.lang-switcher__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 10px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.lang-switcher__list > * + * {
    margin-top: 10px
}

.lang-switcher__header {
    display: none
}

@media screen and (min-width: 501px) {
    .filter-sort {
        display: block
    }

    .filter-sort .result__item {
        padding-left: 0
    }

    .filter-sort .result__box::after {
        right: 0px !important
    }

    .popup-filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 767px) {
    .lg-outer .lg-thumb {
        padding: 10px 0
    }

    .lg-outer .lg-thumb-item {
        border-radius: 4px;
        border: 2px solid #fff;
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

@media screen and (max-width: 1599px) {
    .header__container {
        padding: 0 40px
    }

    .news-list {
        display: grid;
        grid-template-columns:1fr 1fr;
        gap: 40px;
        padding-top: 60px;
        padding-bottom: 60px
    }

    .marquee span {
        font-size: 23px;
        line-height: 28px
    }

    .form-call {
        padding: 60px 0
    }
}

@media screen and (max-width: 1279px) {
    body::-webkit-scrollbar-track {
        margin-top: 70px;
    }
    .title--1 {
        font-size: 45px;
        line-height: 55px
    }

    .title--4 {
        font-size: 17px;
        line-height: 21px
    }

    .container {
        padding: 0 20px
    }

    .container-100 {
        padding: 0 40px
    }

    .page-container {
        margin-top: 70px
    }

    .breadcrumbs {
        padding-top: 15px
    }

    .modal {
        top: 70px
    }

    .header__navbar {
        grid-template-columns:200px 1fr;
        gap: 60px
    }

    .header__container {
        height: 70px
    }

    .footer__container .footer__row:nth-of-type(1) {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial
    }

    .footer__container {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .form-error {
        right: 0;
        top: -65px;
        max-width: 235px
    }

    .catalog-type-list {
        grid-template-columns:repeat(2, 1fr);
        row-gap: 30px;
        margin-top: 40px;
        margin-bottom: 80px;
        padding: 0 65px
    }

    .catalog-type-card__img img {
        max-width: 230px;
        max-height: 170px;
        margin: 0 auto
    }

    .card-news__title {
        margin-top: 25px
    }

    .detail-page__grid {
        gap: 30px;
        grid-template-columns:650px 300px
    }

    .detail-page__similar {
        margin-top: 50px;
        margin-bottom: 60px
    }

    .service__container {
        padding: 50px 0 120px 0
    }

    .service__header {
        max-height: 290px;
        height: 240px;
        padding-bottom: 50px
    }

    .service__img {
        max-height: 290px;
        height: 290px
    }

    .text-page article .table-wrap {
        max-width: 1024px;
        overflow: auto;
        width: 100%
    }

    .main-page__type {
        padding-top: 60px
    }

    .main-page__type-container img {
        max-height: 450px;
        height: 100%;
        max-width: 333px
    }

    .main-page__type-container.is-visible {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main-page__type-list {
        padding-right: 0;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content
    }

    .main-page-upper {
        padding-top: 60px
    }

    .main-page-upper__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .catalog-page {
        margin-top: 20px;
        margin-bottom: 80px
    }

    .catalog-page__filters {
        margin-top: 30px
    }

    .form-call {
        padding: 0 0 60px 0
    }

    .form-call .form .custom-input {
        width: 235px
    }

    .catalog-grid {
        gap: 0
    }

    .popup-filters__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 1230px) {
    .header-list {
        gap: 17px;
    }
    .header-list__item-search {
        margin-right: 0;
    }
}

@media screen and (max-width: 1110px) {
    .header-list {
        gap: 13px;
    }
    .header-list__item-search {
        margin-right: 0;
    }
}

@media screen and (max-width: 1070px) {
    .header-list {
        gap: 12px;
        font-size:11px;
    }
}

@media screen and (max-width: 1024px) {
    .container-100 {
        padding: 0 20px
    }

    .burger-menu.open {
        opacity: 1
    }

    .tabs-body {
        padding-right: 0
    }

    .filter {
        max-width: 220px
    }

    .filter-dropdown {
        max-width: 300px
    }

    .filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 10px
    }

    .modal-big .modal__body {
        width: 100%
    }

    .modal-big .popup {
        max-width: 100%;
        width: 100%
    }

    .modal-wide .popup__list {
        max-height: 280px
    }

    .modal-wide .popup {
        max-height: 480px;
        height: 100%
    }

    .header .is-mobile {
        display: block
    }

    .header__logo {
        margin: 0 auto
    }

    .header__submenu {
        display: none;
        opacity: 0
    }

    .header__submenu-desktop.open {
        background-color: var(--color-bg);
        color: var(--color-white);
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        top: 69px;
        left: 0;
        right: 0;
        width: 100%;
        padding: 21px 20px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        height: 58px
    }

    .header__submenu-desktop.open .header-list {
        gap: 30px
    }

    .header__submenu-desktop .header-list__item-desktop {
        display: none
    }

    .header__submenu-tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1
    }

    .header__navbar {
        grid-template-columns:auto 1fr auto
    }

    .header__container {
        padding: 0 20px
    }

    .header-list__item-phone__text {
        display: inline-block
    }

    .header-list__item-search {
        margin-right: 0
    }

    .card-product-2 {
        padding: 10px
    }

    .card-product__title {
        margin-top: 10px
    }

    .detail-page__grid {
        grid-template-columns:1fr;
        grid-template-rows:auto;
        grid-auto-rows: auto;
        margin-top: 30px
    }

    .detail-page__title {
        grid-row: 2;
        font-size: 30px;
        line-height: 37px
    }

    .detail-page__gallery {
        grid-row: 1;
        grid-column: 1;
        width: 100%;
        overflow: hidden
    }

    .detail-page__aside {
        grid-column: 1;
        grid-row: auto
    }

    .detail-page__aside-item {
        display: grid;
        grid-template-columns:1fr 1fr;
        grid-column-gap: 44px
    }

    .gallery__controls .gallery-button:first-child {
        display: none
    }

    .service__container {
        padding: 30px 0 50px 0
    }

    .service__grid {
        grid-template-columns:1fr;
        gap: 50px
    }

    .title-block > * + * {
        margin-top: 20px
    }

    .title-block div, .title-block p {
        font-size: 18px;
        line-height: 27px
    }

    .text-page-slider__navigation {
        right: 40px
    }

    .text-page-slider__slide {
        grid-template-columns:1fr;
        gap: 30px
    }

    .text-page article h2 {
        font-size: 30px;
        line-height: 33px
    }

    .text-page article h3 {
        font-size: 25px;
        line-height: 28px
    }

    .text-page article .video, .text-page article video {
        max-height: 400px;
        height: 400px
    }

    .image-text-block {
        grid-template-columns:1fr
    }

    .image-text-block div div:first-child:has(+div) {
        text-align: left
    }

    .text-page__container > * + * {
        margin-top: 20px !important
    }

    .main-page__marquee {
        margin-top: 80px
    }

    .marquee-list {
        grid-template-columns:1fr 1fr
    }

    .catalog-page__title {
        font-size: 18px;
        line-height: 22px
    }

    .catalog-page__pagination {
        margin: 0 auto;
        margin-top: 20px
    }

    .catalog-page__filters {
        margin-top: 20px
    }

    .sitemap-grid {
        grid-template-columns:1fr;
        gap: 40px
    }

    .pagination-list {
        gap: 7px
    }

    .catalog-grid {
        grid-template-columns:1fr 1fr
    }
}

@media screen and (max-width: 767px) {
    body::-webkit-scrollbar-track {
        margin-top: 57px;
    }
    .title--1 {
        font-size: 25px;
        line-height: 30px
    }

    .title--4 {
        font-size: 14px;
        line-height: 17px
    }

    .container {
        padding: 0 10px
    }

    .container-100 {
        padding: 0 10px
    }

    .page-container {
        margin-top: 57px
    }

    body.body-fixed {
        overflow: hidden
    }

    .custom-input--search input {
        border: none
    }

    .burger-menu.open {
        position: fixed;
        z-index: 103;
        right: 10px
    }

    .burger-menu.open span {
        background: var(--color-bg)
    }

    .tabs-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tabs-list > * + * {
        margin-left: 0
    }

    .tabs-list__item.active {
        border: none
    }

    .popup-padding {
        padding: 0 10px
    }

    .popup-padding-30 {
        padding: 0 10px
    }

    .popup__list {
        grid-template-columns:1fr;
        gap: 15px
    }

    .popup__item {
        font-weight: 500
    }

    .popup__info {
        display: block
    }

    .popup__info .header-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .popup__info .header-list svg path {
        stroke: var(--color-bg)
    }

    .popup__form-search {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        border: 1px solid var(--color-main)
    }

    .popup__form-search .popup-button-search {
        background-color: var(--color-white);
        width: 26px;
        height: auto;
        padding: 0;
        padding-left: 10px
    }

    .popup__form-search .popup-button-search svg path {
        fill: var(--color-lg-steel)
    }

    .company-item--bold .location-block__city {
        font-weight: 500
    }

    .company-list li * {
        color: var(--color-bg)
    }

    .view-mode.is-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .filter {
        max-width: 48%
    }

    .modal {
        top: 57px
    }

    .modal-big.open {
        top: 0;
        z-index: 101
    }

    .modal-big .card-product__image {
        height: 150px;
        max-height: 150px
    }

    .modal-big .card-product .product-price__current {
        color: var(--color-main)
    }

    .modal-big .popup {
        max-height: 100%;
        height: 100%
    }

    .modal-big .popup-padding-30 {
        padding: 0
    }

    .modal-big .popup__form {
        padding-right: 0
    }

    .modal-big .popup__form-search {
        border: none;
        border-bottom: 1px solid #d1d6e0
    }

    .modal-big .popup__form-search .custom-input--search {
        padding-right: 50px
    }

    .modal-big .popup__description {
        display: none
    }

    .modal-big .popup__list {
        grid-template-columns:1fr 1fr;
        gap: 0
    }

    .modal-wide .popup__list {
        max-height: 400px
    }

    .modal-wide .popup {
        padding: 15px 0 25px 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%
    }

    .modal-base .popup {
        max-width: 100%;
        width: 100%;
        height: 100%;
        padding: 30px 0
    }

    .modal-base .popup__form {
        padding-bottom: 40px
    }

    .modal__body {
        width: 100%;
        height: 100% !important
    }

    .modal__close-btn {
        right: 0;
        top: 5px
    }

    .header__logo {
        grid-row: -1/1;
        display: block;
        margin: initial;
        margin-right: auto
    }

    .header__logo img {
        max-height: 32px;
        height: 32px
    }

    .header__submenu-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid var(--color-lg-steel-2)
    }

    .header__submenu-search input {
        padding: 0 50px 0 15px
    }

    .header__submenu-desktop .location-block__city {
        color: var(--color-bg)
    }

    .header__submenu-desktop .header-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .header__submenu-desktop .header-list__ico path {
        stroke: var(--color-bg)
    }

    .header__submenu-desktop .header-list:last-child {
        margin-top: 30px
    }

    .header__submenu-desktop .header-list:not(:last-child) .header-list__item {
        position: relative;
        border-bottom: 1px solid var(--color-lg-steel-2)
    }

    .header__submenu-desktop .header-list:not(:last-child) .header-list__item:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        right: 0;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMzc1IDQuNUwxMC44NzUgOUw2LjM3NSAxMy41IiBzdHJva2U9IiMxNDE4MjMiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
        background-repeat: no-repeat;
        background-size: cover
    }

    .header__submenu-desktop .header-list:not(:last-child) .header-list__item a {
        padding-bottom: 22px;
        width: 100%
    }

    .header__submenu-desktop.open {
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 101;
        background-color: var(--color-white);
        color: var(--color-bg);
        display: block;
        padding: 20px 10px;
        padding-top: 65px;
        overflow-y: auto;
    }

    .header__submenu-tablet {
        grid-row: 1/2;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }

    .header__navbar {
        grid-template-columns:2fr 1fr 25px;
        gap: 45px;
    }

    .header__container {
        height: 57px;
        padding: 0 10px
    }

    .header-list {
        height: auto
    }

    .header-list__ico {
        height: 18px;
        margin-right: 10px
    }

    .header-list__ico svg path {
        stroke-width: 1.3px
    }

    .header-list .location-block {
        color: var(--color-bg)
    }

    .header-list__item {
        height: auto;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial
    }

    .header-list__item--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-list__item {
        width: 100%
    }

    .header-list__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--color-bg)
    }

    .header-list__item * {
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
        color: var(--color-bg)
    }

    .header-list__item-phone .header-list__ico {
        display: inline-block
    }

    .header-list__item-map {
        display: block
    }

    .header-list__item-email__text {
        display: inline-block
    }

    .header-list__item-lang {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .footer__background {
        display: none
    }

    .footer__container .footer__row:nth-of-type(1) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        align-items: initial;
    }

    .footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .footer__row {
        -ms-flex-wrap: initial;
        flex-wrap: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .footer__developer {
        margin-top: 20px
    }

    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .column {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .card-product__tooltip-list {
        display: none
    }

    .card-product-2 {
        padding: 4px
    }

    .card-product__title {
        margin-top: 5px
    }

    .product-price--big .product-price__current {
        font-size: 20px;
        line-height: 24px
    }

    .catalog-type-list {
        grid-template-columns:1fr;
        gap: 0;
        margin-top: 20px;
        margin-bottom: 50px
    }

    .catalog-type-card__title {
        font-size: 14px;
        line-height: 17px
    }

    .news-list {
        padding-top: 20px;
        padding-bottom: 60px;
        grid-template-columns:1fr;
        place-items: center
    }

    .detail-page__grid {
        margin-top: 20px
    }

    .detail-page__title {
        font-size: 18px;
        line-height: 22px
    }

    .detail-page__similar {
        margin-bottom: 90px
    }

    .detail-page__description {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px
    }

    .detail-page__aside-item {
        grid-template-columns:1fr
    }

    .detail-property__value {
        font-size: 20px;
        line-height: 24px
    }

    .service {
        font-size: 14px
    }

    .service__container {
        padding: 20px 0 70px 0
    }

    .service__grid {
        gap: 30px
    }

    .service__column > * + * {
        margin-top: 15px
    }

    .service-button {
        margin-top: 30px
    }

    .service div:not(.service__title,.service__subtitle) {
        font-size: 14px;
        line-height: 17px
    }

    .service div ul > * + * {
        margin-top: 20px
    }

    .service__subtitle {
        font-size: 16px;
        line-height: 22px
    }

    .service__title {
        font-size: 22px;
        line-height: 27px
    }

    .service__img {
        top: 57px
    }

    .not-found__title {
        font-size: 60px;
        line-height: 73px
    }

    .not-found p {
        font-size: 14px;
        line-height: 17px;
        text-align: center
    }

    .personal-order__header {
        display: none
    }

    .personal-order__body-item {
        display: grid;
        grid-template-columns:1fr 1fr;
        gap: 10px;
        padding-bottom: 30px;
        min-height: auto
    }

    .personal-order__body-item-prop span {
        display: block
    }

    .personal-order__body-item-prop:last-child {
        text-align: left
    }

    .title-block > * + * {
        margin-top: 15px
    }

    .title-block h1 {
        font-size: 22px;
        line-height: 22px
    }

    .title-block div, .title-block p {
        font-size: 14px;
        line-height: 21px
    }

    .text-page .gallery-zoom {
        grid-template-columns:1fr
    }

    .text-page-slider__navigation {
        right: 30px
    }

    .text-page-slider__slide {
        gap: 20px
    }

    .text-page-slider__slide__container > * + * {
        margin-top: 15px
    }

    .text-page-slider__slide__container {
        font-size: 14px;
        line-height: 21px
    }

    .text-page-slider__slide__container div:first-child {
        font-size: 22px;
        line-height: 24px
    }

    .text-page article h2 {
        font-size: 25px;
        line-height: 28px;
        text-align: center
    }

    .text-page article h3 {
        font-size: 22px;
        line-height: 24px
    }

    .text-page article a, .text-page article div, .text-page article li, .text-page article p {
        font-size: 14px;
        line-height: 21px
    }

    .text-page article figure {
        max-width: 100%;
        width: calc(100% - 60px);
        margin: 0 auto
    }

    .text-page article .video, .text-page article video {
        max-height: 200px;
        height: 200px
    }

    .image-text-block {
        gap: 15px
    }

    .image-text-block div > * + * {
        margin-top: 15px
    }

    .image-text-block div div:first-child {
        font-size: 13px;
        line-height: 18px
    }

    .text-page__container > * + * {
        margin-top: 15px !important
    }

    .main-page__background {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .main-page__type {
        font-size: 14px;
        line-height: 17px
    }

    .main-page__type-list {
        grid-template-columns:1fr;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        gap: 25px
    }

    .card-type span {
        font-size: 35px;
        line-height: 43px
    }

    .card-type div {
        font-size: 14px;
        line-height: 17px
    }

    .marquee-list {
        grid-template-columns:1fr
    }

    .form-main__result .popup__list {
        row-gap: 5px;
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .form-main__result .popup__item {
        width: 48%
    }

    .catalog-page__list.view-mode-grid .catalog-grid {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 30px;
        grid-template-columns:1fr 1fr
    }

    .catalog-page__list.view-mode-grid .card-product__property-list {
        display: none
    }

    .catalog-page__list.view-mode-grid .card-product {
        padding: 5px 0
    }

    .catalog-page__list.view-mode-grid .card-product__image {
        height: 150px
    }

    .catalog-page__list.view-mode-grid .card-product__price {
        margin-top: 5px
    }

    .catalog-page__list.view-mode-grid .card-product__price-current {
        font-size: 14px;
        line-height: 17px
    }

    .catalog-page__list.view-mode-grid .card-product__price-last {
        font-size: 12px;
        line-height: 15px
    }

    .catalog-page__list.view-mode-grid .card-product__title {
        font-weight: 500;
        font-size: 18px;
        line-height: 18px
    }

    .catalog-page__list.view-mode-grid .card-product__price-current:has(+.card-product__price-last) {
        color: var(--color-main)
    }

    .catalog-page__list.view-mode-grid .card-product__buttons-list {
        display: none
    }

    .sitemap {
        margin-top: 20px;
        margin-bottom: 110px
    }

    .sitemap__title {
        font-size: 18px;
        line-height: 22px
    }

    .sitemap-grid {
        margin-top: 40px
    }

    .sitemap__link {
        font-size: 18px;
        line-height: 22px
    }

    .location-block__ico {
        height: 18px;
        margin-right: 10px
    }

    .location-block__ico svg path {
        stroke-width: 1.3px;
        stroke: var(--color-bg);
    }

    .location-block__city {
        padding-left: 0
    }

    .location-block--lc .location-block__city {
        display: block
    }

    .social-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px
    }

    .social-list > * + * {
        margin-top: 0
    }

    .form-call {
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%
    }

    .form-call .form .custom-input {
        width: 100%
    }

    .form-call .form {
        width: 100%;
        margin-bottom: 30px
    }

    .form-call-black {
        margin-top: 20px
    }

    .form-call-black .form-error {
        max-width: initial;
        top: -50px
    }

    .catalog-grid {
        grid-template-columns:1fr
    }

    .lang-switcher__dropdown {
        display: none !important
    }

    .lang-switcher__item.active .lang-switcher__link {
        color: var(--color-main);
        text-decoration: underline
    }

    .lang-switcher__link {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px
    }

    .lang-switcher__list {
        padding: 30px 0
    }

    .lang-switcher__list > * + * {
        margin-top: 20px
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .company-list li svg path {
        stroke: var(--color-bg)
    }

    .header__submenu-desktop.open .header-list__item-lc {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (max-width: 500px) {
    .filter {
        max-width: 100%
    }

    .filter .custom-select.active .result {
        position: initial
    }

    .filter .dropdown-container {
        position: initial
    }

    .filter-sort {
        width: 100%
    }

    .filter-sort .custom-select.active .result__box-selected {
        display: none !important
    }

    .filter-sort .custom-select.active .result__box-selected-mobile {
        display: block !important
    }

    .filter-mobile {
        display: block !important
    }

    .form-error {
        position: initial
    }

    .product-price__current {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px
    }

    .product-price__last {
        font-size: 12px;
        line-height: 15px
    }

    .catalog-type-list {
        padding: 0
    }

    .card-news__img {
        height: 150px
    }

    .detail-page__controls {
        display: grid;
        grid-template-columns:1fr 2fr
    }

    .service__header {
        max-height: 185px;
        height: 145px;
        padding-bottom: 20px
    }

    .service__img {
        max-height: 185px;
        height: 185px
    }

    .text-page article figure {
        width: 100%;
        padding: 20px 10px
    }

    .main-page__marquee p {
        font-size: 14px;
        line-height: 17px
    }

    .main-page__type-containers {
        position: initial;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
        min-height: 150px
    }

    .main-page__type-container img {
        max-height: 230px;
        height: 100%;
        max-width: 180px
    }

    .main-page__type-list {
        grid-template-columns:1fr 1fr
    }

    .main-page-upper__right {
        width: 100%
    }

    .marquee {
        display: grid;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-template-columns:1fr;
        max-height: 180px;
        overflow: hidden;
        gap: 15px
    }

    .marquee span + span {
        margin-left: 0
    }

    .marquee span {
        font-size: 18px;
        line-height: 22px
    }

    .marquee-list {
        max-height: initial;
        overflow: auto;
        gap: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .marquee-list span {
        text-align: center
    }

    .catalog-page__list.view-mode-grid .card-product__title {
        font-size: 16px;
        line-height: 16px
    }

    .catalog-page__filters-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .form-main__description {
        font-size: 14px;
        line-height: 17px
    }

    .popup-filters-button-close {
        right: 10px;
        top: 10px;
        padding: 5px
    }

    .popup-filters__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 10px
    }

    .popup-filters__controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 439px) {
    .form-main__result .product-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3px
    }

    .form-main__result .product-price__last {
        margin-left: 0;
        font-size: 18px !important;
        font-style: normal;
        font-weight: 500
    }
}

@media screen and (max-width: 374px) {
    .header__navbar {
        gap: 20px
    }

    .marquee-list span {
        white-space: initial
    }
}

@media not all and (hover: none) {
    .header-list__item:hover svg path {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        stroke: var(--color-main)
    }

    .header-list__item:hover .location-block__city, .header-list__item:hover > * {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        color: var(--color-main)
    }

    .card-product:hover {
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        background: #fff;
        border: 1px solid var(--color-lg-steel-2);
        cursor: pointer
    }

    .button-more.is-close:hover {
        background-color: var(--color-main)
    }

    .button-more:hover {
        background-color: var(--color-bg)
    }

    .pagination-item:hover {
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .pagination-item:hover a {
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        color: var(--color-main)
    }

    .pagination-item:hover svg path {
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        stroke: var(--color-main);
        stroke-opacity: 1;
        stroke-width: 1px
    }

    .lang-switcher__item:hover {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .lang-switcher__item:hover .lang-switcher__link {
        color: var(--color-black)
    }
}

@media (pointer: coarse) {
    .card-product__image-item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform
    }

    .image-switch__item .image-switch__img {
        opacity: 1 !important;
        z-index: 0 !important
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/top/style.min.css?1693237648490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/main/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/header__city_line/style.css?169323764830*/
p.marquee a {
	color: white;
}
/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/main/style.min.css?1693237648620*/
.bx-breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bx-breadcrumb-item{height:22px;white-space:nowrap}.bx-breadcrumb-item-angle{margin:0 10px;color:#b5bdc2;vertical-align:top;font-size:12px}.bx-breadcrumb-item-link{border-bottom:0;vertical-align:top;line-height:21px}.bx-breadcrumb-item-text{vertical-align:top;white-space:normal;font:400 13px/21px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;transition:250ms linear all}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/mainpage_social/style.css?169323764830*/
p.marquee a {
	color: white;
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/bottom/style.min.css?1693237648490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/main/components/bitrix/menu/bottom/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/main/components/bitrix/system.auth.form/top_auth/style.min.css?1693237648424*/
div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(/local/templates/main/components/bitrix/system.auth.form/top_auth/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(/local/templates/main/components/bitrix/system.auth.form/top_auth/images/sec-unlocked.png)}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/modal__search_cities/style.css?169323764830*/
p.marquee a {
	color: white;
}
/* End */


/* Start:/local/templates/main/styles.css?16985712481761*/
.adm-detail-content-cell-l img {
    max-width: 16px;
    height: auto;
}
.personal-order__body-item-prop.personal-order__body-item-prop__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.personal-order__body-item-prop a {
    color: var(--color-main);
}
.personal-order__body-item-prop button.button.button-primary.button-cancel-order {
    margin-left: 15px;
    margin-top: -30px;
    font-size: 12px;
    padding: 5px 10px;
    color: white;
}
.status-work {
    width: 140px;
}

span.price_vat {
    font-size: 12px;
    padding: 0 5px;
    color: gray;
}

.modal {
    display: none;
}


 .spinner {
     width: 20px;
     height: 20px;
     margin: auto;
     border-radius: 50%;
     background: conic-gradient(#0000 10%,#429cef);
     -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 0);
     animation: spinner-zp9dbg 1s infinite linear;
 }

@keyframes spinner-zp9dbg {
    to {
        transform: rotate(1turn);
    }
}

@media only screen and (max-width: 600px) {
    .card-personal {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;

    }
    .card-personal__title {
        padding: 10px 0;
    }
}

@media screen and (max-width: 768px) {
    .catalog-page__list.view-mode-grid .catalog-grid {
        display: flex;
        flex-wrap: wrap;
    }
    .catalog-page__list.view-mode-grid .catalog-grid .catalog-item {
        width: 48%;
    }
    .catalog-page__list.view-mode-grid .catalog-grid .property-value {
        text-wrap: wrap;
    }
    .catalog-page__view.view-mode.is-mobile {
        margin-left: 30px;
    }
}

@media screen and (max-width: 420px) {
    .catalog-page__view.view-mode.is-mobile {
        margin-left: 0px;
    }
}
/* End */


/* Start:/local/templates/main/template_styles.css?17063626245240*/
body {
    position: relative;
}
.bx-context-toolbar-empty-area {
    min-height: 12px;
    position: absolute;
    z-index: 10000;
    width: 100%;
}
.filter-addtional {
	padding-left:1px;
}
#products_counter_place {
	margin: 0;
}
.reset-filter-desktop {
	cursor: pointer;
	margin:0 0 7px;
	color: gray;
    font-size: 14px;
    text-decoration: underline;
}
div#bx-panel {
    margin-top: 70px !important;
}
.property-first-item-wrap {
	margin-top: 20px;
    margin-bottom: -10px;
}
.sitemap_item ul .sitemap__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px
}
.popup-filters__container {
	grid-template-columns:repeat(4,1fr);
}
.popup-filters__container .filter {
	max-width: 313px;
}
a.button.button-primary.button-exit {
    max-width: 200px;
    margin-top: 20px;
}

.breadcrumbs-list {
    flex-wrap: wrap;
}

.image-container {
    height: auto;
    max-height: 480px;
}

a.card-type {
    color: white;
}

.main-page-upper {
	padding-top:70px;
}

.main-page-upper__left .title.title--1 {
	font-size: 50px;
}

.main-page__type {
	padding-top: 115px;
}

.footer-card__container .main-page__type-containers {
	top: -130px;
	max-width: 100%;
    overflow: visible;
}

.footer-card__container .main-page__type-container {
	overflow: visible;
}

.footer-card__container .main-page__type-container img {
	width: 124%;
	max-width: 124%;
}

.footer__container .main-page__type {
	padding-top: 60px;
}

@media screen and (max-width: 1780px) {
	.footer-card__container .main-page__type-container img {
		width: 105%;
		max-width: 105%;
	}
	.footer-card__container .main-page__type-containers {
		top: -110px;
	}
}

@media screen and (max-width: 1480px) {
	.footer-card__container .main-page__type-container img {
		width: 100%;
		max-width: 100%;
	}
	.footer-card__container .main-page__type-containers {
		top: -105px;
	}
}

@media screen and (max-width: 1279px) {
	.popup-filters__container .filter {
		max-width: calc(50% - 5px);
	}
	.footer-card__container .main-page__type-container {
		overflow: hidden;
	}
	.footer-card__container .main-page__type-container img {
		width: 100%;
		max-width: 100%;
	}
	.main-page__type-container img {
		max-width: 100%;
	}
	.main-page__type-containers, .footer-card__container .main-page__type-containers {
    	top: -85px;
		max-width: 600px;
		overflow: hidden;
	}
	.main-page-upper__left .title.title--1{
		font-size: 45px;
	}
	.main-page__type {
		padding-top: 60px;
	}
}

@media screen and (max-width: 1079px) {
	.main-page__type-containers, .footer-card__container .main-page__type-containers {
    	top: 0px;
    	max-width: 500px;
	}
}

@media screen and (max-width: 1024px) {
	.container-100 {
		padding: 60px 40px 60px 40px;
	}
	.main-page__type-containers, .footer-card__container .main-page__type-containers {
		max-width: 600px;
	}
	.main-page__type-list {
		grid-template-columns: 1fr;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
		gap: 15px;
	}
	.card-type div {
		font-weight: 300;
		font-size: 20px;
		line-height: 24px;
		text-transform: uppercase;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: baseline;
		gap: 10px;
		height: 100%;
	}
	.card-type span {
		font-weight: 700;
		font-size: 50px;
		line-height: 60px;
	}
	.main-page__type-containers {
		top: 120px;
	}
}

@media screen and (max-width: 950px) {
	.main-page__type-containers, .footer-card__container .main-page__type-containers {
    	/*max-width: 420px;*/
    	max-width: 500px;
	}
	.main-page-upper {
		padding-top: 30px;
	}
}

@media screen and (max-width: 850px) {
	.main-page__type-containers, .footer-card__container .main-page__type-containers {
    	/*max-width: 340px;*/
    	max-width: 445px;
	}
}

@media screen and (max-width: 767px) {
	/*.main-page__type-containers, .footer-card__container .main-page__type-containers {*/
	/*	max-width: 445px;*/
	/*}*/

	.main-page-upper__left .title.title--1{
		font-size: 25px;
	}
	.catalog-page__list.view-mode-grid .catalog-grid .property-item {
		white-space:initial;
	}
}

@media screen and (max-width: 767px) {
	.container-100 {
		padding: 0 10px
	}
	.main-page__type-containers, .footer-card__container .main-page__type-containers {
    	top: 100px;
	}
}

@media screen and (max-width: 600px) {
	.main-page__type-containers, .footer-card__container .main-page__type-containers {
		max-width: 380px;
	}

	.popup-filters__container .filter {
		max-width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.main-page__type-containers, .footer-card__container .main-page__type-containers {
		max-width: 100%;
	}
	.main-page__type-containers {
		margin-top: 50px;
	}
	.main-page__type-container img {
		max-width: 100%;
		max-height: 100%;
	}
	.main-page-upper__container .main-page-upper__right {
		display: none;
	}
	.reset-filter-desktop {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.main-page__background {
		top: -120px;
		left: -60px;
    	width: 130%;
	}
}

@media screen and (max-width: 400px) {
	.main-page__background {
		top: -100px;
		left: -60px;
		width: 130%;
	}
}

@media screen and (max-width: 350px) {
	.main-page__background {
		top: -90px;
		left: -40px;
		width: 138%;
	}
}
/* End */
/* /local/templates/main/assets/css/style_custom.css?1718005329213243 */
/* /local/templates/main/components/bitrix/menu/top/style.min.css?1693237648490 */
/* /local/templates/main/components/bitrix/news.list/header__city_line/style.css?169323764830 */
/* /local/templates/main/components/bitrix/breadcrumb/main/style.min.css?1693237648620 */
/* /local/templates/main/components/bitrix/news.list/mainpage_social/style.css?169323764830 */
/* /local/templates/main/components/bitrix/menu/bottom/style.min.css?1693237648490 */
/* /local/templates/main/components/bitrix/system.auth.form/top_auth/style.min.css?1693237648424 */
/* /local/templates/main/components/bitrix/news.list/modal__search_cities/style.css?169323764830 */
/* /local/templates/main/styles.css?16985712481761 */
/* /local/templates/main/template_styles.css?17063626245240 */
