/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Libraries, which is used in current project. */
/* Libraries, which is used in current project. */
/* Some styles, which is used for correct sprite-generation, vars, mixins and etc */
/* Please, do not edit with file! */
/* This file can be overwritten by update-project! */
/* Mixins, which are specific for current project */
/* Mixins and vars for sprite generation */
/* Scss for used fonts */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

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

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBold.eot");
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}


/* Vars, which are specific for current project */
/* Styles for UI-elements */
/* Common styles for current project */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: none;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  line-height: 1.25;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #666666;
  text-rendering: optimizeLegibility;
}

.page-wrapper {
  position: relative;
  min-height: 100%;
}

.empty {
  height: 12.25rem;
}

@media screen and (min-width: 1200px) {
  .empty {
    height: 5rem;
  }
}

.scroll_off {
  height: 100%;
  overflow: hidden;
}

.container {
  max-width: 63.125rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

@media screen and (min-width: 700px) {
  .row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -0.9375rem;
  }
}

@media screen and (min-width: 700px) {
  .col {
    padding: 0 0.9375rem;
  }
}

@media screen and (min-width: 700px) {
  .col_12_6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}

/* Plugins, which is used in current project. */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

.slick-list:focus {
  outline: none;
}

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

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

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

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

.slick-track:after {
  clear: both;
}

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

body.compensate-for-scrollbar {
  overflow: hidden;
  width: auto;
}

.fancybox-active {
  height: auto;
}

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

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

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

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

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

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(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: .9;
  -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,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

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

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

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

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

.fancybox-button:focus {
  outline: none;
}

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

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

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

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

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

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

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

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

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

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

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

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

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

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

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

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

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

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

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

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

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

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

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

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

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

/* 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 {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

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

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

/* 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 {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -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 .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

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

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -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);
  z-index: 99991;
}

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* Components, which is used in current project. */
.icon {
  display: inline-block;
  vertical-align: top;
  height: auto;
  fill: currentColor;
}

.icon_logo {
  width: 6.25rem;
}

.icon_arrow_left {
  width: 15rem;
}

.icon_arrow_right {
  width: 15rem;
}

.icon_facebook {
  width: 32rem;
}

.icon_vkontakte {
  width: 32rem;
}

.icon_instagram {
  width: 32rem;
}

.img {
  display: block;
  width: auto;
  height: auto;
}

.img_left, .img_right {
  width: 100%;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 700px) {
  .img_left, .img_right {
    width: auto;
  }
}

@media screen and (min-width: 700px) {
  .img_left {
    float: left;
    margin: 0 1.25rem 0 0;
  }
}

@media screen and (min-width: 700px) {
  .img_right {
    float: right;
    margin: 0 0 0 1.25rem;
  }
}

.figure {
  display: block;
  margin: 0;
  position: relative;
}

.figure__img {
  width: 100%;
}

.figure__figcaption {
  display: block;
  padding: 0.9375rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

@media screen and (min-width: 700px) {
  .figure__figcaption {
    padding: 1.5625rem 0.9375rem;
  }
}

.logo {
  display: inline-block;
  vertical-align: top;
  padding: 2.0625rem 0.9375rem 2.0625rem;
  background-color: #cc0107;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  -webkit-box-shadow: 0 0 1.125rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1.125rem 0 rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 700px) {
  .logo {
    width: 10rem;
    padding: 1.9375rem 0 1.875rem;
    font-size: 1.25rem;
  }
}

a.logo {
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  a.logo {
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
  }
}

@media screen and (min-width: 1200px) {
  a.logo:hover {
    color: #002e3f;
  }
}

.nav {
  height: 100%;
  padding-top: 5.375rem;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  background-color: #007fa6;
  -webkit-transition: top 0.25s ease;
  transition: top 0.25s ease;
}

@media screen and (min-width: 1200px) {
  .nav {
    height: auto;
    padding-top: 0.375rem;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    background-color: transparent;
    -webkit-transition: top 0s ease;
    transition: top 0s ease;
  }
}

.nav_active {
  top: 0;
}

@media screen and (min-width: 1200px) {
  .nav_active {
    top: auto;
  }
}

.nav__list {
  margin: 0;
  padding: 0.9375rem 0 0;
  list-style: none;
}

@media screen and (min-width: 1200px) {
  .nav__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .nav__item:hover .nav__link {
    color: #666666;
    background-color: white;
  }
  .nav__item:hover .nav__link:before {
    background-color: #ff0b4d;
  }
}

@media screen and (min-width: 1200px) {
  .nav__item_multiple:hover .nav__sublist-wrapper {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .nav__item_multiple:hover .nav__link:after {
    border-top-color: #666666;
  }
}

@media screen and (min-width: 1200px) {
  .nav__item_multiple .nav__link:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0.625rem;
    left: 50%;
    margin-left: -0.3125rem;
    border: 0.3125rem solid transparent;
    border-top-color: #007fa6;
    -webkit-transition: border-top-color 0.15s ease;
    transition: border-top-color 0.15s ease;
  }
}

.nav__link {
  display: block;
  padding: 0.9375rem;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9375rem;
  text-decoration: none;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .nav__link {
    position: relative;
    padding: 1.75rem 1.875rem 2.125rem;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease;
  }
}

@media screen and (min-width: 1200px) {
  .nav__link:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.1875rem;
    background-color: transparent;
    -webkit-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
  }
}

.nav__sublist-wrapper {
  display: none;
}

@media screen and (min-width: 1200px) {
  .nav__sublist-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
  }
}

