/*! 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,
figcaption,
figure,
footer,
header,
main,
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,
[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 {
  -webkit-box-sizing: content-box;
          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"],
[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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 */ }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

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

h1, h2, h3, h4, h5, h6, p, ol, ul, li {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

a {
  text-decoration: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type='number'] {
  -moz-appearance: textfield; }

button {
  cursor: pointer; }

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before {
    content: ' ';
    display: table; }
  .container:after {
    content: ' ';
    display: table;
    clear: both; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

/*! jQuery UI - v1.11.4 - 2016-05-05

* http://jqueryui.com

* Includes: core.css, menu.css, selectmenu.css, slider.css, theme.css

* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px

* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers

----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues

----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons

----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals

----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 10px 1em 10px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */ }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* Component containers

----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border-left: 3px solid #d8d8d8;
  border-right: 3px solid #d8d8d8;
  border-bottom: 3px solid #d8d8d8;
  background: #ffffff;
  color: #5a5a5a; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states

----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background-color: #3ab54a;
  font-weight: normal;
  color: #ffffff; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues

----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons

----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

/* Misc visuals

----------------------------------*/
/* Corner radius */
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: 0px 0 0 0px;
  padding: 5px;
  background: #666666;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px; }

/*

== malihu jquery custom scrollbar plugin ==

Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller

*/
/*

CONTENTS:

	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).

	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.

	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.

	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.

	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.

	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS

		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.

*/
/*

------------------------------------------------------------------------------------------------------------------------

1. BASIC STYLE

------------------------------------------------------------------------------------------------------------------------

*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/*

------------------------------------------------------------------------------------------------------------------------

2. VERTICAL SCROLLBAR

y-axis

------------------------------------------------------------------------------------------------------------------------

*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*

------------------------------------------------------------------------------------------------------------------------

5. TRANSITIONS

------------------------------------------------------------------------------------------------------------------------

*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out; }

/*

------------------------------------------------------------------------------------------------------------------------

6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS

------------------------------------------------------------------------------------------------------------------------

*/
/*

	----------------------------------------

	6.1 THEMES

	----------------------------------------

	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d8d8d8;
  background-color: rgba(216, 216, 216, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #d8d8d8;
  background-color: rgba(216, 216, 216, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #d8d8d8;
  background-color: rgba(216, 216, 216, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*

		sprites locations

		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px

		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px

		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*

		sprites locations

		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px

		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px

		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*

		sprites locations

		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px

		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px

		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*

		sprites locations

		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px

		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px

		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  height: 90px;
  z-index: 30; }
  @media (min-width: 768px) {
    .header {
      position: relative;
      height: 120px; } }
  .header--active {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #3ab54a; }
    @media (min-width: 1200px) {
      .header--active {
        position: relative;
        background-color: transparent;
        height: 120px; } }
  .header__container {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%; }
    @media (min-width: 1200px) {
      .header__container {
        width: 1376px; } }
  .header__menu {
    display: none; }
    @media (min-width: 1200px) {
      .header__menu {
        display: block;
        margin-left: 100px;
        margin-right: 100px;
        width: calc(100% - 200px); } }
  .header__menu-m {
    display: none; }
    @media (min-width: 1200px) {
      .header__menu-m {
        display: none; } }
    .header__menu-m--active {
      display: block; }
      @media (min-width: 1200px) {
        .header__menu-m--active {
          display: none; } }
  .header__logo {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 15px; }
    @media (min-width: 768px) {
      .header__logo {
        top: 20px; } }
    @media (min-width: 1200px) {
      .header__logo {
        position: absolute;
        top: 20px; } }
  .header__cart-icon {
    position: absolute;
    top: 33px;
    right: 65px; }
    @media (min-width: 768px) {
      .header__cart-icon {
        top: 53px;
        right: 90px; } }
    @media (min-width: 1200px) {
      .header__cart-icon {
        right: 10px; } }
  .header__user {
    position: absolute;
    top: 30px;
    right: 105px;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../../assets/img/icons/icon_user.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
    z-index: 30; }
    .header__user:hover {
      background-image: url(../../assets/img/icons/icon_user-green.svg); }
    @media (min-width: 768px) {
      .header__user {
        top: 50px;
        right: 130px; } }
    @media (min-width: 1200px) {
      .header__user {
        right: 55px; } }
    .header__user--active-green {
      background-image: url(../../assets/img/icons/icon_user-green.svg); }
    .header__user--active {
      background-image: url(../../assets/img/icons/icon_user-white.svg); }
      @media (min-width: 1376px) {
        .header__user--active {
          background-image: url(../../assets/img/icons/icon_user.svg); } }
      .header__user--active:hover {
        background-image: url(../../assets/img/icons/icon_user-white.svg); }
  @media (min-width: 1200px) {
    .header__icon-m {
      display: none; } }
  .header__overlay {
    width: 100%;
    height: 120px;
    background-color: blue;
    position: absolute;
    top: 120px;
    background-color: #3ab54a;
    display: none; }

@media (max-width: 1199px) {
    .logo {
      float: left;
      margin-right: 20px; } }
.header__logo .menu__phone,
.header__logo .menu-m__email{
  display: block;
  float: left;
  color: #000;
  font-size: 18px;
}
.header__logo .menu__phone{
  margin-top: 20px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
    .header__logo .menu__phone,
    .header__logo .menu-m__email {
      font-size: 16px; }
    .header__logo .menu__phone{
      margin-top: 10px; } }
.header--active .header__logo{
  display: none;
}
.logo--active {
  display: none; }
  @media (min-width: 1376px) {
    .logo--active {
      display: block; } }

.logo__image {
  width: 58px;
  height: 58px; }
  @media (min-width: 768px) {
    .logo__image {
      width: 84px;
      height: 84px; } }

.menu {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 0 0 0; }
  .menu__container {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .menu__item {
    padding-top: 25px;
    padding-bottom: 35px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    white-space: nowrap; }
    .menu__item:nth-child(1) .submenu-icon {
      left: -90px; }
    .menu__item:nth-child(2) .submenu-icon {
      left: -395px; }
    .menu__item:nth-child(3) .submenu-icon {
      left: -610px; }
  .menu__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #5a5a5a;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block; }
    .menu__link:after {
      content: "";
      width: 20px;
      height: 10px;
      background-image: url(../../assets/img/icons/arrow_nav.svg);
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      bottom: -25px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
           -o-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      opacity: 0;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
    .menu__link:hover {
      color: #3ab54a; }
    .menu__link--active {
      color: #3ab54a; }
    .menu__link--active-main {
      color: #3ab54a; }
    .menu__link--active:after {
      opacity: 1;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
  .menu__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 25px;
    right: 0; }
  .menu__phone {
    font-size: 18px;
    font-weight: 400;
    color: #3ab54a;
    text-transform: uppercase;
    padding: 0 30px 0 0; }
    @media (min-width: 1200px) {
      .header__logo .menu__phone,
      .header__logo .menu-m__email {
        display: none; } }
  .menu__calculate-link {
    font-size: 18px;
    font-weight: 400;
    color: #3ab54a;
    text-transform: uppercase;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s; }
    .menu__calculate-link:hover {
      color: #5a5a5a; }

.banner {
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 50px 0;
  z-index: 10; }
  @media (min-width: 768px) {
    .banner {
      padding: 0 0 50px 0; } }
  @media (min-width: 992px) {
    .banner {
      height: calc(100vh - 190px); } }
  .banner__bg {
    height: 320px;
    width: 100%;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: center; }
    @media (min-width: 768px) {
      .banner__bg {
        height: 450px;
        width: 100%; } }
    @media (min-width: 992px) {
      .banner__bg {
        width: 100%;
        height: 80%;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
             -o-transform: translate(0, 0);
                transform: translate(0, 0);
        background-position: left 20% center;
        -webkit-background-size: contain;
                background-size: contain;
        position: absolute; } }
  @media (min-width: 992px) {
    .banner__container {
      height: calc(100vh - 230px); } }
  .banner__text-wrap {
    padding: 0 0  80px 0; }
    @media (min-width: 992px) {
      .banner__text-wrap {
        padding: 0;
        top: 15%;
        right: 0;
        position: absolute; } }
  .banner__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #3ab54a;
    position: relative; }
    @media (min-width: 768px) {
      .banner__title {
        font-size: 45px; } }
  .banner__text {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    color: #5a5a5a;
    position: relative;
    margin: 30px 0 0 50px; }
    @media (min-width: 768px) {
      .banner__text {
        font-size: 18px; } }
    @media (min-width: 992px) {
      .banner__text {
        max-width: 350px;
        margin: 30px 0 0 100px; } }
    .banner__text:after {
      content: "";
      width: 28px;
      height: 28px;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: contain;
              background-size: contain;
      background-image: url(../../assets/img/quotes.svg);
      position: absolute;
      top: -15px;
      left: -40px; }
      @media (min-width: 768px) {
        .banner__text:after {
          width: 34px;
          height: 34px;
          left: -50px; } }
  .banner__contacts {
    position: absolute;
    bottom: 0;
    left: 15px;
    display: none; }
    @media (min-width: 992px) {
      .banner__contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .banner__block-phone {
    margin: 0 45px 0 0; }
  .banner__phone {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #5a5a5a; }
  .banner__email {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #5a5a5a; }
  .banner__address {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #5a5a5a; }
  .banner__arrow {
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: none; }
    @media (min-width: 768px) {
      .banner__arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.social {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .social__icon {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 45px 0 0; }
    .social__icon--vk {
      background-image: url(../../assets/img/icons/vk-grey.svg);
      width: 19px;
      height: 25px; }
      .social__icon--vk:hover {
        background-image: url(../../assets/img/icons/vk.svg); }
    .social__icon--f {
      background-image: url(../../assets/img/icons/facebook-grey.svg);
      width: 14px;
      height: 32px; }
      .social__icon--f:hover {
        background-image: url(../../assets/img/icons/facebook.svg); }
    .social__icon--tw {
      width: 27px;
      height: 24px;
      background-image: url(../../assets/img/icons/twitter-grey.svg); }
      .social__icon--tw:hover {
        background-image: url(../../assets/img/icons/twitter.svg); }
    .social__icon--vk-white {
      background-image: url(../../assets/img/icons/vk-white.svg);
      width: 19px;
      height: 25px; }
      .social__icon--vk-white:hover {
        opacity: 0.6; }
    .social__icon--f-white {
      background-image: url(../../assets/img/icons/facebook-white.svg);
      width: 14px;
      height: 32px; }
      .social__icon--f-white:hover {
        opacity: 0.6; }
    .social__icon--tw-white {
      width: 27px;
      height: 24px;
      background-image: url(../../assets/img/icons/twitter-white.svg); }
      .social__icon--tw-white:hover {
        opacity: 0.6; }
    .social__icon--inst-white {
      width: 27px;
      height: 24px;
      background-image: url(../../assets/img/icons/insta-white.svg); }
      .social__icon--inst-white:hover {
        opacity: 0.6; }
    .social__icon--you-white {
      width: 27px;
      height: 24px;
      background-image: url(../../assets/img/icons/youtube-white.svg); }
      .social__icon--you-white:hover {
        opacity: 0.6; }


    .social__icon--inst {
      background-image: url(../../assets/img/icons/insta-grey.svg);
      width: 32px;
      height: 32px; }
      .social__icon--inst:hover {
        background-image: url(../../assets/img/icons/insta.svg); }
    .social__icon--you {
      background-image: url(../../assets/img/icons/youtube-grey.svg);
      width: 32px;
      height: 32px; }
      .social__icon--you:hover {
        background-image: url(../../assets/img/icons/youtube.svg); }

.arrow {
  width: 26px;
  height: 30px;
  background-image: url(../../assets/img/icons/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: center center;
          background-size: center;
  cursor: pointer; }

.icon-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .icon-nav__item {
    width: 65px;
    height: 70px;
    margin: 0 5px 12.5px 0;
    -webkit-transition: all ease .9s;
    -o-transition: all ease .9s;
    transition: all ease .9s; }
    @media (min-width: 992px) {
      .icon-nav__item {
        width: 75px;
        margin: 0 0 12.5px 0;
        cursor: pointer; } }
    .icon-nav__item:last-child {
      margin: 0; }
    @media (min-width: 992px) {
      .icon-nav__item--active {
        background-color: #d8d8d8; } }
    .icon-nav__item--active .icon-nav__text {
      -webkit-transition: all ease .9s;
      -o-transition: all ease .9s;
      transition: all ease .9s; }
      @media (min-width: 992px) {
        .icon-nav__item--active .icon-nav__text {
          color: #5a5a5a; } }
    @media (min-width: 992px) {
      .icon-nav__item--active .icon-nav__img--icon1 {
        background-image: url(../../assets/img/icons/nav/icon_1-grey.svg); } }
    @media (min-width: 992px) {
      .icon-nav__item--active .icon-nav__img--icon2 {
        background-image: url(../../assets/img/icons/nav/icon_7-grey.svg); } }
    @media (min-width: 992px) {
      .icon-nav__item--active .icon-nav__img--icon3 {
        background-image: url(../../assets/img/icons/nav/icon_2-grey.svg); } }
    @media (min-width: 992px) {
      .icon-nav__item--active .icon-nav__img--icon4 {
        background-image: url(../../assets/img/icons/nav/icon_4-grey.svg); } }
    @media (min-width: 992px) {
      .icon-nav__item--active .icon-nav__img--icon5 {
        background-image: url(../../assets/img/icons/nav/icon_5-grey.svg); } }
    @media (min-width: 992px) {
      .icon-nav__item--active .icon-nav__img--icon6 {
        background-image: url(../../assets/img/icons/nav/icon_6-grey.svg); } }
    @media (min-width: 992px) {
      .icon-nav__item--active .icon-nav__img--icon7 {
        background-image: url(../../assets/img/icons/bumaga-upakovka-gray.svg); } }
    @media (min-width: 992px) {
      .icon-nav__item--active .icon-nav__img--icon8 {
        background-image: url(../../assets/img/icons/nav/icon_3-grey.svg); } }
  .icon-nav__link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    outline: none; }
  .icon-nav__text {
    font-size: 12px;
    font-weight: 400;
    color: #3ab54a;
    padding: 10px 0 0 0;
    text-align: center;
    line-height: 1.1; }
  .icon-nav__img {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain; }
    .icon-nav__img--icon1 {
      width: 28px;
      height: 28px;
      background-image: url(../../assets/img/icons/nav/icon_1.svg); }
    .icon-nav__img--icon2 {
      width: 25px;
      height: 28px;
      background-image: url(../../assets/img/icons/nav/icon_7.svg); }
    .icon-nav__img--icon3 {
      width: 35px;
      height: 28px;
      background-image: url(../../assets/img/icons/nav/icon_2.svg); }
    .icon-nav__img--icon4 {
      width: 28px;
      height: 35px;
      background-image: url(../../assets/img/icons/nav/icon_4.svg); }
    .icon-nav__img--icon5 {
      width: 28px;
      height: 32px;
      background-image: url(../../assets/img/icons/nav/icon_5.svg); }
    .icon-nav__img--icon6 {
      width: 22px;
      height: 35px;
      background-image: url(../../assets/img/icons/nav/icon_6.svg); }
    .icon-nav__img--icon7 {
      width: 33px;
      height: 24px;
      background-image: url(../../assets/img/icons/bumaga-upakovka.svg); }
    .icon-nav__img--icon8 {
      width: 39px;
      height: 31px;
      background-image: url(../../assets/img/icons/nav/icon_3.svg); }

.branding {
  background-color: #f0f0f0;
  padding: 135px 0 120px;
  position: relative; }
  @media (min-width: 768px) {
    .branding {
      padding: 135px 0 155px; } }
  .branding__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .branding__left {
    width: 100%; }
    @media (min-width: 992px) {
      .branding__left {
        width: 50%;
        padding: 0 0 50px 0; } }
  .branding__right {
    width: 100%;
    padding: 40px 0 40px 0; }
    @media (min-width: 992px) {
      .branding__right {
        width: 50%;
        padding: 60px 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .branding__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #3ab54a; }
    @media (min-width: 768px) {
      .branding__title {
        font-size: 44px; } }
  .branding__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #5a5a5a;
    padding: 15px 0 0 0; }
    @media (min-width: 768px) {
      .branding__text {
        font-size: 17px; } }
    @media (min-width: 992px) {
      .branding__text {
        padding: 15px 40px 0 0; } }
  .branding__button {
    position: absolute;
    bottom: 0;
    display: none; }
    @media (min-width: 992px) {
      .branding__button {
        display: block; } }
  .branding__icon-nav {
    width: 100%; }
    @media (min-width: 992px) {
      .branding__icon-nav {
        width: 76px;
        margin: 0 10px 0 0; } }
  .branding__range {
    width: 100%;
    position: relative;
    display: none;
    background-color: #d8d8d8; }
    @media (min-width: 992px) {
      .branding__range {
        display: block; } }
  .branding__button-m {
    margin: 20px 0 0 0;
    text-align: center; }
    @media (min-width: 992px) {
      .branding__button-m {
        display: none; } }
  .branding__shadow {
    height: 10px;
    width: 100%;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    position: absolute;
    top: -10px;
    left: 0; }
    .branding__shadow:after {
      content: "";
      width: 100px;
      height: 100px;
      background-color: #ffffff;
      border-radius: 100%;
      position: absolute;
      bottom: -50px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
           -o-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
      display: none; }
      @media (min-width: 768px) {
        .branding__shadow:after {
          display: block; } }
  .branding__box-black {
    width: 320px;
    height: 340px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
    background-image: url(../../assets/img/bg/bg_box_black.png);
    position: absolute;
    top: -390px;
    right: -80px;
    z-index: 20; }
    @media (min-width: 768px) {
      .branding__box-black {
        width: 450px;
        height: 340px;
        right: -150px; } }
    @media (min-width: 992px) {
      .branding__box-black {
        right: -270px;
        width: 600px;
        height: 340px; } }
    @media (min-width: 1200px) {
      .branding__box-black {
        right: -250px; } }
    @media (min-width: 1376px) {
      .branding__box-black {
        right: -400px;
        width: 600px;
        height: 340px; } }

.range {
  width: 100%;
  height: 565px;
  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; }
  .range__image {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: contain;
            background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%; }
  .range__top {
    position: relative;
    z-index: 2;
    margin-top: 320px;
    padding: 20px 25px;
    background-color: rgba(216, 216, 216, 0.7); }
  .range__title {
    font-size: 32px;
    font-weight: 400;
    color: #5a5a5a;
    line-height: 1.2;
    text-transform: uppercase; }
  .range__text {
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 400;
    color: #5a5a5a;
    line-height: 1.6;
    padding: 5px 0 15px 0;
    max-height: 5em;
    overflow: hidden; }
  .range__button {
    padding: 20px 0 20px; }

.footer {
  background-color: #3f3f3f;
  padding: 40px 0 40px;
  position: relative;
  z-index: 5; }
  @media (min-width: 768px) {
    .footer {
      padding: 40px 0 30px; } }
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .footer__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .footer__logo {
    display: none; }
    @media (min-width: 992px) {
      .footer__logo {
        display: block; } }
  .footer__logo-img {
    width: 70px;
    height: 70px; }
  .footer__copyrite {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #d8d8d8;
    padding: 120px 0 0 0;
    text-align: center;
    display: none; }
    @media (min-width: 768px) {
      .footer__copyrite {
        display: block; } }
  .footer__copyrite-m {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #d8d8d8;
    padding: 30px 0 0;
    text-align: center; }
    @media (min-width: 768px) {
      .footer__copyrite-m {
        display: none; } }
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .footer__nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .footer__nav-list {
    list-style: none;
    padding: 0; }
    @media (min-width: 768px) {
      .footer__nav-list {
        padding: 20px 20px; } }
    @media (min-width: 992px) {
      .footer__nav-list {
        padding: 0 40px; } }
  .footer__link {
    font-size: 14px;
    font-weight: 400;
    line-height: 3;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    @media (min-width: 768px) {
      .footer__link {
        line-height: 2; } }
    .footer__link:hover {
      color: #3ab54a; }
  .footer__contacts {
    display: none; }
    @media (min-width: 992px) {
      .footer__contacts {
        display: block;
        margin: -10px 0 0 0; } }
  .footer__contacts-m {
    padding: 40px 0 0; }
    @media (min-width: 768px) {
      .footer__contacts-m {
        padding: 20px 0 0; } }
    @media (min-width: 992px) {
      .footer__contacts-m {
        display: none; } }
  .footer__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    color: #ffffff;
    text-transform: uppercase; }
  .footer__phone {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .footer__phone:hover {
      color: #3ab54a; }
  .footer__email {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .footer__email:hover {
      color: #3ab54a; }
  .footer__copyrite-link {
    color: #d8d8d8;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s; }
    .footer__copyrite-link:hover {
      color: #3ab54a; }

.about {
  padding: 50px 0 280px;
  position: relative; }
  @media (min-width: 768px) {
    .about {
      padding: 100px 0 230px; } }
  .about__container {
    position: relative;
    z-index: 10;
    padding: 0; }
    @media (min-width: 992px) {
      .about__container {
        padding: 0 80px; } }
  .about__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #3ab54a;
    padding: 0 0 20px 0; }
    @media (min-width: 768px) {
      .about__title {
        font-size: 44px; } }
  .about__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #5a5a5a; }
    @media (min-width: 768px) {
      .about__text {
        font-size: 18px; } }
  .about__quote {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    font-style: italic;
    color: #3ab54a;
    text-align: right;
    margin: 20px 0 20px 20px;
    position: relative; }
    @media (min-width: 768px) {
      .about__quote {
        font-size: 24px;
        margin: 40px 0 40px 200px; } }
  .about__quotes {
    width: 28px;
    height: 28px;
    margin: 0 30px  0 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
    background-image: url(../../assets/img/quotes.svg); }
    @media (min-width: 768px) {
      .about__quotes {
        width: 35px;
        height: 35px; } }
  .about__button {
    margin: 40px 0 0 0;
    text-align: center; }
    @media (min-width: 768px) {
      .about__button {
        text-align: right; } }
  .about__tag {
    position: absolute;
    top: -160px;
    right: 0;
    width: 200px;
    height: 170px;
    background-image: url(../../assets/img/bg/bg_br_3.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain; }
    @media (min-width: 768px) {
      .about__tag {
        width: 280px;
        height: 220px;
        top: -250px;
        right: auto;
        left: 0; } }
    @media (min-width: 992px) {
      .about__tag {
        top: -220px;
        right: auto;
        left: -50px; } }
    @media (min-width: 1200px) {
      .about__tag {
        left: 0px; } }
    @media (min-width: 1376px) {
      .about__tag {
        left: -180px; } }
  .about__bag {
    position: absolute;
    bottom: -280px;
    right: -100px;
    width: 370px;
    height: 280px;
    background-image: url(../../assets/img/bg/beg_8.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain; }
    @media (min-width: 768px) {
      .about__bag {
        width: 530px;
        height: 400px;
        bottom: -230px;
        right: -420px; } }

.services {
  padding: 90px 0 150px;
  background-color: #f0f0f0;
  position: relative; }
  @media (min-width: 768px) {
    .services {
      padding: 70px 0 150px; } }
  .services--padding {
    padding: 200px 0 0; }
    @media (min-width: 768px) {
      .services--padding {
        padding: 50px 0 100px; } }
  .services__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #3ab54a;
    padding: 0 0 20px 0; }
    @media (min-width: 768px) {
      .services__title {
        font-size: 44px; } }
  .services__note {
    position: absolute;
    top: -230px;
    right: 0;
    width: 200px;
    height: 260px;
    background-image: url(../../assets/img/bg/bg_notebook_green.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain; }
    @media (min-width: 768px) {
      .services__note {
        width: 250px;
        height: 310px; } }
    @media (min-width: 992px) {
      .services__note {
        right: 0px; } }
    @media (min-width: 1200px) {
      .services__note {
        right: -50px; } }
    @media (min-width: 1376px) {
      .services__note {
        right: -200px; } }
  .services__arrow-nav {
    display: none; }
    @media (min-width: 992px) {
      .services__arrow-nav {
        display: block; } }
  .services__kind-service {
    display: none; }
    @media (min-width: 992px) {
      .services__kind-service {
        display: block; } }
  @media (min-width: 992px) {
    .services__slider-m {
      display: none; } }

.arrow-nav__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: space-between;
  padding: 0 0 20px; }

.arrow-nav__item {
  font-size: 12px;
  font-weight: 400;
  color: #5a5a5a;
  line-height: 1.4;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 20px 0;
  text-align: center;
  margin: 0 10px 0 0; }
  .arrow-nav__item:after {
    content: "";
    width: 20px;
    height: 10px;
    background-image: url(../../assets/img/icons/arrow_nav.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  .arrow-nav__item:hover {
    color: #3ab54a; }
  .arrow-nav__item:hover:after {
    opacity: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  .arrow-nav__item--active {
    color: #3ab54a; }
  .arrow-nav__item--active:after {
    opacity: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

.products {
  padding: 90px 0 150px;
  position: relative; }
  @media (min-width: 768px) {
    .products {
      padding: 140px 0 120px; } }
  .products__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #3ab54a;
    padding: 0 0 25px 0; }
    @media (min-width: 768px) {
      .products__title {
        font-size: 44px;
        padding: 0 0 50px 0; } }
  .products__box-green {
    position: absolute;
    top: -240px;
    left: 0;
    width: 270px;
    height: 300px;
    background-image: url(../../assets/img/bg/bg_box_green1.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain; }
    @media (min-width: 768px) {
      .products__box-green {
        width: 388px;
        height: 410px;
        top: -350px;
        left: -100px; } }
    @media (min-width: 992px) {
      .products__box-green {
        top: -280px;
        left: -100px; } }
    @media (min-width: 1200px) {
      .products__box-green {
        left: -100px; } }
    @media (min-width: 1376px) {
      .products__box-green {
        left: -280px; } }
  .products__masonry {
    display: none; }
    @media (min-width: 992px) {
      .products__masonry {
        display: block; } }
  @media (min-width: 992px) {
    .products__slider-m {
      display: none; } }

.masonry__container {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .masonry__container--seven-items .masonry__item {
    width: calc( (100% - 90px) / 4); }
    .masonry__container--seven-items .masonry__item:nth-child(3) {
      width: calc( ( (100% - 30px) / 4) *2);
      margin-right: 0; }
    .masonry__container--seven-items .masonry__item:nth-child(5) {
      width: calc( (100% - 90px) / 4); }
    .masonry__container--seven-items .masonry__item:nth-child(6) {
      margin: 0 30px 30px 0; }
    .masonry__container--seven-items .masonry__item:nth-child(7) {
      margin-right: 0; }

.masonry__bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  will-change: transform; }
  .masonry__bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s; }
  .masonry__bg--active {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1); }
    .masonry__bg--active:before {
      background-color: rgba(0, 0, 0, 0.6); }

.masonry__link {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

.masonry__item {
  width: calc( (100% - 60px) / 4);
  height: 250px;
  margin: 0 30px 30px 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden; }
  .masonry__item:nth-child(3) {
    width: calc( ( (100% - 60px) / 4) *2);
    margin-right: 0; }
  .masonry__item:nth-child(5) {
    width: calc( ( (100% - 60px) / 4) *2); }
  .masonry__item:nth-child(6) {
    margin-right: 0; }

.masonry__content {
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px; }

.masonry__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
  text-transform: uppercase; }

.masonry__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  padding: 10px 0 0 0;
  max-height: 4.2em;
  overflow: hidden; }

.layouts {
  list-style: none; }
  .layouts__item {
    background-color: #ffffff;
    padding: 20px 15px;
    margin: 0 0 45px 0;
    position: relative;
    z-index: 5; }
    @media (min-width: 768px) {
      .layouts__item {
        padding: 30px 40px; } }
    .layouts__item:nth-child(3) {
      margin: 360px 0 0 0;
      position: relative;
      z-index: 4; }
      @media (min-width: 992px) {
        .layouts__item:nth-child(3) {
          margin: 0 0 45px 0; } }
      .layouts__item:nth-child(3):before {
        content: "";
        width: 490px;
        height: 400px;
        background-image: url(../../assets/img/bg/bg_notebook.png);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
                background-size: contain;
        position: absolute;
        top: -430px;
        left: -150px;
        z-index: 4; }
        @media (min-width: 992px) {
          .layouts__item:nth-child(3):before {
            top: -580px;
            left: -580px;
            width: 580px;
            height: 500px; } }
    .layouts__item:nth-child(4) {
      margin: 0 0 360px 0;
      position: relative;
      z-index: 4; }
      @media (min-width: 992px) {
        .layouts__item:nth-child(4) {
          margin: 0 0 45px 0; } }
      .layouts__item:nth-child(4):before {
        content: "";
        width: 350px;
        height: 370px;
        background-image: url(../../assets/img/bg/panton.png);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
                background-size: contain;
        position: absolute;
        bottom: -330px;
        right: -50px;
        z-index: 4; }
        @media (min-width: 992px) {
          .layouts__item:nth-child(4):before {
            bottom: 280px;
            right: -580px;
            width: 685px;
            height: 730px; } }
    .layouts__item:last-child {
      margin: 0 0 180px 0; }
      @media (min-width: 992px) {
        .layouts__item:last-child {
          margin: 0 0 45px 0; } }
  .layouts__title {
    font-size: 20px;
    font-weight: 700;
    color: #5a5a5a;
    line-height: 1.2;
    padding: 0 0 5px 0; }
    @media (min-width: 768px) {
      .layouts__title {
        font-size: 30px;
        padding: 0 0 15px 0; } }
  .layouts__text {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #5a5a5a !important;
    line-height: 1.8 !important;
    padding: 15px 0 15px 0; }
    @media (min-width: 768px) {
      .layouts__text {
        font-size: 17px !important; } }
    .layouts__text p, .layouts__text h1, .layouts__text h2, .layouts__text h3, .layouts__text h4, .layouts__text h5, .layouts__text span, .layouts__text ul, .layouts__text li {
      font-family: 'Open Sans', sans-serif !important;
      line-height: 1.8 !important;
      font-size: 16px !important; }
      @media (min-width: 768px) {
        .layouts__text p, .layouts__text h1, .layouts__text h2, .layouts__text h3, .layouts__text h4, .layouts__text h5, .layouts__text span, .layouts__text ul, .layouts__text li {
          font-size: 17px !important; } }
  .layouts__icov-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .layouts__icon-item {
    margin: 20px 20px 0 0;
    text-align: center; }
    @media (min-width: 768px) {
      .layouts__icon-item {
        margin: 20px 80px 0 0; } }
  .layouts__img {
    width: auto;
    height: 65px; }
  .layouts__text-green {
    font-size: 20px;
    font-weight: 400;
    color: #3ab54a;
    line-height: 1.6;
    position: relative; }
    @media (min-width: 768px) {
      .layouts__text-green {
        font-size: 26px; } }
    .layouts__text-green--green-line:after {
      content: "";
      height: 2px;
      width: 50px;
      background-color: #3ab54a;
      position: absolute;
      top: 50%;
      left: 160px; }
      @media (min-width: 768px) {
        .layouts__text-green--green-line:after {
          width: 120px;
          left: 230px; } }
  .layouts__title-green {
    font-size: 20px;
    font-weight: 300;
    color: #3ab54a;
    line-height: 1.2;
    padding: 20px 20px 0 0;
    text-transform: uppercase;
    display: inline-block; }
    @media (min-width: 768px) {
      .layouts__title-green {
        font-size: 25px;
        padding: 30px 30px 0 0; } }
  .layouts__cmyk {
    list-style: none;
    display: inline-block; }
    .layouts__cmyk--grey .layouts__cmyk-item:nth-child(1) {
      background-color: #d8d8d8; }
    .layouts__cmyk--black .layouts__cmyk-item:nth-child(1) {
      background-color: #000000; }
  .layouts__cmyk-item {
    width: 15px;
    height: 15px;
    margin: 0 3px 0 0;
    display: inline-block; }
    @media (min-width: 768px) {
      .layouts__cmyk-item {
        width: 20px;
        height: 20px; } }
    .layouts__cmyk-item:nth-child(1) {
      background-color: #00b9ff; }
    .layouts__cmyk-item:nth-child(2) {
      background-color: #ff0080; }
    .layouts__cmyk-item:nth-child(3) {
      background-color: #f1e617; }
    .layouts__cmyk-item:nth-child(4) {
      background-color: #000000; }
  .layouts__templates {
    padding: 40px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      .layouts__templates {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .layouts__templates-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .layouts__templates-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .layouts__templates-icon {
    width: 43px;
    height: 57px;
    margin: 10px 20px 10px 0; }
    @media (min-width: 768px) {
      .layouts__templates-icon {
        margin: 0 0 20px 0; } }
  .layouts__button {
    text-align: center;
    margin-top: 40px; }

.submenu-icon {
  position: absolute;
  top: 75px;
  left: 0;
  padding: 30px 0;
  width: 1140px;
  display: none; }
  .submenu-icon__list {
    list-style: none;
    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; }
  .submenu-icon__item--active .submenu-icon__name {
    color: #006332; }
  .submenu-icon__item--active .submenu-icon__img--icon1 {
    background-image: url(../../assets/img/icons/nav/icon_1-dgreen.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon2 {
    background-image: url(../../assets/img/icons/nav/icon_7-dgreen.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon3 {
    background-image: url(../../assets/img/icons/nav/icon_2-dgreen.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon4 {
    background-image: url(../../assets/img/icons/nav/icon_3-dgreen.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon5 {
    background-image: url(../../assets/img/icons/nav/icon_5-dgreen.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon6 {
    background-image: url(../../assets/img/icons/nav/icon_6-dgreen.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon7 {
    background-image: url(../../assets/img/icons/bumaga-upakovka-dgreen.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon-s1 {
    background-image: url(../../assets/img/icons/nav/service/ofset-green.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon-s2 {
    background-image: url(../../assets/img/icons/post-production-dgreen.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon-s3 {
    background-image: url(../../assets/img/icons/uf-lak-dgreen.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon-s4 {
    background-image: url(../../assets/img/icons/nav/service/laminat-green.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon-s5 {
    background-image: url(../../assets/img/icons/nav/service/kashirovanie-green.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon-s6 {
    background-image: url(../../assets/img/icons/nav/service/bigovka-green.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon-s7 {
    background-image: url(../../assets/img/icons/nav/service/folga-green.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon-s8 {
    background-image: url(../../assets/img/icons/porezka-dgreen.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon-s9 {
    background-image: url(../../assets/img/icons/nav/service/shelk-green.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon-p1 {
      background-image: url(../../assets/img/icons/ng-bags-dgreen.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon-p2 {
    background-image: url(../../assets/img/icons/nav/products/kraft-green.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon-p3 {
    background-image: url(../../assets/img/icons/nav/products/standart-green.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon-p4 {
    background-image: url(../../assets/img/icons/nav/products/odnoton-green.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon-p5 {
    background-image: url(../../assets/img/icons/nav/products/upakovka-green.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon-p6 {
    background-image: url(../../assets/img/icons/nav/products/pak-green.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon-p7 {
    background-image: url(../../assets/img/icons/nav/products/eda-green.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon-p8 {
    background-image: url(../../assets/img/icons/nav/products/ruchki-green.svg); }
  .submenu-icon__item--active .submenu-icon__img--icon-p9 {
    background-image: url(../../assets/img/icons/nav/products/penka-green.svg); }
  .submenu-icon__name {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
    padding: 15px 0 0 0;
    text-align: center; }
  .submenu-icon__img {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
    margin: 0 auto;
    width: auto;
    height: 35px; }
    .submenu-icon__img--icon1 {
      background-image: url(../../assets/img/icons/nav/icon_1-white.svg); }
    .submenu-icon__img--icon2 {
      background-image: url(../../assets/img/icons/nav/icon_7-white.svg); }
    .submenu-icon__img--icon3 {
      background-image: url(../../assets/img/icons/nav/icon_2-white.svg); }
    .submenu-icon__img--icon4 {
      background-image: url(../../assets/img/icons/nav/icon_3-white.svg); }
    .submenu-icon__img--icon5 {
      background-image: url(../../assets/img/icons/nav/icon_5-white.svg); }
    .submenu-icon__img--icon6 {
      background-image: url(../../assets/img/icons/nav/icon_6-white.svg); }
    .submenu-icon__img--icon7 {
      background-image: url(../../assets/img/icons/bumaga-upakovka-white.svg); }
    .submenu-icon__img--icon-s1 {
      background-image: url(../../assets/img/icons/nav/service/ofset.svg); }
    .submenu-icon__img--icon-s2 {
      background-image: url(../../assets/img/icons/post-production-white.svg); }
    .submenu-icon__img--icon-s3 {
      background-image: url(../../assets/img/icons/uf-lak-white.svg); }
    .submenu-icon__img--icon-s4 {
      background-image: url(../../assets/img/icons/nav/service/laminat.svg); }
    .submenu-icon__img--icon-s5 {
      background-image: url(../../assets/img/icons/nav/service/kashirovanie.svg); }
    .submenu-icon__img--icon-s6 {
      background-image: url(../../assets/img/icons/nav/service/bigovka.svg); }
    .submenu-icon__img--icon-s7 {
      background-image: url(../../assets/img/icons/nav/service/folga.svg); }
    .submenu-icon__img--icon-s8 {
      background-image: url(../../assets/img/icons/porezka-white.svg); }
    .submenu-icon__img--icon-s9 {
      background-image: url(../../assets/img/icons/nav/service/shelk.svg); }

    .submenu-icon__img--icon-p1 {
        background-image: url(../../assets/img/icons/ng-bags-white.svg); }
    .submenu-icon__img--icon-p2 {
      background-image: url(../../assets/img/icons/nav/products/kraft.svg); }
    .submenu-icon__img--icon-p3 {
      background-image: url(../../assets/img/icons/nav/products/standart.svg); }
    .submenu-icon__img--icon-p4 {
      background-image: url(../../assets/img/icons/nav/products/odnoton.svg); }
    .submenu-icon__img--icon-p5 {
      background-image: url(../../assets/img/icons/nav/products/upakovka.svg); }
    .submenu-icon__img--icon-p6 {
      background-image: url(../../assets/img/icons/nav/products/pak.svg); }
    .submenu-icon__img--icon-p7 {
      background-image: url(../../assets/img/icons/nav/products/eda.svg); }
    .submenu-icon__img--icon-p8 {
      background-image: url(../../assets/img/icons/nav/products/ruchki.svg); }
    .submenu-icon__img--icon-p9 {
      background-image: url(../../assets/img/icons/nav/products/penka.svg); }

.submenu {
  padding: 30px 0;
  position: absolute;
  top: 75px;
  width: 1140px;
  display: none; }
  .submenu__list {
    list-style: none;
    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; }
  .submenu__item {
    padding: 0 25px 0 0; }
  .submenu__link {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 3;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .submenu__link:hover {
      color: #006332; }
    .submenu__link--active {
      color: #006332; }

.page {
  background-color: #f0f0f0;
  padding: 120px 0 120px;
  position: relative;
  min-height: calc(100vh - 120px - 260px); }
  @media (min-width: 768px) {
    .page {
      padding: 60px 0 170px; } }
  .page--white {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 10;
    padding: 30px 0 50px;
    min-height: 0; }
  .page__container {
    padding: 80px 0 0 0; }
    @media (min-width: 768px) {
      .page__container {
        padding: 0; } }
  .page__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #3ab54a;
    padding: 0 0 15px 0; }
    @media (min-width: 768px) {
      .page__title {
        font-size: 44px;
        padding: 0 0 35px 0; } }
  .page__subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #5a5a5a;
    line-height: 1.2;
    padding: 0 0 15px 0; }
    @media (min-width: 768px) {
      .page__subtitle {
        font-size: 30px; } }
  .page__title-green {
    font-size: 20px;
    font-weight: 400;
    color: #3ab54a;
    line-height: 1.2;
    padding: 30px 0 25px 0; }
    @media (min-width: 768px) {
      .page__title-green {
        font-size: 25px;
        padding: 30px 0 50px 0; } }
  .page__crumbs {
    padding: 0 0 50px 0;
    display: none; }
    @media (min-width: 768px) {
      .page__crumbs {
        display: block; } }
  .page__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #5a5a5a;
    padding: 15px 0 35px; }
    @media (min-width: 768px) {
      .page__text {
        font-size: 17px; } }
    .page__text h2 {
      font-size: 20px;
      line-height: 1.6;
      padding: 15px 0; }
      @media (min-width: 768px) {
        .page__text h2 {
          font-size: 22px; } }
    .page__text p {
      padding: 0px 0 10px; }
  .page__quote {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    font-style: italic;
    color: #3ab54a;
    text-align: right;
    margin: 20px 0 20px 10px;
    position: relative; }
    @media (min-width: 768px) {
      .page__quote {
        margin: 40px 0 40px 200px;
        font-size: 24px; } }
  .page__quotes {
    width: 28px;
    height: 28px;
    margin: 0 30px  0 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
    background-image: url(../../assets/img/quotes.svg); }
    @media (min-width: 768px) {
      .page__quotes {
        width: 35px;
        height: 35px; } }
  .page__list {
    margin: 0 0 0 20px; }
    @media (min-width: 768px) {
      .page__list {
        margin: 0 0 0 40px; } }
  .page__item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #5a5a5a;
    padding: 5px 0; }
    @media (min-width: 768px) {
      .page__item {
        padding: 15px 0 15px 10px;
        font-size: 17px; } }
  .page__banner {
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: 90px 0 0 0; }
    @media (min-width: 768px) {
      .page__banner {
        height: 420px;
        margin: 0; } }
    @media (min-width: 992px) {
      .page__banner {
        height: 600px; } }
  .page__bg-white {
    background-color: #ffffff;
    padding: 5px 15px 40px;
    margin: 0 0 30px 0; }
    @media (min-width: 768px) {
      .page__bg-white {
        padding: 30px 40px 100px; } }
  .page__masonry {
    display: none; }
    @media (min-width: 992px) {
      .page__masonry {
        display: block; } }
  .page__slider-m {
    margin: 0 0 60px 0; }
    @media (min-width: 992px) {
      .page__slider-m {
        display: none; } }
  @media (min-width: 992px) {
    .page__service-m {
      display: none; } }
  .page__arrow-nav {
    display: none; }
    @media (min-width: 992px) {
      .page__arrow-nav {
        display: block; } }
  @media (min-width: 992px) {
    .page__form-m {
      display: none; } }
  .page__branding-d {
    display: none; }
    @media (min-width: 992px) {
      .page__branding-d {
        display: block; } }
  @media (min-width: 992px) {
    .page__branding-m {
      display: none; } }
  .page__catalog {
    display: none; }
    @media (min-width: 992px) {
      .page__catalog {
        display: block; } }
  .page__culculate-bg {
    position: relative;
    margin: 250px 0 150px 0; }
    @media (min-width: 768px) {
      .page__culculate-bg {
        margin: 180px 0 150px 0; } }
    @media (min-width: 992px) {
      .page__culculate-bg {
        margin: 0; } }
    .page__culculate-bg:before {
      content: "";
      width: 200px;
      height: 300px;
      background-image: url(../../assets/img/bg/bg_notebook_4.png);
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      -webkit-transform: rotate(-25deg);
          -ms-transform: rotate(-25deg);
           -o-transform: rotate(-25deg);
              transform: rotate(-25deg);
      top: -280px;
      right: 0;
      z-index: 4; }
      @media (min-width: 768px) {
        .page__culculate-bg:before {
          top: -200px; } }
      @media (min-width: 992px) {
        .page__culculate-bg:before {
          width: 300px;
          height: 480px;
          top: 100px;
          left: -300px;
          right: auto;
          -webkit-transform: rotate(0);
              -ms-transform: rotate(0);
               -o-transform: rotate(0);
                  transform: rotate(0); } }
    .page__culculate-bg:after {
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      width: 230px;
      height: 200px;
      right: 0;
      bottom: -200px;
      background-image: url(../../assets/img/bg/pen.png);
      position: absolute;
      -webkit-transform: rotate(25deg);
          -ms-transform: rotate(25deg);
           -o-transform: rotate(25deg);
              transform: rotate(25deg); }
      @media (min-width: 992px) {
        .page__culculate-bg:after {
          right: -250px;
          bottom: -120px;
          width: 230px;
          height: 390px;
          -webkit-transform: rotate(5deg);
              -ms-transform: rotate(5deg);
               -o-transform: rotate(5deg);
                  transform: rotate(5deg); } }
  .page__servisce-bg {
    position: relative; }
    .page__servisce-bg:before {
      content: "";
      width: 330px;
      height: 325px;
      background-image: url(../../assets/img/bg/im_12.png);
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      top: 300px;
      left: -330px; }
    .page__servisce-bg:after {
      content: "";
      width: 270px;
      height: 160px;
      background-image: url(../../assets/img/bg/br_4.png);
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      bottom: -100px;
      right: 0; }
      @media (min-width: 992px) {
        .page__servisce-bg:after {
          width: 500px;
          height: 280px;
          bottom: -170px;
          right: -270px; } }
  .page__about-bg {
    width: 240px;
    height: 220px;
    top: -100px;
    right: -100px;
    background-image: url(../../assets/img/bg/Box_5.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
    position: absolute; }
    @media (min-width: 1200px) {
      .page__about-bg {
        width: 350px;
        height: 350px;
        right: -400px;
        top: 200px; } }
  .page__bg {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain; }
    .page__bg--paint {
      width: 270px;
      height: 242px;
      bottom: 0;
      left: 0;
      background-image: url(../../assets/img/bg/paintbuckets.png);
      position: absolute; }
      @media (min-width: 992px) {
        .page__bg--paint {
          width: 550px;
          height: 492px; } }
    .page__bg--package {
      width: 328px;
      height: 216px;
      top: -50px;
      left: -400px;
      background-image: url(../../assets/img/bg/beg_13.png);
      position: absolute; }
    .page__bg--package-blue {
      width: 250px;
      height: 190px;
      bottom: 0;
      right: 0;
      background-image: url(../../assets/img/bg/beg_9.png);
      position: absolute; }
      @media (min-width: 992px) {
        .page__bg--package-blue {
          width: 450px;
          height: 440px;
          bottom: -150px;
          right: 0; } }
      @media (min-width: 1376px) {
        .page__bg--package-blue {
          bottom: -100px;
          right: 0; } }

.crumbs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .crumbs__link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #5a5a5a; }
    .crumbs__link:hover {
      color: #3ab54a; }
    .crumbs__link--inactive:hover {
      color: #5a5a5a; }
  .crumbs__item:after {
    content: " / ";
    padding: 0 10px;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 400; }
  .crumbs__item:last-child:after {
    content: ""; }

.button--green {
  font-size: 14px;
  font-weight: 400;
  color: #3ab54a;
  letter-spacing: 6px;
  text-transform: uppercase;
  border: 3px solid #3ab54a;
  padding: 15px 5px;
  display: inline-block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: transparent;
  outline: none;
  width: 100%;
  text-align: center;
  min-width: 240px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .button--green {
      width: auto;
      padding: 15px 15px;
      font-size: 16px; } }
  .button--green:hover {
    background-color: #3ab54a;
    color: #ffffff; }

.button--grey {
  font-size: 16px;
  font-weight: 400;
  color: #5a5a5a;
  letter-spacing: 6px;
  text-transform: uppercase;
  border: 3px solid #5a5a5a;
  padding: 15px 15px;
  display: inline-block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: transparent;
  outline: none;
  cursor: pointer; }
  .button--grey:hover {
    background-color: #5a5a5a;
    color: #ffffff; }

.drag-slider {
  position: relative;
  padding: 40px 0 40px; }
  @media (min-width: 768px) {
    .drag-slider {
      padding: 40px 0 0; } }
  .drag-slider--product {
    padding: 10px 0; }
  .drag-slider__slider {
    width: 80%;
    height: 3px;
    background-color: #3ab54a;
    border: none; }
  .drag-slider__result {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 700;
    color: #3ab54a;
    line-height: 1.2;
    border: none; }
    .drag-slider__result--calculate {
      position: relative;
      top: -30px;
      left: 0;
      width: 100%;
      height: 45px;
      border: 3px solid #d8d8d8;
      text-indent: 15px;
      color: #5a5a5a;
      font-size: 17px;
      font-weight: 400;
      outline: none; }
      @media (min-width: 768px) {
        .drag-slider__result--calculate {
          width: 320px; } }
    .drag-slider__result--product {
      border: 3px solid #d8d8d8;
      color: #5a5a5a;
      text-indent: 15px;
      outline: none;
      font-weight: 400;
      height: 45px;
      margin-bottom: 20px;
      position: relative; }
  .drag-slider .ui-slider-horizontal .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #3ab54a;
    border-radius: 100%;
    outline: none;
    border: none;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    top: -10px; }
  .drag-slider .ui-widget-header {
    background-color: #3ab54a; }

.contacts {
  padding: 90px 0 0 0; }
  @media (min-width: 768px) {
    .contacts {
      padding: 0; } }
  .contacts__map {
    height: 300px;
    width: 100%; }
    @media (min-width: 992px) {
      .contacts__map {
        height: 100vh; } }
  .contacts__container {
    width: 100%;
    padding: 20px 20px 20px;
    background-color: #ffffff;
    position: relative;
    top: 0; }
    @media (min-width: 992px) {
      .contacts__container {
        position: absolute;
        top: 100px;
        width: 650px;
        z-index: 10; } }
  .contacts__flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0 0 0; }
    @media (min-width: 992px) {
      .contacts__flex-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .contacts__title {
    font-size: 25px;
    font-weight: 700;
    color: #3f3f3f;
    letter-spacing: 2px; }
    @media (min-width: 768px) {
      .contacts__title {
        font-size: 36px; } }
  .contacts__list-city {
    display: none; }
    @media (min-width: 992px) {
      .contacts__list-city {
        display: block; } }
  .contacts__item-city {
    font-size: 25px;
    font-weight: 400;
    color: #5a5a5a;
    letter-spacing: 0.3px;
    list-style: none;
    line-height: 1.6;
    width: 180px;
    padding: 0 20px;
    margin: 0 60px 25px 0;
    cursor: pointer;
    border: 3px solid transparent; }
    .contacts__item-city--active {
      color: #3ab54a;
      border: 3px solid #3ab54a; }
  @media (min-width: 992px) {
    .contacts__list-city-m {
      display: none; } }
  .contacts__phone {
    position: relative;
    width: 100%;
    min-height: 430px; }
  .contacts__list-phone {
    /* position: absolute;*/
    top: 0;
    left: 0; }
  .contacts__link {
    color: #3f3f3f; }
  .contacts__item-address {
    font-size: 16px;
    font-weight: 400;
    color: #3ab54a;
    list-style: none;
    line-height: 1.6;
    padding: 0 0 15px 0; }
    @media (min-width: 768px) {
      .contacts__item-address {
        font-size: 17px; } }
  .contacts__item-phone {
    font-size: 12px;
    font-weight: 400;
    color: #3f3f3f;
    list-style: none;
    line-height: 1.6;
    padding: 0 0 10px 0; }
    @media (min-width: 768px) {
      .contacts__item-phone {
        font-size: 14px; } }

.form__bg {
  background-color: #ffffff;
  padding: 20px 15px 65px; }
  @media (min-width: 992px) {
    .form__bg {
      padding: 35px 45px 65px; } }
  .form__bg--grey {
    background-color: transparent;
    padding: 0; }
  .form__bg--width {
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .form__bg--width {
        width: 480px; } }

.form__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 15px 0; }
  @media (min-width: 768px) {
    .form__container {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.form__left, .form__right {
  width: 100%; }
  @media (min-width: 768px) {
    .form__left, .form__right {
      width: 50%; } }

.form__title {
  font-size: 20px;
  font-weight: 700;
  color: #5a5a5a;
  line-height: 1.2;
  padding: 0 0 25px 0; }
  @media (min-width: 768px) {
    .form__title {
      font-size: 30px;
      padding: 0 0 55px 0; } }

.form__subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #5a5a5a;
  line-height: 1.2;
  padding: 0 0 40px 0; }

.form__label {
  font-size: 14px;
  font-weight: 400;
  color: #5a5a5a;
  line-height: 1.2;
  padding: 0 0 15px 0;
  display: block; }

.form__input {
  width: 100%;
  height: 45px;
  border: 3px solid #d8d8d8;
  text-indent: 15px;
  color: #5a5a5a;
  font-size: 17px;
  font-weight: 400;
  outline: none;
  margin: 0 0 35px 0; }
  @media (min-width: 768px) {
    .form__input {
      width: 85%; } }
  .form__input--magrin {
    margin: 0 0 15px 0; }
  .form__input--invalid {
    border: 2px solid red; }

.form__select {
  width: 100%;
  height: 45px;
  border: 2px solid #d8d8d8;
  text-indent: 5px;
  color: #5a5a5a;
  font-size: 17px;
  font-weight: 400;
  outline: none;
  margin: 0 0 15px 0; }
  @media (min-width: 768px) {
    .form__select {
      width: 85%;
      margin: 0 0 35px 0; } }

.form__textarea {
  width: 100%;
  height: 156px;
  border: 3px solid #d8d8d8;
  color: #5a5a5a;
  font-size: 17px;
  font-weight: 400;
  outline: none;
  padding: 5px;
  margin: 0 0 35px 0; }
  @media (min-width: 768px) {
    .form__textarea {
      width: 85%;
      margin: 0 0 35px 0; } }

.form__radio {
  opacity: 0; }

.form__name {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  height: 26px;
  position: relative;
  cursor: pointer;
  margin: 0px 35px 0 15px;
  color: #5a5a5a;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .form__name {
      margin: 0px 35px 0 15px; } }
  .form__name:before {
    content: " ";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    left: -35px;
    top: -3px;
    border: 3px solid #d8d8d8; }

.form__radio:checked + .form__name:after {
  content: " ";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #3ab54a;
  position: absolute;
  left: -27px;
  top: 5px; }

.form__button {
  padding: 40px 0 0; }
  .form__button--position {
    position: relative;
    left: 0;
    bottom: 0; }
    @media (min-width: 768px) {
      .form__button--position {
        position: absolute;
        bottom: 35px; } }
  .form__button--right {
    text-align: right; }

.form__message {
  font-size: 18px;
  font-weight: 400;
  color: #3ab54a;
  padding: 20px 0; }

.form__invalid {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  color: red;
  bottom: 15px; }

.form__warning {
  font-size: 12px;
  font-weight: 400;
  color: red;
  margin-bottom: 10px; }

.form__item {
  position: relative; }
  .form__item--checkout {
    padding-bottom: 20px; }

.form__text {
  font-size: 16px;
  font-weight: 400;
  color: #5a5a5a;
  line-height: 1.4;
  margin: 0 0 33px 0; }
  @media (min-width: 768px) {
    .form__text {
      font-size: 17px; } }

.form__sum {
  font-size: 36px;
  font-weight: 400;
  color: #3ab54a;
  line-height: 1.2;
  padding: 0 0 35px 0; }

.form__link {
  font-size: 12px;
  font-weight: 400;
  color: #5a5a5a;
  display: block; }
  .form__link:hover {
    color: #3ab54a; }
  .form__link--margin {
    margin: 5px 0 25px 0; }
  .form__link--green {
    font-size: 14px;
    color: #3ab54a;
    display: inline-block; }
    .form__link--green:hover {
      color: #5a5a5a; }

.form__drag-slider {
  width: 100%; }

.form .ui-corner-all {
  border-radius: 0; }

.form .ui-selectmenu-button.ui-state-default {
  background-color: #ffffff;
  height: 45px;
  border: 3px solid #d8d8d8;
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.7;
  outline: none;
  margin: 0 0 35px 0; }

.form .ui-icon.ui-icon-triangle-1-s {
  border: 10px solid transparent;
  border-top: 10px solid #d8d8d8;
  margin-top: -5px; }

.form .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0.6em 2.1em 0.6em 1em; }

.delivery {
  padding: 220px 0 60px;
  position: relative;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 10; }
  @media (min-width: 768px) {
    .delivery {
      padding: 100px 0 195px; } }
  .delivery__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #3ab54a;
    padding: 0 0 5px 0; }
    @media (min-width: 768px) {
      .delivery__title {
        font-size: 44px;
        padding: 0 0 35px 0; } }
  .delivery__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #5a5a5a;
    padding: 15px 0 0 0; }
    @media (min-width: 768px) {
      .delivery__text {
        padding: 15px 0 0 100px;
        font-size: 17px; } }
  .delivery__container {
    position: relative;
    z-index: 15; }
    @media (min-width: 768px) {
      .delivery__container {
        float: right;
        max-width: 570px; } }
  .delivery__car {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
    width: 330px;
    height: 190px;
    top: -190px;
    left: -70px;
    background-image: url(../../assets/img/bg/car.png); }
    @media (min-width: 768px) {
      .delivery__car {
        width: 600px;
        height: 300px;
        top: -15px;
        left: -350px; } }
    @media (min-width: 992px) {
      .delivery__car {
        width: 800px;
        height: 430px;
        top: -15px;
        left: -330px; } }
    @media (min-width: 1200px) {
      .delivery__car {
        width: 800px;
        height: 430px;
        top: -15px;
        left: -150px; } }

