@font-face {
  font-family: 'PT Rouble Sans';
  src: url("../fonts/PTRoubleSans.woff2") format('woff2'), url("../fonts/PTRoubleSans.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Black.ttf");
  font-weight: 900;
  font-style: normal;
}



@font-face {
  font-family: 'Kulim';
  src: url("../fonts/KulimPark-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Kulim';
  src: url("../fonts/KulimPark-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Kulim';
  src: url("../fonts/KulimPark-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

template,
[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

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

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

figure {
  margin: 1em 40px;
}

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

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

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

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

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

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

optgroup {
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

@charset "UTF-8";

body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

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

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

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

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

.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(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

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

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

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

.fancybox-slide--image {
  overflow: visible;
}

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

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

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

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

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

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

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

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

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

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

/* Buttons */

.fancybox-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
  outline: none;
}

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

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

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

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

.fancybox-button--zoom svg path {
  fill: transparent;
}

/* Navigation arrows */

.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

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

/* Caption */

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */
}

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

/* Loading indicator */

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Transition effects */

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

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

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

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

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

/* Share */

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

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

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

p.fancybox-share__links {
  margin-right: -10px;
}

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

.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 {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

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

.fancybox-share__input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}

/* Thumbs */

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

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

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

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

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

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

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

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

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

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

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

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

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

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

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

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

.v-xs,
.v-xs-inline-block,
.v-xs-inline,
.v-xs-tablecell,
.v-xs-flex {
  display: none !important;
}

.v-sm,
.v-sm-inline-block,
.v-sm-inline,
.v-sm-tablecell,
.v-sm-flex {
  display: none !important;
}

.v-md,
.v-md-inline-block,
.v-md-inline,
.v-md-tablecell,
.v-md-flex {
  display: none !important;
}

.v-lg,
.v-lg-inline-block,
.v-lg-inline,
.v-lg-tablecell,
.v-lg-flex {
  display: none !important;
}

.v-xl,
.v-xl-inline-block,
.v-xl-inline,
.v-xl-tablecell,
.v-xl-flex {
  display: none !important;
}

.v-ml,
.v-ml-inline-block,
.v-ml-inline,
.v-ml-tablecell,
.v-ml-flex {
  display: none !important;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.multi {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1 {
  width: 8.333333333333334%;
}

.offset-xs-1 {
  margin-left: 8.333333333333334%;
}

.order-xs-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.col-xs-2 {
  width: 16.666666666666668%;
}

.offset-xs-2 {
  margin-left: 16.666666666666668%;
}

.order-xs-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.col-xs-3 {
  width: 25%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.order-xs-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.col-xs-4 {
  width: 33.333333333333336%;
}

.offset-xs-4 {
  margin-left: 33.333333333333336%;
}

.order-xs-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.offset-xs-5 {
  margin-left: 41.66666666666667%;
}

.order-xs-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.col-xs-6 {
  width: 50%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.order-xs-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.offset-xs-7 {
  margin-left: 58.333333333333336%;
}

.order-xs-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.col-xs-8 {
  width: 66.66666666666667%;
}

.offset-xs-8 {
  margin-left: 66.66666666666667%;
}

.order-xs-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.col-xs-9 {
  width: 75%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.order-xs-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.offset-xs-10 {
  margin-left: 83.33333333333334%;
}

.order-xs-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.col-xs-11 {
  width: 91.66666666666667%;
}

.offset-xs-11 {
  margin-left: 91.66666666666667%;
}

.order-xs-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.col-xs-12 {
  width: 100%;
}

.offset-xs-12 {
  margin-left: 100%;
}

.order-xs-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.col-xs-2_4 {
  width: 20%;
}

.col-xs {
  width: auto;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-ml-1,
.col-ml-2,
.col-ml-3,
.col-ml-4,
.col-ml-5,
.col-ml-6,
.col-ml-7,
.col-ml-8,
.col-ml-9,
.col-ml-10,
.col-ml-11,
.col-ml-12,
.col-ml {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.icon {
  display: inline-block;
  font-style: normal;
  font-size: 32px;
  fill: #000;
}

html {
  height: 100%;
  width: 100%;
  min-width: 320px;
  padding: 0px;
  margin: 0px;
  position: relative;
}

html.scroll-locked {
  overflow: hidden;
}

html.scroll-locked body {
  overflow: hidden;
}

body {
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 1.1;
  color: #000;
  min-width: 320px;
  position: relative;
  font-family: 'Roboto', Arial, sans-serif;
}

.body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100%;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.body__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  z-index: 0;
  font-size: 24px;
  overflow: hidden;
}

.body .footer,
.body .header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgb(0 0 0 / 92%);
}

.global-overlay {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  display: none;
  background-color: rgba(0,0,0,0.5);
}

p,
ul,
ol,
table {
  margin: 0px;
  padding: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #000;
  font-weight: 300;
}

ol,
ul {
  margin-left: 20px;
}

li {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

a {
  text-decoration: none;
  display: inline;
  color: #FFF;
}

a:hover,
a:focus {
  color: #bdbdbd;
  text-decoration: none;
}

.a {
  border: 0;
  color: inherit;
  text-decoration: none;
}

.a:hover,
.a:focus {
  color: inherit;
  text-decoration: none;
  border: none;
}

.a:hover,
.a:focus {
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
  color: #000;
  line-height: 1.1em;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  font-weight: 400;
}

h1,
.title {
  font-size: 24px;
  margin-top: 0.75em;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4,
h5,
h6 {
  font-size: 16px;
}

.rouble {
  font-family: 'PT Rouble Sans', sans-serif;
}

.hidden {
  display: none !important;
}

.img {
  display: block;
  max-width: 100%;
  width: auto !important;
}

.table {
  overflow: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.table>table {
  width: 100%;
  margin: 0;
}

.table__active {
  background-color: #ddd;
}

table {
  border-collapse: collapse;
}

.touchevents .link,
.touchevents .overlay {
  cursor: pointer !important;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

.page-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

input,
button {
  text-align: left;
}

form {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

form input {
  width: 100%;
  margin-bottom: 1em;
}

form button {
  margin-top: 1em;
}

form small {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 0.5em;
  font-weight: 300;
}

form input[type=checkbox] {
  width: auto;
}

.breadcrumbs {
  position: relative;
  z-index: 100;
  margin-top: 40px;
}

.breadcrumbs__items {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.breadcrumbs__item {
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.357142857142857em;
  display: inline-block;
  color: #c4c4c4;
  margin-right: 3px;
}

.breadcrumbs__link {
  border: 0px;
  margin-right: 3px;
}

.breadcrumbs__link-current {
  color: #000;
}

.error-page {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  color: #000;
}

.error-page img {
  max-width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.error-page-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  white-space: nowrap;
  text-align: center;
  height: 100%;
  min-width: 320px;
}

.error-page-wrapper::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.loading {
  display: none;
  position: fixed;
  background-image: url("/assets/images/loader.svg");
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  z-index: 99999;
}

.modal {
  width: 100%;
  max-width: 600px;
  display: inline-block;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  cursor: default;
  vertical-align: middle;
  white-space: normal;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

.modal__close {
  z-index: 100;
  width: 28px;
  height: 28px;
  position: relative;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.modal__close::before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  border-radius: 0;
  width: 40px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 50%;
  left: 50%;
  background-color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close::after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  border-radius: 0;
  width: 40px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 50%;
  left: 50%;
  background-color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.form__title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.form__row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form__row input:not([type]),
.form__row input[type="email"],
.form__row input[type="number"],
.form__row input[type="password"],
.form__row input[type="tel"],
.form__row input[type="url"],
.form__row input[type="text"],
.form__row textarea,
.form__row select {
  width: 100%;
}

.form__container {
  padding: 20px;
}

.form__bottom {
  padding-top: 10px;
}

.form__input-title {
  margin-bottom: 5px;
}

.form__input-title.required::before {
  content: '*';
  display: inline;
  color: #f00;
  margin-right: 3px;
}

.form__input-error {
  border-color: #f00;
}

.form__photo {
  width: 70px;
  display: none;
  margin-right: 10px;
  margin-top: 5px;
}

.form__photo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form__field-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

input:not([type]),
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
textarea,
select {
  padding: 10px 20px;
  display: block;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  color: #000;
  line-height: 1.25em;
  outline: none;
}

input:not([type]):focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="text"]:focus,
textarea:focus,
select:focus {
  border-color: #939393;
}

textarea {
  min-height: 150px;
}

.button {
  display: inline-block;
  cursor: pointer;
  padding: 10px 20px;
  text-decoration: none;
}

.error {
  font-size: 14px;
  color: #f00;
  margin-top: 5px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0,0,0,0.35);
  overflow: auto;
}

.overlay_modal {
  text-align: center;
  white-space: nowrap;
  z-index: 3000;
}

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

.owl-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.owl-arrows__arrow {
  cursor: pointer;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: relative;
  width: 15px;
  height: 30px;
  poisition: absolute;
}

.owl-arrows__arrow::before,
.owl-arrows__arrow::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #000;
}

.owl-arrows__arrow::before {
  height: 21px;
  width: 1px;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  left: 0;
  bottom: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.owl-arrows__arrow::after {
  height: 21px;
  width: 1px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.owl-arrows__arrow_next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.owl-arrows__arrow.disabled {
  opacity: 0.5;
  cursor: default;
}

.pagination {
  margin-top: 30px;
  margin-bottom: 30px;
  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;
}

.pagination__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__input {
  display: inline-block;
  vertical-align: baseline;
  width: 40px;
  margin-right: 10px;
}

.pagination__input input {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.pagination__arrow {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: relative;
  width: 18px;
  height: 26px;
  cursor: pointer;
}

.pagination__arrow::before,
.pagination__arrow::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #000;
}

.pagination__arrow::before {
  height: 11px;
  width: 1px;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  left: 5px;
  bottom: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagination__arrow::after {
  height: 11px;
  width: 1px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  left: 5px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination__arrow_prev {
  margin-right: 10px;
}

.pagination__arrow_next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 10px;
}

.pagination__arrow_disabled {
  opacity: 0.5;
  cursor: default;
}

.pagination__pages {
  white-space: nowrap;
}

.header {
  display: block;
}

.header__slogan {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__slogan ul {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__slogan ul li {
  list-style-type: none;
  marign: 0;
  font-weight: 700;
  font-size: 14px;
}

.header__slogan ul li:not(:last-child) {
  margin-right: 30px;
}

.header__info {
  font-size: 20px;
}

.header__info .mail {
  position: absolute;
  right: 20%;
  top: 73px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__info .phone {
  position: absolute;
  left: 20%;
  top: 73px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header .header-top {
  height: 150px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__logo img {
  max-width: 300px;
}

.max-width.header-logo-mg {
    padding-top: 50px;
    padding-bottom: 20%;
}

.header-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px;
  background-color: #3E3E3E;
  margin-left: -10px;
  margin-right: -10px;
}

.header-bar .burger {
  width: 28px;
  padding: 0 0;
}

.header-bar .burger-bar {
  background-color: #fff;
  height: 3px;
  margin-bottom: 4px;
}

.header-bar .burger-bar:last-child {
  margin-bottom: 0;
}

.header .max-width {
  /* display: none; */
  position: relative;
}

.header .max-width.visible {
  display: block;
}

.mobile-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 53px;
  background: #373737;
  margin: 0px;
  padding: 0px;
  z-index: 2002;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-toolbar__item {
  margin: 0px 25px;
  padding: 0px;
}

.mobile-toolbar__item:first-child {
  margin-left: 15px;
}

.mobile-toolbar__item:last-child {
  margin-right: 15px;
}

.mobile-toolbar__link {
  cursor: pointer;
  display: block;
  margin: 0px;
  padding: 0px;
}

.mobile-menu {
  margin: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 53px;
  z-index: 2000;
  display: none;
  overflow-y: scroll;
  background-color: #fff;
}

.mobile-menu__list {
  margin: 0px;
  padding: 0px;
}

.mobile-menu__item {
  color: #000;
  padding: 0px;
  margin: 0px;
}

.mobile-menu__item >.link {
  display: block;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
}

.mobile-menu__item_active:not(.mobile-menu__item_header) >.link >span {
  position: relative;
  display: inline-block;
}

.mobile-menu__item_header {
  font-size: 125%;
}

.mobile-menu__item_header >.link {
  margin-bottom: 5px;
}

.mobile-menu__submenu {
  display: none;
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
  position: relative;
  z-index: 0;
}

.mobile-menu__close {
  cursor: pointer;
  right: 15px;
  top: 15px;
  width: 28px;
  height: 28px;
  position: relative;
  position: fixed;
}

.mobile-menu__close::before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  border-radius: 0;
  width: 40px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 50%;
  left: 50%;
  background-color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu__close::after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  border-radius: 0;
  width: 40px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 50%;
  left: 50%;
  background-color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu ul {
  list-style: none;
}

.first {
  min-height: 100vh;
  height: auto;
  /* padding-top: 100px; */
  padding-bottom: 100px;
  background-image: url("/assets/images/first.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
}

.first:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: 0;
}

.first .title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}

.first .sub-title {
  font-size: 22px;
  margin-bottom: 4em;
  font-weight: 300;
}

.first .max-width {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
}

.first .arrow-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  background-color: transparent;
  border: none;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-animation: bounce 1s infinite ease;
  animation: bounce 1s infinite ease;
}

.first .arrow-down:hover {
  opacity: 0.6;
}

.first .arrow-down .arrow {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: relative;
  width: 40px;
  height: 20px;
}

.first .arrow-down .arrow::before,
.first .arrow-down .arrow::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
}

.first .arrow-down .arrow::before {
  width: 28px;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  top: 0;
  height: 2px;
  right: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.first .arrow-down .arrow::after {
  width: 28px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  top: 0;
  height: 2px;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.categories {
  padding-top: 5em;
  padding-bottom: 3em;
}

.categories.page-block.block-job {
    padding-top: 3em;
}

.categories .col-xs-12.col-md-3 {
  position: relative;
  padding: 20px;
  height: 430px;
  min-width: 300px;
}

.categories .col-xs-12.col-md-3:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
  background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.4));
}

.categories .cat {
  text-align: left;
  padding: 35px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 700;
  background-color: #808080;
  font-size: 24px;
  color: #fff;
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.categories .cat span {
  position: relative;
}

.categories .cat .cat-laser {
  background-image: url("/assets/images/cats/cat (5).jpg");
}

.categories .cat .cat-gibka {
  background-image: url("/assets/images/cats/cat (4).jpg");
}

.categories .cat .cat-tokar {
  background-image: url("/assets/images/cats/cat (6).jpg");
}

.categories .cat .cat-frezer {
  background-image: url("/assets/images/cats/cat (3).jpg");
}

.categories .cat .cat-svarka {
  background-image: url("/assets/images/cats/welding.jpg");
}

.categories .cat .cat-slesar {
  background-image: url("/assets/images/cats/cat (2).jpg");
}

.categories .cat .cat-paint {
  background-image: url("/assets/images/cats/painting.jpg");
}

.categories .cat .cat-constructor {
  background-image: url("/assets/images/cats/cat (1).jpg");
}

.block-job-item {
    max-width: 300px;
    /* max-height: 400px; */
    padding: 20px;
}

.block-job-item img {
    width: 100%;
}

.advantages .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.advantages .item__title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 1em;
  margin-top: 0.6em;
}

.advantages .item__text {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 300;
  margin-bottom: 4em;
}

.advantages .item__icon {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantages .item__icon img {
  width: 100%;
  height: auto;
}

.title-block {
  position: relative;
  font-size: 38px;
  font-weight: 700;
  margin-top: 5em;
  margin-bottom: 1em;
}

.title-block.title-job {
    margin-top: 2em;
    margin-bottom: 0;
}

.title-block:before,
.title-block:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 140px;
  height: 1px;
  background-color: #000;
}

.title-block:before {
  top: -50px;
}

.title-block:after {
  bottom: -50px;
}

.title-block.title-job:before, .title-block.title-job:after {content: '';width: 0;}

.slider {
  position: relative;
  padding-top: 5em;
  padding-bottom: 8em;
}

.slider:before {
  content: '';
  position: absolute;
  top: -220px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.05);
}

.slider .max-width {
  position: relative;
}

.slider .list {
  position: relative;
  height: 550px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.slider .list .img-wrapper {
  margin-right: 100px;
  height: 550px;
  width: 100%;
  position: relative;
}

.slider .list .img-wrapper img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider .list .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -60px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider .list .owl-dots .owl-dot {
  height: 8px;
  width: 8px;
  background-color: #000;
  opacity: 0.6;
  margin: 10px;
  border-radius: 50%;
}

.slider .list .owl-dots .owl-dot.active {
  opacity: 1;
}

.slider .owl-arrows {
  position: absolute;
  top: 50%;
  left: -5%;
  width: 110%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.low {
  color: #fff;
  background-image: url("/assets/images/low.jpg");
  padding-top: 7em;
  padding-bottom: 7em;
  position: relative;
}

.low .max-width {
  z-index: 2;
}

.low:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 0;
}

.low__title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 2em;
}

.low .item__text {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2em;
}

.low .item .icon {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}

.low .item svg {
  fill: #fff;
}

.surguch {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  padding-top: 5em;
  padding-bottom: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.surguch__wrapper {
  background-color: #686b6a;
  padding: 60px;
  position: relative;
  max-width: 880px;
  min-height: 270px;
}

.surguch__wrapper .icon {
  position: absolute;
  top: 100%;
  left: 100%;
  -webkit-transform: translate(-65%, -65%);
  -ms-transform: translate(-65%, -65%);
  transform: translate(-65%, -65%);
  width: 200px;
  height: 200px;
}

.surguch__wrapper .icon img {
  height: 100%;
  width: 100%;
}

.ask-form {
  padding-bottom: 5em;
}

.ask-form__title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 1em;
}

.ask-form__sub-title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 1em;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 750px;
  text-align: left;
}

.contacts >* {
  width: 50%;
}

.contacts__title {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1em;
}

.contacts__adress {
  font-size: 18px;
  margin-top: 1em;
  text-align: left;
}

.contacts__text {
  color: #fff;
  background-color: #292929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4em;
}

.contacts__text a {
  color: #fff;
}

.delimeter {
  margin-top: 3em;
  margin-bottom: 3em;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), color-stop(39%, rgba(0,0,0,0)), color-stop(48%, rgba(0,0,0,0.8)), color-stop(53%, rgba(0,0,0,0.8)), color-stop(62%, rgba(0,0,0,0)), to(rgba(0,0,0,0)));
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 39%, rgba(0,0,0,0.8) 48%, rgba(0,0,0,0.8) 53%, rgba(0,0,0,0) 62%, rgba(0,0,0,0) 100%);
}

.request-form {
  padding-top: 4em;
  padding-bottom: 5em;
  background-image: url("/assets/images/form.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
}

.request-form >* {
  z-index: 1;
  position: relative;
}

.request-form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(41,34,28,0.7);
  z-index: 0;
}

.request-form input,
.request-form textarea {
  border-radius: 8px;
}

.request-form__title {
  font-size: 42px;
  margin-bottom: 1em;
  font-weight: 700;
}

.request-form__sub-title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0.6em;
}

.request-form .yellow-btn {
  border-radius: 8px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.request-form .construct {
  margin-top: 1em;
}

.request-form .cats {
  margin-bottom: 1em;
}

.request-form .cats span {
  font-weight: 300;
  font-size: 0.8em;
}

.request-form .cats .input-title {
  margin-bottom: 0.2em;
}

.request-form .cats input {
  margin-bottom: 0.2em;
}

.request-form textarea {
  width: 100%;
}

.request-form .file-inputs .file-inputs-title {
  margin-bottom: 0.5em;
}

.request-form .file-inputs input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  padding: 0;
}

.request-form .file-inputs label {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}

.request-form .file-inputs label:hover,
.request-form .file-inputs label:focus {
  color: #f5e727;
}

.request-form .file-inputs label.has-file {
  color: #f5e727;
}

.request-form .file-inputs label .file-label__text {
  font-weight: 400;
  font-size: 16px;
  margin-right: auto;
  margin-left: 5px;
  color: #fff;
}

.form-response {
  text-align: center;
}

.yellow-btn.add-file-input {
  padding: 10px;
  margin-top: 0;
  border-radius: 4px;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-bottom: 2em;
}

.yellow-btn.add-file-input:before {
  display: none;
}

@-webkit-keyframes bounce {
  0% {
    bottom: 50px;
  }

  50% {
    bottom: 45px;
  }

  100% {
    bottom: 50px;
  }
}

@keyframes bounce {
  0% {
    bottom: 50px;
  }

  50% {
    bottom: 45px;
  }

  100% {
    bottom: 50px;
  }
}

.yellow-btn {
  font-size: 16px;
  font-weight: 700;
  height: 60px;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: 30px;
  background-color: #f5e727;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.yellow-btn:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.8)), to(rgba(255,255,255,0)));
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
  opacity: 0.6;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-animation: shine 3s infinite ease-in-out;
  animation: shine 3s infinite ease-in-out;
}

.yellow-btn:hover {
  background-color: #fff;
  color: #2971f5;
}

@-webkit-keyframes shine {
  0% {
    left: -10%;
  }

  20% {
    left: 100%;
  }

  100% {
    left: 200%;
  }
}

@keyframes shine {
  0% {
    left: -10%;
  }

  20% {
    left: 100%;
  }

  100% {
    left: 200%;
  }
}

@media only screen and (min-width: 640px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-sm-1 {
    width: 8.333333333333334%;
  }

  .offset-sm-1 {
    margin-left: 8.333333333333334%;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .col-sm-2 {
    width: 16.666666666666668%;
  }

  .offset-sm-2 {
    margin-left: 16.666666666666668%;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .col-sm-3 {
    width: 25%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .col-sm-4 {
    width: 33.333333333333336%;
  }

  .offset-sm-4 {
    margin-left: 33.333333333333336%;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .col-sm-5 {
    width: 41.66666666666667%;
  }

  .offset-sm-5 {
    margin-left: 41.66666666666667%;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .col-sm-6 {
    width: 50%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .col-sm-7 {
    width: 58.333333333333336%;
  }

  .offset-sm-7 {
    margin-left: 58.333333333333336%;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .col-sm-8 {
    width: 66.66666666666667%;
  }

  .offset-sm-8 {
    margin-left: 66.66666666666667%;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .col-sm-9 {
    width: 75%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .col-sm-10 {
    width: 83.33333333333334%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333333334%;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .col-sm-11 {
    width: 91.66666666666667%;
  }

  .offset-sm-11 {
    margin-left: 91.66666666666667%;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .col-sm-12 {
    width: 100%;
  }

  .offset-sm-12 {
    margin-left: 100%;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .col-sm-2_4 {
    width: 20%;
  }

  .col-sm {
    width: auto;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-ml-1,
  .col-ml-2,
  .col-ml-3,
  .col-ml-4,
  .col-ml-5,
  .col-ml-6,
  .col-ml-7,
  .col-ml-8,
  .col-ml-9,
  .col-ml-10,
  .col-ml-11,
  .col-ml-12,
  .col-ml {
    padding-left: 15px;
    padding-right: 15px;
  }

  body {
    font-size: 16px;
  }

  h1,
  .title {
    margin-top: 0.3em;
    font-size: 36px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4,
  h5,
  h6 {
    font-size: 18px;
  }

  .modal_wide {
    max-width: 1160px;
  }

  .pagination {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pagination__main {
    margin-right: 35px;
  }

  .pagination__arrow_prev {
    margin-right: 15px;
  }

  .pagination__arrow_next {
    margin-left: 15px;
  }

  .header-bar {
    display: none;
  }

  .header .max-width {
    display: block;
  }

  .mobile-toolbar {
    display: none;
  }

  .mobile-menu {
    bottom: 0px;
    padding: 30px;
  }
}

@media only screen and (min-width: 960px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-md-1 {
    width: 8.333333333333334%;
  }

  .offset-md-1 {
    margin-left: 8.333333333333334%;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .col-md-2 {
    width: 16.666666666666668%;
  }

  .offset-md-2 {
    margin-left: 16.666666666666668%;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .col-md-3 {
    width: 25%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .col-md-4 {
    width: 33.333333333333336%;
  }

  .offset-md-4 {
    margin-left: 33.333333333333336%;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .col-md-5 {
    width: 41.66666666666667%;
  }

  .offset-md-5 {
    margin-left: 41.66666666666667%;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .col-md-6 {
    width: 50%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .col-md-7 {
    width: 58.333333333333336%;
  }

  .offset-md-7 {
    margin-left: 58.333333333333336%;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .col-md-8 {
    width: 66.66666666666667%;
  }

  .offset-md-8 {
    margin-left: 66.66666666666667%;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .col-md-9 {
    width: 75%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .col-md-10 {
    width: 83.33333333333334%;
  }

  .offset-md-10 {
    margin-left: 83.33333333333334%;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .col-md-11 {
    width: 91.66666666666667%;
  }

  .offset-md-11 {
    margin-left: 91.66666666666667%;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .col-md-12 {
    width: 100%;
  }

  .offset-md-12 {
    margin-left: 100%;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .col-md-2_4 {
    width: 20%;
  }

  .col-md {
    width: auto;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-ml-1,
  .col-ml-2,
  .col-ml-3,
  .col-ml-4,
  .col-ml-5,
  .col-ml-6,
  .col-ml-7,
  .col-ml-8,
  .col-ml-9,
  .col-ml-10,
  .col-ml-11,
  .col-ml-12,
  .col-ml {
    padding-left: 20px;
    padding-right: 20px;
  }

  li {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  h1,
  .title {
    margin-top: 0.2em;
    font-size: 48px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4,
  h5,
  h6 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1280px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .row {
    margin-left: -25px;
    margin-right: -25px;
  }

  .col {
    padding-left: 25px;
    padding-right: 25px;
  }

  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs {
    padding-left: 25px;
    padding-right: 25px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm {
    padding-left: 25px;
    padding-right: 25px;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md {
    padding-left: 25px;
    padding-right: 25px;
  }

  .col-lg-1 {
    width: 8.333333333333334%;
  }

  .offset-lg-1 {
    margin-left: 8.333333333333334%;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .col-lg-2 {
    width: 16.666666666666668%;
  }

  .offset-lg-2 {
    margin-left: 16.666666666666668%;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .col-lg-3 {
    width: 25%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .col-lg-4 {
    width: 33.333333333333336%;
  }

  .offset-lg-4 {
    margin-left: 33.333333333333336%;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .col-lg-5 {
    width: 41.66666666666667%;
  }

  .offset-lg-5 {
    margin-left: 41.66666666666667%;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .col-lg-6 {
    width: 50%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .col-lg-7 {
    width: 58.333333333333336%;
  }

  .offset-lg-7 {
    margin-left: 58.333333333333336%;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .col-lg-8 {
    width: 66.66666666666667%;
  }

  .offset-lg-8 {
    margin-left: 66.66666666666667%;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .col-lg-9 {
    width: 75%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .col-lg-10 {
    width: 83.33333333333334%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333333334%;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .col-lg-11 {
    width: 91.66666666666667%;
  }

  .offset-lg-11 {
    margin-left: 91.66666666666667%;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .col-lg-12 {
    width: 100%;
  }

  .offset-lg-12 {
    margin-left: 100%;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .col-lg-2_4 {
    width: 20%;
  }

  .col-lg {
    width: auto;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg {
    padding-left: 25px;
    padding-right: 25px;
  }

  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-left: 25px;
    padding-right: 25px;
  }

  .col-ml-1,
  .col-ml-2,
  .col-ml-3,
  .col-ml-4,
  .col-ml-5,
  .col-ml-6,
  .col-ml-7,
  .col-ml-8,
  .col-ml-9,
  .col-ml-10,
  .col-ml-11,
  .col-ml-12,
  .col-ml {
    padding-left: 25px;
    padding-right: 25px;
  }

  .table {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .owl-arrows__arrow {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: relative;
    width: 15px;
    height: 30px;
  }

  .owl-arrows__arrow::before,
  .owl-arrows__arrow::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #000;
  }

  .owl-arrows__arrow::before {
    height: 21px;
    width: 1px;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    left: 0;
    bottom: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .owl-arrows__arrow::after {
    height: 21px;
    width: 1px;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    left: 0;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media only screen and (min-width: 1600px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .row {
    margin-left: -30px;
    margin-right: -30px;
  }

  .col {
    padding-left: 30px;
    padding-right: 30px;
  }

  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs {
    padding-left: 30px;
    padding-right: 30px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm {
    padding-left: 30px;
    padding-right: 30px;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md {
    padding-left: 30px;
    padding-right: 30px;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg {
    padding-left: 30px;
    padding-right: 30px;
  }

  .col-xl-1 {
    width: 8.333333333333334%;
  }

  .offset-xl-1 {
    margin-left: 8.333333333333334%;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .col-xl-2 {
    width: 16.666666666666668%;
  }

  .offset-xl-2 {
    margin-left: 16.666666666666668%;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .col-xl-3 {
    width: 25%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .col-xl-4 {
    width: 33.333333333333336%;
  }

  .offset-xl-4 {
    margin-left: 33.333333333333336%;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .col-xl-5 {
    width: 41.66666666666667%;
  }

  .offset-xl-5 {
    margin-left: 41.66666666666667%;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .col-xl-6 {
    width: 50%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .col-xl-7 {
    width: 58.333333333333336%;
  }

  .offset-xl-7 {
    margin-left: 58.333333333333336%;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .col-xl-8 {
    width: 66.66666666666667%;
  }

  .offset-xl-8 {
    margin-left: 66.66666666666667%;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .col-xl-9 {
    width: 75%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .col-xl-10 {
    width: 83.33333333333334%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333333334%;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .col-xl-11 {
    width: 91.66666666666667%;
  }

  .offset-xl-11 {
    margin-left: 91.66666666666667%;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .col-xl-12 {
    width: 100%;
  }

  .offset-xl-12 {
    margin-left: 100%;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .col-xl-2_4 {
    width: 20%;
  }

  .col-xl {
    width: auto;
  }

  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-left: 30px;
    padding-right: 30px;
  }

  .col-ml-1,
  .col-ml-2,
  .col-ml-3,
  .col-ml-4,
  .col-ml-5,
  .col-ml-6,
  .col-ml-7,
  .col-ml-8,
  .col-ml-9,
  .col-ml-10,
  .col-ml-11,
  .col-ml-12,
  .col-ml {
    padding-left: 30px;
    padding-right: 30px;
  }

  body {
    font-size: 18px;
  }

  p,
  ul,
  ol,
  table {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }

  h1,
  .title {
    font-size: 64px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4,
  h5,
  h6 {
    font-size: 24px;
  }

  .table {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .breadcrumbs__item {
    font-size: 16px;
    line-height: 1.375em;
  }
}

@media only screen and (min-width: 1920px) {
  .v-ml {
    display: block !important;
  }

  .v-ml-inline {
    display: inline !important;
  }

  .v-ml-inline-block {
    display: inline-block !important;
  }

  .v-ml-tablecell {
    display: table-cell !important;
  }

  .v-ml-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  table.v-ml {
    display: table !important;
  }

  tr.v-ml {
    display: table-row !important;
  }

  th.v-ml,
  td.v-ml {
    display: table-cell !important;
  }

  .h-ml {
    display: none !important;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .row {
    margin-left: -40px;
    margin-right: -40px;
  }

  .col {
    padding-left: 40px;
    padding-right: 40px;
  }

  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs {
    padding-left: 40px;
    padding-right: 40px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm {
    padding-left: 40px;
    padding-right: 40px;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md {
    padding-left: 40px;
    padding-right: 40px;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-left: 40px;
    padding-right: 40px;
  }

  .col-ml-1 {
    width: 8.333333333333334%;
  }

  .offset-ml-1 {
    margin-left: 8.333333333333334%;
  }

  .order-ml-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .col-ml-2 {
    width: 16.666666666666668%;
  }

  .offset-ml-2 {
    margin-left: 16.666666666666668%;
  }

  .order-ml-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .col-ml-3 {
    width: 25%;
  }

  .offset-ml-3 {
    margin-left: 25%;
  }

  .order-ml-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .col-ml-4 {
    width: 33.333333333333336%;
  }

  .offset-ml-4 {
    margin-left: 33.333333333333336%;
  }

  .order-ml-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .col-ml-5 {
    width: 41.66666666666667%;
  }

  .offset-ml-5 {
    margin-left: 41.66666666666667%;
  }

  .order-ml-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .col-ml-6 {
    width: 50%;
  }

  .offset-ml-6 {
    margin-left: 50%;
  }

  .order-ml-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .col-ml-7 {
    width: 58.333333333333336%;
  }

  .offset-ml-7 {
    margin-left: 58.333333333333336%;
  }

  .order-ml-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .col-ml-8 {
    width: 66.66666666666667%;
  }

  .offset-ml-8 {
    margin-left: 66.66666666666667%;
  }

  .order-ml-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .col-ml-9 {
    width: 75%;
  }

  .offset-ml-9 {
    margin-left: 75%;
  }

  .order-ml-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .col-ml-10 {
    width: 83.33333333333334%;
  }

  .offset-ml-10 {
    margin-left: 83.33333333333334%;
  }

  .order-ml-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .col-ml-11 {
    width: 91.66666666666667%;
  }

  .offset-ml-11 {
    margin-left: 91.66666666666667%;
  }

  .order-ml-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .col-ml-12 {
    width: 100%;
  }

  .offset-ml-12 {
    margin-left: 100%;
  }

  .order-ml-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .col-ml-2_4 {
    width: 20%;
  }

  .col-ml {
    width: auto;
  }

  .col-ml-1,
  .col-ml-2,
  .col-ml-3,
  .col-ml-4,
  .col-ml-5,
  .col-ml-6,
  .col-ml-7,
  .col-ml-8,
  .col-ml-9,
  .col-ml-10,
  .col-ml-11,
  .col-ml-12,
  .col-ml {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1599px) {
  .body__content {
    font-size: 22px;
  }

  .first .sub-title {
    font-size: 20px;
  }

  .categories .cat {
    font-size: 22px;
  }

  .advantages .item__title {
    font-size: 28px;
  }

  .advantages .item__text {
    font-size: 14px;
  }

  .title-block {
    font-size: 30px;
  }

  .low__title {
    font-size: 48px;
  }

  .low .item__text {
    font-size: 18px;
  }

  .surguch {
    font-size: 28px;
    line-height: 45px;
  }

  .ask-form__title {
    font-size: 48px;
  }

  .ask-form__sub-title {
    font-size: 22px;
  }

  .contacts__title {
    font-size: 42px;
  }

  .contacts__adress {
    font-size: 16px;
  }

  .request-form__title {
    font-size: 38px;
  }

  .request-form__sub-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 959px) {
  .body__content {
    font-size: 20px;
  }

  .max-width {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .max-width.header-logo-mg {
    padding-top: 30px;
  }

  form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header__slogan ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__slogan ul li:not(:last-child) {
    margin-right: 0;
  }

  .header__info .mail {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-bottom: 1em;
  }

  .header__info .phone {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-bottom: 1em;
  }

  .header .header-top {
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  
  .header__info {
    padding-top: 15px;
  }

  .header__logo {
    width: 100%;
  }

  .header__logo img {
    width: 100%;
  }

  .first .title {
    font-size: 30px;
  }

  .first .sub-title {
    font-size: 14px;
  }

  .categories .cat {
    font-size: 20px;
  }

  .advantages .item__title {
    font-size: 24px;
  }

  .advantages .item__text {
    font-size: 12px;
  }

  .title-block {
    font-size: 26px;
  }

  .slider .max-width {
    max-width: 100%;
  }

  .slider .list {
    height: 220px;
  }

  .slider .list .img-wrapper {
    height: 220px;
  }

  .low {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .low__title {
    font-size: 30px;
  }

  .low .item__text {
    font-size: 16px;
  }

  .surguch {
    font-size: 24px;
    line-height: 40px;
  }

  .surguch__wrapper {
    padding: 40px 15px;
  }

  .ask-form__title {
    font-size: 30px;
  }

  .ask-form__sub-title {
    font-size: 20px;
  }

  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts >* {
    width: 100%;
  }

  .contacts__title {
    font-size: 36px;
  }

  .contacts__adress {
    font-size: 14px;
  }

  .contacts__text {
    padding: 50px 10px;
  }

  .contacts #map {
    height: 100%;
  }

  .request-form__title {
    font-size: 30px;
  }

  .request-form__sub-title {
    font-size: 16px;
  }

  .yellow-btn {
    padding: 0 30px;
  }
}

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

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

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

@media only screen and (max-width: 639px) {
  .v-xs {
    display: block !important;
  }

  .v-xs-inline {
    display: inline !important;
  }

  .v-xs-inline-block {
    display: inline-block !important;
  }

  .v-xs-tablecell {
    display: table-cell !important;
  }

  .v-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  table.v-xs {
    display: table !important;
  }

  tr.v-xs {
    display: table-row !important;
  }

  th.v-xs,
  td.v-xs {
    display: table-cell !important;
  }

  .h-xs {
    display: none !important;
  }
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
  .v-sm {
    display: block !important;
  }

  .v-sm-inline {
    display: inline !important;
  }

  .v-sm-inline-block {
    display: inline-block !important;
  }

  .v-sm-tablecell {
    display: table-cell !important;
  }

  .v-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  table.v-sm {
    display: table !important;
  }

  tr.v-sm {
    display: table-row !important;
  }

  th.v-sm,
  td.v-sm {
    display: table-cell !important;
  }

  .h-sm {
    display: none !important;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .v-md {
    display: block !important;
  }

  .v-md-inline {
    display: inline !important;
  }

  .v-md-inline-block {
    display: inline-block !important;
  }

  .v-md-tablecell {
    display: table-cell !important;
  }

  .v-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  table.v-md {
    display: table !important;
  }

  tr.v-md {
    display: table-row !important;
  }

  th.v-md,
  td.v-md {
    display: table-cell !important;
  }

  .h-md {
    display: none !important;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  .v-lg {
    display: block !important;
  }

  .v-lg-inline {
    display: inline !important;
  }

  .v-lg-inline-block {
    display: inline-block !important;
  }

  .v-lg-tablecell {
    display: table-cell !important;
  }

  .v-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  table.v-lg {
    display: table !important;
  }

  tr.v-lg {
    display: table-row !important;
  }

  th.v-lg,
  td.v-lg {
    display: table-cell !important;
  }

  .h-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .v-xl {
    display: block !important;
  }

  .v-xl-inline {
    display: inline !important;
  }

  .v-xl-inline-block {
    display: inline-block !important;
  }

  .v-xl-tablecell {
    display: table-cell !important;
  }

  .v-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  table.v-xl {
    display: table !important;
  }

  tr.v-xl {
    display: table-row !important;
  }

  th.v-xl,
  td.v-xl {
    display: table-cell !important;
  }

  .h-xl {
    display: none !important;
  }
}