

/* Start:/local/templates/2019/js/mapbox-gl.css?176554928332643*/
.mapboxgl-map {
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-align: left;
}

.mapboxgl-map:-webkit-full-screen {
    width: 100%;
    height: 100%;
}

.mapboxgl-canary {
    background-color: salmon;
}

.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
    cursor: pointer;
}

.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-group > button.mapboxgl-ctrl-compass:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
    touch-action: pan-x pan-y;
}

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
    touch-action: pinch-zoom;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
    touch-action: none;
}

.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right { position: absolute; pointer-events: none; z-index: 2; }
.mapboxgl-ctrl-top-left     { top: 0; left: 0; }
.mapboxgl-ctrl-top-right    { top: 0; right: 0; }
.mapboxgl-ctrl-bottom-left  { bottom: 0; left: 0; }
.mapboxgl-ctrl-bottom-right { right: 0; bottom: 0; }

.mapboxgl-ctrl {
    clear: both;
    pointer-events: auto;

    /* workaround for a Safari bug https://github.com/mapbox/mapbox-gl-js/issues/8185 */
    transform: translate(0, 0);
}
.mapboxgl-ctrl-top-left .mapboxgl-ctrl     { margin: 10px 0 0 10px; float: left; }
.mapboxgl-ctrl-top-right .mapboxgl-ctrl    { margin: 10px 10px 0 0; float: right; }
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl  { margin: 0 0 10px 10px; float: left; }
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin: 0 10px 10px 0; float: right; }

.mapboxgl-ctrl-group {
    border-radius: 4px;
    background: #fff;
}

.mapboxgl-ctrl-group:not(:empty) {
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.mapboxgl-ctrl-group > button {
    width: 30px;
    height: 30px;
    display: block;
    padding: 0;
    outline: none;
    border: 0;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer;
}

.mapboxgl-ctrl-group > button + button {
    border-top: 1px solid #ddd;
}

/* https://bugzilla.mozilla.org/show_bug.cgi?id=140562 */
.mapboxgl-ctrl > button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.mapboxgl-ctrl > button:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-ctrl-group > button:focus {
    box-shadow: 0 0 2px 2px rgba(0, 150, 255, 1);
}

.mapboxgl-ctrl-group > button:focus:focus-visible {
    box-shadow: 0 0 2px 2px rgba(0, 150, 255, 1);
}

.mapboxgl-ctrl-group > button:focus:not(:focus-visible) {
    box-shadow: none;
}

.mapboxgl-ctrl-group > button:focus:first-child {
    border-radius: 4px 4px 0 0;
}

.mapboxgl-ctrl-group > button:focus:last-child {
    border-radius: 0 0 4px 4px;
}

.mapboxgl-ctrl-group > button:focus:only-child {
    border-radius: inherit;
}

.mapboxgl-ctrl-icon,
.mapboxgl-ctrl-icon > .mapboxgl-ctrl-compass-arrow {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mapboxgl-ctrl-icon {
    padding: 5px;
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-icon-disabled {
    opacity: 0.25;
    border-color: #373737;
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='m 7,9 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='M 10 6 C 9.446 6 9 6.4459904 9 7 L 9 9 L 7 9 C 6.446 9 6 9.446 6 10 C 6 10.554 6.446 11 7 11 L 9 11 L 9 13 C 9 13.55401 9.446 14 10 14 C 10.554 14 11 13.55401 11 13 L 11 11 L 13 11 C 13.554 11 14 10.554 14 10 C 14 9.446 13.554 9 13 9 L 11 9 L 11 7 C 11 6.4459904 10.554 6 10 6 z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate::before:disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting::before {
    -webkit-animation: mapboxgl-spin 2s infinite linear;
    -moz-animation: mapboxgl-spin 2s infinite linear;
    -o-animation: mapboxgl-spin 2s infinite linear;
    -ms-animation: mapboxgl-spin 2s infinite linear;
    animation: mapboxgl-spin 2s infinite linear;
}

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

@-moz-keyframes mapboxgl-spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}

@-o-keyframes mapboxgl-spin {
    0% { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); }
}

@-ms-keyframes mapboxgl-spin {
    0% { -ms-transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); }
}

@keyframes mapboxgl-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M 5 4 C 4.5 4 4 4.5 4 5 L 4 6 L 4 9 L 4.5 9 L 5.7773438 7.296875 C 6.7771319 8.0602131 7.835765 8.9565728 8.890625 10 C 7.8257121 11.0633 6.7761791 11.951675 5.78125 12.707031 L 4.5 11 L 4 11 L 4 15 C 4 15.5 4.5 16 5 16 L 9 16 L 9 15.5 L 7.2734375 14.205078 C 8.0428931 13.187886 8.9395441 12.133481 9.9609375 11.068359 C 11.042371 12.14699 11.942093 13.2112 12.707031 14.21875 L 11 15.5 L 11 16 L 14 16 L 15 16 C 15.5 16 16 15.5 16 15 L 16 14 L 16 11 L 15.5 11 L 14.205078 12.726562 C 13.177985 11.949617 12.112718 11.043577 11.037109 10.009766 C 12.151856 8.981061 13.224345 8.0798624 14.228516 7.3046875 L 15.5 9 L 16 9 L 16 5 C 16 4.5 15.5 4 15 4 L 11 4 L 11 4.5 L 12.703125 5.7773438 C 11.932647 6.7864834 11.026693 7.8554712 9.9707031 8.9199219 C 8.9584739 7.8204943 8.0698767 6.7627188 7.3046875 5.7714844 L 9 4.5 L 9 4 L 6 4 L 5 4 z '/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23000000;' d='M 4.2421875 3.4921875 A 0.750075 0.750075 0 0 0 3.71875 4.78125 L 5.9648438 7.0273438 L 4 8.5 L 4 9 L 8 9 C 8.500001 8.9999988 9 8.4999992 9 8 L 9 4 L 8.5 4 L 7.0175781 5.9550781 L 4.78125 3.71875 A 0.750075 0.750075 0 0 0 4.2421875 3.4921875 z M 15.734375 3.4921875 A 0.750075 0.750075 0 0 0 15.21875 3.71875 L 12.984375 5.953125 L 11.5 4 L 11 4 L 11 8 C 11 8.4999992 11.499999 8.9999988 12 9 L 16 9 L 16 8.5 L 14.035156 7.0273438 L 16.28125 4.78125 A 0.750075 0.750075 0 0 0 15.734375 3.4921875 z M 4 11 L 4 11.5 L 5.9648438 12.972656 L 3.71875 15.21875 A 0.75130096 0.75130096 0 1 0 4.78125 16.28125 L 7.0273438 14.035156 L 8.5 16 L 9 16 L 9 12 C 9 11.500001 8.500001 11.000001 8 11 L 4 11 z M 12 11 C 11.499999 11.000001 11 11.500001 11 12 L 11 16 L 11.5 16 L 12.972656 14.035156 L 15.21875 16.28125 A 0.75130096 0.75130096 0 1 0 16.28125 15.21875 L 14.035156 12.972656 L 16 11.5 L 16 11 L 12 11 z '/%3E %3C/svg%3E");
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass > .mapboxgl-ctrl-compass-arrow {
    width: 20px;
    height: 20px;
    margin: 5px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolygon fill='%23333333' points='6,9 10,1 14,9'/%3E %3Cpolygon fill='%23CCCCCC' points='6,11 10,19 14,11 '/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    display: inline-block;
}

a.mapboxgl-ctrl-logo {
    width: 85px;
    height: 21px;
    margin: 0 0 -3px -3px;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 84.49 21' style='enable-background:new 0 0 84.49 21;' xml:space='preserve'%3E%3Cg%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M83.25,14.26c0,0.12-0.09,0.21-0.21,0.21h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39l-1.44,2.39 c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68L76.2,6.84 c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.4-2.35 c0.06-0.11,0.18-0.17,0.3-0.17H83c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.37,3.63l2.43,3.67 C83.24,14.18,83.25,14.22,83.25,14.26z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M66.24,9.59c-0.39-1.88-1.96-3.28-3.84-3.28c-1.03,0-2.03,0.42-2.73,1.18V3.51c0-0.13-0.1-0.23-0.23-0.23h-1.4 c-0.13,0-0.23,0.11-0.23,0.23v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.11,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.73,1.18 c1.88,0,3.45-1.41,3.84-3.29C66.37,10.79,66.37,10.18,66.24,9.59L66.24,9.59z M62.08,13c-1.32,0-2.39-1.11-2.41-2.48v-0.06 c0.02-1.38,1.09-2.48,2.41-2.48s2.42,1.12,2.42,2.51S63.41,13,62.08,13z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M71.67,6.32c-1.98-0.01-3.72,1.35-4.16,3.29c-0.13,0.59-0.13,1.19,0,1.77c0.44,1.94,2.17,3.32,4.17,3.3 c2.35,0,4.26-1.87,4.26-4.19S74.04,6.32,71.67,6.32z M71.65,13.01c-1.33,0-2.42-1.12-2.42-2.51s1.08-2.52,2.42-2.52 c1.33,0,2.42,1.12,2.42,2.51S72.99,13,71.65,13.01L71.65,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M62.08,7.98c-1.32,0-2.39,1.11-2.41,2.48v0.06C59.68,11.9,60.75,13,62.08,13s2.42-1.12,2.42-2.51 S63.41,7.98,62.08,7.98z M62.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25 c0.63,0,1.17,0.57,1.17,1.27C63.24,11.2,62.73,11.76,62.08,11.76z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M71.65,7.98c-1.33,0-2.42,1.12-2.42,2.51S70.32,13,71.65,13s2.42-1.12,2.42-2.51S72.99,7.98,71.65,7.98z M71.65,11.76c-0.64,0-1.17-0.57-1.17-1.27c0-0.7,0.53-1.26,1.17-1.26s1.17,0.57,1.17,1.27C72.82,11.21,72.29,11.76,71.65,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M45.74,6.53h-1.4c-0.13,0-0.23,0.11-0.23,0.23v0.73c-0.71-0.75-1.7-1.18-2.73-1.18 c-2.17,0-3.94,1.87-3.94,4.19s1.77,4.19,3.94,4.19c1.04,0,2.03-0.43,2.73-1.19v0.73c0,0.13,0.1,0.23,0.23,0.23h1.4 c0.13,0,0.23-0.11,0.23-0.23V6.74c0-0.12-0.09-0.22-0.22-0.22C45.75,6.53,45.75,6.53,45.74,6.53z M44.12,10.53 C44.11,11.9,43.03,13,41.71,13s-2.42-1.12-2.42-2.51s1.08-2.52,2.4-2.52c1.33,0,2.39,1.11,2.41,2.48L44.12,10.53z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M41.71,7.98c-1.33,0-2.42,1.12-2.42,2.51S40.37,13,41.71,13s2.39-1.11,2.41-2.48v-0.06 C44.1,9.09,43.03,7.98,41.71,7.98z M40.55,10.49c0-0.7,0.52-1.27,1.17-1.27c0.64,0,1.14,0.56,1.17,1.25v0.04 c-0.01,0.68-0.53,1.24-1.17,1.24C41.08,11.75,40.55,11.19,40.55,10.49z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M52.41,6.32c-1.03,0-2.03,0.42-2.73,1.18V6.75c0-0.13-0.1-0.23-0.23-0.23h-1.4c-0.13,0-0.23,0.11-0.23,0.23 v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.1,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.74,1.18c2.17,0,3.94-1.87,3.94-4.19 S54.58,6.32,52.41,6.32z M52.08,13.01c-1.32,0-2.39-1.11-2.42-2.48v-0.07c0.02-1.38,1.09-2.49,2.4-2.49c1.32,0,2.41,1.12,2.41,2.51 S53.4,13,52.08,13.01L52.08,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M52.08,7.98c-1.32,0-2.39,1.11-2.42,2.48v0.06c0.03,1.38,1.1,2.48,2.42,2.48s2.41-1.12,2.41-2.51 S53.4,7.98,52.08,7.98z M52.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25c0.63,0,1.17,0.58,1.17,1.27 S52.72,11.76,52.08,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M36.08,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68c0-0.98-0.74-1.71-1.62-1.71 c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.11,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V6.74 c0.01-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03c1.09,0,2.09,0.6,2.6,1.55 c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78L36.08,14.24z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M84.34,13.59l-0.07-0.13l-1.96-2.99l1.94-2.95c0.44-0.67,0.26-1.56-0.41-2.02c-0.02,0-0.03,0-0.04-0.01 c-0.23-0.15-0.5-0.22-0.78-0.22h-1.61c-0.56,0-1.08,0.29-1.37,0.78L79.72,6.6l-0.34-0.56C79.09,5.56,78.57,5.27,78,5.27h-1.6 c-0.6,0-1.13,0.37-1.35,0.92c-2.19-1.66-5.28-1.47-7.26,0.45c-0.35,0.34-0.65,0.72-0.89,1.14c-0.9-1.62-2.58-2.72-4.5-2.72 c-0.5,0-1.01,0.07-1.48,0.23V3.51c0-0.82-0.66-1.48-1.47-1.48h-1.4c-0.81,0-1.47,0.66-1.47,1.47v3.75 c-0.95-1.36-2.5-2.18-4.17-2.19c-0.74,0-1.46,0.16-2.12,0.47c-0.24-0.17-0.54-0.26-0.84-0.26h-1.4c-0.45,0-0.87,0.21-1.15,0.56 c-0.02-0.03-0.04-0.05-0.07-0.08c-0.28-0.3-0.68-0.47-1.09-0.47h-1.39c-0.3,0-0.6,0.09-0.84,0.26c-0.67-0.3-1.39-0.46-2.12-0.46 c-1.83,0-3.43,1-4.37,2.5c-0.2-0.46-0.48-0.89-0.83-1.25c-0.8-0.81-1.89-1.25-3.02-1.25h-0.01c-0.89,0.01-1.75,0.33-2.46,0.88 c-0.74-0.57-1.64-0.88-2.57-0.88H28.1c-0.29,0-0.58,0.03-0.86,0.11c-0.28,0.06-0.56,0.16-0.82,0.28c-0.21-0.12-0.45-0.18-0.7-0.18 h-1.4c-0.82,0-1.47,0.66-1.47,1.47v7.5c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.48-0.66,1.48-1.48l0,0V9.79 c0.03-0.36,0.23-0.59,0.36-0.59c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41c0.82,0,1.47-0.66,1.47-1.47 l-0.01-4.57c0.06-0.32,0.25-0.47,0.35-0.47c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41 c0.82,0,1.47-0.66,1.47-1.47v-0.38c0.96,1.29,2.46,2.06,4.06,2.06c0.74,0,1.46-0.16,2.12-0.47c0.24,0.17,0.54,0.26,0.84,0.26h1.39 c0.3,0,0.6-0.09,0.84-0.26v2.01c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.47-0.66,1.47-1.47v-1.77c0.48,0.15,0.99,0.23,1.49,0.22 c1.7,0,3.22-0.87,4.17-2.2v0.52c0,0.82,0.66,1.47,1.47,1.47h1.4c0.3,0,0.6-0.09,0.84-0.26c0.66,0.31,1.39,0.47,2.12,0.47 c1.92,0,3.6-1.1,4.49-2.73c1.54,2.65,4.95,3.53,7.58,1.98c0.18-0.11,0.36-0.22,0.53-0.36c0.22,0.55,0.76,0.91,1.35,0.9H78 c0.56,0,1.08-0.29,1.37-0.78l0.37-0.61l0.37,0.61c0.29,0.48,0.81,0.78,1.38,0.78h1.6c0.81,0,1.46-0.66,1.45-1.46 C84.49,14.02,84.44,13.8,84.34,13.59L84.34,13.59z M35.86,14.47h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23 V9.68c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23 V6.74c0.01-0.13,0.11-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03 c1.09,0,2.09,0.6,2.6,1.55c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78l0.01,5.16C36.09,14.36,35.98,14.46,35.86,14.47 L35.86,14.47z M45.97,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V13.5c-0.7,0.76-1.69,1.18-2.72,1.18 c-2.17,0-3.94-1.87-3.94-4.19s1.77-4.19,3.94-4.19c1.03,0,2.02,0.43,2.73,1.18V6.74c0-0.13,0.1-0.23,0.23-0.23h1.4 c0.12-0.01,0.22,0.08,0.23,0.21c0,0.01,0,0.01,0,0.02v7.51h-0.01V14.24z M52.41,14.67c-1.03,0-2.02-0.43-2.73-1.18v3.97 c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.1-0.23-0.23V6.75c0-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.23,0.11,0.23,0.23v0.73 c0.71-0.76,1.7-1.18,2.73-1.18c2.17,0,3.94,1.86,3.94,4.18S54.58,14.67,52.41,14.67z M66.24,11.39c-0.39,1.87-1.96,3.29-3.84,3.29 c-1.03,0-2.02-0.43-2.73-1.18v0.73c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V3.51c0-0.13,0.1-0.23,0.23-0.23 h1.4c0.13,0,0.23,0.11,0.23,0.23v3.97c0.71-0.75,1.7-1.18,2.73-1.17c1.88,0,3.45,1.4,3.84,3.28C66.37,10.19,66.37,10.8,66.24,11.39 L66.24,11.39L66.24,11.39z M71.67,14.68c-2,0.01-3.73-1.35-4.17-3.3c-0.13-0.59-0.13-1.19,0-1.77c0.44-1.94,2.17-3.31,4.17-3.3 c2.36,0,4.26,1.87,4.26,4.19S74.03,14.68,71.67,14.68L71.67,14.68z M83.04,14.47h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39 l-1.44,2.39c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68 L76.2,6.84c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.41-2.36 c0.06-0.11,0.18-0.17,0.3-0.17h1.61c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.38,3.64l2.43,3.67 c0.02,0.03,0.03,0.07,0.03,0.12C83.25,14.38,83.16,14.47,83.04,14.47L83.04,14.47L83.04,14.47z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M10.5,1.24c-5.11,0-9.25,4.15-9.25,9.25s4.15,9.25,9.25,9.25s9.25-4.15,9.25-9.25 C19.75,5.38,15.61,1.24,10.5,1.24z M14.89,12.77c-1.93,1.93-4.78,2.31-6.7,2.31c-0.7,0-1.41-0.05-2.1-0.16c0,0-1.02-5.64,2.14-8.81 c0.83-0.83,1.95-1.28,3.13-1.28c1.27,0,2.49,0.51,3.39,1.42C16.59,8.09,16.64,11,14.89,12.77z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M10.5-0.01C4.7-0.01,0,4.7,0,10.49s4.7,10.5,10.5,10.5S21,16.29,21,10.49C20.99,4.7,16.3-0.01,10.5-0.01z M10.5,19.74c-5.11,0-9.25-4.15-9.25-9.25s4.14-9.26,9.25-9.26s9.25,4.15,9.25,9.25C19.75,15.61,15.61,19.74,10.5,19.74z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M14.74,6.25C12.9,4.41,9.98,4.35,8.23,6.1c-3.16,3.17-2.14,8.81-2.14,8.81s5.64,1.02,8.81-2.14 C16.64,11,16.59,8.09,14.74,6.25z M12.47,10.34l-0.91,1.87l-0.9-1.87L8.8,9.43l1.86-0.9l0.9-1.87l0.91,1.87l1.86,0.9L12.47,10.34z'/%3E %3Cpolygon class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' points='14.33,9.43 12.47,10.34 11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 '/%3E%3C/g%3E%3C/svg%3E");
}

a.mapboxgl-ctrl-logo.mapboxgl-compact {
    width: 21px;
    height: 21px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cg transform='translate(0,0.01)'%3E%3Cpath d='m 10.5,1.24 c -5.11,0 -9.25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.52 z' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3Cpath d='M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpath d='M 14.74,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpolygon points='11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 14.33,9.43 12.47,10.34 ' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3C/g%3E%3C/svg%3E");
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
    padding: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

@media screen {
    .mapboxgl-ctrl-attrib.mapboxgl-compact {
        min-height: 20px;
        padding: 0;
        margin: 10px;
        position: relative;
        background-color: #fff;
        border-radius: 3px 12px 12px 3px;
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
        padding: 2px 24px 2px 4px;
        visibility: visible;
        margin-top: 6px;
    }

    .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover,
    .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
        padding: 2px 4px 2px 24px;
        border-radius: 12px 3px 3px 12px;
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
        display: none;
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner {
        display: block;
    }

    .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
        content: '';
        cursor: pointer;
        position: absolute;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23333333' fill-rule='evenodd' d='M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0'/%3E %3C/svg%3E");
        background-color: rgba(255, 255, 255, 0.5);
        width: 24px;
        height: 24px;
        box-sizing: border-box;
        border-radius: 12px;
    }

    .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
        bottom: 0;
        right: 0;
    }

    .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
        top: 0;
        right: 0;
    }

    .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
        top: 0;
        left: 0;
    }

    .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact::after {
        bottom: 0;
        left: 0;
    }
}

