

/* Start:/local/templates/main_home/sib-product.css?15717167275248*/
.partnership-page
{
    padding-top: 50px;
}
.partnership-page .tabs__item_small
{
    display: block;
    font-size: 11px;
    font-weight: normal;
    padding-top: 3px;
    
}

.partnership-page .tabs__item
{
    margin-right: 106px;
    padding-bottom: 35px;
    cursor: pointer;
    font-size: 18px;
}

.partnership-page .tabs--centered
{
    margin-bottom: 50px;
}

.partnership-page .partnership-page-text-framed
{
        border: 3px solid #55504a;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 55px;
    margin-bottom: 55px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 930px;
}

.partnership-page .partnership-page-text-heading-1
{
    color:#55504a;
    text-transform: uppercase;
    font-family: "Bitter";
    font-size: 24px;
    font-style: italic;
}

.partnership-page .partnership-page-text-heading-2
{
    font-family: "Bitter";
    font-size: 24px;
    font-style: italic;
    color:#55504a;
    padding-top: 15px;
    padding-bottom: 15px;
}

.partnership-page .partnership-page-text-text
{
    font-size: 14px;
}

.partnership-page-slide-inner
{
    padding-top: 35px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: rgba(255, 255, 255, 0.85);
    height: 390px;
}

.partnership-page-slide-inner-title
{
    text-align: center;
    font-size: 22px;
    font-family: "Bitter";
    margin-bottom: 30px;
}

.partnership-page-slide-inner-text
{
    position: relative;
    margin: 0 auto;
    width: 655px;
}

.partnership-page-slide-inner-text-footer
{
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    margin-top:30px;
}

.partnership-page-slide-inner-text ul
{
    list-style-type: disc;
    font-size: 15px;
}
.partnership-page-slide-inner-text ul li
{
    
    margin-bottom: 20px;
}

.partnership-page-slider
{
    
    margin-bottom: 40px;
}

.partnership-page-slide
{
    padding-top: 45px;
    height: 475px;
    background-position: center;
    background-repeat: no-repeat;
}
.slider-wrap
{
    max-width: 955px;
    margin: 0 auto;
    padding: 0 15px;
}


.bottom_get_offer {
    cursor: pointer;
    position: relative;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 50px;
    width: 500px;
    background-color: #00a551;
    border-color: #00a551;
    color: #fff;
    transition: 0.2s color, 0.2s background-color;
    min-width: 218px;
    padding: 10px 16px;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    font-family: "Roboto";
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    
}

.bottom_get_offer:hover {
    background-color: transparent;
    color: #00a551;
    outline-width: 0;
}

.partnership__title
{
    text-align: center;
    font-family: "Bitter";
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 0em;
}

.catalog_intro_list
{
    width: 100%;
    text-align: center;
    
    margin-top: 45px;
    margin-bottom: 40px;
}

.catalog_intro_list_item
{
    display: inline-block;
    vertical-align: top;
    width: 32%;
    
}

.catalog_intro_list_img
{
    text-align: center;
    height: 110px;
    display: table;    
    width: 100%;
}

.catalog_intro_list_img div
{
    display: table-cell;
    vertical-align: bottom;        
    text-align: center;
    
}
                        
.catalog_intro_list_img img
{   /*                      
    display: inline-block;  */  
    
}

.catalog_intro_list_text
{
    color:#594f45;
    font-size: 14px;
    line-height:130%;
    margin-top: 15px;
}


.catalog_intro_frame
{
    border:2px solid #d9d9d9;
}

.catalog_intro_frame_inner
{
    padding:20px;
}

.catalog_intro_frame_inner_img
{
    display: inline-block;
    margin-right: 19px;
    vertical-align: top;
}

.catalog_intro_frame_inner_text
{
    
    text-align: left;
    display: inline-block;
    width: 81%;
    
}

.catalog_intro_frame_inner_text_bold
{
    font-weight: bold;
    font-size: 14px;
}

.catalog_intro_frame_inner_text_italic
{
    margin-top: 15px;
    font-style: italic;
    font-size: 14px;
    
}

.catalog_intro_frame_inner_text_italic
{
    
}

.catalog_intro_frame_inner_text_bold
{
    
}

.order__h2_title
{
    text-align: center;
    font-family: "Bitter";
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 130%;
    
}

@media (max-width: 700px)
{
    .partnership-page-slide-inner-text 
    {
        width: 90%;
    }
    .partnership-page-slide-inner
    {
            height: auto;
            padding-bottom: 20px;
    }
    
    .partnership-page-slide
    {
        height: auto;
        background-size: cover;
        padding-bottom: 25px;
    }
    
    .partnership-page .partnership-page-text-framed
    {
        width: 90%;
        
    }
    
    .bottom_get_offer
    {
        width: 75%;
    }
    
    .partnership-page .tabs__item
    {
        margin-right: 0;
        width: 90%; 
    }
}
/* End */


/* Start:/local/templates/main_home/lib/owl.carousel.css?15483836744028*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -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-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

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

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

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

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

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

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

/* End */


/* Start:/local/templates/main_home/lib/normalize.css?15483836747279*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* End */