/**

 * Swiper 3.3.1

 * Most modern mobile touch slider and framework with hardware accelerated transitions

 *

 * http://www.idangero.us/swiper/

 *

 * Copyright 2016, Vladimir Kharlampidi

 * The iDangero.us

 * http://www.idangero.us/

 *

 * Licensed under MIT

 *

 * Released on: February 7, 2016

 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

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

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

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

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

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

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

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

/* Bullets */
.swiper-pagination-bullet {
  display: inline-block;
  opacity: 0.4; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

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

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
     transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0; }

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

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

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

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

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

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

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

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
   -o-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
     animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

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

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

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

.history {
  background-color: #ffffff;
  padding: 20px 15px 65px;
  margin: 70px 0 0 0; }
  @media (min-width: 992px) {
    .history {
      padding: 35px 45px 65px; } }
  .history__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    border: 3px solid #d8d8d8;
    min-height: 45px;
    margin: 0 0 10px 0;
    padding: 0 10px; }
  .history__title {
    font-size: 20px;
    font-weight: 700;
    color: #3f3f3f;
    line-height: 1.2;
    padding: 0 0 25px 0; }
    @media (min-width: 768px) {
      .history__title {
        font-size: 30px;
        padding: 0 0 55px 0; } }
  .history__item {
    font-size: 16px;
    font-weight: 400;
    color: #5a5a5a;
    line-height: 2.8;
    padding: 0 15px 0 0; }
    .history__item:last-child {
      padding: 0; }
    @media (min-width: 768px) {
      .history__item {
        padding: 0 30px 0 0; } }
  .history__link {
    font-size: 14px;
    font-weight: 400;
    color: #3ab54a;
    display: inline-block;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #3ab54a; }
    .history__link:hover {
      border-bottom: 1px solid transparent; }

.description {
  background-color: #ffffff;
  padding: 25px 0; }
  .description__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .description__right {
    display: none; }
    @media (min-width: 992px) {
      .description__right {
        display: block;
        width: 50%; } }
  .description__left {
    width: 100%; }
    @media (min-width: 992px) {
      .description__left {
        width: 50%; } }
  .description__title {
    font-size: 20px;
    font-weight: 700;
    color: #5a5a5a;
    line-height: 1.2;
    padding: 0 0 25px 0; }
    @media (min-width: 768px) {
      .description__title {
        font-size: 30px; } }
  .description__subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #5a5a5a;
    line-height: 1.2;
    padding: 0 0 10px 0; }
  .description__text {
    font-size: 18px;
    font-weight: 400;
    color: #3ab54a;
    line-height: 1.2;
    padding: 0 0 20px 0; }
  .description__form {
    padding: 0 0 35px 0; }
  .description__sum {
    font-size: 36px;
    font-weight: 400;
    color: #3ab54a;
    line-height: 1.2;
    padding: 0 0 35px 0; }
  @media (min-width: 992px) {
    .description__slider-desc-m {
      display: none; } }
  .description__add-success {
    opacity: 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #3ab54a;
    -webkit-transition: opacity ease 0.3s;
    -o-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s; }
    .description__add-success--active {
      opacity: 1; }

