/*!
Theme Name: dec
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dec
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

dec is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

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

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

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

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: monospace;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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.
 */



/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

progress {
  vertical-align: baseline;
}

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

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 in Chrome and Safari on macOS.
 */

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

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

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Oswald, Oswald;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  /*border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;*/
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  /*border-color: #ccc #bbb #aaa;*/
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  /*border-color: #aaa #bbb #bbb;*/
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

@charset 'UTF-8';

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

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

figcaption,
figure,
main {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

dfn {
  font-style: italic
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio,
video {
  display: inline-block
}

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

img {
  border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details,
menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}

html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  opacity: .8;
  display: none
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: 400
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff
}

.lightbox a img {
  border: none
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(./images/loading.gif) no-repeat
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10
}

.lb-container > .nav {
  left: 0
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(./images/prev.png) left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
  opacity: 1
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(./images/next.png) right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-next:hover {
  opacity: 1
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-data {
  padding: 0 4px;
  color: #ccc
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em
}

.lb-data .lb-caption a {
  color: #4ae
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(./images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  opacity: .7;
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-loading .slick-list {
  background: #fff url(./images/ajax-loader.gif) center center no-repeat
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(./fonts/slick.eot);
  src: url(./fonts/slick.eot?#iefix) format('embedded-opentype'), url(./fonts/slick.woff) format('woff'), url(./fonts/slick.ttf) format('truetype'), url(./fonts/slick.svg#slick) format('svg')
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: '←'
}

[dir=rtl] .slick-prev:before {
  content: '→'
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

.slick-next:before {
  content: '→'
}

[dir=rtl] .slick-next:before {
  content: '←'
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

@font-face {
  font-family: roboto-example;
  font-weight: 400;
  font-style: normal;
  src: url(./fonts/RobotoRegular/RobotoRegular.eot);
  src: url(./fonts/RobotoRegular/RobotoRegular.eot?#iefix) format("embedded-opentype"), url(./fonts/RobotoRegular/RobotoRegular.woff) format("woff"), url(./fonts/RobotoRegular/RobotoRegular.ttf) format("truetype")
}

@font-face {
  font-family: roboto-example;
  font-weight: 700;
  font-style: normal;
  src: url(./fonts/RobotoBold/RobotoBold.eot);
  src: url(./fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"), url(./fonts/RobotoBold/RobotoBold.woff) format("woff"), url(./fonts/RobotoBold/RobotoBold.ttf) format("truetype")
}

@font-face {
  font-family: Geometria-Bold;
  font-weight: 400;
  font-style: normal;
  src: url(./fonts/Geometria-Bold/Geometria-Bold.eot);
  src: url(./fonts/Geometria-Bold/Geometria-Bold.eot?#iefix) format("embedded-opentype"), url(./fonts/Geometria-Bold/Geometria-Bold.woff) format("woff"), url(./fonts/Geometria-Bold/Geometria-Bold.ttf) format("truetype")
}

@font-face {
  font-family: Geometria;
  font-weight: 400;
  font-style: normal;
  src: url(./fonts/Geometria/Geometria.eot);
  src: url(./fonts/Geometria/Geometria.eot?#iefix) format("embedded-opentype"), url(./fonts/Geometria/Geometria.woff) format("woff"), url(./fonts/Geometria/Geometria.ttf) format("truetype")
}

@font-face {
  font-family: Geometria-Light;
  font-weight: 400;
  font-style: normal;
  src: url(./fonts/Geometria-Light/Geometria-Light.eot);
  src: url(./fonts/Geometria-Light/Geometria-Light.eot?#iefix) format("embedded-opentype"), url(./fonts/Geometria-Light/Geometria-Light.woff) format("woff"), url(./fonts/Geometria-Light/Geometria-Light.ttf) format("truetype")
}

@font-face {
  font-family: BitterReg;
  font-weight: 400;
  font-style: normal;
  src: url(./fonts/BitterRegular/BitterRegular.eot);
  src: url(./fonts/BitterRegular/BitterRegular.eot?#iefix) format("embedded-opentype"), url(./fonts/BitterRegular/BitterRegular.woff) format("woff"), url(./fonts/BitterRegular/BitterRegular.ttf) format("truetype")
}

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

:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1
}

:-moz-placeholder {
  color: #666;
  opacity: 1
}

::-moz-placeholder {
  color: #666;
  opacity: 1
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666
}

body input:required:valid,
body textarea:required:valid {
  color: #666
}

body,
html {
  height: 100%
}

body {
  font-size: 18px;
  color: #3b3b3b;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: Geometria, sans-serif;
  overflow-x: hidden
}

.ul-clean {
  list-style: none;
  margin: 0;
  padding-left: 0
}

a {
  color: #3b3b3b;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.text-center {
  text-align: center
}

::-moz-selection {
  background-color: orange;
  color: #fff
}

::selection {
  background-color: orange;
  color: #fff
}

.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto
}

.logo {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: BitterReg, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.logo-img__image {
  width: 124px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.logo-text {
  text-align: center;
  font-size: 14px;
  width: 116px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.header {
  padding-top: 8px;
  padding-bottom: 8px
}

.header .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header-descr {
  max-width: 460px;
  font-family: oswald;
  font-size: 24px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.header-contacts {
  text-align: right
}

.header-phone {
  position: relative;
  display: inline-block;
  font-family: Geometria-Bold, sans-serif;
  font-size: 22px;
  text-decoration: none;
  padding-bottom: 14px
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.header-phone:before {
  content: '';
  position: absolute;
  top: 3px;
  left: -25px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(./img/icon/phone.jpg)
}

.header-form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 25px;
  margin-bottom: 3px
}

.header-form input[type=tel] {
  width: 126px;
  height: 100%;
  border: 1px solid #b0b0b0;
  border-right: none;
  padding-left: 5px;
  font-size: 14px;
  outline: 0
}

.header-button {
  text-decoration: none;
  background-color: #3582c4bf;
  text-transform: uppercase;
  color: #fff;
  font-size: 9px;
  line-height: 27px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 25px;
  padding-left: 8px;
  padding-right: 8px;
  border: none;
}

.header-right-now {
  font-size: 12px
}

.hamburger {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer
}

.hamburger.active .hamburger-top {
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.hamburger.active .hamburger-bottom {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.hamburger.active .hamburger-middle {
  opacity: 0
}

.hamburger span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #282828;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.hamburger-top {
  top: 10px
}

.hamburger-middle {
  top: 20px
}

.hamburger-bottom {
  top: 30px
}

.main-menu {
  position: relative;
  z-index: 1000;
  background-color: #3582c4bf;
}

.main-menu.fixed .logo {
  display: block
}

.main-menu.fixed .phone-link {
  display: block
}

.main-menu .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.main-menu .logo {
  display: none;
  width: 220px;
  height: 40px
}

.main-menu .phone-link {
  display: none
}

.menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.menu li {
  display: inline-block;
  margin: 12px
}

.menu a {
  font-family: oswald;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: 100
}

.menu a:hover {
  color: gray
}

.menu .menu-item-home {
  position: relative
}

.menu .menu-item-home a {
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(./img/icon/home.png);
  font-size: 0
}

.sub-menu {
  padding-top: 10px;
  padding-left: 10px;
  display: block;
  opacity: 0;
  position: absolute;
  left: -30px;
  min-width: 200px;
  top: cals(100);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #68a1d3;
  text-align: left
}
.sidebar .sub-menu {
   padding-top: 30px;
  padding-left: 0;
  min-width: 270px;
  top: calc(100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #fff;
  text-align: left
}
.sub-menu a:hover {
  font-weight: 400;
  text-decoration: none;
}

.menu-item-has-children {
  position: relative
}

.menu-item-has-children:hover > a {
  text-decoration: none;
}

.main-menu .menu-item-has-children:hover .sub-menu {
  display: block;
  height: auto;
  opacity: 1;
}

#searchform {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin-left: 60px;
  height: 22px;
  width: 232px;
}

#searchform input {
  border: none;
  height: 100%;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px
}

#searchsubmit {
  background-color: #fff;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 72%;
  width: 22px;
  height: 22px;
  background-image: url(./img/icon/search.svg)
}

.main-slider {
  height: 650px
}

.main-slider {
  z-index: 10
}

.main-slider .slick-prev {
  left: 20px
}

.main-slider .slick-next {
  right: 20px
}

.main-slider__item {
  display: block;
  height: 650px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.section-title {
  text-transform: uppercase;
  font-family: oswald;
  font-weight: 400;
  font-size: 35px;
  text-align: center
}

.clients {
  padding-bottom: 55px
}

.clients-slider {
  max-width: 95%;
  margin: auto
}

.clients-slider__item {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 22px;

  height: 100px;
}

.clients-slider__item .img-responsive {
  display: block;
  margin: auto;
}

.button-arrow {
  position: absolute;
  width: 22px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(./img/icon/arrow-next.svg);
  cursor: pointer
}

.button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -20px;
  top: 50%;
  margin-top: -18px
}

.button-next {
  right: -20px;
  top: 50%;
  margin-top: -18px
}

.reviews {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url;
  padding-top: 57px
}

.reviews .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews-wrap__content {
  width: 377px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.wp-block-gallery {
  padding-left: 0;
  margin-left: 0;
}
.reviews-wrap__title {
  font-family: Geometria-Bold, sans-serif;
  font-size: 41px;
  text-transform: uppercase;
  color: #4789bf;
  line-height: 1.4;
  margin-bottom: 14px
}

	  .reviews-button {
  position: relative;
  display: block;
  color: #4789bf;
  padding: 11px 24px 11px 78px;
  border: 1px solid #fff;
  margin-bottom: 95px;
  font-size: 31px;
  text-decoration: none
}

.reviews-button span {
  border-bottom: 1px solid #e91e63
}

.reviews-button:before {
  position: absolute;
  content: '';
  top: 11px;
  left: 22px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(./img/icon/reviews.png)
}

.reviews-wrap__form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 390px;
  margin-left: 30px
}

.reviews-wrap__form-img {
  width: 376px;
  height: auto
}
input[type=submit] {
  transition: all .4s ease;
  cursor: pointer;
  border: none;
}
.reviews-wrap__form input:not([type=submit]) {
  display: block;
  border: none;
  border-bottom: 2px solid #fff;
  font-size: 17px;
  background-color: transparent;
  margin-bottom: 10px;
  color: #fff;
  outline: 0;
  width: 100%;
  margin-bottom: 14px
}
.reviews-wrap__form-form input[type=submit] {
  width: 100%;
  border: none;
  cursor: pointer;
}

.reviews-wrap__form input::-webkit-input-placeholder {
  color: #fff;
  font-family: Geometria-Light, sans-serif
}

.reviews-wrap__form input:-ms-input-placeholder {
  color: #fff;
  font-family: Geometria-Light, sans-serif
}

.reviews-wrap__form input::-ms-input-placeholder {
  color: #fff;
  font-family: Geometria-Light, sans-serif
}

.reviews-wrap__form input::-webkit-input-placeholder {
  color: #fff;
  font-family: Geometria-Light, sans-serif
}

.reviews-wrap__form input:-ms-input-placeholder {
  color: #fff;
  font-family: Geometria-Light, sans-serif
}

.reviews-wrap__form input::placeholder {
  color: #fff;
  font-family: Geometria-Light, sans-serif
}

.reviews-wrap__form-form {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(./img/form-bg.jpg);
  max-width: 320px;
  height: 330px;
  border: 2px solid #fff;
  padding: 10px 16px 18px;
  color: #fff
}

.reviews-wrap__form-title {
  text-align: center;
  font-family: Geometria-Bold, sans-serif;
  font-size: 26px;
  margin-bottom: 6px;
  text-transform: uppercase
}

.reviews-wrap__form-descr {
  text-align: center;
  font-size: 17px;
  margin-bottom: 10px
}

.button {
  background-color: #12c56f;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: block;
  text-decoration: none
}

.button:hover {
  background-color: #0e9655
}

.form-note {
  margin-top: 6px;
  text-align: center;
  font-size: 12px
}

.advantages {
  padding-top: 70px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-image: url(./img/advant-bg.jpg)
}

.advantages-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.advantages-item {
  width: 31%;
  text-align: center;
  margin-top: 26px
}

.advantages-item__icon {
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: auto
}

.advantages-item__title {
  font-size: 25px;
  font-family: oswald;
  margin-bottom: 4px
}

.advantages-item__text {
  font-size: 16px;
  color: #000
}

.our-offers {
  padding-top: 40px;
  padding-bottom: 40px
}

.offers-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.offers-item {
  position: relative;
  width: 32%;
  height: 218px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 22px
}

.offers-item__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color:#666666db;
  margin: 0;
  color: #fff;
  font-family: oswald;
  font-size: 25px;
  padding: 8px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.offers-item:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.offers-item:hover .offers-item__title {
  background-color: rgba(229, 54, 61, .71)
}

.footer-top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(https://escont05.ru/wp-content/uploads/2025/03/footer-bg-1.png);
  padding-top: 12px
}

.footer-top .section-title {
  font-family: Geometria, sans-serif;
  font-size: 29px;
}

.footer-top__wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer-top__form {
  width: 546px;
  padding: 25px 24px 18px;
  background-color: rgba(0, 0, 0, .1);
  margin-bottom: 48px
}

.footer-top__form form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.footer-top__form form input[type=tel],
.footer-top__form form textarea {
  margin-bottom: 16px;
  padding-left: 16px;
  border: 1px solid #95750e;

}

.footer-top__form form input {
  height: 38px
}

.footer-top__form form textarea {
  height: 128px;
  padding-top: 8px
}

.footer-top__form form .button {
  display: inline-block;
  margin-left: auto;
  padding-left: 36px;
  padding-right: 36px
}

.footer-top__contacts {
  text-align: right
}

.footer-phone {
  display: block;
  font-size: 43px;
  font-family: Geometria-Bold, sans-serif;
  text-decoration: none
}

.note-footer {
  font-family: Geometria-Bold, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px
}

.footer-top__contacts-form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer-top__contacts-form input[type=tel] {
  height: 43px;
  width: 232px;
}

.footer-top__contacts-form .button {
  width: 146px;
  margin-left: 12px
}

.footer-top__contacts-form-title {
  max-width: 140px;
  font-family: Geometria-Bold, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 40px
}

.footer-logo-wrapper {
  text-align: right
}

.footer-logo-wrapper .logo {
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #232323;
  font-size: 15px
}

.footer .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.social-menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.social-menu a {
  display: block;
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: oswald;
  background-size: contain;
  margin: 5px
}

.top-button {
	display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: oswald;
  background-size: contain;
  background-image: url(./img/icon/top-btn.png);
  cursor: pointer;
}

.about-text {
  margin-bottom: 67px;
  font-size: 18px;
}

.about-text h1,
.about-text h2,
.about-text h3,
.about-text h4,
.about-text h5,
.about-text h6 {
  font-family: oswald;
  ;
}
.product-single__gallery {
    width: 550px;
    margin-right: 30px;
    flex-shrink: 0;
}
.slider-for__img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center!important;
    border: 1px solid #b4b4b4;
    padding: 15px;
    min-height: 350px;
    margin-bottom: 16px;
}
.slider-for__img img {
	display: block;
	margin: auto;
}
.product-single__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.price-title {
  font-family: Geometria-Bold, sans-serif;
  font-size: 28px;
}
.woocommerce-LoopProduct-link {
  text-decoration: none;
}
.entry-summary {
  margin-top: 0;
}
.entry-summary p {
  margin-top: 8px;
}
.entry-summary p:first-child {
  margin-top: 0;
  margin-bottom: 6px;
}
.entry-summary .price {
  margin-top: 0px;
}
.entry-summary .woocommerce-Price-amount {
  font-family: Geometria-Bold, sans-serif;
  font-size: 28px;
  color: #12c56f;
}
.one-click-link {
  width: 250px;
  margin-bottom: 20px;
}
li.product .price {
  text-align: center;
  margin-bottom: 0;
  margin-top: 6px;
}
li.product .woocommerce-Price-amount {
  text-align: center;
  font-family: Geometria-Bold, sans-serif;
  color: #12c56f;
  font-size: 18px;
  text-decoration: none;
}
.slider-nav .item {
  outline: none;
  border: 1px solid #e0e0e0;
  margin: 8px;
}
.slider-nav .item.slick-current {
    border: 1px solid #fbb03b;
}
.slider-nav img {
  /*height: 100%;*/
  min-height: 124px;
}
.archive-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.mobile-cat-link {
    display: none;
}
.sidebar {
    width: 270px;
    margin-right: 15px;
    background-color: #3582c4bf;
    padding: 12px 0;
    align-self: flex-start;
    flex-grow: 0;
    flex-shrink: 0;
}
.sidebar-title {
  color: #fff;
  font-family: Geometria-Bold, sans-serif;
  font-size: 18px;
  text-align: center;
  margin-top: 0;
}
.cat-list a {
  display: block;
  padding: 6px 20px;
  color: #fff;
  font-size: 18px;
}
.cat-list a:hover {
  text-decoration: none;
  background-color: #e6961a;
}
.columns-3 {
  width: 100%;
}
.woocommerce-pagination ul.page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-bottom: 35px;
}
.page-numbers {
  font-family: Geometria-Bold, sans-serif;
  font-size: 21px;
  padding: 8px;
  text-decoration: none;
}
.page-numbers.current {
  color: #fbb03b;
}
.archive-wrapper ul.products {
  margin-bottom: 20px;
}

.sidebar .sub-menu {
    list-style: none;
    margin: 0px 0 10px;
    padding-left: 14px;
    opacity: 1;
    position: static;
    background-color: #fbb03b;
    padding-top: 6px;
    transition: unset;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 15px;
    width: auto;
    max-width: 320px;
    margin: 20px auto;
    border: 4px solid #cdcdcd;
}
.white-popup input:not([type=submit]) {
  width: 100%;
  border: none;
  border-bottom: 2px solid #2a2a2a;
  margin-bottom: 20px;
  outline: none;
  color: #000;
}
.white-popup input[type=submit] {
  width: 100%;
}
.white-popup input::-webkit-input-placeholder {
  color: #000;
}
.white-popup input:-ms-input-placeholder {
  color: #000;
}
.white-popup input::-ms-input-placeholder {
  color: #000;
}
.white-popup input::placeholder {
  color: #000;
}
.mfp-close-btn-in .mfp-close {
    position: absolute;
    right: -40px;
    color: #fff;
    top: -20px;
    opacity: 1;
}
.form-popup__title {
  font-family: Geometria-Bold, sans-serif;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  font-family: Geometria-Bold, sans-serif;
  font-size: 18px;
  margin-bottom: 8px;
}

#send-success {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  text-align: center;
  height: 230px;
}
#send-success .form-popup__title {
  margin-bottom: 0;
}

.menu-lang {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-self: center;
  align-self: center;
  margin-left: 20px;
}
.menu-lang li {
  margin-right: 20px;
}
.current-lang {
  display: none;
}
.current-lang a {
  text-decoration: none;
  padding: 4px;
  border-radius: 3px;
  border: 1px solid;
}
.lang-item a span {
  display: none;
}
@media screen and (max-width: 1200px) {
	.container {
		padding-left: 14px;
		padding-right: 14px;
	}
	.main-slider__item {
		height: 277px;
	}
	.main-slider {
		height: 277px;
	}
	.header-phone {
		white-space: nowrap;
	}
}
@media screen and (max-width: 1150px) {
	.reviews .container {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.reviews-wrap__content {
		width: 100%;
		text-align: center;
	}
	.reviews-button {
		display: inline-block;
	}
	.reviews-wrap__form {
		margin: auto;
	}
	.offers-item {
		width: 360px;
		margin: 10px;
	}
	.offers-wrapper {
		justify-content: space-around;
	}
	.footer .container {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
	}
	.footer-block {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1050px) {
	.mobile-cat-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
	    text-align: center;
	    padding: 10px;
	    background-color: #fbb03b;
	    color: #fff;
	    font-family: Geometria-Bold, sans-serif;
	    margin: 10px;
	    margin-left: 0;
	    text-transform: uppercase;
	    font-weight: 700;
	    max-width: 270px;
	}
  .mobile-cat-link .hamburger {
    margin-right: 16px;
  }
	.sidebar {
	    position: absolute;
	    left: -300px;
	    /* height: 0; */
	    top: 50px;
	    transition: all .4s ease;
	    z-index: 100;
	}
	.sidebar.active1 {
	    left: 0;
	}
	.archive-wrapper {
		position: relative;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.product-single__wrapper {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
	}
	.product-single__gallery {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 992px) {
	.header-descr {
		font-size: 20px;
		-ms-align-self: center;
		align-self: center;
	}
}
@media screen and (max-width: 950px) {
	.main-slider__item {
		height: 230px;
	}
	.main-slider {
		height: 230px;
	}
	.advantages-wrapper {
		justify-content: space-around;
	}
	.advantages-item {
		width: 360px;
		margin-bottom: 20px;
	}
	.footer-top__wrapper {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
	}
	.footer-top__contacts {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 918px) {
  .hamburger {
    display: block;
    order: -1;
  }

  .main-menu {
    /*position: unset;*/
  }
  .menu a {
  	font-size: 24px;
  }
  .menu li {
  	margin-top: 17px;
  	text-align: center;
  }
  .main-menu ul {
    display: none;
    position: absolute;
    background-color: #fbb03b;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0;
    max-height: 93vh;
    overflow: auto;
    z-index: 100;
  }

  .main-menu ul li {
    display: block;
  }

  .main-menu .sub-menu {
    display: none;
  }

  .menu-item-has-children:hover .sub-menu {
    display: unset;
    height: unset;
    opacity: unset;
  }

  .menu-item-has-children a {
    display: block;
  }
  
  .menu-item-has-children .sub-menu {
    position: relative;
    display: none;
    text-align: center;
    top: 10px;
  }
	.cat-list .menu-item-has-children .sub-menu {
		top: -5px;
	}
  .cat-list .menu-item-has-children .sub-menu {
  	background-color: #fbb03b;
  	left: 0;
  	transition: unset;
  }
  .cat-list .menu-item-has-children .sub-menu li {
  	background-color: #fbb03b;
  }

  .menu-item-has-children .sub-menu li {
    background-color: #fff;
  }

  #menu-item-70 a, .menu-item-home a {
    font-size: 24px;
    background-image: unset;
    width: auto;
    height: auto;
  }

  #menu-item-70 a:before, .menu-item-home a:before {
    display: none;
  }

}

@media screen and (max-width: 900px) {
	.header-descr {
		font-size: 16px;
		padding: 0 24px;
	}
}
@media screen and (max-width: 800px) {
	.product-single__gallery {
		width: calc(100vw - 30px);
		overflow-x: hidden;
	}
	.product-single__gallery {
		margin-right: 0;
	}
	.item img {
		display: block;
		margin: auto;
	}
}
@media screen and (max-width: 750px) {
	.header-descr {
		display: none;
	}
	.main-slider  {
		height: 190px;
	}
	.main-slider__item {
		height: 190px;
	}
}

@media screen and (max-width: 700px) {
	.reviews-wrap__form-img {
		-ms-align-self: flex-end;
		align-self: flex-end;
		width: 300px;
	}
}

@media screen and (max-width: 650px) {
	.main-slider__item {
		height: 150px;
	}
	.main-slider {
		height: 150px;
	}
	.reviews-wrap__form-img {
		display: none;
	}
	.footer-top__form {
		width: 80%;
	}
}
@media screen and (max-width: 560px) {
	.main-slider__item {
		height: 130px;
	}
	.main-slider {
		height: 130px;
	}
	.footer-top__contacts-form {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-top__contacts-form-title {
		width: 100%;
		margin-bottom: 14px;
		max-width: unset;
	}
	.reviews-wrap__title {
		font-size: 38px;
	}
	.slider-for__img {
		min-height: 300px;
	}
}
@media screen and (max-width: 500px) {
	.header .container {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
	}
	.header-contacts {
		margin-top: 14px;
	}
	.main-slider  {
		height: 100px;
	}
	.main-slider__item {
		height: 100px;
	}
}
@media screen and (max-width: 450px) {
	.footer-phone {
		font-size: 30px;
	}
	.footer-top__form {
		width: 100%;
	}
	.section-title {
		font-size: 30px;
	}
  .mobile-cat-link {
    margin-right: 10px;
    max-width: 100%;
    margin: auto;
    width: 100%;
    margin-bottom: 18px;
  }
  .slider-nav img {
    min-height: 90px;
  }
  .mfp-close-btn-in .mfp-close {
    top: -40px;
    right: -18px;
  }
}

@media screen and (max-width: 370px) {
	.footer-top__contacts-form input {
		margin-bottom: 14px;
	}
	.footer-top__contacts-form .button {
		margin-bottom: 14px;
	}
	.reviews-wrap__title {
		font-size: 26px;
	}
	.reviews-wrap__form {
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.reviews-wrap__form-form {
		height: auto;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.slider-for__img {
		min-height: 250px;
	} 
}