/* Start:/local/templates/main_home/lib/select2.min.css?154838367415196*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/main_home/lib/jBox.all.min.css?155617823216599*/
.jBox-wrapper{text-align:left;box-sizing:border-box}.jBox-container,.jBox-content,.jBox-title{position:relative;word-break:break-word;box-sizing:border-box}.jBox-container{background:#fff}.jBox-content{padding:8px 10px;overflow-x:hidden;overflow-y:auto;transition:opacity .2s}.jBox-Mouse .jBox-container,.jBox-Tooltip .jBox-container{border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.25)}.jBox-Mouse .jBox-title,.jBox-Tooltip .jBox-title{padding:8px 10px 0;font-weight:700}.jBox-hasTitle.jBox-Mouse .jBox-content,.jBox-hasTitle.jBox-Tooltip .jBox-content{padding-top:5px}.jBox-Mouse{pointer-events:none}.jBox-pointer{position:absolute;overflow:hidden}.jBox-pointer-top{top:0}.jBox-pointer-bottom{bottom:0}.jBox-pointer-left{left:0}.jBox-pointer-right{right:0}.jBox-pointer-bottom,.jBox-pointer-top{width:30px;height:12px}.jBox-pointer-left,.jBox-pointer-right{width:12px;height:30px}.jBox-pointer:after{content:'';width:20px;height:20px;position:absolute;background:#fff;transform:rotate(45deg)}.jBox-pointer-top:after{left:5px;top:6px;box-shadow:-1px -1px 2px rgba(0,0,0,.15)}.jBox-pointer-right:after{top:5px;right:6px;box-shadow:1px -1px 2px rgba(0,0,0,.15)}.jBox-pointer-bottom:after{left:5px;bottom:6px;box-shadow:1px 1px 2px rgba(0,0,0,.15)}.jBox-pointer-left:after{top:5px;left:6px;box-shadow:-1px 1px 2px rgba(0,0,0,.15)}.jBox-Modal .jBox-container{border-radius:4px}.jBox-Modal .jBox-content{padding:15px 20px}.jBox-Modal .jBox-title{border-radius:4px 4px 0 0;padding:15px 20px;background:#fafafa;border-bottom:1px solid #eee}.jBox-Modal .jBox-footer{border-radius:0 0 4px 4px}.jBox-Modal.jBox-closeButton-title .jBox-title{padding-right:55px}.jBox-Modal .jBox-container,.jBox-Modal.jBox-closeButton-box:before{box-shadow:0 3px 15px rgba(0,0,0,.4),0 0 5px rgba(0,0,0,.4)}.jBox-closeButton{cursor:pointer;position:absolute}.jBox-closeButton svg{position:absolute;top:50%;right:50%}.jBox-closeButton path{transition:fill .2s}.jBox-closeButton path{fill:#aaa}.jBox-closeButton:hover path{fill:#888}.jBox-closeButton:active path{fill:#666}.jBox-overlay .jBox-closeButton{top:0;right:0;width:40px;height:40px}.jBox-overlay .jBox-closeButton svg{width:20px;height:20px;margin-top:-10px;margin-right:-10px}.jBox-overlay .jBox-closeButton path,.jBox-overlay .jBox-closeButton:active path{fill:#ddd}.jBox-overlay .jBox-closeButton:hover path{fill:#fff}.jBox-closeButton-title .jBox-closeButton{top:0;right:0;bottom:0;width:40px}.jBox-closeButton-title .jBox-closeButton svg{width:12px;height:12px;margin-top:-6px;margin-right:-6px}.jBox-closeButton-box .jBox-closeButton{top:-8px;right:-10px;width:24px;height:24px;background:#fff;border-radius:50%}.jBox-closeButton-box .jBox-closeButton svg{width:10px;height:10px;margin-top:-5px;margin-right:-5px}.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton{background:#fafafa}.jBox-closeButton-box:before{content:'';position:absolute;top:-8px;right:-10px;width:24px;height:24px;border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.3)}.jBox-pointerPosition-top.jBox-closeButton-box:before{top:5px}.jBox-pointerPosition-right.jBox-closeButton-box:before{right:2px}.jBox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.82)}.jBox-footer{background:#fafafa;border-top:1px solid #eee;padding:8px 10px;border-radius:0 0 3px 3px}body[class*=" jBox-blockScroll-"],body[class^=jBox-blockScroll-]{overflow:hidden}.jBox-draggable{cursor:move}@keyframes jBoxLoading{to{transform:rotate(360deg)}}.jBox-loading .jBox-content{opacity:.2}.jBox-loading-spinner .jBox-content{min-height:38px!important;min-width:38px!important;opacity:0}.jBox-spinner{box-sizing:border-box;position:absolute;top:50%;left:50%;width:24px;height:24px;margin-top:-12px;margin-left:-12px}.jBox-spinner:before{display:block;box-sizing:border-box;content:'';width:24px;height:24px;border-radius:50%;border:2px solid rgba(0,0,0,.2);border-top-color:rgba(0,0,0,.8);animation:jBoxLoading .6s linear infinite}[class*=" jBox-animated-"],[class^=jBox-animated-]{animation-fill-mode:both}@keyframes jBox-tada{0%{transform:scale(1)}10%,20%{transform:scale(.8) rotate(-4deg)}30%,50%,70%,90%{transform:scale(1.2) rotate(4deg)}40%,60%,80%{transform:scale(1.2) rotate(-4deg)}100%{transform:scale(1) rotate(0)}}.jBox-animated-tada{animation:jBox-tada 1s}@keyframes jBox-tadaSmall{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-2deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(2deg)}40%,60%,80%{transform:scale(1.1) rotate(-2deg)}100%{transform:scale(1) rotate(0)}}.jBox-animated-tadaSmall{animation:jBox-tadaSmall 1s}@keyframes jBox-flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.jBox-animated-flash{animation:jBox-flash .5s}@keyframes jBox-shake{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-6px)}40%,80%{transform:translateX(6px)}}.jBox-animated-shake{animation:jBox-shake .4s}@keyframes jBox-pulseUp{0%{transform:scale(1)}50%{transform:scale(1.15)}100%{transform:scale(1)}}.jBox-animated-pulseUp{animation:jBox-pulseUp .25s}@keyframes jBox-pulseDown{0%{transform:scale(1)}50%{transform:scale(.85)}100%{transform:scale(1)}}.jBox-animated-pulseDown{animation:jBox-pulseDown .25s}@keyframes jBox-popIn{0%{transform:scale(0)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.jBox-animated-popIn{animation:jBox-popIn .25s}@keyframes jBox-popOut{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(0)}}.jBox-animated-popOut{animation:jBox-popOut .25s}@keyframes jBox-fadeIn{0%{opacity:0}100%{opacity:1}}.jBox-animated-fadeIn{animation:jBox-fadeIn .2s}@keyframes jBox-fadeOut{0%{opacity:1}100%{opacity:0}}.jBox-animated-fadeOut{animation:jBox-fadeOut .2s}@keyframes jBox-slideUp{0%{transform:translateY(0)}100%{transform:translateY(-300px);opacity:0}}.jBox-animated-slideUp{animation:jBox-slideUp .4s}@keyframes jBox-slideRight{0%{transform:translateX(0)}100%{transform:translateX(300px);opacity:0}}.jBox-animated-slideRight{animation:jBox-slideRight .4s}@keyframes jBox-slideDown{0%{transform:translateY(0)}100%{transform:translateY(300px);opacity:0}}.jBox-animated-slideDown{animation:jBox-slideDown .4s}@keyframes jBox-slideLeft{0%{transform:translateX(0)}100%{transform:translateX(-300px);opacity:0}}.jBox-animated-slideLeft{animation:jBox-slideLeft .4s}.jBox-closeButton{z-index:1}.jBox-countdown{border-radius:3px 3px 0 0;z-index:0;background:#000;opacity:.2;position:absolute;top:0;left:0;right:0;height:3px}.jBox-countdown_inner{border-radius:3px 3px 0 0;top:0;right:0;width:100%;height:3px;position:absolute;background:#fff}.jBox-Confirm .jBox-content{text-align:center;padding:46px 35px}.jBox-Confirm-footer{height:46px}.jBox-Confirm-button{display:block;float:left;cursor:pointer;text-align:center;width:50%;line-height:46px;height:46px;overflow:hidden;padding:0 10px;transition:color .2s,background-color .2s;box-sizing:border-box}.jBox-Confirm-button-cancel{border-bottom-left-radius:4px;background:#ddd;color:#666}.jBox-Confirm-button-cancel:active,.jBox-Confirm-button-cancel:hover{background:#ccc}.jBox-Confirm-button-submit{border-bottom-right-radius:4px;background:#7d0;color:#fff}.jBox-Confirm-button-submit:active,.jBox-Confirm-button-submit:hover{background:#6c0}.jBox-Confirm-button-cancel:active,.jBox-Confirm-button-submit:active{box-shadow:inset 0 1px 3px rgba(0,0,0,.2)}@media (max-width:500px){.jBox-Confirm .jBox-content{padding:32px 20px}}.jBox-Image .jBox-container{background-color:transparent}.jBox-Image .jBox-content{padding:0;width:100%;height:100%}.jBox-image-container{background:center center no-repeat;position:absolute;width:100%;height:100%;opacity:0}.jBox-image-label-container{position:absolute;top:100%;left:0;right:0;height:40px;z-index:100}.jBox-image-label{box-sizing:border-box;position:absolute;bottom:0;width:100%;text-align:center;left:0;color:#fff;padding:8px 40px;line-height:24px;transition:opacity .36s;opacity:0;z-index:0;pointer-events:none}.jBox-image-label.expanded{background:#000}.jBox-image-label:not(.expanded){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.jBox-image-label.active{opacity:1;pointer-events:all}.jBox-image-pointer-next,.jBox-image-pointer-prev{position:absolute;bottom:0;width:40px;height:40px;cursor:pointer;opacity:.8;transition:opacity .2s;background:no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPg0KPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTkzLDIyNy40TDgwLjQsMjQwTDkzLDI1Mi42YzAuNCwwLjQsMC40LDEuMSwwLDEuNWwtMS42LDEuNmMtMC40LDAuNC0xLDAuNS0xLjUsMEw3NSwyNDAuN2MtMC40LTAuNC0wLjUtMSwwLTEuNWwxNC45LTE0LjljMC40LTAuNCwxLTAuNCwxLjUsMGwxLjYsMS42QzkzLjUsMjI2LjQsOTMuNCwyMjcsOTMsMjI3LjR6Ii8+DQo8L3N2Zz4=);background-size:11px auto;user-select:none;z-index:1}.jBox-image-pointer-next:hover,.jBox-image-pointer-prev:hover{opacity:1}.jBox-image-pointer-next{right:0;transform:scaleX(-1)}.jBox-image-pointer-prev{left:0}.jBox-image-counter-container{position:absolute;right:40px;height:40px;line-height:40px;font-size:13px;color:#fff;text-align:right;display:none}.jBox-image-has-counter .jBox-image-counter-container{display:block}.jBox-image-has-counter .jBox-image-label:not(.expanded){padding-right:80px;text-indent:40px}.jBox-overlay.jBox-overlay-Image{background:#000}.jBox-image-not-found{background:#000}.jBox-image-not-found:before{content:'';box-sizing:border-box;display:block;width:80px;height:80px;margin-top:-40px;margin-left:-40px;position:absolute;top:50%;left:50%;border:5px solid #222;border-radius:50%}.jBox-image-not-found:after{content:'';display:block;box-sizing:content-box;z-index:auto;width:6px;height:74px;margin-top:-37px;margin-left:-3px;position:absolute;top:50%;left:50%;background:#222;transform:rotateZ(45deg);transform-origin:50% 50% 0}.jBox-image-download-button-wrapper{position:absolute;top:-40px;right:35px;height:40px;display:flex;cursor:pointer;opacity:.8;transition:opacity .2s}.jBox-image-download-button-wrapper:hover{opacity:1}.jBox-image-download-button-icon{width:40px;height:40px;background:center center no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNDE2IDI1NnYtMTkyaC0xOTJ2MTkyaC0xNjBsMjU2IDI1NiAyNTYtMjU2aC0xNjB6TTAgNTc2aDY0MHY2NGgtNjQwdi02NHoiPjwvcGF0aD48L3N2Zz4=);background-size:60%}.jBox-image-download-button-text{white-space:nowrap;line-height:40px;padding:0 10px 0 0;color:#fff;font-size:14px}@keyframes jBoxImageLoading{to{transform:rotate(360deg)}}.jBox-image-loading .jBox-container:before{content:'';position:absolute;top:50%;left:50%;width:32px;height:32px;margin-top:-16px;margin-left:-16px;border:4px solid #333;border-bottom-color:#666;animation:jBoxImageLoading 1.2s linear infinite;border-radius:50%}.jBox-Notice{transition:margin .2s}.jBox-Notice .jBox-container{border-radius:3px;box-shadow:inset 1px 1px 0 0 rgba(255,255,255,.25),inset -1px -1px 0 0 rgba(0,0,0,.1)}.jBox-Notice .jBox-content{border-radius:3px;padding:12px 20px}.jBox-Notice .jBox-title{padding:12px 20px 0;font-weight:700}.jBox-hasTitle.jBox-Notice .jBox-content{padding-top:5px}.jBox-Notice-black .jBox-container{color:#fff;background:#000}.jBox-Notice-gray .jBox-container{color:#333;background:#f6f6f6}.jBox-Notice-red .jBox-container{color:#fff;background:#d00}.jBox-Notice-green .jBox-container{color:#fff;background:#5d0}.jBox-Notice-blue .jBox-container{color:#fff;background:#07d}.jBox-Notice-yellow .jBox-container{color:#000;background:#fd0}@media (max-width:768px){.jBox-Notice .jBox-content{padding:10px 15px}.jBox-Notice .jBox-title{padding:10px 15px 0}}@media (max-width:500px){.jBox-Notice .jBox-content{padding:8px 10px}.jBox-Notice .jBox-title{padding:8px 10px 0}.jBox-hasTitle.jBox-Notice .jBox-content{padding-top:0}}.jBox-NoticeFancy .jBox-container{border-radius:5px}.jBox-NoticeFancy .jBox-content,.jBox-NoticeFancy .jBox-title{padding-left:25px}.jBox-NoticeFancy.jBox-Notice-color .jBox-container{color:#fff;background:#222;text-shadow:0 -1px 0 #000}.jBox-NoticeFancy.jBox-Notice-color .jBox-container:after{content:'';position:absolute;top:0;left:0;bottom:0;width:8px;border-radius:4px 0 0 4px;background-image:linear-gradient(45deg,rgba(255,255,255,.4) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.4) 75%,transparent 75%,transparent);background-size:14px 14px}.jBox-NoticeFancy.jBox-Notice-black .jBox-container:after,.jBox-NoticeFancy.jBox-Notice-gray .jBox-container:after{background-color:#888}.jBox-NoticeFancy.jBox-Notice-red .jBox-container:after{background-color:#e00}.jBox-NoticeFancy.jBox-Notice-green .jBox-container:after{background-color:#6c0}.jBox-NoticeFancy.jBox-Notice-blue .jBox-container:after{background-color:#07d}.jBox-NoticeFancy.jBox-Notice-yellow .jBox-container:after{background-color:#fb0}.jBox-NoticeFancy .jBox-countdown{left:8px}.jBox-NoticeFancy .jBox-countdown,.jBox-NoticeFancy .jBox-countdown_inner{border-radius:0 3px 0 0}.jBox-TooltipBorder .jBox-container{border-radius:5px;border:2px solid #49d}.jBox-TooltipBorder .jBox-pointer:after{border:2px solid #49d}.jBox-TooltipBorder .jBox-pointer-bottom,.jBox-TooltipBorder .jBox-pointer-top{width:34px;height:13px}.jBox-TooltipBorder .jBox-pointer-left,.jBox-TooltipBorder .jBox-pointer-right{width:13px;height:34px}.jBox-TooltipBorder.jBox-closeButton-box:before{width:28px;height:28px;background:#49d}.jBox-TooltipBorderThick .jBox-container{box-shadow:none;border-radius:8px;border:4px solid #ccc}.jBox-TooltipBorderThick .jBox-pointer:after{box-shadow:none;border:4px solid #ccc}.jBox-TooltipBorderThick .jBox-pointer-bottom,.jBox-TooltipBorderThick .jBox-pointer-top{width:38px;height:13px}.jBox-TooltipBorderThick .jBox-pointer-left,.jBox-TooltipBorderThick .jBox-pointer-right{width:13px;height:38px}.jBox-TooltipBorderThick.jBox-closeButton-box:before{width:32px;height:32px;background:#ccc}.jBox-TooltipDark .jBox-container{border-radius:3px;background:#000;color:#fff;box-shadow:0 0 6px rgba(0,0,0,.4)}.jBox-TooltipDark .jBox-pointer:after{background:#000}.jBox-TooltipDark .jBox-closeButton{background:#000}.jBox-TooltipDark.jBox-closeButton-box:before{box-shadow:0 0 6px rgba(0,0,0,.4)}.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton path{fill:#ddd}.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:hover path{fill:#fff}.jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:active path{fill:#bbb}.jBox-TooltipError{pointer-events:none}.jBox-TooltipError .jBox-content{padding:0 10px;line-height:28px}.jBox-TooltipError .jBox-container{border-radius:2px;background:#d00;color:#fff;font-weight:700;font-size:13px}.jBox-TooltipError .jBox-pointer-bottom,.jBox-TooltipError .jBox-pointer-top{width:22px;height:8px}.jBox-TooltipError .jBox-pointer-left,.jBox-TooltipError .jBox-pointer-right{width:8px;height:22px}.jBox-TooltipError .jBox-pointer:after{background:#d00;width:20px;height:20px}.jBox-TooltipError .jBox-pointer-top:after{left:1px;top:6px}.jBox-TooltipError .jBox-pointer-bottom:after{left:1px;bottom:6px}.jBox-TooltipError .jBox-pointer-right:after{top:1px;right:6px}.jBox-TooltipError .jBox-pointer-left:after{top:1px;left:6px}.jBox-TooltipSmall{pointer-events:none}.jBox-TooltipSmall .jBox-content{padding:0 10px;line-height:28px}.jBox-TooltipSmall .jBox-container{border-radius:2px}.jBox-TooltipSmall .jBox-pointer-bottom,.jBox-TooltipSmall .jBox-pointer-top{width:22px;height:8px}.jBox-TooltipSmall .jBox-pointer-left,.jBox-TooltipSmall .jBox-pointer-right{width:8px;height:22px}.jBox-TooltipSmall .jBox-pointer:after{width:20px;height:20px}.jBox-TooltipSmall .jBox-pointer-top:after{left:1px;top:6px}.jBox-TooltipSmall .jBox-pointer-bottom:after{left:1px;bottom:6px}.jBox-TooltipSmall .jBox-pointer-right:after{top:1px;right:6px}.jBox-TooltipSmall .jBox-pointer-left:after{top:1px;left:6px}.jBox-TooltipSmallGray{pointer-events:none}.jBox-TooltipSmallGray .jBox-content{padding:0 10px}.jBox-TooltipSmallGray .jBox-container{font-size:13px;line-height:24px;border-radius:12px;background-image:linear-gradient(to bottom,#fafafa,#f2f2f2)}.jBox-TooltipSmallGray .jBox-pointer-bottom,.jBox-TooltipSmallGray .jBox-pointer-top{width:22px;height:8px}.jBox-TooltipSmallGray .jBox-pointer-left,.jBox-TooltipSmallGray .jBox-pointer-right{width:8px;height:22px}.jBox-TooltipSmallGray .jBox-pointer:after{width:20px;height:20px}.jBox-TooltipSmallGray .jBox-pointer-top:after{background:#fafafa;left:1px;top:6px}.jBox-TooltipSmallGray .jBox-pointer-bottom:after{background:#f2f2f2;left:1px;bottom:6px}.jBox-TooltipSmallGray .jBox-pointer-right:after{top:1px;right:6px}.jBox-TooltipSmallGray .jBox-pointer-left:after{top:1px;left:6px}
/* End */


/* Start:/local/templates/main_home/lib/social-likes_birman.css?154838367433692*/
/*! Social Likes v3.1.0 by Artem Sapegin - http://sapegin.github.com/social-likes - Licensed MIT */
.social-likes{display:inline-block}.social-likes,.social-likes__widget{padding:0;vertical-align:middle!important;word-spacing:0!important;text-indent:0!important;list-style:none!important}.social-likes{opacity:0}.social-likes_visible{opacity:1;transition:opacity .1s ease-in}.social-likes>*{display:inline-block;visibility:hidden}.social-likes_vertical>*{display:block}.social-likes_visible>*{visibility:inherit}.social-likes__widget{display:inline-block;position:relative;white-space:nowrap}.social-likes__widget:before,.social-likes__widget:after{display:none!important}.social-likes_vertical .social-likes__widget{float:left;clear:left}.social-likes__button,.social-likes__icon,.social-likes__counter{text-decoration:none;text-rendering:optimizeLegibility}.social-likes__button{display:inline-block;margin:0;outline:0}.social-likes__counter{margin:0;outline:0}.social-likes__button{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.social-likes__button:before{content:"";display:inline-block}.social-likes__icon{position:absolute;top:0;left:0}.social-likes__counter{display:none;position:relative}.social-likes_ready .social-likes__counter,.social-likes__counter_single{display:inline-block}.social-likes_ready .social-likes__counter_empty{display:none}.social-likes_vertical .social-likes__widget{display:block}.social-likes_notext .social-likes__button{padding-left:0}.social-likes_single-w{position:relative;display:inline-block}.social-likes_single{position:absolute;text-align:left;z-index:99999;visibility:hidden;opacity:0;transition:visibility 0s .11s,opacity .1s ease-in;-webkit-backface-visibility:hidden;backface-visibility:hidden}.social-likes_single.social-likes_opened{visibility:visible;opacity:1;transition:opacity .15s ease-out}.social-likes__button_single{position:relative}.social-likes{min-height:36px;margin:-6px}.social-likes,.social-likes_single-w{line-height:19px}.social-likes__widget{margin:6px;color:#000;background:#fff;border:1px solid #ccc;border-radius:3px;line-height:19px}.social-likes__widget:hover,.social-likes__widget:active,.social-likes__widget:focus{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;cursor:pointer}.social-likes__button,.social-likes__counter{vertical-align:middle;font-family:"Helvetica Neue",Arial,sans-serif;font-size:13px;line-height:20px;cursor:inherit}.social-likes__button{padding:1px 6px 1px 20px;font-weight:400;border-right:0}.social-likes__icon{width:20px;height:18px;margin-top:1px;background-repeat:no-repeat;background-position:50% 50%}.social-likes__counter{min-width:12px;padding:1px 4px;font-weight:400;text-align:center;border-left:1px solid #ccc}.social-likes__widget:hover>.social-likes__counter,.social-likes__widget:focus>.social-likes__counter,.social-likes__widget:active>.social-likes__counter,.social-likes__widget_active>.social-likes__counter{position:relative;border-left-color:transparent}.social-likes__widget:hover>.social-likes__counter:before,.social-likes__widget:focus>.social-likes__counter:before,.social-likes__widget:active>.social-likes__counter:before,.social-likes__widget_active>.social-likes__counter:before{content:"";position:absolute;top:0;bottom:0;left:-1px;border-left:1px solid;opacity:.4}.social-likes_vertical{margin:-6px}.social-likes_vertical .social-likes__widget{margin:6px}.social-likes_notext{margin:-3px}.social-likes_notext .social-likes__widget{margin:3px}.social-likes_notext .social-likes__button{width:18px}.social-likes_notext .social-likes__icon{width:100%;background-position:center center}.social-likes__widget_single{margin:0}.social-likes_single{margin:-12px 0 0;padding:4px 0;background:#fff;border:1px solid #ccc;border-radius:3px}.social-likes__single-container{width:100%;display:table}.social-likes_single .social-likes__widget{float:none;display:table-row;margin:0;border:0;border-radius:0;background:0 0}.social-likes_single .social-likes__button{display:block;padding:2px 6px 2px 24px}.social-likes_single .social-likes__icon{margin-left:4px;margin-top:2px}.social-likes_single .social-likes__counter{display:table-cell;padding:2px 8px 2px 4px;border-left:0;text-align:right}.social-likes_single .social-likes__widget:hover>.social-likes__counter:before,.social-likes_single .social-likes__widget:focus>.social-likes__counter:before,.social-likes_single .social-likes__widget:active>.social-likes__counter:before{display:none}.social-likes__icon_single{background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAACXBIWXMAAAsTAAALEwEAmpwYAAA58WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wNy0yMVQxNTozNDowMyswNzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA3LTIxVDE1OjM1OjQ2KzA3OjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wNy0yMVQxNTozNTo0NiswNzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjMzc5ZjljZi0zMTk5LTZlNGItOWM5YS0zNDZiYzNiNmJlOTc8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpmZGMzZjM3My00ZjFkLTExZTYtYmVlMy1hNDFiNDhlYzU3M2Q8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDoxMGYxNDk3Zi1lMzIzLWQwNGItOTI3Yi01NTc0MGM1NzU0Mjc8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jcmVhdGVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6MTBmMTQ5N2YtZTMyMy1kMDRiLTkyN2ItNTU3NDBjNTc1NDI3PC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE2LTA3LTIxVDE1OjM0OjAzKzA3OjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6YzM3OWY5Y2YtMzE5OS02ZTRiLTljOWEtMzQ2YmMzYjZiZTk3PC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE2LTA3LTIxVDE1OjM1OjQ2KzA3OjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+OTwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xMzwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+xy64jwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAAhUlEQVR42rSQsQ3DMAwET4b2SEbJChohQDSCVavWCJaLLGBrpQwS4NNIjuwiSONvSD6PJEAjiaZQ8gV4Avfk/Kv5wwEowA1YQsnXHRRKNsAMPKrvgbn6IAlJjOtka1RfS8KGkiNfbXly/r31xnWKbaLf1NVx4A+dCCXnzXnnbP14/AV9BgA3wU8CMBTYggAAAABJRU5ErkJggg==)}.social-likes__widget_single:hover,.social-likes__widget_single:active,.social-likes__widget_single:focus,.social-likes__widget_active{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#00a551;border-color:#00a551;color:#fff}.social-likes__widget_single:hover .social-likes__icon_single,.social-likes__widget_single:active .social-likes__icon_single,.social-likes__widget_single:focus .social-likes__icon_single,.social-likes__widget_active .social-likes__icon_single{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAYklEQVR42mL4//8/AxKWB+L9QKyALI6u4Nx/CDiLrBCmgBGIdwOxEVQRiN4DFWcAE1DAAsR/gBgkwIjEBzMaGBAAmf0Hzgea1IDm+P9o/AYmBiIAbRUx0s46FizhgwEAAgwAAJd9Vn3NlgwAAAAASUVORK5CYII=")}.social-likes__icon_facebook{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAaklEQVR42mJ0Cp7jycDAMBeIJRnwg+dAnMxEpGIGqJq5THgULwFicSBmBGJbmCYWPCYWAvEbdEF8GmCK/yMLMjGQCLBpsIW6GwaQ/UC6Ddj8cBjJZOr44TkJ6l+ANKSAGEQofgpKGgABBgAWcxAZp2KpkQAAAABJRU5ErkJggg==")}.social-likes__widget_facebook:hover,.social-likes__widget_facebook:active,.social-likes__widget_facebook:focus{background:#425497;border-color:#425497}.social-likes__widget_facebook:hover .social-likes__icon_facebook,.social-likes__widget_facebook:active .social-likes__icon_facebook,.social-likes__widget_facebook:focus .social-likes__icon_facebook{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAaUlEQVR42mL6//+/JxA/+08YgNR4MoIYDAwMkgzEgedMeBQvAWJxIGYEYluomCQLHtMKgfgNuiA+DTDF/5EFmRhIBNg02ELdDQPIfiDdBlCw/sclRzU/PCdB/QuQhhQQgwjFT4E4GSDAAMuiQX7Tr7YFAAAAAElFTkSuQmCC")}.social-likes__icon_twitter{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAA9ElEQVR42mKU3vqak4GB4TcQ/2HABFxAXA3EzkD8DIjbgfg+ECuwAIkwIHYD4gSoAchgORD7IfEDgPgpEGczAQlBII4C4kNAbIikSAqIfdEMYgRiMSD+B7JxJ9SZFkB8Foj3A/FWIP4KVYgO5gHxFpBGNSA+DsS2UIVOUIwLfAYRIKe+gGoiFpyDaTwJxEVA/J0ITd+hXgNrBIETMCcQADOA+D26RpCn/+LRdAuI62EcmMb/0IjOx6H5ATSu4a4ChaoPEMcAsTUQy6Bp+AfEy4C4EIjfIEuANG4B4rvQVKEOTWYfoKG3HYgfoluvPm8jA0CAAQAqvDQ/IXqkWQAAAABJRU5ErkJggg==")}.social-likes__widget_twitter:hover,.social-likes__widget_twitter:active,.social-likes__widget_twitter:focus{background:#00b7ec;border-color:#00b7ec}.social-likes__widget_twitter:hover .social-likes__icon_twitter,.social-likes__widget_twitter:active .social-likes__icon_twitter,.social-likes__widget_twitter:focus .social-likes__icon_twitter{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAQAAAD4iURRAAAAo0lEQVQYGQXBsSoEAACA4Z8YKIO6yXLzjYrkHS5Wm5GyYPMAUgarMikpGZQHsFh4BZPhJi9wJdzn+7JkQZJk2bl3TzYNbGTfvUVJ8gyYmdjJMd6sS9bMAHwbZ+QHMy9OHQDgWtn1CgAALpUtAADAnpITUwAAU6tKtn0BALiSkjkXfgHAhxUpybwjvwA+DSVl7MEEwJ87A0lKRs7cenTj0FCSpH8xHAhkcGt6PAAAAABJRU5ErkJggg==")}.social-likes__icon_plusone{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABD0lEQVR42nTSsUtCURTH8eszSGgIgkqSoHBQh7QpbAlBcRCJ2staHFoa+hNyzqXBoan+gMDdoWgymkwkBxMiggo3a3Cp76WfcJHXgQ/nvfveue+ewwt08luGmEEdcwgjZP7iFrtmIqaUn5SXkUEDA+wZn/CwgQgetHYjC+JbZCOANWf9VXmobDd+c4vu8YgoalhFFpf4VL8rmMW8vR/3lEQV2yijhUO99KzeQ7p+95wjneAMQcRQ1JfsNA/wrc1T46KaznyMJqZxrcIvdNRf3957Gm8JO0ggjRx+cKpN21h0B7GJDw3EOGPvYuQ3ctvgC+K4w7nOfoQlFP4rsg+usI4Lrff0Z7QnCyqpffMrwAC15jTuOMaeqQAAAABJRU5ErkJggg==")}.social-likes__widget_plusone:hover,.social-likes__widget_plusone:active,.social-likes__widget_plusone:focus{background:#dd4241;border-color:#dd4241}.social-likes__widget_plusone:hover .social-likes__icon_plusone,.social-likes__widget_plusone:active .social-likes__icon_plusone,.social-likes__widget_plusone:focus .social-likes__icon_plusone{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAA5klEQVR42myRvQrCMBSFUyehmyC4Zte1OPoALi6+gy/j6uobiINbF3Fx6tDFpZtSUFzEPxQxnksPchty4WvSJPeek5vIOWcQMViCFuiApqliDUbGD0kCeyLzAfiAI4i5VkM+CfiChdpIXRU2lNSgYAR6ysCB441jAkrfXs7KM1YXq3PuicUxuIO2/GvZKSh4n4xrcugKniwq88L3O+GmVB0GlKxWElsl2IEt1d4qsctu/ruXskqiFKXtL2WzRiQJ6McJWO8Jc/AA/dDj7niPDb2LpRU4e+q1x7VMkM5cSMZ7mBA/AQYALgmaWsDGGiQAAAAASUVORK5CYII=")}.social-likes__icon_mailru{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAABIElEQVR42mTSzytEURjG8XunISbFxmQ5UYqGIj9KMztLCyTKrMZCs7K1U7NSLBRloWb+AREmFpPF7GUzRBaymGLpV5bi+9RzM+XU595zT+85533PueHTXhC1BFaRx6DHnnGEbbxoIPSEFCp+l3DjCWOYc38FFzEe7Tj3Dlr5AG0OWscA6jhFX5zHmgO1+oy3V0AHirhHGZ36jjnnknfaxzKmMIxdTKMHO0pPE/px6cA7nAV/bQsfXky7fmtCqA5a8Bn8bz/WqlhNaCCDE0xivCk459zfMKq6VPQxCth0wTUfcZdr+UIaWVR1D0k6115lFkNYwLuPeB4beFUm0cVN4NCnoaBb5z3iDFTfIx7Cpl+j23eyiF6Pqb4lXEVBvwIMAGRTP1kwMI3TAAAAAElFTkSuQmCC")}.social-likes__widget_mailru:hover,.social-likes__widget_mailru:active,.social-likes__widget_mailru:focus{background:#255896;border-color:#255896;color:#ffcd00}.social-likes__widget_mailru:hover .social-likes__icon_mailru,.social-likes__widget_mailru:active .social-likes__icon_mailru,.social-likes__widget_mailru:focus .social-likes__icon_mailru{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAABIElEQVR42mTSzytEURjG8Xtn0IyIDc1SFpJQ5EdN1ChLC6PJFCsWsvInKCvFQllYKPaaZpIpC83CntkgsrBSLP1K2Wh8n3pupubU5865p/c9533PnbBWDaLRijWsYMBrLyhiF69aCJ3Qg7J/j3DrhDFkPV/FuRKSTK6RQAbtmMEPCojjxGv9TTw2XIJ2n/PxN2jDFh5wjA69x1yzytBJB1hCGsPYxyxS2FN5SuhDxYH3OAv+xw4+vZlO/VVCqAma8RU0jpq1KFYJz5jCKSYxXhe87NrfMaq+1HQJ69h2w5e+4k738o1BTONC19rNpOpd5jGEHD5wiAVs4k2VRB9uwneectCd6x5xBervCY9h3V+jy99kEb1eU395XEVBfwIMAE0mQy9JLJUSAAAAAElFTkSuQmCC")}.social-likes__icon_vkontakte{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAsElEQVR42mKJLJ3tycDAMBeIJRnwg+dAnMxEpGIGqJq5TGiKGZEwSE4ViDcha2LCYpIREK8C4l4gfgLElciSLDisDgXi/0A8DYi58GkA8Y8AsQkQfwHie0C8BVkBupO4kWyIBWJxIE4D4u/4nKQMxOVQ9jcgbgPii0BsgUvDIyCeBcR/gHgFVI00PhsuA3E61Lkg2xYAsSyyhudIcfGBQOS9AJmSAmIQEdNPQUkDIMAA8iAe2OyimvEAAAAASUVORK5CYII=")}.social-likes__widget_vkontakte:hover,.social-likes__widget_vkontakte:active,.social-likes__widget_vkontakte:focus{background:#526e8f;border-color:#526e8f}.social-likes__widget_vkontakte:hover .social-likes__icon_vkontakte,.social-likes__widget_vkontakte:active .social-likes__icon_vkontakte,.social-likes__widget_vkontakte:focus .social-likes__icon_vkontakte{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAfUlEQVQYGQXBMQ4BUQAFwGej0P1aohJCJBpcwu6N1AqVTqFX6TSu4B4if2+gNGZirwIAqPZRAQBADSAiBmYeQACxcXc2sgICiA4/MzsggKFia6HxBAIolk6Oxia+EEDRgYN4QQDF2tXF1NAbAigiGnM3ICoAAOij1QMA+Gj/aNf4AJYJLVIAAAAASUVORK5CYII=")}.social-likes__icon_odnoklassniki{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAyElEQVR42kzPMQtBcRTG4UvKQmalZFNKDNdm5gsYFCUlCbMyGMwsfACLzRcw2EwsGJTBQAZlUgxsfidvceq5/3vPeTv3Xs99FHMoP3ooOd+aoo+3T40hmnjouYsQWl4uEdRxRkLO6kVsQwB23nDRBruP2swGJ+zgYqKAq97JAi8UMUNFgb16LwvUkEYHcQUOaGNjgTKyaGCrQErn0gJVpQt/g6teObbfPGKAp/Orp3pH25DEHGGsFchghbxXXxvEAjlZqFf8CDAAgr4qyqKlfhgAAAAASUVORK5CYII=");background-position:6px 3px}.social-likes__widget_odnoklassniki:hover,.social-likes__widget_odnoklassniki:active,.social-likes__widget_odnoklassniki:focus{background:#f6903b;border-color:#f6903b}.social-likes__widget_odnoklassniki:hover .social-likes__icon_odnoklassniki,.social-likes__widget_odnoklassniki:active .social-likes__icon_odnoklassniki,.social-likes__widget_odnoklassniki:focus .social-likes__icon_odnoklassniki{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAQAAAD1lzQWAAAAgElEQVQIHQXBoRGCAAAF0N80OoA0AxTHcQMncAaO7J1ndRCbgUDRbPCgMABEjnu+F7FRGwxqG4m4YTLhJrG36BUKvcU+SnQiOpSx9cHDAx/biMoP/FQSZ3cnFxcnd+d4YfX2tuIVB1cjGF0dIgpf8FVIHI1otRgdozF72tl5mjV/486WhTdrOooAAAAASUVORK5CYII=")}.social-likes__icon_pinterest{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAABCUlEQVR42nTRPUvDUBTG8ZtoKYogTsGCoAXtUqFuBR1c/AZddNbRQUqhH0Eo6KKDb0gpXQUHBxF0Kg6KFAWh4qI4KxQRtKXxf+C5OEgP/Ehu8uTclwSN0VmnWsE6shjEF05QwZMFQr04QB3vKOmjGlZxiZxTcE0Pi9jCGD402xnOsYNF67yBGwWP8IaCwhe4xjxmLDyNUySxjGGk3F/5Wcb9Rib04FNLu9LYmk2ih1cbVLXmKXTRwoPCc8jgES/WpYymlhOpSxoxdjXTNn7spo19nYbN1ME9hjTexLE/OqsAC/jGknYf6Yxv/U592LrkcYdn+VehrgmM4ND1r8CHB7CnX96v4l8BBgB54jWa5GM+bAAAAABJRU5ErkJggg==")}.social-likes__widget_pinterest:hover,.social-likes__widget_pinterest:active,.social-likes__widget_pinterest:focus{background:#cc002b;border-color:#cc002b}.social-likes__widget_pinterest:hover .social-likes__icon_pinterest,.social-likes__widget_pinterest:active .social-likes__icon_pinterest,.social-likes__widget_pinterest:focus .social-likes__icon_pinterest{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAQAAADV/FywAAAAvklEQVQYGQXBsUoUAACA4f/i8MBB0TdINCQQhHoDaXRzagkkopYGhRYfwKWhSYLDZ2ixNyiTVp1cXMQgaDpNsa6v70vy3DcTt34ZeyRlaIzPXnvpAy6tK2+wIwuSZ/75Yphz3+XQjS3JVzwOe0Z+463kCBu58dHIT/fW5IEzUys58NeqK6eSJ/44NZM5r2yaurTkoRNsK8kuLlybYt9AycAnd5a98M5TScmsH44lSVIyb2JbkiSDZNF7I0mS9B8IOsS5z/yrNgAAAABJRU5ErkJggg==")}
/* End */


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


/* Start:/css/additional.css?1548383625280*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/search.form/poisk/style.css?1548383674385*/
.poisk .s {
    background: url(/image/flysearch.png) no-repeat;
    border: 0;
    outline: 0;
    width: 30px;
    height: 25px;
    background-position: center;
    background-size: 22px;
    margin-top: 6px;
display:inline-block;
cursor:pointer;
}


.poisk .s1 {
    display: inline-block;
    outline: 0;
    padding: 5px;
    width: 250px;
    float: left;
    margin-top: 3px;
}
/* End */


/* Start:/local/templates/main_home/styles.css?16406771094652*/
.mobile-menu__nav .footer__social {
	width: 100%;
	margin-top: 30px;
	justify-content: initial;
}
@media (max-width: 450px) {
	.header-new .footer__social {
		display:none;
	}
}
div.bx-auth {
margin:0 auto;
}

.footer__icon svg {
    fill: #d1d1d1;
    transition: 0.2s fill;
}

.poisk {
    min-width: 300px;
    float: right;
    display: block;
    padding-right: 20px;
}

.footer__icon svg:hover {
    fill: #444;
    transition: 0.2s fill;
}

.category--half .category__name {
    font-size: 30px;
    background: rgba(0, 165, 81, 0.6);
    padding: 10px;
}

.category--half:hover .category__name {
    background:none;
}

body .mobile-menu__user {
display:none;
}

.fixed-box {

}
.fixed-div {

}
.fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    background: #594f45;
    width: 100%;

}

.mobile-menu__nav {
margin-top:45px;
}


.fixed-box {

}
.fixed-div {

}
.fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    background: white;
    width: 100%;
}

@media(max-width:767px) {
body .fixed {
/* position:relative; */
}

html body {
/* padding-top:40px; */
}



/* .mobile-menu-show {
    position: fixed !important;
} */

}

form[name="bform"] {
margin:0 auto;
    width: 500px;
}

.notetext {
margin:0 auto;
    width: 500px;
display: block;
}


.sale-paysystem-button-container input {
    background-color: #00a551;
    border-color: #00a551;
    color: #fff;
    transition: 0.2s color, 0.2s background-color;
    border: 0;
    padding: 10px;
    border-radius: 10px;
}


@media (max-width:787px) {
.poisk {
display:none;
}
}

.good {
	position: relative;
}

.good__more {
	position: absolute;
    top: 110px;
    left: 50%;
    display: block;
    width: 150px;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    background: #00000080;
    margin-left: -85px;
    margin-top: -22px;
    color: #fff;
    transition: all 0.4s ease;
    opacity: 0;
    z-index: -1;
	cursor: pointer;
}

.good:hover > .good__more {
	transition: all 0.4s ease;
	opacity: 1;
	z-index: 10;
}

.good__more:hover {
	background: #444;
	color: #fff;
}

.fixed-div2 {
	width: 100%!important;
	left: 0px;
}

.overflow-auto {
	overflow: auto!important;
}

.overflow-hidden {
	overflow: hidden!important;
}

.overlay {
	z-index: 99999!important;
}

.good-modal {
	width: 100%!important;
	max-width: 560px;
}

.good-modal__main {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}

.good-modal__img {
	width: 220px;
	/*height: 220px;*/
}

.good-modal__side {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
    -webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(100% - 220px);
	padding-left: 40px;
}

.good-modal__side .quantity {
	width: auto;
	margin: auto auto 15px;
    padding-top: 10px;
}

.good-modal__title {
	font-weight: bold;
	font-size: 20px;
    line-height: normal;
	padding-bottom: 5px;
}

.good-modal__mass {
	margin-top: 15px;
    margin-bottom: 5px;
}

.good-modal__mass span,
.good-modal__price span {
	display: inline-block;
	float: right;
}

.good-modal__price {
/*	font-weight: bold;*/
	font-size: 16px;
}

.good-modal__description {
	margin-top: 20px;
}


.tabs-custom {
	width: 100%;
}
.tabs-custom__caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  transition: all 0.4s ease;
  padding-left: 0;
}