.mapboxgl-ctrl-attrib a {
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
}

.mapboxgl-ctrl-attrib a:hover {
    color: inherit;
    text-decoration: underline;
}

/* stylelint-disable-next-line selector-class-pattern */
.mapboxgl-ctrl-attrib .mapbox-improve-map {
    font-weight: bold;
    margin-left: 2px;
}

.mapboxgl-attrib-empty {
    display: none;
}

.mapboxgl-ctrl-scale {
    background-color: rgba(255, 255, 255, 0.75);
    font-size: 10px;
    border-width: medium 2px 2px;
    border-style: none solid solid;
    border-color: #333;
    padding: 0 5px;
    color: #333;
    box-sizing: border-box;
}

.mapboxgl-popup {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    will-change: transform;
    pointer-events: none;
}

.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.mapboxgl-popup-anchor-left {
    -webkit-flex-direction: row;
    flex-direction: row;
}

.mapboxgl-popup-anchor-right {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.mapboxgl-popup-tip {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    z-index: 1;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-top: none;
    border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    border-top: none;
    border-left: none;
    border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    border-top: none;
    border-right: none;
    border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-bottom: none;
    border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    border-bottom: none;
    border-left: none;
    border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    border-bottom: none;
    border-right: none;
    border-top-color: #fff;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-left: none;
    border-right-color: #fff;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-right: none;
    border-left-color: #fff;
}

.mapboxgl-popup-close-button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0 3px 0 0;
    cursor: pointer;
    background-color: transparent;
}

.mapboxgl-popup-close-button:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-popup-content {
    position: relative;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 15px;
    pointer-events: auto;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
    border-top-left-radius: 0;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
    border-top-right-radius: 0;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
    border-bottom-left-radius: 0;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
    border-bottom-right-radius: 0;
}

.mapboxgl-popup-track-pointer {
    display: none;
}

.mapboxgl-popup-track-pointer * {
    pointer-events: none;
    user-select: none;
}

.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
    display: flex;
}

.mapboxgl-map:active .mapboxgl-popup-track-pointer {
    display: none;
}

.mapboxgl-marker {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
}

.mapboxgl-user-location-dot {
    background-color: #1da1f2;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.mapboxgl-user-location-dot::before {
    background-color: #1da1f2;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
    -moz-animation: mapboxgl-user-location-dot-pulse 2s infinite;
    -ms-animation: mapboxgl-user-location-dot-pulse 2s infinite;
    animation: mapboxgl-user-location-dot-pulse 2s infinite;
}

.mapboxgl-user-location-dot::after {
    border-radius: 50%;
    border: 2px solid #fff;
    content: '';
    height: 19px;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 19px;
    box-sizing: border-box;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

@-webkit-keyframes mapboxgl-user-location-dot-pulse {
    0%   { -webkit-transform: scale(1); opacity: 1; }
    70%  { -webkit-transform: scale(3); opacity: 0; }
    100% { -webkit-transform: scale(1); opacity: 0; }
}

@-ms-keyframes mapboxgl-user-location-dot-pulse {
    0%   { -ms-transform: scale(1); opacity: 1; }
    70%  { -ms-transform: scale(3); opacity: 0; }
    100% { -ms-transform: scale(1); opacity: 0; }
}

@keyframes mapboxgl-user-location-dot-pulse {
    0%   { transform: scale(1); opacity: 1; }
    70%  { transform: scale(3); opacity: 0; }
    100% { transform: scale(1); opacity: 0; }
}

.mapboxgl-user-location-dot-stale {
    background-color: #aaa;
}

.mapboxgl-user-location-dot-stale::after {
    display: none;
}

.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
    cursor: crosshair;
}

.mapboxgl-boxzoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #fff;
    border: 2px dotted #202020;
    opacity: 0.5;
}

@media print {
    /* stylelint-disable-next-line selector-class-pattern */
    .mapbox-improve-map {
        display: none;
    }
}

/* End */


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


/* Start:/local/templates/2019/js/owl.carousel.css?17655492834809*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    /* background: none; */
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel button.owl-dot {
    background: none;
  }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/2019/js/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/2019/js/jquery.formstyler.css?17655492832175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/2019/styles_adaptive.css?176554928371471*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 10 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 10 version
*/

/* 
*   CMYK_BREAKPOINTS
*   @media (min-width: 1025px) and (max-width: 1330px) {}
*   @media (max-width: 1330px) {}
*   @media (max-width: 1168px) {}
*   @media (max-width: 868px) {}
*   @media (max-width: 568px) {}
*   
*/

/* 
*   CMYK_ANIMATIONS
*/
@-webkit-keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
      display: block;
  }

  100% {
      display: none;
  }
}

@keyframes fadeOut {
  0% {
      display: block;
  }

  100% {
      display: none;
  }
}

/* 
*   CMYK_ICONS
*/
.cmyk-template .cmyk-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}

.cmyk-template .cmyk-icon--mob {
  display: none;
}

.cmyk-template .cmyk-icon--user {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4C7.50555 4 7.0222 4.14662 6.61108 4.42133C6.19995 4.69603 5.87952 5.08648 5.6903 5.54329C5.50108 6.00011 5.45157 6.50277 5.54804 6.98773C5.6445 7.47268 5.8826 7.91814 6.23223 8.26777C6.58187 8.6174 7.02732 8.8555 7.51228 8.95196C7.99723 9.04843 8.4999 8.99892 8.95671 8.8097C9.41353 8.62048 9.80397 8.30005 10.0787 7.88893C10.3534 7.4778 10.5 6.99445 10.5 6.5C10.5 5.83696 10.2366 5.20107 9.76777 4.73223C9.29893 4.26339 8.66304 4 8 4ZM8 8C7.70333 8 7.41332 7.91203 7.16665 7.7472C6.91997 7.58238 6.72771 7.34811 6.61418 7.07403C6.50065 6.79994 6.47095 6.49834 6.52882 6.20736C6.5867 5.91639 6.72956 5.64912 6.93934 5.43934C7.14912 5.22956 7.41639 5.0867 7.70737 5.02882C7.99834 4.97094 8.29994 5.00065 8.57403 5.11418C8.84812 5.22771 9.08238 5.41997 9.24721 5.66664C9.41203 5.91332 9.5 6.20333 9.5 6.5C9.4996 6.8977 9.34144 7.279 9.06022 7.56022C8.779 7.84144 8.3977 7.9996 8 8Z' fill='white'/%3E%3Cpath d='M8 1C6.61553 1 5.26216 1.41054 4.11101 2.17971C2.95987 2.94888 2.06266 4.04213 1.53285 5.32122C1.00303 6.6003 0.86441 8.00777 1.13451 9.36563C1.4046 10.7235 2.07129 11.9708 3.05026 12.9497C4.02922 13.9287 5.2765 14.5954 6.63437 14.8655C7.99224 15.1356 9.3997 14.997 10.6788 14.4672C11.9579 13.9373 13.0511 13.0401 13.8203 11.889C14.5895 10.7378 15 9.38447 15 8C14.9979 6.14413 14.2597 4.36489 12.9474 3.05259C11.6351 1.7403 9.85587 1.00212 8 1V1ZM5 13.1885V12.5C5.0004 12.1023 5.15856 11.721 5.43978 11.4398C5.721 11.1586 6.1023 11.0004 6.5 11H9.5C9.89771 11.0004 10.279 11.1586 10.5602 11.4398C10.8414 11.721 10.9996 12.1023 11 12.5V13.1885C10.0896 13.7201 9.05426 14.0002 8 14.0002C6.94575 14.0002 5.91042 13.7201 5 13.1885V13.1885ZM11.996 12.463C11.986 11.8072 11.7188 11.1815 11.252 10.7208C10.7851 10.2601 10.1559 10.0012 9.5 10H6.5C5.84409 10.0012 5.21492 10.2601 4.74805 10.7208C4.28117 11.1815 4.01397 11.8072 4.004 12.463C3.09729 11.6534 2.45787 10.5874 2.17042 9.40633C1.88297 8.22523 1.96105 6.98467 2.39432 5.84893C2.82759 4.71319 3.59561 3.73583 4.59669 3.04628C5.59776 2.35673 6.78467 1.98751 8.00025 1.98751C9.21583 1.98751 10.4027 2.35673 11.4038 3.04628C12.4049 3.73583 13.1729 4.71319 13.6062 5.84893C14.0395 6.98467 14.1175 8.22523 13.8301 9.40633C13.5426 10.5874 12.9032 11.6534 11.9965 12.463H11.996Z' fill='white'/%3E%3C/svg%3E%0A");
}

.cmyk-template .cmyk-icon--pay {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M15.2735 8.0671V5.81833C15.2735 5.0558 14.682 4.43566 13.9347 4.37553L11.8464 0.727861C11.6528 0.390503 11.3403 0.149382 10.9664 0.0492583C10.5942 -0.0501832 10.205 0.00204321 9.87194 0.195915L2.71286 4.3638H1.45551C0.65333 4.3638 0.000976562 5.01612 0.000976562 5.81833V14.5455C0.000976562 15.3476 0.653295 16 1.45551 16H13.819C14.6211 16 15.2735 15.3477 15.2735 14.5455V12.2967C15.6958 12.1461 16.0007 11.7462 16.0007 11.2728V9.09101C16.0007 8.61756 15.6958 8.21772 15.2735 8.0671ZM13.0897 4.3638H9.92025L12.2973 2.97987L13.0897 4.3638ZM11.936 2.34875L8.47485 4.3638H7.0392L11.577 1.7218L11.936 2.34875ZM10.238 0.824439C10.4025 0.728202 10.5946 0.702634 10.7782 0.751656C10.9639 0.80136 11.1187 0.921392 11.215 1.08935L11.2157 1.09068L5.59387 4.3638H4.1583L10.238 0.824439ZM14.5462 14.5455C14.5462 14.9464 14.2199 15.2727 13.819 15.2727H1.45551C1.05461 15.2727 0.72826 14.9464 0.72826 14.5455V5.81833C0.72826 5.41743 1.05461 5.09109 1.45551 5.09109H13.819C14.2199 5.09109 14.5462 5.41743 14.5462 5.81833V8.00012H12.3644C11.1613 8.00012 10.1826 8.97878 10.1826 10.1819C10.1826 11.385 11.1613 12.3637 12.3644 12.3637H14.5462V14.5455V14.5455ZM15.2735 11.2728C15.2735 11.4734 15.1105 11.6364 14.9098 11.6364H12.3644C11.5622 11.6364 10.9099 10.9841 10.9099 10.1819C10.9099 9.37972 11.5622 8.72737 12.3644 8.72737H14.9098C15.1105 8.72737 15.2735 8.89035 15.2735 9.09101V11.2728V11.2728Z' fill='white'/%3E%3Cpath d='M12.3637 9.45459C11.9628 9.45459 11.6365 9.78094 11.6365 10.1818C11.6365 10.5827 11.9628 10.9091 12.3637 10.9091C12.7646 10.9091 13.091 10.5827 13.091 10.1818C13.091 9.78094 12.7647 9.45459 12.3637 9.45459Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.cmyk-template .cmyk-icon--order-status {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7411 4.31191L9.74109 1.56191C9.66726 1.5213 9.58436 1.5 9.50009 1.5C9.41582 1.5 9.33292 1.5213 9.25909 1.56191L4.25909 4.31191C4.18069 4.35508 4.11532 4.41849 4.06979 4.49553C4.02426 4.57257 4.00024 4.66042 4.00024 4.74991C4.00024 4.83941 4.02426 4.92726 4.06979 5.0043C4.11532 5.08134 4.18069 5.14475 4.25909 5.18791L9.00009 7.79541V13.1549L7.48209 12.3199L7.00009 13.1954L9.25909 14.4379C9.33289 14.4786 9.4158 14.5 9.50009 14.5C9.58437 14.5 9.66729 14.4786 9.74109 14.4379L14.7411 11.6879C14.8195 11.6448 14.8849 11.5814 14.9305 11.5043C14.976 11.4273 15.0001 11.3394 15.0001 11.2499V4.74991C15.0001 4.66041 14.976 4.57255 14.9305 4.4955C14.8849 4.41846 14.8195 4.35506 14.7411 4.31191ZM9.50009 2.57091L13.4626 4.74991L9.50009 6.92891L5.53759 4.74991L9.50009 2.57091ZM14.0001 10.9544L10.0001 13.1544V7.79491L14.0001 5.59491V10.9544Z' fill='%231B1F21'/%3E%3Cpath d='M5 8H1V7H5V8Z' fill='%231B1F21'/%3E%3Cpath d='M6 12H2V11H6V12Z' fill='%231B1F21'/%3E%3Cpath d='M7 10H3V9H7V10Z' fill='%231B1F21'/%3E%3C/svg%3E%0A");
}

.cmyk-template .cmyk-icon--cross {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.7108 3.04442C13.7604 2.99483 13.7998 2.93596 13.8266 2.87118C13.8534 2.80639 13.8672 2.73695 13.8672 2.66682C13.8672 2.59669 13.8534 2.52725 13.8266 2.46246C13.7998 2.39768 13.7604 2.33881 13.7108 2.28922C13.6613 2.23963 13.6024 2.2003 13.5376 2.17346C13.4728 2.14663 13.4034 2.13281 13.3332 2.13281C13.2631 2.13281 13.1937 2.14663 13.1289 2.17346C13.0641 2.2003 13.0052 2.23963 12.9556 2.28922L7.99991 7.24602L3.04418 2.28922C2.99459 2.23963 2.93572 2.2003 2.87093 2.17346C2.80614 2.14663 2.7367 2.13281 2.66658 2.13281C2.59645 2.13281 2.52701 2.14663 2.46222 2.17346C2.39743 2.2003 2.33856 2.23963 2.28898 2.28922C2.23939 2.33881 2.20005 2.39768 2.17322 2.46246C2.14638 2.52725 2.13257 2.59669 2.13257 2.66682C2.13257 2.73695 2.14638 2.80639 2.17322 2.87118C2.20005 2.93596 2.23939 2.99483 2.28898 3.04442L7.24578 8.00015L2.28898 12.9559C2.18883 13.056 2.13257 13.1919 2.13257 13.3335C2.13257 13.4751 2.18883 13.6109 2.28898 13.7111C2.38912 13.8112 2.52495 13.8675 2.66658 13.8675C2.8082 13.8675 2.94403 13.8112 3.04418 13.7111L7.99991 8.75429L12.9556 13.7111C13.0558 13.8112 13.1916 13.8675 13.3332 13.8675C13.4749 13.8675 13.6107 13.8112 13.7108 13.7111C13.811 13.6109 13.8672 13.4751 13.8672 13.3335C13.8672 13.1919 13.811 13.056 13.7108 12.9559L8.75404 8.00015L13.7108 3.04442V3.04442Z' fill='%231E90FF'/%3E%3C/svg%3E%0A");
}

.cmyk-template .cmyk-icon--filter {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 2H0V1H14V2Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 7H0V6H14V7Z' fill='white'/%3E%3Cpath d='M12 1.5C12 2.32843 11.3284 3 10.5 3C9.67157 3 9 2.32843 9 1.5C9 0.671573 9.67157 0 10.5 0C11.3284 0 12 0.671573 12 1.5Z' fill='white'/%3E%3Cpath d='M6 6.5C6 7.32843 5.32843 8 4.5 8C3.67157 8 3 7.32843 3 6.5C3 5.67157 3.67157 5 4.5 5C5.32843 5 6 5.67157 6 6.5Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 12H0V11H14V12Z' fill='white'/%3E%3Cpath d='M9 11.5C9 12.3284 8.32843 13 7.5 13C6.67157 13 6 12.3284 6 11.5C6 10.6716 6.67157 10 7.5 10C8.32843 10 9 10.6716 9 11.5Z' fill='white'/%3E%3C/svg%3E%0A");
}

.cmyk-template .cmyk-icon--search {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.88326 8.93266L13.4699 12.5193C13.596 12.6455 13.6668 12.8165 13.6667 12.9949C13.6667 13.1732 13.5957 13.3443 13.4696 13.4703C13.3434 13.5964 13.1724 13.6672 12.994 13.6671C12.8157 13.6671 12.6447 13.5961 12.5186 13.47L8.93193 9.88333C7.85973 10.7138 6.51145 11.1046 5.16134 10.9762C3.81124 10.8479 2.56075 10.21 1.66425 9.1924C0.767748 8.17479 0.292587 6.85387 0.335428 5.49836C0.378269 4.14285 0.935894 2.85457 1.89486 1.8956C2.85383 0.936626 4.14211 0.379001 5.49762 0.33616C6.85314 0.293319 8.17406 0.768481 9.19167 1.66498C10.2093 2.56148 10.8471 3.81198 10.9755 5.16208C11.1038 6.51218 10.713 7.86047 9.88259 8.93266H9.88326ZM5.66659 9.66666C6.72746 9.66666 7.74487 9.24523 8.49502 8.49509C9.24517 7.74494 9.66659 6.72753 9.66659 5.66666C9.66659 4.60579 9.24517 3.58838 8.49502 2.83823C7.74487 2.08809 6.72746 1.66666 5.66659 1.66666C4.60573 1.66666 3.58831 2.08809 2.83817 2.83823C2.08802 3.58838 1.66659 4.60579 1.66659 5.66666C1.66659 6.72753 2.08802 7.74494 2.83817 8.49509C3.58831 9.24523 4.60573 9.66666 5.66659 9.66666V9.66666Z' fill='%231B1F21'/%3E%3C/svg%3E%0A");
}

@media (max-width: 568px) {
  .cmyk-template .cmyk-icon--mob {
      display: block;
  }
}

/* 
*   CMYK_GENERAL
*/
button, input {
  -webkit-appearance: none;
}

.cmyk-template .wrap {
  width: 100%;
}

.cmyk-template .owl-dots {
  text-align: center;
  margin: 10px 0;
}

.cmyk-template .owl-dots .owl-dot {
  display: inline-block;
  margin: 0;
  width: 20px;
  height: 20px;
}

.cmyk-template .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  display: block;
  background: rgba(255,255,255,.3);
  border-radius: 50%;
}

