/*!
Theme Name: blago
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: blago
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.

blago 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
	 ========================================================================== */



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

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

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

/**
 * 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
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

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", Courier, monospace;
  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 {
  background: #fff9c0;
  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
--------------------------------------------------------------*/

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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

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

body.compensate-for-scrollbar {
  overflow: hidden
}

.fancybox-active {
  height: auto
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

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

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 0;
  top: 0
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0
}

.fancybox-slide--image::before {
  display: none
}

.fancybox-slide--html {
  padding: 6px
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox-container [data-selectable=true] {
  cursor: text
}

.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-slide--video .fancybox-content {
  background: #000
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff
}

.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc
}

.fancybox-button:hover {
  color: #fff
}

.fancybox-button:focus {
  outline: 0
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0
}

.fancybox-button div {
  height: 100%
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
  display: none
}

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

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

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px
}

.fancybox-navigation .fancybox-button div {
  padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right)
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996
}

@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
  }
}

.fancybox-caption--separate {
  margin-top: -50px
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999
}

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

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

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

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

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

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

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)
}

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

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

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

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height:576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px
  }

  .fancybox-slide--image {
    padding: 6px 0
  }

  .fancybox-close-small {
    right: -6px
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px
  }

  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right))
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1
}

@media all and (max-width:576px) {
  .fancybox-thumbs {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}

.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: #57c903
}

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

@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: FuturaNewHeavy-Reg;
  font-weight: 400;
  font-style: normal;
  src: url(./fonts/FuturaNewHeavy-Reg/FuturaNewHeavy-Reg.eot);
  src: url(./fonts/FuturaNewHeavy-Reg/FuturaNewHeavy-Reg.eot?#iefix) format("embedded-opentype"), url(./fonts/FuturaNewHeavy-Reg/FuturaNewHeavy-Reg.woff) format("woff"), url(./fonts/FuturaNewHeavy-Reg/FuturaNewHeavy-Reg.ttf) format("truetype")
}

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

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

@font-face {
  font-family: FuturaNewDemi-Reg;
  font-weight: 400;
  font-style: normal;
  src: url(./fonts/FuturaNewDemi-Reg/FuturaNewDemi-Reg.eot);
  src: url(./fonts/FuturaNewDemi-Reg/FuturaNewDemi-Reg.eot?#iefix) format("embedded-opentype"), url(./fonts/FuturaNewDemi-Reg/FuturaNewDemi-Reg.woff) format("woff"), url(./fonts/FuturaNewDemi-Reg/FuturaNewDemi-Reg.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")
}

* {
  -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: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: roboto-example, sans-serif;
  overflow-x: hidden
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

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

.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 {
  width: 1140px;
  margin-left: auto;
  margin-right: auto
}
#menu-close {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
}
#menu-close:before,
#menu-close:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 20px;
}
#menu-close:before {
  transform: rotate(45deg);
}

#menu-close:after {
  transform: rotate(-45deg);
}
.header {
  position: relative;
  z-index: 100;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}
.home .header {
  box-shadow: none;
}
.header .button {
  padding: 7px 38px
}

.header-address {
  font-size: 14px;
  font-family: FuturaNewBook-Reg, sans-serif;
  margin-bottom: 10px
}

.header-contacts {
  text-align: right
}

.header-phone {
  font-family: FuturaNewMedium-Reg, sans-serif;
  font-size: 21px;
  color: #000
}

.header-soc {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px
}

.header-descr {
  text-transform: uppercase;
  font-family: FuturaNewBook-Reg, sans-serif;
  font-size: 18px
}

.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.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: FuturaNewHeavy-Reg, sans-serif;
  color: #000;
  text-transform: uppercase
}

.logo-text__title {
  font-size: 36px
}

.logo-text__descr {
  font-size: 16px
}

.logo-img {
  width: 93px;
  height: 93px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 8px
}

.button {
  display: inline-block;
  background-color: #55c800;
  border: 1px solid #55c800;
  color: #fff;
  text-align: center;
  padding: 5px 38px;
  border-radius: 40px;
  cursor: pointer;
}

.button:hover {
  background-color: #fff;
  color: #55c800
}

.main-menu {
  position: relative;
  z-index: 10
}
.main-menu .aws-container {
  display: none;
}
.main-menu .logo {
  display: none
}

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

.main-menu.scroll-to-fixed-fixed .logo {
  display: block;
  margin-left: 14px
}

.main-menu.scroll-to-fixed-fixed .logo-img {
  width: 30px;
  height: 30px
}

.main-menu.scroll-to-fixed-fixed .header-phone {
  display: block;
  white-space: nowrap;
  margin-bottom: 0;
  margin-left: 14px
}

.main-menu.scroll-to-fixed-fixed .container {
  width: 1140px
}

.main-menu .container {
  width: 870px;
  background-color: #ececec;
  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
}

.main-menu .menu {
  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;
  width: 100%
}

.main-menu .menu a {
  display: block;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: FuturaNewMedium-Reg, sans-serif;
  text-transform: uppercase;
  font-size: 14px
}

.main-menu .menu a:hover {
  text-decoration: underline
}

.main-menu .menu .menu-item-home a {
  font-size: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(./img/home-menu.png);
  margin: 6px;
  margin-left: 19px
}

