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;
}
.b24-widget-button-wrapper.b24-widget-button-position-bottom-right{bottom:100px;
                                                                  right:25px}
                                                                  .item-content img{max-width:100%;}
                                                                  
#lb_button-wrapper{bottom:20px!important;}   
.pergflex{display:flex;
         flex-wrap:wrap;
         gap:15px;
         justify-content:center;
         margin-bottom:20px;}
         
.pergflex.p300{margin-bottom:40px;}  
.pergflex.p300 img{width:330px;
    max-width:100%;
}
.pergflex div{text-align:center;
             font-size:12px;
             font-weight:600;}

/* 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;
}

ol, 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;
}


.item-content ul, .mane  ul, .maneContent ul {
    list-style: disc;
    margin-left: 20px;
    line-height: 1.4em;
    margin-bottom: 2em;
}
.item-sitebar ul, .breadcrumb.section {list-style: none; line-height: initial; margin-bottom: auto;}


/**
 * 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;
}

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

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

h3, .h3
{
    display: block;
    font-size: 1.3em;
    margin-bottom: 1.0em;
}

h4, .h4
{
    display: block;
    font-size: 1.1em;
    margin-bottom: 1.0em;
}

p
{
    display: block;
    line-height: 1.4em;
    margin-bottom: 2.0em;
}

.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: 90px 0 75px 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: 23px 20px;
    border-radius: 4px;
    margin-right: 30px;
    background: #c3ff6c;
    border-bottom: 1px solid #3b9b4673;
    font-weight: 300;
    max-width: 300px;
}

.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: 25px;
        padding-bottom: 25px;
        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;
    z-index: 10;
}

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: #fff;
    top: 0;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1000;
}

.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: #00000059;
}

.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%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    max-width: 140px;
}

.logo img
{
   width: 100%;
}
.zamer{
        display: flex;
    justify-content: space-between;
}
.zamer input{
    padding: 10px;
    border: 1px solid;
    border-radius: 4px;
    margin: 0 20px 0 0;
    flex-grow: 1;
}
.zamer button{
    padding: 19px 35px;
    text-align: center;
    display: flex;
    background: #b8cd26;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    margin: -5px 30px 0px -11px;
    cursor: pointer;
    box-shadow: 0px 3px 14px -4px #b8cd26;
    border: 0;
}
.logoTille
{
    padding-left: 15px;
    border-left: 2px solid #b8cd26;
    line-height: 1;
    display: flex;
    align-items: center;
    margin: 3px 0 3px 0;
    transform: translateY(0px);
    font-size: 15px;
    min-width: 260px;
    
}
.wr_poisk button:after{
    content:"";
}
.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: #333;
}

.headerTitle
{
    font-size: 33px;
    font-weight: bold;
    color: #b8cd26;
    position: relative;
    padding-top: 45px;
	line-height: 1.15;
}

.header_doptitle{
	margin: -15px 0 17px;
	font-size: 19px;
	font-weight: bold;
	color: red;
}

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

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

.maneMenu
{
    display: flex;
    
}

.maneMenu a
{
    color: #fff;
    font-weight: 500;
    padding-right: 20px;
    padding-top: 28px;
    padding-bottom: 25px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all .4s;
}
.katalog-link{
    padding-left: 20px;
    margin-right: 30px;
}
.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;
}

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


.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;
    
}
.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;
}
.city{
    float: left;
    font-size: 14px;
    margin: 5px 10px 0 0;
    color: #ed1a24;
}
.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: flex-end;
    justify-content: center;
    font-size: 13px;
    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;
        max-width: 100vw;
}
.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 0 0 3vw;
    float: right;
    max-width: 350px;
    margin-left: auto;
    margin-top: 3px;
    transform: translateY(1px);
}
.call-back{
        padding: 19px 35px;
    text-align: center;
    display: flex;
    background: #ed1a24;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    margin: -5px 30px 0px -11px;
    cursor: pointer;
    box-shadow: 0px 3px 14px -4px #ed1a24ab;
}
.poisk{
    position: relative;
}
.msMiniCart, .login, .wr_headerPhpne{
    margin-top: 3px;
}
.wr_poisk input{
    padding: 19px 43px 19px 50px;
    font-size: 13px;
    width: calc(100% - 92px);
    border-radius: 2px;
    color: #333;
    border: 0;
}
.wr_poisk button{
    position: absolute;
    left: 1px;
    top: 3px;
    height: calc(100% - 6px);
    color: #fff;
    border: 0;
    padding: 0 14px;
    font-size: 13px;
    border-radius: 3px;
    background: #fff;
}
.katalog-link span{
    display: inline-block;
    margin: 0px 10px 0 15px;
    transform: translateY(-1px);
    
}
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{
    color: #b8cd26;
}
.active-item-catalog a{
     color: #b8cd26 !important;
}
.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;
}
.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;
    justify-content: space-between;
}
.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%;
}
#scroll_top{
    position: fixed;
    bottom: -21px;
    left: 5vw;
    
    color: #333;
    text-decoration: none;
    transition: all .4s;
}
#scroll_top.scroll_top_sticky{
    bottom: 21px !important;
}
.produktList__name{
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    margin: 10px 0 5px 0;
    width: 100%;
    font-weight: bold;
    height: 40px;
}
.produktList__desc{
    font-size: 13px;
    max-height: 41px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    margin-top: auto;
    height: 30px;
}
.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;
}
.gotovo{
    color: red;
}
.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{
   
    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;
    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: #000;
    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: 1px solid rgb(165 165 165);
    border-radius: 15%;
    color:rgb(165 165 165);
}
.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{
    margin: 0 20px 0 0;
    max-width: 60px;
    border: 1px solid #b8cd26;
    border-radius: 4px;
    overflow: hidden;
}
.basketImage img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.title>a{
        font-size: 13px;
    text-decoration: none;
    color: #333;
    line-height: 1;
    width: 140px;
    overflow: hidden;
    display: block;
    height: 50px;
    font-weight: bold;
}
.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 rgb(165 165 165);
    border-radius: 15%;
    color: rgb(165 165 165);
}
.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;
}
.inemProductIndexList{
    display: flex;
    position: relative;
    margin: 10px;
    max-height: 320px;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0px 1px 41px -4px #accc6791;
}
.indexProductTitle{
    
}
.v-hidden {
    position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;

}
.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: 10px 10px 13px 10px;
    margin: 0 0 5px 0;
    display: inline-block;
}
.indexProductPrice{
    font-weight: bold;
    padding: 10px 25px;
    margin: 0 0 3px 0;
    display: inline-block;
    align-self: flex-start;
    border-radius: 50px;
    color: #fff;
}
.arroow{
    background: #ed1a24;
    width: 40px;
    height: 40px;
    line-height: 53px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    bottom: 28px;
    right: 30px;
}
.arroow:hover{
   box-shadow: 0px 0px 25px -6px #ed1a24;
}
.serviseIndexList {
    display: flex;
    flex-wrap: wrap;
}
.serviseIndexList4{
    display: flex;
    width: calc(75% - 5px);
    margin: 0 5px 0 0;
    flex-wrap: wrap;
}

.serviseIndexList4>div{
    margin: 5px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.serviseIndexList img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.serviseIndexList-Litl{
    width: calc(33% - 10px);
}
.serviseIndexList-big{
    width: calc(66% - 10px);
}
.inemProductIndexList img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .4s;
}
/* .indexProductArrow{
    position: absolute;
    bottom: -80px;
} */

    .indexProductArrow svg g path {
    fill: #fff;
}

.blockYrigerContent{
position: absolute;
  left: 30px;
  top: 30px;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.24);
  padding: 15px 20px;
  border-radius: 10px;
  width: 210px;
  height: 76%;
  backdrop-filter: blur(4px);
}
.indexProductTitle{
    color: #fff;
    font-size: 23px;
    margin-bottom: 30px;
    font-weight: bold;
}
.indexProductTitle2{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}
.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;
}
.parent>a{
      margin-top: 0px;
}
.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;
    margin-bottom: 40px !important;

}

