

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
.width-1100{
    max-width: 1300px;
    margin: 0 auto;
}
:focus
{
    outline: 0;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
    display: block;
}

body
{
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
}

ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration
{
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search]
{
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video
{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls])
{
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden]
{
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html
{
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus
{
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover
{
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img
{
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure
{
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form
{
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset
{
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend
{
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea
{
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input
{
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select
{
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

/* 1 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"]
{
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"]
{
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

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

/**
 * Remove most spacing between table cells.
 */

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

html,
button,
input,
select,
textarea
{
    color: #222;
}

::-moz-selection
{
    background: #b3d4fc;
    text-shadow: none;
}

::selection
{
    background: #b3d4fc;
    text-shadow: none;
}

img
{
    vertical-align: middle;
}

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

textarea
{
    resize: vertical;
}

.chromeframe
{
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/**
 * 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;
    z-index: 1;
}

.owl-carousel .owl-stage
{
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.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;
    -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
{
    display: none;
}

  .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.owl-loaded
{
    display: block;
}
.visaHeader{
    margin-bottom: 60px;
}
.visaHeader img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.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
{
}

.owl-carousel .owl-item .owl-lazy
{
    opacity: 0;
    transition: all .4s;
}

.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("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%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav
{
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-']
{
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover
{
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled
{
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots
{
    margin-top: 10px;
}

.owl-theme .owl-dots
{
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot
{
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span
{
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
    background: #869791;
}

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-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage
{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer
{
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg
{
    background: rgb(30, 30, 30);
    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-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button
{
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button
{
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.wrProdukt ul{
    margin: 0 0 30px 2vw;
    line-height: 1.5;
    font-style: italic;
    list-style: circle;
}
.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--previous,
.fancybox-slide--current,
.fancybox-slide--next
{
    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;
    -ms-transform-origin: top left;
    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-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe
{
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */

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

/* Buttons */

.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:visited,
.fancybox-button:link
{
    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;
}

/* Fix IE11 */

.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2)
{
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1)
{
    display: none;
}

.fancybox-progress
{
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

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

/* Navigation arrows */

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

/* Caption */

.fancybox-caption
{
    background: linear-gradient(to top,
        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%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    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;
}

/* Loading indicator */

.fancybox-loading
{
    animation: fancybox-rotate 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 fancybox-rotate{
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated
{
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.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: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next
{
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current
{
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.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: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous
{
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next
{
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current
{
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.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: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (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));
        }
    }
}

/* Share */

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

.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 5px;
    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:visited,
.fancybox-share__button:link
{
    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 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs
{
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    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: center center;
    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;
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 576px)
{
    .fancybox-thumbs
    {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner
    {
        right: 110px;
    }
    .fancybox-thumbs__list a
    {
        max-width: calc(100% - 10px);
    }
}


main
{
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
}

h1
{
    display: block;
    font-size: 2em;
    font-weight: bold;
    
    margin-bottom: 1em;
}

h2, .h2
{
    display: block;
    font-size: 1.6em;
    margin-bottom: 1.0em;
    font-weight: bold;
    margin-top: 60px;
}
strong{
    font-weight: bold;
    display: inline-block;
}
h3, .h3
{
    display: block;
    font-size: 1.3em;
    margin-bottom: 1.0em;
        margin-top: 40px;
}
.ck .ck-widget, .ck .ck-widget.ck-widget_with-selection-handle {
    position: relative;
    width: 100%;
}
.editor img{
        max-width: 100%;
        margin:40px 0;
}
.editor table{
    width: 100% !important;
}
.ck-content .table {
    display: table;
    margin: 0 !important;
}
h4, .h4
{
    display: block;
    font-size: 1.1em;
    margin-bottom: 1.0em;
}

p
{
    display: block;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 500;
}
#results blockquote{
    padding: 0 0 0 3vw;
    border-left: 5px solid #f9e13b;
    margin-bottom: 30px;
}
#results blockquote p, #results blockquote{
    
    font-style: italic;
    line-height: 1.4;
    color: #4358c2;
}
#results ul{
    margin: 0 0 30px 0px;
    line-height: 1.4;
    font-style: italic;
    padding: 0 0 0 30px;
    color: #357ebd;
    list-style: circle;
}
.container
{
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    max-width: 1280px;
}

header
{
    
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 75px 0 0 0;
}

footer{
    padding: 60px 0 30px 0;
margin-top: 60px;
background: #48312b;
}

.wr-gallery{
            width: 650px;
            position: relative;
        }

.listImg{
        display: flex;
        justify-content: start;
        width: calc(100% + 1px);
        overflow: hidden;
        position: relative;
        
    }
    
.listImg a{
        display: inline-block;
        padding: 10px;
        border: 1px solid #999;
        border-radius: 4px;
        margin: 0 15px;
    }
    
.wr-action{
        width: calc(100% - 700px);
        padding-left: 50px;
    }
    
    .tovat h1{
        font-family: 'Rubik', sans-serif;
    }
    .tovat h1>span{
        font-size: 20px;
    }
.item-price{
    text-align: right;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;

}

.price{
    font-size: 18px;
    font-weight: bold;
}
.price span{
    
font-family: 'Rubik', sans-serif;
}
.bay-primary{
    text-align: center;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    padding: 10px 20px;
    border-radius: 4px;
    
    color: #fff;
    font-weight: 300;
    box-shadow: 0px 4px 7px -7px #333;
}
.serp{
    width: 30px;
    display: inline-block;
    transform: translateY(-5px);
    margin-right: 30px;
}
.art{
    text-align: right;
    font-size: 12px;
    margin-bottom: 20px;
}
.count{
    width: 50px;
    text-align: center;
    border: 1px solid #999;
    padding: 10px 20px;
    border-radius: 4px;
    margin: 0 10px;
}
.btn-primary{
text-align: center;
border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
padding: 10px 20px;
border-radius: 4px;
margin-right: 30px;
background: #c3ff6c;
border-bottom: 1px solid #3b9b4673;
font-weight: 300;
}

.bayClick{
    text-align: center;
    cursor: pointer;
    padding: 15px 30px;
    border-radius: 4px;
    background: #fff;
    font-weight: normal;
    cursor: pointer;
}

.wr-koll{
    display: flex;
    flex-direction: column;
}
.koll{
    padding: 0 6px;
    text-align: center;
    border: 1px solid #d2c1c1;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    flex-direction: column;
    line-height: 36px;
    transition: all .4s;
    border-radius: 6px;
}
.koll:active{
    background: #eee;
    box-shadow: 0px 0px 16px -6px #333;
    
}
.vp-desc-main{
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 40px;
}
.ozer-model{
    font-weight: bold;
    margin-bottom: 20px;
}
.listImg span{
    border: 1px solid #9996;
    border-radius: 6px;
    transition: all .5s;
    cursor: pointer;
    display: block;
}
.listImg span img{
    width: calc(100% - 20px) !important;
    margin: 10px auto;
    display: block;
}
.wr-karusel{
    display: flex;
}

.listImg span:hover{
    border: 1px solid #ea6e00e0;
}

.filtr{
    width: 300px;
}

.artical{
    width: calc(100% - 350px);
}

#mse2_mfilter{
    justify-content: space-between;
    width: 100%;
    display: flex;
    color: #312c2c;
    
}
.mse2_number_inputs{
    display: flex;
    margin: 10px 0 30px;
}
.mse2_number_inputs input{
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #3333;
    border-radius: 3px;
}
.mse2_number_inputs .form-group:nth-child(2) label{
    text-align: right;
}
.filter_title{
    font-size: 15px;
    font-weight: bold;
        color: #333;
}
.disabled_fieldsets{
        margin: 20px 0;
}
#mse2_filters>fieldset{
        display: block;
    width: calc(100% - 20px);
}
.msearch2 .col-3{
    width: 100%;
    max-width: 240px;
    padding: 20px;
    margin-right: 50px;
    font-size: 14px;
    margin-bottom: 50px;
    color: #333;
    
}
.msearch2 .col-9{
    flex-grow: 1;
    width: calc(100% - 300px);
}
.mse2_pagination .pagination{
        display: flex;
}
.mse2_pagination .pagination .page-item .page-link{
        color: #3c2716;
    text-decoration: none;
    padding: 8px 10px;
    border: 1px solid;
    border-radius: 3px;
    font-size: 13px;
    margin-right: 5px;
}
.active .page-link{
    background: #3c27167a;
    color: #fff !important;
}
.breadcrumb{
    display: flex;
    padding-top: 35px;
    padding-bottom: 40px;
    font-size: 13px;
}

.breadcrumb-item a{
    text-decoration: none;
    margin-right: 30px;
    color: #999;
}

.row-mane{
    
}
.listingCont{
    font-size: 12px;
    margin-bottom: 20px;
}
.wr-listingImg{
        width: 100%;
}
.wr-listingImg a{
    display: block;
        padding: 20px;
}.wr-listingImg img{
    width: 100%;
}
.wr-listingCont{
    
    display: flex;
    flex-wrap: wrap;
}

.wr-item{
    margin: 5px;
    position: relative;
    padding: 0px;
    border: 1px solid #e0e0e0;
}

.font-weight-bold{
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #333;
    margin-bottom: 30px;
    width: 100%;
}
.itemListTovar{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;

}
.listingAction{
    
    text-align: right;
}
.listingAction .btn-primary{
    margin-right: 0;
}

.cena{
    font-size: 25px;
    display: inline-block;
    margin: 0 0 15px auto;
}
.wr-karusel{
    transition: all .5s;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(0);
}
.wr-karusel span{
    margin: 0 6px;
    
}
.activeImg{
    border: 1px solid #ea6e00e0 !important;
}
footer
{
    min-height: 100px;
    background-image: url(https://rukzakmarket.ru/temp/assets/img-tamplate/banner-abstract-min.png);
    margin-top: 60px;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 5px;
    padding-bottom: 25px;
    position: relative;
    background-repeat: no-repeat;
}

input:focus
{
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}

textarea:focus
{
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}

/* плавное изменение прозрачности  placeholder-а при фокусе */

input::-webkit-input-placeholder
{
    opacity: 1;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder
{
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder
{
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder
{
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder
{
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder
{
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder
{
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder
{
    opacity: 0;
    transition: opacity 0.3s ease;
}

/*Стили для плавное изменение прозрачности  placeholder-а конец*/

.topLine
{
    padding-bottom: 15px;
    padding-top: 15px;
    background-color: rgba(255, 255, 255, 0.97);
    top: 0;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.header_bg
{
        position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(56,56,56);
    background: linear-gradient(
112deg
, rgb(56 56 56 / 35%) 0%, rgba(255,255,255,0) 109%);
    top: 0;
    left: 0;
}
a:focus, a:active{outline: none}
.nav
{
    position: relative;
    margin-bottom: 0px;
    background: #0b158559;
    backdrop-filter: blur(5px);
}

.section
{
    width: calc(100% - 10vw);
    max-width: 1400px;
    padding-left: 5vw;
    padding-right: 5vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.d-flex
{
    display: flex;
    justify-content: space-between;
}

.logo
{
    width: 100%;
    max-width: 240px;
    max-height: 57px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.logo img
{
    max-width: 242px;
    max-height: 96px;
}

.logoTille
{
    padding: 0px 19px;
    border-left: 1px solid;
    line-height: 18px;
    display: flex;
    align-items: center;
    transform: translateY(0px);
    font-size: 17px;
    font-weight: revert;
    min-width: 150px;
    color: #2039b7;
    
}

.wr_headerPhpne
{
    margin: 0 30px 0 0;
}

.wr_headerPhpne a:not(.mailto)
{
    display: block;
    text-align: right;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    font-size: 22px;
    color: #2039b7;
}

.headerTitle
{
    font-size: 33px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    margin-top: 60px;
    line-height: 1.3;
        text-shadow: 0px 2px 2px #333;
}

.headerTitle:after
{
    content: "";
    width: 60px;
    height: 4px;
    background-color: #fff;
    display: block;
    margin-top: 35px;
    margin-bottom: 35px;
}

.headerPostTile
{
    color: #fff;
    position: relative;
    font-weight: normal;
    margin-bottom: 60px;
    font-size: 20px;
}
.antisovetyandex{
    display: none;
}
.nav ul
{
}

.maneMenu
{
    display: flex;
    
}

.maneMenu a
{
    color: #fff;
    font-weight: bold;
    padding-right: 20px;
    padding-top: 28px;
    padding-bottom: 25px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .4s;
}

.mane
{
    flex-grow: 1;
}

.maneContent
{
    display: flex;
    flex-direction: row-reverse;
        padding-top: 40px;
}

.aside
{
    width: 100%;
    max-width: 360px;
    padding-right: 50px;
    min-width: 280px;
}

.contentTitle
{
    font-size: 22px;
    font-weight: 600;
    color: #1A1A1A;
    border-bottom: 1px solid;
    padding-bottom: 9px;
    margin-bottom: 15px;
}

.katalogNav
{
    padding-left: 35px;
    font-size: 14px;
}

.katalogNav a
{
    color: #1A1A1A;
    text-decoration: none;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
}

.katalogNav a:hover
{
    color: #F86D03;
}

.FooterManeMenu
{
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
}

.FooterManeMenu a
{
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    padding-right: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    display: inline-block;
    text-decoration: none;
}
.wrProdukt{
    width: calc(100% - 10vw);
    max-width: 1400px;
    padding-left: 5vw;
    padding-right: 5vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.footerBg
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.38);
    top: 0;
    left: 0;
}

.FooterColl
{
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.footerH2
{
    font-size: 22px;
    padding-bottom: 20px;
}

.FooterColl>div
{
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px);
}

.footerAdress
{
    font-size: 13px;
    margin-bottom: 30px;
}

.footerNamberPhone
{
    display: block;
    margin-bottom: 5px;
}

footer a
{
    color: rgba(255, 255, 255, 0.7);
}

footer a:hover
{
    color: #fff;
    text-decoration: none;
}

.wrFooterPhone
{
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: bold;
}
.opViisa__bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffffc7;
    z-index: 100000;
    opacity: 0;
    visibility: hidden;
}
.opViisa__bg .h2{
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 42px;
}
.opViisa__bg button{
    background: #ffaf16;
    border: 0;
    padding: 22px 74px;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 9px -7px #333;
}
.opViisa__forma{
    width: 90%;
    max-width: 280px;
    position: absolute;
    left: 50%;
    top: 4vw;
    border: 4px solid #300cdd;
    background: #fff;
    padding: 40px;
    transform: translateX(-50%);
}
.opViisa__forma__clouse{
    font-size: 30px;
    color: #333;
    position: absolute;
    right: 16px;
    top: 7px;
    cursor: pointer;
}
.sendMess
{
    padding: 15px 35px;
    display: inline-block;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.82);
    color: #603E24;
    font-size: 13px;
    cursor: pointer;
}

.activeopViisa__bg{
    opacity: 1;
    visibility: visible;
}
.footerMenu a
{
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    font-size: 15px;
}

.footerMenu
{
    padding-left: 20px;
    border-left: 1px dotted;
}

.bottomFooter
{
    display: flex;
    justify-content: space-between;
    padding-top: 26px;
    margin-top: 50px;
    font-size: 13px;
    border-top: 1px solid rgb(255 255 255 / 24%);
}
.itemTovar{
    padding: 15px;
    border: 1px solid #99999969;
    border-radius: 4px;
    margin: 5px
    
}
.wrImagesTovar{
    display: block;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}
.itemTovar img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.titleTover{
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    color: #333;

}
.titleTover:hover{
    text-decoration: none;
    color: #f86021;
    
}
.section.row{
    flex-direction: row-reverse;
}
.section.row .col-9{
    flex-grow: 1;
}
.section.row .col-3{
    max-width: 270px;
    width: 100%;
    margin-right: 50px;
}
.descriptionTover{
    font-size: 11px;
    line-height: 1;
    margin-bottom: 20px;
}
.itemTovarBay{
    display: inline-block;
    background: #f86d03;
    padding: 7px 15px;
    font-size: 13px;
    margin: 0px 0px 0px 10px;
    border-radius: 3px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    opacity: .8;
    transition: all .4s;
}
.itemTovarBay:hover{
    opacity: 1;
}
.col-3 .wr-item{
        width: calc(33% - 10px);
}
.itemTovarValue{
    display: inline-flex;
    width: 50px;
}
.itemTovarValue{
    
}
.itemTovarValue input{
    width: 35px;
    text-align: center;
    line-height: 26px;
    display: block;
    border: 1px solid #b5b5b5;
    padding: 0px 5px 3px 5px;
}
.itemTovarValue button{
    float: right;
    height: 16px;
    width: 25px;
    text-align: center;
    line-height: 7px;
    display: inline-block;
    font-size: 12px;
    border: 1px solid #b5b5b5;
    color: #353535;
    background: #9a9a9a5e;
    margin: 0 0 0 -1px;
}
.itemTovarValue button:first-child{
        margin-bottom: -1px;
}
.itemTovarValue button:hover{
    border: 1px solid #f86d03;
    color:#f86d03;
}
.setingValueTovar{
    width: 20px;
    display: flex;
    flex-direction: column;
}
.wrActionTovar{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.nalichie{
    font-size: 11px;
    display: block;
    color: #f98a35;
    font-weight: bold;
}
.katalogList{
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
}
.col-4 .itemTovar{
    width: calc(25% - 10px);
}
.col-3 .itemTovar{
    width: calc(33% - 10px);
}
.itemTovarBayMobail{
    display: none;
}
.empty{
   
    
}
.basketPrice{
    display: flex;
    flex-direction: column;
    width: 140px;
    margin: 0 20px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}
.wrBasketImage .title{
    display: flex;
    align-items: center;
}
.basketPrice .old_price{
    font-size: 10px;
    transform: translateX(32px);
}
.remove button{
    border: 0;
    color: #fff;
    background: #000;
    margin: 0px 16px 0 -12px;
}
.table-striped tr{
        display: flex;
        margin: 15px 0px;
}
.basketCount .qwenty input{
    background: #fff;
    border: 1px solid #e6e6e6;
    width: calc(100% - 26px);
}
.basketCount .qwenty{
    flex-direction: column-reverse;
    width: 40px;
    
}
.basketCount .minus, .basketCount .plus{
    padding: 5px;
}
.emptyBusket{
        width: 39px;
}
.wr_poisk{
    flex-grow: 1;
    padding: 0 3vw;
    display: none;
}
.poisk{
    position: relative;
}
.wr_poisk input{
    padding: 13px 82px 14px 10px;
    font-size: 13px;
    width: calc(100% - 92px);
    border-radius: 2px;
    color: #333;
    border: 1px solid #333;
}
.wr_poisk button{
    position: absolute;
    right: 1px;
    top: 3px;
    height: calc(100% - 6px);
    color: #fff;
    border: 0;
    padding: 0 20px;
    font-size: 13px;
    border-radius: 3px;
}
main>.section>div{
        margin-top: 0px;
}
main>.section{
    display: flex;
}
.itemOption{
    display: flex;
    position: relative;
    justify-content: space-between;
}
.itemOption input[type=text]{
    width: calc(48% - 20px);
}
.delOption{
     display: none;
     position: absolute;
}
.item-sitebar{
    width: 100%;
    max-width: 290px;
    padding:  0 10px 10px 0;
    position: relative;
    color: #333;
}
.item-sitebar:before{
    content: "";
    display: block;
    opacity: 0.1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.breadcrumb-item{
    position: relative;
}
.breadcrumb-item:not(:last-child):after{
    content: "//";
    right: 9px;
    position: absolute;
}
.breadcrumb .disabled:after{
    display: none;
}
.item-sitebar .h2{
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 18px;
    width: 100%;
    border-bottom: 1px dotted;
    margin-bottom: 8px;
}
.item-sitebar *{
    position: relative;
    z-index: 10;
}
.item-content{
    width: calc(100% - 350px);
}
.leftPositionSiteBar .item-content{
        padding-left: 50px;
}
.rightPositionSiteBar .item-content{
        padding-right: 50px;
}
.leftPositionSiteBar{
    flex-direction: row-reverse;
}
#maneWraper{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: var(--main-color);
}
.catalog li a{
    text-decoration: none;
    padding: 4px 0;
    display: block;
    font-weight: 400;
    transition: all .2s;
    color: #333;
}
.catalog li a:hover{
    transform: translateY(1px);
}
.catalog li{
        padding: 0 0 0 15px;
    position: relative;
}
.catalog{
    margin-bottom: 40px;
}
.contenteditable{
        position: relative;
}
.contenteditable:before{
    content: "\270E";
    top: -3px;
    position: absolute;
    color: red;
    left: -20px;
    font-size: 20px;
}
.editeActive{
        position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #b9f7bb;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    line-height: 31px;
    font-size: 22px;
}
.editeActive:hover{
        background: #a2ffa5;
}
.adminMenu{
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #333;
    padding: 20px;
    color: #fff;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    min-height: 40px;
    align-items: center;
}
.adminMenu__save{
        width: 300px;
}
.addPage{
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid;
    border-radius: 3px;
    width: 15px;
    text-align: center;
    cursor: pointer;
    line-height: 15px;
    transition: all .4s;
    display: none;
}
.level1:hover b{
    display: block;
}
.headerPostTile p, .headerTile p{
    
}
.wr_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background: #ffffffb8;
    z-index: 101;
    display: none;
}
.wrEditeRes{
    width: 100%;
    max-width: calc(100% - 300px);
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    
    padding: 40px;
    background: #fff;
    min-height: 100vh;
}
#results ol{
        margin: 30px;
    line-height: 1.3;
    font-style: italic;
}
#results ul{
    
}
.hideForm{
    font-size: 30px;
    font-weight: 300;
    cursor: pointer;
    position: fixed;
    left: 20px;
    top: 10px;
}
.uploadImages{
    width: 400px;
    margin: 0 30px 0 0;
    
}
.createTitle{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.createTitle label{
    display: block;
    padding: 3px 40px;
}
.uploadArea{
    padding: 20px;
    border: 1px solid #3333333d;
    border-radius: 4px;
}
.wrEditeRes input[type="text"]{
    padding: 10px;
    border: 1px solid;
    margin: 0 0 20px 0;
    border-radius: 4px;
}
.wrEditeRes textarea{
    padding: 10px;
    border: 1px solid;
    margin: 0 0 20px 0;
    border-radius: 4px;
}
.osnova{
    display: flex;
    flex-direction: column;
    margin: 25px 0 30px 0;
    flex-grow: 1;
}
.osnova .jodit-toolbar-editor-collection_size_middle.jodit-toolbar-editor-collection_mode_horizontal{
    flex-direction: row !important;
}
.parametrinput{
    width: calc(100% - 24px);
}
.wr_osnova{
    display: flex;
    flex-grow: 1;
}
.wrInputPrice{
    display: flex;
}
.wrInputPrice input{
    padding: 10px;
    border: 1px solid;
    margin: 0 10px 30px 0;
    border-radius: 4px;
    width: 145px;
}
.wrInputPrice select{
    padding: 10px;
    border: 1px solid;
    margin: 0 0 20px 0;
    border-radius: 4px;
    width: 72px;
    height: 41px;
}
.jodit-container{
    margin-bottom: 30px;
}
.parametr{
    width: 250px;
    padding: 20px;
    margin: 0 0 0 30px;
    background: #f9f9f9;
    border-radius: 4px;
    display: none;
}
.wrformCreate{
    width: 100%;
    max-width: 60%;
}
.adminMenu__save button{
        color: #222;
    padding: 10px 15px;
    background: #f9e16d;
    border: 0;
    border-radius: 4px;
    display: none;
}
.adminMenu__save button:hover{
    background: #ffe04c;
}
.adminMenu__mane{
    width: calc(100% - 350px);
}
.topsort{
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    border-bottom: 1px solid #3333332e;
    padding: 0 0 10px 0;
}
.iconVie{
    width: 15px;
}
.iconVie img{
    width: 100%;
}
#mse2_tpl{
    display: flex;
    width: 40px;
    justify-content: space-between;
}
#mse2_tpl .active{
    opacity: .3;
}
#mse2_results{
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
}
.plitka{
   width: calc(25% - 42px);
    margin: 5px;
    position: relative;
    border: 1px solid #3333332e;
    padding: 15px 15px 30px 15px;
    border-radius: 4px;
    min-width: 220px;
    flex-grow: 1;
    max-width: 320px;
}
.mw-100{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.plitka form{
    align-items: stretch;
    width: 100%;
    height: 100%;
}
.flex-column{
        flex-direction: column;
    align-items: stretch;
    height: 100%;
}
.produktList__name{
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    margin: 10px 0 5px 0;
    width: 100%;
    font-weight: bold;
}
.produktList__desc{
    font-size: 13px;
    max-height: 41px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    margin-top: auto;
}
.flex-grow-1{
    display: flex;
    flex-direction: column;
    margin: 0 0 26px 0;
    align-items: stretch;
    height: 74%;
}
.wr_productListBTN{
    display: flex;
    justify-content: space-between;
}
.qwenty{
    width: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e6e6e6;
}
.qwenty input{
    width: 60%;
    border: 0;
    text-align: center;
        background: #3330;
}
.minus, .plus{
    width: 27px;
    text-align: center;
    cursor: pointer;
}
.plashka{
       margin: 0 0 45px 0;
    border-bottom: 1px solid #33333321;
    padding-bottom: 40px;
}
.plashka form{
        display: flex;
}
.polashkaImageWraper{
    width: 100%;
    max-width: 300px;
    margin-right: 50px;
}
.plashkaContentWraper{
    width: calc(100% - 350px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0 20px 0;
}
.plashkaproduktName a{
    font-size: 20px;
    margin: 0px 0 20px 0;
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    max-width: 550px;
}
.plashkaPrice{
        margin: 0 0 30px;
}
.introtext{
        font-size: 14px;
}
.plashkaContentWraper .wr_productListBTN{
        max-width: 250px;
}
#mse2_filters{
        margin: 0 0 50px 0;
}
.btn-reset{
    color: #fff;
    padding: 13px 40px;
    border: 0;
    border-radius: 4px;
    font-weight: 300;
    box-shadow: 0px 4px 7px -7px #333;
}
.checkbox-other {
	display: block;
	margin: 0 0 0 0;
	line-height: 22px;  
	position: relative;
}
.checkbox-other input[type=checkbox] {
	-webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0px 6px 0 0;
    padding: 0;
    outline: none;
    transition: background 0.3s ease;
    transform: translateY(2px);
    cursor: pointer;
    border: 1px solid #333;
    border-radius: 2px;
}
 
/* Checked */
.checkbox-other input[type=checkbox]:checked:after {
	content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: 54%;
    top: 50%;
    transform: translate3d(-56%, -45%, 0);
    border-radius: 50%;
}
 
/* Focus */
.focused input[type=checkbox] {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover */
.checkbox-other input[type=checkbox]:hover {
	filter: brightness(110%);
}
 
/* Active */
.checkbox-other input[type=checkbox]:active {
	filter: brightness(80%);
}
 
/* Disabled */
.checkbox-other input[type=checkbox]:disabled {
	color: #666;
	cursor: default;
}
.checkbox-other input[type=checkbox]:disabled {
	filter: grayscale(100%);
	opacity: 0.6;
}
#mse2_selected>strong{
    display: none;
}
.sort{
    text-decoration: none;
}
label[for*=old_price_0]{
    display: none;
}
.mailto{
    font-size: 14px;
    text-decoration: none;
    margin: 5px 0 0 0;
    font-weight: normal;
    text-align: right;
    width: 100%;
    display: block;
    color: #333;
}
.emptyBasket, .not_emptyBasket, .login{
    position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
    margin-left: 10px;
}

.not_emptyBasket{
    cursor: pointer;
    transition: all .4s;
}
.not_emptyBasket:hover{
    box-shadow: 0px 0px 11px -3px #333;
}
.emptyBasket span, .not_emptyBasket span{
    position: absolute;
    right: -5px;
    width: 18px;
    height: 18px;
    text-align: center;
    color: #fff;
    line-height: 17px;
    border-radius: 50%;
    top: -4px;
    font-size: 10px;
}
.emptyBasket i, .not_emptyBasket i, .login i{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    transform: translate(-50%, -50%);

}
.login{
    transition: all .4s;
    cursor: pointer;
    border: 2px solid #2941ba;
    border-radius: 15%;
    color: #233cb8;
    height: 39px;
}
.login:hover{
    box-shadow: 0px 0px 11px -3px #333;
}
.itemProductPage{
    display: flex;
    flex-wrap: wrap;
}
.galleryProduct{
    width: 50%;
    max-width: 450px;
    margin: 0 50px 50px 0;
}
.deskProduct{
    flex-grow: 1;
}
.cart{
    position: fixed;
    right: 0;
    background: #fff;
    height: calc(100% - 75px);
    top: 0px;
    padding-top: 80px;
    visibility: hidden;
    opacity: 0;
    max-width: 0px;
    
}
.openBasket{
    max-width: 500px;
    visibility: visible;
    opacity: 1;
}
.basketImage{
    max-width: 100px;
}
.basketImage img{
    width: 100%;
}
.title>a{
    font-size: 12px;
    text-decoration: none;
    color: #333;
    line-height: 1;
    width: 130px;
    overflow: hidden;
    display: block;
    height: 50px;
}
.basketCount .cart-plus-minus-box{
    padding: 10px;
    font-size: 14px;
}
.basketPrice sub{
    font-weight: normal;
}
.wrTotal{
    display: flex;
    margin: 28px 14px 20px 32px;
    padding: 17px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    flex-wrap: wrap;
}
.buttonZakaz {
    width: 100%;
    border-top: 1px solid  #999;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}
.editeZakaz{
    cursor: pointer;
    padding: 15px 30px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    float: right;
    border: 0;
}
.emptyBasket{
    border: 1px solid #333;
    border-radius: 15%;
}
.clouseBusket{
    position: absolute;
    padding: 10px;
    background: #ce780e;
    color: #fff;
    cursor: pointer;
    transition: all .4s;
}
.openBasket .clouseBusket{
    transform: translateX(-29px);
    border: 2px solid #fff;
}
.ferstContact{
    border: 1px solid;
    border-radius: 4px;
    padding: 12px 10px;
    width: calc(100% - 193px);
}
.wrTotal .total_count{
        margin-right: 15px;
}
.input-group-text{
    margin: 10px;
    display: inline-block;
}
.wrBasketImage{
    display: flex;
    width: 220px;
    margin: 0 0 0 20px;
}
.ms2_form .input-group{
    display: flex;
}
.ms2_form .input-group input{
    
}
.trigerList{
    display: flex;
    margin: 40px -15px;
    justify-content: space-around;
    flex-wrap: wrap;
}
.trigerListItem{
    display: flex;
    max-width: calc(100% / 5 - 30px);
    margin: 0 15px;
    align-items: center;
    min-width: 200px;
    margin-bottom: 30px;
}
.trigerListImages{
    width: 50px;
    margin: 0 2vw 0 0;
    min-width: 45px;
}
.trigerListImages img{
    width: 100%;
}
.wrinemProductIndexList{
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px 80px;
}
.call_bach__visa{
    background: #f9e13b;
    color: #333;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 14px 40px;
    border-radius: 4px;
    box-shadow: 0px 2px 10px -8px #333;
    cursor: pointer;
}
.inemProductIndexList{
    display: flex;
    position: relative;
    margin: 10px;
    max-height: 250px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 0px 14px -7px #333;
}
.inemProductIndexList:nth-child(4n+1){
    width: calc(50% - 20px);
    
}
.inemProductIndexList:not(:nth-child(4n+1)){
    width: calc(25% - 20px);
    
}
.inemProductIndexList a{
    display: block;
    width: 100%;
    color: #fff;
    overflow: hidden;
    height: 100%;
}
.indexProductName{
    font-weight: bold;
    padding: 15px 17px 14px 10px;
    margin: 0 0 5px 0;
    display: inline-block;
    backdrop-filter: blur(6px);
}
.indexProductPrice{
    font-weight: normal;
    padding: 10px 10px 13px 10px;
    margin: 0 0 5px 0;
    display: inline-block;
    align-self: flex-start;
}
.inemProductIndexList img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .4s;
}
.blockYrigerContent{
    position: absolute;
    left: 0px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
#results table{
    border: 1px solid #33333347;
    width: 100%;
    
}
#results table td{
   padding: 10px;
    text-align: left;
}
#results table tr:not(:last-child){
    border-bottom: 1px solid #33333347;
}

#results table td:not(:last-child){
    border-right: 1px solid #33333347;
}
table p{
    font-size: 16px;
}
.inemProductIndexList:hover img{
    transform: scale(1.1);
}
.wrFavoriteProduct{
    background: #f7f7f9;
    padding: 50px 0;
}
.wrInex{
        width: 100%;
}
.headerTabSlider{
    font-size: 14px;
    display: flex;
    font-weight: bold;
}
.headerTabSlider>div{
    margin: 0 20px 30px 0;
    padding-bottom: 4px;
}
.activeSlide{
    border-bottom: 2px solid;
}
.plitkaTab{
   padding: 25px;
    background: #fff;
    border: 1px solid #3333;
    width: calc(100% - 60px);
    margin: 0 auto;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}
.plitkaButton{
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    position: absolute;
    width: calc(100% - 50px);
}
.plitkaTab .bay-primary{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -21px);
    transition: all .4s;
    text-decoration: none;
}
.plitkaTab .bay-primary{
    border-radius: 2px;
    opacity: .5;
}
.plitkaTab .mw-100{
        transition: all .4s;
}
.plitkaTab:hover .mw-100{
        transform: scale(1.1);
}


.tab .owl-stage, .tab .owl-stage .owl-item{
    display: flex;
    position: relative;
}
.plitkaTab a{
    display: inline-block;
}

.tab .owl-nav{
    display: block !important;
    position: absolute;
    top: -65px;
    right: 0;
}
#looked{
    display: flex;
    margin: 0 -10px;
}
.wrLooked .owl-nav{
    display: block !important;
    position: absolute;
    top: -57px;
    right: 0;
}


.headerTabSlider .tabSlide:not(.activeSlide){
        cursor: pointer;
}
.wrFavoriteProduct .tab:not(.activeTab){
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}
.pageHeaderImage{
    width: 100%;
    margin: 0 0 60px 0;
}
.catalog{
    font-size: 14px;
}

.wrIndexServices{
    padding: 60px 0;
}
.itemServis .hech{
    position: absolute;
    top: 18px;
    font-size: 14px;
    text-decoration: none;
}
.itemServisDesk{
    font-size: 14px;
    line-height: 1.3;
    margin: 30px 0 0 0;
}
.itemServis{
    width: calc(100% - 7vw);
    max-width: 500px;
    padding: 3vw 3vw 70px 3vw;
    border: 1px solid #33333357;
    min-height: 215px;
    position: relative;
}
.itemServis .buttonLink{
    position: absolute;
    right: 3vw;
    bottom: 30px;
}
.h2{
    font-size: 22px;
    margin: 0 0 20px 0;
}
.wrIndexServices .owl-stage{
    
}
.produktBayAction {
    max-width: 450px;
}
.product_price{
    display: flex;
    font-size: 25px;
    position: relative;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.product_priceName{
    
}
.produktItemCont{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.bayClick{
    
}
.product_pricePrice{
    font-weight: bold;
    margin-left: 15px;
    position: relative;
}
.product_pricePrice .old_price{
    font-size: 14px;
    position: absolute;
    top: -13px;
    right: 2px;
}
.produktArticul{
    font-size: 12px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}
.buttonLink{
    padding: 17px 25px 17px 31px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 13px;
}
.produktItemCont .cart-plus-minus-box{
    background: #fff;
    padding: 13px 0;
    border-radius: 3px;
}
.produktItemCont .minus,.produktItemCont .plus{
    width: 40px;
    padding: 15px 0;
}
.produktItemCont .qwenty{
    width: 100px;
}
.msOptions_barnick, .product_made_in, .product_weight{
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 415px;
    margin: 7px 0;
    font-size: 14px;
}
.option_name, .product_made_in-name, .product_weight-name{
    width: 150px;
}
.deliverySeting{
    font-size: 14px;
    flex-grow: 1;
    margin-left: 30px;
    color: #333;
}
.product-card__for-buyers{
    border: #f2f2f2 1px solid;
    margin: 0 0 40px 0;
}
.for-buyers__header{
    padding: 13px 20px;
    display: flex;
    align-items: center;
    background: #33333317;
    border-radius: 3px;
}
.for-buyers__icon{
    margin-right: 20px;
}
.for-buyers__title{
    font-weight: bold;
}
.for-buyers__body{
    padding: 15px 20px 30px;
    line-height: 1.5;
}
.for-buyers__body span{
    padding: 15px 0 0 0;
    display: block;
}
.wrLooked{
    padding: 30px;
    background: #f7f7f7d4;
    margin: 60px 0 60px;
}
.mt-3 strong{
    font-weight: bold;
}
.mt-3>ul{
    line-height: 1.3;
    font-size: 14px;
    list-style: circle;
    padding: 0 0 30px 30px;
}
.looked-ms2-product{
    width: 100%;
    max-width: calc(320px - 50px);
    padding: 25px;
    background: #fff;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    border-radius: 3px;
    margin: 0 10px;
}
.looked-remove{
    position: absolute;
    right: 10px;
    top: 8px;
    border: 0;
    border-radius: 3px;
    font-size: 13px;
    width: 20px;
    height: 20px;
}
.wrLooked .polashkaImageWraper{
    max-width: 130px;
    margin: 0 20px 0px 0;
    float: left;
}
.wrLooked .ms2_form{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.btn-looked{
    margin-top: auto;
    border: 0;
    padding: 10px 13px;
    background: #ff9640;
    color: #fff;
    border-radius: 4px;
}
.wrLooked .price{
    text-align: right;
    margin-top: 20px;
}
.polashkaImageWraper{
    
}
.wrLooked .title-product a{
    font-size: 14px;
    text-decoration: none;
    color: #333;
    line-height: 1;
}
.price-int strong{
        margin: 0 0 0 5px;
}
.deskProduct .rating {
    
    margin: 0 auto 0 0;
}
.wrLooked .rating {
   
    width: 120px;
    
}
.lookedsection{
    width: calc(100% - 10vw);
    max-width: 1400px;
    padding-left: 5vw;
    padding-right: 5vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.block_headerPhpne{
    display: flex;
}
.wrProduktList__inBasket{
    overflow-y: scroll;
    height: calc(100vh - 250px);
}
.deliveries_list{
    display: flex;
    margin-bottom: 17px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.deliveries_list>.checkbox{
    width: calc(33% - 10px);
}
.form_radio {
	margin-bottom: 4px;
}
.form_radio input[type=radio] {
	display: none;
}
.form_radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 0;
	line-height: 18px;
	user-select: none;
}
.form_radio label:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 18px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: url(https://snipp.ru/img/radio-1.png) 0 0 no-repeat;
}
 
/* Checked */
.form_radio input[type=radio]:checked + label:before {
	background: url(https://snipp.ru/img/radio-2.png) 0 0 no-repeat;
}
 
/* Hover */
.form_radio label:hover:before {
	filter: brightness(120%);
}
 
/* Disabled */
.form_radio input[type=radio]:disabled + label:before {
	filter: grayscale(100%);
}
.order-detail{
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    font-size: 14px;
}
.wrClient{
    padding: 0px 30px;
}
.order-detail__title{
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}
.clienContakt{
    margin: 0 0 8px 0;
    display: block;
}
.clienContakt span{
    display: block;
    font-size: 13px;
    margin: 0 0 5px 0;
}
.clienContakt input{
    width: calc(100% - 25px);
    padding: 12px;
    border: 1px solid #333;
    border-radius: 4px;
}
#company-inn{
    display: none;
}
.touchMenu{
    padding: 20px 0 12px 20px;
    width: 60px;
    margin: 0 0 0 0;
    display: none;
    z-index: 1000;
}
.touchMenu span{
        width: 58%;
    height: 2px;
    background: #fff;
    display: block;
    margin: 0 0 8px 0;
}
.catalog>.parent>a{
    text-transform: uppercase;
    font-weight: bold !important;

}
.inner{
    margin-bottom: 20px;
}
.bgPopUp{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    z-index: 10000;
    background: #ffffffd9;
    opacity: 0;
    visibility: hidden;
    transition: .4s all;
}
.bgPopUpOpen{
    opacity: 1;
    visibility: visible;
}
.clouseMenu{
    position: fixed;
    right: 20px;
    top: 23px;
    font-size: 30px;
    font-weight: 100;
    cursor: pointer;
    display: none;
    transform: translateY(-46px);
    opacity: 0;
    transition: all .4s;
}

.input{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.input textarea{
    padding: 10px;
    border: 1px solid #333;
    min-height: 100px;
    color: #333;
}
.input input[type = text], input[type = password]{
    padding: 14px 10px;
    border: 1px solid #333;
    border-radius: 4px;
}
.input span{
    font-size: 14px;
    margin-bottom: 10px;
}
.input sub{
    color: red;
}
.footerForm{
        display: flex;
}
.footerForm span{
    font-size: 12px;
    max-width: 177px;
}
.footerForm button{
    border: 0;
    text-align: center;
    width: 200px;
    padding: 15px 30px;
    border-radius: 3px;
    color: #fff;
}
.label{
    
}
.naam input{
  text-align: center;
    width: 50px;
    padding: 7px;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
}
.naam span{
  text-align: center;
    width: 30px;
    display: inline-block;
    border: 1px solid #2039b7;
    line-height: 31px;
    border-radius: 3px;
    cursor: pointer;
}
.wr_item_content_visa_qwiz{
  margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px dotted;
}
.visa_qwiz_vopros{
  font-size: 25px;
  font-weight: bold;
  color: #2039b7;
  margin: 0 0 15px 0;
}
.label_visa_qwiz_otvet{
  margin: 0 0 15px 0;
    display: block;
}
.label_visa_qwiz_otvet>span{
  font-size: 14px;
  margin: 0 0 10px 0;
  display: block;
}
.wrPopUpContent{
    width: calc(100% - 60px);
    max-width: 320px;
    margin: 5vh auto auto;
    padding: 30px;
    background: #fff;
    position: relative;
}
.clouseMailPopUp{
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: -2px;
    font-size: 36px;
    font-weight: 100;
}
.mailClient{
    margin: 30px 0 0 0;
    padding-top: 30px;
    border-top: 1px solid #3333332e;
}
.filtrTagName{
    display: inline-block;
    line-height: 1;
    width: calc(100% - 30px);
    overflow: hidden;
    height: 16px;
    transform: translateY(3px);
}
.filtrTagName~sup{
    position: absolute;
    right: -21px;
    top: -2px;
    font-size: 12px;
}
.regOw{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background: #fffc;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}
.reg_wrap{
    position: absolute;
    width: 100%;
    max-width: 600px;
    left: 50%;
    top: 5vw;
    transform: translate(-50%, -10000px);
    background: #fff;
    padding: 30px;
    border: 2px solid #3333332e;
    display: flex;
    justify-content: space-between;
    transition: all .4s;
    border-radius: 8px;
    box-shadow: 0px 0px 22px -14px #333;
}
.reg_wrap_open{
    opacity: 1;
    visibility: visible;
}
.reg_wrap_open .reg_wrap{
    transform: translate(-92%, -100px);
} 
.aut{
    padding: 30px;
    background: #a2afc71f;
    width: calc(50% - 60px);
    border-radius: 5px;
}
.reg_wrap .h2{
    font-size: 18px;
}
.reg_wrap .footerForm button{
    width: 155px;
}
.reg .footerForm button{
   background: #33333380;
}
.reg{
    width: calc(50% - 35px);
}
.nuwPass{
        margin: 25px 0 0 0;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}
.clouselogin{
        position: absolute;
    right: 12px;
    top: 4px;
    font-size: 25px;
    cursor: pointer;
}
.indexProductName{
    background: #1616168c;
    font-size: 20px;
    text-transform: uppercase;
}
.wr_form_zapis{
    float: right;
    padding: 30px;
    background: #ffffffd1;
    backdrop-filter: blur(25px);
    max-width: 300px;
    position: relative;
    z-index: 100;
    margin: -35px 0 -110px 0;
    border-bottom: 2px solid #2a3b93;
    box-shadow: 0px 0px 24px -10px #2a3b93;
    border-radius: 4px;
}
.priem{
    font-size: 14px;
    text-align: center;
    margin: 0 0 20px 0;
}
.priem span{
    color: #213ab7;
    font-weight: bold;
    border-bottom: 1px dotted;
}
.wr_form_zapis h3{
    text-align: center;
}
.wr_form_zapis input{
    width: calc(100% - 20px);
    padding: 10px;
    margin: 0 0 20px 0;
    border: 1px solid #2039b7;
    border-radius: 4px;
}
.zapis-titole{
    font-size: 14px;
    margin: 0 0 5px 0;
    display: block;
}
.soglasie{
    font-size: 12px;
    display: flex;
}

#results p{
    
}
.checkbox-other{
    width: 23px !important;
    height: 23px;
    margin-right: 15px !important;
    -webkit-appearance: none;
	-moz-appearance: none;
    position: relative;
    border: 0 !important;
    border-radius: 0 !important;
    position: relative !important;
}
.checkbox-other:checked:after{
    background: #fff;
    content: "\2714";
    display: block;
    width: 22px;
    line-height: 22px;
    border: 2px solid #2039b7;
    height: 22px;
    text-align: center;
    margin: -12px 15px 0 -9px;
    border-radius: 3px;
    font-size: 17px;
    color: #2039b7;
}
.checkbox-other:after{
    background: #fff;
    content: "";
    display: block;
    width: 22px;
    line-height: 22px;
    border: 2px solid #2039b7;
    height: 22px;
    text-align: center;
    margin: -12px 15px 0 -9px;
    border-radius: 3px;
    font-size: 17px;
    color: #2039b7;
}
.zapis_visa{
        width: 100%;
    padding: 17px;
    border: 0;
    background: #233cb8;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 9px -3px #233cb8;
    transition: all .4s;
}
.zapis_visa:hover{
        background: #2a3b93;
}
.map{
    padding: 10px;margin: 30px 0;border: 7px solid #2039b7;
}
.wr__wrContent{
    width: 100%; max-width: calc(100% - 300px - 3vw); padding-right: 3vw;
}
.mob_zapis{
    display: none;
    background: #f9e13b;
    color: #000;
    padding: 17px 30px;
    width: 230px;
    text-align: center;
    margin: -10px 0 30px 0;
    border-radius: 4px;
    box-shadow: 0px 0px 78px -13px #ffe503;
}
.wr_form_zapis_open{
    display: block !important;
    position: fixed;
    left: 0;
    top: 34px;
    z-index: 10000;
    width: 100%;
    max-width: calc(100% - 60px);
    height: 110%;
}
.close_zapis{
    display: none;
    position: absolute;
    right: 11px;
    font-size: 30px;
    top: 4px;
    color: #233cb8;
}

.mob_zapis {
    
    position: relative; 
    overflow-x: hidden; 
}

.mob_zapis .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg); 
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear; 
}
.footer_type_visaList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -7px;
}
.footer_type_visaList .item__type-visa{
        display: block;
    flex-grow: 1;
    padding: 15px;
    border: 1px solid;
    border-radius: 4px;
    max-width: 341px;
    min-width: 180px;
    margin: 7px;
}
.item__type-visa img{
    width: 100%;
}
.header_type_visaList{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px 40px -6px;
}
.header_type_visaList .item__type-visa{
    margin: 7px;
    padding: 5px;
    border: 1px solid;
    max-width: calc(25% - 26px);
}
.wr_visaQwiz{
    padding: 40px 15px;
    border: 8px solid #2039b7;
    display: flex;
    max-width: 650px;
}
.label_visa_qwiz_otvet .input_chekbox{
  float: left;
  margin: 0 10px 0 0;
}
.visa_qwiz_title{
    font-size: 34px;
    font-weight: 800;
    margin: 0 0 30px 0;
}
.wr_pens{
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 110%;
    background: #ffffffd9;
    display: none;
}
.pens_content{
  width: 80%;
  margin: 20px auto;
  max-width: 400px;
  border: 2px solid #1b36bb;
  background: #fff;
  border-radius: 9px;
  overflow: hidden;
}
.wr_pens_image img{
  width: 100%;
}
.visa_qwiz-image{
    width: 250px;
}
.visa_qwiz-content{
    flex-grow: 1;
}
.wr_item_visa_qwiz{
  display: none;
}
.active_visa_qwiz{
  display: block;
}
.input_date{
  padding: 10px;
  border: 1px solid #333;
  border-radius: 3px;
  width: 200px;
}
.shengen__price{
    padding: 20px 30px;
    display: block;
    background: #2039b7;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin: 0 0 30px 0;
    border-radius: 4px;
}
.wr_select_country{
    display: none;
}
.next_visa_qwiz{
    box-shadow: 0px 0px 12px -3px #ff9234;
    padding: 13px 42px;
    margin: 20px 0;
    border: 0;
    background: #ff8d00;
    color: #fff;
    border-radius: 4px;
    transition: all .4s;
}
.next_visa_qwiz:hover{
    background: #ffd400;
}
.prew_visa_qwiz{
    box-shadow: 0px 0px 12px -3px #8bc34a;
    padding: 13px 42px;
    margin: 20px 0;
    border: 0;
    background: #cddc39;
    color: #fff;
    border-radius: 4px;
    transition: all .4s;
    margin-right: 39px;
}
.prew_visa_qwiz:hover{
    background: #4caf50;
}
.panel_visa_qwiz{
    display: flex;
    justify-content: space-between;
}
.wr_form_qwiz {
    border: 1px solid #393c59;
    border-radius: 4px;
    padding: 20px;
    margin: 50px 0 0 0;
}
.manager_qwiz {
    border-radius: 50%;
    background: url(https://xn----8sbah0abhgdc2dma0a.xn--p1ai/temp/image/img__qwiz/2.jpg);
    width: 90px;
    height: 90px;
    background-size: cover;
    border: 1px solid #2d304f;
    margin: -65px auto 20px;
}
.pod_step__heder {
    font-size: 14px;
    margin: 0 0 10px 4px;
}
.step__heder {
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 15px 4px;
    line-height: 1;
}
.qwiz_mes {
    display: flex;
    justify-content: space-around;
    max-width: 183px;
    margin: 0 auto;
}
.qwiz_mes span {
    width: 40px;
    height: 40px;
    display: block;
    background-size: 190px;
}
.qwiz_wa {
    background-position: -149px 39px !important;
    background: url(https://xn----8sbah0abhgdc2dma0a.xn--p1ai/temp/image/img__qwiz/mesenger.jpg);
}
.qwiz_tl {
    background-position: -73px 39px !important;
    background: url(https://xn----8sbah0abhgdc2dma0a.xn--p1ai/temp/image/img__qwiz/mesenger.jpg);
}
.qwiz_vi {
    background: url(https://xn----8sbah0abhgdc2dma0a.xn--p1ai/temp/image/img__qwiz/mesenger.jpg);
}
.qwiz_contact {
    display: none;
}
.qwiz_contact label {
    display: flex;
    align-items: center;
    position: relative;
}
.icon__mes {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url(https://xn----8sbah0abhgdc2dma0a.xn--p1ai/temp/image/img__qwiz/mesenger.jpg);
    background-size: 166px;
    position: absolute;
    left: 16px;
    top: 23px;
}
.qwiz_phone {
    padding: 10px 10px 10px 48px;
    margin: 20px 10px;
    width: calc(100% - 46px);
}
.send_formQwiz {
    box-shadow: 0px 0px 12px -3px #ff9234;
    padding: 13px 42px;
    margin: 9px auto;
    border: 0;
    background: #ff8d00;
    color: #fff;
    border-radius: 4px;
    transition: all .4s;
    display: block;
    text-align: center;
    max-width: 125px;
    font-weight: bold;
    cursor: pointer;
}
.qwiz_select_country{
    padding: 10px;
    width: 250px;
    border: 1px solid #2039b7;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0px #33333330;
}
.pens_crblrf{
    font-size: 25px;
    font-weight: bold;
    color: #1b36bb;
    text-align: center;
    padding: 35px;
    text-transform: uppercase;
}
.pens_action{
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 30px 0;
}
.close_videoViget{
  position: absolute;
  right: -22px;
  top: -7px;
  font-size: 26px;
  cursor: pointer;
}
.close_videoViget:hover{
color:red;
}
.videovidget{
  position: fixed;
  left: 30px;
  bottom: 50px;
  width: 125px;
  height: 223px;
  z-index:1000;
  border: 2px solid #2196f3;
  border-radius: 6px;
  box-shadow: 0px 0px 17px -4px #333;
}
.clouseVV{
    left: -130px;
    box-shadow: 0 0 0 0;
}
.youtube-wrap {
  position: relative;
  max-width: 800px;
  margin: 20px auto;
  border: 6px solid #BFE2FF;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}
.youtube-wrap div[youtube] {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
  cursor: pointer;
}
.youtube-wrap div[youtube]:before {
  content: "";  
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  border: 6px solid #BFE2FF;
  width: 80px;
  height: 80px;
  z-index: 3;
  box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
  position: absolute;
  top: 20px;
  left: 20px;    
/* Кнопка по центру */    
/*    
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); 
*/
  transition: 0.5s;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 24 24' stroke='%23BFE2FF' fill='%23BFE2FF' stroke-linecap='round'%3e%3cpolygon points='5 3 19 12 5 21 5 3'%3e%3c/polygon%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 60% 50%;  
}
.youtube-wrap div[youtube]:hover:before {
  background-color: rgba(0, 0, 0, 0.7);
  border: 6px solid #FFF;
}
.youtube-wrap div[youtube].show:before,
.youtube-wrap div[youtube].show:after {
  display: none;
}
.youtube-wrap div[youtube] iframe,
.youtube-wrap div[youtube] img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}    
.youtube-wrap div[youtube] img {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 50%;
}
@media screen and (max-width: 420px) {
  .youtube-wrap div[youtube]:before {
      width: 60px;
      height: 60px;
      border: 4px solid #BFE2FF;
  }
}
.naskidku{
  display: inline-block;
    padding: 21px 30px;
    background: #cddc39;
    color: #333;
    text-decoration: none;
    margin: 0 0 30px 0;
    border-radius: 4px;
    box-shadow: 0px 3px 17px -9px #8a970c;
}
.foot_button{
    position: fixed;
    bottom: -27px;
    width: 100%;
    max-width: 300px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.col-9 ol{
    padding: 30px;
}
.wraper_tourContent{
    display: flex;
    justify-content: space-between;
}
.tourContent{
    width: calc(100% - 280px);
}
.tourCallBack{
    width: 250px;
    position: relative;
}

.manager_mesage {
        display: block;
        margin: 60px 0;
        position: sticky;
        top: 100px;
    }
    .mm-head {
        display: flex;
        justify-content: flex-end;
    }
    .mm_ava {
        width: 50px;
        height: 50px;
        border-radius: 6px;
        overflow: hidden;
        box-shadow: 0px 9px 18px -6px #000000;
    }
        .mm_ava img {
        height: 100%;
        object-fit: cover;
    }
        .mm_name {
        margin: 0 15px 0 15px;
        font-weight: 600;
        color: #81b537;
    }
        .mm_body {
        margin: -27px -10px 30px -10px;
        padding: 40px 20px 20px 20px;
        background: #8faedd85;
        border-radius: 8px;
    }
        .mm_body p {
        font-size: 14px;
    }
    .t-btn {
    text-align: center;
    display: -webkit-flex;
    padding: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-bottom: 10px;
}
.t-btn.wa {
    background-color: #27d061;
}
.t-btn.tl {
    background-color: #1d98dc;
}
blockquote{
    padding: 0 0 0 30px;
    border-left: 4px solid #2196F3;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 50px;
}
blockquote p{
    font-size: 16px;
}
ol li{
    margin-bottom: 10px;
}
.tour_day_programm{
    display: none;
}
.tour_day_title{
    
}
.tour_day_title h3{
    margin: 0 !important;
}
.tour_day_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tour_day_open{
    color: #2196F3;
    font-size: 36px;
    cursor: pointer;
}
.irems_day{
    padding: 10px 10px 10px 20px;
    border: 3px solid #2196f373;
    margin-bottom: 10px;
    border-radius: 10px;
}
.tour_image{
    border-radius: 2vw;
  }
  .open_irems_day{
      border: 3px solid #2196f300 !important;
  }
  .open_irems_day .tour_day_programm{
      display: block !important;
      border-bottom: 3px solid #abd7fa;
  }
  .tour_day_programm:after{
     content:".";
     display: block;
    clear: both;
    opacity: 0;
    visibility: hidden;
  }
  #open_all{
        cursor: pointer;
        margin: 0 0 10px auto;
        display: block;
        background: #FFEB3B;
        padding: 18px 30px;
        border-radius: 4px;
        text-align: center;
        max-width: 150px;
  }
  .open_irems_day .tour_day_open{
      transform: rotate(45deg);
  }
  .open_irems_day p{
      font-size: 15px !important;
  }
  .open_irems_day .tour_day_title h3{
        font-weight: bold;
        margin: 2vw 0 2vw 0 !important;
  }
@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}
@media (max-width: 1280px) { 
    .col-4 .itemTovar{
        width: calc(33% - 10px);
    }
    .deliverySeting {
        margin-left: 0;
        display: flex;
        justify-content: space-between;
    }
    .for-buyers{
        width: 48%;
    }
    
}

@media (max-width: 1100px) { 
    #mse2_filters, .item-sitebar{
        margin: 0;
        display: none;
    }
    .col-3, .wr_form_zapis{
        display: none;
    }
    .clouseMenu, .mob_zapis, .close_zapis{
        display: block;
    }
    .visa_qwiz_title{
        text-align: center;
        font-size: 26px;
    }
    .visa_qwiz_vopros {
        font-size: 19px;
        font-weight: bold;
        color: #2039b7;
        margin: 0 0 15px 0;
    }
    .wr__wrContent{
        width: 100%; max-width: 100%; padding-right: 0vw;
    }
    .openKrest{
        transform: translateY(-4px);
        opacity: 1;
    }
    .item-sitebar{
            position: fixed;
            top: 0;
            left: 0;
            background: #fff;
            width: 100%;
            max-width: 1500px;
            z-index: 1000;
            padding: 30px 30px 26px 30px;
            height: 90vh;
            overflow-y: scroll;
    }
    .item-sitebar:after{
        content: "";
    display: block;
    width: 100%;
    height: 10vh;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    }
    .col-4 .itemTovar, .col-3 .itemTovar{
        width: calc(50% - 10px);
    }
    .nav .section{
        display: none;
    }
    .touchMenu{
        display: block;
    }
    .item-sitebar{
        display: none;
    }
    .item-content {
        width: 100%;
        padding-left: 0px !important;
    }
    .item-sitebar .h2 {
            width: calc(100% - 60px);
        }
    #mse2_mfilter .col-3{
    width: 100%;
    margin: 0;
    padding: 0;
    }
    .msearch2 .col-9 {
        flex-grow: 1;
        width: 100%;
    }
    #mse2_mfilter{
        flex-direction: column;
    }
    .catalog{
        
    }
    .nav{
        
    }
    
    
}
@media (max-width: 990px) { 
.open_maneMenu .section {
    display: block;
}
.open_maneMenu .section .maneMenu{
    flex-direction: column;
    background: #ffffffe8;
    margin: 0 -5vw;
    padding: 5vw;
}
.open_maneMenu .section .maneMenu li a{
    color: #3d7eff;
    padding-top: 0px;
    padding-bottom: 6px;
}
  .tour_image{
    margin: 14px 0 0 0 !important;
    border-radius: 3vw;
  }
  .videovidget {
    position: fixed;
    left: 14px;
    bottom: 16px;
    
}
.foot_button{
        display: block;
}
.clouseVV{
  left: -130px;
  box-shadow: 0 0 0 0;
}
    
    .inemProductIndexList:not(:nth-child(4n+1)) {
        width: calc(50% - 20px);
    }
    .wr_headerPhpne a:not(.mailto) {
    
      font-size: 17px;
     
  }
    h1{
        margin-top: 30px;
    }
    p , li{
        display: block;
        line-height: 1.2em;
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: 500;
    }
    .product_price{
        flex-wrap: wrap;
    }
    .rating{
        width: 100% !important;
    }
    .rating__best{
        right: 0;
        top: -8px;
    }
    .itemProductPage{
        flex-wrap: wrap;
    }
    .produktItemCont .qwenty{
        margin: 0 30px 0 auto;
    }
    .deliverySeting{
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
    .deskProduct{
        width: calc(50% - 50px);
    }
    .produktItemCont{
            flex-wrap: wrap;
    }
    .bayClick {
        margin: 20px 0 0 auto;
        width: 180px;
    }
    .login, .map, .visa_qwiz-image{
        display: none;
    }
    .call_bach__visa {
        background: #f9e13b;
        color: #333;
        display: block;
        text-align: center;
        font-size: 10px;
        padding: 9px 25px;
        border-radius: 4px;
        box-shadow: 0px 2px 10px -8px #333;
        cursor: pointer;
    }
    h2, .h2 {
        display: block;
        font-size: 1.3em;
        margin-bottom: 1em;
        font-weight: bold;
    }
    .wr_poisk, .breadcrumb{
        order:1;
        display: none !important;
    }
    .wr_poisk form{
        display: none
    }
    .aside {
        width: 100%;
        max-width: 700px;
        padding-right: 0px;
        
    }
    .maneContent{
        flex-direction: column-reverse;
    }
    .FooterManeMenu, .logoTille{
        display: none
    }
    .FooterColl{
        flex-direction: column;
    }
    .FooterColl>div{
        width: 100%;
    }
}

@media (max-width: 700px) { 
    .wraper_tourContent {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .tourContent {
        width: 100%;
    }
    .tourCallBack {
        width: 100%;
        position: relative;
        margin: 0 auto;
        max-width: 300px;
    }
    .inemProductIndexList:not(:nth-child(4n+1)), .inemProductIndexList:nth-child(4n+1) {
        width: 100%;
    }
    .for-buyers{
        width: 100%;
    }
    .deliverySeting{
            flex-wrap: wrap;
    }
    .galleryProduct {
        width: 100%;
        max-width: 800px;
        margin: 0 0 50px 0;
    }
    .FooterColl div:first-child{
        order:1;
    }
    .FooterColl>div{
        margin-top: 35px;
    }
    .plitka{
        margin: 5px auto;
    }
    h1{
        font-size: 22px;
    }
    .col-9 h3{
        font-size: 16px;
    }
    .col-4 .itemTovar, .col-3 .itemTovar{
        width: calc(100% + 10px);
        padding: 5px;
        margin: 5px 0;
    }
    .itemTovar{
            display: flex;
    }
    .descriptionTover, .nalichie, .wrActionTovar{
            display: none;
    }
    .wrImagesTovar{
        width: 120px;
        margin-right: 13px;
        margin-bottom: 0;
    }
    .titleTover{
        margin-bottom: 5px;
        height: 24px;
        overflow: hidden;
    text-overflow: ellipsis;
    }
    .itemTovarPrice{
        font-size: 12px;
        font-weight: bold;
        
    }
    .itemTovarBayMobail{
                display: inline-block;
                font-size: 12px;
                background: #f98a35;
                float: right;
                margin: 15px 0 0 0;
                padding: 8px 30px;
                color: #fff;
                border-radius: 3px;
                text-transform: uppercase;
    }
    .rating__best{
        left: 50%;
        transform: translateX(-50%);
        top: -16px;
    }
    .produktItemCont .qwenty{
            margin: 0;
    }
    .bayClick{
        margin: 28px auto 0;
    width: 100%;
    }
    .produktBayAction {
        max-width: 800px;
        margin: 0 auto;
    }
    
}

@media (max-width: 500px) { 
    .bottomFooter{
        flex-direction: column-reverse;
    }
    .mob_zapis{
        margin-left: auto;
        margin-right: auto;
    }
     .product_price{
        flex-wrap: wrap;
        justify-content: center;
    }
    .product_price .rating{
        width: 100%;
    }
    .bottomFooter span{
        margin-top: 20px;
    }
    .wr_headerPhpne{
        display: none;
    }
    .headerTitle{
        font-size: 25px;
        text-align: center;
    }
    .headerTitle:after{
        margin: 35px auto;
    }
    .headerPostTile{
        font-size: 18px;
        text-align: center;
    }
    .footerAdress{
           width: calc(100% - 30px); 
    }
    .FooterColl{
        overflow: hidden;
    }
    .headerTabSlider{
        flex-direction: column;
    }
    .itemServis{
        padding-top: 44px;
        padding-bottom: 100px;
    }
    .item-sitebar {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: calc(100% - 20px);
        max-width: 1500px;
        z-index: 1000;
        padding: 10px 10px 26px 10px;
        height: 90vh;
        overflow-y: scroll;
    }
}