.main-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  list-style: none;
  margin: 0;
  padding-left: 0;
  background-color: #f0f2ee;
  padding-top: 6px;
  padding-left: 14px;
  min-width: 280px
}

.main-menu .sub-menu a {
  text-transform: unset;
  font-size: 16px;
  text-align: left
}

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

.menu-item-has-children:hover .sub-menu {
  display: block
}

.menu-item-has-children:last-child {
  background-color: #55c800;
  padding-left: 12px;
  padding-right: 12px
}

.menu-item-has-children:last-child > a {
  color: #fff
}

.menu-item-has-children:last-child .sub-menu {
  right: 0;
  max-height: 340px;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 800px
}

.menu-item-has-children:last-child .sub-menu li {
  margin-right: 0
}

.header-bottom {
  position: relative;
  top: -38px
}

.header-bottom__text {
  font-family: FuturaNewDemi-Reg, sans-serif;
  color: #fff;
  font-size: 30px;
  margin-bottom: 38px
}

.header-bottom__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow-y: hidden;
  height: 670px
}

.header-bottom .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  padding-top: 180px
}

.h1 {
  position: relative;
  padding-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
  font-family: FuturaNewHeavy-Reg, sans-serif;
  font-size: 48px;
  margin-top: 0
}

.h1:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 170px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  background-color: #55c800
}

.white-button {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 19px 68px;
  border-radius: 40px;
  font-size: 21px;
  font-family: FuturaNewDemi-Reg, sans-serif
}

.white-button:hover {
  background-color: #55c800
}
.single-block h1,
.about h1,
.about h2,
.section-title {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-family: FuturaNewHeavy-Reg, sans-serif;
  font-size: 36px;
  padding-bottom: 20px
}

.single-block h1:after,
.about h1:after,
.about h2:after,
.section-title:after {
  position: absolute;
  content: '';
  padding-bottom: 20px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 210px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(./img/title-bg.png)
}

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

.advantages-item {
  width: 270px;
  text-align: center;
  margin-bottom: 46px
}

.advantages-item__icon {
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 11px
}

.advantages-item__title {
  text-transform: uppercase;
  font-family: FuturaNewHeavy-Reg, sans-serif;
  font-size: 21px;
  margin-bottom: 12px
}

.advantages-item__text {
  font-family: FuturaNewBook-Reg, sans-serif;
  font-size: 18px;
  color: #616161
}

.about {
  background-color: #f8f5f2;
  padding-top: 38px;
  padding-bottom: 50px
}
.about p {
	text-indent: 20px;
	margin-bottom: 4px;
}
.diagnostics {
  text-align: center;
  color: #fff;
  padding-top: 32px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(./img/diagnost.jpg)
}

.diagnostics form {
  width: 100%;
  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
}

.diagnostics input {
  width: 30%;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  height: 60px;
  text-align: center;
  border-radius: 40px
}

.diagnostics input::-webkit-input-placeholder {
  color: #fff
}

.diagnostics input:-ms-input-placeholder {
  color: #fff
}

.diagnostics input::-ms-input-placeholder {
  color: #fff
}

.diagnostics input::-webkit-input-placeholder {
  color: #fff
}

.diagnostics input:-ms-input-placeholder {
  color: #fff
}

.diagnostics input::placeholder {
  color: #fff
}

.diagnostics input[type=submit] {
  background-color: #fff;
  text-transform: uppercase;
  font-family: FuturaNewMedium-Reg, sans-serif;
  font-size: 21px;
  color: #000;
  -webkit-box-shadow: 2px -7px 11px rgba(80, 92, 51, .17);
  box-shadow: 2px -7px 11px rgba(80, 92, 51, .17)
}

.diagnostics-title {
  font-family: FuturaNewHeavy-Reg, sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 12px
}

.diagnostics-subtitle {
  font-size: 36px;
  font-family: FuturaNewMedium-Reg, sans-serif;
  margin-bottom: 38px
}

input[type=submit] {
  cursor: pointer;
  outline: 0
}

.box {
  width: 30%;
  height: 200px;
  background: #fff
}

.effect2 {
  position: relative
}

.effect2:after,
.effect2:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg)
}

.effect2:after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto
}

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

.hytPlayerWrap {
  display: inline-block;
  position: relative
}

.hytPlayerWrap.ended::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==)
}

.hytPlayerWrap.paused::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 50px;
  right: 0;
  cursor: pointer;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)
}

.doctors .video-item {
  width: 30%;
  margin-bottom: 27px
}

.btn-wrap {
  text-align: center;
  padding-top: 28px;
  padding-bottom: 50px
}

.btn-wrap .button {
  padding: 10px 52px
}

.reviews {
  padding-top: 38px;
  background-color: #f8f5f2
}

.reviews .video-item {
  width: 49%;
  margin-bottom: 30px
}

label {
  position: relative;
  margin: 10px 0;
  float: left
}

label span {
  position: absolute;
  top: 21px;
  left: 20px;
  cursor: text;
  font-family: FuturaNewMedium-Reg, sans-serif;
  pointer-events: none
}

input:invalid + span:before,
textarea:invalid + span:before {
  content: attr(placeholder);
  position: relative;
  color: #fff
}