@media screen and (min-width: 1200px) {
  .nav__sublist-container {
    margin: 0 auto;
    padding: 0 0.9375rem;
    max-width: 63.125rem;
  }
}

.nav__sublist {
  margin: 0;
  padding: 2.5rem 0;
  list-style: none;
}

@media screen and (min-width: 1200px) {
  .nav__sublist {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -0.9375rem;
  }
}

.nav__subitem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding: 0;
}

.nav__sublink {
  display: block;
  padding: 0.625rem 0.9375rem;
  color: #666666;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .nav__sublink {
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
  }
}

@media screen and (min-width: 1200px) {
  .nav__sublink:hover {
    color: #007fa6;
    text-decoration: underline;
  }
}

.title {
  margin: 0;
}

.title_custom {
  font-weight: 300;
}

.title_large {
  font-size: 2rem;
}

@media screen and (min-width: 1200px) {
  .title_large {
    font-size: 2.5rem;
  }
}

.title_middle {
  font-size: 2rem;
}

.title_small {
  font-size: 1.625rem;
}

.title_border_bottom {
  padding-bottom: 2.1875rem;
  position: relative;
}

.title_border_bottom:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16rem;
  height: 0.3125rem;
  background-color: #ff0b4d;
  border-radius: 0.1875rem;
}

.title + .title {
  margin-top: 0.9375rem;
}

.title + .text {
  margin-top: 0.9375rem;
}

.title + .list {
  margin-top: 0.9375rem;
}

.title + .row-text {
  margin-top: 0.9375rem;
}

.text {
  margin: 0;
}

.text_border_top, .text_border_bottom {
  position: relative;
  text-align: center;
}

.text_border_top:before, .text_border_top:after, .text_border_bottom:before, .text_border_bottom:after {
  content: " ";
  display: block;
  width: 16rem;
  height: 0.3125rem;
  position: absolute;
  left: 50%;
  margin-left: -8rem;
  background-color: #ff0b4d;
  border-radius: 0.1875rem;
}

.text_border_top {
  padding-top: 2.1875rem;
}

.text_border_top:before {
  top: 0;
}

.text_border_bottom {
  padding-bottom: 2.1875rem;
}

.text_border_bottom:after {
  bottom: 0;
}

.text + .title {
  margin-top: 0.9375rem;
}

.text + .list {
  margin-top: 0.9375rem;
}

.text + .row-text {
  margin-top: 0.9375rem;
}

.row-text:before, .row-text:after {
  content: " ";
  display: table;
  clear: both;
}

.row-text + .title {
  margin-top: 0.9375rem;
}

.row-text + .text {
  margin-top: 0.9375rem;
}

.row-text + .list {
  margin-top: 0.9375rem;
}

