/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0; }

ul, li {
  list-style: none; }

a {
  text-decoration: none; }

* {
  box-sizing: border-box;
  outline: none; }

img {
  max-width: 100%; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/subset-OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans/subset-OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/subset-OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans/subset-OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/subset-OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans/subset-OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/subset-OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans/subset-OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes a {
  to {
    transform: rotate(1turn); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 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, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.top-menu__top-mob {
  display: none; }

.top-menu__select {
  display: none !important; }

.noscroll {
  overflow: hidden; }

.links {
  display: flex;
  justify-content: space-between; }
  .links__link {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #FFF; }
    .links__link:hover {
      text-decoration: underline; }
  .links__el {
    margin-right: 20px; }
    .links__el:last-child {
      margin-right: 0; }

.search-el {
  position: relative; }
  .search-el__btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    background: url("../img/icons/search.svg") no-repeat center;
    background-size: 14px; }
  .search-el__inp {
    height: 45px;
    display: block;
    width: 319px;
    padding: 0 14px;
    border: 1px solid #e5e3eb;
    padding-right: 39px; }
    .search-el__inp, .search-el__inp::placeholder {
      font-family: 'Open Sans';
      color: #777777;
      font-size: 14px; }

.info-el {
  display: flex;
  align-items: center; }
  .info-el__icon {
    flex: none;
    width: 15px;
    height: 20px;
    display: block;
    margin-right: 15px;
    object-position: center;
    object-fit: contain; }
  .info-el__text {
    color: #060606;
    font-size: 16px; }

.tel {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 22px; }

.btn-icon {
  display: flex;
  align-items: center;
  border: 1px solid #FF0000;
  padding: 12px 10px;
  transition: .2s; }
  .btn-icon__icon {
    flex: none;
    margin-right: 7px;
    width: 30px;
    height: 30px;
    object-fit: scale-down;
    object-position: center; }
  .btn-icon__text {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 600; }
  .btn-icon:hover {color:#FFF;
    background-color: #FF0000;}

.icon-calc {
  background-image: url("../img/icons/sprite_calc.png");
  background-position: -30px 0px;
  width: 27px;
  height: 28px; }

.icon-line {
  background-image: url("../img/icons/sprite_calc.png");
  background-position: 0px 0px;
  width: 30px;
  height: 30px; }

.links-cat {
  position: relative;
  display: flex; }
  .links-cat__el {
	  background-color: black;
    width: 100%; }
    .links-cat__el:first-child .links-cat__link {
      border-left: 1px solid #e5e3eb; }
    @media screen and (min-width: 1231px) {
      .links-cat__el:hover .links-cat__dropdown {
        opacity: 1;
        visibility: visible; }
      .links-cat__el:hover .links-cat__link {
        background-color: #FF0000; } }
  .links-cat__link {
    width: 100%;
    font-family: 'Open Sans';
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e5e3eb;
    padding: 18px 15px;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.4;
    height: 100%;
    transition: .2s; }
    .links-cat__link span {
      display: inline;
      font-weight: 600; }
    .links-cat__link:hover {
      background-color: #FF0000; }
  .links-cat__gray {
    color: #777777; }
  .links-cat__icon {
    flex: none;
    margin-right: 6px;
    background-image: url("../img/cat/sprite.png"); }
    .links-cat__icon_1 {
      background-position: -40px -63px;
      width: 37px;
      height: 23px; }
    .links-cat__icon_2 {
      background-position: 0px -63px;
      width: 40px;
      height: 23px; }
    .links-cat__icon_3 {
      background-position: -101px 0px;
      width: 38px;
      height: 21px; }
    .links-cat__icon_4 {
      background-position: -63px -25px;
      width: 38px;
      height: 23px; }
    .links-cat__icon_5 {
      background-position: 0px -32px;
      width: 31px;
      height: 31px; }
    .links-cat__icon_6 {
      background-position: -32px 0px;
      width: 31px;
      height: 31px; }
    .links-cat__icon_7 {
      background-position: -63px 0px;
      width: 38px;
      height: 25px; }
    .links-cat__icon_8 {
      background-position: 0px -63px;
      width: 40px;
      height: 23px; }
	  .links-cat__icon_9 {
      background-position: -32px 0px;
      width: 31px;
      height: 31px; }
	  .links-cat__icon_10 {
      background-position: 0px -63px;
      width: 40px;
      height: 23px; }
	  .links-cat__icon_11 {
      background-position: 0px 0px;
      width: 32px;
      height: 32px;}
	  
  .links-cat__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: .2s; }

.dropdown-menu {
  background-color: #fff;
  box-shadow: -6px 6px 19px rgba(0, 0, 0, 0.12);
  padding: 20px 40px; }
  .dropdown-menu__links {
    display: flex;
    flex-wrap: wrap; }
    .dropdown-menu__links li {
      margin-bottom: 10px;
      margin-right: 20px; }
      .dropdown-menu__links li a {
        font-family: 'Open Sans';
        font-size: 14px;
        color: #000000;
        transition: .2s; }
        .dropdown-menu__links li a:hover {
          color: #FF0000; }

.title {
  color: #000000;
  font-weight: bold; }
  .title_sec {
    font-size: 24px;
    padding: 8px 29px;
    position: relative; }
    .title_sec::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      background-color: #FF0000; }
  .title_main {
    letter-spacing: 2px;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase; }
  .title_med {
    color: #000000;
    font-size: 24px; }

.production-el {
  display: block;
  position: relative;
  height: 299px;
  position: relative; }
  .production-el span {
    display: block; }
  .production-el__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover; }
  .production-el__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 15px;
    padding-top: 38px;
    z-index: 5;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .production-el__title {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: auto;
	background-color: #000;
text-align: center;
border-radius: 10px;
padding: 5px;
opacity: 0.9;}
  .production-el__count {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    background-color: #271207;
    border-radius: 4px;
    padding: 5px 17px;
    min-width: 52px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center; }
  .production-el__bottom {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between; }
  .production-el::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 135px;
    height: 135px;
    display: block;
    z-index: 2;
    background-color: #FF0000;
    opacity: 0;
    transition: .2s; }
  .production-el_red::after {
    background-color: #eb5757; }
  .production-el:hover::after {
    opacity: 0.502; }

.block-production {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .block-production__el {
    padding: 0 15px;
    width: 33.333333%;
    margin-bottom: 30px; }
    .block-production__el_2 {
      width: 50%; }

.block-descrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .block-descrp__el {
    display: flex;
    align-items: center;
    width: 43%;
    font-size: 14px;
    margin-bottom: 4px; }
  .block-descrp__title {
    color: red;
	font-weight:bold;
    margin-right: 3px; cursor:pointer}
  .block-descrp__text {
    color: #000000; }
  .block-descrp_cl .block-descrp__el {
    width: 100%; }
  .block-descrp_big .block-descrp__el {
    font-size: 16px;
    margin-bottom: 11px; }
  .block-descrp_big .block-descrp__title {
    min-width: 140px; }

.descrp-el {
  font-size: 16px;
  line-height: 1.5; }
  .descrp-el__title {
    color: #777777;
    margin-right: 3px;
    margin-right: 0px; }
  .descrp-el__text {
    color: #000000; }

.products-el {
  display: block;
  border: 1px solid #e5e3eb;
  position: relative;
  display: flex;
  flex-direction: column; }
  .products-el a {
    display: block; }
  .products-el__info {
    position: absolute;
    top: 7px;
    right: 8px;
    color: #ffffff;
    font-size: 11.6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #60c339;
    padding: 6px 8px;
    z-index: 2; }
    .products-el__info_orange {
      background-color: #f38442; }
    .products-el__info_pink {
      background-color: #f15c62; }
  .products-el__img {
    width: 100%;
    /*!height: 214px;*/
    object-fit: scale-down;
    object-position: center; }
  .products-el__body {
    padding: 13px 23px;
    padding-bottom: 15px;
    height: 100%;
    display: flex;
    flex-direction: column; }
  .products-el__title {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 21px; }
  .products-el__descrp {
    border-bottom: 1px solid #e5e3eb;
    padding-bottom: 12px;
    margin-bottom: auto; }
  .products-el__bottom {
    margin-top: 12px;
    display: flex !important;
    align-items: center;
    justify-content: space-between; }
  .products-el__cost {
    color: #000000;
    font-size: 18px; }
    .products-el__cost span {
      font-weight: bold; }

.block-products {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .block-products__el {
    padding: 0 15px;
    width: 33.33333%;
    margin-bottom: 38px; }
    .block-products__el .products-el {
      height: 100%; }

.center {
  text-align: center; }

.btn {
  font-family: 'Open Sans';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #FFF;
  font-size: 12px;
  border: 1px solid #FF0000;
  padding: 20px 51px;
  text-transform: uppercase;
  font-weight: 600;
  transition: .2s;
  line-height: 1; 
  background-color: #FF0000;}
  .btn_bg {
    background-color: #FF0000; }
  .btn_big {
    font-size: 18px;
    font-weight: bold; }
  .btn:hover {
    background-color: #FF0000; }

.text-color {
  color: #FF0000; }

.text-sec {
  font-size: 24px;
  font-weight: 300; }

.form-el {
  display: block;
  width: 100%;
  background-color: #FFF;
  padding: 20px 22px; }
  .form-el, .form-el::placeholder {
    font-family: 'Open Sans';
    color: #000000;
    font-size: 16px; }

.inp-el {
  height: 64px; }

.block-form__el {
  margin-bottom: 36px; }

.block-form__btn {
  display: flex;
  width: 100%;
  font-size: 16px;
  height: 64px; }

.info-el-2 {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .info-el-2__img {
    flex: none;
    max-width: 100%;
    width: 550px;
    height: 360px;
    object-fit: contain; }
  .info-el-2__content {
    margin-right: 30px;
    max-width: 671px;
    margin-top: 28px; }
  .info-el-2_left .info-el-2__content {
    margin-right: 0;
    margin-left: 30px; }

.wrap-article, .wrap-article a {
  font-family: 'Open Sans';
  color: #777777;
  font-size: 16px;
  line-height: 1.5; }

.wrap-article p {
  line-height: 1.5;
  margin-bottom: 11px;
  display: block; }

.wrap-article ul li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px; }
  .wrap-article ul li::after {
    content: '';
    position: absolute;
    left: 11px;
    top: 12px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #777777; }

.wrap-article strong, .wrap-article h3 {
  font-weight: bold; }

.block-info__el {
  margin-bottom: 42px; }
  .block-info__el:last-child {
    margin-bottom: 0; }

.td {
  text-decoration: underline; }

.links-2__el {
  margin-bottom: 9px; }

.links-2__link {
  font-family: 'Open Sans';
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  transition: .2s; }
  .links-2__link span {
    color: #777777; }
  .links-2__link:hover {
    color: #white;text-decoration:underline;	}

.block-socials {
  display: flex;
  align-items: center; }
  .block-socials__el {
    margin-left: 20px; }
    .block-socials__el:first-child {
      margin-left: 0; }
  .block-socials__icon {
    width: 20px;
    height: 20px;
    object-fit: scale-down; }

.overlay {
  opacity: 0.251;
  background-color: #000;
  display: none; }

.top-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30; }

.select-cat {
  font-family: 'Open Sans';
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-width: 1px;
  border-color: #e5e3eb;
  border-style: solid;
  background-color: #e5e3eb;
  padding: 15px 14px;
  padding-right: 20px;
  cursor: pointer; }
  .select-cat__name {
    color: #060606;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase; }
  .select-cat__arr {
    max-width: 10px;
    transition: .2s; }
  .select-cat.active .select-cat__arr {
    transform: rotate(-180deg); }

.owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0;
  margin-top: 26px; }
  .owl-nav button {
    cursor: pointer; }
    .owl-nav button svg {
      cursor: pointer; }

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  z-index: 10; }
  .owl-dots .owl-dot {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #d8d9da !important;
    margin-right: 8px !important; }
    .owl-dots .owl-dot:last-child {
      margin-right: 0 !important; }
    .owl-dots .owl-dot.active {
      background-color: #151515 !important; }

.block-advantages {
  display: none;
  text-align: center; }
  .block-advantages__img {
    object-fit: contain;
    height: 302px;
    width: 294px; }

.block-curmbs__el {
  display: inline;
  margin-right: 3px; }

.block-curmbs__text {
  display: inline;
  color: #777777;
  font-size: 14px;
  font-family: 'Open Sans'; }
  .block-curmbs__text.active {
    color: #000000; }

.block-sort {
  display: flex;
  flex-wrap: wrap; }
  .block-sort__el {
    margin-right: 9px;
    margin-bottom: 10px; }
  .block-sort__link {
    color: #777777;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 17px;
    font-family: 'Open Sans';
    border: 1px solid #e5e3eb;
    font-weight: 400; }

.block-navigation {
  display: flex;
  align-items: center;
  justify-content: left; }
  .block-navigation__el {
    margin-right: 20px;
    font-size: 0; }
    .block-navigation__el:last-child {
      margin-right: 0;
      margin-left: 30px; }
    .block-navigation__el_margin {
      margin: 0 5px; }
  .block-navigation__arr {
    margin-right: 30px; }
  .block-navigation__text {
    color: #000000;
    font-size: 14px; }
  .block-navigation .active {
    color: #FF0000; }

.block-article {
  display: flex;
  justify-content: space-between;
  position: relative; }
  .block-article__content {
    border-width: 1px;
    border-color: #e5e3eb;
    border-style: solid;
    background-color: white;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 28px 29px;
    max-width: 33%;
    margin-top: 10px;
    margin-left: 20px; }
  .block-article__text {
    color: #000000;
    font-size: 16px;
    line-height: 1.55; }
  .block-article__cost {
    color: #000000;
    font-size: 30px;
    margin-top: 24px; }
    .block-article__cost span {
      font-weight: bold; }
  .block-article__descrp {
    margin-top: 32px;
    margin-bottom: 17px; }
  .block-article__btns {
    margin-top: 23px; }
    .block-article__btns-btn {
      display: flex;
      margin-bottom: 15px; }
      .block-article__btns-btn:first-child {
        padding: 17px 10px;
        font-weight: 600; }
      .block-article__btns-btn:last-child {
        padding: 27px 10px;
        margin-bottom: 0; }
  .block-article__slider {
    max-width: 66%;
    width: 100%; }
    .block-article__slider-main {
      position: relative;
      margin-top: 61px;
      padding: 0 40px; }
      .block-article__slider-main-el {
        display: block; }
      .block-article__slider-main-img {
        width: 100%;
        object-fit: contain;
        height: 463px; }
      .block-article__slider-main .owl-nav {
        margin: 0; }
        .block-article__slider-main .owl-nav button {
          position: absolute;
          top: 46%;
          transform: translateY(-50%); }
          .block-article__slider-main .owl-nav button.owl-prev {
            left: 0; }
          .block-article__slider-main .owl-nav button.owl-next {
            right: 0; }
    .block-article__slider-dots {
      padding: 0 50px;
      margin-top: 43px; }
      .block-article__slider-dots-el {
        padding: 20px 10px;
        border: 1px solid #eae9ef;
        object-fit: contain;
        object-position: center;
        height: 176px; }
      .block-article__slider-dots .owl-item.active.center .block-article__slider-dots-el {
        border-color: #ebd9a5; }
      .block-article__slider-dots .owl-nav {
        margin: 0; }
        .block-article__slider-dots .owl-nav button {
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
          .block-article__slider-dots .owl-nav button.owl-prev {
            left: 0; }
          .block-article__slider-dots .owl-nav button.owl-next {
            right: 0; }
  .block-article__info {
    position: absolute;
    right: auto;
    left: 0;
    top: 0; }

.block-seo {
  display: flex;
  justify-content: space-between; }
  .block-seo__side {
    width: 49%; }

.noscroll {
  overflow: hidden; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 999; }
  .modal__wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 50px 20px;
    padding-bottom: 20px; }
  .modal__content {
    position: relative;
    z-index: 10; }
  .modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block; }

.modal-content {
  background-color: #303030;
  box-shadow: 0px 0px 20px 0px rgba(79, 79, 79, 0.2);
  max-width: 495px;
  width: 100%;
  padding: 45px 34px; }
  .modal-content__close {
    cursor: pointer; }
  .modal-content__title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #fff; }
  .modal-content__top {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .modal-content__form {
    margin-top: 50px; }

html {
  position: relative;
  max-width: 100vw; }

body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  position: relative;
  color: #777777;
  line-height: 1.2;
  background-color: #fff; }

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.container {
  width: 100%;
  overflow:scroll;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 10; }

.top-menu {
  position: relative;
  z-index: 100; }
  .top-menu_shadow {
    box-shadow: 0 -118px 116px 51px #000; }
  .top-menu__top {
    background-color: black; }
    .top-menu__top .links__link {
      display: inline-block;
      padding: 19px 0; }
  .top-menu__center {
    padding: 11px 0; }
    .top-menu__center-content {
      display: flex;
      align-items: center; }
  .top-menu__logo {
    display: flex;
    align-items: flex-end;
    margin-right: 74px; }
    .top-menu__logoimg {
      flex: none;
      margin-right: 19px;
      width: 170px;
      height: auto;
      height: 108px;
      object-fit: contain; }
    .top-menu__logo-text {
      font-family: 'Open Sans';
      color: #000000;
      font-size: 12px;
      max-width: 191px;
      line-height: 1.8;
      margin-bottom: 18px; }
  .top-menu__search {
    margin-right: 30px; }
  .top-menu__info-el {
    margin-bottom: 8px; }
  .top-menu__btns {
    display: flex;
    margin-left: auto;
    width: 100%;
    max-width: 311px; }
    .top-menu__btns-btn {
      width: calc(50% - 15px);
      margin-left: 15px; }
  .top-menu__bottom {
    border-top: 1px solid #e5e3eb;
    border-bottom: 1px solid #e5e3eb; }

.sec-producion__wrap {
  padding: 65px 0; }

.sec-producion__content {
  margin-top: 23px; }

.sec-page-top {
  background-color: #f8f9fb; }
  .sec-page-top__wrap {
    padding: 36px 0;
    padding-bottom: 28px; }
  .sec-page-top__content {
    margin-top: 25px; }
  .sec-page-top__info {
    color: #000000;
    font-size: 14px;
    margin-top: 10px; }

.sec-products__wrap {
  padding: 18px 0;
  padding-bottom: 78px; }

.sec-products__content {
  margin-top: 24px; }

@keyframes animBorder {
  0% {
    width: 125%;
    height: 125%; }
  100% {
    width: 155%;
    height: 155%; } }

@keyframes animBorder2 {
  0% {
    width: 155%;
    height: 155%; }
  100% {
    width: 185%;
    height: 185%; } }

.img-advantages {
  text-align: center;
  position: relative; }
  .img-advantages__img {
    object-fit: contain;
    pointer-events: none;
    width: 100%;
    height: 29.121vw; }
  .img-advantages__point {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 1.667%;
    height: 5.715%;
    flex: none;
    background-color: #FF0000;
    border-radius: 100%; }
    .img-advantages__point-img {
      position: absolute;
      bottom: -454%;
      left: -463%;
      z-index: 1;
      flex: none;
      height: auto;
      width: 503%;
      max-width: none;
      opacity: 0;
      visibility: hidden;
      transition: .2s;
      pointer-events: none; }
    .img-advantages__point::after {
      content: '';
      width: 125%;
      height: 125%;
      border: 1px solid #FF0000;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      animation: animBorder 1s ease-in-out infinite alternate; }
    .img-advantages__point::before {
      content: '';
      width: 155%;
      height: 155%;
      border: 1px solid #FF0000;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      animation: animBorder2 1s ease-in infinite alternate; }
    .img-advantages__point_1 {
      top: 36%;
      left: 30.5%; }
    .img-advantages__point_2 {
      top: 62%;
      left: 41.5%; }
    .img-advantages__point_3 {
      top: 67%;
      left: 60.5%; }
      .img-advantages__point_3 .img-advantages__point-img {
        bottom: 37%;
        left: -450%; }
    .img-advantages__point_4 {
      top: 53%;
      left: 71%; }
      .img-advantages__point_4 .img-advantages__point-img {
        bottom: 44%;
        left: 50%; }
    .img-advantages__point:hover .img-advantages__point-img {
      opacity: 1;
      visibility: visible; }

.sec-form {
  background: url("../img/bg/form.webp") no-repeat top/cover;
  position: relative;
  z-index: 2; }
  .sec-form__img {
    position: relative;
    left: -273px;
    margin-right: -273px;
    margin-bottom: -73px;
    max-width: 1178px;
    width: 100%; }
  .sec-form__wrap {
    padding: 52px 0;
    padding-bottom: 0; }
  .sec-form__content {
    display: flex; }
  .sec-form__body {
    width: 100%;
	border:2px dashed black;
	padding:10px;
    max-width: 668px;
    margin-top: 26px;
    margin-left: auto;
    margin-right: auto; }
  .sec-form__text {
    margin-top: 18px;
    margin-bottom: 39px; }

.sec-info {
  position: relative; }
  .sec-info__bg {
    position: absolute;
    top: 0;
    left: 0; }
  .sec-info__wrap {
    padding: 76px 0; }
  .sec-info_bg {
    background-color: #f9f9fa; }
    .sec-info_bg__bg {
      position: absolute;
      top: 0;
      right: 0; }
    .sec-info_bg .sec-info__wrap {
      padding: 60px 0;
      padding-bottom: 80px; }

.footer {
  margin-top: auto;
  background-color: black; }
  .footer__wrap {
    padding: 45px 0; }
  .footer__content {
    display: flex;
    justify-content: space-between; }
  .footer__col {
    max-width: 25%;
    width: 321px; }
    .footer__col-title {
      color: #ffffff;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 17px;
      display: block; }
  .footer__info {
    margin-top: 25px; }
    .footer__info-text {
      font-family: 'Open Sans';
      color: #ffffff;
      font-size: 14px;
      display: block;
      line-height: 1.8;
      margin-bottom: 4px; }
  .footer__time {
    margin-top: 31px; }
  .footer__bottom {
    border-top: 1px solid #4f4f4f;
    padding: 31px 0; }
    .footer__bottom-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 1212px; }
    .footer__bottom-left {
      color: #89898a;
      font-size: 14px; }

.sec-cat-page__wrap {
  padding: 28px 0;
  padding-bottom: 60px; }

.sec-cat-page__content {
  margin-top: 35px; }
  .sec-cat-page__content .block-products__el {
    margin-bottom: 30px; }

.sec-cat-page__bottom {
  margin-top: 40px; 
  max-width: 95%;
overflow: auto;
  }

.sec-seo__wrap {
  padding: 76px 0; }

.sec-seo__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.sec-seo__side {
  width: 48%; }

.sec-article-page__wrap {
  padding: 35px 0;
  padding-bottom: 84px; }

.sec-article-page__seo {
  margin-top: 102px; }
  .sec-article-page__seo-title {
    margin-bottom: 32px; }

.sec-recommend__wrap {
  padding: 72px 0;
  padding-bottom: 55px; }

.sec-recommend__content {
  margin-top: 24px; }

@media screen and (max-width: 1920px) {
  .sec-header__img {
    height: 29vw; } }

@media screen and (max-width: 1700px) {
  .sec-form__img {
    max-width: 60%;
    height: auto; }
  .sec-form__content {
    align-items: flex-end; }
  .sec-form__body {
    margin-bottom: 46px; }
  .products-el__title {
    min-height: 33.6px; } }

@media screen and (max-width: 1400px) {
  .top-menu__logo {
    display: block;
    max-width: 150px;
    margin-right: auto; }
  .top-menu__logo-text {
    display: block;
    max-width: none;
    margin: 0;
    margin-top: 10px; }
  .top-menu__logoimg {
    margin: 0;
    max-width: 150px; }
  .links-cat__link {
    font-size: 10px; }
  .links-cat__link {
    padding: 15px 10px; }
  .block-article__content {
    margin-top: 0; } }

@media screen and (max-width: 1230px) {
  .top-menu__top {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  .top-menu {
    padding-top: 55px; }
  .top-menu__top-content {
    transition: .2s;
    position: fixed;
    top: 55px;
    left: -150%;
    width: 100%;
    width: calc(100% - 15px);
    z-index: 999;
    border-width: 1px;
    border-color: #ededf7;
    border-style: solid;
    background-color: white;
    box-shadow: 0px 10px 65px 0px rgba(102, 117, 179, 0.15);
    padding: 12px 12px;
    max-height: calc(100% - 55px);
    overflow-y: auto; }
    .top-menu__top-content.active {
      left: 0; }
  .links {
    display: block; }
    .links__el {
      margin: 0;
      border-bottom: 1px solid #fafafd;
      margin-bottom: 0; }
    .links__link {
      padding: 7.7px 0 !important;
      font-size: 14px;
      display: block !important;
      line-height: 1; 
	  color:red;
	  }
  .top-menu__top-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0; }
  .top-menu__burger {
    cursor: pointer; }
  .top-menu__close {
    cursor: pointer;
    max-width: 27px;
    display: none; }
  .info-el__text {
    font-size: 12px; color:white;}
  .tel {
    font-size: 18px; color:white;}
  .info-el__icon {
    margin-right: 9px; }
  .top-menu__top.active .top-menu__top-contact {
    display: none; }
  .top-menu__top.active .top-menu__close {
    display: block; }
  .top-menu__center-content {
    flex-wrap: wrap; }
    .top-menu__center-content .top-menu__logo {
      order: 1;
      width: 100%;
      max-width: 100%;
      margin: 0;
      margin-bottom: 15px; }
      .top-menu__center-content .top-menu__logoimg {
        width: 90px;
        height: 57px; }
    .top-menu__center-content .top-menu__btns {
      order: 2;
      width: 100%;
      max-width: 100%;
      margin: 0;
      margin-bottom: 15px; }
    .top-menu__center-content .top-menu__search {
      order: 3;
      width: 100%;
      max-width: 100%;
      margin: 0; }
    .top-menu__center-content .top-menu__info {
      display: none; }
  .top-menu__logo {
    display: flex;
    align-items: center; }
  .top-menu__logo-text {
    margin: 0;
    max-width: 300px;
    margin-left: 20px; }
  .top-menu__btns {
    justify-content: space-between; }
  .top-menu__btns-btn {
    margin: 0; }
  .search-el__inp {
    width: 100%; }
  .top-menu__bottom-content {
    display: none; }
  .top-menu__center {
    padding: 9px 0; }
  .top-menu__logoimg {
    max-width: 90px; }
  .top-menu__logo-text {
    margin-left: 16px;
    line-height: 1.2; }
  .top-menu__btns-btn {
    width: calc(50% - 5px); }
  .top-menu__center-content .top-menu__btns {
    margin-bottom: 13px; }
  .search-el__inp {
    height: 37px; }
  .top-menu__bottom {
    padding: 10px 0;
    padding-bottom: 20px; }
    .top-menu__bottom .container {
      position: relative; }
  .top-menu__bottom-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px; }
  .links-cat {
    flex-wrap: wrap;
    background-color: #fff;
    z-index: 100; }
  .links-cat__el {
    width: 100%;
    display: block;
    position: relative;
    border: 1px solid #e5dfdb; }
    .links-cat__el.active .links-cat__more svg {
      transform: rotate(-180deg); }
  .links-cat__link {
    display: block;
    font-size: 12px;
    padding: 5px 6px;
    height: auto; }
  .links-cat__link span {
    display: block; }
  .links-cat__icon {
    margin: 0;
    margin-bottom: 2px; }
  .top-menu__select {
    display: flex !important; }
  .links-cat__more {
    padding: 10px 6px;
    color: #060606;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .links-cat__more svg {
      transition: .2s; }
  .links-cat__dropdown {
    position: static;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: 0s;
    padding: 5px 6px;
    box-shadow: none; }
  .sec-form__body {
    max-width: 500px; }
  .block-descrp__title {
    margin-right: 2px; }
  .top-menu_shadow {
    box-shadow: none; }
  .sec-page-top__wrap {
    padding: 20px 0; } }

@media screen and (max-width: 1100px) {
  .block-article {
    display: block; }
  .block-article__slider {
    max-width: 100%; }
  .block-article__content {
    max-width: 100%;
    padding: 20px 0;
    box-shadow: none;
    border: 0; }
  .sec-article-page__seo {
    margin-top: 50px; }
  .block-article__slider-main {
    margin-top: 0; }
  .block-article__content {
    margin: 0; }
  .sec-producion__wrap {
    padding: 30px 0;
    padding-bottom: 0; }
  .sec-products__wrap {
    padding-bottom: 40px; }
  .sec-form__body {
    margin-top: 0; }
  .sec-info__wrap {
    padding: 50px 0; }
  .sec-info_bg .sec-info__wrap {
    padding-top: 40px;
    padding-bottom: 60px; } }

@media screen and (max-width: 991px) {
  .production-el {
    height: 250px; }
  .block-products__el {
    width: 50%; }
  .sec-products__wrap {
    padding-bottom: 40px; }
  .sec-form__content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
  .sec-form__img {
    margin: 0;
    position: static;
    margin-bottom: -50px;
    margin-top: 50px;
    order: 2; }
  .sec-form__body {
    max-width: 100%;
    width: 90%;
    margin: 0 15px;
    order: 1; }
  .info-el-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
  .info-el-2__content {
    margin: 0;
    max-width: 100%;
    margin-bottom: 30px;
    order: 1; }
  .info-el-2_left .info-el-2__content {
    margin: 0;
    margin-bottom: 30px; }
  .info-el-2__img {
    order: 2; }
  .sec-info__wrap {
    padding-bottom: 30px; }
  .block-advantages {
    display: block; }
  .block-article__slider-main-img {
    height: 390px; }
  .block-article__slider-dots-el {
    height: 130px; } }

@media screen and (max-width: 768px) {
  .block-production__el {
    width: 50%; }
  .sec-producion__wrap {
    padding-bottom: 30px; }
  .footer__col {
    width: 33.33333%;
    max-width: 100%;
    margin-bottom: 30px; }
  .footer__content {
    flex-wrap: wrap; }
  .footer__wrap {
    padding-bottom: 10px; }
  .img-advantages__point {
    display: none; }
  .sec-seo__content {
    display: block; }
  .sec-seo__side {
    width: 100%; }
  .block-article__slider-main-img {
    height: 39vw; }
  .block-article__slider-dots-el {
    height: 100px; }
  .block-socials__el {
    margin-left: 15px; } }

@media screen and (max-width: 600px) {
  .info-el-2__img {
    height: 62vw; }
  .top-menu__top-mob {
    padding: 7px 0; }
  .top-menu__center-content .top-menu__btns {
    margin-bottom: 10px; }
  .top-menu__center {
    padding: 10px 0; }
  .title_sec {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 0; }
  .sec-producion__wrap {
    padding: 28px 0;
    padding-bottom: 12px; }
  .block-production__el {
    width: 100%; }
  .sec-producion__content {
    margin-top: 18px; }
  .production-el {
    height: 201px; }
  .production-el__title {
    text-align: center; }
  .block-production__el {
    margin-bottom: 12px; }
  .block-advantages__wrap {
    padding-bottom: 5px; }
  .block-products__el {
    width: 100%; }
  .sec-products__content {
    margin-top: 16px; }
  .products-el__img {
    }
  .products-el__body {
    padding: 12px 17px; }
  .block-descrp {
    display: block; }
  .products-el__title {
    margin-bottom: 4px; }
  .block-descrp__el {
    width: 100%;
    margin-bottom: 5px; }
  .products-el__bottom {
    margin-top: 9px;
    margin-bottom: 3px; }
  .block-products__el {
    margin-bottom: 19px; }
  .block-products {
    margin-left: 0;
    margin-right: 0; }
    .block-products .owl-nav {
      margin: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
    .block-products__el {
      margin-left: 0;
      margin-right: 0;
      padding: 0; }
  .sec-products__btn {
    margin-top: 2px;
    width: 100%; }
  .btn {
    padding: 17px 51px; }
  .products-el__info {
    right: auto;
    left: 12px;
    top: 12px; }
  .sec-products__content {
    padding-bottom: 60px;
    position: relative; }
  .block-products {
    position: static; }
    .block-products .owl-stage-outer, .block-products .owl-stage {
      position: static; }
  .title_main {
    font-size: 24px;
    letter-spacing: 1px; }
  .sec-products__wrap {
    padding-bottom: 36px; }
  .text-sec {
    font-size: 18px; }
  .sec-form__text {
    margin-top: 15px;
    margin-bottom: 33px; }
  .form-el {
    padding: 20px 12px; }
  .block-form__el {
    margin-bottom: 23px; }
  .sec-form__img {
    max-width: 100%;
    margin-top: 25px;
    margin-bottom: -39px;
    height: 56vw;
    object-fit: contain; }
  .sec-info__wrap {
    padding: 50px 0;
    padding-bottom: 30px; }
  .title_sec {
    padding-right: 0; }
  .sec-info__content {
    margin-top: 25px; }
  .info-el-2__content {
    margin-bottom: 17px !important; }
  .sec-info_bg .sec-info__wrap {
    padding-top: 28px;
    padding-bottom: 28px; }
  .footer__col {
    width: 100%; }
  .footer__wrap {
    padding: 0px 0; }
  .footer__col:not(:last-child) {
    border-bottom: 1px solid #4f4f4f;
    margin: 0; }
    .footer__col:not(:last-child) .footer__col-title {
      padding: 18px 15px;
      cursor: pointer;
      margin: 0;
      position: relative; }
      .footer__col:not(:last-child) .footer__col-title::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 15px;
        background: url("../img/icons/arrWhite.svg") no-repeat center/contain;
        height: 15px;
        transition: .2s; }
      .footer__col:not(:last-child) .footer__col-title.active::after {
        transform: translateY(-50%) rotate(-180deg); }
    .footer__col:not(:last-child) .links-2 {
      display: none;
      padding: 0 15px;
      padding-bottom: 9px; }
  .footer__col:last-child {
    margin-top: 20px;
    padding: 0 15px;
    margin-bottom: 17px; }
  .footer .container {
    padding: 0; }
  .footer__time {
    margin-top: 9px; }
  .footer__bottom-content {
    display: block;
    text-align: center; }
  .footer__bottom {
    padding: 21px 15px; }
  .block-socials {
    justify-content: center; }
  .footer__bottom-left {
    margin-bottom: 13px; }
  .sec-cat-page__content {
    margin-top: 20px; }
  .sec-cat-page__bottom {
    margin-top: 20px; }
  .sec-cat-page__wrap {
    padding-bottom: 40px; }
  .sec-seo__wrap {
    padding-bottom: 50px; }
  .sec-article-page__wrap {
    padding-top: 0; }
  .block-article {
    padding-top: 50px; }
  .block-article__slider-dots-el {
    height: 70px; }
  .block-article__cost {
    font-size: 25px; }
  .block-descrp_big .block-descrp__el {
    font-size: 14px; }
  .block-seo {
    display: block; }
    .block-seo__side {
      width: 100%; }
  .sec-article-page__wrap {
    padding-bottom: 50px; }
  .sec-recommend__wrap {
    padding-bottom: 30px; }
  .sec-article-page__seo {
    margin-top: 30px; }
  .sec-article-page__seo-title {
    margin-bottom: 15px; }
  .block-socials__el {
    margin-left: 20px; } }

@media screen and (max-width: 380px) {
  .modal-content__close {
    position: absolute;
    top: 15px;
    right: 15px; }
  .modal-content {
    padding-left: 20px;
    padding-right: 20px; } }
#search{height:43px;margin-right:20px;max-width:85%;}
.scroll-top-box {
    cursor: pointer;
    background: #FFF;
    border: 2px solid #c0c0c0;
    position: fixed;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    right: 20px;
    bottom: 70px;
    z-index: 5;
    opacity: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
}