.category {
  margin: 40px 0 0 0; }
  .category__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .category__item {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 15px 15px 190px;
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .category__item {
        width: calc((100% - 60px)/2);
        margin-right: 30px; }
        .category__item:nth-child(2n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .category__item {
        width: calc((100% - 60px)/3);
        margin-right: 30px; }
        .category__item:nth-child(2n) {
          margin-right: 30px; }
        .category__item:nth-child(3n) {
          margin-right: 0; } }
  .category__title {
    font-size: 30px;
    font-weight: 700;
    color: #5a5a5a;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
    z-index: 5; }
  .category__size {
    font-size: 17px;
    font-weight: 400;
    color: #5a5a5a;
    line-height: 1.6;
    padding-bottom: 5px;
    position: relative;
    z-index: 5; }
  .category__price {
    font-size: 18px;
    font-weight: 400;
    color: #3ab54a;
    line-height: 1.2;
    position: relative;
    z-index: 5; }
  .category__image {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-background-size: contain;
            background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0; }
  .category__subtitle {
    font-size: 25px;
    font-weight: 400;
    color: #3ab54a;
    line-height: 1.2;
    padding: 0 0 25px 0; }
  .category__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #5a5a5a;
    padding: 15px 0; }
    @media (min-width: 768px) {
      .category__description {
        font-size: 17px; } }
    .category__description h2 {
      font-size: 20px;
      line-height: 1.6;
      padding: 15px 0; }
      @media (min-width: 768px) {
        .category__description h2 {
          font-size: 22px; } }
    .category__description p {
      padding: 0px 0 10px; }