.list {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.list_icons {
  list-style: none;
}

.list_icons .list__item {
  padding: 0 0 0 1.875rem;
  font-size: 1.1875rem;
  position: relative;
}

.list_icons .list__item:before {
  content: " ";
  display: block;
  width: 0.75rem;
  height: 0.5625rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
  background-repeat: no-repeat;
  background-image: url("../img/general/icon_check.png");
  background-position: 50% 50%;
  background-size: contain;
}

.list_icons .list__item + .list__item {
  margin-top: 1.25rem;
}

@media screen and (min-width: 700px) {
  .list_icons .list__item + .list__item {
    margin-top: 1.5625rem;
  }
}

.list_icons .list__link {
  color: #666666;
  text-decoration: none;
}

.list_icons .list__link:after {
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.625rem;
  width: 0.9375rem;
  height: 0.625rem;
  background-repeat: no-repeat;
  background-image: url("../img/general/icon_next.png");
  background-position: 50% 50%;
  background-size: contain;
}

.list__item + .list__item {
  margin-top: 0.625rem;
}

.list__link {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 1200px) {
  .list__link:hover {
    text-decoration: underline;
  }
}

.list__sublist {
  margin-top: 0.625rem;
}

.list__subitem + .list__subitem {
  margin-top: 0.625rem;
}

.list + .title {
  margin-top: 0.9375rem;
}

.list + .text {
  margin-top: 0.9375rem;
}

.list + .list {
  margin-top: 0.9375rem;
}

.list + .row-text {
  margin-top: 0.9375rem;
}

.link {
  display: inline;
  color: #0099ff;
}

.button {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0.625rem 2.5rem;
  border: 0.0625rem solid black;
  border-radius: 0.25rem;
  outline: none;
  background-color: transparent;
  color: black;
  font-size: 1rem;
  line-height: 1.25;
  -webkit-transition: 0.15s ease border-color, 0.15s ease background-color, 0.15s ease color;
  transition: 0.15s ease border-color, 0.15s ease background-color, 0.15s ease color;
}

@media screen and (min-width: 1200px) {
  .button:hover {
    background-color: black;
    color: white;
  }
}

.button_blue {
  border-color: #007fa6;
  background-color: #007fa6;
  color: white;
}

@media screen and (min-width: 1200px) {
  .button_blue:hover {
    background-color: transparent;
    color: #007fa6;
  }
}

a.button {
  text-decoration: none;
}

.button-nav {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  width: 2rem;
  height: 2rem;
  position: relative;
}

.button-nav__hamburger {
  display: block;
  width: 100%;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  margin-top: -0.0625rem;
  background-color: white;
}

.button-nav__hamburger:before, .button-nav__hamburger:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}

.button-nav__hamburger:before {
  top: -0.75rem;
}

.button-nav__hamburger:after {
  bottom: -0.75rem;
}

.button-nav_active .button-nav__hamburger {
  background-color: transparent;
}

.button-nav_active .button-nav__hamburger:before, .button-nav_active .button-nav__hamburger:after {
  top: 0;
}

.button-nav_active .button-nav__hamburger:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.button-nav_active .button-nav__hamburger:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.button-arrow {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0.6875rem;
  border: 0.0625rem solid transparent;
  outline: none;
  background-color: transparent;
  font-size: 0;
}

.button-arrow__img {
  display: block;
  width: 1.9375rem;
}