input:invalid + span:after,
textarea:invalid + span:after {
  content: '*';
  color: #ff3636
}

input:hover + span:before {
  color: transparent;
}
textarea:hover + span:before {
  color: transparent;
}
input:hover + span:after {
  color: transparent;
}
textarea:hover + span:after {
  color: transparent;
}
.footer {
  padding-top: 30px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000;
  background-image: url(./img/footer-bg.jpg)
}

.footer .logo-text__descr {
  font-family: FuturaNewBook-Reg, sans-serif;
  text-transform: none;
  font-size: 16px
}

.footer-title {
  color: #fff;
  font-family: FuturaNewHeavy-Reg, sans-serif;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase
}

.footer input,
.footer textarea {
  border: 2px solid #fff;
  height: 60px;
  padding-left: 20px;
  color: #fff !important;
  background-color: transparent
}

.footer input:-ms-input-placeholder,
.footer input::-ms-input-placeholder,
.footer input::-webkit-input-placeholder,
.footer textarea:-ms-input-placeholder,
.footer textarea::-ms-input-placeholder,
.footer textarea::-webkit-input-placeholder {
  color: #fff
}

.footer input:-ms-input-placeholder,
.footer input::-ms-input-placeholder,
.footer input::-webkit-input-placeholder,
.footer input:-ms-input-placeholder,
.footer textarea:-ms-input-placeholder,
.footer textarea::-ms-input-placeholder,
.footer textarea::-webkit-input-placeholder,
.footer textarea:-ms-input-placeholder {
  color: #fff
}

.footer input:-ms-input-placeholder,
.footer input::-ms-input-placeholder,
.footer input::-webkit-input-placeholder,
.footer input::placeholder,
.footer textarea:-ms-input-placeholder,
.footer textarea::-ms-input-placeholder,
.footer textarea::-webkit-input-placeholder,
.footer textarea::placeholder {
  color: #fff
}

.footer input[type=submit] {
  background-color: #fff;
  text-transform: uppercase;
  color: #000 !important;
  font-weight: 600;
  font-size: 21px
}

.form-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.form-comment {
  width: 655px;
  text-align: right;
  margin-right: 52px
}

.form-comment label {
  width: 100%
}

.form-comment input,
.form-comment textarea {
  width: 100%;
  margin-bottom: 25px
}

.form-comment textarea {
  height: 220px;
  padding-top: 20px;
  outline: 0
}

.form-comment input[type=submit] {
  max-width: 310px;
  background-color: #55c800;
  color: #fff !important;
  font-family: FuturaNewMedium-Reg, sans-serif;
  font-size: 21px;
  border: none;
  font-weight: 400;
  text-align: center;
  padding-left: 0;
  padding-right: 0
}

input {
  outline: 0
}

.footer-contacts {
  color: #fff
}

.footer-contacts a {
  color: #fff
}

.footer-contacts {
  max-width: 400px
}

.footer-contacts label {
  width: 310px;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.footer-contacts input {
  width: 100%
}

.footer-contacts input[type=tel] {
  border-right: none
}

.footer-contacts input[type=submit] {
  width: 310px;
  text-transform: unset;
  background-color: #55c800;
  color: #fff !important;
  font-family: FuturaNewMedium-Reg, sans-serif;
  font-size: 21px;
  font-weight: 400;
  border-color: #55c800
}

.footer-contacts form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px
}

.footer-phone {
  display: block;
  font-family: FuturaNewMedium-Reg, sans-serif;
  position: relative;
  font-size: 36px;
  padding-left: 46px;
  margin-bottom: 20px
}

.footer-phone:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/footer-phone.png)
}

.footer-contacts__title {
  font-family: FuturaNewMedium-Reg, sans-serif;
  font-size: 36px;
  margin-bottom: 14px
}

.company-name {
  margin-top: 24px;
  font-size: 24px
}

.company-name span {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 48px
}

.footer-bottom {
  background-color: #282828;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 20px
}

.footer-bottom a {
  color: #fff;
  text-decoration: underline
}

.footer-bottom .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
}

.footer-bottom__text-name {
  margin-bottom: 14px
}

.footer-soc ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.footer-soc a {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.1px solid #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 4px
}