.cmyk-template .owl-dots .owl-dot.active span{
  background: rgba(255,255,255,1);
}

.cmyk-template .owl-carousel  .owl-item:last-child {
  margin-right: 0!important;
}

.cmyk-template .cmyk-block {
  margin: 60px 0;
}

.cmyk-template .owl-prev {
  left: 0
}

.cmyk-template .owl-next {
  right: -40px;
}

.cmyk-template .cmyk-detail-top {
  background-color: #1B1F21;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto; 
}

.list-mob-only {
  display: none;
}

.cmyk-product-detail__title {
	max-width: calc(100% - 200px);
}

@media (max-width: 1168px) {
  .cmyk-template {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; 
      -webkit-box-orient: vertical; 
      -webkit-box-direction: normal; 
          -ms-flex-direction: column; 
              flex-direction: column;
  }

  .cmyk-template.scrolled {
      padding-bottom: 100px;
  }

  .cmyk-template .wrap {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 15px;
  }

  .cmyk-template .cmyk-block {
      margin: 48px 0;
  }

  .cmyk-template .cmyk-block--catalog {
      margin: 0;
  }

  .cmyk-template .h1, 
  .cmyk-template h1,
  .cmyk-template .cmyk-detail-page .h1,
  .cmyk-template .cmyk-detail-page h1 {
      font-size: 32px;
  }

  .cmyk-template .h2, 
  .cmyk-template h2,
  .cmyk-template .cmyk-detail-page .h2,
  .cmyk-template .cmyk-detail-page h2 {
      font-size: 24px;
  }

  .cmyk-template ul,
  .cmyk-template ol {
      padding-left: 20px;
  }

  .cmyk-template .cmyk-block > div {
      margin-top: 0;
      padding-top: 0;
  }

  .cmyk-template .cmyk-block h2,
  .cmyk-template .technology-section h2 {
      font-size: 24px;
      margin-bottom: 24px;
  }

  .cmyk-template h2.dash {
      padding-left: 32px;
  }

  .cmyk-template h2.dash::before {
      top: 2px;
      width: 16px;
      height: 24px;
  }

  .owl-carousel .owl-stage {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  }

  .cmyk-template .owl-nav {
      display: none;
  }

  .cmyk-template .popup {
      padding: 32px;
  }

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

@media (max-width: 868px) {
  .cmyk-form .cmyk-form__field {
      width: 100%;
      margin: 0;
  }
}

@media (max-width: 568px) {
  .cmyk-form .cmyk-form__button,
  .form  .button[type="submit"] {
      display: block;
      width: 100%;
  }

  .cmyk-template .fancybox-slide {
      background-color: #363B40;
  }

  .cmyk-template .fancybox-slide:before {
      display: none;
  }

  .cmyk-product-detail__title {
	max-width: 100%;
  }
}

/* 
*   CMYK_HEADER_NAV
*/
.cmyk-template .cmyk-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cmyk-navigation .cmyk-navigation__prev,
.cmyk-navigation .cmyk-navigation__next {
  position: relative;
  font-size: 0;
}

.cmyk-navigation .cmyk-navigation__prev::after,
.cmyk-navigation .cmyk-navigation__next::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-size: 48px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.cmyk-navigation .cmyk-navigation__prev:hover::after,
.cmyk-navigation .cmyk-navigation__next:hover::after {
  opacity: 1;
}

.cmyk-navigation .cmyk-navigation__prev::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.25C9.96716 13.25 9.93464 13.2436 9.90429 13.231C9.87395 13.2185 9.84639 13.2 9.8232 13.1768L4.8232 8.17676C4.77633 8.12987 4.75 8.0663 4.75 8.00001C4.75 7.93372 4.77633 7.87014 4.8232 7.82326L9.8232 2.82326C9.87007 2.77636 9.93366 2.75001 9.99997 2.75C10.0663 2.74999 10.1299 2.77632 10.1768 2.82319C10.2237 2.87007 10.25 2.93366 10.25 2.99996C10.25 3.06627 10.2237 3.12986 10.1768 3.17676L5.35357 8.00001L10.1768 12.8233C10.2118 12.8582 10.2356 12.9028 10.2452 12.9513C10.2549 12.9998 10.2499 13.05 10.231 13.0957C10.2121 13.1414 10.18 13.1804 10.1389 13.2079C10.0978 13.2353 10.0495 13.25 10 13.25Z' fill='white'/%3E%3C/svg%3E%0A");
}

.cmyk-navigation .cmyk-navigation__next::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.99999 13.25C6.03284 13.25 6.06536 13.2436 6.09571 13.231C6.12605 13.2185 6.15361 13.2 6.1768 13.1768L11.1768 8.17676C11.2237 8.12987 11.25 8.0663 11.25 8.00001C11.25 7.93372 11.2237 7.87014 11.1768 7.82326L6.1768 2.82326C6.12993 2.77636 6.06634 2.75001 6.00003 2.75C5.93373 2.74999 5.87013 2.77632 5.82324 2.82319C5.77635 2.87007 5.75 2.93366 5.74998 2.99996C5.74997 3.06627 5.7763 3.12986 5.82318 3.17676L10.6464 8.00001L5.82318 12.8233C5.78822 12.8582 5.76442 12.9028 5.75478 12.9513C5.74514 12.9998 5.7501 13.05 5.76902 13.0957C5.78795 13.1414 5.81999 13.1804 5.8611 13.2079C5.90221 13.2353 5.95055 13.25 5.99999 13.25V13.25Z' fill='white'/%3E%3C/svg%3E%0A");
}


@media (max-width: 1168px) {
  .cmyk-template .cmyk-navigation {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
  }

  .cmyk-template .cmyk-navigation > a,
  .cmyk-template .cmyk-navigation > span {
      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;
      height: 48px;
      width: 48px;
      min-width: unset;
      padding: 0;
      font-size: 14px;
  }

  .cmyk-template .cmyk-navigation > .cmyk-navigation__prev,
  .cmyk-template .cmyk-navigation > .cmyk-navigation__next {
      font-size: 0;
  }

  .cmyk-navigation .cmyk-navigation__prev::after,
  .cmyk-navigation .cmyk-navigation__next::after {
      background-size: 32px;
  }
}

/* 
*   CMYK_HEADER_CONTACTS
*/
.cmyk-header__menu .cmyk-header-contacts__item--address,
.cmyk-header__menu .cmyk-header-contacts__item--phone,
.cmyk-header__menu .cmyk-header-contacts__item--email {
  display: none;
}

@media (max-width: 1168px) {
  .cmyk-header-contacts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 8px 0;
  }

  .scrolled .cmyk-page-header .cmyk-page-header-tiny {
      height: 0;
        z-index: 0;
  }
    .scrolled {
        padding: 120px 0 0 0 !important; 
    }

  .cmyk-header-contacts .cmyk-header-contacts__item {
      display: block;
      margin: 0;
  }

  
  .cmyk-header__menu .cmyk-header__menu-contacts {
      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;
      margin-top: auto;
  }

  .scrolled .cmyk-header__menu .cmyk-header-contacts__item--phone,
  .scrolled .cmyk-header__menu .cmyk-header-contacts__item--email,
  .scrolled .cmyk-header__menu .cmyk-header-contacts__item--address {
      display: inline-block;
      padding: 8px;
      margin: 0;
  }
}

@media (max-width: 568px) {
  .cmyk-header-contacts > .cmyk-header-contacts__item--address {
      display: none;
  }
  .cmyk-header__menu .cmyk-header-contacts__item--address {
      display: inline-block;
      margin: 0;
  }
}

/* 
*   CMYK_HEADER
*/
.cmyk-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmyk-page-header {
  position: relative;
  z-index: 20;
}

.cmyk-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmyk-header .cmyk-header__menu-item--mob,
.cmyk-header .cmyk-socials-mob {
  display: none;
}

@media (max-width: 1168px) {
  .cmyk-page-header .cmyk-page-header-tiny {
      height: auto;
  }
  .cmyk-template .cmyk-header {
      position: relative;
  }

  .cmyk-template .cmyk-page-header {
      margin-bottom: 24px;
  }

  .cmyk-header .cmyk-socials-mob,
  .cmyk-header .cmyk-header__menu-item--mob {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
}

/* 
*   CMYK_HEADER_MENU
*/
.cmyk-list-root {   
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
  margin-top: -24px;
  border-bottom: 1px solid #ffffff3d;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.cmyk-list-root::before,
.cmyk-list-root::after {
  pointer-events: none;
}

.cmyk-list-root::before {
  content: '';
  position: absolute;
  top: 20px;
  right: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff3d;
  border-bottom: none;
}

.cmyk-list-root::after {
  content: '';
  position: absolute;
  top: 30px;
  right: 11px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.49999 6.00002C2.49998 5.90113 2.52931 5.80445 2.58425 5.72222C2.63919 5.64 2.71728 5.57591 2.80864 5.53806C2.90001 5.50022 3.00055 5.49031 3.09754 5.50961C3.19453 5.5289 3.28362 5.57653 3.35355 5.64646L7.99999 10.2929L12.6464 5.64646C12.7402 5.55269 12.8674 5.50001 13 5.50001C13.1326 5.50001 13.2598 5.55269 13.3535 5.64646C13.4473 5.74023 13.5 5.86741 13.5 6.00002C13.5 6.13263 13.4473 6.25981 13.3535 6.35358L8.35355 11.3536C8.30712 11.4 8.252 11.4368 8.19133 11.462C8.13067 11.4871 8.06565 11.5 7.99999 11.5C7.93432 11.5 7.8693 11.4871 7.80864 11.462C7.74797 11.4368 7.69285 11.4 7.64642 11.3536L2.64643 6.35358C2.59993 6.3072 2.56305 6.25209 2.53792 6.19141C2.51279 6.13074 2.4999 6.06569 2.49999 6.00002V6.00002Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.cmyk-list-root.active {
  border-color: transparent;
}

.cmyk-list-root.active::before {
  border-bottom: 1px solid #ffffff3d;
  background-color: rgba(0, 0, 0, 0.5);
}

.cmyk-list-root.active::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.cmyk-list-root > .cmyk-list-root__item  {
  display: none;
}

.cmyk-list-root__item {
  width: 100%;
  -webkit-animation-fill-mode: forwards; 
  animation-fill-mode: forwards; 
}

.cmyk-list-root .cmyk-list-root__item > .cmyk-header__menu-item {
  padding: 0;
}

.cmyk-list-root > div {   
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 10px;
}

.cmyk-list-root.active > .cmyk-list-root__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}

.cmyk-list-root.passive > .cmyk-list-root__item {
  opacity: 0;
  -webkit-animation: fadeOut 0.3s;
          animation: fadeOut 0.3s;
}

.cmyk-list-root__top-item,
.cmyk-list-root__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cmyk-list-root .cmyk-list-root__top-item > .cmyk-header__menu-item {
  padding: 16px 8px 0px;
}


@media (max-width: 1168px) {
  .cmyk-header .cmyk-header__menu {
      position: absolute;
      top: calc(100% + 25px);
      left: 0;
      z-index: 20;
      width: 100%;
      height: calc(100vh - 211px);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 0;
      border-bottom: 1px solid #1B1F21;
      background-color: #363B40;
      -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transform-origin: top;
          -ms-transform-origin: top;
              transform-origin: top;
      pointer-events: none;
      -webkit-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
  }

  .cmyk-header .cmyk-header__menu.active {
      top: calc(100% + 25px);
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1);
      pointer-events: all;
      overflow: auto;
  }

  .scrolled .cmyk-header .cmyk-header__menu,
  .scrolled .cmyk-header .cmyk-header__menu.active {
      top: 100%;
      height: calc(100vh - 124px);
  }

  .cmyk-header .cmyk-header__menu-wrapper {
      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: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      min-height: 100%;
      margin: 0;
      padding: 24px 0;
  }

  .cmyk-header .cmyk-header__menu-item {
      padding: 8px;
      margin: 0;
      font-size: 14px;
      line-height: 24px;
      text-align: center;
  }

  .cmyk-header .cmyk-header__menu-item.cmyk-header__menu-item--desk {
      display: none;
  }

  .cmyk-list-root {
      min-width: 70%;
  }    
}

@media (max-width: 568px) {
  .cmyk-list-root {
      min-width: calc(100% - 30px);
  }    
}

@media (min-width: 1069px) {
  .cmyk-header .logo,
  .cmyk-header .cmyk-header__search {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
  }

  .cmyk-header .logo {
      max-width: 143px;
  }

  .scrolled .cmyk-header .logo {
      max-width: 95px;
  }

  .cmyk-header .cmyk-header__menu-wrapper {
      min-width: 905px;
  }
}

/* 
*   CMYK_HEADER_SEARCH
*/
.cmyk-header .cmyk-header__search {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  width: 170px;
  margin: 0 0 0 auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media (max-width: 1168px) {
  .cmyk-header .cmyk-header__search {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin: 0 16px 0 0;
  }
}

@media (max-width: 568px) {
  .cmyk-header .cmyk-header__search {
      border: solid 1px rgba(255,255,255,.2);
      -webkit-box-flex: unset;
          -ms-flex-positive: unset;
              flex-grow: unset;
      width: auto;
      margin-left: auto;
      margin: 0 16px 0 auto;
  }

  .cmyk-header .cmyk-header__search-input {
      display: none;
  }

  .cmyk-header .cmyk-header__search-button {
      position: static;
  }
}

@media (min-width: 1169px) {
  .cmyk-header .cmyk-header__search {
      max-width: 500px;
  }
}

@media (min-width: 1169px) and (max-width: 1330px) {
  .cmyk-header .cmyk-header__search {
      -ms-flex-negative: 1;
          flex-shrink: 1;
      width: auto;
      min-width: 38px;
      max-width: 38px;
      margin: 0 0 0 16px;
      border: solid 1px rgba(255,255,255,.2);
  }

  .cmyk-header .cmyk-header__search input {
      display: none;
  }

  .cmyk-header .cmyk-header__search-button {
      position: static;
  }
}

/* 
*   CMYK_MENU_BUTTON
*/
@media (max-width: 1168px) {
  .cmyk-header .cmyk-header__menu-button {
      position: relative;
      width: 30px;
      height: 20px;
      margin: 0;
      top: 0;
  }

  .cmyk-header .cmyk-header__menu-button::before, 
  .cmyk-header .cmyk-header__menu-button::after,
  .cmyk-header .cmyk-header__menu-button > span {
      content: '';
      background-color: rgba(255, 255, 255, .7);
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      -webkit-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s;
  }

  .cmyk-header .cmyk-header__menu-button > span {
      top: 9px;
  }

  .cmyk-header .cmyk-header__menu-button::before {
      top: 0;
  }

  .cmyk-header .cmyk-header__menu-button::after {
      bottom: 0;
  }

  .cmyk-header .cmyk-header__menu-button.active > span {
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
  }

  .cmyk-header .cmyk-header__menu-button.active::before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 9px;
  }

  .cmyk-header .cmyk-header__menu-button.active::after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      bottom: 9px;
  }

}

/* 
*   CMYK_HEADER_USER_NAV
*/
.cmyk-user-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmyk-user-nav .cmyk-user-nav__button-name {
  display: none;
}

.cmyk-user-nav > div + div {
  margin-left: 25px;
}

@media (max-width: 1168px) {
  .cmyk-user-nav {
      position: fixed;
      left: 0;
      bottom: 0;
      z-index: 20;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 18px 15px 25px;
      width: 100%;
      background-color: #363B40;
      border-top: 1px solid #1B1F21;
  }

  .cmyk-user-nav > div:last-child {
      margin-left: auto;
  }
}

@media (max-width: 568px) {
  .cmyk-user-nav {
      padding: 15px 15px 2px;
  }

  .cmyk-user-nav__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;
  }
  .cmyk-user-nav .cmyk-user-nav__button--user,
  .cmyk-user-nav .cmyk-user-nav__button--pay,
  .cmyk-user-nav .cmyk-user-nav__button--order-status {
      width: 66px;
      min-width: unset;
      font-size: 0px;
      line-height: 0px;
  }

  .cmyk-user-nav .cmyk-user-nav__button-name {
      display: block;
      text-align: center;
      font-size: 12px;
  }
}

/* 
*   CMYK_PROMO_SLIDER
*/
@media (max-width: 1168px) {
  .cmyk-template .cmyk-block.cmyk-block--promo {
      margin-top: 0;
  }
}

@media (max-width: 868px) {
  .cmyk-promos .owl-stage-outer,
  .cmyk-promos .owl-stage,
  .cmyk-promos .cmyk-promo,
  .cmyk-promos .cmyk-promo__content {
      height: 100%;
  }

  .cmyk-promos .cmyk-promo {
      background: none;
  }

  .cmyk-promos .cmyk-promo__content {
      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: 100%;
      min-height: unset;
      padding: 48px;
      background-color: #1b1f219b;
  }

  .cmyk-promo__content > .cmyk-promo__descr {
      margin-bottom: 16px;
  }

  .cmyk-template .cmyk-promo__content > .cmyk-promo__link {
      margin-top: auto;
      max-width: 150px;
  }
}

@media (max-width: 568px) {
  .cmyk-promos .cmyk-promo__content {
      padding: 16px 16px 32px;
  }

  .cmyk-template .cmyk-promo__content > .cmyk-promo__link {
      width: 100%;
      max-width: 100%;
      margin-top: auto;
  }

  .cmyk-promo__content > .cmyk-promo__title {
      font-size: 20px;
  }
}

/* 
*   CMYK_INDEX_PRODUCTS
*/
.cmyk-template .cmyk-products-slider.cmyk-products-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 16px 0 0 -16px;
}

.cmyk-template .cmyk-products-tile .cmyk-products-slider__item {
  margin: 24px 0 0 16px;
  width: calc(25% - 16px);
}

@media (max-width: 1330px) {
  .cmyk-products-slider .cmyk-products-slider__item,
  .cmyk-products-slider .cmyk-products-slider__item-link  {
      width: 100%;
      margin: 0;
  }

  .cmyk-template .cmyk-products-slider.cmyk-products-tile .cmyk-products-slider__item {
      margin: 24px 0 0 16px;
  }

  .cmyk-products-slider .cmyk-products-slider__item-link {
      padding-left: 16px;
      height: 300px;
  }

  .cmyk-products-slider .cmyk-products-slider__item-image {
      left: unset;
      right: 25px;
      bottom: 25px;
      height: 200px;
  }
  
  .cmyk-products-slider .cmyk-products-slider__item-image > img {
      height: 100%;
  }

  .cmyk-products-slider .cmyk-products-slider__item-dash {
      width: 150px;
  }

  /* DISABLE HOVER */
  .cmyk-products-slider .cmyk-products-slider__item-link:hover > .cmyk-products-slider__item-image {
      left: unset;
  }
}

@media (min-width: 1167px) and (max-width: 1330px) {
  .cmyk-products-slider .cmyk-products-slider__item-image {
      height: 158px;
  }

  .cmyk-products-slider .cmyk-products-slider__item-image > img {
      height: 100%;
  }    
}