.input {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0.6875rem 0.9375rem;
  border: 0.0625rem solid #666666;
  border-radius: 0.25rem;
  outline: none;
  background-color: transparent;
  color: #666666;
  font-size: 1rem;
  line-height: 1.25;
  -webkit-transition: color 0.15s ease, border-color 0.15s ease;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.input:focus {
  color: #007fa6;
  border-color: #007fa6;
}

.input::-webkit-input-placeholder {
  color: #666666;
}

.input:-ms-input-placeholder {
  color: #666666;
}

.input::-moz-placeholder {
  color: #666666;
}

.input:-moz-placeholder {
  color: #666666;
}

.textarea {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0.6875rem 0.9375rem;
  border: 0.0625rem solid #666666;
  border-radius: 0.25rem;
  outline: none;
  background-color: transparent;
  color: #666666;
  font-size: 1rem;
  line-height: 1.25;
  resize: none;
  -webkit-transition: color 0.15s ease, border-color 0.15s ease;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.textarea:focus {
  color: #007fa6;
  border-color: #007fa6;
}

.textarea::-webkit-input-placeholder {
  color: #666666;
}

.textarea:-ms-input-placeholder {
  color: #666666;
}

.textarea::-moz-placeholder {
  color: #666666;
}

.textarea:-moz-placeholder {
  color: #666666;
}

.label {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1.25;
}

.form-item__label {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1.25;
}

@media screen and (min-width: 1200px) {
  .form-item__label {
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
  }
}

@media screen and (min-width: 1200px) {
  .form-item__label:hover {
    color: #007fa6;
  }
}

.form-item__input {
  display: block;
  width: 100%;
  margin-top: 0.3125rem;
}

.form-item__textarea {
  display: block;
  width: 100%;
  margin-top: 0.3125rem;
}

@media screen and (min-width: 700px) {
  .form__row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -0.9375rem;
  }
}

.form__row + .form__checkbox-item {
  margin-top: 0.9375rem;
}

@media screen and (min-width: 700px) {
  .form__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    padding: 0 0.9375rem;
  }
}

.form__col + .form__col {
  margin-top: 0.9375rem;
}

@media screen and (min-width: 700px) {
  .form__col + .form__col {
    margin-top: 0;
  }
}

.form__form-item + .form__form-item {
  margin-top: 0.9375rem;
}

.form__form-item + .form__checkbox-item {
  margin-top: 0.9375rem;
}

.form__button {
  margin-top: 0.9375rem;
}

.slider {
  overflow: hidden;
  position: relative;
}

.slider__slider-list {
  height: 100%;
}

.slider .slick-list {
  height: 100%;
}

.slider .slick-track {
  height: 100%;
}

.slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.25rem;
}