.catalog {
  margin: 0px 0 30px 0; }
  .catalog__item {
    background-color: #d8d8d8;
    padding: 25px 25px 90px;
    list-style: none;
    min-height: 290px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-background-size: contain;
            background-size: contain;
    margin: 0  0 20px 0;
    position: relative; }
  .catalog__title {
    font-size: 25px;
    font-weight: 400;
    color: #3ab54a;
    line-height: 1.2;
    text-transform: uppercase;
    padding-bottom: 25px;
    max-width: 540px; }
  .catalog__text {
    font-size: 15px;
    font-weight: 400;
    color: #5a5a5a;
    line-height: 1.6;
    max-width: 650px;
    max-height: 6.4em;
    overflow: hidden; }
  .catalog__button {
    position: absolute;
    bottom: 25px;
    left: 25px; }

.slider-desc__container {
  width: 100%; }

.slider-desc .swiper-wrapper {
  height: 450px; }

.slider-desc .swiper-pagination {
  position: relative; }

.slider-desc__slide {
  width: 100%; }

.slider-desc__pagination {
  position: relative;}

.slider-desc__image {
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain; }

.slider-desc__thumb {
  width: 80px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: auto 60px;
          background-size: auto 60px;
  position: relative;
  margin-right: 10px; }

.slider-desc__caption {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 12px; }