.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;
    justify-content: center;
}
.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: center;
    margin-top: 20px;
    margin-bottom: 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 {
    margin: 12px auto 0;
    width: 130px;
}
.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 - 155px);
}
.goOrder{
    display: block;
    padding: 14px 40px;
    background: #ed1a24;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    margin: 15px auto 0;
    text-align: center;
    max-width: 149px;
}
.deliveries_list{
    display: flex;
    margin-bottom: 17px;
    flex-wrap: wrap;
    justify-content: space-between;
}
#msOrder {
    flex-direction: column !important;
}
#msOrder>.row{
    float: left;
    width: 100%;
}
#msOrder input, #msOrder #comment{
    padding: 14px 10px;
    border: 1px solid #333;
    border-radius: 4px;
    margin: 10px 0;
}
#msOrder input[type=text], #msOrder #comment{
    width: 90%;
    max-width: 400px;
}
#msOrder .form-group{
    /* margin-bottom: 30px; */
}
#msOrder h4{
    font-weight: bold;
}
.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;
}
.callback{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    z-index: 10000;
    background: #ffffffd9;
    opacity: 0;
    visibility: hidden;
    transition: .4s all;
}
.clousecallbackPopUp{
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: -2px;
    font-size: 36px;
    font-weight: 100;
    color: var( --accent-color, #333);
}
.maneMenu li:first-child a:hover{
    color:#fff;
}
.fillial{
    font-size: 14px;
    margin: 0 0 15px 0;
}
.fillialKontakt{
        margin: 5px 0 0 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 auto;
    display: none;
    z-index: 1000;
}
.touchMenu span{
        width: 58%;
    height: 2px;
    background: #fff;
    display: block;
    margin: 0 0 8px 0;
}
.catalog>.parent>a, .catalog>.level1>a{
    font-weight: bold !important;
    font-size: 16px;
    line-height: 1;

}
.inner{
    margin-bottom: 20px !important;
    display: none;
}
.active-item-catalog .inner{
    display: block;
}
.parent_podmenu{
    position: absolute;
    left: -14px;
    font-size: 20px;
    cursor: pointer;
    color: #b8cd26;
}
.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{
    
}
.wrPopUpContent{
    width: calc(100% - 60px);
    max-width: 320px;
    margin: 10vh 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;
}
.link{
    padding: 21px 60px;
    text-align: center;
    display: inline-block;
    background: #ed1a24;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    margin: 0px 0px 30px 0px;
    cursor: pointer;
    box-shadow: 0px 3px 14px -4px #ed1a24ab;
    text-decoration: none;
}
.madein{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0;
    line-height: 1.3;
    flex-wrap: wrap;
}
.indexLinckTistle{
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    background: #b8cd26;
    padding: 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.indexLinckTistle span{
        text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
.serviseIndexList{
    display: flex;
    flex-wrap: wrap;
}
.serviseIndexList1 {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin: 5px 0 5px -5px;
    width: calc(25% - 10px );
}
.indexLinckTistle a{
    color: #fff;
    text-decoration: none;
}
.madein-city{
    display: flex;
    
    margin-bottom: 30px;
}
.madein-city span{
    margin: 0 8px 0 0;
}
.madein-title{
        font-weight: bold;
    margin-bottom: 30px;
}
.reg_wrap_open{
    opacity: 1;
    visibility: visible;
}
.reg_wrap_open .reg_wrap{
    transform: translate(-50%, 0px);
} 
.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;
}
nav .section{
    display: flex;
    align-items: center;
}
.itemProduktList{
    display: flex;justify-content: space-between;
        padding: 20px 20px 0;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    margin-bottom: 40px;
}
.mainImage{
    max-width: 220px;
    height: auto;
    width: 100%;
    padding: 5px;
    border: #b8cd26 1px solid;
}
.wrGalary, .writemaction{
    width: 250px;
}
.price{
    display: block;
    width: 200px;
}
.introtext{
    display: block;
    width: 200px;
        margin-bottom: 30px;
}
.wr_productListBTN{
    width: 250px;
}
.produktlist-bay{
    width: 201px;
    display: block;
    margin: 0 0 0 20px;
}
.writemContent{
        margin: 0 60px 0 23px;
    width: calc(100% - 520px);
}
.status{
        font-size: 12px;
    color: #b8cd26;
    margin: 0 0 30px;
}
.option_data{
        font-size: 13px;
    margin: 0 0 6px 0;
}
.writemContent a{
        font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
}
.writemaction select{
        width: 100%;
    border: 1px solid #c5c5c5;
    padding: 10px;
    border-radius: 3px;
}
.selectSize{
    font-weight: bold;
    margin: 0 0 7px 0;
    font-size: 12px;
}
.item_produkt_list_image{
    width: 100%;
    max-width: 160px;
    display: block;
}
.polashkaImageWraper2{
        width: 100%;
    max-width: 180px;
    margin-right: 20px;
        float: left;
}
.plashka3{
    margin: 0 0 45px 0;
    border-bottom: 1px solid #33333321;
    padding-bottom: 40px;
    width: 48%;
}
.plashkaContentWraper2{
    width: calc(100% - 220px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.plashkaPrice2{
    margin: 0px 0 10px;
}
.speedOrder{
    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;
}

.clouse-speedOrder {
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: -2px;
    font-size: 36px;
    font-weight: 100;
    color: var( --accent-color, #333);
}
.introtext2{
       display: block;
    width: 200px;
    margin-bottom: 24px;
    font-size: 14px;
}
.b-form{border:2px solid #b8cd26;;margin-bottom:20px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}
.b-form form{margin:0}
.b-form_popup{margin:0;border:0;background:url(/f/i/form.png) 20px top repeat-x;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}
.b-form_popup .form-group{margin-bottom:20px}
.b-form_popup .form-group-input,.b-form_popup .form-group{text-align:left}
.b-form_popup .form-group-input{margin-left:-20px}
.b-form_popup .form-group-input .form-group{float:left;margin-left:20px;width:280px}
.b-form_popup .form-group input,.b-form_popup .form-group textarea{width:100%}
.b-form__wrap{background:url(/f/i/form.png) 23px bottom repeat-x;padding:23px 30px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}
.b-form__body{padding:23px 20px 10px}
.b-form__title{font-size:30px;line-height:36px;font-family:'myriad-pro','PT Sans',Helvetica,Arial,sans-serif;font-weight:700;margin-bottom:25px}
.b-form__text{font-size: 20px;line-height: 26px;margin-bottom: 30px;}
.b-form__success .b-form__title{color:#68ae0e}
.b-form__submit{text-align:center;padding:15px 0;background:#f1f4f5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.b-form_popup .b-form__submit{background:none;padding:0}
.b-form__submit input{margin:0}
.b-form__column-form{float:right;width:438px}
.b-form__column-item{float:left;width:438px}
.b-form__column-form .b-form__group{width:410px}
.b-form__column-form .b-form__group select{    width: 410px;
    padding: 10px;}
.b-form__group{margin-bottom:25px}
.b-form__group-label{margin-bottom:15px;font-weight:bold}
.b-form__group-input{margin-bottom:20px}
.b-form__group-left{float:left}
.b-form__group-right{float:right}
.b-form .b-form-checkbox,.b-form .b-form-radio{zoom:1;margin:0 0 4px}
.b-form__complete{text-align:center;padding:50px 0;font-size:22px;background:#f1f4f5}
.b-form-checkbox,.b-form-radio{position:relative;display:block}
.b-form-checkbox input,.b-form-radio input{position:absolute!important;left:-9999px}
.b-form-checkbox label,.b-form-radio label{font-size:14px;padding:0 0 0 15px;display:block;position:relative;cursor:pointer;margin:0;line-height:16px!important}
.b-form-checkbox label.readonly,.b-form-checkbox label.disabled,.b-form-radio label.readonly,.b-form-radio label.disabled{cursor:default;color:#b3b3b3}
.b-form-checkbox .i,.b-form-radio .i{width:10px;height:10px;display:block;overflow:hidden;background:url(/assets/images/icons.png) -9999px -9999px no-repeat;position:absolute;left:0;top:3px;cursor:pointer}
.b-form-checkbox .i{background-position:0 -547px}
.b-form-radio .i{background-position:0 -537px}
.b-form-checkbox label.checked .i{background-position:-10px -547px}
.b-form-radio label.checked .i{background-position:-10px -537px}
.b-form-checkbox label.readonly .i,.b-form-checkbox label.disabled .i,.b-form-radio label.readonly .i,.b-form-radio label.disabled .i{-moz-opacity:.5; opacity:.5; filter:alpha(opacity=50)}
.form-title{text-align:left;margin-top:25px;font-size:16px}
.chosen-single{
    font-size:14px;
}
.b-order-polog{position:relative;width:438px;height:360px}
.b-order-polog__bg{position:absolute;left:98px;top:75px;width:185px;height:186px;background:url(/assets/images/polog.png) 0 0 no-repeat}
.b-order-polog__width{position:absolute;left:98px;top:10px;padding-left:53px}
.b-order-polog__width:before{content:"";display:block;position:absolute;left:0px;bottom:5px;width:185px;height:19px;background:url(/assets/images/polog.png) 0 -186px no-repeat}
.b-order-polog__field_active.b-order-polog__width:before{background-position:0 -205px}
.b-order-polog__height{position:absolute;left:0;top:75px;padding-top:53px}
.b-order-polog__height:before{content:"";display:block;position:absolute;right:-2px;top:0;width:19px;height:186px;background:url(/assets/images/polog.png) -185px 0 no-repeat}
.b-order-polog__field_active.b-order-polog__height:before{background-position:-204px 0}
.b-order-polog__binding{position:absolute;left:98px;top:289px}
.b-order-polog__binding select{width:185px}
.b-order-polog__binding:before{content:"";display:block;position:absolute;left:11px;top:-38px;width:2px;height:33px;font-size:0;background:url(/assets/images/polog.png) -266px 0 no-repeat}
.b-order-polog__step{position:absolute;left:323px;top:58px}
.b-order-polog__step:before{content:"";display:block;position:absolute;left:-53px;top:10px;width:43px;height:79px;font-size:0;background:url(/assets/images/polog.png) -223px 0 no-repeat}
.b-order-polog__border{position:absolute;left:323px;top:227px}
.b-order-polog__border label:before{content:"";display:block;position:absolute;left:-83px;top:-9px;width:73px;height:43px;font-size:0;background:url(/assets/images/polog.png) 0 -224px no-repeat}
.b-order-polog__border label.checked:before{background-position:-73px -224px}
.b-order-polog__field-label{margin-bottom:5px;font-weight:bold;position:relative;font-size: 13px;}
.b-order-polog__field input{    position: relative;
    max-width: 60px;
    text-align: center;}
.b-order-polog__step .b-order-polog__field-label,.b-order-polog__step label{margin-bottom:2px!important}

.b-order-polog__border label:before {
    content: "";
    display: block;
    position: absolute;
    left: -83px;
    top: -9px;
    width: 73px;
    height: 43px;
    font-size: 0;
    background: url(/assets/images/polog.png) 0 -224px no-repeat;
}
.clear:before, .clear:after, .b-container:before, .b-container:after {
    display: table;
    line-height: 0;
    content: "";
}
.clear{
        display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.inv{
    display: none;
}
.privacy{
        margin: 30px auto;
    font-size: 13px;
    max-width: 400px;
}
.b-form__submit .btn{
    padding: 20px 50px;
    border: 0;
    color: #fff;
    background: #ed1a24;
    border-radius: 4px;
    box-shadow: 0px 2px 19px -8px #ed1a24;
    margin-top: 30px;
}
#pologquantity{
        padding: 10px;
    width: 44px;
}
.input-medium{
        padding: 10px;
    width: 400px;
}
.index_outerClass{
    display: flex;
    flex-wrap: wrap;
    
}
.index_levelClass1{
    width: calc(25% - 41px);
    padding: 20px;
    border: 1px solid #dedede7d;
    font-size: 14px;
    margin: -1px 0 0 -1px;
    min-height: 170px;
    display: flex;
    transition: all .4s;
    flex-grow: 1;
    min-width: 300px;
}
.winList{
    width: 100%;
    max-width: 150px;
    text-align: center;
    font-size: 13px;
}
.widwin{
    position: relative;
}
.widwin img:not(#win){
position: absolute;
width: 390px;
top: -5px;
left: 5px;
display: none;

}
.windowsCalcWrap{
    width: 100%;
}
.winList img{
    width: 100%;
    border: 2px solid #fff;
    cursor: pointer;
}
.type__win img{
    border: 2px solid #b8cd26;
}
.win_wid{
    width: 41%;
display: flex;
}
#win{
    width: 100%;
    position: relative !important;
    top: 0 !important;
left: 0 !important;
}
.windowsSize{
display: flex;
margin: 0 40px 30px 40px;
justify-content: space-between;
}
.krepwin{
    justify-content: space-around;
margin: 0 40px 30px 40px;
display: flex;
flex-wrap: wrap;
}
.krepwin h4{
     width: 100%;
    display: block;
}
.showDetail{
    display: block !important;
}
.krepwin label{
  width: calc(49% - 3px);
display: block;
float: left;
margin: 5px 0;
}
.krepwin select{
    width: 100%;
    margin-top: -14px;
    display: block;
    padding: 0px;
    background: #fff;
    border: 2px solid #b8cd26;
    border-radius: 4px;
}
.windoesBorder{
    background: #3e2318;
width: 400px;
height: 235px;
/*position: absolute;*/
}
.windoesBorder span{
    background: #BAEDF5;
    position: absolute;
    width: calc(100% - 75px);
    height: calc(100% - 70px);
    left: 37px;
    top: 27px;
}
.windowsCalcWrap{
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.wrPar input{
    border: none;
}
.wrPar input[type=text] {
  border: none;
  width: calc(100% - 10px);
}
.small__input,.small__input_qwe {
    width: 65px;
    border-radius: 3px;
    position: relative;
}
.small__input:before{
   content: "мм";
    position: absolute;
    right: 5px;
    top: 9px;
}
.small__input_qwe:before{
   content: "руб";
    position: absolute;
    right: 5px;
    top: 9px;
}
.small__input_qwenty{
    width: 55px;
    border-radius: 3px;
    text-align: center;
    margin: 0 30px 0 0;
}
.wr__sizeWindows .wrPar{
        margin-right: 25px;
}
.small__input i, .small__input_qwenty i{
    position: absolute;
    right: -25px;
    top: 10px;
    color: #b8cd26;
    cursor: pointer;
    opacity: 0;
}
.small__input input:focus ~ i, .small__input_qwenty input:focus ~ i{
    opacity: 1;
}
.wrPar select{
    height: 37px;
margin-right: 0px;
}
.wrPar{
    margin-bottom: 20px;
    font-size: 14px;
}


.windowsCalcWrap .icon-trash{
    color: #ed1a24;
    font-size: 21px;
    cursor: pointer;
    margin: 23px 0 0 0;
    opacity: 0;
    display: inline-block;
}
.wrPar span, .wrPar select{
    border: 2px solid #b8cd26;
    padding: 7px;
    display: block;
    background: #fff;
    margin-top: 5px;
}
.winCalcFooter{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.formWin input{
    border: 2px solid #333;
    padding: 14px;
    margin: 0 30px 0 0;
    border-radius: 4px;
    width: 200px;
}
.formWin button{
    border: 0;
    background: #fff500;
    padding: 16px 30px;
    border-radius: 4px;
    box-shadow: 0px 0px 13px -4px #aaa52d;
}
.namberWindows{
    font-size: 30px;
font-weight: bold;
margin: 0 0 20px 5px;
}
.windowsCalcHeader a{
    color: red;
text-decoration: none;
border: 2px solid;
padding: 4px 10px;
border-radius: 3px;
margin-right: 15px;
}
.addWin{
    float: right;
    padding: 19px 35px;
text-align: center;
display: flex;
background: #b8cd26;
color: #fff;
border-radius: 4px;
font-size: 14px;
margin: -5px 30px 0px -11px;
cursor: pointer;
box-shadow: 0px 3px 14px -4px #b8cd26;
border: 0;
}
.input-dimension{
border: 2px solid #b8cd26;

padding: 7px 20px 7px 7px;
margin: 10px 0 0 0;
width: 140px;
border-radius: 4px;
}
.calc-func__img-size{
    position: relative;
width: 48%;
}
.calc-func__img-size span{
 position: absolute;
left: 145px;
top: 36px;
}
.inemWin{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.winParametr{
    flex-grow: 1;
    max-width: calc(100% - 450px);
}
.winPlenka{
    width: 100%;
display: block;
padding: 10px;
background: #fff;
border: 1px solid #333;
border-radius: 4px;
}
.winParWrap{
    margin-bottom: 20px;
}

.winColor{
    font-size: 12px;
width: 30%;
margin-right: 2%;
float: left;
margin-bottom: 5px;
height: 20px;
border: 1px solid #fff;
cursor: pointer;
min-width: 110px;
}

.winColor:hover{border: 1px solid #b8cd26;}
.winColor__yes{
    border: 1px solid #b8cd26;
}
.winColor span{
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    height: 19px;
    border: 1px solid #bcbcbc;
    margin: 0 10px 0 0;
    cursor: pointer;
}
.rem{
    border: 2px solid #b8cd26;
padding: 7px 20px 7px 7px;
margin: 10px 0 0 0;
width: 140px;
border-radius: 4px;
}
.winParWrap:after{
    content: ".";
display: block;
width: 100%;
clear: both;
visibility: hidden;
}
.index_outerClass a{
    color: #333;
    text-decoration: none;
    line-height: 22px;
}
.index_rowClass figure{
    width: 30%;
    margin: 0 30px 0 0;
}
.index_rowClass figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left top;
}
.index_outerClass a:hover{
    color: #ed1a24;
}
.index_levelClass1:hover{
    border: 1px solid #c9d95e;
    position: relative;
    z-index: 10;
    box-shadow: 0px 0px 34px -14px #749949;
}
.win__krep{
    height: 47px;
    overflow: hidden;
    margin: 19px 20px 0 0;
      margin-top: 19px;
    width: 57px;
    padding: 0 !important;
}
.win__krep img{
    width: 100%;
height: 100%;
object-fit: cover;
}
.wr__sizeWindows{
    display: flex;
    flex-wrap: wrap;
    min-width: 120px;
}
.poliWindows__action{
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1550px) { 
    .ms2_form{
        flex-direction: column;
        display: flex;
    }
    .plashka3 {
        width: 32%;
    }
    .plashkaContentWraper2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 30px 0 0 0;
    }
    .item_produkt_list_image {
        width: 100%;
        max-width: 1000px;
        display: block;
    }
    .polashkaImageWraper2 {
        width: 100%;
        max-width: 1000px;
        margin-right: 20px;
        float: left;
    }
}
@media (max-width: 1280px) { 
    .serviseIndexList-Litl, .serviseIndexList-big {
        width: calc(50% - 10px);
    }
   .serviseIndexList1>div>a{
         display: block;
        width: 100%;
        height: 100%;
        position: absolute;
   }
   .serviseIndexList4 {
        width: calc(70% - 5px);
    }
    .serviseIndexList1 {
        width: calc(31% - 10px );
    }
    .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;
    }
    .clouseMenu{
        display: block;
    }
    .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 .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{
        max-width: 70%;
    }
    .nav{
        
    }
    
 .nav .section ul{
                display:block;
                height: auto;
                }
.touchMenu{z-index:6;
          position:relative;}
.nav .section{background:#b8cd26;position: absolute;z-index: 5;
             top:100%;}
.nav.new_nav li{margin-bottom:10px;}
.nav.new_nav a{display:block;
               margin:0;
              padding:10px;}  
}
@media (max-width: 990px) { 
    .leftPositionSiteBar {
        flex-direction: column;
        padding-top: 50px;
    }
    .win_wid, .winParametr{
        display: none;
    }
    .windowsCalcWrap{
        flex-direction: column;
    }
    .poliWindows__action{
        flex-direction: column;
        justify-content: center;
    }
    .wr__sizeWindows{
        justify-content: space-between;
         margin-bottom: 20px;
    }
    .windowsCalcWrap .wrPar{
        margin-top: 20px;
    }
    .wrPar select {
        height: 37px;
        margin-right: 0;
    }
    .formWin input {
        border: 2px solid #333;
        padding: 14px;
        margin: 0 30px 0 0;
        border-radius: 4px;
        width: calc(100% - 30px);
        margin-bottom: 30px;
}
    .addWin{
        float: none;
        padding: 19px 35px;
        text-align: center;
        display: block;
        background: #b8cd26;
        color: #fff;
        border-radius: 4px;
        font-size: 14px;
        cursor: pointer;
        box-shadow: 0px 3px 14px -4px #b8cd26;
        border: 0;
        margin: 0 0 30px 0;
    }
    .item-content {
        width: 100%;
    }
    .item-content {
        width: 100%;
        padding-left: 0px !important;
    }
    #msOrder>.row {
        float: left;
        width: 100%;
    }
    #msOrder input[type=text], #msOrder #comment {
        width: calc(100% - 21px);
        max-width: 400px;
    }
    .b-order-polog{
        display: flex;
        flex-direction: column;
    }
    .b-order-polog__width, .b-order-polog__height, .b-order-polog__binding, .b-order-polog__step, .b-order-polog__border {
        position: relative;
        left: 0;
        top: 0;
        padding-left: 0;
        width: 100%;
    }
    .b-order-polog__width:before, .b-order-polog__bg, .b-order-polog__border, .b-order-polog__step:before, .b-order-polog__step:before, .b-order-polog__height:before , .b-order-polog__binding:before {
        display: none;
    }
    .b-form__column-item, .b-order-polog {
        width: 100%;
    }
    .input-mini{
        width: calc(100% - 25px);
        max-width: 1000px !important;
        text-align: left !important;
        padding: 10px;
    }
    .b-order-polog__height {
        margin-bottom: 16px;
        padding-top: 12px;
    }
    .b-order-polog__binding select {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
    }
    .b-order-polog__field b-order-polog__step{
        
    }
    .b-form__column-form .b-form__group {
        width: 100%;
    }
    .b-form__group-left {
        float: none;
    }
    .input-medium {
        padding: 10px;
        width: calc(100% - 20px);
    }
    .b-form__column-form .b-form__group select {
        width: calc(100% - 5px);
        padding: 10px;
    }
.b-form__column-form {
        float: none;
        width: 100%;
        padding: 40px 0;
    }
    .itemProduktList {
        flex-direction: column;
    }
    .wrGalary, .writemaction {
        width: 100%;
        margin-bottom: 30px;
    }
    .writemContent {
        margin: 0 0px 20px 0px;
        width: 100%;
    }
    .option_data {
        display: none;
    }
    .status {
       margin: 0 0 0px;
    }
    .wrProdukt {
        padding-top: 20px;
    }
    .wrPopUpContent {
        width: calc(90% - 60px);
        
    }
    .clear {
        flex-direction: column-reverse;
    }
    .serviseIndexList4 {
        width: 100%;
    }
    .serviseIndexList1 {
        width: calc(100% - 15px);
        margin: 5px 5px 5px 5px;
    }
    .serviseIndexList-Litl, .serviseIndexList-big {
        width: calc(100% - 0px);
    }
    .indexLinckTistle {
        position: relative;
    }
    .serviseIndexList-Litl>a, .serviseIndexList-big>a, .serviseIndexList1>div>a>img{
        display: none;
    }
    .inemProductIndexList:not(:nth-child(4n+1)) {
        width: calc(50% - 20px);
    }
    .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;
    }
    
    
    .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) { 
    .calcContent{
        max-width:100%!important;
    }
    .indexProductArrow {
        position: absolute;
        bottom: -49px;
    }
    header {
        /*background-image: none !important;*/
        background-size: auto 100% !important;
        background-position: center 110px !important;
        
    }
    header:before {
        background: #000;
        content: "";
        opacity: 0.5;
        position: absolute;
        z-index: 1;
        top: 137px; left: 0; right: 0; bottom: 0;
        width: 100%;
        height: calc(100% - 137px);
    }
    header>.section{
        position: relative;z-index: 2;
    }
     header .link{
             margin: 0 auto 30px auto;
            display: block;
            max-width: 100px;
     }
     .headerPostTile {
        color:#fff;
     }
    .plashka3 {
        width: 90%;
    }
    .madein-title {
   
        display: block;
        width: 100%;
    }
    .inemProductIndexList:not(:nth-child(4n+1)), .inemProductIndexList:nth-child(4n+1) {
        width: 100%;
        min-height: 300px;
    }
    .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;
    }
    
     .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;
    }
}

/*cart_order*/
.cart_order .goOrder {display: none;}
.cart_order .wrProduktList__inBasket {  height: auto; overflow-y: unset; }
/*cart_order*/


.adressTM_print{
  font-size: 11px;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 20px 0;
  border-bottom: 3px solid #333;
  padding-bottom: 20px;
  display: none;
}
.adressTM_print div{
    margin: 0 20px 20px 0;
}
.neaferta_TM{
    display: none;
}
.header_print{
   display: none;
   margin: 0 0 40px 0;
}
.header_print span{
  margin: 0 0 -10px 0;
  display: block;
  font-size: 23px;
  line-height: 1;
  font-weight: 600;
}
.suty_kp_TM{
    display: inline-block !important;
  font-size: 16px !important;
  font-weight: normal !important;
}
.wr_print_TM{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 -9px 0;
    visibility: hidden;
}
.wr_print_TM span{
    cursor: pointer;
    font-weight: bold;
}
.wr_print_TM img{
    width: 40px;
    margin: 0 38px 0 20px;
    cursor: pointer;
}
.po-plpshady{
    padding: 10px 45px;
    line-height: 27px;
    background: #f07d45;
    margin: 0 0 3px 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    border-radius: 8px;
}
.wr_po-plpshady{
    padding: 0px;
    display: flex;
    align-items: flex-end;
}
.calk_plos{
        font-size: 12px;
        text-transform: uppercase;
        background: #ff7800;
        float: right;
        cursor: pointer;
        padding: 5px 10px;
        color: #fff;
        border-radius: 5px;
        margin: -26px 0 0 0;
        transition: all .4s;
}
    .calk_plos:hover{
        background: #ffa24f;
    }
.usloviya{
    margin: 20px 0;
    color: red;
    max-width: 390px;
}
.dilOrder{
      border: 0;
      background: #3330;
      margin: 10px 00 0;
      font-weight: bold;
}
#titleForm{
    text-align: center;
    color: #2f2f2f;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1;
    margin: 0 0 30px 0;
}
.label_form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    width: calc(100% - 40px);
    position: relative;
}
.label_form span{

}
.label_form input{
    font-size: 14px;
    text-align: right;
    background: #3330;
    border: 0;
    width: 130px;
    margin: 0 0 0 auto;
}
.izmer{
   position: absolute;
  right: -31px;
  width: 30px;
}
.soglasTM{
    margin: 20px 0;
}
.soglasTM span{
    font-size: 11px;
    font-weight: 300;
    color: #333;
}
.wr_callBack_TM{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 110vh;
    background: #333333a6;
    backdrop-filter: blur(4px);
    display: none;
}
.content_callBack_TM{
    background: #ffffffb5;
    max-width: 350px;
    margin: 10vh auto;
    border-radius: 4px;
    position: relative;
    border: 1px solid #e6e6e6;
}
.content_callBack_TM form{
    display: flex;
    flex-direction: column;
    padding: 30px;
}
.input_form{
   display: flex;
   flex-direction: column;
}
.input_form span{
   font-size: 17px;
   color: #333;
   font-weight: 300;
   margin: 10px 0 3px 0;
}
.input_form input{
   padding: 15px;
   border: 3px solid #0f9db5;
   border-radius: 7px;
   width: calc(100% - 36px);
}
.clouse_callBack_TM{
    position: absolute;
    right: 10px;
    top: -1px;
    font-size: 30px;
    color: #333;
    cursor: pointer;
}
.sendCallBackTM{
  background: #09bae3;
  padding: 18px;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  margin: 10px 0 0 0;
  cursor: pointer;
  border-radius: 5px;
}
    body{
        margin: 0;
        font-family: 'Roboto', sans-serif;
    }
    .calcTermonat{
        max-width: 980px;
        margin: 0 auto;
        padding: 30px;
        background: #3333330a;
        display: flex;
    }
    .paramBord{
        display: flex;
        margin: 0 -5px;
    }
    .paramBord_wrInput{
        display: flex;
        position: relative;
    }
    .paramBord_wrInput span{
        position: absolute;
        font-size: 8px;
        padding: 1px 7px;
        background: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 30px;
        border: 1px solid #575757;
        color: #5e5e5e;
        left: 9px;
    }
    .paramBord_wrInput input{
        width: calc(100% / 5 - 20px);
        padding: 7px 10px;
        display: block;
        flex-grow: 1;
        margin: 5px;
        border: 1px solid #333;
        border-radius: 4px;
    }
    .paramBord_wrInput select{
        width: 200px;
        padding: 7px 10px;
        display: block;
        flex-grow: 1;
        margin: 5px;
        border: 1px solid #333;
        border-radius: 4px;
    }
    .paramTermomat{
        max-width: 500px;
          margin: 0 40px 13px -5px;
          padding: 15px;
          background: #ffffffab;
          border-radius: 4px;
    }
    .paramTitle{
        font-size: 20px;
        margin: 0 0 10px auto;
    }
    .wr_raschetTermomat{
      display: flex;
      margin: 0 40px 0 -5px;
      justify-content: space-between;
      
    }
    .arenda_calcTermomatt, .swle_calcTermomatt{
        max-width: calc(48% - 30px);
        padding: 15px;
        background: #ffffffab;
        border-radius: 4px;
        flex-grow: 1;
        display: flex;
          flex-direction: column;
    }
    .titleServisTermomat{
          font-size: 20px;
          margin: 0 0 10px 0;
          font-weight: 600;
          color: #313468;
          line-height: 1;
    }
    .termomat_raschet{
      list-style: none !important;
      padding: 0;
      font-size: 12px;
      margin-top: auto;
      margin-bottom: 0 !important;
      margin-left: 0 !important;
    }
    .termomat_raschet li{
        display: flex;
        justify-content: space-between;
    }
    .termomat_raschet_li{
        flex-grow: 1;
         text-align: right;
         padding: 0 5px;
         position: relative;
         display: flex;
        justify-content: flex-end;
    }
    .termomat_raschet_li:before{
        content: "";
        flex-grow: 1;
        display: block;
        border-bottom: 1px dotted #333;
        margin: 0 5px 3px 0;
    }
    .termomat_param_diliv{
        list-style: none;
        font-size: 12px;
        padding: 0 0 0 0px;
        color: #646464;
    }
    .calcBord{
        max-width: 500px;
    }
    .totalRent, .totalsale{
        font-weight: 600;
        text-align: right;
        margin: 15px 0;
    }
    .open_formOrderTermomat{
        text-align: center;
        display: block;
        background: #9d9d9d;
        color: #fff;
        text-transform: uppercase;
        padding: 15px 20px;
        cursor: none;
        border-radius: 4px;
        font-size: 14px;
    }
    .wr_video_termomatt{
        width: 100%;
        margin: 40px 0;
    }
    .calcContent{
        flex-grow: 1;
        max-width: calc(100% - 500px);
    }
    .calcContent h2{
        margin: 0 0 20px 0;
        color: #313468;
    }
    .video {  
    	margin-bottom: 20px;
    }
    .video-wrp {
    	position: relative;
    	padding-top: 56.25%;
    }
    .video-wrp iframe {
    	width: 100%;
    	height: 100%;
    	display: block;
    	position: absolute;
    	margin: 0;
    	top: 0;
    	left: 0;
    	border: none;
    }
    .calcContent_header{
        display: flex;
        justify-content: space-between;
    }
    .termomat_cons{
        background: #47c103;
        text-align: center;
        padding: 20px 30px;
        color: #fff;
        border-radius: 4px;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 14px;
        box-shadow: 0px 2px 11px -4px #333;
    }
    .show-div{
        opacity: 0;
    }
    .show_button_formOrder{
        cursor: pointer;
        background: #ff7800;
    }
    .show_button_sale{
       cursor: pointer;
       background: #00c3ff;
    }
    .noactyve{
        border: 2px solid #0d39e3 !important;
    }
    .wr_callBack_TM_show{
        display: block;
    }
    :focus {
        outline-style: none;
        outline-width: 0px !important;
        outline-color: none !important;
    }
    .podsvetka{
        font-weight: 500;
        color: red;
    }
    .block_action{
        opacity: .3;
        position: relative;
    }
    .block_action:before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .wraper_produkt{
        display: flex;
          flex-wrap: wrap;
          margin: 0 0 60px 0;
    }
   
    
    @media (max-width: 1000px) {
    	.paramBord, .wr_raschetTermomat{
    	    flex-direction: column;
    	}
    	.paramBord_wrInput select{
    	    max-width: 100% !important;
    	    padding: 20px 10px;
    	}
    	.arenda_calcTermomatt, .swle_calcTermomatt{
    	    max-width: 100%;
    	}
    	.paramTermomat, .wr_raschetTermomat {
            max-width: 100%;
            margin: 0 0 10px 0;
        }
        .calcTermonat{
            flex-direction: column-reverse;
        }
        .calcBord{
            margin: 0 auto;
            width: 100%;
        }
        .paramBord_wrInput input {
            padding: 20px 10px;
        }
        .calcContent_header{
            display: none;
        }
        .content_callBack_TM {
          margin: 0vh auto;
          height: 100%;
        }
        .wr_po-plpshady {
          align-items: flex-start;
          flex-direction: column;
        }
        .input_form input {
          padding: 15px;
          border: 3px solid #0f9db5;
          border-radius: 7px;
          width: calc(100% - 20px);
          margin: 10px 0 10px 0;
        }
        .po-plpshady {
          padding: 10px 45px;
          line-height: 27px;
          background: #f07d45;
          margin: 0 0 0px 3px;
          text-transform: uppercase;
          font-size: 12px;
          color: #fff;
          cursor: pointer;
          border-radius: 8px;
        }
    }
    @page {
        	margin: 10mm 10mm 10mm 20mm;
        }
    @media print {
    	.wr_print_TM, .calk_plos, .calcContent, .formaProdaja, .formaArenda, .hide_print_TM{
    	    display: none;
    	}
    	.wr_raschetTermomat{
    	    flex-direction: row;
    	}
    	html, body{
    		height: 297mm;
    		width: 210mm;
    	}
    	
        .calcTermonat {
          background: #fff;
        }
         .paramBord_wrInput select {
            padding: 5px 10px;
            background: #fff;
            -moz-appearance: none;
            -webkit-appearance: none;
          }
          .paramBord_wrInput input {
            padding: 5px 10px;
          }
        .noactyve {
          border: 1px solid #393939 !important;
        }
        .header_print{
           display: block;
        }
        .block_action{
            opacity: 0;
        }
        .neaferta_TM{
            display: block;
            font-size: 14px;
        }

    }


.row,.row *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.row{margin-right:-15px;margin-left:-15px}.row:after,.row:before{display:table;content:" "}.row:after{clear:both}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}
@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}}
@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}}
@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}}