@media (max-width: 1168px) {
  .cmyk-template .cmyk-products-slider {
      margin-top: 24px;
  }  

  .cmyk-template .cmyk-products-slider.cmyk-products-tile {
      margin-top: 8px;
  }
  
  .cmyk-template .cmyk-technology-section {
      margin: 48px 0;
  }

  .cmyk-template .cmyk-products-tile .cmyk-products-slider__item {
      margin: 16px 0 0 16px;
      width: calc(33.33% - 16px);
  }
}

@media (max-width: 868px) {
  .cmyk-template .cmyk-products-tile .cmyk-products-slider__item {
      margin: 16px 0 0 16px;
      width: calc(50% - 16px);
  }

  .cmyk-products-slider .cmyk-products-slider__item-link {
      height: 250px;
  }

  .cmyk-products-slider .cmyk-products-slider__item-image {
      height: 150px;
  }

  .cmyk-products-slider .cmyk-products-slider__item-image > img {
      height: 100%;
  }

  .cmyk-products-slider .cmyk-products-slider__item-dash {
      width: 150px;
  }    

  .cmyk-products-slider  .cmyk-products-slider__item-title {
      position: relative;
      z-index: 1;
      background: #1B1F21;
      padding-bottom: 11px;
      padding-left: 4px;
      margin-left: -4px;
  }

  .cmyk-products-slider  .cmyk-products-slider__item-text {
      display: none;
  }
}

@media (max-width: 568px) {
  .cmyk-template .cmyk-technology-section {
      margin: 32px 0;
  }

  .cmyk-template .cmyk-products-tile .cmyk-products-slider__item {
      margin: 16px 0 0 16px;
      width: 100%;
  }

  .cmyk-products-slider .cmyk-products-slider__item-link {
      border: none;
      padding: 0 0 0 4px;
  }
  
  .cmyk-products-slider .cmyk-products-slider__item-image {
      left: 50%;
      right: unset;
      bottom: 15px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
  }

  .cmyk-products-slider .cmyk-products-slider__item-dash {
      width: 100%;
      right: unset;
      left: -50%;
      top: unset;
      bottom: 0;
      height: 100%;
      -webkit-transform: skewX(190deg);
          -ms-transform: skewX(190deg);
              transform: skewX(190deg);
  }

  /* DISABLE HOVER */
  .cmyk-products-slider .cmyk-products-slider__item-link:hover > .cmyk-products-slider__item-image {
      left: 50%;
      right: unset;
  }
}

/* 
*   CMYK_INDEX_BUSINESSES
*/
@media (max-width: 1330px) {
  .cmyk-businesses {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }

  .cmyk-businesses .cmyk-businesses__item {
      width: 100%;
      margin: 0;
  }

  .cmyk-businesses .cmyk-businesses__item .cmyk-businesses__item-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: unset;
      border-right: none;
      border-bottom: solid 1px rgba(214, 214, 214, 0.2);
      padding-bottom: 32px;
      padding-right: 0;
      margin-bottom: 32px;
  }

  .cmyk-businesses .cmyk-businesses__item:last-child .cmyk-businesses__item-link {
      border-bottom: none;
  }

  .cmyk-businesses .cmyk-businesses__item-image {
      position: static;
      min-width: 30%;
      max-width: 30%;
      margin: 0 24px 0 0;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
  }
}

@media (max-width: 868px) {
  .cmyk-template .cmyk-block--business {
      padding: 32px 48px;
  }

  .cmyk-businesses .cmyk-businesses__item-image {
      position: static;
      min-width: 250px;
      max-width: 250px;
      margin: 0 16px 0 0;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
  }
}

@media (max-width: 568px) {
  .cmyk-template .cmyk-block--business {
      padding: 32px;
  }

  .cmyk-businesses .cmyk-businesses__item .cmyk-businesses__item-link {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 24px;
      margin-bottom: 24px;
  }

  .cmyk-businesses .cmyk-businesses__item-image {
      position: static;
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      margin: 16px 0 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
  }

  .cmyk-businesses .cmyk-businesses__item-link > .cmyk-businesses__item-image > img {
      max-height: 180px;
  }
}

/* 
*   CMYK_INDEX_NEWS
*/
@media (max-width: 1168px) {
  .cmyk-main-news .cmyk-main-news__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      padding-left: 4px;
  }

  .cmyk-main-news .cmyk-main-news__item-link {
      width: 100%;
      margin: auto auto 16px;

      background: #FFD200;
      border: solid 1px #FFD200;
      padding: 6px 20px;
      max-width: 150px;
      text-align: center;
      border-radius: 2px;
      color: #000000;
      display: inline-block;
      font-size: 14px;
      line-height: 1.5em;
      opacity: 1;
      cursor: pointer;
  }
}

@media (max-width: 568px) {
  .cmyk-main-news .cmyk-main-news__item-link {
      max-width: 100%;
  }

  .cmyk-main-news .cmyk-main-news__item-text {
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
  }
}

/* 
*   CMYK_INDEX_PARTNERS
*/
@media (max-width: 1168px) {
  .cmyk-template .cmyk-block--partners {
      margin-top: 0;
  }
}

/* 
*   CMYK_INDEX_CONTACTS
*/
.cmyk-contacts,
.cmyk-main-managers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cmyk-main-managers__item {
  min-width: 245px;
}

@media (max-width: 1168px) {
  .cmyk-template .cmyk-map {
      width: 100%;
      height: 288px;
  }
}
@media (max-width: 868px) {
  .cmyk-template .cmyk-block--contacts {
      margin-top: 0;
  }

  .cmyk-contacts .cmyk-contacts__left {
      width: 45%;
  }

  .cmyk-contacts .cmyk-contacts__right {
      width: 55%;
      padding-left: 50px;
  }
}

@media (max-width: 568px) {
  .cmyk-contacts .cmyk-contacts__left,
  .cmyk-contacts .cmyk-contacts__right {
      width: 100%;
      padding: 0;
  }

  .cmyk-contacts .cmyk-contacts__left {
      margin: 0 0 24px;
      border: none;
  }

  .cmyk-contacts .cmyk-contacts__right {
      margin: 0;
  }

  .cmyk-contacts .cmyk-contacts__link {
      font-size: 16px;
  }

  .cmyk-contacts .cmyk-contacts__address {
      margin-top: 0;
  }

  .cmyk-contacts .cmyk-socials {
      margin: 16px 0 0;
  }

  .cmyk-contacts .cmyk-main-managers-title {
      margin: 0 0 16px;
  }

  .cmyk-contacts .cmyk-main-managers__item {
      padding-left: 30px;
  }

  .cmyk-contacts .cmyk-main-managers__item.dash::before {
      top: 10px;
      width: 12px;
      height: 20px;
  }

  .cmyk-template .cmyk-map {
      width: 100%;
      height: 248px;
  }
}

/* 
*   CMYK_INDEX_FOOTER
*/
.cmyk-footer .cmyk-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1168px) {
  .cmyk-footer {
      padding-top: 48px;
      margin-top: 48px;
      border-top: 1px solid #303439;
  }
  .cmyk-footer .cmyk-footer__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }

  .cmyk-footer .cmyk-footer__top-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      margin-right: 0;
      margin-bottom: 24px;
  }

  .cmyk-footer .cmyk-footer__top-item:last-child {
      margin-bottom: 16px;
  }

  .cmyk-footer .cmyk-footer__top-item-link {
      width: 100%;
  }

  .cmyk-footer .cmyk-footer__top-item > .cmyk-footer__top-item-link > a {
      font-size: 16px;
  }

  .cmyk-footer .cmyk-footer__top-link {
      width: 25%;
  }
}

@media (max-width: 868px) {
  .cmyk-footer .cmyk-footer__top-item-link,
  .cmyk-footer .cmyk-footer__top-link {
      text-align: center;
  }

  .cmyk-footer  .cmyk-footer__top-link:nth-child(odd) {
      padding-left: 12px;
      text-align: left;
  }

  .cmyk-footer  .cmyk-footer__top-link:nth-child(even) {
      padding-right: 12px;
      text-align: right;
  }

  .cmyk-footer .cmyk-footer__bottom {
      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;
  }

  .cmyk-footer .cmyk-footer__top-link {
      width: 50%;
  }

  .cmyk-footer .cmyk-socials {
      margin: 16px auto 0;
  }
}

@media (max-width: 568px) {
  .cmyk-footer__top-item--prod {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
  }
  .cmyk-footer .cmyk-footer__top-link {
      width: 100%;
      -webkit-animation-fill-mode: forwards; 
      animation-fill-mode: forwards;
  }

  .cmyk-footer  .cmyk-footer__top-link:nth-child(odd),
  .cmyk-footer  .cmyk-footer__top-link:nth-child(even) {
      padding-left: 0;
      text-align: center;
  }

  .cmyk-footer__top-item--root {
      position: relative;
      border-bottom: 1px solid #ffffff3d;
      -webkit-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
  }

  .cmyk-footer__top-item--root::before,
  .cmyk-footer__top-item--root::after {
      pointer-events: none;
  }

  .cmyk-footer__top-item--root::after {
      content: '';
      position: absolute;
      top: 15px;
      right: 11px;
      width: 16px;
      height: 16px;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.49999 6.00002C2.49998 5.90113 2.52931 5.80445 2.58425 5.72222C2.63919 5.64 2.71728 5.57591 2.80864 5.53806C2.90001 5.50022 3.00055 5.49031 3.09754 5.50961C3.19453 5.5289 3.28362 5.57653 3.35355 5.64646L7.99999 10.2929L12.6464 5.64646C12.7402 5.55269 12.8674 5.50001 13 5.50001C13.1326 5.50001 13.2598 5.55269 13.3535 5.64646C13.4473 5.74023 13.5 5.86741 13.5 6.00002C13.5 6.13263 13.4473 6.25981 13.3535 6.35358L8.35355 11.3536C8.30712 11.4 8.252 11.4368 8.19133 11.462C8.13067 11.4871 8.06565 11.5 7.99999 11.5C7.93432 11.5 7.8693 11.4871 7.80864 11.462C7.74797 11.4368 7.69285 11.4 7.64642 11.3536L2.64643 6.35358C2.59993 6.3072 2.56305 6.25209 2.53792 6.19141C2.51279 6.13074 2.4999 6.06569 2.49999 6.00002V6.00002Z' fill='white'/%3E%3C/svg%3E%0A");
      -webkit-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
  }

  .cmyk-footer__top-item--root::before {
      content: '';
      position: absolute;
      top: 4px;
      right: 0;
      width: 35px;
      height: 35px;
      border: 1px solid #ffffff3d;
      border-bottom: none;
  }

  .cmyk-footer__top-item--root.active {
      border-color: transparent;
  }

  .cmyk-footer__top-item--root.active::before {
      border-bottom: 1px solid #ffffff3d;
      background-color: rgba(0, 0, 0, 0.5);
  }

  .cmyk-footer__top-item--root.active::after {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg);
  }

  .cmyk-footer__top-item--root > .cmyk-footer__top-link {
      display: none;
  }

  .cmyk-footer .cmyk-footer__top-item--root > .cmyk-footer__top-item-link {   
      margin-bottom: 0;
      padding-bottom: 5px;
      padding-top: 10px;
  }

  .cmyk-footer__top-item--root.active > .cmyk-footer__top-link {
      display: block;
      -webkit-animation: fadeIn 0.3s;
              animation: fadeIn 0.3s;
  }

  .cmyk-footer__top-item--root.passive > .cmyk-footer__top-link {
      opacity: 0;
      -webkit-animation: fadeOut 0.3s;
              animation: fadeOut 0.3s;

  }
}

/* 
*   CMYK_SECTION_NAV
*/
.cmyk-section-nav {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: auto;
  padding-bottom: 5px;
  margin-bottom: 32px;
  margin-top: -40px;
}

.cmyk-section-nav::-webkit-scrollbar {
  height: 10px;
  background-color: #7281883b;
  border-radius: 10px;
}

.cmyk-section-nav::-webkit-scrollbar-thumb {
  border: 2px solid #7281883b;
  border-radius: 6px;
  background-color: #1B1F21;
}

.cmyk-section-nav .cmyk-section-nav__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.cmyk-section-nav .cmyk-section-nav__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  white-space: nowrap;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.cmyk-section-nav .cmyk-section-nav__item.selected {
  border-color: #F3115B;
}

@media (max-width: 1168px) {
  .cmyk-section-nav {
      margin-top: -24px;
  }
}

/* 
*   CMYK_SERVICES
*/
.cmyk-block--map .cmyk-map-tour {
  height: 100%;
}
@media (max-width: 868px) {
  .cmyk-services {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }

  .cmyk-services .cmyk-services__item {
      width: 100%;
      margin: 0 0 24px;
      padding-right: 0;
  }

  .cmyk-template .cmyk-block--map,
  .cmyk-block--map .cmyk-map-tour {
      height: 348px;
      margin: 0;
  }

  .cmyk-services .cmyk-services__title {
      margin: 0 0 4px;
  }

}

@media (max-width: 568px) {
  .cmyk-template .cmyk-block--map,
  .cmyk-block--map .cmyk-map-tour {
      height: 248px;
  }

  .cmyk-services .cmyk-services__title {
      font-size: 14px;
  }
}

/* 
*   CMYK_TEMPLATES
*/
.cmyk-template .cmyk-templates-groups__toggler {
  display: none;
}

.cmyk-template .cmyk-templates-list__title {
  background-position: left 0 bottom 4px;
}

.cmyk-template .cmyk-templates-list__title::before {
  content: "";
  display: block;
height: 110px;
margin: -110px 0 0;
}

@media (max-width: 1168px) {
  .cmyk-template .cmyk-templates-groups-side {
      position: fixed;
      top: 136px;
      right: 0;
      z-index: 2;
      width: 150px;
      height: calc(100vh - 211px);
      -webkit-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
  }

  .cmyk-template .cmyk-templates-groups-side.hidden {
      opacity: 0;
      pointer-events: none;
  }

  .cmyk-template .cmyk-templates-groups-side.passive {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
  }

  .cmyk-template .cmyk-templates-groups-side.active {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      
  }

  .cmyk-template.scrolled .cmyk-templates-groups-side {
      top: 49px;
      height: calc(100vh - 120px);
  }

  .cmyk-template .cmyk-templates-groups {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      overflow: auto;
      background-color: #363B40;
  }

  .cmyk-template .cmyk-templates-groups__item {
      padding: 8px 8px 8px 24px;
      text-align: right;
  }

  .cmyk-template .cmyk-templates-groups__toggler {
      position: absolute;
      left: 0;
      top: 50%;
      display: block;
      min-width: 0;
      width: 30px;
      height: 150px;
      padding: 2px 4px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
  }

  .cmyk-template .cmyk-templates-groups__toggler:hover {
      background: #FFD200;
      border-color: #FFD200;
      color: #000;
  }

  .cmyk-template .passive .cmyk-templates-groups__toggler {
      -webkit-transform: translate(-100%, -50%);
          -ms-transform: translate(-100%, -50%);
              transform: translate(-100%, -50%);
  }

  .cmyk-template .cmyk-templates-groups__toggler::after {
      content: '';
      display: block;
      white-space: nowrap;
      width: 115px;
      -webkit-transform: rotate(-90deg) translate(0px, -50px);
          -ms-transform: rotate(-90deg) translate(0px, -50px);
              transform: rotate(-90deg) translate(0px, -50px);
  }

  .cmyk-template .active .cmyk-templates-groups__toggler::after {
      content: 'Скрыть меню';
  }

  .cmyk-template .passive .cmyk-templates-groups__toggler::after {
      content: 'Показать меню';
  }

  .cmyk-templates-groups::-webkit-scrollbar {
      width: 10px;
      background-color: #7281883b;
  }
  
  .cmyk-templates-groups::-webkit-scrollbar-thumb {
      border: 2px solid #7281883b;
      background-color: #1B1F21;
  }

  .cmyk-template .cmyk-templates-list__title::before {
      content: "";
      display: block;
      height: 65px;
      margin: -65px 0 0;
  }
}

@media (max-width: 568px) {
  .cmyk-template .cmyk-templates-list__title {
      font-size: 16px;
  }
}

/* 
*   CMYK_DETAIL_TOP
*/
.cmyk-template .cmyk-detail-top {
  margin-top: 0;
}

.cmyk-detail-top.cmyk-detail-top--close {
  margin-top: -50px;
}

.cmyk-template .cmyk-detail-top::before {
  background-color: rgba(0,0,0, 0.6);
}

@media (max-width: 1168px) {
  .cmyk-template .cmyk-detail-top {
      padding: 64px 0 ;
  }

  .cmyk-detail-top.cmyk-detail-top--close {
      margin-top: -24px;
  }
}

@media (max-width: 868px) {
  .cmyk-template .cmyk-detail-top {
      padding: 48px 0 ;
  }
}

@media (max-width: 568px) {
  .cmyk-template .cmyk-detail-top {
      padding: 32px 0 ;
  }

  .cmyk-detail-top .cmyk-detail-top__info {
      max-width: 100%;
  }
}

/* 
*   CMYK_DETAIL
*/
@media (max-width: 1168px) {
  .cmyk-detail-page iframe {
      height: 468px;
  }
}

@media (max-width: 668px) {
  .cmyk-detail-page iframe {
      height: 368px;
  }
}

@media (max-width: 568px) {
  .cmyk-detail-page iframe {
      height: 198px;
  }
}

/* 
*   CMYK_PRODUCTS_SLIDERS
*/
.cmyk-template .cmyk-products--technologies__item-image {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

.cmyk-template .cmyk-products--technologies__item-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1168px) {
  .cmyk-template .cmyk-products--technologies,
  .cmyk-template .cmyk-product-detail .cmyk-products--technologies {
      margin: 24px 0 32px;
  }

  .cmyk-template .cmyk-products--technologies__item-image {
      margin-bottom: 16px;
  }

  .cmyk-template .cmyk-products--technologies__item-title {
      font-size: 12px;
      margin-bottom: 4px;
      padding-left: 4px;
  }

  .cmyk-template .cmyk-products--technologies__item-desc  {
      display: none;
  }
}

@media (max-width: 568px) {
  .cmyk-template .cmyk-products--technologies__item-image {
      padding-bottom: 100%;
  }
}

/* 
*   CMYK_CATALOG
*/
.cmyk-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cmyk-catalog .cmyk-catalog__left {
  overflow: auto;
}

.cmyk-catalog .cmyk-catalog__left::-webkit-scrollbar {
  width: 10px;
  background-color: #7281883b;
}

.cmyk-catalog .cmyk-catalog__left::-webkit-scrollbar-thumb {
  border: 2px solid #7281883b;
  background-color: #1B1F21;
}

.cmyk-template .cmyk-catalog-panel {
  display: none;
}

.cmyk-catalog .owl-stage,
.cmyk-catalog .cmyk-catalog__items--tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cmyk-catalog .cmyk-catalog__items--tile {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cmyk-catalog .cmyk-catalog__item {
  display: block;
}

.cmyk-catalog .cmyk-catalog__item,
.cmyk-catalog .cmyk-catalog__item-inner {
  height: 100%;
}

.cmyk-catalog .cmyk-catalog__items--tile > .cmyk-catalog__item {
  height: auto;
}

.cmyk-catalog .cmyk-catalog__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cmyk-catalog .cmyk-catalog__item .cmyk-catalog__item-desc {
  margin-bottom: 12px;

}
.cmyk-catalog .cmyk-catalog__item .cmyk-catalog__counter {
  margin-top: auto;
}

.cmyk-catalog .cmyk-catalog__section {
  padding: 8px;
}

.cmyk-catalog .cmyk-catalog__filter-closer {
  display: none;
}

.cmyk-catalog .cmyk-catalog__item-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.cmyk-catalog .cmyk-catalog__item-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1168px) {
  .cmyk-catalog .cmyk-catalog__left {
      top: 60px;
  }

  .cmyk-catalog .cmyk-catalog__items--tile {
      margin-left: -16px;
      margin-right: 0;
  }

  .cmyk-catalog .cmyk-catalog__items--tile .cmyk-catalog__item {
      width: calc(50% - 16px);
      margin-left: 16px;
      margin-right: 0;
  }

  .cmyk-catalog .cmyk-catalog__item-image {
      padding-bottom: 80%;
  }
}