.slider .slick-dots li {
  margin: 0 0.875rem 0 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

.slider .slick-dots li:last-of-type {
  margin-right: 0;
}

.slider .slick-dots li button {
  margin: 0;
  padding: 0;
  border: 0.0625rem solid white;
  outline: none;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 100%;
  background-color: white;
  cursor: pointer;
}

.slider .slick-dots li.slick-active button {
  border-color: #ff0b4d;
  background-color: #ff0b4d;
}

.slider .arrows__button-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.slider .arrows__button-arrow_left {
  left: 0;
}

@media screen and (min-width: 1200px) {
  .slider .arrows__button-arrow_left {
    left: 4.6875rem;
    margin-left: -1.6875rem;
  }
}

.slider .arrows__button-arrow_right {
  right: 0;
}

@media screen and (min-width: 1200px) {
  .slider .arrows__button-arrow_right {
    right: 4.6875rem;
    margin-right: -1.6875rem;
  }
}

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

.slider-item {
  margin: 0;
  padding: 0;
  outline: none;
  height: 100%;
  padding-top: 5.375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.slider-item_blue:after {
  background: -webkit-linear-gradient(left, #007da9 0%, rgba(0, 125, 169, 0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#007da9), to(rgba(0, 125, 169, 0.5)));
  background: linear-gradient(to right, #007da9 0%, rgba(0, 125, 169, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007da9', endColorstr='#80007da9', GradientType=1);
}

.slider-item_purple:after {
  background: -webkit-linear-gradient(left, #ff0b4d 0%, rgba(255, 11, 77, 0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff0b4d), to(rgba(255, 11, 77, 0.5)));
  background: linear-gradient(to right, #ff0b4d 0%, rgba(255, 11, 77, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0b4d', endColorstr='#80ff0b4d', GradientType=1);
}

.slider-item_yellow:after {
  background: -webkit-linear-gradient(left, #ffae00 0%, rgba(255, 174, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ffae00), to(rgba(255, 174, 0, 0.5)));
  background: linear-gradient(to right, #ffae00 0%, rgba(255, 174, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae00', endColorstr='#80ffae00', GradientType=1);
}

.slider-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.slider-item__container {
  max-width: 63.125rem;
  margin: 0 auto;
  padding: 0 3.4375rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1200px) {
  .slider-item__container {
    padding: 0 0.9375rem;
  }
}

.slider-item__title {
  margin: 0;
  color: white;
  font-size: 1.25rem;
  font-weight: 400;
}

@media screen and (min-width: 700px) {
  .slider-item__title {
    font-size: 1.8125rem;
  }
}

.slider-item:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slick-initialized .slick-slide {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.phone {
  display: inline-block;
  vertical-align: top;
  color: white;
  font-size: 1.1875rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-decoration: none;
}

@media screen and (min-width: 700px) {
  .phone {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 1200px) {
  .phone {
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
  }
}

@media screen and (min-width: 1200px) {
  .phone:hover {
    color: #007fa6;
  }
}

.phone__bold {
  font-weight: 800;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #002e3f;
  z-index: 1;
}

.header:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #002e3f;
  z-index: 1;
}

@media screen and (min-width: 1200px) {
  .header:after {
    content: none;
  }
}

.header__container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
}

@media screen and (min-width: 700px) {
  .header__container {
    padding-left: 0.9375rem;
  }
}

.header__logo {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1200px) {
  .header__logo {
    position: static;
    z-index: 0;
  }
}

.header__phone {
  font-size: 1rem;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 700px) {
  .header__phone {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 1200px) {
  .header__phone {
    position: static;
    z-index: 0;
  }
}

.header__button-nav {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1200px) {
  .header__button-nav {
    display: none;
  }
}

.intro {
  position: relative;
}

.intro__slider {
  height: 100vh;
}

@media screen and (min-width: 700px) {
  .intro__slider {
    height: 39.375rem;
  }
}

.about {
  padding: 3.75rem 0 4.375rem;
  background-repeat: no-repeat;
  background-image: url("../img/general/about.png");
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 700px) {
  .about {
    padding: 6.875rem 0 8.125rem;
  }
}

.about:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.about__title + .about__text {
  margin-top: 1.875rem;
}

.about__text {
  max-width: 43.75rem;
  font-size: 1.125rem;
  position: relative;
}

.card {
  position: relative;
  overflow: hidden;
}

.card_yellow .card__overlay {
  background-color: rgba(255, 174, 0, 0.85);
}

.card_blue .card__overlay {
  background-color: rgba(0, 90, 145, 0.7);
}

.card_green .card__overlay {
  background-color: rgba(0, 96, 115, 0.85);
}

.card_black .card__overlay {
  background-color: rgba(0, 0, 0, 0.55);
}

.card_purple .card__overlay {
  background-color: rgba(255, 11, 77, 0.75);
}

.card__link {
  display: block;
  position: relative;
  padding-top: 56.25%;
  font-size: 0;
  z-index: 1;
}

@media screen and (min-width: 1200px) {
  .card__link:hover ~ .card__img {
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
  }
}

.card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media screen and (min-width: 1200px) {
  .card__img {
    -webkit-transition: 5s linear transform;
    transition: 5s linear transform;
  }
}

.card__overlay {
  padding: 0 0.9375rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card__title {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

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

@media screen and (min-width: 700px) {
  .cards-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 700px) {
  .cards-list__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .cards-list__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
  }
}

@media screen and (min-width: 1200px) {
  .cards-list__card:first-of-type, .cards-list__card:nth-of-type(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .cards-list__card:first-of-type .card__link, .cards-list__card:nth-of-type(2) .card__link {
    padding-top: 56.25%;
  }
}

@media screen and (min-width: 1200px) {
  .cards-list__card:first-of-type .card__title, .cards-list__card:nth-of-type(2) .card__title {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .cards-list__card .card__link {
    padding-top: 78%;
  }
}

.info {
  padding: 3.75rem 0;
  background-color: #f6f6f6;
}

@media screen and (min-width: 700px) {
  .info {
    padding: 7.5rem 0;
  }
}

.info__text {
  font-size: 1.375rem;
}

.promo {
  padding: 3.75rem 0;
  background: #009cca;
  background: -webkit-linear-gradient(top, #009cca 0%, #007fa6 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#009cca), to(#007fa6));
  background: linear-gradient(to bottom, #009cca 0%, #007fa6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009cca', endColorstr='#007fa6', GradientType=0);
}

@media screen and (min-width: 700px) {
  .promo {
    padding: 6.25rem 0;
  }
}

@media screen and (min-width: 700px) {
  .promo .col:first-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.promo .col + .col {
  margin-top: 1.875rem;
}

@media screen and (min-width: 700px) {
  .promo .col + .col {
    margin-top: 0;
  }
}

.promo__list .list__link {
  color: white;
}

.document__link {
  display: block;
  padding: 0.9375rem;
  border: 0.125rem solid #ff0b4d;
}

@media screen and (min-width: 1200px) {
  .document__link {
    -webkit-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
  }
}

@media screen and (min-width: 1200px) {
  .document__link:hover {
    border-color: #007fa6;
  }
}

.document__img {
  width: 100%;
}

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

@media screen and (min-width: 700px) {
  .documents-list__document {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 33.3333333333%;
    padding: 0 0.9375rem;
  }
}

.documents-list__document + .documents-list__document {
  margin-top: 0.9375rem;
}

@media screen and (min-width: 700px) {
  .documents-list__document + .documents-list__document {
    margin-top: 0;
  }
}

.documents {
  padding: 3.75rem 0;
}

@media screen and (min-width: 700px) {
  .documents {
    padding: 6.25rem 0;
  }
}

.documents__title {
  text-align: center;
}

.documents__documents-list {
  margin-top: 3.125rem;
}

@media screen and (min-width: 700px) {
  .documents__documents-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3.125rem -0.9375rem 0;
  }
}

.contact-item {
  display: table;
  position: relative;
  padding-left: 2.1875rem;
}

.contact-item__img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-item__text {
  color: #666666;
  font-size: 1.1875rem;
  line-height: 1.333;
}

a.contact-item {
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  a.contact-item__text {
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
  }
}

@media screen and (min-width: 1200px) {
  a.contact-item:hover .contact-item__text {
    color: #007fa6;
  }
}

.checkbox-item__checkbox {
  display: none;
}

.checkbox-item__checkbox:checked + .checkbox-item__label:before {
  background-color: #666666;
}

.checkbox-item__label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 1.875rem;
}

.checkbox-item__label:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #666666;
  border-radius: 0.25rem;
}

@media screen and (min-width: 1200px) {
  .checkbox-item__label {
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
  }
}

@media screen and (min-width: 1200px) {
  .checkbox-item__label:hover {
    color: #007fa6;
  }
}

.checkbox-item__link {
  color: #007fa6;
}

@media screen and (min-width: 1200px) {
  .checkbox-item__link:hover {
    text-decoration: none;
  }
}

.contact {
  padding: 7.25rem 0 6.25rem;
}

.contact .row {
  margin-top: 2.5rem;
}

@media screen and (min-width: 700px) {
  .contact .row {
    margin-top: 2.1875rem;
  }
}

@media screen and (min-width: 700px) {
  .contact .col:first-of-type {
    padding-top: 0.3125rem;
  }
}

.contact .col + .col {
  margin-top: 1.875rem;
}

@media screen and (min-width: 700px) {
  .contact .col + .col {
    margin-top: 0;
  }
}

.contact .col .contact__title {
  font-size: 1.625rem;
  font-weight: 700;
}

.contact__contact-item + .contact__contact-item {
  margin-top: 1.25rem;
}

.contact__form {
  margin-top: 1.25rem;
}

.contact__form .form-item__textarea {
  height: 6.25rem;
}

.map-info {
  padding: 2.0625rem 0.9375rem 2.5rem;
  color: white;
  background: #ed020a;
  background: -webkit-linear-gradient(top, #ed020a 0%, #ad0003 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ed020a), to(#ad0003));
  background: linear-gradient(to bottom, #ed020a 0%, #ad0003 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed020a', endColorstr='#ad0003', GradientType=0);
}

@media screen and (min-width: 700px) {
  .map-info {
    padding: 0 0 0 2.1875rem;
  }
}

.map-info__city {
  font-size: 1.8125rem;
}

.map-info__address {
  margin-top: 0.625rem;
  font-size: 1.1875rem;
}

@media screen and (min-width: 700px) {
  .map-info__address {
    margin-top: 1.25rem;
  }
}

.map-info__phone {
  margin-top: 1.0625rem;
}

@media screen and (min-width: 700px) {
  .map-info__phone {
    margin-top: 1.875rem;
  }
}

.map {
  position: relative;
  overflow: hidden;
}

.map .container + .map__container {
  margin-top: 2.5rem;
}

.map__map {
  position: relative;
  width: 100%;
  height: 30rem;
  background-repeat: no-repeat;
  background-image: url("../img/general/map__map.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (min-width: 700px) {
  .map__map-info {
    width: 36.25%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 0 2.5rem 0 rgba(226, 1, 10, 0.4);
            box-shadow: 0 0 2.5rem 0 rgba(226, 1, 10, 0.4);
  }
}

.aside-item__link {
  display: inline-block;
  vertical-align: top;
  padding: 0.625rem 0;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #666666;
}

@media screen and (min-width: 1200px) {
  .aside-item__link {
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
  }
}

@media screen and (min-width: 1200px) {
  .aside-item__link:hover {
    color: #cc0107;
  }
}

.aside-item__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aside-item__sublink {
  display: inline-block;
  vertical-align: top;
  padding: 0.625rem 0;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  color: #666666;
}

@media screen and (min-width: 1200px) {
  .aside-item__sublink {
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
  }
}

@media screen and (min-width: 1200px) {
  .aside-item__sublink:hover {
    color: #cc0107;
  }
}

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

.service {
  padding: 7.25rem 0 6.25rem;
}

@media screen and (min-width: 700px) {
  .service__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    padding: 0 0.9375rem;
  }
}

.service__main {
  margin-top: 0.9375rem;
}

@media screen and (min-width: 700px) {
  .service__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    width: 75%;
    margin-top: 0;
    padding: 0 0.9375rem;
  }
}

.service__text-block {
  margin-top: 2.5rem;
}

.callback {
  padding: 3.75rem 0;
  background-repeat: no-repeat;
  background-image: url("../img/general/callback.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (min-width: 700px) {
  .callback {
    padding: 6.25rem 0;
  }
}

.callback__container {
  max-width: 53.125rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.callback__container .callback__title {
  padding: 0.6875rem 0.9375rem;
  background-color: #002e3f;
  color: white;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
}

.callback__form {
  padding: 1.875rem 0.9375rem;
  background-repeat: no-repeat;
  background-image: url("../img/general/callback__form.jpg");
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

@media screen and (min-width: 700px) {
  .callback__form {
    padding: 2.5rem 5.3125rem 3.125rem;
  }
}

.callback__form .form__form-item {
  text-align: left;
}

.callback__form .form-item__input,
.callback__form .form-item__textarea {
  background-color: white;
}

.callback__form .form-item__textarea {
  height: 13.25rem;
}

.callback__form .checkbox-item__label {
  text-align: left;
}

.copyright {
  display: inline-block;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}

@media screen and (min-width: 700px) {
  .copyright {
    font-size: 0.9375rem;
    line-height: 1.333;
  }
}

.copyright__top {
  display: block;
}

.footer {
  position: relative;
  height: 12.25rem;
  margin-top: -12.25rem;
  padding: 2.5rem 0;
  background-color: #282828;
  text-align: center;
}

@media screen and (min-width: 700px) {
  .footer {
    height: 5rem;
    margin-top: -5rem;
    padding: 1.3125rem 0;
    text-align: left;
  }
}

@media screen and (min-width: 700px) {
  .footer__container {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__copyright {
  color: white;
}

.footer__email {
  display: table;
  margin: 0.9375rem auto 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: white;
}

@media screen and (min-width: 700px) {
  .footer__email {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 1.1875rem;
  }
}

@media screen and (min-width: 1200px) {
  .footer__email {
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
  }
}

@media screen and (min-width: 1200px) {
  .footer__email:hover {
    color: #007fa6;
  }
}

.footer__phone {
  margin-top: 1.125rem;
}

@media screen and (min-width: 700px) {
  .footer__phone {
    margin-top: 0;
  }
}

/* Additional style files. */

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