.footer-soc a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.top-button {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 40px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%;
  background-image: url(./img/top-btn.png);
  cursor: pointer
}
.single-product__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 40px;
  padding-bottom: 60px;
}
.single-product__wrapper .images {
  width: 554px;
  flex-shrink: 0;
  margin-right: 30px;
}
.single-product__wrapper .entry-summary {
  margin-top: 0;
}
.single-product__wrapper .entry-title {
  margin-top: 0;
  font-family: FuturaNewHeavy-Reg, sans-serif;
  text-transform: uppercase;
  font-size: 30px;

}
.slick-initialized .slick-slide {
    border: 1px solid #57c903;
    padding: 10px;
}
#wpgis-gallery .slick-slide {
    margin: 4px;
    border: 1px solid #57c903;
    padding: 8px;
}
.entry-summary .price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
ul.products li.product .woocommerce-Price-amount del,
.entry-summary del {
  margin-right: 20px;
  text-decoration: none;
}
ul.products li.product del .woocommerce-Price-amount,
.entry-summary del .woocommerce-Price-amount {
  position: relative;
  font-family: FuturaNewMedium-Reg, sans-serif!important;
  font-size: 21px!important;
  color: #8b8b8b!important;
}
ul.products li.product del .woocommerce-Price-amount {
  font-size: 14px;
  margin-right: 20px;
}
ul.products li.product del .woocommerce-Price-amount:after,
.entry-summary del .woocommerce-Price-amount:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #ff3636;
}
ul.products li.product .quantity {
  justify-content: center;  
  margin-bottom: 15px;
}
ul.products li.product ins,
.entry-summary ins {
  background-color: #fff;
  font-family: FuturaNewHeavy-Reg, sans-serif;
  color: #ff3636;
  font-size: 36px;
}
ul.products li.product .woocommerce-Price-amount,
.summary .price .woocommerce-Price-amount.amount {
  background-color: #fff;
  font-family: FuturaNewHeavy-Reg, sans-serif;
  color: #ff3636;
  font-size: 30px;
}
ul.products li.product ins {
  font-size: 24px;
}
.aws-wrapper {

  border-radius: 10px!important;
}
.aws-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.aws-container .aws-search-form {
  height: 30px;
  border-radius: 7px;
}

.aws-container .aws-search-form .aws-form-btn {
  position: relative;
  top: 0px;
  height: 30px;
  width: 27px;
  background-color: #55c800;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  background-image: url(./img/search.png);
  border-bottom-right-radius: 7px!important;
  border-top-right-radius: 7px!important;
}
.aws-container .aws-search-form .aws-search-btn svg {
	display: none;
}
.aws-container .aws-show-clear .aws-search-field {
	border-top-left-radius: 7px!important;
	border-bottom-left-radius: 7px!important;
}
.aws-search-result .aws_result_excerpt {
  display: none;
}
.yotu-videos.yotu-mode-grid .yotu-video-description {
  display: none!important;
}
.wp-block-embed__wrapper {
	text-align: center;
}
.quantity .qty {
  border: none;
  font-family: FuturaNewHeavy-Reg, sans-serif;
  font-size: 30px;
  color: #282828;
  text-align: center;
  width: 50px;
  pointer-events: none;
}
.quantity {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.quantity .minus,
.quantity .plus {
  display: block;
  border: none;
  background-color: #57c903;
  border-radius: 50%;
  color: #fff;
  width: 27px;
  height: 27px;
  line-height: 20px;
  font-size: 20px;
  cursor: pointer;
}

.product-descr {
  font-family: FuturaNewDemi-Reg, sans-serif;
  color: #404040;
  font-size: 18px;
}
.product-descr strong {
	font-size: 20px;
	color: #000;
}
.product-descr ul {
  margin-left: 10px;
}
.product-descr iframe {
  width: 262px;
}
.single-btn-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-btn-wrap > * {
  width: 48%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: FuturaNewDemi-Reg, sans-serif;
}
.buy-1-click {
  border: 2px solid #57c903;
  border-radius: 40px;
  color: #000;
  font-family: FuturaNewDemi-Reg, sans-serif;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
}
.buy-1-click:hover {
  background-color: #57c903;
  color: #fff;
}
.single_add_to_cart_button {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 21px;
  font-family: FuturaNewDemi-Reg, sans-serif;
  padding-left: 5px;
  padding-right: 5px;
  transition: all .4s ease;
}

.related.products {
  position: relative;
  padding-top: 32px;
  padding-bottom: 100px;
  background-color: #f8f5f2;
}
.related.products ul.products {
	justify-content: flex-start;
}
.related.products:before {
  position: absolute;
  content: '';
  right: 100%;
  top: 0;
  bottom: 0;
  background-color: #f8f5f2;
  width: 1000px;
  width: calc((100vw - 1140px) / 2);
}
.related.products:after {
  position: absolute;
  content: '';
  left: 100%;
  top: 0;
  bottom: 0;
  background-color: #f8f5f2;
  width: 1000px;
  width: calc((100vw - 1140px) / 2);
}

.archive-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.mobile-cat-link {
  display: none;
}

.woocommerce-notices-wrapper {
  display: none;
}

#secondary {
  position: relative;
  top: 10px;
  width: 260px;
  flex-shrink: 0;
  margin-right: 24px;
}

.widget-title {
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 4px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  text-align: center;
  background-color: #d12b2b;
  margin-bottom: 45px;
}
.widget-title:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 130px 0 130px;
  border-color: #d12b2b transparent transparent transparent;
}
.widget ul {
  list-style: none;
  padding-left: 16px;
  margin: 0;
  padding-left: 20px;
}

#secondary .menu-item-has-children:last-child {
  background-color: unset;
    padding-left: 0px;
    padding-right: 0px;
}
#secondary .menu-item-has-children:last-child > a {
  color: #000;
}
#secondary .menu-item-has-children:last-child .sub-menu {
    right: unset;
    max-height: unset;
    -webkit-column-count: unset;
    column-count: unset;
    -webkit-column-gap: unset;
    column-gap: unset;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    width: unset;
}