@media (max-width: 868px) {
  .cmyk-template .cmyk-catalog {
      margin: 32px 0 64px;
  }

  .cmyk-template .cmyk-catalog .cmyk-catalog-panel {
      position: -webkit-sticky;
      position: sticky;
      top: 49px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 24px;
      padding: 8px 0 16px;
      background-color: #1B1F21;
      z-index: 2;
  }

  .cmyk-catalog .cmyck-catalog--full {
      display: none;
  }

  .cmyk-catalog .cmyk-catalog__right {
      width: 100%;
  }

  .cmyk-catalog .cmyk-catalog__left {
      position: fixed;
      top: 136px;
      left: 0;
      z-index: 15;
      background-color: #1B1F21;
      width: 100%;
      height: calc(100vh - 211px);
      padding: 15px;
      -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transform-origin: top;
          -ms-transform-origin: top;
              transform-origin: top;
      pointer-events: none;
      -webkit-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
  }

  .scrolled .cmyk-catalog .cmyk-catalog__left {
      top: 49px;
      height: calc(100vh - 120px);
  }

  .cmyk-catalog .cmyk-catalog__left.active {
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1);
      pointer-events: all;
  }

  .cmyk-catalog__left-title {
      position: relative;
      text-align: center;
      padding-bottom: 5px;
      padding-top: 10px;
      margin-bottom: 20px;
      border-bottom: solid 2px #1E90FF;
  }

  .cmyk-catalog .cmyk-catalog__filter-closer {
      position: absolute;
      bottom: -1px;
      right: 0;
      display: block;
      width: 35px;
      height: 35px;
      min-width: 0;
      background-color: transparent;
      border: 2px solid #1E90FF;
      border-bottom: none;
      background-size: 24px;
      background-position: center;
  }

  .cmyk-catalog .cmyk-catalog__sections {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-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;
      max-width: 100%;
      width: 100%;
      border-top: none;
      margin: 0;
      padding: 0;
  }

  .cmyk-catalog__filter-section:first-child > .cmyk-catalog__filter-items {
      border-top: none;
      margin: 0;
      padding: 0;
  }

  .cmyk-catalog__filter-section > .cmyk-catalog__filter-items {
      border-width: 2px;
  }

  .cmyk-catalog__filter-section > .cmyk-catalog__left-title {
      text-align: left;
  }

  .cmyk-catalog .cmyk-catalog__section {
      padding: 8px;
      margin: 0;
  }

  .cmyk-catalog .cmyk-catalog-panel__btn {
      height: 35px;
      background-color: transparent;
      background-position: 12px center;
      background-size: 16px;
      border-color: #fff;
      color: #fff;
  }

  .cmyk-catalog .cmyk-catalog-panel__btn--large {
      width: 100%;
      margin: 0 auto;
  }

  .cmyk-catalog .cmyk-catalog__item-image {
      margin-bottom: 8px;
  }

  /* DISABLE HOVER */
  .cmyk-catalog .cmyk-catalog-panel__btn:hover {
      background-color: transparent;
      border-color: #fff;
      color: #fff;
  }

  .cmyk-catalog .cmyk-catalog__filter-closer:hover {
      background-color: transparent;
      border-color: #1E90FF;
  }
}

@media (max-width: 468px) {
  .cmyk-catalog .cmyk-catalog-panel__btn:not(.cmyk-catalog-panel__btn--large) {
      height: 35px;
      width: 35px;
      min-width: 0;
      font-size: 0;
  }

  .cmyk-catalog .cmyk-catalog__items--tile {
      margin-left: 0;
  }

  .cmyk-catalog .cmyk-catalog__items--tile .cmyk-catalog__item {
      width: 100%;
      margin-left: 0;
  }

  .cmyk-catalog .cmyk-catalog__item-image {
      padding-bottom: 70%;
  }
}

@media (min-width: 867px) and (max-width: 1168px) {
  .cmyk-catalog .cmyk-catalog__left {
      top: 99px;
      height: calc(100vh - 99px);
      position: -webkit-sticky;
      position: sticky;
      top: 49px;
      overflow: auto;
      width: 250px;
      height: calc(100vh - 112px);
      padding: 16px 8px 16px 0;
  }
}

/* 
*   CMYK_PRODUCT (PROJECTS)
*/
.cmyk-template .cmyk-souvenir-detail__big-image {
  height: 100%;
}

.cmyk-template .cmyk-product-detail .owl-prev {
  left: 0;
}

.cmyk-template .cmyk-product-detail .owl-next {
  right: -40px;
}

@media (max-width: 868px) {
  .cmyk-product-detail .cmyk-product-detail__button {
      right: 60px;
  }
}

@media (max-width: 568px) {
  .cmyk-product-detail .cmyk-product-detail__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 24px 32px;
  }

  .cmyk-product-detail .cmyk-product-detail__title {
      text-align: center;
  }

  .cmyk-product-detail .cmyk-product-detail__button {
      position: static;
      margin-top: 16px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
  }

  .cmyk-product-detail .cmyk-product-detail__button > a {
      width: 100%;
  }

  .cmyk-product-detail .cmyk-product-detail__photo {
      background-size: contain;
  }
}

/* 
*   CMYK_PRODUCT (CORPORATE)
*/
.cmyk-catalog .cmyk-souvenir-detail__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cmyk-template .cmyk-souvenir-detail__big-image {
  position: relative;
  height: 0;
  padding-bottom: 75%;
} 

.cmyk-template .cmyk-souvenir-detail__big-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cmyk-catalog .cmyk-souvenir-detail__price {
  display: block;
}

.cmyk-catalog .cmyk-souvenir-detail__price > span {
  display: block;
}

@media (max-width: 568px) {
  .cmyk-catalog .cmyk-souvenir-detail__top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
  }

  .cmyk-catalog .cmyk-souvenir-detail__left,
  .cmyk-catalog .cmyk-souvenir-detail__right {
      width: 100%;
  }

  .cmyk-catalog .cmyk-souvenir-detail__left {
      margin-bottom: 16px;
  }
}

/* 
*   CMYK_PRODUCT (PRODUCTS)
*/
.cmyk-product-detail .cmyk-product-detail__inner {
  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;
}

.cmyk-product-detail .cmyk-product-detail__left {
  width: 60%;
}

.cmyk-product-detail .cmyk-product-detail__right {
  width: 35%;
}

.cmyk-product-detail .cmyk-product-detail__over,
.cmyk-product-detail .cmyk-product-detail__under,
.cmyk-product-detail .cmyk-product-detail__table {
  width: 100%;
}

.cmyk-product-detail .cmyk-product-detail__table {
  min-width: 720px;
  margin: 0;
}

.cmyk-product-detail .cmyk-product-detail__table > table {
  margin: 0;
}

.cmyk-product-detail__table-wrapper::-webkit-scrollbar {
  height: 10px;
  background-color: #7281883b;
  border-radius: 10px;
}

.cmyk-product-detail__table-wrapper::-webkit-scrollbar-thumb {
  border: 2px solid #7281883b;
  border-radius: 6px;
  background-color: #1B1F21;
}

@media (min-width: 1169px) {
  .cmyk-product-detail__table-wrapper {
      margin: 16px 0 72px ;
  }
}

@media (max-width: 1168px) {
  .cmyk-template .cmyk-product-detail .cmyk-block {
      padding: 48px 0 0;
  }

  .cmyk-template .cmyk-product-detail .block--light {
      padding: 48px 0 16px;
  }

  .cmyk-product-detail .cmyk-product-detail__over,
  .cmyk-product-detail .cmyk-product-detail__under,
  .cmyk-product-detail .cmyk-product-detail__table {
      padding-right: 0;
  }
  
  .cmyk-product-detail .cmyk-product-detail__over {
      margin: 48px 0 24px;
  }

  .cmyk-product-detail .cmyk-product-detail__under {
      margin: 24px 0;
  }

  .cmyk-product-detail__table-wrapper {
      width: 100%;
      overflow: auto;
      margin: 16px 0 24px 0;
      padding-bottom: 8px;
  }

  .cmyk-product-detail .cmyk-product-detail__inner > div:last-child {
      margin-bottom: 48px;
  }
}

@media (max-width: 768px) {
  .cmyk-product-detail .cmyk-product-detail__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }

  .cmyk-product-detail .cmyk-product-detail__left {
      width: 100%;
      margin: 24px 0;
  }

  .cmyk-product-detail .cmyk-product-detail__right {
      width: 100%;
      max-width: 320px;
      margin: 0;
  }

  .cmyk-product-detail .cmyk-product-detail__over {
      margin: 32px 0 16px;
  }

  .cmyk-product-detail .cmyk-product-detail__under {
      margin: 16px 0;
  }

  .cmyk-product-detail__table-wrapper {
      width: 100%;
      overflow: auto;
      margin: 16px 0;
      padding-bottom: 8px;
  }

  .cmyk-product-detail .cmyk-product-detail__inner > div:last-child {
      margin-bottom: 32px;
  }

  .cmyk-product-detail .cmyk-product-detail__over .cmyk-product-detail__button {
      position: static;
      width: 100%;
      margin: 0 0 16px;
  }
}

/* 
*   CMYK_SEARCH_PAGE
*/
.cmyk-search-page .cmyk-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

@media (min-width: 1169px) {
  .cmyk-search-form .cmyk-search-form__button {
      background: none;
  }
}

@media (max-width: 1168px) {
  .cmyk-search-page .cmyk-search-form {
      margin-bottom: 32px;
  }

  .cmyk-search-form .cmyk-search-form__input {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%;
      margin: 0 16px 0 0;
  }

  .cmyk-search-form .cmyk-search-form__button {
      width: 40px;
      height: 40px;
      margin: 0;
      font-size: 0;
      background-color: #FFD200;
      background-size: 24px;
      background-position: center;
      border-radius: 2px;
  }

  .cmyk-search-form .cmyk-search-form__button > button {
      min-width: 0;
      margin: 0;
      font-size: 0;
      background: none;
      border: none;
  }

  .cmyk-search .cmyk-search__item {
      margin: 0 0 24px;
  }

  .cmyk-template .cmyk-search-page {
      max-width: 100%;
      overflow: hidden;
  }
}

@media (max-width: 568px) {
  .cmyk-search-page .cmyk-search__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }

  .cmyk-search .cmyk-search__item-left,
  .cmyk-search .cmyk-search__item-right {
      width: 100%;
  }

  .cmyk-search .cmyk-search__item-left {
      margin: 0 0 16px;
      text-align: left;
  }

}
/* 
*   CMYK_CONTACTS_PAGE
*/
.cmyk-template .сmyk-about-managers {
  margin-top: 0;
}

.cmyk-template .cmyk-contacts__left,
.cmyk-template .cmyk-contacts__right {
  margin-top: 0;
}

@media (max-width: 1168px) {
  .cmyk-template .cmyk-contacts__left,
  .cmyk-template .cmyk-contacts__right {
      padding-top: 0;
  }

  .cmyk-template .cmyk-contacts__right {
      padding-left: 56px;
  }

  .cmyk-template .сmyk-about-managers {
      margin-bottom: 64px;
  }

  .cmyk-template .сmyk-about-managers__group {
      margin-top: 0;
      margin-bottom: 32px;
  }

  .cmyk-template .сmyk-about-managers__group:first-of-type {
      margin-top: 24px;
  }

  .cmyk-template .сmyk-about-managers__group-title {
      position: static;
      display: block;
      width: 100%;
      padding: 0;
      margin: 0 0 8px;
  }

  .cmyk-template .сmyk-about-managers__group-title > span {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
  }

  .cmyk-template .сmyk-about-managers__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-left: 0;
      margin: -24px 0 0 -16px;
  }

  .cmyk-template .сmyk-about-managers__item {
      width: calc(25% - 16px);
      margin: 24px 0 0 16px;
      padding: 0;
  }

  .cmyk-template .сmyk-about-managers__item-image {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      margin-bottom: 16px;
  }

  .cmyk-template .сmyk-about-managers__item-image > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
  }

  .cmyk-template .сmyk-about-managers__item-name {
      font-size: 14px;
  }

  .cmyk-template .сmyk-about-managers__item-job {
      margin: 0 0 8px;
  }    
}

@media (max-width: 868px) {
  .cmyk-template .сmyk-about-managers__item {
      width: calc(33.33% - 16px);
  }
}

@media (max-width: 568px) {
  .cmyk-template .cmyk-contacts__right {
      padding-left: 0;
  }

  .cmyk-template .сmyk-about-managers {
      margin-bottom: 48px;
  }
  
  .cmyk-template .сmyk-about-managers__item {
      width: calc(50% - 16px);
  }

  .cmyk-template .сmyk-about-managers__item-image {
      padding-bottom: 70%;
  }
}

@media (max-width: 468px) {
  .cmyk-template .сmyk-about-managers__item {
      width: 100%;
  }
}

/* CMYK_SOUVENIRS_TABLE */
@media (max-width: 1168px) {
	.cmyk-template .souvenir-fix-cart {
	  bottom: 76px;
	  height: unset;
	}

	.cmyk-template .souvenir-fix-cart .souvenir-fix-cart__text {
	  width: 100%;
	  text-align: center;
	  margin: 0 0 8px;
	  font-size: 14px;
	}
	
	.cmyk-template .souvenir-fix-cart .souvenir-fix-cart__button {
	  display: block;
	  margin: 0 auto;
	  width: 100%;
	  max-width: 568px;
	}

	.cmyk-template .souvenir-fix-cart .souvenir-fix-cart__button > a {
	  width: 100%;
	}

  .souvenir-cart-table__item {
      position: relative;
      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;
      margin-top: 32px;
  }

  .souvenir-cart-table__item .souvenir-cart-table__item-title {
      width: 100%;
  }

  .souvenir-cart-table__item .souvenir__count-input.comment {
      display: block;
      margin-left: auto;
      margin-right: auto;
  }

  .souvenir-cart-table__item .product-title {
      text-align: center;
  }

  .souvenir-cart-table__item td:nth-child(3) {
      min-width: 150px;
  }

  .souvenir-cart-table__item td:nth-child(4) {
      min-width: 120px;
  }

  .souvenir-cart-table__item td:nth-child(5) {
      width: auto;
  }

  .souvenir-cart-table__item td:nth-child(6) {
      position: absolute;
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      border: 1px solid #ffffff3d;
  }

  .souvenir-cart-table__item td:nth-child(6) > a {
      margin-top: -1px;
      margin-left: -1px;
  }

  .cmyk-template .souvenir-cart__right {
      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;
      width: 100%;
      margin-top: 64px;
      padding: 24px 24px 48px;
  }

  .cmyk-template .souvenir-cart__right .order__field {
      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;
      width: 100%;
      max-width: 300px;
  }
}

@media (min-width:569px) {

    .body--search .cmyk-wrap-top__title {
        display: none;
    }
    
    .body--search .search-page-form{
        display: none;
    }

}



@media (min-width: 1169px) and (max-width: 1330px) {

    .body--search .cmyk-wrap-top__title {
        display: block;
    }
    
    .body--search .search-page-form{
        display: block;
    }

}
/* End */


/* Start:/local/templates/2019/anton-update.css?17655492821195*/
/* Порция правок для картинок в каталоге (не на деталке) */

#j_itemsList {
  --cat-item-height: auto !important;
}


#j_itemsList > li {
  height: auto !important;
}


#j_itemsList .cards {
  width: 100% !important;
  aspect-ratio: 1/1 !important;
}

#j_itemsList .ctlg-photo {
  height: auto !important;
}

#j_itemsList .card {
  width: 100% !important;
  aspect-ratio: 1/1 !important;
}

#j_itemsList .thumbs {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1/1 !important;
}

#j_itemsList .ctlg-photo img {
  width: 100% !important;
  aspect-ratio: 1/1 !important;
  object-fit: contain !important;
}

#j_itemsList * {
  transition: none !important;
}

#j_itemsList .catalog-right .itm-clrs label {
  display: none !important;
}

#j_itemsList .ctlg-photo {
  vertical-align: top !important;
}

#j_itemsList .ctlg-photo img {
  vertical-align: top !important;
}

#j_itemsList .itm-clrs label {
  display: none !important;
}

#j_itemsList .ctlg-name {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 10px !important;
}

/* /Порция правок для картинок в каталоге */

/* End */


/* Start:/local/templates/2019/styles.css?17655492835557*/
@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 100;
    font-display: swap;
    src: url("/local/templates/2019/fonts/Inter-Thin-BETA.woff2") format("woff2"),
    url("/local/templates/2019/fonts/Inter-Thin-BETA.woff") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 100;
    font-display: swap;
    src: url("/local/templates/2019/fonts/Inter-ThinItalic-BETA.woff2") format("woff2"),
    url("/local/templates/2019/fonts/Inter-ThinItalic-BETA.woff") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 200;
    font-display: swap;
    src: url("/local/templates/2019/fonts/Inter-ExtraLight-BETA.woff2") format("woff2"),
    url("/local/templates/2019/fonts/Inter-ExtraLight-BETA.woff") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 200;
    font-display: swap;
    src: url("/local/templates/2019/fonts/Inter-ExtraLightItalic-BETA.woff2") format("woff2"),
    url("/local/templates/2019/fonts/Inter-ExtraLightItalic-BETA.woff") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 300;
    font-display: swap;
    src: url("/local/templates/2019/fonts/Inter-Light-BETA.woff2") format("woff2"),
    url("/local/templates/2019/fonts/Inter-Light-BETA.woff") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 300;
    font-display: swap;
    src: url("/local/templates/2019/fonts/Inter-LightItalic-BETA.woff2") format("woff2"),
    url("/local/templates/2019/fonts/Inter-LightItalic-BETA.woff") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/templates/2019/fonts/Inter-Regular.woff2") format("woff2"),
    url("/local/templates/2019/fonts/Inter-Regular.woff") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 400;
    font-display: swap;
    src: url("/local/templates/2019/fonts/Inter-Italic.woff2") format("woff2"),
    url("/local/templates/2019/fonts/Inter-Italic.woff") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 500;
    font-display: swap;
    src: url("/local/templates/2019/fonts/Inter-Medium.woff2") format("woff2"),
    url("/local/templates/2019/fonts/Inter-Medium.woff") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 500;
    font-display: swap;
    src: url("/local/templates/2019/fonts/Inter-MediumItalic.woff2") format("woff2"),
    url("/local/templates/2019/fonts/Inter-MediumItalic.woff") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 600;
    font-display: swap;
    src: url("/local/templates/2019/fonts/Inter-SemiBold.woff2") format("woff2"),
    url("/local/templates/2019/fonts/Inter-SemiBold.woff") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 600;
    font-display: swap;
    src: url("/local/templates/2019/fonts/Inter-SemiBoldItalic.woff2") format("woff2"),
    url("/local/templates/2019/fonts/Inter-SemiBoldItalic.woff") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 700;
    font-display: swap;
    src: url("/local/templates/2019/fonts/Inter-Bold.woff2") format("woff2"),
    url("/local/templates/2019/fonts/Inter-Bold.woff") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 700;
    font-display: swap;
    src: url("/local/templates/2019/fonts/Inter-BoldItalic.woff2") format("woff2"),
    url("/local/templates/2019/fonts/Inter-BoldItalic.woff") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 800;
    font-display: swap;
    src: url("/local/templates/2019/fonts/Inter-ExtraBold.woff2") format("woff2"),
    url("/local/templates/2019/fonts/Inter-ExtraBold.woff") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 800;
    font-display: swap;
    src: url("/local/templates/2019/fonts/Inter-ExtraBoldItalic.woff2") format("woff2"),
    url("/local/templates/2019/fonts/Inter-ExtraBoldItalic.woff") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 900;
    font-display: swap;
    src: url("/local/templates/2019/fonts/Inter-Black.woff2") format("woff2"),
    url("/local/templates/2019/fonts/Inter-Black.woff") format("woff");
}
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 900;
    font-display: swap;
    src: url("/local/templates/2019/fonts/Inter-BlackItalic.woff2") format("woff2"),
    url("/local/templates/2019/fonts/Inter-BlackItalic.woff") format("woff");
}