.slider-desc__next {
  width: 45px;
  height: 45px;
  -webkit-background-size: 45px 45px;
          background-size: 45px 45px;
  background-image: url(../../assets/img/icons/next.svg);
  top: auto;
  bottom: 25px;
  left: 80px; }

.slider-desc__prev {
  width: 45px;
  height: 45px;
  -webkit-background-size: 45px 45px;
          background-size: 45px 45px;
  background-image: url(../../assets/img/icons/prev.svg);
  top: auto;
  bottom: 25px;
  left: 30px; }

.slider-desc__next.swiper-button-disabled {
  opacity: 0.6; }

.slider-desc__prev.swiper-button-disabled {
  opacity: 0.6; }

.slider-brand__container {
  width: 100%;
  height: 810px;
  background-color: #d8d8d8; }

.slider-brand__slide {
  width: 100%;
  height: 710px; }

.slider-brand__image {
  width: 100%;
  height: 710px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain; }

.slider-brand__next {
  width: 45px;
  height: 45px;
  -webkit-background-size: 45px 45px;
          background-size: 45px 45px;
  background-image: url(../../assets/img/icons/next.svg);
  top: auto;
  bottom: 25px;
  left: 80px; }

.slider-brand__prev {
  width: 45px;
  height: 45px;
  -webkit-background-size: 45px 45px;
          background-size: 45px 45px;
  background-image: url(../../assets/img/icons/prev.svg);
  top: auto;
  bottom: 25px;
  left: 30px; }

.slider-brand__next.swiper-button-disabled {
  opacity: 0.6; }

.slider-brand__prev.swiper-button-disabled {
  opacity: 0.6; }

.icon-m {
  width: 34px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 32px;
  right: 15px; }
  @media (min-width: 768px) {
    .icon-m {
      top: 50px;
      right: 30px; } }
  .icon-m--active .icon-m__item {
    background-color: #ffffff; }
  .icon-m--active .icon-m__item:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%; }
  .icon-m--active .icon-m__item:nth-child(2) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); }
  .icon-m--active .icon-m__item:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .icon-m--active .icon-m__item:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%; }
  .icon-m__item {
    height: 4px;
    width: 100%;
    background-color: #5a5a5a;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .icon-m__item:nth-child(1) {
      top: 0px; }
    .icon-m__item:nth-child(2) {
      top: 9px; }
    .icon-m__item:nth-child(3) {
      top: 9px; }
    .icon-m__item:nth-child(4) {
      top: 18px; }