#secondary .menu-item-has-children .sub-menu a {
    font-size: 18px;
    color: #696969;
    margin-left: 20px;
    /*padding-top: 14px;*/
}
#secondary a:hover {
  color: #81d742;
}
.catalog-sidebar-title {
  height: 68px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url(./img/widget-title.png);
  color: #fff;
  text-transform: uppercase;
  font-family: FuturaNewHeavy-Reg, sans-serif;
  font-size: 18px;
  text-align: center;
  padding-top: 16px;
  margin-top: 0;
}
#menu-item-39 .sub-menu a {
  padding-bottom: 0;
}
#menu-item-39 .sub-menu li {
  margin-top: 9px;
}
.woocommerce-product-gallery__wrapper {
  border: 1px solid #57c903;
}
.woocommerce-product-gallery__trigger img {
  display: none!important;
}
.widget {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.widget ul a {
  text-decoration: underline;
  font-family: FuturaNewMedium-Reg, sans-serif;
  font-size: 20px;
}

.woocommerce-cart-form__contents thead {
  background-color: #e8e8e8;
  text-transform: uppercase;
}
.woocommerce-cart-form__contents thead th {
  padding-top: 22px;
  padding-bottom: 18px;
  text-align: center;
}
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item {
  font-size: 16px;
}
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .screen-reader-text {
  display: none;
}
.woocommerce-cart-form__contents a {
  text-decoration: none;
}
.woocommerce-cart-form__contents .product-thumbnail {
  width: 180px;
}
.woocommerce-cart-form__contents .product-thumbnail a {
  display: block;
}
.woocommerce-cart-form__contents .product-thumbnail img {
  display: block;
  margin: auto;
}

.woocommerce-cart-form__contents td {
  border: 1px solid #e8e8e8;
  border-collapse: collapse;
}

.cart_totals h2 {
  display: none;
}

.totals-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.entry-title {
  font-weight: 600;
  text-transform: uppercase;
}
.totals-wrapper__price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.totals-wrapper__price-price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-transform: uppercase;
  font-weight: 600;
  font-family: FuturaNewDemi-Reg, sans-serif;
  font-size: 24px;
  color: #000;
}

.totals-wrapper__price-price span {
  padding-right: 8px;
}

.totals-wrapper__price-price strong {
  font-weight: 600;
}

.wc-proceed-to-checkout a {
  background-color: #57c903;
  color: #fff;
  font-family: FuturaNewDemi-Reg, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 20px 46px;
  border-radius: 30px;
}
#billing_company_field,
#billing_state_field {
  display: none;
}
.woocommerce-form-coupon-toggle {
  display: none;
}
.totals-wrapper__price .woocommerce-Price-currencySymbol {
  text-transform: none!important;
}

.back-shop-link {
  border: 1px solid #57c903;
  background-color: #57c903;
  color: #fff;
  font-family: FuturaNewDemi-Reg, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  padding: 20px 46px;
  font-weight: 600;
  border-radius: 30px;
}
.back-shop-link:hover {
  background-color: #000;
  color: #fff;
}
.shop_table.shop_table_responsive .actions {
  /*display: none;*/
}
.coupon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 14px;
}
.coupon > * {
  margin-right: 14px;
}
.coupon .button {

}
#coupon_code {
  height: 30px;
  padding-left: 15px;
  border-radius: 30px;
  border: 1px solid #57c903;
}
.product-remove .remove {
  background-color: #d12b2b;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  margin: auto;
  line-height: 30px;
  text-align: center!important;
}
.cart-collaterals .products {
  display: none;
}
.cart-collaterals .cross-sells h2 {
  display: none;
}
#billing_country_field {
  display: none;
}
#order_review_heading {
  display: none;
}
.shop_table.woocommerce-checkout-review-order-table {
  display: none;
}
.woocommerce-additional-fields h3 {
  display: none;
}
.order_comments_field {
  display: none;
}
.wc_payment_methods.payment_methods.methods {
  display: none;
}
.woocommerce-privacy-policy-text {
  display: none;
}

.woocommerce-billing-fields__field-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 770px;
  margin: auto;
}
.woocommerce-billing-fields__field-wrapper .form-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 48%;
}

#billing_address_1_field {
  width: 23%;
}
#billing_address_2_field {
  width: 20%;
}
abbr[title] {
  text-decoration: none;
}