body, html {
    padding: 0;
    margin: 0;
}
body {
    background: #1B1F21;
    color: #fff;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-variant-numeric: proportional-nums;
}
* {
    box-sizing: border-box;
    outline: none;
}
a {
    color: #1E90FF;
    text-decoration: none;
}
a:hover {
    color: #E5097F;
}

.h1, h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.1em;
    margin: 20px 0 .5em 0;
    text-indent: -.07em;
}
.body--content-detail .h1, .body--content-detail h1, .h2, h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2em;
    margin: 1em 0 .5em 0;
}
.body--content-detail .h1, .body--content-detail h1 {
    margin-top: 37px;
}
.h3, h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    margin: 1em 0 .5em 0;
}
p:first-child, h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child {
    margin-top: 0;
}
p:last-child, .h1:last-child, h2:last-child, .h2:last-child {
    margin-bottom: 0;
}
h2 a {
    color: #fff;
}
h2.dash--blue a:hover {
    color: #1E90FF;
}
/* End */


/* Start:/local/templates/2019/template_styles.css?175732076661918*/
.dash {
    padding-left: 60px;
    position: relative;
}
.dash:before {
    display: block;
    background: white;
    content: "";
    position: absolute;
    width: 28px;
    height: 43px;
    left: 5px;
    top: 7px;
    transform: skewX(-10deg);
}
.h3.dash, h3.dash {
    padding-left: 30px;
}
.h3.dash:before, h3.dash:before {
    width: 12px;
    height: 17px;
    top: 4px;
    left: 2px;
}
.dash--yellow:before {
    background-color: #FFD200;
}
.dash--red:before {
    background-color: #F3115B;
}
.dash--blue:before {
    background-color: #1E90FF;
}
.wrap {
    max-width: 1330px;
    padding: 0 55px;
    margin: 0 auto;
    position: relative;
}
.wrap--wide {
    max-width: none;
}
header .wrap {
    max-width: none;
}
header {
    margin: 0 0 20px 0;
}
.tiny {
    background: #363B40;
    /*padding: 9px 0;*/
    position: relative;
    height: 50px;
}
.tiny:after {
    content: "";
    display: block;
    clear: both;
}
.tiny-buttons {
    float: right;
    margin: 9px 0 0 0;
}
.tiny-buttons .button {
    margin-left: 25px;
}
.tiny-buttons .button:first-child {
    margin-left: 0;
}
.tiny-phone, .tiny-address, .tiny-email {
    display: inline-block;
    margin: 15px 40px 0 0;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, .8);
}
.tiny-phone {
    /*margin-left: 197px;*/
}
.tiny-email {
    margin-right: 0;
}
.tiny-phone:hover, .tiny-address:hover, .tiny-email:hover {
    color: rgba(255, 255, 255, 1);
}
.button, .tinkoff-form [type="SUBMIT"] {
    background: #FFD200;
    border: solid 1px #FFD200;
    padding: 6px 20px;
    min-width: 150px;
    text-align: center;
    border-radius: 2px;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5em;
    cursor: pointer;
}
.button:hover {
    background: #E5097F;
    border-color: #E5097F;
    color: #fff;
}
.button-typer {
    color: #E5097F;
}
.button--transparent {
    opacity: .8;
    background: none;
    border: solid 1px #fff;
    color: #fff;
}
.button--transparent:hover {
    opacity: 1;
    background: none;
    border-color: #E5097F;
    color: #E5097F;
}
header .button {
    font-size: 12px;
    line-height: 18px;
}
.header {
    padding: 20px 0;
    background: #1B1F21;
    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.26);
}
.logo {
    display: inline-block;
    width: 143px;
    height: 49px;
    background: no-repeat url('/local/templates/2019/images/logo.svg?1') left center;
    vertical-align: middle;
    margin: 0 50px 0 0;
    white-space: nowrap;
    text-indent: 200px;
    overflow: hidden;
}

.logo_new {
    line-height: 0;
}

.logo_new img {
    height: 50px;
    margin: 0 50px 0 0;
}

.menu {
    display: inline-block;
}
.menu a {
    display: inline-block;
    margin: 0 40px 0 0;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.menu a:hover {
    color: rgba(255, 255, 255, 1);
}
.menu a:last-child {
    margin-right: 0;
}

.promos {
    position: relative;
    height: auto;
    overflow: hidden;
}
.promos.owl-loaded {
    overflow: visible;
}
.promo {
    background: linear-gradient(125deg, #26282B, #363A40);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    height: 470px;
}
.promo-pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: no-repeat right top;
    background-size: cover;
}
.promo-content {
    position: relative;
    z-index: 2;
    min-height: 470px;
    padding: 60px 0 30px 70px;
    max-width: 560px;
}
.promo-sup {
    font-size: 14px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 15px 0;
}
.promo .h2 {
    margin: 0 0 25px 0;
}
.promo .button {
    margin-top: 56px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background: #777777;
    border-radius: 50%;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0);
    color: transparent;
    white-space: nowrap;
    text-indent: 100px;
    overflow: hidden;
}
.products .owl-nav button {
    transform: translate3d(-50%, -60px, 0);
}
.owl-nav button:before {
    display: block;
    width: 9px;
    height: 16px;
    content: "";
    background: no-repeat url('/local/templates/2019/images/icon-arr-left.svg');
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: .7;
}
.owl-nav button.disabled {
    opacity: .2;
}
.owl-nav .owl-prev:before {
    transform: translate3d(-60%, -50%, 0);
}
.owl-nav .owl-next:before {
    transform: translate3d(-30%, -50%, 0) rotate(180deg);
}
.owl-nav button:hover {
    background: #555;
}
.owl-nav button:hover:before {
    opacity: .4;
}
.owl-prev {
    left: -40px;
}
.owl-next {
    right: -80px;
}

[data-js-products] .owl-dots, [data-js-cells] .owl-dots {
    text-align: center;
    margin: 10px 0;
}
[data-js-products] .owl-dots .owl-dot,
[data-js-cells] .owl-dots .owl-dot
{
    display: inline-block;
    margin: 0;
    width: 20px;
    height: 20px;
}
[data-js-products] .owl-dots .owl-dot span,
[data-js-cells] .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    display: block;
    background: rgba(255,255,255,.3);
    border-radius: 50%;
}
[data-js-products] .owl-dots .owl-dot:hover span,
[data-js-cells] .owl-dots .owl-dot:hover span {
    background: rgba(255,255,255,.6);
}
[data-js-products] .owl-dots .owl-dot.active span,
[data-js-cells] .owl-dots .owl-dot.active span {
    background: rgba(255,255,255,1);
}

.block {
    margin: 100px 0;
}
.detail .block {
    margin: 0;
    padding: 70px 0;
}
.block--light {
    background: #303439;
    padding: 60px 70px;
}
.block--business {
    padding-bottom: 0;
}
.block--wide {
    padding: 60px 0;
}
.block--wide .wrap {
}

.cells {
    margin-top: 65px;
}
.cells[data-js-cells] {
    white-space: nowrap;
}
.cell {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    margin-right: 40px;
    width: 300px;
    /*overflow: hidden;*/
}
.cells--list .cell {
    width: calc(25% - 30px);
    margin-bottom: 40px;
}
.cells--list .cell:nth-child(4n + 4) {
    margin-right: 0;
}
.cells--list .cell-link {
    width: auto;
}
.cell-link {
    display: block;
    width: 300px;
    height: 490px;
    overflow: hidden;
    color: #fff;
    position: relative;
    border-right: solid 1px rgba(214, 214, 214, 0.2);
}
.cell-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    /* identical to box height, or 27px */
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
    margin: 0 0 11px 0;
}
.cell-text {
    display: block;
    max-width: 270px;
    position: relative;
    z-index: 2;
}
.cell-dash {
    width: 220px;
    height: 335px;
    background: #333;
    display: block;
    right: -55px;
    position: absolute;
    top: 85px;
    transform: skewX(-10deg);
}
.cell--yellow .cell-dash {
    background-color: #FFD200;
}
.cell--red .cell-dash {
    background-color: #F3115B;
}
.cell--blue .cell-dash {
    background-color: #1E90FF;
}
.cell--yellow .cell-link:hover {
    color: #FFD200;
}
.cell--red .cell-link:hover {
    color: #F3115B;
}
.cell--blue .cell-link:hover {
    color: #1E90FF;
}
.cell-pic {
    position: absolute;
    bottom: 90px;
    left: 90px;
    height: 300px;
    display: block;
    z-index: 2;
    transition: .3s left;
}
.cell-link:hover .cell-pic {
    left: 70px;
}
.cell-pic img {
    height: 300px;
    width: auto;
}

.cell--business {
    margin: 0 75px 75px 0;
    width: calc((100% - 150px) / 3);
}
.cell--business:nth-child(3n), .cell--business:last-child {
    margin-right: 0;
}
.cell--business .cell-link {
    height: 350px;
    width: auto;
    padding-right: 45px;
}
.cell--business:nth-child(3n) .cell-link {
    border: none;
}
.cell--business .cell-pic, .cell--business:hover .cell-pic {
    bottom: 0;
    left: -20px;
    right: 25px;
    height: auto;
    text-align: center;
}
.cell--business .cell-pic img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 220px;
}
.main-news {
    margin-top: 55px;
}

.list-news .main-new {
    margin: 0 0 60px 0;
}
.list-news .main-new:last-child {
    margin: 0;
}

.news-detail-text {
    margin: 50px 0;
}

.main-new-date {
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    font-size: 14px;
    margin-left: 5px;
    line-height: 150%;
}
.main-new-date span {
    position: relative;
    z-index: 2;
}
.main-new-date:before {
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #F3115B;
    transform: skewX(-10deg);
}
.main-new-title {
    display: block;
    margin: 30px 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.main-new-text {
    margin: 0 0 20px 0;
}
.main-new-more {
    display: inline-block;
    font-size: 14px;
    line-height: 150%;
    border-bottom: solid 1px #fff;
    color: #FFFFFF;
    opacity: .2;
}
.main-new-more:hover {
    color: #FFFFFF;
    opacity: .5;
}
.main-contacts-left {
    display: inline-block;
    vertical-align: top;
    margin: 40px 0 0 0;
    width: 400px;
    padding: 20px 50px 40px 0;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
}
.main-contacts-right {
    display: inline-block;
    vertical-align: top;
    margin: 40px 0 0 0;
    padding-left: 90px;
    width: calc(100% - 400px);
}
.main-contacts-address {
    margin-top: 30px;
}
.main-contacts-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 10px 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: inline-block;
    color: #FFFFFF;
}
.managers-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 20px 45px;
}
.manager-main {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 0;
    padding-left: 45px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1.5em;
}
.manager-main.dash:before {
    width: 19px;
    height: 28px;
    top: 0;
    left: 2px;
}
.manager-main-email {
    font-weight: 600;
    color: #fff;
}
.manager-main:nth-child(3n - 1):before {
    background-color: #1E90FF;
}
.manager-main:nth-child(3n - 2):before {
    background-color: #F3115B;
}
.manager-main:nth-child(3n - 3):before {
    background-color: #FFD200;
}
.manager-main:nth-child(4n):before {
    /*background-color: #000;*/
}
footer {
    /*padding: 100px 0 0;*/
    margin: 100px 0 0 0;
}
.footer-column {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
}
.footer-column--last {
    margin-right: 0;
}
.footer-column .main-link {
    margin: 0 0 20px 0;
}
.footer-column .link {
    margin: 0 0 10px 0;
}
.footer-column .main-link a {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.footer-column .link a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;

}
.footer-column a:hover {
    color: #F3115B;
}
.footer-tiny {
    padding: 50px 0;
}
.footer-tiny:after {
    clear: both;
    display: block;
    content: "";
}
.footer-tiny-left {
    opacity: .5;
    float: left;
}
.footer-tiny-right {
    float: right;
}
.prominado {
    opacity: .5;
    color: #fff;
}
.breadcrumbs, .breadcrumbs a {
    color: rgba(255,255,255,.5);
}
.breadcrumbs a:hover {
    color: #fff;
}
.breadcrumb {
    display: inline-block;
    vertical-align: top;
}
.technology-section {
    margin: 60px 0 60px;
}
.text-900 {
    max-width: 900px;
}
.detail-top {
    background: no-repeat center center;
    background-size: cover;
    padding: 110px 0 140px 0;
    position: relative;
    margin-top: -50px;
}
.detail-top .breadcrumbs, .detail-top .breadcrumbs a {
}
.detail-top:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
}
.detail-top__info {
    max-width: 70%;
    position: relative;
    z-index: 2;
}
.detail-top__descr {
    margin: 30px 0;
}
.detail-top__video {
    width: 80px;
    height: 80px;
    z-index: 3;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: .5;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
    background: rgba(255,255,255,.3);
}
.detail-top__video:hover {
    opacity: 1;
}
.detail-top__video:before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate3d(-40%, -50%, 0);
    background: no-repeat url('/local/templates/2019/images/icon-play.svg') center center;
}
.detail {
    /*margin: 50px 0 0 0;*/
}
.detail-left {
    width:800px;
    display: inline-block;
    vertical-align: top;
    margin: 40px 50px 40px 0;
}
.detail-right {
    width: 370px;
    display: inline-block;
    vertical-align: top;
    margin: 40px 0;
}
.detail-right a {
    display: block;
    line-height: 0;
    position: relative;
}
.detail-right a:before {
    content: "";
    z-index: 2;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate3d(-40%, -50%, 0);
    background: no-repeat url('/local/templates/2019/images/icon-play.svg') center center;
}
.detail-right a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    display: block;
    content: "";
    transition: .3s all;
}
.detail-right a:hover:after {
    opacity: 0;
}

.detail-right img {
    width: 100%;
}