.ubl_grey{background: #f7f9fe;}
.ubl_grey_marg{margin:0 0 70px;}
.ubl1{padding:60px 0;position: relative;}
.ubl1_text{position: relative;z-index: 2;}
.ubl1_img{position: absolute;z-index: 1;right:0;top:-80px;}
.ubl_wrap{width: calc(100% - 10vw);max-width: 1400px;padding-left: 5vw;padding-right: 5vw;margin-left: auto;margin-right: auto;position: relative;}
.ubl1_text_t{font-weight: 700;font-size: 32px;line-height: 125%;margin:0 0 10px;}
.ubl1_text_p{font-size: 16px;line-height: 150%;margin:0 0 20px;font-weight:300;}
.ubl1_text_soc{margin: 0 0 28px;}
.ubl1_text_soc .header_socmedia {margin: 0;}

.ubl_clear{width:100%;}
.ubl_title{font-weight: 700;font-size: 32px;line-height: 125%;text-align: center;color: #000;margin:0 0 50px;}
.ubl2{margin:0 0 50px;}
.ubl2_item{border-radius: 10px;box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.05);background: #fff;margin:0 0 30px;}
.ubl2_item_c{padding:30px;}
.ubl2_item_i img{border-radius: 10px 10px 0 0;width:100%;}
.ubl2_item_t{margin:0 0 20px;font-weight: 700;font-size: 20px;line-height: 110%;text-transform: uppercase;}
.ubl2_item_p ul{margin-bottom:0;}
.ubl2_item_p li{line-height: 170%;font-weight:300;}
.ubl_text img{border-radius:40px;}
.ubl3{margin:0 0 110px;}
.ubl4_item_i{margin:0 0 20px;position:relative;text-align: center;}
.ubl4_item_y{margin:0 0 20px;}
.ubl4_item_y iframe{height:260px !important;}
.ubl4_item_i img{border-radius: 50%;}
.ubl4_item_i:before{content:'';position: absolute;left:50%;top:50%;width:100px;height:100px;display:block;z-index: 2;
background: url('../i/img/play.svg') center center no-repeat;margin:-50px 0 0 -50px;}
.ubl4_item_t{font-size: 21px;font-weight:300;line-height: 136%;text-align: center;}
.ubl5{padding:80px 0 60px;}
.ubl5_item{border-radius: 10px;/*box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.05);*/background: #fff;padding:40px;}
.ubl5_text{font-size: 14px;line-height: 157%;}
.ubl5_info{display: table;margin:0 0 20px;}
.ubl5_info_l,.ubl5_info_r{display: table-cell;vertical-align: middle;}
.ubl5_info_l img{border-radius: 50%}
.ubl5_info_l{padding:0 20px 0 0}
.ubl5_info_name{font-weight: 700;font-size: 20px;margin:0 0 8px;}
.ubl5_info_more{font-size:13px;}
.ubl5_info_more2{padding:0 5px;}
.ubl5_info_more3 a{color:#000;}
.ubl5_info_more3 a:hover{text-decoration: none;}
.ubl6_wrap{padding:240px 0 205px;background: url('../i/img/ubl6_wrap.jpg') 50px 50% no-repeat;}
.ubl6_text{width:50%;}
.ubl6_text_t{font-weight: 700;font-size: 36px;line-height: 144%;margin:0 0 30px;}
.ubl6_text_p{font-weight:500;font-size: 26px;line-height: 123%;padding:0 0 0 100px;background: url('../i/img/ubl6_text_p.svg') left center no-repeat;}
.ubl6_wrap{position: relative;}
.ubl6_text{position: relative;z-index: 2;}
.ubl6_img{position: absolute;right:0;top:90px;z-index: 1;}
.br{height:30px;}
.header_socmedia{margin: 0 0 40px;width: 320px;}
.right_whatsapp,.right_telegram{border-radius: 5px;cursor: pointer;padding: 0 10px 0 50px;line-height: 40px;color: #FFF;
    font-weight: bold;display: block;text-decoration: none;font-size: 16px}
.right_whatsapp{background: #00d45e url('../i/img/right_whatsapp.svg') 20px 50% no-repeat;}
.right_whatsapp:hover,.right_whatsapp:focus {background-color: #0fbb5b;color:#fff;}
.right_telegram{background: #28a7e8 url('../i/img/right_telegram.webp') 20px 50% no-repeat;}
.right_telegram:hover,.right_telegram:focus {background-color: #198eca;color:#fff;}
.top_yzw{position:absolute;right:30px;top:80px;width:50%;}
.top_yzw_item{background:#fff;padding:10px;}
.top_yzw_item img{max-width:100%;}
.top_yzw_item_p{font-size: 15px;text-align: center;padding: 0 0 5px;}

.ubl1_form input[type=text]{border-radius: 6px;width:100%;background: #ebf2f9;border:0;height:70px;font-weight:300;text-indent: 25px;font-size: 15px}
.ubl1_form input[type=submit]{background: linear-gradient(180deg, #67d449 0%, #51b036 100%);border:0;color:#fff;border-radius: 6px;
width:100%;font-weight: 600;font-size: 12px;line-height: 167%;text-transform: uppercase;text-align: center;height:70px;padding:0 30px;white-space: normal;}
.ubl1_form input[type=submit]:hover{background: linear-gradient(180deg, #51b036 0%, #67d449 100%);}

.uni-owl-carousel .owl-nav{position: absolute;top:50%;width:100%;}
.uni-owl-carousel .owl-prev,.uni-owl-carousel .owl-next{width:100px;height:100px;position: absolute;margin-top:-50px;font-size:0;}
.uni-owl-carousel .owl-prev{left:-50px;background: url('../i/img/owl-nav.webp') left top no-repeat;}
.uni-owl-carousel .owl-prev:hover{background: url('../i/img/owl-nav.webp') left bottom no-repeat;}
.uni-owl-carousel .owl-next{right:-50px;background: url('../i/img/owl-nav.webp') right top no-repeat;}
.uni-owl-carousel .owl-next:hover{background: url('../i/img/owl-nav.webp') right bottom no-repeat;}
.uni-owl-carousel .owl-dots{bottom:40px;text-align:center;position: relative;}
.uni-owl-carousel .owl-dot{display: inline-block;background:#fff;border:1px solid #fff;height:19px;width:19px;margin:0 6px;border-radius: 50%}
.uni-owl-carousel .owl-dot.active{background:none;}
.uni-owl-carousel2.uni-owl-carousel .owl-prev,.uni-owl-carousel2.uni-owl-carousel .owl-next{position: relative;left:auto;right:auto;margin:0;display: inline-block;margin:0 10px ;}
.uni-owl-carousel2.uni-owl-carousel .owl-nav{position: relative;text-align: center;top:0;margin:60px 0;}
.ubl5_text .owl-carousel .owl-item img{width: auto;display: inline;}

/*new rules*/
#lb_button-wrapper, #lb_widget-wrapper .lb-button__wrapper {z-index: 998 !important;}
.cart.openBasket {z-index: 999; max-height: 100vh; bottom: 0;}
.goOrder {    position: absolute;
    bottom: 4vh;
    left: 0;
    right: 0;}
@media (max-width: 1199px) {
    .ubl1_text_t{font-size: 29px;}
    .ubl1_img {top: -20px;width: 55%;}
    .ubl1_img img{max-width:100%}
    .ubl_title {font-size: 28px;}
    .ubl2_item_c {padding: 20px;}
    .ubl2_item_p li{font-size: 13px;}
    .ubl6_text_t{font-size: 32px;line-height: 134%;margin: 0 0 20px;}
    .ubl6_text_p {font-size: 21px;}
    .ubl6_img {width: 50%;}
    .ubl6_img img{max-width:100%;}
    .ubl6_wrap {background-size: 35%;padding: 160px 0 125px;}
    .ubl6_img{top:35px;}
	.top_yzw{display:none;}
}

@media (max-width: 991px) {
    .ubl1_text_t {font-size: 25px;}
    .ubl1_text_p {font-size: 15px;width: 50%;margin: 0 0 20px;}
    .ubl1_form input[type=text] {font-size: 14px;}
    .ubl1_form input[type=submit] {font-size: 11px;}
    .ubl_grey_marg {margin: 0 0 50px;}
    .ubl_title {font-size: 25px;margin: 0 0 30px;}
    .ubl2_item_t {font-size: 19px;}
    .ubl2_item_c {padding: 16px;}
    .ubl2_item_t {margin: 0 0 10px;}
    .ubl2_item_p li {font-size: 15px;}
    .ubl2 {margin: 0 0 30px;}
    .ubl3 {margin: 0 0 50px;}
    .uni-owl-carousel .owl-next {right: -25px;}
    .uni-owl-carousel .owl-prev {left: -25px;}
    .uni-owl-carousel .owl-prev, .uni-owl-carousel .owl-next {width: 50px;height: 50px;background-size: 100px;margin-top: -32px;}
    .uni-owl-carousel .owl-prev:hover, .uni-owl-carousel .owl-next:hover{background-size: 100px;}
    .uni-owl-carousel2.uni-owl-carousel .owl-nav{margin: 20px 0 40px;}
    .ubl5 {padding: 50px 0 10px;}
    .ubl5_item {padding: 25px;}
    .ubl5_info_more1{display: block;}
    .ubl5_info_more2 {padding: 0;}
    .ubl5_info_name {font-size:18px;}
    .ubl6_text_t {font-size: 22px;}
    .ubl6_text_p {font-size: 18px;padding: 0 0 0 50px;background-position: -35px 50%;}
}
@media (max-width: 767px) {
    .ubl1_img {display:none;}
    .ubl1 {padding: 30px 0;}
    .ubl1_text_t {font-size: 23px;}
    .ubl1_text_p {font-size: 16px;width: auto;}
    .ubl1_form input[type=text] {margin: 0 0 15px;height: 45px;}
    .ubl1_form input[type=submit] {height: 45px;}
    .ubl_grey_marg {margin: 0 0 30px;}
    .ubl_title {font-size: 24px;margin: 0 0 25px;}
    .ubl2 {margin: 0 0 10px;}
    .uni-owl-carousel .owl-dot {height: 14px;width: 14px;}
    .uni-owl-carousel .owl-dots {bottom: 30px;}
    .ubl3 {margin: 0 0 20px;}
    .uni-owl-carousel .owl-next {right: 5px;}
    .uni-owl-carousel .owl-prev {left: 5px;}
    .ubl5 {padding: 30px 0 1px;}
    .ubl6_img {position: relative; right: auto;top: auto;width: auto;margin: 0;line-height: 125%;padding: 20px 20px 0;}
    .ubl6_wrap {padding: 30px 0;background: none;}
    .ubl6_text {width: auto;margin: 0 0 10px;line-height: 125%;}
    .ubl_grey {background: #a8c0ff;}
	.header_doptitle{color: #b8cd26;text-align: center;}
}


.container__inner {
    max-width: 1170px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}
.column-col-1,
.column-col-2,
.column-col-3,
.column-col-4,
.column-col-5,
.column-col-6,
.column-col-7,
.column-col-8,
.column-col-9,
.column-col-10,
.column-col-11,
.column-col-12 {
    width: 100%;
}
.column-col-1 {
  max-width: 8.333333%;
}

.column-col-2 {
  max-width: 16.666667%;
}

.column-col-3 {
  max-width: 25%;
}

.column-col-4 {
  max-width: 33.333333%;
}

.column-col-5 {
  max-width: 41.666667%;
}

.column-col-6 {
  max-width: 50%;
}

.column-col-7 {
  max-width: 58.333333%;
}

.column-col-8 {
  max-width: 66.666667%;
}

.column-col-9 {
  max-width: 75%;
}

.column-col-10 {
  max-width: 83.333333%;
}

.column-col-11 {
  max-width: 91.666667%;
}

.column-col-12 {
  max-width: 100%;
}

#contacts {
    padding: 23px 0;
    margin-top:-90px;
}
#contacts .column-col-9 .right {
    padding-left: 68px;
}

/* Page header START */
.page__header {
    margin-bottom: 64px;
}
.page__header h1 {
    font-size: 36px;
    line-height: 42px;
    margin: 0;
    padding: 0;
}
.heading__title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #4F4F4F;
    margin-bottom: 34px;
}
/* Page header END */

.contacts__block .box:not(:last-child) {
    margin-bottom: 23px;
}
.contacts__block .box .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #4F4F4F;
    margin-bottom: 14px;
}
.contacts__block .box .contact__field {
    position: relative;
    align-content: center;
}
.contacts__block .box .contact__field {
    background: #FBFBFB;
    border-radius: 5px;
    padding: 15px 15px 15px 46px;
}

.contacts__block .box .contact__field .icon {
    display: block;
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
}
.contacts__block .box .contact__field .icon svg {
    width: 100%;
    height: auto;
}
.contacts__block .box .contact__field p,
.contacts__block .box .contact__field a {
    margin: 0;
    font-weight: 300;
    color: #4F4F4F;
    text-decoration: none;
}
.contacts__block .box .contact__field li {
    position: relative;
    padding-left: 50px;
}
.contacts__block .box .contact__field li:not(:last-child) {
    margin-bottom: 10px;
}
.contacts__block .contact__field.phones  {
    padding: 15px 15px 15px 0;
}
.contacts__block .social {
    gap: 8px;
    margin-top: 23px;
}
.contacts__block .social svg path {
    transition: all 0.3s ease-in-out;
}
.contacts__block .social li > a:hover path {
    fill: #B8CD26;
}

.yandex-map__container {
    height: 263px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.rf-form {
    background: #B8CD26;
    padding: 24px 30px 28px;
    border-radius: 0 0 5px 5px;
    color: #fff;
    margin:0!important;
}
.rf-form .title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.rf-form .fieldbox {
    width: 100%;
    max-width: 234px;
}
.rf-form .fieldbox input {
    font-family: 'Roboto', sans-serif;
    height: 37px;
    padding: 0 17px;
    background: #fff;
    border-radius: 3px;
    font-size: 16px;
    border: none;
    font-weight: 300;
    box-sizing: border-box;
    width: 100%;
}
.rf-form .fieldbox input::placeholder {
    opacity: 1;
    color: #A3A1A1;
}
.fields__row {
    gap: 11px;
    margin-bottom: 20px;
}
.rf-form  button {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    background: #ED1A24;
    border-radius: 3px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding: 0 20px;
    height: 37px;
    max-width: 234px;
}
.rf-form  button:hover {
    border-color: #fff;
    background: #fff;
    color: #4F4F4F;
}
.rf-form .secend {
    gap: 20px;
}
.rf-form .secend p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.rf-form .social {
    gap: 9px;
}
.rf-form .social svg path {
    transition: all 0.3s ease-in-out;
}

.rf-form .social li > a:hover path {
    fill: #4F4F4F;
}

.sdek__box {
    padding-top: 47px;
}
.sdek__box .right {
    padding-left: 30px;
}
.sdek-map__box {
    width: 100%;
    height: 437px;
    border-radius: 5px;
    overflow: hidden;
}
.sdek-map__box img {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.sdek__box .right .title {
    font-size: 16px;
    font-weight: 600;
    color: #4F4F4F;
    margin-bottom: 15px;
}
.sdek__box .right ul li {
    position: relative;
    padding-left: 14px;
}
.sdek__box .right ul li:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    width: 3px;
    height: 3px;
    background:#4F4F4F;
    border-radius: 50%;
}
.sdek__box .right ul li:not(:last-child) {
    margin-bottom: 18px;
}
.sdek__box .right ul li p {
    margin: 0 0 20px;
}
.sdek__box .right ul li p,
.sdek__box .right ul li > span a {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    color: #4F4F4F;
}
.sdek__box .right ul li > span {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: #4F4F4F;
}
.sdek__box .right ul li > span a {
    text-decoration: underline;
    text-underline-position: under;
}
.bottom-row {
    padding-top: 55px;
}
.item-box strong {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
}
.item-box .rekvizit:not(:last-child) {
    margin-bottom: 30px;
}
.item-box p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin: 0;
    color: #4F4F4F;
}
.item-box .rekvizit p:not(:first-child) {
    margin: 0 0 15px;
}
.show-all {
    display: flex;
    background: none;
    border: none;
    color: #ED1A24;
}
.show-all {
    text-decoration: underline;
}
.show-all .icon {
    position: relative;
    display: inline-block;
    height: 19px;
    width: 19px;
    margin-left: 7px;    
}
.show-all .icon svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 13px;
    height: auto;
}
.show-all .icon svg path {
    fill: #ED1A24;
}
.show-all.active .icon {
    transform: rotate(-180deg);
}
.faq .title {
    font-size: 24px;
    font-weight: 600;
    color: #4F4F4F;
    line-height: 28px;
    margin-bottom: 23px;
}
.column-col-6:nth-child(1) .item-box {
    padding-right: 30px;
}
.column-col-6:nth-child(2) .item-box {
    padding-left: 30px;
}
.faq__wrapper:not(:last-child) {
    margin-bottom: 23px;
}
.faq__wrapper details {
    background: #FBFBFB;
    padding: 21px 28px;
    border-radius: 5px;
}
.faq__wrapper summary {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: #4F4F4F;
}
.faq__wrapper summary::before {
    color: #4F4F4F;
    content: " + ";
  font-size: 32px;  
}
.faq__wrapper details[open] > summary::before {
  content: " - ";
  font-size: 38px;
}
.faq__wrapper .result {
    margin-top: 20px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 30;
    color: #4F4F4F;
}
.rf-form.bottom {
    border-radius: 5px;
    margin-top: 13px;
}
.rf-form.bottom .fieldbox {
    max-width: 100%;
    margin-bottom: 20px;
}
.rf-form.bottom .fieldbox input {
    display: block;
    
}

.rf-form.bottom button {
    max-width: 100%;
}
.rf-form.bottom .social {
    margin-top: 23px;
}

@media screen and (max-width:1199px) {
    .container__inner {
        padding: 0 40px;
    }
    #contacts .column-col-9 .right {
        padding-left: 30px;
    }
    .contacts__block .box .contact__field p, .contacts__block .box .contact__field a,
    .sdek__box .right ul li p, .sdek__box .right ul li > span a,
    .item-box p {
        font-size: 14px;
        line-height: 17px;
    }
}

@media screen and (max-width:992px) {
    .flex-row.first .column-col-3,
    .flex-row.first .column-col-9 {
        max-width: 100%;
    }
    #contacts .column-col-9 .right {
        padding: 23px 0 0;
    }
    
    .sdek-map__box{
        margin-bottom:40px;
    }
    .rf-form .fieldbox {
        max-width: 29.6%;
    }
    .sdek__box .column-col-8,
    .sdek__box .column-col-4 {
        max-width: 50%;
    }
    
    #contacts {
        margin-top:0;
    }
}

@media screen and (max-width:767px) {
    .sdek__box .column-col-8,
    .sdek__box .column-col-4 {
        max-width: 100%;
    }
    .sdek__box .right {
        padding-left: 0;
    }
    .bottom-row .column-col-6 {
        max-width: 100%;
    }
    .show-all {
        margin: 0 auto 40px;
    }
    .column-col-6:nth-child(1) .item-box {
        padding-right: 0;
    }
    .column-col-6:nth-child(2) .item-box {
        padding-left: 0;
    }
}

@media screen and (max-width:526px) {
    .container__inner {
        padding: 0 20px;
    }
    .rf-form .fieldbox {
        max-width: 100%;
    }
    .rf-form .secend p {
        font-size: 15px;
        line-height: 19px;
        margin: 0 0 20px;
    }
    .rf-form .secend {
        gap: 0;
    }
    .page__header {
        margin-bottom: 35px;
    }
    .page__header h1 {
        font-size: 27px;
        line-height: 31px;
    }
    
    .rf-form .title {
        text-align: center;
    }
    .heading__title,
    .faq .title {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }
    .faq__wrapper details {
        padding: 12px 20px;
    }
    .faq__wrapper summary::before {
        font-size: 25px;
    }
    .faq__wrapper details[open] > summary::before {
        font-size: 30px;
    }

}
.d_button{display:inline-flex;
         align-items:center;
         background:red;
         color:#fff;
         text-decoration:none;
         border-radius:8px;
         padding:5px 20px;
         font-size:14px;
         transition:0.3s ease;
    margin-bottom:5px;
}
.d_button:hover{opacity:0.8;
               transition:0.3s ease;}
.d_button img{margin-left:10px;}

.nwslist>div{
            border:1px solid #ddd;
            margin-bottom:20px;
            padding:20px;
            box-sizing:border-box;
            border-radius:4px;
overflow:hidden;}

.nwslist>div h2 a{
    text-decoration:none;
    color: #000!important;
       transition:0.3s ease;
}
.nwslist>div h2 a:hover{color:#b8cd26!important;
                          transition:0.3s ease;}
.nwslist>div h2{border-bottom:2px dashed #b8cd26;
               padding-bottom:10px;}
.nwsitem p{color:#333;}
.podr{float:right;
     cursor: pointer;
    padding: 15px 20px;
    text-align: center;
    width: 200px;
    font-size: 16px;
    background: #b8cd27;
    border-radius: 4px;
      text-decoration:none;
      color:#000;
      text-transform:uppercase;
      transition:0.3s ease;
}
.podr:hover{
    color:#fff;
    box-shadow: 0px 2px 16px -5px #5c850d;
     transition:0.3s ease;
}

.topc_flx{display:flex;}
@media(max-width:1400px){
    .topc_flx{flex-direction:column;}
}
@media(max-width:1190px){
    .topc_flx{display:none;}
}
@media(max-width:1100px){
    .logoTille{display:none;}
}
@media(max-width:580px){
    .wr_headerPhpne a:not(.mailto) {
    font-size: 18px;}
    
   .nwsitem h2,  .nwsitem .h2 {
    font-size: 1.3em;}
}

/* END */