.woocommerce-billing-fields__field-wrapper .form-row input {
  height: 58px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid gray;
}
.woocommerce-billing-fields label {
  font-family: FuturaNewDemi-Reg, sans-serif;
}
.woocommerce-checkout-payment {

  max-width: 770px;
  margin: auto;
}
#place_order {
  width: 48%;
  font-family: FuturaNewDemi-Reg, sans-serif;
  text-transform: uppercase;
  height: 56px;
}
.form-checkout-callback {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  font-family: FuturaNewDemi-Reg, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #282828;
  margin-top: 30px;
}
.form-checkout-callback:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid gray;
  border-right: none;
  border-bottom: none;
  transform: rotate(-45deg);
}
.woocommerce-widget-layered-nav-list__item--chosen a {
  color: #57c903
}
.programms {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #cbebb0;
  background-image: url(./img/programms-bg.jpg);
  padding-top: 42px;
  padding-bottom: 46px;
}
.programms-title {
  margin-top: 0;
  font-family: FuturaNewHeavy-Reg, sans-serif;
  font-size: 48px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.programms-subtitle {
  text-align: center;
  font-size: 30px;
  max-width: 680px;
  margin-bottom: 26px;
  margin: auto;
  font-family: FuturaNewMedium-Reg, sans-serif;
}
.programms form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-top: 26px;
}
.programms input {
  width: 31%;
  border-radius: 30px;
  height: 60px;
  background-color: transparent;
  border: 2px solid #fff;
  text-align: center;
  color: #000;
  font-size: 18px;
}
.programms input::-webkit-input-placeholder {
  font-family: FuturaNewMedium-Reg, sans-serif;
  font-size: 18px;
  color: #000;
}
.programms input:-ms-input-placeholder {
  font-family: FuturaNewMedium-Reg, sans-serif;
  font-size: 18px;
  color: #000;
}
.programms input::-ms-input-placeholder {
  font-family: FuturaNewMedium-Reg, sans-serif;
  font-size: 18px;
  color: #000;
}
.programms input::placeholder {
  font-family: FuturaNewMedium-Reg, sans-serif;
  font-size: 18px;
  color: #000;
}
.programms input[type=submit] {
  background-color: #57c903;
  border-color: #57c903;
  color: #fff;
  text-transform: uppercase;
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 390px;
    margin: 20px auto;
    padding: 20px 18px 30px;
    text-align: center;
}
.form-popup__title {
  text-align: center;
  font-family: FuturaNewHeavy-Reg, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.white-popup form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;

}
.white-popup input {
  width: 100%;
  margin-bottom: 18px;
  border: 1px solid #d9d9d9;
  height: 60px;
  text-align: center;
  border-radius: 30px;
}
.white-popup input::-webkit-input-placeholder {
  font-family: FuturaNewMedium-Reg, sans-serif;
  font-size: 18px;
  color: #000;
}
.white-popup input:-ms-input-placeholder {
  font-family: FuturaNewMedium-Reg, sans-serif;
  font-size: 18px;
  color: #000;
}
.white-popup input::-ms-input-placeholder {
  font-family: FuturaNewMedium-Reg, sans-serif;
  font-size: 18px;
  color: #000;
}
.white-popup input::placeholder {
  font-family: FuturaNewMedium-Reg, sans-serif;
  font-size: 18px;
  color: #000;
}
.white-popup input[type=submit] {
  background-color: #57c903;
  font-family: FuturaNewMedium-Reg, sans-serif;
  border-color: #57c903;
  color: #fff;
  text-transform: uppercase;
}
.mfp-close-btn-in .mfp-close {
  position: absolute;
  top: -40px;
  right: -40px;
}
.xoo-cp-container {
  max-width: 380px;
}
.xoo-cp-success {
  color: #000;
  background-color: #fff;
  text-transform: uppercase;
      font-family: FuturaNewHeavy-Reg, sans-serif;
    font-size: 20px;
  text-align: center;
}
.xoo-cp-atcn .xoo-cp-icon-check {
  display: none;
}
.xoo-cp-pdetails tr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -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;
  justify-content: center;
}
.xoo-cp-pprice {
  display: none;
}
.xoo-cp-pqty {
  display: none;
}
.xoo-cp-remove {
  display: none;
}
td.xoo-cp-pimg {
  width: 80%;
}
td.xoo-cp-ptitle {
  width: 80%;
}
.xoo-cp-ptotal {
  display: none;
}
.xoo-cp-btns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
a.xcp-btn {
  width: 48%;
  background-color: #57c903;
  text-transform: none;
  border: none;
}
:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow:none;
}