.detail-over {
    margin: 50px 0;
    padding: 0 300px 0 0;
    position: relative;
    min-height: 35px;
}
.detail-over .button {
    position: absolute;
    top: 0;
    right: 0;
}
.detail-table {
    margin: 25px 0 50px 0;
    box-sizing: border-box;
}
.detail-table table {
    width: 100%;
    margin: 25px 0 50px 0;
    border: 1px solid #303439;
    border-collapse: collapse;
    border-radius: 3px;
}
.detail-table tr:nth-child(even) {
    background: #303439;
}
.detail-table td {
    padding: 10px 15px;
    width: 25%;
}
.detail-under {
    margin: 50px 0;
}
.product {
    display: block;
    color: #fff;
}
.product a {
    color: #fff;
}
.product a:hover {
    color: #F3115B;
}
.product-pic {
    display: block;
    line-height: 0;
    margin: 0 0 25px 0;
}
.product-pic img {
    width: 100%;
}
.product-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
}
.product-desc {
    display: block;
    margin: 10px 0 0 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
}
.detail .products {
    margin: 60px 0 0 0;
}
.product-detail {
    margin: 0 0 100px 0;
}
.fancybox-content .product-detail, .fancybox-content.product-detail {
    margin: 0;
    width: 844px;
}
.product-detail-top {
    padding: 30px 40px 30px 40px;
    background: #363B40;
    position: relative;
    min-height: 80px;
}
.product-detail-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}
.product-detail-button {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.product-detail-photos {
    height: 590px;
    overflow: hidden;
    position: relative;
}
.product-detail-photos .owl-item {
    overflow: hidden;
}
.product-detail-photos.owl-carousel {
    overflow: visible;
}
.product-detail-photo-holder {
    background: #000 no-repeat center center;
    background-size: cover;
    z-index: 1;
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    filter: blur(20px);
    display: none;
}
.fancybox-is-open .product-detail-photo-holder {
    display: block;
}
.product-detail-photo {
    position: relative;
    z-index: 2;
    background: no-repeat center center;
    height: 590px;
}
.product-detail-photo--h {
    background-size: contain;
}
.product-detail-photo--w {
    background-size: cover;
}
.owl-carousel .product-detail-photo {
}
.fancybox-slide--html {
    padding: 0;
}
.fancybox-content {
    padding: 0;
    overflow: visible;
}
.about-managers-groups {
    margin: 100px 0 130px;
}
.about-managers-group {
    margin: 60px 0 0 0;
    position: relative;
}
.about-managers {
    margin: 0 -15px -60px -15px;
}
.about-manager {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin: 0 0 60px 0;
}
.about-manager__pic {
    line-height: 0;
    margin: 0 0 20px 0;
}
.about-manager__pic img {
    width: 100%;
}
.about-manager__name {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.about-manager__job {
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.5;
    margin: 0 0 15px 0;
}
.about-manager__link {
    margin: 5px 0 0 0;
}
.about-manager__link a {
    color: #fff;
}
.about-manager__link a:hover {
    color: #F3115B;
}
.about-managers-group__title {
    position: absolute;
    /*width: 25%;*/
    /*padding: 0 15px;*/
    left: -40px;
    top: 0;
    padding-top: calc((100% - 90px) / 4);
    width: 30px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
}
.about-managers-group__title span {
    position: absolute;
    display: block;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.5;
    top: 100%;
    left: 0;
    transform-origin: 0 0;
    transform: rotate(-90deg);
    font-size: 18px;
    line-height: 30px;
}
.about-service {
    margin: 50px 80px 0 0;
    width: calc((100% - 80px) / 2);
    padding: 0 80px 0 55px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.about-service:nth-child(2n) {
    margin-right: 0;
}
.about-service__pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
}
.about-service__pic img {
    width: 100%;
}
.about-service__title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 5px 0 15px 0;
}
.about-service__label {
    font-family: 'Inter', Arial, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 150%;
    display: inline-block;
    margin-left: 10px;
    position: relative;
}
.about-service__label span {
    display: inline-block;
    position: relative;
    color: #000;
    z-index: 2;
    padding: 0 10px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: normal;
}
.about-service__label:before {
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #FFD200;
    transform: skewX(-10deg);
}

.form--status {
    max-width: 280px;
}
.form--auth {
    max-width: 375px;
    margin: 40px 0;
}

.input-holder {
    margin: 0 0 30px 0;
}
.row.input-holder {
    margin: 0 -15px 30px -15px;
}
.input-holder label {
    display: block;
    margin: 0 0 10px 0;
}
.input, input.input-sm {
    width: 100%;
    height: 40px;
    border: solid 1px rgba(255,255,255,.2);
    padding: 0 10px;
    background: none;
    border-radius: 2px;
    -webkit-appearance: none;
    color: #fff;
    font-size: 14px;
}
.input--textarea {
    height: 100px;
    padding: 10px;
    max-width: 420px;
    min-width: 100%;
    min-height: 100px;
}
.input:focus {
    border: solid 1px rgba(255,255,255,.4);
}
.map {
    height: 475px;
    width: 100%;
}
.status-block {
    display: inline-block;
    padding: 20px 20px 30px;
    background: #303439;
    border-radius: 3px;
    margin: 0 30px 30px 0;
    vertical-align: top;
}
.status-block a {
    color: #fff;
}
.status-block a:hover {
    color: #F3115B;
}
.status-line {
    margin-bottom: 20px;
}
.status-line:last-child {
    margin-bottom: 0;
}
.status-line-left {
    width: 160px;
    display: inline-block;
    opacity: .5;
}
.status-line-right {
    width: 190px;
    display: inline-block;
}
.status-status {
    display: inline-block;
    position: relative;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 150%;
}
.status-status span {
    position: relative;
    z-index: 2;
}
.status-status:before {
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #F3115B;
    transform: skewX(-10deg);
}
.status-status--41 {
    color: #000;
}
.status-status--41:before {
    background-color: #FFD200;
}

.form--payment {
    margin: 45px 0;
}
.status-block--manager {
    position: relative;
    padding-left: 145px;
    padding-right: 60px;
}
.status-manager-pic {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 25px;
    left: 20px;
    background: no-repeat center center;
    background-size: cover;
}
.status-manager-title {
    opacity: .5;
    margin-bottom: 10px;
}
.status-manager-name {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.status-buttons .button {
    margin-right: 30px;
}
.form-column {
    margin: 0 75px 0 0;
    display: inline-block;
    vertical-align: top;
    width: 375px;
}
.form-column--last {
    margin-right: 0;
}

.fancybox-content {
    background: #000;
    color: #fff;
    border-radius: 3px;
    padding: 0;
}
.popup {
    background: #303439;
}
.popup--inline {
    display: none;
}
.popup--feedback {
    width: 100%;
    max-width: 560px;
    padding: 40px 50px 50px 50px;
    box-shadow: 0 0 30px rgba(0,0,0,.3);
}
.popup--feedback .input {
    background-color: #292d31;
}
ul, ol {
    margin: 20px 0;
}
li {
    margin: 10px 0;
}
.catalog {
    margin: 40px 0 100px;
}
.catalog-left, .catalog-right {
    display: inline-block;
    vertical-align: top;
}
.catalog-left {
    width: 25%;
    width: calc(25% - 90px / 4);
    margin-right: 30px;
}
.catalog-right {
    width: calc(75%  - 30px / 4);
}
.catalog-items {
    margin-right: -30px;
}
.catalog-item {
    margin: 0 30px 50px 0;
    width: calc((100% - 90px) / 3);
    display: inline-block;
    vertical-align: top;
}
.owl-item .catalog-item {
    margin: 0;
    width: auto;
}
.catalog-sections {
    margin: 10px 0 0 0;
    padding: 20px 0 0 0;
    border-top: solid 5px #1E90FF;
    max-width: 220px;
}
.catalog-section {
    margin: 0 0 10px 0;
}
.catalog-section a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.catalog-section a:hover, .catalog-section.active a {
    color: #F3115B;
}
.souvenir__count {
    /*display: none;*/
    display: block;
}
.catalog-item .souvenir__count {
    margin: 10px 0 0 0;
}
.souvenir__count-delete,
.souvenir__count-minus,
.souvenir__count-plus {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    border-radius: 2px;
    background: #363B40;
    vertical-align: top;
    color: #fff;
}
.souvenir__count-delete {
    background: none;
    color: #777;
}
.souvenir__count-delete:hover,
.souvenir__count-minus:hover,
.souvenir__count-plus:hover {
    background: #E5097F;
    border-color: #E5097F;
    color: #fff;
}
.souvenir__count-input {
    margin: 0 5px;
    vertical-align: top;
    background-color: #292d31;
    border: solid 1px rgba(255,255,255,.2);
    height: 35px;
    width: 55px;
    border-radius: 2px;
    text-align: center;
    -webkit-appearance: none;
    color: #fff;
}
.souvenir__count-input:focus {
    border: solid 1px rgba(255,255,255,.4);
}


.catalog-detail-more {
    margin: 40px 0 100px;
}
.catalog-detail-more:last-child {
    margin-bottom: 0;
}

.souvenir-detail__left {
    display: inline-block;
    width: 53%;
    vertical-align: top;
    margin-right: 4%;
}
.souvenir-detail__left img {
    max-width: 100%;
}
.souvenir-detail__right {
    display: inline-block;
    width: 43%;
    vertical-align: top;
}
.souvenir-detail__big-photo {
    display: block;
    line-height: 0;
    margin-bottom: 20px;
}
.souvenir-detail__photo {
    display: inline-block;
    line-height: 0;
}
.item_img_list {
    line-height: 0;
}
.souvenir-detail__left .owl-nav button {
    background-color: transparent;
}
.souvenir-detail__left .owl-nav .owl-prev {
    left: -20px;
}
.souvenir-detail__left .owl-nav .owl-next {
    right: -60px;
}
.souvenir-detail__middle {
    background: #303439;
    padding: 10px 20px;
    margin: 20px 0 0 0;
}
.souvenir-detail__price {
    display: flex;
    justify-content: space-between;
    /*font-size: 16px;*/
    /*line-height: 24px;*/
    border-bottom: solid 1px rgba(255,255,255,.1);
    padding: 10px 0;
}
.souvenir-detail__price:last-child {
    border: none;
}
.souvenir-detail__param {
    margin: 0 0 10px 0;
}
.souvenir-detail__param span {
    display: block;
}
.souvenir-detail__desc {
    margin: 40px 0 80px ;
}
.body--corporate {
    padding-bottom: 50px;
}
.souvenir-fix-cart {
    background: #363B40;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    height: 50px;
    padding: 7px 0;
}
.souvenir-fix-cart__text, .souvenir-fix-cart__button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px 0 0;
}
.souvenir-fix-cart__text {
    margin-left: calc(25% - 90px / 4 + 30px);
}

.souvenir-cart__left {
    width: 60%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
}
.souvenir-cart__right {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    padding: 40px;
    background: #363B40;
}
.souvenir-cart-table {
    width: 100%;
}
.souvenir-cart-table__item-pic {
    display: block;
    line-height: 0;
}
.souvenir-cart-table__item .souvenir__count {
    white-space: nowrap;
}
.souvenir-cart-table__item td {
    padding: 0 0 20px 0;
}
td.souvenir-cart-table__item-title {
    padding: 0 20px 20px 20px;
}
.catalog-filter {
    margin-bottom: 30px;
    /*max-width: 220px;*/
}
.catalog-filter:last-child {
    margin-bottom: 0;
}
.filter-items--1 {
    border-top: solid 5px #FFD200;
    padding-top: 20px;
}
.catalog-filter--blue .filter-items--1 {
    border-top-color: #1E90FF;
}
input.checkbox {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: solid 1px rgba(255,255,255,.2);
    -webkit-appearance: none;
    /*display: none;*/
    margin: 0;
}
.jq-checkbox {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: solid 1px rgba(255,255,255,.2);
}
.filter-label, .checkbox-label {
    display: block;
    position: relative;
    cursor: pointer;
    z-index: 2;
}
.filter-label:hover, .checkbox-label:hover {
    color: #E5097F;
}
.filter-item {
    margin: 0 0 10px 0;
    position: relative;
}
.filter-item--disable {
    opacity: .5;
}
.filter-items-trigger {
    position: absolute;
    height: 20px;
    width: 20px;
    display: block;
    background: no-repeat url('/local/templates/2019/images/icon-arr-left.svg') center center;
    transform: rotate(-90deg);
    opacity: .2;
    right: 0;
    top: 0;
    z-index: 5;
    transition: .3s all;
    cursor: pointer;
}
.active .filter-items-trigger {
    transform: rotate(90deg);
}
.filter-items-trigger:hover {
    opacity: .75;
}
.filter-item:last-child {
    margin: 0;
}
.filter-label .jq-checkbox, .checkbox-label .jq-checkbox {
    position: absolute;
    z-index: -1;
}
.filter-label span, .checkbox-label span {
    display: block;
    padding-left: 35px;
}
.filter-items--2 {
    display: none;
    margin: 20px 0 35px 35px;
}
.active > .filter-items--2 {
    display: block;
}
.checked .jq-checkbox__div {
    position: absolute;
    display: block;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    background: #FFD200;
    border-radius: 1px;
}

.input-holder--checkbox-mark .checked .jq-checkbox__div {
    background: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.96991 0.969986C7.11078 0.835875 7.29824 0.761733 7.49273 0.763205C7.68722 0.764677 7.87354 0.841647 8.01236 0.977874C8.15118 1.1141 8.23165 1.29893 8.23679 1.49336C8.24194 1.68779 8.17134 1.87661 8.03991 2.01999L4.04991 7.00999C3.9813 7.08389 3.8985 7.14319 3.80645 7.18435C3.71439 7.22552 3.61498 7.2477 3.51416 7.24956C3.41334 7.25143 3.31318 7.23295 3.21967 7.19522C3.12616 7.15749 3.04121 7.10129 2.96991 7.02999L0.323913 4.38399C0.250227 4.31532 0.191125 4.23252 0.150133 4.14052C0.109141 4.04853 0.0870986 3.94921 0.0853218 3.84851C0.083545 3.74781 0.10207 3.64778 0.139791 3.55439C0.177512 3.461 0.233657 3.37617 0.304875 3.30495C0.376094 3.23373 0.460928 3.17758 0.554316 3.13986C0.647704 3.10214 0.747733 3.08362 0.848436 3.08539C0.949139 3.08717 1.04845 3.10921 1.14045 3.15021C1.23245 3.1912 1.31525 3.2503 1.38391 3.32399L3.47791 5.41699L6.95091 0.991987C6.95717 0.984288 6.96384 0.976943 6.97091 0.969986H6.96991Z' fill='%23FFD200'/%3E%3C/svg%3E%0A");
}


.catalog-filter--blue .checked .jq-checkbox__div {
    background-color: #1E90FF;
}
.navigation a, .navigation span {
    min-width: 65px;
    padding: 0 15px;
    display: inline-block;
    height: 65px;
    border: solid 1px #494C4D;
    line-height: 63px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
color: #494C4D;
    z-index: 1;
    position: relative;
    margin-right: -1px;
}
.navigation a:last-child, .navigation span:last-child {
    margin-right: 0;
}
.navigation a:hover {
    border: solid 1px #A4A6A6;
    color: #A4A6A6;
    z-index: 3;
}
span.navigation-current {
    background: #494C4D;
    color: #A4A6A6;
    z-index: 2;
}
.search-page-form {
    margin: 0 0 40px 0;
}
.search-page-input {
    display: inline-block;
    width: calc(100% - 200px);
    margin: 0 50px 0 0;
    vertical-align: top;
}
.search-page-submit {
    display: inline-block;
    vertical-align: top;
}
.search-page-submit .button {
    padding: 8px 20px;
    line-height: 22px;
}
.search-item {
    display: block;
    margin: 60px 0 0 0;
    color: #fff;
}
.search-item:hover {
    color: #fff;
}
.search-item:hover .search-item-title {
    color: #E5097F;
}
.search-item--78:hover .search-item-title {
    color: #1E90FF;
}
.search-item-title {

}
.search-item-title {
    display: block;
    margin: 20px 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
}
.search-item-left {
    width: 150px;
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.search-item-right {
    width: calc(100% - 170px);
    display: inline-block;
    vertical-align: top;
}

.search-item-left img {
    max-width: 150px;
    max-height: 150px;
}

.search-item-tag {
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    font-size: 14px;
    margin-left: 5px;
    line-height: 150%;
}
.search-item-tag span {
    position: relative;
    z-index: 2;
}
.search-item-tag:before {
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #F3115B;
    transform: skewX(-10deg);
}

.search-item--78 .search-item-tag:before {
    background-color: #1E90FF;
}

.search {
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    white-space: nowrap;
    width: 300px;
}
.search-input {
    width: 100%;
}
.search-submit {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 1px;
    right: 1px;
    display: block;
    background: transparent no-repeat url('/local/templates/2019/images/icon-search.svg') center center;
    background-size: 24px;
    cursor: pointer;
    border: none;
    /*opacity: .5;*/
}
.search-submit:hover {
    opacity: 1;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}
.jq-selectbox__select {
    height: 35px;
    padding: 0 45px 0 10px;
    border: solid 1px rgba(255,255,255,.25);
    transition: .3s all;
    /*border-bottom-color: #B3B3B3;*/
    border-radius: 2px;
    /*background: #F5F5F5;*/
    /*background: -webkit-linear-gradient(#FFF, #E6E6E6);*/
    /*background:         linear-gradient(#FFF, #E6E6E6);*/
    /*box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);*/
    font-size: 14px;
    line-height: 33px;
    color: #fff;
    /*text-shadow: 1px 1px #FFF;*/
}
.jq-selectbox__select:hover {
    border-color: rgba(255,255,255,.5);
    /*background: #E6E6E6;*/
    /*background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);*/
    /*background:         linear-gradient(#F6F6F6, #E6E6E6);*/
}
.jq-selectbox__select:active {
    /*background: #F5F5F5;*/
    /*box-shadow: inset 1px 1px 3px #DDD;*/
}
.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid rgba(255,255,255,.75);
}
.jq-selectbox.disabled .jq-selectbox__select {
    /*border-color: #CCC;*/
    /*background: #F5F5F5;*/
    box-shadow: none;
    color: #888;
}
.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
    color: #888;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    /*border-left: 1px solid #CCC;*/
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    transition: .3s all;
    border-top: 5px solid rgba(255,255,255,.25);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: rgba(255,255,255,.5);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #AAA;
}
.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 2px;
    background: #1B1F21;
    /*box-shadow: 0 2px 10px rgba(0,0,0,.2);*/
    font-size: 14px;
    line-height: 33px;

}
.jq-selectbox__search {
    margin: 5px;
}
.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    /*padding: 5px 27px 6px 8px;*/
    /*border: 1px solid #CCC;*/
    /*border-radius: 3px;*/
    outline: none;
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;*/
    /*box-shadow: inset 1px 1px #F1F1F1;*/
    /*color: #333;*/
    /*-webkit-appearance: none;*/

    /*width: 100%;*/
    /*height: 40px;*/
    height: 40px;
    border: solid 1px rgba(255,255,255,.2);
    padding: 0 10px;
    background: none;
    border-radius: 2px;
    -webkit-appearance: none;
    color: #fff;
    font-size: 14px;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    /*background: #F0F0F0;*/
    font-size: 13px;
}
.jq-selectbox ul {
    margin: 0;
    padding: 0;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    /*color: #231F20;*/
    margin: 0;
}
.jq-selectbox li.selected {
    /*background-color: #F3115B;*/
    color: #F3115B;
}
.jq-selectbox li:hover {
    /*background-color: #08C;*/
    color: #F3115B;
}
.jq-selectbox li.disabled {
    color: #AAA;
}
.jq-selectbox li.disabled:hover {
    background: none;
}
.jq-selectbox li.optgroup {
    font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
    background: none;
    color: #fff;
    cursor: default;
}
.jq-selectbox li.option {
    padding-left: 25px;
}

.products--technologies {
    margin: 40px 0;
}

/* 
@media (max-width: 1500px) {
    .tiny-phone {
        margin-left: 0;
    }
    .search {
        width: 170px;
    }
}
@media (max-width: 1350px) {
    .menu a {
        margin-right: 20px;
    }
}


@media (max-width: 1250px) {
    .wrap {
        padding: 0 30px;
    }
    .search {
        right: 30px;
        top: 5px;
        width: 200px;
        transform: none;
    }
    .tiny-email {
        display: none;
    }
    .menu a {
        margin-right: 20px;
    }
    .logo {
        width: 130px;
        height: 47px;
        margin: 0 30px 0 0;
        background-size: contain;
    }
    .tiny-address {
        margin-right: 0;
    }
    .menu {
        margin: 20px 0 0 0;
        width: auto;
        display: block;
    }
} */
/* @media (max-width: 1023px) {
    .tiny-address {
        display: none;
    }
}
@media (max-width: 767px) {
    .tiny-buttons .button:first-child {
        display: none;
    }
}
@media (max-width: 580px) {
    .tiny-buttons .button:nth-child(2) {
        display: none;
    }
} */
.templates-list {
    /*width: 650px;*/
}
.templates-list h2 {
    font-weight: normal;
    font-size: 22px;
    line-height: 60px;
    min-height: 60px;
    background: no-repeat center left;
    background-size: auto 60px;
}
.templates-list h2.with-pic {
    padding-left: 80px;

}
.templates-group {
    margin: 0 0 40px 0;
}
.templates-item {
    width: 130px;
    vertical-align: top;
    display: inline-block;
    margin: 10px 25px 25px 0;
    text-align: center;
    text-decoration: none;
}
.templates-item__pic {
    height: 75px;
    width: auto;
    display: block;
    background: no-repeat center center;
    background-size: contain;
    margin: 0 0 10px 0;
}
.templates-item__name {
    line-height: 20px;
    border-bottom: solid 1px rgba(69, 143, 254, 0.5);
}
.templates-item:hover .templates-item__name {
    color: #366fc5;
    border-bottom: solid 1px #366fc5;
}
.templates-groups {
    column-count: 4;
}
.templates-groups div {
    margin: 0 0 5px 0;
}
.templates-groups a {
    line-height: 16px;
    text-decoration: none;
    border-bottom: dashed 1px rgba(69, 143, 254, 0.5);
}
.templates-groups a:hover {
    color: #366fc5;
    border-bottom: dashed 1px #366fc5;
}
.templates-item__desc {
    display: block;
    color: #aaa;
}
.socials {
    margin: 30px 0 0;
}
.social {
    margin: 0 20px 0 0;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-indent: 100px;
    overflow: hidden;
    white-space: nowrap;
    opacity: .7;
    transition: .3s all;
}
.social:hover {
    opacity: 1;
}
.social--youtube {
    background: no-repeat url('/local/templates/2019/images/icon-youtube.svg') center center;
    background-size: contain;
}
.social--vk {
    background: no-repeat url('/local/templates/2019/images/icon-vk.svg') center center;
    background-size: contain;
}
.social--instagram {
    background: no-repeat url('/local/templates/2019/images/icon-instagram.svg') center center;
    background-size: contain;
}
.social--facebook {
    background: no-repeat url('/local/templates/2019/images/icon-facebook.svg') center center;
    background-size: contain;
}
.social--telegram {
    background: no-repeat url('/local/templates/2019/images/icon-telegram.svg') center center;
    background-size: contain;
}
.social:last-child{
    margin-right: 0;
}
.date-nuance {
    color: #F3115B;
}