.menu-m {
  margin: 35px 0 0 15px; }
  @media (min-width: 768px) {
    .menu-m {
      margin: 50px 0 0 15px; } }
  .menu-m__phone {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 10px; }
  .menu-m__container {
    overflow-y: scroll; }
  .menu-m__list {
    list-style: none; }
  .menu-m__link {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.8;
    padding: 10px 0;
    display: inline-block;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease; }
    .menu-m__link--active {
      color: #006332; }
    .menu-m__link:hover {
      color: #006332; }
  .menu-m__sub-list {
    list-style: none;
    margin: 10px 0 10px 25px; }
  .menu-m__sub-link {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.8;
    padding: 10px 0;
    display: inline-block;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease; }
    .menu-m__sub-link:hover {
      color: #006332; }
  .menu-m__social {
    padding: 55px 0 55px 0; }
  .menu-m__address {
    padding: 0 0 50px 0;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.3; }
  .menu-m__email {
    color: #ffffff; }

.slider-m__container {
  height: 280px;
  width: 100%; }
  @media (min-width: 768px) {
    .slider-m__container {
      height: 350px;
      width: 70%; } }

.slider-m__item {
  width: 220px;
  height: 250px;
  margin: 0 auto;
  position: relative;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-color: #d8d8d8; }
  .slider-m__item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s; }
  @media (min-width: 768px) {
    .slider-m__item {
      height: 320px;
      width: 60%; } }

.slider-m__next {
  width: 10px;
  height: 20px;
  background-image: url(../../assets/img/icons/next-m.svg);
  -webkit-background-size: contain;
          background-size: contain; }

.slider-m__prev {
  width: 10px;
  height: 20px;
  background-image: url(../../assets/img/icons/prev-m.svg);
  -webkit-background-size: contain;
          background-size: contain; }

.slider-m__pagination {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  .slider-m__pagination .swiper-pagination-bullet {
    margin: 4px;
    width: 10px;
    height: 10px;
    background-color: #5a5a5a; }
  .slider-m__pagination .swiper-pagination-bullet-active {
    background-color: #3ab54a; }

.slider-m__content {
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px; }
  .slider-m__content--white-color .slider-m__title, .slider-m__content--white-color .slider-m__text {
    color: #ffffff; }

.slider-m__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
  text-transform: uppercase; }

.slider-m__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  padding: 10px 0 0 0; }

.service-m {
  list-style: none;
  padding: 0 0 100px 0; }
  .service-m__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #5a5a5a;
    padding: 10px 0;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .service-m__link:hover {
      color: #3ab54a; }

.slider-brand-m__container {
  width: 100%;
  height: 250px;
  background-color: #d8d8d8; }
  @media (min-width: 768px) {
    .slider-brand-m__container {
      height: 400px; } }

.slider-brand-m__image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain; }

.slider-brand-m__next {
  width: 10px;
  height: 30px;
  background-image: url(../../assets/img/icons/next-m.svg);
  -webkit-background-size: contain;
          background-size: contain;
  right: 15px; }
  @media (min-width: 768px) {
    .slider-brand-m__next {
      width: 15px;
      height: 30px;
      right: 30px; } }

.slider-brand-m__prev {
  width: 10px;
  height: 30px;
  background-image: url(../../assets/img/icons/prev-m.svg);
  -webkit-background-size: contain;
          background-size: contain;
  left: 15px; }
  @media (min-width: 768px) {
    .slider-brand-m__prev {
      width: 15px;
      height: 30px;
      left: 30px; } }

.description-m__title {
  font-size: 20px;
  font-weight: 700;
  color: #5a5a5a;
  line-height: 1.2;
  padding: 35px 0 15px 0; }
  @media (min-width: 768px) {
    .description-m__title {
      font-size: 30px; } }

.description-m__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #5a5a5a;
  padding: 10px 0 20px; }
  @media (min-width: 768px) {
    .description-m__text {
      font-size: 17px; } }

.description-d {
  padding: 25px 10px  100px 30px;
  position: relative;
  height: 810px; }
  .description-d__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #5a5a5a;
    padding: 0 0 20px 0; }
  .description-d__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #5a5a5a;
    margin: 0 0 10px 0;
    overflow: auto;
    height: 580px; }
  .description-d__button {
    position: absolute;
    bottom: 30px;
    left: 25px; }

.global-wrap {
  overflow: hidden; }

.list-city-m__label {
  font-size: 14px;
  font-weight: 400;
  color: #3f3f3f;
  line-height: 1.2;
  padding: 0 0 15px 0;
  display: block; }

.list-city-m__select {
  width: 100%;
  height: 45px;
  border: 2px solid #3ab54a;
  text-indent: 5px;
  color: #3ab54a;
  font-size: 17px;
  font-weight: 400;
  outline: none;
  margin: 0 0 15px 0; }

.list-city-m .ui-corner-all {
  border-radius: 0; }

.list-city-m .ui-selectmenu-button.ui-state-default {
  background-color: #ffffff;
  width: 80%;
  height: 45px;
  border: 2px solid #3ab54a;
  color: #3ab54a;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.7;
  outline: none;
  margin: 0 0 35px 0; }

.list-city-m .ui-icon.ui-icon-triangle-1-s {
  border: 10px solid transparent;
  border-top: 10px solid #3ab54a;
  margin-top: -5px; }

.list-city-m .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0.6em 2.1em 0.6em 1em; }

.slider-desc-m__container {
  width: 100%;
  height: 250px; }
  @media (min-width: 768px) {
    .slider-desc-m__container {
      height: 400px; } }

.slider-desc-m__image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain; }

.slider-desc-m__next {
  width: 10px;
  height: 30px;
  background-image: url(../../assets/img/icons/next-m.svg);
  -webkit-background-size: contain;
          background-size: contain;
  right: 15px; }
  @media (min-width: 768px) {
    .slider-desc-m__next {
      width: 15px;
      height: 30px;
      right: 30px; } }

.slider-desc-m__prev {
  width: 10px;
  height: 30px;
  background-image: url(../../assets/img/icons/prev-m.svg);
  -webkit-background-size: contain;
          background-size: contain;
  left: 15px; }
  @media (min-width: 768px) {
    .slider-desc-m__prev {
      width: 15px;
      height: 30px;
      left: 30px; } }

.branding-m {
  list-style: none;
  position: relative; }

.branding-d__list {
  list-style: none;
  height: 810px;
  width: 100%;
  position: relative; }

.branding-d__item {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 810px;
  background-color: #ffffff; }

.branding-d__description-d {
  width: 50%; }

.branding-d__slider-brand {
  width: 50%;
  height: 810px;
  position: relative; }

.list-address {
  list-style: none;
  height: 100px; }
  .list-address__phone {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .list-address__phone:hover {
      color: #3ab54a; }
  .list-address__email {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .list-address__email:hover {
      color: #3ab54a; }

.list-city__style {
  border: none;
  background-color: #3f3f3f;
  color: #ffffff; }

.list-city__select {
  width: 170px;
  height: 45px;
  border: none;
  font-size: 17px;
  font-weight: 400;
  outline: none;
  margin: 0 0 15px 0; }

.list-city .ui-corner-all {
  border-radius: 0; }

.list-city .ui-selectmenu-button.ui-state-default {
  background-color: transparent;
  width: 300px;
  height: 45px;
  border: transparent;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.7;
  outline: none;
  margin: 0 0 5px 0;
  text-transform: uppercase; }

.list-city .ui-icon.ui-icon-triangle-1-s {
  border: 10px solid transparent;
  border-top: 10px solid #ffffff; }

.list-city .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0.6em 2.1em 0.6em 0em; }

.list-city .ui-widget-content {
  border: 1px solid red; }

.overflow {
  height: 180px; }

.message {
  background-color: #ffffff;
  padding: 35px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 100%;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  @media (min-width: 768px) {
    .message {
      padding: 180px 30px; } }
  .message__icon {
    width: 120px;
    height: 50px;
    background-image: url(../../assets/img/icons/icon_message.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
    margin: 0 15px 0 0; }
  .message__text {
    font-size: 25px;
    font-weight: 400;
    color: #3ab54a;
    padding: 20px 0; }
    @media (min-width: 768px) {
      .message__text {
        font-size: 27px; } }
  .message__caption a {
    color: #3ab54a;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s; }
    .message__caption a:hover {
      color: #5a5a5a; }

.cart-icon {
  width: 27px;
  height: 22px;
  display: inline-block;
  position: relative; }
  .cart-icon__icon {
    width: 100%;
    height: 100%;
    background-image: url(../../assets/img/icons/cart.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .cart-icon__icon:hover {
      background-image: url(../../assets/img/icons/cart-green.svg); }
    .cart-icon__icon--active-green {
      background-image: url(../../assets/img/icons/cart-green.svg); }
    .cart-icon__icon--active {
      background-image: url(../../assets/img/icons/cart-white.svg); }
      @media (min-width: 1376px) {
        .cart-icon__icon--active {
          background-image: url(../../assets/img/icons/cart.svg); } }
      .cart-icon__icon--active:hover {
        background-image: url(../../assets/img/icons/cart-white.svg); }
  .cart-icon__count {
    font-size: 8px;
    font-weight: 400;
    line-height: 1.5;
    width: 12px;
    border-radius: 100%;
    color: #ffffff;
    background-color: red;
    text-align: center;
    position: absolute;
    top: -3px;
    right: -2px; }

.order__list {
  list-style: none;
  display: inline-block; }

.order__item {
  position: relative;
  margin: 0 0 20px 0; }
  .order__item:before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #5a5a5a;
    position: absolute;
    bottom: 0;
    left: 0; }
  .order__item:last-child:before {
    display: none; }

.order__text {
  font-size: 17px;
  font-weight: 400;
  color: #5a5a5a;
  line-height: 1.9; }

.cart {
  background-color: #ffffff;
  padding: 25px 15px 45px; }
  @media (min-width: 992px) {
    .cart {
      padding: 25px 40px 40px 40px; } }
  .cart__button {
    text-align: right;
    margin-top: 20px; }
  .cart__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #5a5a5a;
    padding: 0 0 35px 0; }
  .cart__item {
    list-style: none;
    padding: 30px 30px 20px 0;
    position: relative; }
    .cart__item:before {
      content: "";
      height: 1px;
      width: 100%;
      background-color: #d8d8d8;
      position: absolute;
      bottom: 0;
      left: 0; }
    .cart__item:last-child::before {
      display: none; }
  .cart__inner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    list-style: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 992px) {
      .cart__inner-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .cart__inner-item {
    padding: 30px 0 0 0; }
    @media (min-width: 992px) {
      .cart__inner-item {
        padding: 15px 30px 0 0; } }
    .cart__inner-item:nth-child(1) {
      padding: 0; }
      @media (min-width: 992px) {
        .cart__inner-item:nth-child(1) {
          padding: 0 20px 0 0; } }
    .cart__inner-item:nth-child(2) {
      width: 100%; }
      @media (min-width: 992px) {
        .cart__inner-item:nth-child(2) {
          width: 270px; } }
    .cart__inner-item:nth-child(3) {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 992px) {
        .cart__inner-item:nth-child(3) {
          -webkit-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline;
          width: 200px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .cart__inner-item:nth-child(4) {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 992px) {
        .cart__inner-item:nth-child(4) {
          -webkit-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline;
          width: 160px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .cart__inner-item:nth-child(5) {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 992px) {
        .cart__inner-item:nth-child(5) {
          -webkit-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline;
          width: 160px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
  .cart__image {
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain; }
    @media (min-width: 992px) {
      .cart__image {
        width: 165px;
        height: 140px; } }
  .cart__product-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #5a5a5a; }
  .cart__subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #5a5a5a;
    padding: 0 25px 0 0; }
    @media (min-width: 992px) {
      .cart__subtitle {
        padding: 0 25px 25px 0; } }
  .cart__count {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    color: #5a5a5a; }
  .cart__link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #3ab54a;
    padding: 0 0 45px 0; }
    .cart__link:hover {
      color: #5a5a5a; }
  .cart__sum {
    font-size: 36px;
    font-weight: 400;
    color: #3ab54a;
    line-height: 1.2;
    padding: 25px 0 0 0; }
    @media (min-width: 992px) {
      .cart__sum {
        padding: 0; } }
  .cart__bottom {
    padding: 30px 0 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (min-width: 992px) {
      .cart__bottom {
        padding: 0 25px 25px 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .cart__delete {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background-color: transparent;
    outline: none; }
    .cart__delete:before {
      content: " ";
      height: 28px;
      width: 2px;
      background-color: #d8d8d8;
      position: absolute;
      top: 0px;
      right: 12px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg); }
    .cart__delete:after {
      content: " ";
      height: 28px;
      width: 2px;
      background-color: #d8d8d8;
      position: absolute;
      top: 0px;
      right: 12px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .cart__delete:hover:after {
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      background-color: #3ab54a; }
    .cart__delete:hover:before {
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      background-color: #3ab54a; }

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .quantity__input {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    color: #5a5a5a;
    width: 70px;
    outline: none;
    border: none; }
  .quantity__text {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    color: #5a5a5a; }
  .quantity__button {
    width: 25px;
    height: 25px;
    background-color: transparent;
    outline: none;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
    margin: 0 0 0 7px; }
    .quantity__button--plus {
      background-image: url("../../assets/img/icons/icon+.svg"); }
      .quantity__button--plus:hover {
        background-image: url("../../assets/img/icons/icon+-green.svg"); }
    .quantity__button--minus {
      background-image: url("../../assets/img/icons/icon-.svg"); }
      .quantity__button--minus:hover {
        background-image: url("../../assets/img/icons/icon--green.svg"); }

.kind-service__list {
  position: relative;
  min-height: 450px; }
  .kind-service__list--about-us {
    min-height: 400px; }
    .kind-service__list--about-us .kind-service__item {
      min-height: 400px; }
    .kind-service__list--about-us .kind-service__title {
      font-size: 44px;
      font-weight: 700; }

.kind-service__item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  max-height: 500px; }

.kind-service__description {
  width: 60%;
  background-color: #ffffff;
  padding: 25px 30px 100px;
  position: relative; }

.kind-service__photo {
  width: 40%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover; }

.kind-service__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  color: #3ab54a;
  padding: 0 0 20px 0; }

.kind-service__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #5a5a5a;
  margin: 0 0 10px 0;
  max-height: 6.4em;
  overflow: hidden; }

.kind-service__text-bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #3ab54a;
  margin: 0 0 10px 0; }

.kind-service__button {
  position: absolute;
  bottom: 30px;
  left: 25px; }

.calculate__bg {
  background-color: #ffffff;
  padding: 20px 15px 65px; }
  @media (min-width: 992px) {
    .calculate__bg {
      padding: 35px 45px 65px; } }

.calculate__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 40px 0; }
  .calculate__container--textarea {
    max-width: 845px; }
  @media (min-width: 768px) {
    .calculate__container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.calculate__invalid {
  font-size: 12px;
  font-weight: 400;
  color: red;
  margin-top: 10px; }

.calculate__wrap {
  margin: 0 0 30px 0;
  width: 100%; }
  @media (min-width: 768px) {
    .calculate__wrap {
      width: 50%; } }
  .calculate__wrap--full {
    width: 100%; }
  .calculate__wrap--width {
    width: 85%; }

.calculate fieldset {
  width: 100%; }

.calculate__title {
  font-size: 20px;
  font-weight: 400;
  color: #006332;
  line-height: 1.4;
  padding: 0px 0 20px 0; }
  .calculate__title--big {
    font-size: 24px;
    padding: 0 40px 20px 0; }
    @media (min-width: 768px) {
      .calculate__title--big {
        white-space: nowrap; } }
  .calculate__title--width {
    width: 100%; }
    @media (min-width: 768px) {
      .calculate__title--width {
        width: 260px; } }

.calculate__label {
  font-size: 14px;
  font-weight: 400;
  color: #5a5a5a;
  line-height: 1.2;
  padding: 0 0 15px 0;
  width: 100%; }
  .calculate__label--green {
    font-size: 20px;
    color: #006332;
    width: 100%; }
    @media (min-width: 768px) {
      .calculate__label--green {
        width: 260px; } }

.calculate__select {
  width: 100%; }
  @media (min-width: 768px) {
    .calculate__select {
      width: 320px; } }
  .calculate__select--big {
    width: 100%; }
    @media (min-width: 992px) {
      .calculate__select--big {
        width: 500px; } }

.calculate__input {
  width: 100%;
  height: 45px;
  border: 3px solid #d8d8d8;
  text-indent: 15px;
  color: #5a5a5a;
  font-size: 17px;
  font-weight: 400;
  outline: none; }
  @media (min-width: 768px) {
    .calculate__input {
      width: 320px; } }

.calculate__textarea {
  width: 100%;
  height: 156px;
  border: 3px solid #d8d8d8;
  color: #5a5a5a;
  font-size: 17px;
  font-weight: 400;
  outline: none;
  padding: 5px; }

.calculate__radio {
  opacity: 0; }

.calculate__radio-wrap {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .calculate__radio-wrap {
      display: inline-block; } }
  .calculate__radio-wrap:last-child {
    margin-bottom: 0; }

.calculate__radio-name {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  height: 26px;
  position: relative;
  cursor: pointer;
  margin: 0px 35px 0 15px;
  color: #5a5a5a;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .calculate__radio-name {
      margin: 0px 35px 0 15px; } }
  .calculate__radio-name:before {
    content: " ";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    left: -35px;
    top: -3px;
    border: 3px solid #d8d8d8; }

.calculate__radio:checked + .calculate__radio-name:after {
  content: " ";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #3ab54a;
  position: absolute;
  left: -27px;
  top: 5px; }

.calculate__drag-slider {
  width: 100%; }
  .calculate__drag-slider .drag-slider__slider {
    width: 100%; }
  @media (min-width: 768px) {
    .calculate__drag-slider {
      width: 320px;
      padding: 0 0 20px 0; } }

.calculate__button {
  text-align: right;
  padding: 20px 0 0 0; }
  @media (min-width: 768px) {
    .calculate__button {
      max-width: 845px; } }

.calculate .ui-selectmenu-button.ui-state-default {
  background-color: #ffffff;
  height: 45px;
  border: 3px solid #d8d8d8;
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.7;
  outline: none; }

.calculate .ui-icon.ui-icon-triangle-1-s {
  border: 10px solid transparent;
  border-top: 10px solid #d8d8d8;
  margin-top: -5px; }

.calculate .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0.6em 0 0.6em 10px; }
  @media (min-width: 768px) {
    .calculate .ui-selectmenu-button span.ui-selectmenu-text {
      padding: 0.6em 2.1em 0.6em 1em; } }

.plates__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.plates__item {
  width: calc((100% / 2) - (25px * 1 / 2));
  margin-right: 25px;
  margin-bottom: 25px;
  background-color: #d8d8d8; }
  .plates__item:nth-child(2n) {
    margin-right: 0; }
  @media (min-width: 992px) {
    .plates__item {
      width: calc((100% / 3) - (25px * 2 / 3)); }
      .plates__item:nth-child(2n) {
        margin-right: 25px; }
      .plates__item:nth-child(3n) {
        margin-right: 0; } }
  @media (min-width: 1200px) {
    .plates__item {
      width: calc((100% / 4) - (25px * 3 / 4)); }
      .plates__item:nth-child(2n) {
        margin-right: 25px; }
      .plates__item:nth-child(3n) {
        margin-right: 25px; }
      .plates__item:nth-child(4n) {
        margin-right: 0; } }

.plates__image {
  width: 100%;
  max-width: 100%;
  display: block; }

.gm {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }
  .gm__overlay {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: pointer; }
  .gm__entry {
    margin: auto;
    position: relative; }
  .gm__image {
    background-color: #d8d8d8;
    max-height: 70vh;
    max-width: 100vw; }
  .gm__prev {
    position: absolute;
    top: 50%;
    left: 10px;
    border: 0;
    background-color: transparent;
    background-image: url("../../assets/img/gm/arrow.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    -webkit-transform: rotate(180deg) translate(0, 50%);
        -ms-transform: rotate(180deg) translate(0, 50%);
         -o-transform: rotate(180deg) translate(0, 50%);
            transform: rotate(180deg) translate(0, 50%);
    width: 40px;
    height: 40px;
    outline: 0;
    cursor: pointer; }
    @media (min-width: 992px) {
      .gm__prev {
        left: -80px; } }
    .gm__prev--inactive {
      opacity: 0.5; }
  .gm__next {
    position: absolute;
    top: 50%;
    right: 10px;
    border: 0;
    background-color: transparent;
    background-image: url("../../assets/img/gm/arrow.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    outline: 0;
    cursor: pointer; }
    @media (min-width: 992px) {
      .gm__next {
        right: -80px; } }
    .gm__next--inactive {
      opacity: 0.5; }
  .gm__close {
    position: absolute;
    top: -50px;
    right: 10px;
    border: 0;
    background-color: transparent;
    background-image: url("../../assets/img/gm/close.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    width: 40px;
    height: 40px;
    outline: 0;
    cursor: pointer; }
    @media (min-width: 992px) {
      .gm__close {
        top: -40px;
        right: -80px; } }

.soc-networks {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .soc-networks__item {
    margin-right: 10px; }

.menu__item:nth-child(2) {
  white-space: unset;
}

.menu__item:nth-child(2) .submenu-icon {
  padding-top: 10px;
}

.menu__item:nth-child(2) .submenu-icon__img {
  display: none;
}

/*# sourceMappingURL=main.css.map */