button[name='update_cart'] {
  display: none !important;
}
.read-more__product {
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 20px;
  color: #57c903;
  cursor: pointer;
}
.hidden {
  display: none;
}
@media screen and (max-width: 1288px) {
  
  .footer-contacts label {
    width: 210px;
  }
}
.hamburger {
    display: none;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

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

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

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

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

.hamburger-top {
  top: 10px;
}

.hamburger-middle {
  top: 20px;
}

.hamburger-bottom {
  top: 30px;
}
.tax-novosti_cat .service-item,
.post-type-archive-novosti .service-item {
  border: none;
}
.service-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #57c903;
  transition: all .4s ease;
}
.post-type-archive-novosti .service-item .btn-wrap {
  text-align: left;
}
.service-item .btn-wrap {
  text-align: right;
  padding-top: 14px;
  padding-bottom: 0;
}
.more-link {
  text-decoration: underline;
  font-family: FuturaNewDemi-Reg, sans-serif;
  font-size: 21px;
  color: #55c800;
}
.service-item:hover {
  transform: scale(1.03);
}
.post-type-archive-novosti .service-item__photo {
  width: 360px;
}
.service-item__photo {
  width: 300px;
  height: 300px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-right: 20px;
}
.post-type-archive-novosti .service-item__content-title {
  font-size: 21px;
  color: #55c800;
}
.post-type-archive-novosti .service-item {
  font-family: FuturaNewBook-Reg, sans-serif;
}
.service-item__content-title {
  font-size: 24px;
  font-family: FuturaNewHeavy-Reg, sans-serif;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.header-bottom iframe {
  position: relative;
  top: -100px;
}
@media screen and (max-width: 1208px) {
  .container {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }
  .main-menu.scroll-to-fixed-fixed .container {
    width: 100%;
  }
  .header-bottom__img {
    height: 570px;
  }
}
@media screen and (max-width: 1100px) {
  .header-descr {
    font-size: 18px;
  }
  .programms-title {
    font-size: 30px;
  }
  .programms-subtitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 1070px) {
  .footer-forms__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;
  }
  .top-button {
    right: 16px;
  }
  .footer-contacts {

    margin-bottom: 30px;
  }
  .archive-wrapper {
    position: relative;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .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: #282828;
      color: #fff;
      margin: 10px;
      margin-left: auto;
      margin-right: auto;
      text-transform: uppercase;
      font-weight: 700;
      max-width: 260px;
  }
  #secondary {
      position: absolute;
      left: -300px;
      top: 75px;
      transition: all .4s ease;
      z-index: 100;
      background-color: #fff;
  }
  #secondary.active1 {
      left: 0;
  }

  .mobile-cat-link .hamburger {
    margin-right: 20px;
  }
  .header-descr {
    display: none;
  }
  .main-menu.scroll-to-fixed-fixed .logo {
    display: none;
  }
  .quality-content ul {
    font-size: 40px;
  }
  .cert-wrapper {
    justify-content: space-around;
  }
  .cert-item {
    margin: 10px;
  }
}
@media screen and (max-width: 992px) {
  .header-search {
    width: 300px;
  }
  .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;
  }
  .single-wrapper .page-content, .single-wrapper .entry-content, .single-wrapper .entry-summary {
    width: 100%;
  }
  .advantages-wrapper {
    justify-content: space-around;
  }
  .advantages-item {
    width: 300px;
    margin: 10px;
    margin-bottom: 20px;
  }
  .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-soc {
    margin: 20px 10px;
  }
  .single-product__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;
  }

  .form-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;
  }
  .h1 {
    font-size: 26px;
  }
  .header-bottom__text {
    font-size: 25px;
  }
  .white-button {
    padding: 14px 30px;
  }
  .footer-bottom .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-soc {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 918px) {
  .hamburger {
    display: block;
    order: -1;
  }
  .main-menu .container {
    justify-content: flex-start;
    width: 100%;
  }
  .home .main-menu .container {
    justify-content: flex-start;
    width: 100%;
  }
  .main-menu.scroll-to-fixed-fixed .container {
    justify-content: space-between;
  }
  .header-bottom {
    top: 0;
  }
  .main-menu .menu {
    /*background-image: url(./img/footer-bg.jpg);*/
    /*position: unset;*/
    display: none;
  }
  .main-menu .menu a {
    font-size: 24px;
    padding-top: 0;
  }
  .menu li {
    margin-top: 17px;
    text-align: center;
    margin-right: 0;
    padding-bottom: 0;
  }
  .main-menu ul {
    display: none;
    position: absolute;
    background-color: #fff;
    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;
    padding-left: 0;
  }

  .menu-item-has-children .sub-menu li {
    background-color: #fff;
    margin-right: 0;
    text-align: center;
  }
  .menu-item-has-children .sub-menu li a {
    text-align: center;
  }

  #menu-item-36 a, .menu-item-home a {
    font-size: 24px;
    background-image: unset;
    width: auto;
    height: auto;
  }
  .main-menu .menu .menu-item-home a {
    width: auto;
    height: auto;
    font-size: 24px;
    text-align: center;
    background-image: none;
    margin-left: 0;
  }
  .main-menu .menu .menu-item-home a:before {
    display: none;
  }
  #menu-item-36 a:before, .menu-item-home a:before {
    display: none;
  }

  .header-bottom .container {
    padding-top: 70px;
  }
  .h1 {
    font-size: 38px;
  }
  .header-bottom .button {
      font-size: 24px;
      padding: 9px 23px;
  }
  .diagnostics-title {
    font-size: 36px;
  }
  .diagnostics-subtitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .advantages-wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 870px) {
  .our-products__item {
    width: 300px;
    margin: 0 10px 30px;
  }
  .our-products__wrapper {
    justify-content: space-around;
  }
  .quality .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;
  }
  .quality-content {
    margin-bottom: 40px;
  }
  .quality-link {
    display: inline-block;
  }
  .programms form {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .programms input {
    width: 300px;
    margin-bottom: 14px;
  }
  .totals-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .back-shop-link {
    -ms-align-self: center;
    align-self: center;
    order: 12;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .totals-wrapper__price {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 770px) {
  .h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .form-comment {
    width: 90%;
    margin-right: 0;
  }
  #menu-close {
    display: block;
  }
  .diagnostics form {
    -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;
  }
  .diagnostics input {
    width: 300px;
    margin-bottom: 14px;
  }
  .doctors .video-item {
    width: 48%;
  }
  .service-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .service-item__photo {
    height: 200px;
    margin-bottom: 14px;
  }
  .header-bottom__img iframe {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 620px) {
  .logo-title{
    font-size: 18px;
    margin-bottom: 1px;
  }
  .logo-descr {
    font-size: 12px;
  }
  .logo-img {
    width: 62px;
  }
  .header-bottom__img {
    max-height: 90vh;
  }
  .single-product__wrapper .images {
    width: 480px;
  }
  .product_title {
    font-size: 24px;
  }
  button.mfp-close {
    right: 0;
  }
  .xoo-cp-container {
    width: 90%;
  }
  .reviews-wrapper {
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .reviews-item {
    width: 90%;
  }
  .single-btn-wrap {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .buy-1-click {
    display: inline-block;
    margin-bottom: 14px;
  }
  .about h1, .about h2, .section-title {
    font-size: 26px;
  }
  .coupon {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  #coupon_code {
    margin-bottom: 14px;
  }
  .header-bottom .container {
    padding-top: 14px;
  }
  #menu-menyu-kategorij .menu-item-has-children .sub-menu li {
    text-align: right;
  }
  #menu-menyu-kategorij .menu-item-has-children .sub-menu li a {
    text-align: right;
    padding-right: 14px;
  }
  a.wpgis-popup {
    width: 300px;
    height: 300px;
    text-align: right;
  }
}

@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;
  }
  .quality-form {
    max-width: 90%;
  }
  .quality-form__title {
    font-weight: 500;
    font-size: 24px;
  }
  .quality-link {
    font-size: 18px;
    padding: 26px 104px 26px 19px;
  }
  .quality-link:after {
    height: 38px;
    right: 18px;
  }
  .section-title-white {
    font-size: 24px;
  }
  .single-product__wrapper .images {
    width: 400px;
  }
  .woocommerce-billing-fields__field-wrapper .form-row {
    width: 100%;
  }
  #billing_address_1_field {
    width: 49%;
  }
  #billing_address_2_field {
    width: 49%;
  }
  .top-button {
    width: 40px;
    height: 40px;
  }
  .footer-contacts form {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .footer-contacts label {
    width: 100%;
  }
  .footer-contacts input[type=submit] {
    width: 100%;
  }
  .footer-contacts input[type=tel] {
    border-right: 2px solid #fff;
    margin-bottom: 20px;
  }
  .doctors .video-item {
    width: 100%;
  }
  .reviews .video-item {
    width: 100%;
  }
  .service-item__photo {
    width: 80%;
    margin-right: 0;
  }
  .post-type-archive-novosti .service-item__photo {
    width: 80%;
    margin-right: 0;
  }
  .h1 {
    font-size: 20px;
    padding-bottom: 14px;
}
.header-bottom__img {
  max-height: 55vh
}
.main-menu.scroll-to-fixed-fixed .header-phone {
  display: none;
}
.main-menu .aws-container {
  display: block;
  margin-left: 20px;
}
}
@media screen and (max-width: 450px) {
  .quality-content ul {
    font-size: 30px;
  }
  .h1 {
    font-size: 30px;
  }
  .footer-phone {
    font-size: 28px;
  }
  .single-product__wrapper .images {
    width: 350px;
  }
  .popup-consultation__form {
    padding: 0;
  }
  .xoo-cp-atcn {
    font-size: 30px;
  }
  a.xcp-btn {
    font-size: 14px;
  }
   .entry-summary ins {
    font-size: 26px;
   }
   .form-comment input[type=submit] {
    max-width: 100%;
   }
   .footer-title {
    font-size: 26px;
   }
   .footer-phone:before {
    top: 0;
   }
   .h1 {
    font-size: 20px;
   }
   .header-bottom__text {
    font-size: 20px;
   }
   .mfp-close-btn-in .mfp-close {
    right: 0px;
   }
   .header-bottom__text {
    margin-bottom: 14px;
   }
   .white-button {
    padding: 7px 20px;
   }
   .quantity .minus, .quantity .plus {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 27px!important;
    height: 27px!important;
    flex-shrink: 0;
    flex-grow: 0;
   }
   .summary .price .woocommerce-Price-amount.amount {
    font-size: 20px;
   }
   .single-product__wrapper .entry-title {
    font-size: 24px;
   }
   .single-btn-wrap {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
   }
   .buy-1-click {
    margin-bottom: 0;
    font-size: 15px;
   }
   .single_add_to_cart_button {
    font-size: 15px;
   }
   .quantity {
    justify-content: center;
   }
   .coupon {
    width: 100%;
   }
   .coupon > * {
    width: 96%;
    margin-right: 0;
   }
   .woocommerce-billing-fields__field-wrapper .form-row {
    margin-top: 0;
    margin-bottom: 0;
   }
   #place_order {
    width: 100%;
    margin-top: 20px;
   }
   .menu-item-has-children:last-child .sub-menu {
    column-count: 1;
    width: 100%;
    max-height: unset;
   }
   .main-menu ul {
    max-height: 70vh;
    padding-bottom: 60px;
   }
   #secondary .menu li {
    margin-top: 8px;
   }
}
@media screen and (max-width: 370px) {

  .single-product__wrapper .images {
    width: 300px;
  }
  .h1 {
    font-size: 16px;
  }
   .buy-1-click {
    margin-bottom: 0;
    font-size: 13px;
   }
   .single_add_to_cart_button {
    font-size: 13px;
    text-transform: none;
   }
}
@media screen and (max-width: 350px) {
  .footer-contacts {
    max-width: 310px;
  }
  .footer-contacts form {
    width: 300px;
  }
  .main-menu.scroll-to-fixed-fixed .header-phone {
    font-size: 20px;
  }
  .cart-customlocation:before {
    display: none;
  }
  .cart-customlocation {
    padding-left: 5px;
    text-align: center;
  }
}