.partners-main-line {
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
}
.partners-main-inner {
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
}
.partners-main-line--2455 .partners-main-inner {
    animation-duration: 60s;
}
.partners-main-line--2456 .partners-main-inner {
    animation-direction: reverse;
    animation-duration: 45s;
}
.partners-main-line--2457 .partners-main-inner {
    animation-duration: 70s;
}
.partner-main {
    display: inline-block;
    margin: 20px 50px 20px 0;
    vertical-align: middle;
    filter: contrast(0) brightness(1.2);
    transition: .3s all;
}
.partner-main:hover {
    /*filter: contrast(1) brightness(1.2);*/
}
.partner-main img {
    /*width: 100%;*/
    /*max-width: 150px;*/
    height: 40px;
}
.partners-main-line--2456 .partner-main img {
    height: 80px;
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

}

.scrolled {
    padding: 199px 0 0 0;
}
.scrolled header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 1000;
}
.header {
    transition: none;
}
.scrolled .header {
    padding: 7px 0;
    transition: .3s padding;
}
.logo {
    transition: .3s all;
}
.scrolled .logo {
    width: 95px;
    background-size: auto 30px;
}


.scrolled .logo_new img {
    width: 95px;
    height: 100%;
    padding: 5px 0px px 5px 0px;
}

.scrolled .search-input {
    height: 32px;
}
.scrolled .search-submit {
    height: 30px;
}

.news-detail-photos {
    margin: 40px 0;
    height: 200px;
}
.news-detail-photo {
    display: inline-block;
    margin: 0 20px 0 0;
    line-height: 0;
}
.news-detail-photo img {
    height: 200px;
}

.main-new .news-detail-photos {
    height: 100px;
    margin: 20px 0;
}
.main-new .news-detail-photo img {
    height: 100px;
}
.sub-menu-items {
    border-bottom: solid 1px rgba(255,255,255,.2);
    margin: -40px 0 50px 0;
}
.sub-menu-item {
    display: inline-block;
    padding: 15px;
    color: rgba(255,255,255,.6);
    transition: .3s color;
    border-bottom: solid 1px transparent;
    margin-bottom: -1px;
}
.sub-menu-item:hover {
    color: rgba(255,255,255,.9);
}
.sub-menu-item--selected {
    color: rgba(255,255,255,1);
    border-bottom: solid 1px #F3115B;
}
.overlay_managers {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
}
.menu.mob{
    display: none;
}


/*Брейпоинты для хедера*/
/* @media only screen and (max-width: 768px){
    body.lock{
        overflow: hidden;
    }
    .search{
        left: 200px;
        width: 50%;
        z-index: 3;
    }
    .tiny {
        z-index: 3;
    }
    .header{
        z-index: 4;
    }
    .wrap.mob{
        display: flex;
        justify-content: space-between;
    }
    .menu{
        position: fixed;
        top: -100%;
        transition: all 0.3s ease 0s;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1B1F21;
        z-index: 2;


    }
    .menu__wrapper{
        margin: 125px 0 0 0 ;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .menu a{
        margin: unset;
        padding-top:20px ;
    }
    .menu.active{
        top: 0px;
    }
    .logo{
        position: relative;
        z-index: 3;
    }
    .menu-burger{
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        z-index: 3;
        top: 13px;

    }
    .menu-burger:before,
    .menu-burger:after{
        content: '';
        background-color: rgba(255, 255, 255, .7);
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .menu-burger:before{
        top: 0;
    }
    .menu-burger:after{
        bottom: 0;
    }
    .menu-burger span{
        position: absolute;
        background-color: rgba(255, 255, 255, .7);
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        transition: all 0.3s ease 0s;
    }
    .menu-burger.active:before{
        transform: rotate(45deg);
        top: 9px;
    }
    .menu-burger.active:after{
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .menu-burger.active span{
        transform: scale(0);
    }
} */
/* @media only screen and (max-width: 559px) {
    .search{
        width: 40%;
    }
    .tiny-buttons .button{
        margin: unset;
    }
    .button, .tinkoff-form [type="SUBMIT"]{
        min-width: 100px;
        padding: 6px 0;
    }
} */
/* @media only screen and (max-width: 459px){
    .search{
        width: 38%;
        left: 180px;
    }
} */
/* @media only screen and (max-width: 424px){
    .search{
        display: none;
    }
} */
/*Конец*/

/*Брейкпойнты для блока Promo*/
/* @media only screen and (max-width: 425px){
    .wrapper-promo{
        padding: 0;
    }
    .promo-content{
        padding: 30px 30px 30px 30px;
    }
    .promo-sup{
        font-size: 14px;
    }
    .promo .h2{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .promo-text{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .promo .button{
        margin: unset;
    }
}

@media only screen and (max-width: 320px){
    .promo-content{
        padding: 20px 10px 10px 10px;
    }
    .promo .h2{
        font-size: 22px;
    }
} */

/*Конец*/

/*Брейкпойнты для блока cells*/
/* @media only screen and (max-width: 768px) {
    .cell--business {
        margin: 0 60px 75px 0;
    }
    .cell--business .cell-link{
        padding: unset ;
        width: 175px;
    }
}
@media only screen and (max-width: 425px) {
    .block--business{
        padding: 20px 25px;
    }
    .cell--business{
        width: unset;
    }
    .cell-link{
        border-right: 0px;
    }
    .cell--business .cell-link{
        width: auto;
    }
    .cells{
        display: flex;
        flex-direction: column;
        margin-top: 35px;
    }
    .cell.cell--business{
        margin: 0 0 40px 0;
    }
} */
/*Конец*/

/*Брейкпойнты для news-main*/
/* @media only screen and (max-width: 425px){
    .owl-item{
        width: auto;
    }
    .main-new-text{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

} */
/*Конец*/
/*Брейкпоинты общие*/
/* @media only screen and (max-width: 425px) {
    .h1, h1{
        font-size: 37px;
    }
} */
/* @media (min-width: 320px) and (max-width: 375px) {
    .h1, h1{
        font-size: 32px;
    }
} */
/*Брейкпоинты для стрелок*/
/* @media only screen and (max-width: 1250px){
    .owl-next{
        right: -40px;
    }
    .owl-prev{
        left: 0;
    }
}
@media only screen and (max-width: 768px) {
    .owl-next, .owl-prev{
        display: none;
    }
} */


/*Брейкпойнты для заголовков на главной*/
/* @media only screen and (max-width: 375px) {
    .dash{
        padding-left: 50px ;
    }
    .dash:before{
        top: 0;
    }
    .dash.dash--blue, .dash.dash--yellow, .dash.dash--red{
        font-size: 32px;
    }
    .dash--yellow:before,
    .dash.dash--blue.services:before{
        top: 17px;
    }
} */
/*Конец*/

/*Брейпоинты для блока Контакты*/
/* @media only screen and (max-width: 768px){
    .main-contacts-left, .main-contacts-right{
        width: unset;
        border-right: unset;
    }
    .main-contacts-right{
        padding: unset;
    }

} */

/* @media only screen and (max-width: 426px){
    .managers-main{
        display: flex;
        flex-direction: column;
    }
} */
/*Конец*/

/*Брейпоинты для футера*/
/* @media only screen and (max-width: 768px){
    .footer__wrapper{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center;
    }
    .footer-column{
        width: unset;
        display: block;
        margin: unset;
        vertical-align: unset;
    }
    .footer-column,.footer-column.footer-column--last{
        margin: 0 0 20px  0 ;
    }
    .footer-column.footer-column--last{
        margin: 0 auto;
    }
    @media only screen and (max-width: 768px){
        .footer__wrapper{
            flex-direction: column;
        }
    }
    @media only screen and (max-width: 375px){
        .footer-tiny-left, .footer-tiny-right{
            float: unset;
        }
    }
} */
/*Конец*/

/*Брейкпойнты для страницы "О типографии"*/
/* @media only screen and (max-width: 767px){
    .about-service{
        margin: 34px 0px 0;
        width: unset;
        padding: unset;
    }
    .block.map{
        display: none;
    }
} */
/*Конец*/

/*Брейкпойнты для страницы "Шаблоны макетов"*/
/* 
@media (min-width: 426px) and (max-width: 768px){
    .templates-groups {
        column-count: 3;
    }
}
@media only screen and (max-width: 425px){
    .templates-groups {
        column-count: 2;
    }
    .templates-list h2.with-pic{
        padding: unset;
    }
} */

/*Конец*/

/*Брейкпойнты для страницы "Требования к макетам"*/
/* @media only screen and (max-width: 767px){
    .body--content-detail .h1, .body--content-detail h1, .h2, h2{
        font-size: 34px;
    }
} */

/*Конец*/

/*Брейкпойнты для страницы "Контакты"*/
/* @media only screen and (max-width: 767px){
    .about-managers-group__title{
        left: -20px;
    }
}

@media only screen and (max-width: 425px){
    .about-managers-group__title{
        left: 0;
        top: -110px;
    }
    .about-managers-group__title span{
        transform: rotate(0deg);
    }
    .about-manager{
        width: 50%;
    }
    .about-managers-group{
        margin: 80px 0 0 0;
    }
}

@media only screen and (max-width: 370px) {
    .about-manager{
        width: 100%;
    }
    .about-managers-group{
        margin: 100px 0 0 0;
    }
} */
/*Конец*/

/*Брейкпойнты для страницы "Наши работы"*/
/* .filter-wrap, .apply-wrap, .catalog-wrap{
    display: none;
} */


/* @media only screen and (max-width: 768px) {
    .catalog-right.products {
        width: unset;
    }

    .catalog-items {
        margin: 34px 0 0 0;
        border-top: 1px solid #494C4C;
    }

    .filter-wrap, .apply-wrap, .catalog-wrap {
        display: block;
    }
    .apply-wrap{
        text-align: center;
        margin-top: 20px;
    }

    .filter-wrap__btn, .apply-wrap__btn, .catalog-wrap__btn {
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        font-size: 16px;
        line-height: 150%;
        text-transform: uppercase;
        background-color: #1B1F21;
        color: #FFF;
        border: 1px solid #fff;
        cursor: pointer;
    }
    .filter-wrap__btn{padding: 10px 45px 10px 15px;}
    .apply-wrap__btn{padding: 10px 45px}
    .catalog-wrap__btn{padding: 10px 45px 10px 15px;}
    .catalog-left.products {
        display: none;
    }

   
    .filter-wrap{
        display: block;
        position: sticky;
        top: 100px;
        z-index: 1;
    }
    .catalog-wrap {
        display: block;
        position: sticky;
        top: 100px;
        z-index: 2;
    }


    .catalog-left.popup {
        display: block;
        position: static;
        top: 0;
        width: 100%;
        background-color: #1B1F21;
        margin-top: 20px;

    }

    .catalog-right.hidden {
        display: none;
    }

    .filter-wrap__btn:after, .filter-wrap__btn:before, .catalog-wrap__btn:before,
        .catalog-wrap__btn:after {
        content: '';
        background-color: rgba(255, 255, 255, .7);
        position: absolute;
        width: 15px;
        height: 2px;
        transition: all 0.3s ease 0s;
        top: 21px;
    }

    .filter-wrap__btn:after{
        transform: rotate(45deg);
        left: 95px;
    }

    .filter-wrap__btn:before
     {
        transform: rotate(-45deg);
        left: 105px;
    }

    .filter-wrap__btn.active:before,.filter-wrap__btn.active:after{
        left: 100px;
    }

} */

/* @media only screen and (max-width: 425px) {
    .catalog-items{
        margin-left: 0;
    }

    .catalog-item{
        width: calc((100% - 90px));
        margin: 0;
    }

    .navigation a, .navigation span{
        min-width: unset;
        display: unset;
        padding: 10px;
        font-size: 14px;
    }
} */

/* @media (min-width: 426px) and (max-width: 767px){
    .catalog-item{
        width: calc((100% - 90px)/2);
    }
    .navigation a, .navigation span{
        min-width: unset;
        display: unset;
        padding: 13px 16px;
        font-size: 14px;
    }
} */

/*Конец*/

/*Брейкпойты для страницы "Корп.подарки"*/
/* @media only screen and (max-width: 768px){
    .catalog-left{
        display: none;
    }
    .catalog-wrap{
        margin-top: 20px;
    }
    .catalog-right{
    }
    .catalog-left.present h3, .catalog-left.detail-present h3, .catalog-left.detail h3{display: none}

    .catalog-wrap__btn:after{
        transform: rotate(45deg);
        left: 128px;
    }
    .catalog-wrap__btn:before{
        transform: rotate(-45deg);
        left: 138px;
    }
    .catalog-wrap__btn.active:before,.catalog-wrap__btn.active:after{
        left: 132px;
    }

}
@media only screen and (max-width: 425px){
    .button.modal{
        margin-left: 14px!important;
        padding: 6px
    }
}

@media only screen and (max-width: 424px) {
    .button.modal{
        margin: unset!important;
        display: block;
    }
    .catalog-wrap__btn{
        padding: 10px 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .catalog-wrap__btn:after {left: 220px;}
    .catalog-wrap__btn:before {left: 230px;}
    .catalog-wrap__btn.active:before,.catalog-wrap__btn.active:after{left: 223px;}
}
@media (min-width: 320px) and (max-width: 374px) {
    .dash.dash--blue, .dash.dash--yellow, .dash.dash--red{
        font-size: 24px;
    }
    [data-js-products] .owl-dots .owl-dot, [data-js-cells] .owl-dots .owl-dot{
        width: 15px;
        height: 15px;
    }
    .catalog{margin: 20px 0 100px;}
    .catalog-wrap__btn:after {left: 190px;}
    .catalog-wrap__btn:before {left: 200px;}
    .catalog-wrap__btn.active:before,.catalog-wrap__btn.active:after{left: 195px;}

}

@media (min-width: 376px) and (max-width: 414px){
    .catalog-wrap__btn:after {left: 235px;}
    .catalog-wrap__btn:before {left: 245px;}
    .catalog-wrap__btn.active:before,.catalog-wrap__btn.active:after{left: 240px;}
} */

/*конец*/

/*Брейкпойнты для детальной страницы "Корп. продарки"*/
/* @media only screen and (max-width: 768px) {
    .souvenir-detail.hidden{
        display: none;
    }
    .catalog-wrap__btn.detail.active:before,.catalog-wrap__btn.detail.active:after{
        left: 132px;
    }
    .catalog-right.detail-present{
        width: unset;
    }
}
@media only screen and (max-width: 425px) {
    .souvenir-detail__right{
        width: auto;
        margin-top: 20px;
    }
    .catalog-wrap__btn.detail.active:before,.catalog-wrap__btn.detail.active:after{
        left: 195px;
    }

} */
/*конец*/

/*Брейкпойнты для детальной страницы "Продукты"*/
/* @media only screen and (max-width: 768px){
    .detail-left, .detail-right{
        width: auto;
    }

} */
/*конец*/

/*Брейкпойнты для корзины*/
.button.modal.cart{
    display: none;
}
@media only screen and (max-width: 768px) {
    .souvenir-cart__right {
        display: none;
    }

    .button.modal.cart {
        display: inline-block;
    }

    .souvenir-cart__left {
        width: auto;
    }
}
@media only screen and (max-width: 767px) {
    .souvenir-cart-table__item{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    td.souvenir-cart-table__item-title{
        padding: 0 0 20px;
    }
}
/*конец*/
.souvenir__count-plus.kp{
    position: absolute;
    z-index: 10;
    margin: 5px;
    cursor: pointer;
}
.souvenir__count-minus.kp{
    display: none;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    margin: 5px;
}
/* hidden */
.hidden {
    display: none;
}

@media only screen and (max-width: 768px) {
    .cell--business {
        margin: 0 60px 75px 0;
    }
    .cell--business .cell-link{
        padding: unset ;
        width: 175px;
    }
    /*изменения для мобилки*/
    .detail-left{
        max-width: fit-content;
    }
}

@media only screen and (max-width: 425px) {
    .block--business{
        padding: 20px 25px;
    }
    .cell--business{
        width: unset;
    }
    .cell-link{
        border-right: 0px;
    }
    .cell--business .cell-link{
        width: auto;
    }
    .cells{
        display: flex;
        flex-direction: column;
        margin-top: 35px;
    }
    .cell.cell--business{
        margin: 0 0 40px 0;
    }
    /*изменения для мобилки*/
    .owl-dots{
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }
    .detail-left{
        max-width: fit-content;
    }
    .detail-over .button{
        position: unset;
        margin-bottom: 20px;
    }
    .detail-over{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: unset;
    }
    .cell-text{
        display: block!important;
        padding-left: 4px;
        margin-left: -4px;
        background: #1B1F21;
        /*bottom: 20px;*/
    }
    .detail-table tr{
        display: flex;
        flex-wrap: wrap;
    }
    .detail-table td{
        font-size: 12px;
    }



}

.error_img {
	margin:auto;
	display: block;
}

.logo_new img {
    width: auto;
}
/*Поиск*/
.search-client{
    position: relative;
    right: unset;
    top: unset;
    transform: unset;
    /*margin-bottom: 1em;*/
}
.search-block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.search-block p{
    margin-top: unset;
}
/**/

.required-select{
	outline: 1px solid #ffa500;
	margin:1px;
}
.required-by-script{
	background-color:#A6CAF0;
}

.visible_once_red {
	color:red !important;
	display:none;
}

.order-column .visible_once_red:first-child{
	display:block;
}

.scrolled .header .notify-image {
    top:0;
}

.grecaptcha-badge {visibility: hidden;}

.recaptcha-words {visibility: hidden;}

.menu-item__with-notify {
    margin-right: 65px !important;
}

.notify-image {
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    top: 9px;
}

.scrolled .header .notify-image {
    top:0;
}

@media (max-width:1168px) {
    

    .menu-item__with-notify {
        margin-right: 0 !important;
        position: relative;
    }

    .notify-image {
        top: 2px;
        right: -25px;
    }
}

/* плашка куки */
.cookie-banner {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1200px;
    background-color: #FFD200;
    border-radius: 15px;
    padding: 15px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    font-family: Arial, sans-serif;
    display: none;
    justify-content: center;
}

.cookie-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cookie-text {
    color: black;
    font-size: 14px;
    margin-bottom: 10px;
}

.cookie-btn {
    background-color: white;
    color: black;
    border: none;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cookie-btn:hover {
    background-color: #f0f0f0;
}


@media (max-width: 768px) {
    .cookie-text {
        font-size: 12px;
    }

    .cookie-btn {
        padding: 6px 15px;
        font-size: 12px;
    }
    /*.telegram-button, .whatsapp-button{*/
    /*    z-index: 1;*/
    /*}*/
}
@media (max-width: 500px) {
    .cookie-banner {

        bottom: 100px;

    }
}
.cookie-banner a{
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
}
/**/

/*чекбокс*/
.jq-checkbox:not(.jq-checkbox.checked):not(.form--payment .jq-checkbox) .jq-checkbox__div{
    height: 18px;
}
/**/

/* Исправление скроллов в новом каталоге */

.body--catalog_new {
    overflow-x: hidden;
}

.number_format {
	padding:0 2px;
}
/* End */
/* /local/templates/2019/js/mapbox-gl.css?176554928332643 */
/* /local/templates/2019/js/fancybox/jquery.fancybox.css?176554928312795 */
/* /local/templates/2019/js/owl.carousel.css?17655492834809 */
/* /local/templates/2019/js/jquery.formstyler.css?17655492832175 */
/* /local/templates/2019/styles_adaptive.css?176554928371471 */
/* /local/templates/2019/anton-update.css?17655492821195 */
/* /local/templates/2019/styles.css?17655492835557 */
/* /local/templates/2019/template_styles.css?175732076661918 */