.tabs-custom__caption li {
  padding: 0px;
  margin: 0px;
  position: relative;
  text-align: center;
}
.tabs-custom__caption li:not(.active) {
  cursor: pointer;
}
.tabs-custom__caption li:not(.active):hover .product-info__control--summary {
	border-bottom: 2px solid #c5ead7;
	transition: all 0.4s ease;
}
.tabs-custom__caption .active .product-info__control--summary {
	border-bottom: 2px solid #c5ead7;
	transition: all 0.4s ease;
}

.tabs-custom__content {
  display: none;

  margin-top: 5px;
}
.tabs-custom__content.active {
  display: block;
}

@media screen and (max-width: 599px) {
	.overlay {
		-webkit-align-items: flex-start!important;
		align-items: flex-start!important;
	}
	.good-modal {
		width: 95%!important;
	}
	.good-modal__main {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.good-modal__main {
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	.good-modal__side {
		width: 100%;
		padding-left: 0px;
	}
	.good-modal__img {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 529px) {
	.tabs-custom__caption li {
		width: 100%;
	}
}

/* End */


/* Start:/local/templates/main_home/template_styles.css?1671422295121177*/
*, *::before, *::after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-family: "Roboto", Arial;
  color: #594f45;
  background-color: #fff;
}
body {
  overflow-x: hidden;
}
body::before {
  content: '';
  position: absolute;
  z-index: 1999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  visibility: hidden;
  transition: all 250ms ease-out;
}
body.mobile-open {
  overflow: hidden;
}
body.mobile-open::before {
  content: '';
  visibility: visible;
  background: rgba(0,165,81,0.8);
}
body.body-fixed{
  padding-top: 50px;
}
.wrap {
  max-width: 1170px;
  margin: 0 auto;
  clear: both;
  padding: 0 15px;
}
.half-wrap {
  width: 630px;
  clear: both;
  margin: 0 auto;
}

.kak-sdelat-zakaz{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
}
.kak-sdelat-zakaz-box{
 display:flex; flex-direction:column; align-items:center; width:30%
}
@media screen and (max-width: 800px) {
.kak-sdelat-zakaz{
  flex-direction:column;
}
.kak-sdelat-zakaz-box{
  width: auto;
}
}

@media screen and (max-width: 660px) {
  .half-wrap {
    width: auto;
    padding: 0 15px;
  }
}
.half-wrap--collumns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
*::-moz-selection {
  background-color: #00a551;
  color: #fff;
}
*::selection {
  background-color: #00a551;
  color: #fff;
}
a {
  color: #949494;
  transition: 0.2s color;
  text-decoration: none;
}
a:hover {
  color: #00a551;
}
.text {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}
.green {
  color: #00a551;
}
@media screen and (max-width: 640px) {
  .banner-wrap {
    display: none;
  }
}
.banner-wrap img {
  display: inline-block;
  max-width: 100%;
}
.reg-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@font-face {
  font-family: 'Bitter';
  src: local('Bitter'), local('Bitter-Regular'), url("/local/templates/main_home/fonts/bitter.woff2") format('woff2'), url("/local/templates/main_home/fonts/bitter.woff") format('woff'), url("/local/templates/main_home/fonts/bitter.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bitter';
  src: local('Bitter Italic'), local('Bitter-Italic'), url("/local/templates/main_home/fonts/bitteritalic.woff2") format('woff2'), url("/local/templates/main_home/fonts/bitteritalic.woff") format('woff'), url("/local/templates/main_home/fonts/bitteritalic.ttf") format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Bitter';
  src: local('Bitter Bold'), local('Bitter-Bold'), url("/local/templates/main_home/fonts/bitterbold.woff2") format('woff2'), url("/local/templates/main_home/fonts/bitterbold.woff") format('woff'), url("/local/templates/main_home/fonts/bitterbold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Bitter';
  src: local('Bitter Bold Italic'), local('Bitter-BoldItalic'), url("/local/templates/main_home/fonts/bitterbolditalic.woff2") format('woff2'), url("/local/templates/main_home/fonts/bitterbolditalic.woff") format('woff'), url("/local/templates/main_home/fonts/bitterbolditalic.ttf") format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Thin'), local('Roboto-Thin'), url("/local/templates/main_home/fonts/robotothin.woff2") format('woff2'), url("/local/templates/main_home/fonts/robotothin.woff") format('woff'), url("/local/templates/main_home/fonts/robotothin.ttf") format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url("/local/templates/main_home/fonts/robotothinitalic.woff2") format('woff2'), url("/local/templates/main_home/fonts/robotothinitalic.woff") format('woff'), url("/local/templates/main_home/fonts/robotothinitalic.ttf") format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Light'), local('Roboto-Light'), url("/local/templates/main_home/fonts/robotolight.woff2") format('woff2'), url("/local/templates/main_home/fonts/robotolight.woff") format('woff'), url("/local/templates/main_home/fonts/robotolight.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url("/local/templates/main_home/fonts/robotolightitalic.woff2") format('woff2'), url("/local/templates/main_home/fonts/robotolightitalic.woff") format('woff'), url("/local/templates/main_home/fonts/robotolightitalic.ttf") format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto'), local('Roboto-Regular'), url("/local/templates/main_home/fonts/roboto.woff2") format('woff2'), url("/local/templates/main_home/fonts/roboto.woff") format('woff'), url("/local/templates/main_home/fonts/roboto.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Italic'), local('Roboto-Italic'), url("/local/templates/main_home/fonts/robotoitalic.woff2") format('woff2'), url("/local/templates/main_home/fonts/robotoitalic.woff") format('woff'), url("/local/templates/main_home/fonts/robotoitalic.ttf") format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Medium'), local('Roboto-Medium'), url("/local/templates/main_home/fonts/robotomedium.woff2") format('woff2'), url("/local/templates/main_home/fonts/robotomedium.woff") format('woff'), url("/local/templates/main_home/fonts/robotomedium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url("/local/templates/main_home/fonts/robotomediumitalic.woff2") format('woff2'), url("/local/templates/main_home/fonts/robotomediumitalic.woff") format('woff'), url("/local/templates/main_home/fonts/robotomediumitalic.ttf") format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Bold'), local('Roboto-Bold'), url("/local/templates/main_home/fonts/robotobold.woff2") format('woff2'), url("/local/templates/main_home/fonts/robotobold.woff") format('woff'), url("/local/templates/main_home/fonts/robotobold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url("/local/templates/main_home/fonts/robotobolditalic.woff2") format('woff2'), url("/local/templates/main_home/fonts/robotobolditalic.woff") format('woff'), url("/local/templates/main_home/fonts/robotobolditalic.ttf") format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Black'), local('Roboto-Black'), url("/local/templates/main_home/fonts/robotoblack.woff2") format('woff2'), url("/local/templates/main_home/fonts/robotoblack.woff") format('woff'), url("/local/templates/main_home/fonts/robotoblack.ttf") format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url("/local/templates/main_home/fonts/robotoblackitalic.woff2") format('woff2'), url("/local/templates/main_home/fonts/robotoblackitalic.woff") format('woff'), url("/local/templates/main_home/fonts/robotoblackitalic.ttf") format('truetype');
  font-weight: 900;
  font-style: italic;
}
.icon {
  display: inline-block;
}
.about-block {
  width: 562px;
  height: 452px;
  padding: 78px 25px;
  text-align: center;
  box-sizing: border-box;
  border-width: 4px;
  border-style: solid;
  border-color: #00a551;
  background-image: url("/local/templates/main_home/img/about--white.png");
  background-position: center;
}
.about-block--dark {
  border-color: #594f45;
  background-image: url("/local/templates/main_home/img/about.png");
}
.about-block__text {
  position: relative;
  margin: 45px 0 55px;
  padding: 0 30px;
  color: #594f45;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}
.about-block__text::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 135px;
  width: 230px;
  height: 1px;
  background-color: #594f45;
}
.about-block__text--white {
  color: #fff;
}
.about-block__text--white::before {
  background-color: #fff;
}
.l-about-block {
  vertical-align: top;
  display: inline-block;
  margin-right: 30px;
}
.l-about-block:last-child {
  margin-right: 0;
}
.alert {
  color: #f00;
  font-size: 13px;
  font-weight: 400;
}
.appeal {
  position: relative;
  padding: 40px 0 80px;
  border-top: 1px solid #e8e8e8;
}
.appeal:last-child {
  margin-bottom: 60px;
}
.appeal:last-child {
  padding-bottom: 0;
}
.appeal .half-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.appeal .full-wrap {
  width: 1030px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.appeal__title {
  position: relative;
  top: -55px;
  padding: 0 18px;
  background-color: #fff;
  transition: 0.2s color;
}
@media screen and (max-width: 767px) {
  .appeal__title {
    top: -52px;
  }
}
.appeal__title.is-active {
  color: #00a551;
}
.appeal__inputs {
  width: 100%;
}
.appeal__checkbox {
  padding-left: 202px;
}
.appeal__table {
  margin: 0 auto;
  width: 1030px;
}
.appeal__delivery {
  margin: 0 6px 0 17px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.appeal__delivery img {
  max-width: 100%;
}
.appeal__payment {
  margin-bottom: 30px;
}
.appeal__payment:last-child {
  margin-bottom: 0;
}
.appeal__info {
  margin-bottom: 28px;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .appeal__info {
    font-size: 18px;
  }
}
.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 76px;
}
.article__left {
  width: 770px;
}
@media screen and (max-width: 800px) {
  .article__left {
    width: auto;
  }
}
.article__left p {
  margin: 20px 0;
}
.article__left p:first-child {
  margin-top: 0;
}
.article__left p:last-child {
  margin-bottom: 0;
}
.article__left img {
  display: inline-block;
  max-width: 100%;
}
.article__left h2,
.article__left h3,
.article__left h4 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: "Bitter";
  font-size: 24px;
  font-weight: 700;
}
.article__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 330px;
}
.article__author {
  width: 160px;
  text-align: center;
}
.article__photo {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
}
.article__name {
  margin-bottom: 6px;
  color: #00a551;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
}
.article__summary {
  color: #bcb8b4;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 300;
}
.l-article-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
.l-article-top__data {
  margin-right: 0;
  color: #d1d1d1;
  font-family: "Roboto";
  font-size: 13px;
}
.blogpost-list {
  font-size: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .blogpost-list {
    width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  .blogpost-list {
    width: 560px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .blogpost-list {
    width: 270px;
    margin: 0 auto;
  }
}
.blogpost {
  position: relative;
  display: block;
  width: 23.2%;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .blogpost {
    width: 30%;
  }
}
@media screen and (max-width: 800px) {
  .blogpost {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .blogpost {
    width: 100%;
  }
}
.blogpost__image {
  display: block;
  position: relative;
  margin-bottom: 18px;
  width: 100%;
  overflow: hidden;
}
.blogpost__image img {
  max-width: 100%;
}
.blogpost__image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00a551;
  opacity: 0;
  transition: 0.2s opacity;
}
.blogpost__category {
  display: block;
  margin-bottom: 12px;
  color: #bcb8b4;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.2s color;
}
.blogpost__category:hover {
  color: #00a551;
}
.blogpost__title {
  display: block;
  margin-bottom: 8px;
  color: #594f45;
  font-family: "Bitter";
  font-size: 18px;
  font-weight: 700;
  transition: 0.2s color;
}
.blogpost__summary {
  display: block;
  color: #594f45;
}
.blogpost:hover .blogpost__image::after {
  opacity: 0.5;
}
.blogpost:hover .blogpost__title {
  color: #00a551;
}
.blogpost:hover .blogpost__summary {
  color: #594f45;
}
.blogpost--big {
  width: 570px;
  padding: 35px 100px 35px 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.blogpost--big::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00a551;
  opacity: 0;
  transition: 0.2s opacity;
  z-index: 100;
}
.blogpost--big .blogpost__info {
  z-index: 200;
}
.blogpost--big .blogpost__title,
.blogpost--big .blogpost__category,
.blogpost--big .blogpost__summary {
  color: #fff;
}
.blogpost--big .blogpost__category {
  transition: 0.2s opacity;
}
.blogpost--big .blogpost__category:hover {
  opacity: 0.7;
}
.blogpost--big:hover::after {
  opacity: 0.5;
}
.blogpost--big:hover .blogpost__title,
.blogpost--big:hover .blogpost__category,
.blogpost--big:hover .blogpost__summary {
  color: #fff;
}
.l-blogpost {
  display: inline-block;
  vertical-align: top;
  margin-right: 2.4%;
  margin-top: 30px;
}
.l-blogpost--4:nth-child(4n) {
  margin-right: 0;
}
.l-blogpost--4:nth-child(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .l-blogpost--4 {
    margin-right: 5%;
  }
  .l-blogpost--4:nth-child(4n) {
    margin-right: 5%;
  }
  .l-blogpost--4:nth-child(-n+4) {
    margin-top: 30px;
  }
  .l-blogpost--4:nth-child(3n) {
    margin-right: 0;
  }
  .l-blogpost--4:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 800px) {
  .l-blogpost--4 {
    margin-right: 4%;
  }
  .l-blogpost--4:nth-child(4n) {
    margin-right: 4%;
  }
  .l-blogpost--4:nth-child(-n+4) {
    margin-top: 30px;
  }
  .l-blogpost--4:nth-child(3n) {
    margin-right: 4%;
  }
  .l-blogpost--4:nth-child(-n+3) {
    margin-top: 30px;
  }
  .l-blogpost--4:nth-child(2n) {
    margin-right: 0;
  }
  .l-blogpost--4:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .l-blogpost--4 {
    margin-right: 0;
  }
  .l-blogpost--4:nth-child(4n) {
    margin-right: 0;
  }
  .l-blogpost--4:nth-child(-n+2) {
    margin-top: 30px;
  }
  .l-blogpost--4:first-child {
    margin-top: 0;
  }
}
.l-blogpost--3:nth-child(3n) {
  margin-right: -1px;
}
.l-blogpost--3:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.l-blogpost-row {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .l-blogpost-row {
    margin-bottom: 50px;
  }
}
.l-blogpost-row:last-child {
  margin-bottom: 0;
}
.breadcrumbs__item {
  position: relative;
  display: inline-block;
  margin-right: 22px;
  color: #594f45;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 300;
}
.breadcrumbs__item::after {
  content: "|";
  position: absolute;
  right: -13px;
  top: 0;
}
.breadcrumbs__item:hover::after {
  color: #594f45;
}
.breadcrumbs__item:last-child {
  display: inline;
  margin-right: 0;
  color: #d1d1d1;
}
.breadcrumbs__item:last-child::after {
  content: none;
}
.l-breadcrumbs {
  margin-bottom: 20px;
}
.button {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
}
.button--big {
  width: 866px;
  padding: 10px 16px;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
}
.button--regular {
  min-width: 218px;
  padding: 10px 16px;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
}
.button--little {
  min-width: 166px;
  padding: 10px 16px;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
}
.button--small {
  min-width: 158px;
  padding: 7px 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 300;
}
.button--green {
  background-color: #00a551;
  border-color: #00a551;
  color: #fff;
  transition: 0.2s color, 0.2s background-color;
}
.button--green:hover {
  background-color: transparent;
  color: #00a551;
}
.button--white {
  background-color: #fff;
  border-color: #fff;
  color: #594f45;
  transition: 0.2s color, 0.2s background-color;
}
.button--white:hover {
  background-color: transparent;
  color: #fff;
}
.button--trans_black {
  background-color: transparent;
  border-color: #594f45;
  color: #594f45;
  transition: 0.2s color, 0.2s background-color;
}
.button--trans_black:hover {
  background-color: #594f45;
  color: #fff;
}
.button--trans_green {
  background-color: transparent;
  border-color: #00a551;
  color: #00a551;
  transition: 0.2s color, 0.2s background-color;
}
.button--trans_green:hover {
  background-color: #00a551;
  color: #fff;
}
.button--trans_white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  transition: 0.2s color, 0.2s background-color;
}
.button--trans_white:hover {
  background-color: #fff;
  color: #594f45;
}
.cart {
  margin: 0 auto;
  width: 1030px;
}
@media screen and (max-width: 1170px) {
  .cart {
    width: auto;
  }
  .button--big{
    width: 100%;
  }
}
.cart__table {
  margin-bottom: 30px;
}
.cart__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .cart__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}
.cart__price {
  margin-bottom: 40px;
  color: #594f45;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
}
.cart__price span {
  font-weight: 300;
}
.cart__discount {
  margin-bottom: 10px;
  color: #594f45;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
}
.cart__discount span {
  font-weight: 300;
}
.l-cart-empty {
  text-align: center;
  margin-bottom: 100px;
}
.l-cart-empty__title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
.catalog-menu {
  padding-left: 18px;
}
@media screen and (max-width: 900px) {
  .catalog-menu {
    display: none;
    margin-bottom: 30px;
  }
  .catalog-menu.active {
    display: block;
  }
}
.catalog-menu__item {
  position: relative;
  display: inline;
  border-bottom: 1px solid rgba(89,79,69,0.2);
  /*padding-bottom: 2px;*/
  color: #594f45;
  transition: none;
}
.catalog-menu__item::after {
  content: "";
  display: block;
  margin-bottom: 20px;
}
.catalog-menu__item:last-child {
  margin-bottom: 0;
}
.catalog-menu__item:hover,
.catalog-menu__item.is-active {
  border-bottom-color: transparent;
}
.catalog-menu__item.is-active {
  color: #00a551;
  font-weight: 600;
}
.catalog-menu__item.is-active::before {
  content: "";
  position: absolute;
  height: 120%;
  width: 5px;
  left: -18px;
  top: -10%;
  background-color: #00a551;
}
.l-catalog-menu {
  margin-top: 24px;
}
.category-list {
  margin-left: -30px;
  margin-right: -30px;
  font-size: 0;
}
@media screen and (max-width: 1200px) {
  .category-list {
    width: 870px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 930px) {
  .category-list {
    width: 555px;
  }
}
@media screen and (max-width: 585px) {
  .category-list {
    width: auto;
    margin-left: 0;
  }
}
.category {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  height: 270px;
  overflow: hidden;
}
@media screen and (max-width: 585px) {
  .category {
    height: 200px;
  }
}
.category--quarter {
  width: 270px;
  background-image: url("/local/templates/main_home/pic/category.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 585px) {
  .category--quarter {
    width: 100%;
  }
}
.category--quarter .category__name {
  font-size: 24px;
}
.category--half {
  width: 570px;
  background-image: url("/local/templates/main_home/pic/category--full.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .category--half {
    width: 270px;
  }
}
@media screen and (max-width: 585px) {
  .category--half {
    width: 100%;
  }
}
.category--half .category__name {
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  .category--half .category__name {
    font-size: 24px;
  }
}
.category__name {
  position: relative;
  color: #fff;
  font-family: "Bitter";
  font-weight: 700;
  line-height: 1.5em;
  bottom: 0;
  transition: 0.4s bottom;
  text-align: center;
  text-transform: uppercase;
}
.category__name::before,
.category__name::after {
  position: absolute;
  content: "";
  bottom: -8px;
  height: 1px;
  width: 0;
  background-color: #fff;
  opacity: 0.4;
  transition: 0.4s width;
}
.category__name::before {
  left: 50%;
}
.category__name::after {
  right: 50%;
}
.category__summary {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8em;
  transition: 0.4s top;
}
@media screen and (max-width: 1200px) {
  .category__summary {
    display: none;
  }
}
.category::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00a551;
  opacity: 0;
  transition: 0.4s opacity;
}
@media screen and (min-width: 1201px) {
  .category:hover .category__name {
    bottom: 80px;
  }
  .category:hover .category__name::after,
  .category:hover .category__name::before {
    width: 25%;
  }
  .category:hover .category__summary {
    top: 40%;
  }
  .category:hover::before {
    opacity: 0.7;
  }
}
.l-category {
  vertical-align: top;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .l-category:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 930px) {
  .l-category {
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .l-category:nth-child(3n+1) {
    margin-left: 15px;
  }
  .l-category:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 585px) {
  .l-category {
    margin-left: 0;
  }
  .l-category:nth-child(3n+1) {
    margin-left: 0;
  }
}
.checkbox {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox__control {
  margin: 0;
  width: 13px;
  height: 13px;
  outline: none;
  visibility: hidden;
}
.checkbox__control:not(:checked) + .checkbox__hack {
  position: relative;
  margin-left: -14px;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  background-color: transparent;
  cursor: pointer;
}
.checkbox__control:checked + .checkbox__hack {
  position: relative;
  margin-left: -14px;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 1px solid #594f45;
  border-radius: 2px;
  background-color: transparent;
  cursor: pointer;
}
.checkbox__control:checked + .checkbox__hack:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 9px;
  background-image: url("/local/templates/main_home/img/check.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.checkbox__label {
  margin-left: 10px;
  cursor: pointer;
}
.close {
  fill: #594f45;
  transition: 0.3s fill;
  cursor: pointer;
}
.close:hover,
.close--gray {
  fill: #bcb8b4;
}
.contacts b {
  font-weight: 700;
}
.contacts__map {
  width: 100%;
  height: 440px;
  margin-bottom: 2em;
}
.l-main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0;
  position: relative;
  max-width: 100%;
}
.l-main-container--noflex {
  display: block;
}
.l-main-container--border {
  border-top: 1px solid #e8e8e8;
}
.l-main-container__border-icon {
  position: relative;
  width: 170px;
  background-color: #fff;
}
.l-main-container__border-icon .icon {
  width: 100%;
}
.l-common-container {
  /*padding: 66px 0;*/
}
.l-middle-container {
  /* text-align: center; */
  margin: 0 auto 55px;
  width: 630px;
}
@media screen and (max-width: 767px) {
  .l-middle-container {
    width: auto;
  }
}
.l-question-container {
  width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .l-question-container {
    width: auto;
  }
}
.dashboard__box {
  margin-bottom: 70px;
}
.dashboard__box:last-child {
  margin-bottom: 0;
}
.dashboard__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.dashboard__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dashboard__manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .dashboard__manager {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.dashboard__image {
  margin-right: 50px;
  width: 270px;
  overflow: hidden;
}
.dashboard__image img {
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .dashboard__image {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
.dashboard__info {
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  .dashboard__info {
    text-align: center;
  }
}
.dashboard__name {
  margin-bottom: 25px;
  color: #594f45;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 500;
}
.dashboard__contacts {
  color: #594f45;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}
.feedback {
  width: 368px;
  padding: 20px 22px 30px;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}
.feedback__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
.feedback__name {
  margin-right: 10px;
  color: #594f45;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 700;
}
.feedback__date {
  color: #949494;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 300;
}
.l-feedback {
  margin-bottom: 30px;
}
.l-feedback-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.file-box-list {
  font-size: 0;
  margin-left: -26px;
}
@media screen and (max-width: 1170px) {
  .file-box-list {
    text-align: center;
  }
}
.file-box {
  width: 170px;
}
.file-box__icon {
  fill: #00a551;
}
.file-box__icon--price {
  width: 42px;
  height: 48px;
}
.file-box__icon--download {
  fill: #fff;
  width: 48px;
  height: 46px;
}
.file-box__icon--pdf {
  height: 46px;
  width: 36px;
  transition: 0.2s fill;
}
.file-box__main {
  position: relative;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #e8e8e8;
  transition: 0.2s border-color, 0.2s background-color;
}
.file-box__main:hover {
  border-color: #00a551;
}
.file-box__main--download:hover .file-box__overlay {
  opacity: 1;
}
.file-box__main--award:hover {
  background-color: #00a551;
}
.file-box__main--award:hover .file-box__icon {
  fill: #fff;
}
.file-box__overlay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00a551;
  opacity: 0;
  transition: 0.2s opacity;
}
.file-box__text {
  margin-top: 12px;
  color: #fff;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
}
.file-box__summary {
  text-align: center;
  margin-top: 16px;
  color: #594f45;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 300;
}
.l-file-box {
  display: inline-block;
  vertical-align: top;
  margin-left: 26px;
  margin-bottom: 40px;
}
.fofo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background-image: url("/local/templates/main_home/img/bg404.png");
}
.fofo__logo {
  color: #fff;
  font-family: "Bitter";
  font-size: 320px;
  font-weight: 700;
  text-shadow: -1px 1px 11px #fff;
}
@media screen and (max-width: 767px) {
  .fofo__logo {
    font-size: 220px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .fofo__logo {
    font-size: 100px;
    margin-bottom: 35px;
  }
}
.fofo__text {
  margin-top: -35px;
  margin-bottom: 85px;
  color: #fff;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 700;
  opacity: 0.9;
}
@media screen and (max-width: 500px) {
  .fofo__text {
    margin-bottom: 45px;
  }
}
.fofo__button {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  height: 50px;
  background-color: rgba(255,255,255,0.7);
  border-radius: 4px;
  color: #594f45;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  transition: 0.2s background-color;
}
.fofo__button:hover {
  background-color: #fff;
  color: inherit;
}
.footer {
  text-align: center;
  padding: 35px 0 50px;
  border-top: 1px solid #e8e8e8;
    text-align: center;
    padding: 35px 0 50px;
    border-top: 1px solid #e8e8e8;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.footer__copyright {
  display: inline-block;
  position: relative;
  bottom: 47px;
  padding: 0 23px;
  background-color: #fff;
  color: #bcb8b4;
  font-family: "Bitter";
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
}
.footer__section:nth-child(4) {
  margin: 0 90px 0 100px;
}
img.footer__logo{
  display: block;
  vertical-align: middle;
  max-width: 100%;
  width: 100px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  /* .footer__section:nth-child(4) {
    display: none;
  } */
}
@media screen and (max-width: 767px) {
  .footer__section {
    margin-top: 40px!important;
  }
  .footer__section:first-child {
    margin-top: 0;
  }
  img.footer__logo{
    margin: 0 auto 20px;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 767px) {
.vegan_card {
    align-items: center;
}
  .footer__inner {
    display: block;
    text-align: center;
  }
	.btb_link {
		margin: 30px 0px 50px 0px;
	}
}
.footer__list--no-title {
  /*margin-top: 35px;*/
}
@media screen and (max-width: 767px) {
  .footer__list--no-title {
    margin-top: 0;
  }
}
.footer__title {
  margin-bottom: 20px;
  color: #594f45;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer__link {
  display: inline;
  color: #594f45;
  fill: #949494;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 300;
}
.footer__link::after {
  content: "";
  display: block;
  margin-bottom: 12px;
}
.footer__link:last-child::after {
  margin-bottom: 0;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
            justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__icon {
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer__icon .icon {
  fill: #d1d1d1;
  transition: 0.2s fill;
}
.footer__icon--ok .icon {
  width: 20px;
  height: 32px;
}
.footer__icon--vk .icon {
  width: 32px;
  height: 18px;
}
.footer__icon--fb .icon {
  width: 16px;
  height: 32px;
}
.footer__icon--instagram .icon {
  width: 32px;
  height: 32px;
}
.footer__icon:last-child {
  margin-right: 0;
}
.footer__icon:hover .icon {
  fill: #594f45;
}
.footer__contact {
  margin-bottom: 10px;
  color: #594f45;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 300;
}
.social-mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .social-mobile {
    display: block;
    margin-top: 40px;
  }
}
.good-list {
  font-size: 0;
}
.good {
  width: 268px;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
}
.good--auto {
  height: auto;
  border-radius: 10px;
}
.good__image {
  display: block;
margin-bottom: 10px;
  text-align: center;
}
.good__image img {
  max-width: 100%;
  max-height: 100%;
}
.good__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
  margin-bottom: 20px;
  /*padding-top: 19px;*/
  /*border-top: 1px solid #e8e8e8;*/
}
.good__quantity {
  margin-left: auto;
}
.good__box {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.good__link {
  font-family: "Roboto";
  color: #594f45;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1;
  max-height: 68px;
}
.good__info {
  font-family: "Roboto";
  color: #594f45;
  font-size: 13px;
  font-weight: 300;
}
.good.good--product {
  border: none;
  padding: 0;
}
.good--product .good__row {
  height: auto;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  display: block;
  margin-bottom: 15px;
  background: #fefefe;
}

.good--product .good__row .price {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .good--product {
    width: auto;
  }
}

.good__buy {
  display:flex;
}
.good__buy  .good__quantity {
  margin-left: 0;
  margin-right: 15px;
}
.good__buy  .quantity__box, .good__buy .quantity__control {
  height: 36px;
}
.good__canbuy {
  font-size: 13px;
}
.good__canbuy span {
  color: #00a551;
  font-weight: 500;
}
.good .button--regular {
  min-width: 0px;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
}
.l-good-shop {
  display: inline-block;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) and (max-width: 1170px) {
  .l-good-shop {
    width: 48%;
  }
}
@media screen and (max-width: 850px) {
  .l-good-shop {
    width: 48%;
  }
}
@media screen and (max-width: 560px) {
  .l-good-shop {
    width: 100%;
  }
}
.l-good-shop:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 900px) and (max-width: 1170px) {
  .l-good-shop {
    margin-right: 4%;
  }
  .l-good-shop:nth-child(3n) {
    margin-right: 4%;
  }
  .l-good-shop:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 850px) {
  .l-good-shop {
    margin-right: 4%;
  }
  .l-good-shop:nth-child(3n) {
    margin-right: 4%;
  }
  .l-good-shop:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 560px) {
  .l-good-shop {
    margin-right: 0;
  }
  .l-good-shop:nth-child(3n) {
    margin-right: 0;
  }
}
.l-good-list {
  width: 100%;
}
.l-good {
  display: inline-block;
  vertical-align: top;
  margin-right: 2.4%;
  margin-top: 30px;
  width: 23.2%;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .l-good {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .l-good {
    width: 100%;
  }
}
.l-good:nth-child(4n) {
  margin-right: 0;
}
.l-good:nth-child(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .l-good {
    margin-right: 4%;
  }
  .l-good:nth-child(4n) {
    margin-right: 4%;
  }
  .l-good:nth-child(-n+4) {
    margin-top: 30px;
  }
  .l-good:nth-child(2n) {
    margin-right: 0;
  }
  .l-good:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .l-good {
    margin-right: 0;
  }
  .l-good:nth-child(4n) {
    margin-right: 0;
  }
  .l-good:nth-child(-n+2) {
    margin-top: 30px;
  }
  .l-good:first-child {
    margin-top: 0;
  }
}
.good-carousel {
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1290px) {
  .good-carousel {
    padding: 0 30px;
  }
}
.good-carousel .good {
  width: auto;
  margin-right: 0;
}
.good-carousel .good .good__image {
height: 180px;
}
.good-carousel__arrow {
  position: absolute;
  top: 40%;
  display: inline-block;
  cursor: pointer;
  fill: #d1d1d1;
  transition: 0.2s fill;
}
.good-carousel__arrow .icon {
  width: 17px;
  height: 32px;
}
.good-carousel__arrow:hover {
  fill: #00a551;
}
.good-carousel__arrow--left {
  left: -30px;
}
.good-carousel__arrow--right {
  right: -30px;
}
.good-carousel .owl-stage-outer {
  z-index: 250;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.header {
  background-color: #594f45;
  height: 40px;
}
.header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header__city {
  display: block;
  width: 165px;
  box-sizing: border-box;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .header__city {
    display: none;
  }
}
.header__overflow-hack {
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.header__phone {
  margin-right: auto;
  margin-left: 33px;
}
@media screen and (max-width: 1200px) {
  .header__phone {
    margin-left: 0;
  }
}
.header__search {
  margin-right: 80px;
}
@media screen and (max-width: 1200px) {
  .header__search {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header__user {
    display: none;
  }
}
.header__cart {
  position: relative;
  padding-left: 34px;
  margin-right: 70px;
  color: #fff;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .header__cart {
    margin-right: 130px;
  }
}
@media screen and (max-width: 450px) {
  .header__cart {
    margin-right: 40px;
  }
}
.header__cart::before {
  content: attr(data-ammount);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: -4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #00a551;
  color: #fff;
  font-weight: 500;
}
.header__cart:hover::before {
  color: #fff;
}
.header--bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 251;
  background-color: transparent;
}
.history {
  width: 970px;
  margin: 0 auto;
  padding-left: 19px;
  border-left: 1px solid #e8e8e8;
  overflow-y: hidden;
}
@media screen and (max-width: 1024px) {
  .history {
    width: auto;
  }
}
@media screen and (max-width: 450px) {
  .history {
    border-left: 0;
  }
}
.history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
}
.history__item:last-child {
  margin-bottom: 0;
}
.history__item:hover .history__date {
  color: #00a551;
}
.history__item:hover .history__date::before {
  width: 7px;
}
@media screen and (max-width: 1024px) {
  .history__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 450px) {
  .history__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.history__date {
  position: relative;
  font-family: "Bitter";
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  transition: 0.2s color;
  white-space: nowrap;
}
.history__date::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -19px;
  height: 29px;
  width: 0;
  background-color: #00a551;
  transition: 0.2s width;
}
.history__date.is-active {
  color: #00a551;
}
.history__date.is-active::before {
  width: 7px;
}
.history__text {
  width: 770px;
  margin-top: -5px;
  line-height: 1.9em;
}
@media screen and (max-width: 1024px) {
  .history__text {
    width: auto;
    padding-left: 50px;
  }
}
@media screen and (max-width: 450px) {
  .history__text {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
.icon-text {
  position: relative;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 300;
}
.icon-text .icon {
  position: absolute;
  transition: 0.2s fill;
}
.icon-text--city,
.icon-text--user {
  padding-left: 24px;
}
.icon-text--city .icon {
  left: -1px;
  top: -2px;
  height: 19px;
  width: 15px;
}
.icon-text--user .icon {
  left: -1px;
  top: -2px;
  height: 19px;
  width: 15px;
}
.icon-text--phone {
  padding-left: 31px;
  font-weight: 600;
}
.icon-text--phone .icon {
  left: 3px;
  top: -1px;
  height: 19px;
  width: 19px;
}
.icon-text--white {
  color: #fff;
  fill: #fff;
}
.icon-text__inner {
  position: static;
  color: inherit;
  transition: none;
}
.icon-text__inner .icon {
  display: none;
  opacity: 0;
}
.icon-text__inner--white {
  color: #fff;
}
.input {
  width: 359px;
  height: 33px;
  box-sizing: border-box;
}
@media screen and (max-width: 468px) {
  .input {
    width: 100%;
  }
}
.input--large {
  width: 423px;
}
@media screen and (max-width: 660px) {
  .input--large {
    width: 100%;
  }
}
.input--alert {
  margin-bottom: 30px;
  transition: 0.2s margin;
}
.input--alert .input__box {
  box-shadow: 0 0 3px 1px #f00;
  transition: 0.2s box-shadow;
  outline: none;
}
.input__box {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  padding-left: 10px;
  color: #594f45;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  outline-color: #009549;
}
.input__box::-webkit-input-placeholder {
  color: #594f45;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
}
.input__alert {
  margin-top: 5px;
}
.input.__bad {
  position: relative;
}
.input.__bad::before {
  content: 'Обязательное поле';
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  line-height: 1em;
  color: #666;
  font-weight: 300;
}
.input.__bad input {
  border: 1px solid #f00;
}
.input.__bad.__nobad::before {
  content: none;
}
.input.__bad.__nobad input {
  border: 1px solid #d1d1d1;
}
.l-input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 660px) {
  .l-input-row {
    display: block;
    margin-bottom: 15px;
  }
}
.l-input-row:last-child {
  margin-bottom: 0;
}
.l-input {
  margin-bottom: 15px;
}
.l-input__label {
  display: inline-block;
  margin-bottom: 3px;
}
.l-input:last-child {
  margin-bottom: 0;
}
.label {
  color: #594f45;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 660px) {
  .label {
    display: block;
    margin-bottom: 3px;
  }
}
.label--gray {
  color: #bcb8b4;
}
.label--bold {
  font-weight: 700;
}
.logo--white .icon {
  fill: #fff;
}
.logo img {
  max-width: 100%;
}
.mobile-menu-show {
  display: none;
}
@media screen and (max-width: 1200px) {
  .mobile-menu-show {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 2001;
    margin-left: 1em;
    color: #594F45;
    cursor: pointer;
  }
  .mobile-menu-show::after {
    content: "Меню";
    position: absolute;
    top: 13px;
    right: 85%;
    padding-right: 6px;
    font-size: 16px;
    line-height: 1em;
    color: #fff;
    font-weight: 300;
  }
  .mobile-menu-show.mobile-open::after {
    content: none;
  }
}
.mobile-menu-show__top,
.mobile-menu-show__bottom {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -8px;
  border-radius: 3px;
  width: 20px;
  height: 3px;
  background: #00a551;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}
.mobile-menu-show.mobile-open .mobile-menu-show__top {
  -webkit-transform: rotate(45deg) translate3d(4px, 4px, 0);
          transform: rotate(45deg) translate3d(4px, 4px, 0);
  background: #594f45;
}
.mobile-menu-show__middle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 20px;
  height: 3px;
  border-radius: 3px;
  margin-top: -2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #00a551;
  transition: width 150ms ease, opacity 150ms ease;
}
.mobile-menu-show.mobile-open .mobile-menu-show__middle {
  width: 0;
  opacity: 0;
}
.mobile-menu-show__bottom {
  -webkit-transform: translate3d(0, 12px, 0);
          transform: translate3d(0, 12px, 0);
}
.mobile-menu-show.mobile-open .mobile-menu-show__bottom {
  -webkit-transform: rotate(-45deg) translate3d(-4px, 4px, 0);
          transform: rotate(-45deg) translate3d(-4px, 4px, 0);
  background: #594f45;
}
@media screen and (max-width: 1200px) and (max-width: 450px) {
  .mobile-menu-show:after {
    content: none;
  }
}
.mobile-menu {
  display: none;
}
@media screen and (max-width: 1200px) {
  .mobile-menu {
    display: block;
    position: fixed;
    width: 220px;
    padding: 13px 20px 30px;
    z-index: 2000;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    transition: background 250ms linear;
    -webkit-transform: translateX(260px);
            transform: translateX(260px);
    transition: all 200ms ease-out;
  }
  .mobile-menu.mobile-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    box-shadow: 0px 0px 98px 0px rgba(0,0,0,0.18);
  }
}
.mobile-menu__nav-item {
  margin-top: 30px;
}
.mobile-menu__nav-item:first-child {
  margin-top: 0;
}
.mobile-menu__nav-link {
  color: #594f45;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #00a551;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  transition: none;
}
.mobile-menu__nav-link.current{
  color: #00a551;
}
.mobile-menu__nav-link:hover,
.mobile-menu__nav-link.is-active {
  border-color: transparent;
}
.mobile-menu__nav-link.is-active {
  color: #00a551;
  cursor: default;
}
.mobile-menu__city a {
  display: block;
  width: 200px;
  box-sizing: border-box;
  white-space: nowrap;
}
.mobile-menu__city-hack {
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.modal {
  display: none;
  position: relative;
  padding: 40px;
  width: 438px;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 2000;
}
.personal {
   font-size: 12px;
   line-height: 1.3;
   color: #bcb8b4;
}
.personal a {
   color: #1e4cf8;
}
@media screen and (max-width: 468px) {
  .modal {
    width: 96%;
    padding: 20px;
  }
}
.modal__title {
  margin-bottom: 20px;
}
.modal__close {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  right: 12px;
}
.modal__question {
  margin-bottom: 40px;
  text-align: center;
  color: #594f45;
  font-size: 24px;
  font-weight: 300;
}
.modal__box {
  margin-top: 33px;
}
.modal__box a{
  cursor:pointer;
}
.modal__box--dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.modal__box:first-child {
  margin-top: 0;
}
.modal__alert {
  text-align: center;
  color: #594f45;
  font-size: 18px;
  font-weight: 300;
}
.modal.is-active,
.modal.is-showing,
.modal.is-hiding {
  display: block;
}
.modal.is-showing {
  -webkit-animation: modal-in 0.4s forwards;
          animation: modal-in 0.4s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.63, 0.39, 0.3, 1.06);
          animation-timing-function: cubic-bezier(0.63, 0.39, 0.3, 1.06);
}
.modal.is-hiding {
  -webkit-animation: modal-out 0.4s forwards;
          animation: modal-out 0.4s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.63, 0.39, 0.3, 1.06);
          animation-timing-function: cubic-bezier(0.63, 0.39, 0.3, 1.06);
}
.modal.is-fading-in,
.modal.is-fading-out {
  display: block;
}
.modal.is-fading-in {
  -webkit-animation: fading-in 0.2s forwards;
          animation: fading-in 0.2s forwards;
}
.modal.is-fading-out {
  -webkit-animation: fading-out 0.2s forwards;
          animation: fading-out 0.2s forwards;
}
.modal--notification {
  position: fixed;
  top: 100px;
  right: 0;
  width: 288px;
  box-shadow: 0 0 15px 5px rgba(89,79,69,0.1);
}
@media screen and (max-width: 670px) {
  .modal--notification {
    top: 0;
    right: 5%;
    width: 90%;
    z-index: 99999999;
  }
}
.modal--notification.is-showing {
  -webkit-animation: notificate-in 0.5s forwards;
          animation: notificate-in 0.5s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.63, 0.39, 0.3, 1.06);
          animation-timing-function: cubic-bezier(0.63, 0.39, 0.3, 1.06);
}
@media screen and (max-width: 670px) {
  .modal--notification.is-showing {
    -webkit-animation: notificate-in-min 0.5s forwards;
            animation: notificate-in-min 0.5s forwards;
  }
}
.modal--notification.is-active {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}
@media screen and (max-width: 670px) {
  .modal--notification.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.modal--notification.is-hiding {
  -webkit-animation: notificate-out 0.5s forwards;
          animation: notificate-out 0.5s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.63, 0.39, 0.3, 1.06);
          animation-timing-function: cubic-bezier(0.63, 0.39, 0.3, 1.06);
}
@media screen and (max-width: 670px) {
  .modal--notification.is-hiding {
    -webkit-animation: notificate-out-min 0.5s forwards;
            animation: notificate-out-min 0.5s forwards;
  }
}
.nav {
  text-align: center;
  padding: 16px 0 10px;
  border-bottom: 1px solid #e8e8e8;
}

.sss {
    padding-top: 20px;
}

.nav__copyright {
  display: inline-block;
  position: relative;
  padding: 0 23px;
  background-color: #fff;
  color: #bcb8b4;
  font-family: "Bitter";
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__list {
  width: 40%;
}
.nav__list:first-child {
  text-align: right;
}
.nav__list:last-child {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .nav__list {
    display: none;
  }
}
.nav__item {
  display: inline-block;
  margin-right: 8px;
  color: #594f45;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #00a551;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: none;
}
.nav__item.current{
  color: #00a551;
}
.nav__item:last-child {
  margin-right: 0;
}
.nav__item:hover,
.nav__item.is-active {
  border-color: transparent;
}
.nav__item.is-active {
  color: #00a551;
  cursor: default;
}
.nav__item--white {
  color: #fff;
  border-color: #fff;
}
.nav__item--white:hover {
  color: #fff;
}
.nav__logo {
  display: block;
  margin: 0 59px;
  width: 90px;
}
.nav__logo .icon {
  width: 90px;
  height: 92px;
}
.nav--bg {
  position: absolute;
  padding-top: 62px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 250;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .nav--bg {
    position: static;
    padding-top: 0;
  }
}
.note {
  color: #00a551;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
}
.order {
  position: relative;
  padding: 35px 70px;
  border: 1px solid #d1d1d1;
}
.order__title {
  margin-bottom: 25px;
  color: #00a551;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
}
.order__title span {
  font-weight: 300;
}
.order__row span {
  display: inline-block;
  vertical-align: top;
}
.order__row span:first-child {
  color: #bcb8b4;
  width: 135px;
  margin-right: 80px;
}
.order__row span:last-child {
  color: #594f45;
  width: 270px;
}
.order__info {
  margin-bottom: 60px;
}
.order__main {
  display: none;
  margin-top: 25px;
}
.order__main.is-active {
  display: block;
}
.order__table {
  margin-bottom: 36px;
}
.order__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.order__button {
  margin-right: 30px;
}
.order__button:last-child {
  margin-right: 0;
}
.order__close {
  position: absolute;
  right: 21px;
  top: 21px;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}
.order__close .icon {
  fill: #594f45;
  width: 26px;
  height: 26px;
  transition: 0.3s fill;
}
.order__close.is-active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.order__close:hover .icon {
  fill: #00a551;
}
.l-order {
  margin-bottom: 20px;
}
.l-order:last-child {
  margin-bottom: 0;
}
.overlay {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(89,79,69,0.5);
  z-index: 1000;
  overflow-y: hidden;
}
.overlay.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: overlayShow 0.4s forwards;
          animation: overlayShow 0.4s forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.overlay.is-hiding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: overlayHide 0.4s forwards;
          animation: overlayHide 0.4s forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination__item {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border: 2px solid #949494;
  border-radius: 50%;
  color: #949494;
  background-color: transparent;
  transition: 0.2s color, 0.2s border-color;
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination__item:hover {
  color: #00a551;
  border-color: #00a551;
}
.pagination__item.is-active {
  background-color: #00a551;
  border-color: #00a551;
  color: #fff;
}
.pagination__item.is-disabled:hover {
  color: inherit;
  border-color: #949494;
}
.l-pagination {
  margin-top: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.payment-delivery {
  padding: 55px 0;
  border-bottom: 1px solid #e8e8e8;
}
.payment-delivery:first-child {
  padding-top: 0;
}
.payment-delivery:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.payment-delivery .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.payment-delivery__image {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 370px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.payment-delivery__item {
  width: 310px;
  margin-right: 50px;
}
.payment-delivery__item:last-child {
  margin-right: 0;
}
.payment-delivery__title {
  margin-bottom: 25px;
  color: #594f45;
  font-family: "Bitter";
  font-size: 18px;
  font-weight: 700;
}
.payment-delivery__title--green {
  color: #00a551;
}
.price {
  color: #594f45;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
}
.price--old {
  margin-right: 10px;
  font-weight: 300;
  text-decoration: line-through;
}
@media screen and (max-width: 400px) {
  .good-carousel .price {
    font-size: 16px;
    font-weight: 700;
  }
}
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
position:relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .product {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .product {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.product__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  flex-shrink: 0;
  border: 1px solid #e8e8e8;
}
@media screen and (max-width: 1200px) {
  .product__image {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .product__image {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }

}
.product__image img {
  display: inline-block;
  max-width: 100%;
}

.product__info {
  flex-grow: 1;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .product__info {
    margin-left: 0px;
    width: 100%;
  }
}

.product__info-short {
  margin-bottom: 30px;
}
.product .catalog_intro_list {
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  border: 1px solid #e8e8e8;
}
.product .catalog_intro_list_img {
  height: 56px;
}
.product .catalog_intro_list img {
  width: 48px;
}
.product .catalog_intro_list_item {
  width: 33%;
  box-sizing: border-box;
}
.catalog_intro_list.showmob .catalog_intro_list_img {
  height: 56px;
}
.catalog_intro_list.showmob {
  display:none;
  padding: 15px;
  box-sizing: border-box;

  border: 1px solid #e8e8e8;
}

.catalog_intro_list.showmob img {
  width: 48px;
}
@media (max-width: 768px) {
  .product .catalog_intro_list {
    display:none;
  }
 .catalog_intro_list.showmob {
   display: flex;
  }
}
@media (max-width: 450px) {
  .catalog_intro_list.showmob {
    flex-direction: column;
  }
  .catalog_intro_list.showmob .catalog_intro_list_item {
    width: 100%;
    display:flex;
    align-items: center;
  }
  .catalog_intro_list.showmob .catalog_intro_list_item + .catalog_intro_list_item {
    margin-top: 30px;
  }
  .catalog_intro_list.showmob .catalog_intro_list_text {
    margin-top: 0px;
    text-align: left;
  }
  .catalog_intro_list.showmob .catalog_intro_list_img {
    margin-right: 30px;
    width: 48px;
  }
}
.product__phone {
  position: relative;
  display: inline-block;
  margin: 28px 0 25px 28px;
  padding-bottom: 2px;
  border-bottom: 1px dashed #00a551;
  color: #00a551;
}
.tutorial_order{
  margin: 0 0 25px 28px;
}
.video__popup{
  width:100%;
  max-width:800px;
}
.video__popup .container{
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}
.video__popup iframe,
.video__popup object,
.video__popup embed{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

@media screen and (max-width: 767px) {
  .product__phone {
    margin-left: 28px;
  }
}
.product__phone .icon {
  position: absolute;
  width: 19px;
  height: 19px;
  left: -28px;
  top: 2px;
  fill: #00a551;
}
.product__phone:hover {
  border-color: transparent;
}
.product__share {
  margin-bottom: 40px;
}
.product__list-c {
  margin-top: 7px;
}
.product__concetration {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box;
  padding-top: 10px;
  margin-right: 8px;
  width: 38px;
  height: 50px;
  color: #594f45;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 300;
}
.product__concetration .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 50px;
  z-index: -1;
}
.product__concetration:hover {
  color: #594f45;
}
.product__concetration:last-child {
  margin-right: 0;
}
.product__concetration--100 {
  fill: #bcb8b4;
}
.product__concetration--100:hover,
.product__concetration--100.is-active {
  fill: #fee629;
}
.product__concetration--50 {
  fill: #e4e2e2;
}
.product__concetration--50:hover,
.product__concetration--50.is-active {
  fill: #feef76;
}
.product__concetration--30 {
  fill: #f1f0f0;
}
.product__concetration--30:hover,
.product__concetration--30.is-active {
  fill: #fff7ba;
}
.product__concetration--1 {
  fill: #f5f4f4;
}
.product__concetration--1:hover,
.product__concetration--1.is-active {
  fill: #fff7ba;
}
.product-info {
  margin-top: 70px;
}
@media screen and (max-width: 800px) {
  .product-info {
    margin-top: 40px;
  }
}
.product-info__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .product-info__controls {
    display: block;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
.product-info__control {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  box-sizing: border-box;
  height: 60px;
  margin-bottom: -1px;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .product-info__control {
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    padding: 0 30px;
  }
}
.product-info__control .icon {
  position: relative;
  bottom: -100%;
  margin-right: 8px;
  fill: #594f45;
  transition: 0.3s bottom, 3s color;
}
@media screen and (max-width: 800px) {
  .product-info__control .icon {
    bottom: auto;
    display: inline-block;
    vertical-align: middle;
    display: none;
  }
}
.product-info__control--summary .icon {
  width: 21px;
  height: 28px;
}
.product-info__control--properties .icon {
  width: 24px;
  height: 24px;
}
.product-info__control--practice .icon {
  width: 32px;
  height: 22px;
}
.product-info__control--feedback .icon {
  width: 32px;
  height: 28px;
}
.product-info__control::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #594f45;
  transition: 0.3s height, 3s color;
}
.product-info__control.is-active {
  cursor: default;
}
.product-info__control.is-active .icon {
  bottom: 0;
}
@media screen and (max-width: 800px) {
  .product-info__control.is-active .icon {
    bottom: auto;
    display: inline-block;
  }
}
.product-info__control.is-active::after {
  height: 4px;
}
.product-info__control:hover,
.product-info__control.is-active {
  color: #00a551;
}
.product-info__control:hover .icon,
.product-info__control.is-active .icon {
  fill: #00a551;
}
.product-info__control:hover::after,
.product-info__control.is-active::after {
  background-color: #00a551;
}
.product-info__main {
  border: 1px solid #d1d1d1;
}
.product-info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #594f45;
  font-family: "Bitter";
  font-size: 16px;
  font-weight: 600;
}
.product-info__title .icon {
  margin-right: 8px;
  width: 30px;
  height: 30px;
  fill: #594f45;
}
.product-info__box {
  display: none;
  padding: 50px 60px;
}
@media screen and (max-width: 850px) {
  .product-info__box {
    padding: 20px;
  }
}
.product-info__box.is-active {
  display: block;
}
.product-info__inner {
  width: 700px;
}
@media screen and (max-width: 850px) {
  .product-info__inner {
    width: auto;
  }
}
.promo-slider {
  position: relative;
  width: 1230px;
  left: -30px;
  height: 360px;
}
@media screen and (max-width: 1260px) {
  .promo-slider {
    width: 100%;
    left: 0;
    height: auto;
  }
}
.promo-slider__item {
  display: block;
  width: 100%;
  height: 100%;
}
.promo-slider__item img {
  max-height: 100%;
  max-width: 100%;
}
.promo-slider__arrow {
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-top: -25px;
  fill: #fff;
  cursor: pointer;
  transition: 0.2s fill;
}
.promo-slider__arrow--left {
  left: 5%;
}
.promo-slider__arrow--right {
  right: 5%;
}
.promo-slider__arrow .icon {
  width: 26px;
  height: 51px;
}
.promo-slider__arrow:hover {
  fill: #00a551;
}
.promo-slider__dots {
  position: absolute;
  bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1260px) {
  .promo-slider__dots {
    display: none !important;
  }
}
.promo-slider__dot {
  display: inline-block;
  margin-right: 14px;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.promo-slider__dot:last-child {
  margin-right: 0;
}
.promo-slider__dot.active {
  background-color: #fff;
  cursor: default;
}

.promo-slider__arrows.disabled{
  display: none;
}
/*  */


.quantity {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.quantity__box,
.quantity__control {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  border: 1px solid #bcb8b4;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 400;
  box-sizing: border-box;
}
.quantity__box:first-child,
.quantity__control:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-right: none;
}
.quantity__box:last-child,
.quantity__control:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left: none;
}
.quantity__control {
  width: 30px;
  cursor: pointer;
  transition: 0.1s background-color ease-out, 0.1s border-color ease-out, 0.1s color ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.quantity__control:hover {
  background-color: #d1d1d1;
}
.quantity__control:active {
  background-color: #00a551;
  border-color: #00a551;
  color: #fff;
}
.quantity__control.is-disabled {
  background-color: #fff;
  border-color: #bcb8b4;
  cursor: default;
}
.quantity__control.is-disabled:hover {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}
.quantity__control.is-disabled:active {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}
.quantity__box {
  width: 36px;
  text-align: center;
  padding: 0 4px;
  outline: none;
}
.question-answer {
  padding-bottom: 60px;
  margin-bottom: 45px;
  border-bottom: 1px solid #e8e8e8;
}
.question-answer:last-child {
  margin-bottom: 0;
}
.question-answer__question {
  margin-bottom: 40px;
}
.question-answer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.question-answer__title {
  margin-right: 10px;
  color: #594f45;
  font-family: "Bitter";
  font-size: 16px;
  font-weight: 700;
}
.question-answer__date {
  padding-top: 4px;
  color: #949494;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 300;
}
.question-answer__text {
  line-height: 1.9em;
}
.question-answer__subtitle {
  margin-bottom: 14px;
  color: #00a551;
  font-family: "Bitter";
  font-size: 16px;
  font-weight: 400;
}
.question-answer__answer {
  padding-left: 23px;
  border-left: 5px solid #00a551;
}
.l-question-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
.quote {
  position: relative;
  padding-left: 96px;
  color: #00a551;
  font-family: "Bitter";
  font-style: italic;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .quote {
    padding-left: 61px;
  }
}
.quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 35px;
  width: 32px;
  height: 28px;
  background-image: url("/local/templates/main_home/img/quote.png");
}
@media screen and (max-width: 767px) {
  .quote::before {
    left: 0;
  }
}
.l-quote {
  margin: 40px 0;
}
.rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rate__icon {
  position: relative;
  margin-right: 15px;
  height: 16px;
  width: 88px;
  fill: #bcb8b4;
}
.rate__icon--radio {
  margin-left: 8px;
  margin-right: -7px;
  cursor: pointer;
}
.l-rate {
  margin-bottom: 6px;
}
.l-rate:last-child {
  margin-bottom: 0;
}
.search__input {
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
.search__inner {
  width: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  border-color: transparent;
  font-size: 13px;
  font-weight: 400;
  padding-left: 0;
  padding-bottom: 4px;
  outline: none;
}
.search__inner::-webkit-input-placeholder {
  opacity: 0.8;
}
.search__control {
  display: inline-block;
  vertical-align: top;
  width: 19px;
  height: 19px;
  fill: #fff;
  transition: 0.2s fill;
  cursor: pointer;
}
.search:hover .search__control {
  fill: #00a551;
}
.search.is-active .search__inner,
.search.is-collapsing .search__inner {
  border-color: #fff;
}
.search.is-active:hover .search__control,
.search.is-collapsing:hover .search__control {
  fill: #fff;
}
.search.is-active .search__input input {
  -webkit-animation: searchActive 0.3s forwards;
          animation: searchActive 0.3s forwards;
}
.search.is-collapsing .search__input input {
  -webkit-animation: searchCollapse 0.3s forwards;
          animation: searchCollapse 0.3s forwards;
}
.select {
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 19px;
}
.select__box {
  width: 359px;
}
.select__box--mini {
  width: 100px;
}
.select__box--large {
  width: 423px;
}
@media screen and (max-width: 660px) {
  .select__box--large {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .select2-container {
    width: 100% !important;
  }
}
.select2-container--default .select2-selection--single {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  outline: none;
}
.select2-container--open {
  z-index: 2000;
}
.select2-dropdown {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
}
.select2-results__option {
  color: #594f45;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 400;
}
.select2-results__option {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.select2-results__option:first-child {
  border-top: none;
}
.select2-results__option:last-child {
  border-bottom: none;
}
.select2-results__option[aria-selected=true] {
  background-color: #fff !important;
  border: none;
}
.select2-results__option--highlighted[aria-selected] {
  color: #fff !important;
  background-color: #00a551 !important;
}
.select2-selection__arrow {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px !important;
  height: 96% !important;
}
.select2-selection__arrow b {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 13px !important;
  height: 7px !important;
  margin: auto !important;
  border: none !important;
  background-image: url("/local/templates/main_home/img/select-arrow.png");
}
.select2-container--open .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select2-selection__rendered {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  box-sizing: border-box;
  color: #594f45 !important;
  font-family: "Roboto" !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1em !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #594f45;
}
.select2-container .select2-selection--single {
  height: 33px !important;
}
.select2-results__option {
  padding: 7px 9px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  color: #594f45;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 400;
  outline: none;
}
.bx-sls .bx-ui-sls-container {
  min-height: 33px;
}
.shop__side {
  float: left;
  width: 230px;
}
@media screen and (max-width: 900px) {
  .shop__side {
    float: none;
    width: auto;
  }
}
.shop__main {
  margin-left: 300px;
}
@media screen and (max-width: 900px) {
  .shop__main {
    margin-left: 0;
  }
}
.shop__category {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  padding: 0 10px;
  width: 100%;
  height: 280px;
  text-align: center;
  background-image: url("/local/templates/main_home/pic/shop-category.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.shop__title {
  text-shadow: 0 0 25px #594f45;
}
.shop__button {
  margin: 40px 0 50px;
}
.shop__summary {
  color: #bcb8b4;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7em;
}
.shop__summary.tab_description {
  color: #594f45;
}
.cart table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .cart table {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .cart tbody {
    display: block;
  }
}
.cart th,
.cart td {
  text-align: center;
  font-size: 15px;
  font-family: "Roboto";
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .cart th,
  .cart td {
    display: block;
  }
}
.cart th {
  padding: 16px 0;
  background-color: #e8e8e8;
}
.cart td {
  vertical-align: middle;
  padding: 20px 30px;
  white-space: nowrap;
}
.cart td:first-child {
  text-align: left;
  padding-left: 30px;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .cart td:first-child {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .cart td:last-child {
    padding-bottom: 30px;
  }
}
.cart tr {
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 767px) {
  .cart tr {
    display: block;
    border: 1px solid #e8e8e8;
    margin-top: 20px;
  }
}
.cart tr:first-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .cart tr:first-child {
    display: none;
  }
}
.tr--no-border {
  border: none;
}
.cart .table__good {
  width: 400px;
  height: 100px;
}
.cart .table__good:first-child {
  position: relative;
  padding-left: 145px;
}
@media screen and (max-width: 767px) {
  .cart .table__good {
    width: auto;
    height: auto;
  }
  .cart .table__good:first-child {
    padding-left: 30px;
  }
}
.cart .table__image {
  position: absolute;
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  left: 30px;
  text-align: center;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .cart .table__image {
    position: static;
    margin: 0 auto 10px;
  }
}
.cart .table__image a {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
}
.cart .table__image a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100px;
}
.cart .table__image img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.cart .table__info {
  display: block;
}
.cart .table__name {
  display: inline-block;
  text-align: left;
  color: #594f45;
}
@media screen and (max-width: 767px) {
  .cart .table__name {
    text-align: center;
  }
}
.cart .table__value {
  margin-top: 10px;
  text-align: left;
  color: #bcb8b4;
}
@media screen and (max-width: 767px) {
  .cart .table__value {
    text-align: center;
  }
}
.cart .table__delete {
  display: block;
  margin-top: 14px;
}
.cart .table__pos-hack {
  margin-bottom: 35px;
  white-space: nowrap;
}
.cart .table__pos-discount {
   font-weight: 600;
  margin-bottom: 15px;
  white-space: nowrap;
}
.cart .table__pos-hack span {
  display: none;
}
@media screen and (max-width: 767px) {
  .cart .table__pos-hack {
    margin-bottom: 0;
  }
  .cart .table__pos-hack span {
    display: inline;
  }
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs__item {
  display: inline-block;
  position: relative;
  margin-right: 40px;
  padding-bottom: 8px;
  color: #949494;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.good-list .tabs__item {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tabs__item {
    margin-right: 0;
    margin-top: 20px;
  }
  .tabs__item:first-child {
    margin-top: 0;
  }
}
.tabs__item:last-child {
  margin-right: 0;
}
.tabs__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  height: 4px;
  width: 100%;
  background-color: #949494;
  opacity: 0;
  transition: 0.3s bottom, 0.3s opacity;
}
.tabs__item:hover {
  color: #949494;
}
.tabs__item:hover::after {
  bottom: 0px;
  opacity: 1;
}
.tabs__item.is-active {
  color: #00a551;
}
.tabs__item.is-active::after {
  background-color: #00a551;
  bottom: 0px;
  opacity: 1;
}
.tabs--centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.good-list .tabs--centered {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .tabs--centered {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tech-info {
  position: relative;
  width: 770px;
  margin: 0 auto;
  text-align: center;
  overflow-x: hidden;
}
@media screen and (max-width: 800px) {
  .tech-info {
    width: auto;
    padding: 0 15px;
  }
}
.tech-info__title {
  margin: 80px 0 70px;
  font-family: "Bitter";
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5em;
}
.tech-info__icon {
  position: absolute;
  fill: #e7ded9;
}
.tech-info__icon--cone {
  top: -150px;
  left: -300px;
  -webkit-transform: rotate(19deg);
          transform: rotate(19deg);
}
.tech-info__icon--mushroom {
  top: -28px;
  right: -350px;
}
.tech-forest {
  position: relative;
  margin-top: 300px;
  margin-bottom: 380px;
  padding: 90px 0 320px;
  background-color: #00a551;
}
@media screen and (max-width: 600px) {
  .tech-forest {
    margin-bottom: 300px;
  }
}
.tech-forest__text {
  width: 570px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-family: "Bitter";
  font-size: 24px;
  line-height: 1.5em;
}
@media screen and (max-width: 600px) {
  .tech-forest__text {
    width: auto;
    padding: 0 15px;
  }
}
.tech-forest::before {
  content: "";
  position: absolute;
  top: -155px;
  left: 0;
  width: 100%;
  height: 161px;
  background-image: url("/local/templates/main_home/img/tech-forest.png");
}
.tech-mountain {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 240px;
  width: 100%;
  height: 680px;
  box-shadow: inset 0px -91px 50px -21px #fff;
  background-image: url("/local/templates/main_home/img/tech-mountain.png");
}
.tech-mountain__text {
  width: 620px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9em;
}
@media screen and (max-width: 650px) {
  .tech-mountain__text {
    width: auto;
    padding: 0 15px;
  }
}
.tech-stages {
  padding: 50px 0 120px;
}
.tech-stages__inner {
  margin: 0 auto;
  width: 1030px;
}
@media screen and (max-width: 1060px) {
  .tech-stages__inner {
    width: auto;
    padding: 0 15px;
  }
}
.tech-stages__title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 110px;
  padding: 40px 0;
  border: 6px solid #594f45;
  font-family: "Bitter";
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6em;
}
@media screen and (max-width: 1060px) {
  .tech-stages__title {
    padding: 30px 10px;
    font-size: 24px;
  }
}
.tech-stages__list {
  padding: 0 30px;
}
@media screen and (max-width: 800px) {
  .tech-stages__list {
    padding: 0;
  }
}
.tech-stages__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 300px;
}
@media screen and (max-width: 1200px) {
  .tech-stages__item {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 800px) {
  .tech-stages__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 70px;
  }
}
.tech-stages__item:last-child {
  margin-bottom: 0;
}
.tech-stages__item:last-child::after {
  content: none;
}
.tech-stages__item::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 11px;
  width: 1px;
  height: 110px;
  background-color: #e8e8e8;
}
@media screen and (max-width: 800px) {
  .tech-stages__item::after {
    content: none;
  }
}
.tech-stages__item.is-active .tech-stages__name,
.tech-stages__item:hover .tech-stages__name {
  color: #00a551;
}
.tech-stages__item.is-active .tech-stages__summary,
.tech-stages__item:hover .tech-stages__summary {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.tech-stages__item.is-active .tech-stages__image,
.tech-stages__item:hover .tech-stages__image {
  opacity: 1;
}
.tech-stages__info {
  position: relative;
  width: 500px;
}
@media screen and (max-width: 800px) {
  .tech-stages__info {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}
.tech-stages__name {
  color: #d1d1d1;
  font-family: "Bitter";
  font-size: 24px;
  font-weight: 700;
  transition: 0.6s color;
}
@media screen and (max-width: 1200px) {
  .tech-stages__name {
    color: #00a551;
  }
}
.tech-stages__name span {
  margin-right: 25px;
  font-family: "Roboto";
  font-size: 36px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .tech-stages__name span {
    display: none;
  }
}
.tech-stages__summary {
  position: absolute;
  left: 56px;
  width: 340px;
  font-family: "Roboto";
  color: #bcb8b4;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8em;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
  transition: 0.6s opacity, 0.6s -webkit-transform;
  transition: 0.6s transform, 0.6s opacity;
  transition: 0.6s transform, 0.6s opacity, 0.6s -webkit-transform;
}
@media screen and (max-width: 1200px) {
  .tech-stages__summary {
    left: 0;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 800px) {
  .tech-stages__summary {
    position: static;
    width: auto;
  }
}
.tech-stages__image {
  position: relative;
  width: 270px;
  height: 170px;
  opacity: 0.4;
  transition: 0.6s opacity;
}
@media screen and (max-width: 1200px) {
  .tech-stages__image {
    opacity: 1;
  }
}
.tech-stages__item:nth-child(1) .tech-stages__image {
  background-image: url("/local/templates/main_home/pic/stage1.jpg");
}
.tech-stages__item:nth-child(2) .tech-stages__image {
  background-image: url("/local/templates/main_home/pic/stage2.jpg");
}
.tech-stages__item:nth-child(3) .tech-stages__image {
  background-image: url("/local/templates/main_home/pic/stage3.jpg");
}
.tech-stages__item:nth-child(4) .tech-stages__image {
  background-image: url("/local/templates/main_home/pic/stage4.jpg");
}
.tech-stages__item:nth-child(5) .tech-stages__image {
  background-image: url("/local/templates/main_home/pic/stage5.jpg");
}
.tech-stripe {
  padding: 45px 0;
  background-color: #00a551;
}
@media screen and (max-width: 800px) {
  .tech-stripe {
    height: auto;
    padding: 30px 0;
  }
}
.tech-stripe .wrap {
  position: relative;
}
.tech-stripe__text {
  position: relative;
  text-align: center;
  color: #fff;
  font-family: "Bitter";
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6em;
  z-index: 200;
}
@media screen and (max-width: 800px) {
  .tech-stripe__text {
    position: static;
    font-size: 24px;
  }
}
.tech-stripe__cone {
  position: absolute;
  top: -128px;
  left: -130px;
  z-index: 100;
}
@media screen and (max-width: 1300px) {
  .tech-stripe__cone {
    display: none;
  }
}
.tech-result {
  padding-top: 100px;
}
.tech-result a {
  color: #00a551;
  font-family: "Bitter";
  font-style: italic;
  font-weight: 700;
}
.tech-result a:hover {
  color: #949494;
}
.tech-result .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tech-result__glass,
.tech-result__bottle {
  position: absolute;
}
.tech-result__glass {
  top: -40px;
  left: -520px;
}
.tech-result__bottle {
  top: -30px;
  left: -150px;
}
@media screen and (max-width: 1300px) {
  .tech-result__bottle {
    left: auto;
    right: 550px;
  }
}
@media screen and (max-width: 767px) {
  .tech-result__bottle {
    display: none;
  }
}
.tech-result__inner {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .tech-result__inner {
    width: auto;
  }
}
.tech-result__top {
  text-align: center;
  margin-bottom: 40px;
}
.tech-result__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .tech-result__info {
    display: block;
  }
}
.tech-result__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .tech-result__item {
    margin-top: 50px;
  }
}
.tech-result__image {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .tech-result__image {
    margin-bottom: 20px;
  }
}
.tech-result__text {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .tech-result__text {
    width: 290px;
    text-align: center;
  }
}
.textarea--regular {
  width: 359px;
}
@media screen and (max-width: 500px) {
  .textarea--regular {
    width: auto;
  }
}
.textarea__box {
  width: 100%;
  min-height: 158px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  padding: 5px 10px;
  color: #594f45;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
  resize: none;
  outline-color: #00a551;
}
.title {
  color: #594f45;
  font-family: "Bitter";
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 32px;
  }
}
.title--big {
  font-size: 60px;
}
@media screen and (max-width: 900px) {
  .title--big {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .title--big {
    font-size: 40px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .title--big {
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  .title--big {
    font-size: 24px;
  }
}
.title--no-up {
  text-transform: none;
}
.title--small {
  font-size: 32px;
}
.title--product {
  font-size: 30px;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .title--product {
    font-size: 26px;
  }
}
@media screen and (max-width: 450px) {
  .title--product {
    font-size: 22px;
  }
}
.title--tiny {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .title--tiny {
    font-size: 18px;
  }
}
.title--white {
  color: #fff;
}
.l-main-title {
  text-align: center;
  margin-bottom: 65px;
}
.l-common-title {
  text-align: center;
  margin-bottom: 35px;
}
.l-unregular-title {
  margin-bottom: 35px;
}
.l-title-mt {
  margin-top: 66px;
}
.shop__side .title .icon {
  display: none;
}
@media screen and (max-width: 900px) {
  .shop__side .title {
    position: relative;
    margin-bottom: 20px;
    padding: 12px 10px 12px 18px;
    background: #00a551;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    line-height: 1em;
  }
  .shop__side .title .icon {
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    right: 18px;
    width: 36px;
    height: 40px;
    fill: #fff;
    transition: -webkit-transform 100ms ease-out;
    transition: transform 100ms ease-out;
    transition: transform 100ms ease-out, -webkit-transform 100ms ease-out;
  }
  .shop__side .title.active .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (max-width: 900px) and (max-width: 767px) {
  .shop__side .title .icon {
    top: calc(50% - 15px);
    width: 26px;
    height: 30px;
  }
}
.user-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1170px) {
  .user-feedback {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.user-feedback__left {
  -ms-flex-preferred-size: 730px;
      flex-basis: 730px;
}
@media screen and (max-width: 1170px) {
  .user-feedback__left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 40px;
  }
}
.user-feedback__left .user-feedback__title {
  font-family: "Bitter";
}
.user-feedback__right .user-feedback__title {
  margin-bottom: 25px;
  font-family: "Roboto";
}
.user-feedback__item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d1d1d1;
}
.user-feedback__item:last-child {
  margin-bottom: 0;
}
.user-feedback__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-feedback__date {
  margin-left: 18px;
  color: #949494;
  font-size: 14px;
  font-weight: 300;
}
.user-feedback__rate {
  margin: 12px 0 14px;
}
.user-feedback__answer {
  padding-left: 23px;
  border-left: 5px solid #00a551;
}
.user-feedback__title {
  color: #594f45;
  font-size: 16px;
  font-weight: 700;
}
.user-feedback__title--answer {
  margin: 30px 0 20px;
  color: #00a551;
}
.user-feedback__show-all {
  display: inline-block;
  margin: 25px 0 12px;
  color: #e8e8e8;
}
.user-feedback__button {
  margin-top: 32px;
}
.user-feedback__rates {
  margin-top: 30px;
}
.user-feedback__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}
.video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.video__container {
  position: absolute;
  height: 1080px;
  width: 1920px;
  top: 0;
  left: 0;
  z-index: -1;
}
.video__container-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("/local/templates/main_home/img/main.jpg");
  background-size: cover;
}
.video-overlay {
  background-image: url("/local/templates/main_home/img/black-criss-cross.png");
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  opacity: 0.4;
  background-repeat: repeat;
  z-index: -1;
}
.video__subtitle {
  position: relative;
  margin-top: 92px;
  color: #fff;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .video__subtitle {
    font-size: 15px;
    margin-top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .video__subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .video__subtitle {
    font-size: 13px;
    margin-top: 24px;
  }
}
.video__subtitle::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  height: 1px;
  width: 430px;
  margin-left: -215px;
  background-color: #fff;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .video__subtitle::before {
    top: -25px;
  }
}
@media screen and (max-width: 560px) {
  .video__subtitle::before {
    width: 220px;
    margin-left: -110px;
  }
}
@media screen and (max-width: 400px) {
  .video__subtitle::before {
    content: none;
  }
}
.video__title,
.video__subtitle {
  text-align: center;
}
.wholesale {
  background-image: url("/local/templates/main_home/img/board.png");
  padding: 80px 0;
}
.wholesale .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wholesale__list {
  width: 100%;
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  .wholesale__list {
    display: block;
    text-align: center;
  }
}
.wholesale__item {
  width: 286px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .wholesale__item {
    width: auto;
    margin-top: 50px;
  }
  .wholesale__item:first-child {
    margin-top: 0;
  }
}
.wholesale__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 160px;
}
@media screen and (max-width: 1024px) {
  .wholesale__image img {
    width: 100px;
  }
}
.wholesale__image--nuts img {
  position: relative;
  right: 10px;
}
.wholesale__text {
  color: #fff;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}
.l-wholesale-bottom {
  margin-top: 70px;
  text-align: center;
}
.l-wholesale-bottom__title {
  margin-bottom: 28px;
  color: #594f45;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 700;
}
.yamoney-pay-button {
  text-align: center;
  background: #ffdb4d;
}
.yamoney-pay-button__pay,
.yamoney-pay-button {
  background: #ffdb4d;
  border-radius: 4px;
  height: 64px;
  width: 155px;
  outline: 0px;
  border: 0px;
  transition: all 0.1s ease-out 0s;
  cursor: pointer;
}
.yamoney-pay-button__pay {
  position: relative;
  opacity: 0;
  z-index: 2;
}
.yamoney-pay-button:hover {
  background: #ffd633;
  transition: all 0.1s ease-out 0s;
  cursor: pointer;
}
.yamoney-pay-button:active {
  background: #fc0;
  cursor: pointer;
}
.yamoney-pay-button__text {
  position: relative;
  left: 0;
  top: -53px;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-family: YandexSansTextApp-Regular, Arial, Helvetica, sans-serif;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
.yamoney-pay-button__subtext {
  position: relative;
  left: 0;
  top: -55px;
  color: #000;
  font-size: 12px;
  font-family: YandexSansTextApp-Light, Arial, Helvetica, sans-serif;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
.yamoney-pay-button_type_fly {
  box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.12), 0 5px 10px -3px rgba(0,0,0,0.3);
}
.radio {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.radio__control {
  margin: 0;
  width: 13px;
  height: 13px;
  outline: none;
  visibility: hidden;
}
.radio__control + .radio__hack {
  position: relative;
  margin-left: -14px;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}
.radio__control:checked + .radio__hack {
  background-color: transparent;
  border-color: #594f45;
}
.radio__control:checked + .radio__hack:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #594f45;
}
.radio__hack {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.radio__label {
  margin-left: 15px;
  cursor: pointer;
}
.radio--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.radio--severall {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.radio--severall .label {
  margin-top: -2px;
}
.l-radio {
  margin-bottom: 12px;
}
.l-radio:last-child {
  margin-bottom: 0;
}
.l-radio-cart {
  margin-bottom: 30px;
}
.l-radio-cart:last-child {
  margin-bottom: 0;
}
.l-radio-summary__label {
  display: block;
  width: 320px;
  margin-top: 7px;
  padding-left: 30px;
  line-height: 1.5em;
}
@-webkit-keyframes modal-in {
  0% {
    -webkit-transform: translateY(400px);
            transform: translateY(400px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes modal-in {
  0% {
    -webkit-transform: translateY(400px);
            transform: translateY(400px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes modal-out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(400px);
            transform: translateY(400px);
  }
}
@keyframes modal-out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(400px);
            transform: translateY(400px);
  }
}
@-webkit-keyframes fading-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fading-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fading-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fading-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes notificate-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
}
@keyframes notificate-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
}
@-webkit-keyframes notificate-in-min {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes notificate-in-min {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@-webkit-keyframes notificate-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
}
@keyframes notificate-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
}
@-webkit-keyframes notificate-out-min {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes notificate-out-min {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@-webkit-keyframes overlayShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes overlayShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes overlayHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes overlayHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes searchActive {
  0% {
    width: 0;
  }
  100% {
    width: 370px;
  }
}
@keyframes searchActive {
  0% {
    width: 0;
  }
  100% {
    width: 370px;
  }
}
@-webkit-keyframes searchCollapse {
  0% {
    width: 370px;
  }
  100% {
    width: 0;
  }
}
@keyframes searchCollapse {
  0% {
    width: 370px;
  }
  100% {
    width: 0;
  }
}

/* new */

.home-promo-slider{
  margin-top: -20px;
  width: 100%;
  left: auto;
  height: auto;
}
.home-promo-slide{
  display: block;
  position: relative;
  z-index: 0;
}
.home-promo-slide__img{
  display: block;
  position: relative;
  height: 500px;
  z-index: 0;
}
.home-promo-slide img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.home-promo-slide h1{
  margin-top: 0;
  color: #fff;
  line-height: 1.3;
  text-transform: none;
  font-size: 64px;
}
.home-promo-slide__img::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: -1;
}
.home-promo-slide__img.not-toner::after{
  background-color: rgba(0,0,0,0);
}
.home-promo-slide__content{
  margin-left: 5%;
  width: 80%;
}
.home-promo-slide__text{
  font-size: 28px;
  color: #fff;
  margin-bottom: 1em;
}
.home-promo-slide .wrap{
  position: absolute;
  top: 3em;
  left: 0;
  right: 0;
  padding: 0 40px;
}
.home-promo-slide .button:hover{
  background-color: #00a551;
  color: #fff;
  opacity: 0.8;
}
.promo-slider__arrow{
  margin-top: -15px;
}
.promo-slider__arrow .icon{
  height: 30px;
}


.header-new{
  padding: 16px 0;
  background-color: #fff;
  height: auto;
  border-bottom: 1px solid #DADADA;
}
.header-new .header__phone{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 0;
  color: #594F45;
}
.header-new .header__phone a{
  font-weight: 500;
  color: #594F45;
  font-size: 16px;
}
.header-new .header__phone span{
  font-size: 11px;
  opacity: 0.7;
}
.header__logo img{
  vertical-align: middle;
  max-width: 100%;
  width: 74px;
}
.header__logo span{
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-left: 3em;
  color: #594F45;
}
.header-new .poisk{
  min-width: 32%;
}
.header-new .poisk .s1{
  width: calc(100% - 54px);
  border: 2px solid #DADADA;
  border-radius: 4px;
  font-size: 14px;
  height: 24px;
  margin: 0;
}
.header-new .poisk .s{
  background-image: url('/local/templates/main_home/../main_home/img/search-icon.svg');
  -webkit-background-size: 18px;
  background-size: 18px;
}
body .header-new{
  position: relative;
  background-color: #fff;
}

.nav-new .fixed-div2 .wrap{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.nav-new .nav__list{
  width: 100%;
}
.nav-new .header__cart{
  margin-right: 0;
  color: #594F45;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-weight: 400;
}
.header__cart-count{
  font-weight: 400;
}
.nav-new .header__cart::before{
  content: none;
}

.nav__catalog,.nav__catalog_menu{
  position: relative;
  cursor: pointer;
  padding-left: 1.6em;
  font-weight: 500;
  text-transform: uppercase;
  color: #594F45;
  font-size: 13px;
}
.nav__catalog.active::before{
  background-image: url('/local/templates/main_home/../main_home/img/exit.svg');
}
.nav__catalog::before,.nav__catalog_menu::before{
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/local/templates/main_home/../main_home/img/burger.svg');
  height: 14px;
  width: 14px;
}
.nav__catalog-wrap{
  padding: 2em 0 1em;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.nav__catalog-wrap.active{
  opacity: 1;
  visibility: visible;
}
.nav__catalog-wrap ul{
  margin: 0;
  padding-top: 0em;
  list-style: none;
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nav__catalog-wrap li{
  padding-right: 2em;
  margin-bottom: 1.5em;
  text-align: left;
}
.nav__catalog-wrap a{
  color: #594F45;
  font-size: 16px;
}
.nav__catalog-wrap a.current{
  color: #00a551;
}
.fixed-box2{
  position: relative;
}
.fixed-div2{
  padding: 10px 0 10px;
}
.nav-new{
  padding: 0;
}
.nav__item{
  margin-right: 2em;
}
.shop-page{

}
.shop-page__item{
  margin-bottom: 2em;
}
.shop-page__title{
  margin-bottom: 0.4em;
  font-size: 18px;
  font-weight: 500;
}
.shop-page__text{
  font-size: 15px;
}
.shop-page__text p {
  margin: 0 0 0.5em;
}
.shop-page__select{
  margin-bottom: 2em;
}
.shop-page__select select{
  padding-right: 1em;
  padding-left: 1em;
  width: 100%;
  height: 34px;
  border: 2px solid #DADADA;
  border-radius: 4px;
  color: #594f45;
}
.contacts b{
  display: inline-block;
  font-weight: 500;
}
.contacts__section{
  margin-bottom: 8em;
}
.contacts__section h2{
  margin-bottom: 2em;
}
.contacts__item{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2em;
}
.contacts__item a{
  color: #594F45;
}
.contacts__title{
  display: inline-block;
  font-size: 15px;
  color: #594F45;
  margin-bottom: 0.3em;
}
.contacts__text{
  font-size: 18px;
  font-weight: 500;
}

.row-new{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.67%;
}
.col-10 {
  width: 83.33%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.67%;
}
.col-7 {
  width: 58.33%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.67%;
}
.col-4 {
  width: 33.33%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.67%;
}
.col-1 {
  width: 8.33%;
}
@media (max-width: 991px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.67%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.67%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.67%;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.67%;
  }
  .col-md-1 {
    width: 8.33%;
  }
  .col-md-0 {
    width: 0%;
  }
  .home-promo-slide h1{
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .col-t-12 {
    width: 100%;
  }
  .col-t-11 {
    width: 91.67%;
  }
  .col-t-10 {
    width: 83.33%;
  }
  .col-t-9 {
    width: 75%;
  }
  .col-t-8 {
    width: 66.67%;
  }
  .col-t-7 {
    width: 58.33%;
  }
  .col-t-6 {
    width: 50%;
  }
  .col-t-5 {
    width: 41.67%;
  }
  .col-t-4 {
    width: 33.33%;
  }
  .col-t-3 {
    width: 25%;
  }
  .col-t-2 {
    width: 16.67%;
  }
  .col-t-1 {
    width: 8.33%;
  }
  .col-t-0 {
    width: 0%;
  }
  body .header-new {
      /* position: fixed; */
  width:100%;
  /* z-index:1500; */
  top:0;
  }
}
@media (max-width: 576px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.67%;
  }
  .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.67%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.67%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.67%;
  }
  .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-0 {
    width: 0%;
  }

  .home-promo-slide__text{
    font-size: 16px;
  }

  .promo-slider__arrow--left{
    left: 1%;
  }
  .promo-slider__arrow--right{
    right: 1%;
  }
  .home-promo-slide__content{
    width: 100%;
  }
  .header__logo span{
    display: none;
  }
  div.mf-name, div.mf-email, div.mf-captcha, div.mf-message{
    width: 100%;
  }
  div.mf-name input, div.mf-email input{
    width: 90%;
  }
  div.mf-message textarea{
    width: 90%;
  }

  .home-promo-slide h1{
    font-size: 32px;
  }
  .nav__catalog-wrap ul{
    padding-top: 0;
  }
}
.old_price {
    text-decoration: line-through;
    font-size: 14px;
    color: #999;
    font-weight: 500;
}
.item_labels {
    position: absolute;
    top: 15px;
display:flex;
flex-direction:column;
gap: 4px;
    left: 0px;
}
.item_label_gift {
  margin-left: 15px;
  display:flex;
  font-size: 15px;
  align-items: center;
}

.item_label_gift img {
  margin-left: 8px;
}
.adapt_video {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.adapt_video iframe {
position:absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}

.partnership__title
{
line-height: inherit;
}
.cart_avail {
margin-top: 8px;
font-size: 13px;
}
.cart_avail span {
color: #00a551;
font-weight: 500;
}

.home-promo-slider img.slide-mob {
  display:none;
}
@media (max-width: 500px) {
  .home-promo-slider img.slide-pc {
    display: none;
  }
  .home-promo-slider img.slide-mob {
    display:block;
    object-fit: contain;
    max-width: 100%;
    height: auto;
  }
  .home-promo-slide__img {
    height: auto;
    padding-bottom: 100%;
  }
  .home-promo-slide .title {
    display:none;
  }
  .home-promo-slide__text {
    display:none;
  }
	.good__image img {
		max-width: 40%;
	}
  .home-promo-slide__img::after {
    display: none;
  }
  .home-promo-slide .wrap {
    top: 0px;
    padding: 0px 0px 100% 0px;
  }
  .home-promo-slide__content .button,
  .home-promo-slide__content .button:hover,
  .home-promo-slide__content .button:active {
    margin: 0;
    position:absolute;
    top: 0px;
    left: 0px;
    right:  0px;
    bottom: 0px;
    z-index: 5;
    border: 0;
    background: none;
    content: '';
    font-size: 0px;
  }
}
.recomend_tyar{
/*display: flex;
flex-wrap: wrap;*/
overflow:hidden;
}
.recomend_tyar + .recomend_tyar {
	margin-top: 30px;
}
.recomend_tyar a.js-modal {
	float:left;
    border: 1px solid #e8e8e8;
}
.recomend_tyar h3 {
	margin-top: 0px;
}
.recomend_tyar ul {
list-style-position:inside;
}
.recomend_tyar a{
display:flex;
flex-direction:column;
margin-right:30px;
line-height:1;
max-width: 175px;
padding: 1rem;
font-size:14px;

}
.recomend_tyar a span{
font-size:14px;
line-height:1;
}
@media (max-width: 550px) {
.recomend_tyar {
display:flex;
flex-wrap: wrap;
    flex-direction: column;
}
.recomend_tyar h3 {
margin-top: 20px;
}
}

/* Fixed top menu */
.fixed-top-menu .fixed-div2{
  padding: 5px 0 5px;
}
.fixed-div2 .header__logo,
.fixed-div2 .header__phone{
  display: none;
}
.fixed-box2.fixed-top-menu{
  position: fixed;
  width: 100%;
  top:0;
  z-index: 9999999;
  background: #fff;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .5);
}
.fixed-top-menu .fixed-div2 .header__logo,
.fixed-top-menu.mobile-fixed-menu .fixed-div2 .header__phone{
  display: block;
}
.fixed-top-menu .header__logo img{
  width: 50px;
}
.fixed-top-menu .nav__item{
  border: none;
}
.fixed-top-menu .fixed-div2 .header__phone{
  width: 140px;
  margin: 0 0 0 20px;
}
.fixed-top-menu .header__cart{
  margin-right: 60px;
}
.fixed-top-menu.mobile-fixed-menu .fixed-div2 .nav__catalog,
.fixed-top-menu.mobile-fixed-menu .fixed-div2 .desc-cart{
  display: none;
}
.fixed-top-menu .fixed-div2 .mobile-fixed-menu .header__cart{
  flex-direction: column;
  padding-left: 5px;
}
.mobile-menu-show.fixed-burger{
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 99999999;
}
.fixed-menu.mobile-menu.mobile-open{
  z-index: 9999999;
}
/* End fixed top menu */

/* popup message timer price */
.modal.popup__message{
  border: 0;
  padding: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .modal.popup__message{
    top: 20%;
  }
}
.popup__message img{
  width: 100%;
  object-fit: contain;
}
.popup__message .modal__title{
  position: absolute;
  width: 100%;
  top:10px;
}
.popup__message .modal__close{
  z-index: 1;
}
/* End popup message timer price */

.top-message{
  display: flex;
  padding: 10px;
  justify-content: center;
  background-color: #1c755a;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
/* End */
/* /local/templates/main_home/sib-product.css?15717167275248 */
/* /local/templates/main_home/lib/owl.carousel.css?15483836744028 */
/* /local/templates/main_home/lib/normalize.css?15483836747279 */
/* /local/templates/main_home/lib/select2.min.css?154838367415196 */
/* /local/templates/main_home/lib/jBox.all.min.css?155617823216599 */
/* /local/templates/main_home/lib/social-likes_birman.css?154838367433692 */
/* /local/templates/main_home/lib/jquery.fancybox.min.css?155065588412795 */
/* /css/additional.css?1548383625280 */
/* /local/templates/.default/components/bitrix/search.form/poisk/style.css?1548383674385 */
/* /local/templates/main_home/styles.css?16406771094652 */
/* /local/templates/main_home/template_styles.css?1671422295121177 */
