@charset "UTF-8";
/*
* Custom
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * 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;
      margin-top: 160px;
    border: none;
  /* 2 */ }

  @media (max-width: 1119px) {
    hr {
      margin-top: 220px;
      } }
  @media (max-width: 719px) {
    hr {
      margin-top: 340px;
       } }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the 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 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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


main {
min-height:700px;
}

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

.fancybox-active {
  height: auto; }

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -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: .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,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .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, visibility 0s;
  transition: opacity .25s, visibility 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;
  text-align: center;
  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: translate3d(0, 0, 0);
  z-index: 99994; }

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-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;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

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

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

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

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

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

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  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;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-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-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .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%;
  display: block;}

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

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  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;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

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

.fancybox-iframe {
  vertical-align: top; }

.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;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

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

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

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

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

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

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

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

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s; }

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

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

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

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

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.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 .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  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 {
  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); }

/* 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: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

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

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

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

.fancybox-thumbs > ul {
  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 > 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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  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 .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@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); } }

@font-face {
  font-family: "Russo One - Regular";
  src: url("../fonts/RussoOne-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Font Awesome 5 Free Regular";
  src: url("../fonts/Font Awesome 5 Free-Regular-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Font Awesome 5 Brands Regular";
  src: url("../fonts/FontAwesome5Brands-Regular-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Open Sans Condensed - Light";
  src: url("../fonts/OpenSansCondensed-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Open Sans - Light";
  src: url("../fonts/OpenSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Open Sans - Regular";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Open Sans - Semibold";
  src: url("../fonts/OpenSans-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Open Sans - Bold";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Open Sans - Regular Italic";
  src: url("../fonts/OpenSans-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic; }

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=checked].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.container {
  margin: 0 auto;
  max-width: 1110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1119px) {
    .container {
      padding: 0 15px; } }

img {
  max-width: 100%;
  height: auto; }
  @media (max-width: 719px) {
      #top > div.header-top > div > a > img {
          display:none;
      }
  }

button {
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  outline: none; }
  button:hover, button:active, button:focus {
    outline: none; }

input:focus {
  outline: none; }

a {
  outline: none; }

.hidden {
  display: none; }

.top-breadcrambs {
  padding-top: 30px;
  margin-bottom: 80px; }
  @media (max-width: 719px) {
    .top-breadcrambs {
      padding-top: 25px;
      margin-bottom: 45px; } }
  .top-breadcrambs .top-breadcrambs-list {
    margin: 0;
    padding: 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    @media (max-width: 1119px) {
      .top-breadcrambs .top-breadcrambs-list li {
        margin-bottom: 10px; } }
    .top-breadcrambs .top-breadcrambs-list li a {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 5px;
      color: #6d6d6d;
      color: #e41d30;
      font-family: "Open Sans - Regular", "Helvetica", sans-serif;
      font-size: 16px;
      font-weight: 400;
      text-decoration: none; }
      .top-breadcrambs .top-breadcrambs-list li a::after {
        content: "/";
        display: block;
        margin-left: 5px; }
    .top-breadcrambs .top-breadcrambs-list li.current a {
      font-family: "Open Sans - Regular", "Helvetica", sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #6d6d6d; }
      .top-breadcrambs .top-breadcrambs-list li.current a::after {
        content: none; }
      .top-breadcrambs .top-breadcrambs-list li.current a::first-letter {
        text-transform: uppercase; }

.bottom-breadcrambs {
  margin-bottom: 70px;
  text-align: center; }
  .bottom-breadcrambs .container {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-breadcrambs .bottom-breadcrambs-list {
    margin: 0;
    padding: 0;
    margin: 0 25px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none; }
    @media (max-width: 599px) {
      .bottom-breadcrambs .bottom-breadcrambs-list {
        margin: 0 10px; } }
    .bottom-breadcrambs .bottom-breadcrambs-list a {
      width: 40px;
      height: 40px;
      display: block;
      border: 1px solid #bcbcbc;
      border-left: none;
      text-decoration: none; }
    .bottom-breadcrambs .bottom-breadcrambs-list p {
      margin: 0;
      padding: 0;
      color: #1e1e1e;
      font-family: "Open Sans - Regular", "Helvetica", sans-serif;
      font-size: 22px;
      font-weight: 400;
      line-height: 40px;
      background-color: #ffffff; }
    .bottom-breadcrambs .bottom-breadcrambs-list li:first-child a {
      border-left: 1px solid #bcbcbc; }
    .bottom-breadcrambs .bottom-breadcrambs-list li:last-child a {
      border-left: 1px solid #bcbcbc; }
    @media (max-width: 599px) {
      .bottom-breadcrambs .bottom-breadcrambs-list .m720 {
        display: none; } }
    .bottom-breadcrambs .bottom-breadcrambs-list .current p {
      color: #fffefe;
      background-color: #e41d30; }
    .bottom-breadcrambs .bottom-breadcrambs-list .skip a {
      border: none; }
  .bottom-breadcrambs .bottom-breadcrambs-list-arrow {
    width: 15px;
    height: 27px;
    display: block;
    background-image: url("../img/left-arrow.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .bottom-breadcrambs .bottom-breadcrambs-list-arrow:nth-of-type(2) {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.blog-main {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
  background-image: url("../img/waves-bg.png");
  background-position: top center;
  background-repeat: repeat-y; }
  @media (max-width: 719px) {
    .blog-main {
      background-image: none; } }
  .blog-main .blog-title {
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    color: #1e1e1e;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .blog-main .blog-title {
        font-size: 30px; } }
    .blog-main .blog-title::after {
      content: "";
      position: absolute;
      bottom: -5px;
      right: calc((100% - 295px)/ 2);
      width: 30px;
      height: 32px;
      background-image: url("../img/title-arrow.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 1119px) {
        .blog-main .blog-title::after {
          top: -10px;
          left: calc((100% - 300px)/ 2);
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); } }
      @media (max-width: 719px) {
        .blog-main .blog-title::after {
          top: -3px;
          left: calc((100% - 200px)/ 2);
          width: 15px;
          height: 16px; } }
   .blog-title-big {
    position: absolute;
    top: -50px;
    left: calc((100% - 594px) / 2);
    margin: 0;
    padding: 0;
    color: #f5f5f5;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 100px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .blog-title-big {
        top: -13px;
        left: calc((100% - 267px) / 2);
        font-size: 45px; } }
  .blog-main .blog-list {
    margin: 0;
    padding: 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none; }
    @media (max-width: 1119px) {
      .blog-main .blog-list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 770px;
        margin: 0 auto; } }
    @media (max-width: 719px) {
      .blog-main .blog-list {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .blog-main .blog-list li {
      max-width: 350px;
      max-height: 474px;
      margin-bottom: 35px;
      -webkit-box-shadow: 0 16px 24px rgba(39, 39, 39, 0.09);
              box-shadow: 0 16px 24px rgba(39, 39, 39, 0.09);
      background-color: #ffffff;
          border: 1px solid #f0f0f0;}
      @media (max-width: 1119px) {
        .blog-main .blog-list li {
          margin-right: 30px;
          max-width: 320px; }
          .blog-main .blog-list li:nth-of-type(even) {
            margin-right: 0; } }
      @media (max-width: 719px) {
        .blog-main .blog-list li {
          margin-right: 0; } }
    .blog-main .blog-list .blog-list-img {
      position: relative;
      height: 237px; }
    .blog-main .blog-list .blog-list-date {
      position: absolute;
      top: 20px;
      left: 0;
      width: 65px;
      height: 65px;
      background-color: #e41d30; }
      .blog-main .blog-list .blog-list-date p {
        margin: 0;
        padding: 0;
        padding-top: 18px;
        color: #ffffff;
        font-family: "Russo One - Regular", "Helvetica", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px; }
        .blog-main .blog-list .blog-list-date p span {
          font-size: 30px; }
    .blog-main .blog-list .blog-list-text {
      position: relative;
      padding: 25px;
      height: 237px;
      text-align: left;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .blog-main .blog-list .blog-list-text h3 {
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        font-family: "Russo One - Regular", "Helvetica", sans-serif;
        font-size: 22px;
        font-weight: 400; }
      .blog-main .blog-list .blog-list-text p {
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        color: #1e1e1e;
        font-family: "Open Sans - Regular", "Helvetica", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px; }
      .blog-main .blog-list .blog-list-text a {
        position: absolute;
        bottom: 20px;
        left: calc((100% - 135px) / 2);
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #f5384a;
        font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
        text-transform: uppercase;
        text-decoration: none; }
        .blog-main .blog-list .blog-list-text a::after {
          content: "";
          position: absolute;
          top: 9px;
          right: -16px;
          width: 6px;
          height: 13px;
          margin-left: 10px;
          background-image: url("../img/right-arrow.svg");
          background-position: 0 0;
          background-repeat: no-repeat;
          background-size: cover; }

.contacts-top {
  position: relative;
  text-align: center; }
  .contacts-top .contacts-title {
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    color: #1e1e1e;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 599px) {
      .contacts-top .contacts-title {
        font-size: 30px; } }
    .contacts-top .contacts-title::after {
      content: "";
      position: absolute;
      bottom: -5px;
      right: calc((100% - 295px)/ 2);
      width: 30px;
      height: 32px;
      background-image: url("../img/title-arrow.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 1119px) {
        .contacts-top .contacts-title::after {
          top: -10px;
          left: calc((100% - 300px)/ 2);
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); } }
      @media (max-width: 599px) {
        .contacts-top .contacts-title::after {
          top: -5px;
          left: calc((100% - 190px)/ 2);
          width: 15px;
          height: 16px; } }
  .contacts-top .contacts-title-big {
    position: absolute;
    top: -50px;
    left: calc((100% - 568px) / 2);
    margin: 0;
    padding: 0;
    color: #f5f5f5;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 100px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 599px) {
      .contacts-top .contacts-title-big {
        top: -13px;
        left: calc((100% - 256px) / 2);
        font-size: 45px; } }
  .contacts-top .contacts-address {
    padding-bottom: 90px;
    padding-top: 20px;
    background-image: url("../img/contacts-bg.png");
    background-position: top center;
    background-repeat: repeat-y; }
    @media (max-width: 1119px) {
      .contacts-top .contacts-address {
        padding-bottom: 50px; } }
    @media (max-width: 599px) {
      .contacts-top .contacts-address {
        padding-bottom: 40px;
        background-image: none; } }
  .contacts-top .address-list {
    margin: 0;
    padding: 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    text-align: left; }
    @media (max-width: 1119px) {
      .contacts-top .address-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .contacts-top .address-list p {
      margin: 0;
      padding: 0;
      color: #1e1e1e;
      font-weight: 400;
      font-family: "Open Sans - Regular", "Helvetica", sans-serif;
      font-size: 16px; }
      @media (max-width: 1119px) {
        .contacts-top .address-list p {
          text-align: center; } }
      .contacts-top .address-list p span {
        font-family: "Russo One - Regular", "Helvetica", sans-serif;
        font-weight: 400;
        line-height: 48px;
        font-size: 26px; }
    .contacts-top .address-list li {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1119px) {
        .contacts-top .address-list li {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-bottom: 50px; }
          .contacts-top .address-list li:last-child {
            margin-bottom: 0; } }
    .contacts-top .address-list li:nth-of-type(1) {
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%; }
      .contacts-top .address-list li:nth-of-type(1)::before {
        content: "";
        display: block;
        width: 50px;
        height: 50px;
        margin-right: 30px;
        background-image: url("../img/phone-icon.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain; }
        @media (max-width: 1119px) {
          .contacts-top .address-list li:nth-of-type(1)::before {
            margin: 0 auto;
            margin-bottom: 20px; } }
    .contacts-top .address-list li:nth-of-type(2) {
      -ms-flex-preferred-size: 43%;
          flex-basis: 43%; }
      .contacts-top .address-list li:nth-of-type(2) p {
        color: #1e1e1e;
        font-family: "Open Sans - Regular", "Helvetica", sans-serif;
        font-size: 16px;
        font-weight: 400; }
        .contacts-top .address-list li:nth-of-type(2) p span {
          font-family: "Open Sans - Light", "Helvetica", sans-serif;
          font-weight: 300;
          line-height: 24px;
          font-size: 16px; }
        .contacts-top .address-list li:nth-of-type(2) p span.address {
          font-family: "Open Sans - Bold", "Helvetica", sans-serif;
          font-weight: 700;
          line-height: 30px;
          line-height: 24px; }
      .contacts-top .address-list li:nth-of-type(2)::before {
        content: "";
        display: block;
        width: 33px;
        height: 51px;
        margin-right: 30px;
        background-image: url("../img/point-icon.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain; }
        @media (max-width: 1119px) {
          .contacts-top .address-list li:nth-of-type(2)::before {
            margin: 0 auto;
            margin-bottom: 20px; } }
    .contacts-top .address-list li:nth-of-type(3) {
      -ms-flex-preferred-size: 24%;
          flex-basis: 24%;
      padding-left: 44px; }
      @media (max-width: 1119px) {
        .contacts-top .address-list li:nth-of-type(3) {
          padding-left: 0; } }
      .contacts-top .address-list li:nth-of-type(3) a {
        color: #1e1e1e;
        font-size: 18px;
        font-family: "Open Sans - Bold", "Helvetica", sans-serif;
        font-weight: 700;
        line-height: 30px;
        text-decoration: none; }
      .contacts-top .address-list li:nth-of-type(3)::before {
        content: "";
        display: block;
        width: 50px;
        height: 40px;
        margin-right: 30px;
        background-image: url("../img/email-icon.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain; }
        @media (max-width: 1119px) {
          .contacts-top .address-list li:nth-of-type(3)::before {
            margin: 0 auto;
            margin-bottom: 20px; } }

.contacts-map {
  height: 440px;
  background-image: url("../img/contacts-map.jpg");
  background-position: top center;
  background-repeat: no-repeat; }
  .contacts-map .map {
    width: 100%;
    height: 440px; }
    .contacts-map .map [class*="ymaps-2"][class*="-ground-pane"] {
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      -webkit-filter: grayscale(100%); }

	  
	  
	  
	  
.banner {
position: relative;
height: 146px;
margin-top: -74px;
margin-bottom: -74px; }
@media (max-width: 1119px) {
.banner {
height: 240px;
margin-bottom: -136px; } }
@media (max-width: 719px) {
.banner {
height: 355px;
margin-bottom: -240px; } }
.banner .container {
position: relative; }
.banner .banner-main {
position: absolute;
z-index: 20;
top: 0;
left: 0;
display: -ms-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: 0 17px 27px rgba(228, 29, 48, 0.34);
box-shadow: 0 17px 27px rgba(228, 29, 48, 0.34);
background-color: #e41d30;
background-image: url("../img/banner-img.png");
background-position: 8px 10px;
background-repeat: no-repeat; }
@media (max-width: 1119px) {
.banner .banner-main {
left: calc((100% - 890px) / 2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 890px;
    margin: 0 auto;
    height: 240px;
    background-image: url(../img/banner-img-720.png);
    background-position: center 100px;
    background-size: cover;
} }
@media (max-width: 719px) {
.banner .banner-main {
left: calc((100% - 290px) / 2);
width: 290px;
height: 355px;
background-image: url("../img/banner-img-320.png");
background-position: center 66px; } }
.banner .banner-left {
position: relative;

display: flex;
align-items: center;
padding-left: 35px;
-ms-flex-preferred-size: 29%;
flex-basis: 29%;
height: 146px;
background-color: #e41d30; }
@media (max-width: 1119px) {
.banner .banner-left {
padding-left: 0;
height: 82px;
text-align: center; } }
@media (max-width: 719px) {
.banner .banner-left {
height: 65px; } }
.banner .banner-left::after {
content: "";
position: absolute;
top: 0;
right: -52px;
width: 52px;
height: 146px;
background-image: url("../img/banner-arrow.svg");
background-position: 0 0;
background-repeat: no-repeat; }
@media (max-width: 1119px) {
.banner .banner-left::after {
text-align: center;
top: 82px;
right: 2px;
width: 686px;
height: 52px;
background-image: url("../img/banner-arrow-720.svg"); } }
@media (max-width: 719px) {
.banner .banner-left::after {
top: 65px;
width: 286px;
height: 52px;
background-image: url("../img/banner-arrow-320.svg"); } }

.banner .wrapper {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
    text-align: left;
}

.banner .wrapper h3 {
margin: 0;

line-height: 26px;
color: #fff;
font-size: 34px;
font-weight: 400;
font-family: "Russo One - Regular", "Helvetica", sans-serif;
padding-left: 10px;
}

.banner .wrapper h3 span {
font-size: 15px;
line-height: 16px;
font-family: "Russo One - Regular", "Helvetica", sans-serif
}

.banner .wrapper h3+p {
margin: 0;
margin-right: -20px;
margin-top:15px;
z-index: 10;

color: #fff;
color: white;
font-size: 18px;
text-align: center;
font-family: "Russo One - Light", "Helvetica", sans-serif;

}

body > main > section.banner > div > div > div.banner-left > div > p > del {
    position: relative;
    top: 5px;
}

.banner .wrapper h3+p span {
    color: #212121;
font-size: 31px;
font-weight: 400;
font-family: "Russo One - Regular", "Helvetica", sans-serif;
    /*background: url(/img/b50.png);
    border-radius: 5px;
    padding: 5px;*/
}

@media (max-width: 1119px) {

.banner .banner-left {
padding-top: 10px;
}

.banner .wrapper {
width: 100%;
padding: 10px;
justify-content: space-around;
}

.banner .wrapper h3+p {
margin-right: 0;
}

.banner .wrapper h3 {
text-align: left;
line-height: 23px;
padding-top: 10px;
    z-index: 3;
}

.banner .banner-left::after {
top: 75px;
}
}

@media (max-width: 719px) {

.banner .banner-main {
height: 415px;

background-position: center 127px;
}

.banner .banner-left {
padding-top: 15px;
}

.banner .banner-left::after {
top: 127px;
}

.banner .wrapper h3 {
margin-top: 60px;

font-size: 30px;
text-align: center;
}

.banner .banner-rigth {
margin-top: 75px;
}

.banner .wrapper h3 span {
font-size: 14px;
text-align: center;
}

.banner .wrapper h3+p span {
font-size: 24px;
}

.banner .wrapper h3+p {
/*margin-top: 24px;*/

font-size: 14px;
}

.banner .wrapper {
flex-direction: column;
}
}

.banner .banner-rigth form {
padding-left: 74px;
display: -ms-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 146px; }
@media (max-width: 1119px) {
.banner .banner-rigth form {
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
padding: 0 20px;
margin-top: 18px; } }
@media (max-width: 719px) {
.banner .banner-rigth form {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
height: 290px;
padding-top: 20px; } }
.banner .banner-rigth input[type="text"],
.banner .banner-rigth input[type="tel"] {
width: 200px;
padding-left: 35px;

color: #ffffff;
font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
text-align: left;
line-height: 62px;
border: none;
border-bottom: 2px solid #535353;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: inherit; }

.banner .banner-rigth input[type="tel"] {
padding-left: 25px;
}

.banner .input-wrapper {
position: relative;
}

.banner .input-wrapper:nth-of-type(1)::before {
content: "";
position: absolute;
top: 18px;
left: 0;

width: 26px;
height: 26px;

background-image: url("../img/inp1.png");
background-position: 0 0;
background-repeat: no-repeat;
}

.banner .input-wrapper:nth-of-type(2)::before {
content: "";
position: absolute;
top: 18px;
left: 0;

width: 16px;
height: 26px;

background-image: url("../img/inp2.png");
background-position: 0 0;
background-repeat: no-repeat;
}

@media (max-width: 1119px) {
.banner .banner-rigth input[type="text"],
.banner .banner-rigth input[type="tel"] {
width: 200px; } }
@media (max-width: 719px) {
.banner .banner-rigth input[type="text"],
.banner .banner-rigth input[type="tel"] {
width: 200px;
line-height: 50px; } }
.banner .banner-rigth input[type="text"]::-webkit-input-placeholder,
.banner .banner-rigth input[type="tel"]::-webkit-input-placeholder {
color: #8c8c8c;
font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
text-align: left; }
@media (max-width: 719px) {
.banner .banner-rigth input[type="text"]::-webkit-input-placeholder,
.banner .banner-rigth input[type="tel"]::-webkit-input-placeholder {
font-size: 14px; } }
.banner .banner-rigth input[type="text"]:-ms-input-placeholder,
.banner .banner-rigth input[type="tel"]:-ms-input-placeholder {
color: #8c8c8c;
font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
text-align: left; }
@media (max-width: 719px) {
.banner .banner-rigth input[type="text"]:-ms-input-placeholder,
.banner .banner-rigth input[type="tel"]:-ms-input-placeholder {
font-size: 14px; } }
.banner .banner-rigth input[type="text"]::-ms-input-placeholder,
.banner .banner-rigth input[type="tel"]::-ms-input-placeholder {
color: #8c8c8c;
font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
text-align: left; }
@media (max-width: 719px) {
.banner .banner-rigth input[type="text"]::-ms-input-placeholder,
.banner .banner-rigth input[type="tel"]::-ms-input-placeholder {
font-size: 14px; } }
.banner .banner-rigth input[type="text"]::-webkit-input-placeholder,
.banner .banner-rigth input[type="tel"]::-webkit-input-placeholder {
color: #8c8c8c;
font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
text-align: left; }
.banner .banner-rigth input[type="text"]:-ms-input-placeholder,
.banner .banner-rigth input[type="tel"]:-ms-input-placeholder {
color: #8c8c8c;
font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
text-align: left; }
.banner .banner-rigth input[type="text"]::-ms-input-placeholder,
.banner .banner-rigth input[type="tel"]::-ms-input-placeholder {
color: #8c8c8c;
font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
text-align: left; }
.banner .banner-rigth input[type="text"]::placeholder,
.banner .banner-rigth input[type="tel"]::placeholder {
color: #8c8c8c;
font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
text-align: left; }
@media (max-width: 719px) {
.banner .banner-rigth input[type="text"]::-webkit-input-placeholder,
.banner .banner-rigth input[type="tel"]::-webkit-input-placeholder {
font-size: 14px; }
.banner .banner-rigth input[type="text"]:-ms-input-placeholder,
.banner .banner-rigth input[type="tel"]:-ms-input-placeholder {
font-size: 14px; }
.banner .banner-rigth input[type="text"]::-ms-input-placeholder,
.banner .banner-rigth input[type="tel"]::-ms-input-placeholder {
font-size: 14px; }
.banner .banner-rigth input[type="text"]::placeholder,
.banner .banner-rigth input[type="tel"]::placeholder {
font-size: 14px; } }
.banner .banner-rigth input[type="tel"] {
margin-right: 15px; }
@media (max-width: 719px) {
.banner .banner-rigth input[type="tel"] {
margin-right: 0;
margin-bottom: 5px; } }
.banner .banner-rigth .submit {
display: -ms-flex;
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;*/
padding-right: 50px;
   
}
@media (max-width: 1119px) {
    .banner .banner-rigth .submit {
        padding-right: 0px;
    }
}
@media (max-width: 719px) {
.banner .banner-rigth .submit {
padding-right: 0px; } }
.banner .banner-rigth .submit label {
color: #d6d6d6;
font-family: "Open Sans Condensed - Light", "Helvetica", sans-serif;
font-size: 13px;
font-weight: 400; }
.banner .banner-rigth .submit a {
color: #d6d6d6;
font-family: "Open Sans Condensed - Light", "Helvetica", sans-serif;
font-size: 13px;
font-weight: 400;
text-decoration: underline; }
.banner .banner-rigth input[type="text"] {
margin-right: 25px; }
@media (max-width: 719px) {
.banner .banner-rigth input[type="text"] {
margin-right: 0;
margin-bottom: 5px; } }
.banner .banner-rigth label[for="politics"] {
display: -ms-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-top: 5px;
cursor: pointer;
 white-space: nowrap;
    
}
@media (max-width: 719px) {
.banner .banner-rigth label[for="politics"] {
padding-top: 10px; } }
.banner .banner-rigth label[for="politics"]::before {
content: "";
display: block;
width: 13px;
height: 13px;
margin-right: 5px;
background-image: url("../img/politics-q.svg");
background-position: 0 0;
background-repeat: no-repeat;
background-size: cover; }
.banner .banner-rigth #politics:checked ~ label[for="politics"]::before {
width: 15px;
height: 13px;
margin-right: 3px;
background-image: url("../img/politics-checked.svg"); }
.banner .banner-rigth button {
padding: 24px 42px;
margin-top: 16px;
color: #ffffff;
font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
background-color: #449433;
cursor: pointer;
border:1px solid #449433; 
 -webkit-transition: 0.2s;
        transition: 0.2s; }

@media (max-width: 1119px) {
.banner .banner-rigth button {
padding: 20px 30px; } }
@media (max-width: 719px) {
.banner .banner-rigth button {
padding: 17px 30px;
font-size: 14px; } }
.banner .banner-rigth button:hover {
background-color:transparent
}

  
  
  
  
.slider {
  height: 740px; }
  

  
  .slider .slider-left {
    position: absolute;
    top: calc((100% - 59px)/ 2);
    left: 44px;
    z-index: 10;
    width: 59px;
    height: 59px;
    background-color: transparent;
    border-radius: 50%;
    background-image: url(../img/slider-right.png);
    background-position: -18px -3px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .slider .slider-right {
    position: absolute;
    top: calc((100% - 59px)/ 2);
    right: 44px;
    width: 59px;
    height: 59px;
    background-color: transparent;
    border-radius: 50%;
    background-image: url(../img/slider-right.png);
    background-position: -18px -3px;
    background-repeat: no-repeat;
 }


  @media (max-width: 719px) {
          .slider {
        height: 250px;
              
          }
        
        .slick-slide img {
        display: block;
        height: 250px;
        }
        
        .slider .slider-left {
        display:none;
        background-image:none;
        
        }   
        .slider .slider-right {
            display:none;
            background-image:none;
        }
  }


.aboutemc-top {
  position: relative;
  text-align: center; }
  .aboutemc-top .aboutemc-title {
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    color: #1e1e1e;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 1119px) {
      .aboutemc-top .aboutemc-title {
        margin-bottom: 40px; } }
    @media (max-width: 719px) {
      .aboutemc-top .aboutemc-title {
        font-size: 30px; } }
    .aboutemc-top .aboutemc-title::after {
      content: "";
      position: absolute;
      bottom: -5px;
      right: calc((100% - 450px)/ 2);
      width: 30px;
      height: 32px;
      background-image: url("../img/title-arrow.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 1119px) {
        .aboutemc-top .aboutemc-title::after {
          top: -10px;
          left: calc((100% - 457px)/ 2);
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); } }
      @media (max-width: 719px) {
        .aboutemc-top .aboutemc-title::after {
          top: -3px;
          left: calc((100% - 300px)/ 2);
          width: 15px;
          height: 16px; } }
  .aboutemc-top .aboutemc-title-big {
    position: absolute;
    top: -50px;
    left: calc((100% - 936px) / 2);
    margin: 0;
    padding: 0;
    color: #f5f5f5;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 100px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 1119px) {
      .aboutemc-top .aboutemc-title-big {
        left: calc((100% - 324px)/ 2); } }
    @media (max-width: 719px) {
      .aboutemc-top .aboutemc-title-big {
        top: -13px;
        left: calc((100% - 146px) / 2);
        font-size: 45px; } }
    @media (max-width: 1119px) {
      .aboutemc-top .aboutemc-title-big .m1120 {
        display: none; } }

.mainaboutemc-trainer {
      height: 333px;
  /*padding-top: 165px;*/
  padding-top: 65px;
  margin-bottom: 140px;
  /*background-image: url("../img/aboutemc-trainer-bg.jpg");*/
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1119px) {
    .mainaboutemc-trainer {
      height: 460px;
      overflow: hidden;
      margin-bottom: 10px; } }
  @media (max-width: 719px) {
    .mainaboutemc-trainer {
      position: relative;
      height: auto;
      padding-bottom: 40px;
        padding-top: 50px;
    }
      .mainaboutemc-trainer::before {
		  display:none;
        content: "";
        position: absolute;
        /*bottom: 0;
        left: calc((100% - 294px) / 2);

        z-index: 10;
        width: 294px;
        height: 247px;*/
            bottom: 60px;
    left: calc((100% - 260px) / 2);
    z-index: 10;
    width: 234px;
    height: 187px;
        background-image: url("../img/aboutemc-trainer-img.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover; } }
  .mainaboutemc-trainer .container {
    position: relative;
    padding-left: 477px; }
    @media (max-width: 1119px) {
      .mainaboutemc-trainer .container {
        padding-left: 37%; } }
    @media (max-width: 719px) {
      .mainaboutemc-trainer .container {
        padding: 0 15px; } }
    .mainaboutemc-trainer .container::before {
      content: "";
      position: absolute;
      bottom: -33px;
      left: 0;
      z-index: 10;
      width: 414px;
      height: 344px;
      background-image: url("../img/aboutemc-trainer-img.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 1119px) {
        .mainaboutemc-trainer .container::before {
          /*bottom: -128px;*/
                  bottom: 0px;
          left: -160px; } }
      @media (max-width: 719px) {
        .mainaboutemc-trainer .container::before {
          content: none; } }
    .mainaboutemc-trainer .container::after {
      content: "";
      position: absolute;
      bottom: 70px;
      left: -220px;
      width: 792px;
      height: 101px;
      background-image: url("../img/aboutemc-trainer-waves.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 1119px) {
        .mainaboutemc-trainer .container::after {
          bottom: -25px;
          left: -348px; } }
      @media (max-width: 719px) {
        .mainaboutemc-trainer .container::after {
          content: none; } }
  .mainaboutemc-trainer h2,
  .mainaboutemc-trainer h3 {
    margin: 0;
    padding: 0;
    color: #e41d30;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 34px;
    font-weight: 400;
    /*line-height: 30px;*/
    padding-bottom: 5px;  }
    @media (max-width: 719px) {
      .mainaboutemc-trainer h2,
  .mainaboutemc-trainer h3 {
    margin: 0;
    padding: 0;
    color: #e41d30;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 24px;
    font-weight: 400;
    /*line-height: 30px;*/
    padding-bottom: 5px;  }
    }

  .mainaboutemc-trainer h2 {
    margin-bottom: 5px; }
  .mainaboutemc-trainer h3 {
    margin-bottom: 18px; }
  .mainaboutemc-trainer p {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-family: "Open Sans - Regular", "Helvetica", sans-serif;
    line-height: 30px;
    color: #151515;
    font-size: 16px;
    font-weight: 400; }
  .mainaboutemc-trainer ul {
    margin: 0;
    padding: 0;
    width: 450px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    @media (max-width: 719px) {
      .mainaboutemc-trainer ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .mainaboutemc-trainer ul li {
      width: 220px;
      color: #151515;
      font-family: "Open Sans - Regular", "Helvetica", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 45px;
      line-height: 30px; }

.aboutemc-trainer {
  /*height: 426px;*/
      padding-top: 50px;
    padding-bottom: 33px;
  background-image: url("../img/aboutemc-trainer-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1119px) {
    .aboutemc-trainer {
      /*height: 520px;*/
      overflow: hidden; } }
  @media (max-width: 719px) {
    .aboutemc-trainer {
      position: relative;
      height: auto;
      padding-bottom: 247px; }
      .aboutemc-trainer::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: calc((100% - 294px) / 2);
        z-index: 10;
        width: 294px;
        height: 247px;
        background-image: url("../img/aboutemc-trainer-img.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover; } }
  .aboutemc-trainer .container {
    position: relative;
    padding-left: 477px; }
    @media (max-width: 1119px) {
      .aboutemc-trainer .container {
        padding-left: 37%; } }
    @media (max-width: 719px) {
      .aboutemc-trainer .container {
        padding: 0 15px; } }
    .aboutemc-trainer .container::before {
      content: "";
      position: absolute;
      bottom: -33px;
      left: 0;
      z-index: 10;
      width: 414px;
      height: 344px;
      background-image: url("../img/aboutemc-trainer-img.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 1119px) {
        .aboutemc-trainer .container::before {
          /*bottom: -128px;*/
          left: -160px; } }
      @media (max-width: 719px) {
        .aboutemc-trainer .container::before {
          content: none; } }
    .aboutemc-trainer .container::after {
      content: "";
      position: absolute;
      bottom: 70px;
      left: -220px;
      width: 792px;
      height: 101px;
      background-image: url("../img/aboutemc-trainer-waves.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 1119px) {
        .aboutemc-trainer .container::after {
          bottom: -25px;
          left: -348px; } }
      @media (max-width: 719px) {
        .aboutemc-trainer .container::after {
          content: none; } }
  .aboutemc-trainer h2,
  .aboutemc-trainer h3 {
    margin: 0;
    padding: 0;
    color: #e41d30;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px; }
  .aboutemc-trainer h2 {
    margin-bottom: 5px; }
  .aboutemc-trainer h3 {
    margin-bottom: 18px; }
  .aboutemc-trainer p {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-family: "Open Sans - Regular", "Helvetica", sans-serif;
    line-height: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400; }
  .aboutemc-trainer ul {
    margin: 0;
    padding: 0;
    width: 600px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    @media (max-width: 719px) {
      .aboutemc-trainer ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .aboutemc-trainer ul li {
      width: 300px;
      color: #ffffff;
      font-family: "Open Sans - Regular", "Helvetica", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 45px;
      line-height: 30px; }

.aboutemc-text {
  padding-top: 30px;
  padding-bottom: 70px;
  background-color: #ffffff;
  background-image: url("../img/aboutemc-text-waves.png");
  background-position: center -50px;
  background-repeat: repeat-y; }
  @media (max-width: 719px) {
    .aboutemc-text {
      padding-top: 30px;
      padding-bottom: 40px; } }
  .aboutemc-text .aboutemc-article {
    margin-bottom: 20px; }
    .aboutemc-text .aboutemc-article:last-child {
      margin-bottom: 0; }
    .aboutemc-text .aboutemc-article h3 {
      margin: 0;
      padding: 0;
      margin-bottom: 8px;
      color: #e41d30;
      font-family: "Russo One - Regular", "Helvetica", sans-serif;
      font-weight: 400;
      line-height: 30px;
      font-size: 24px;
      padding-top: 35px;}
    .aboutemc-text .aboutemc-article p {
      margin: 0;
      padding: 0;
      font-family: "Open Sans - Regular", "Helvetica", sans-serif;
      line-height: 36px;
      line-height: 30px;
      color: #1e1e1e;
      font-size: 16px;
      font-weight: 400; }

.aboutclub-top {
  position: relative;
  text-align: center; }
  .aboutclub-top .aboutclub-title {
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    color: #1e1e1e;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .aboutclub-top .aboutclub-title {
        font-size: 30px; } }
    .aboutclub-top .aboutclub-title::after {
      content: "";
      position: absolute;
      bottom: -5px;
    /*  right: calc((100% - 510px)/ 2);*/
      width: 30px;
      height: 32px;
      background-image: url("../img/title-arrow.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 1119px) {
        .aboutclub-top .aboutclub-title::after {
          top: -10px;
          left: calc((100% - 515px)/ 2);
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
                  display:none;} }
      @media (max-width: 719px) {
        .aboutclub-top .aboutclub-title::after {
          top: -3px;
          left: calc((100% - 200px)/ 2);
          width: 15px;
          height: 16px; } }
    .aboutclub-top .aboutclub-title .m720 {
      display: none; }
      @media (max-width: 719px) {
        .aboutclub-top .aboutclub-title .m720 {
          display: block; } }
  .aboutclub-top .aboutclub-title-big {
    position: absolute;
    top: -50px;
    left: calc((100% - 1061px) / 2);
    margin: 0;
    padding: 0;
    color: #f5f5f5;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 100px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 1119px) {
      .aboutclub-top .aboutclub-title-big {
        left: calc((100% - 449px) / 2); } }
    @media (max-width: 719px) {
      .aboutclub-top .aboutclub-title-big {
        top: -13px;
        left: calc((100% - 202px) / 2);
        font-size: 45px; } }
    @media (max-width: 1119px) {
      .aboutclub-top .aboutclub-title-big .m1120 {
        display: none; } }
  .aboutclub-top .aboutclub-text {
    padding-bottom: 60px;
    text-align: left;
    background-image: url("../img/aboutclub-waves.png");
    background-position: top center;
    background-repeat: repeat-y; }
    .aboutclub-top .aboutclub-text p {
      margin: 0;
      padding: 0;
      margin-bottom: 20px;
      color: #1e1e1e;
      font-family: "Open Sans - Regular", "Helvetica", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px; }
     .aboutclub-top .aboutclub-text h2 {
      margin: 0;
      padding: 0;
      margin-bottom: 8px;
      color: #e41d30;
      font-family: "Russo One - Regular", "Helvetica", sans-serif;
      font-weight: 400;
      line-height: 30px;
      font-size: 24px;
      padding-top: 35px;}
    .aboutclub-top .aboutclub-text h3 {
      margin: 50px 0 70px;
      padding: 0;
      text-align: center;
      color: #1e1e1e;
      font-family: "Russo One - Regular", "Helvetica", sans-serif;
      font-size: 40px;
      font-weight: 400;
      line-height: 30px; }
    .aboutclub-top .aboutclub-text .aboutclub-personal {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
        flex-wrap: wrap;      
        
    }
      @media (max-width: 1119px) {
        .aboutclub-top .aboutclub-text .aboutclub-personal {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 520px;
          margin: 0 auto; } }
      @media (max-width: 1119px) {
        .aboutclub-top .aboutclub-text .aboutclub-personal {
          width: auto; } }
    .aboutclub-top .aboutclub-text .personal-item {
      margin-bottom: 60px;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
      text-align: center; }
      .aboutclub-top .aboutclub-text .personal-item .personal-img {
        position: relative; }
        @media (max-width: 1119px) {
          .aboutclub-top .aboutclub-text .personal-item .personal-img {
            width: 520px;
            margin: 0 auto; } }
        @media (max-width: 719px) {
          .aboutclub-top .aboutclub-text .personal-item .personal-img {
            width: 250px;
            margin: 0 auto; } }
        .aboutclub-top .aboutclub-text .personal-item .personal-img::before {
          content: "";
          position: absolute;
          top: -20px;
          /*left: 133px;*/ left:50px;
          width: 25px;
          height: 26px;
          background-image: url("../img/title-arrow.svg");
          background-position: 0 0;
          background-repeat: no-repeat;
          background-size: cover;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        @media (max-width: 1119px) {
           .aboutclub-top .aboutclub-text .personal-item .personal-img::before { left: 133px; }
                   }
          @media (max-width: 719px) {
            .aboutclub-top .aboutclub-text .personal-item .personal-img::before {
              left: -2px; } }
        .aboutclub-top .aboutclub-text .personal-item .personal-img::after {
          content: "";
          position: absolute;
          bottom: 18px;
          /*right: 133px;*/ right:50px;
          width: 25px;
          height: 26px;
          background-image: url("../img/title-arrow.svg");
          background-position: 0 0;
          background-repeat: no-repeat;
          background-size: cover; }
          @media (max-width: 1119px) {
            .aboutclub-top .aboutclub-text .personal-item .personal-img::after {
              right: 133px; } }
          @media (max-width: 719px) {
            .aboutclub-top .aboutclub-text .personal-item .personal-img::after {
              right: 0; } }
      .aboutclub-top .aboutclub-text .personal-item img {
        width: 216px;
        height: 272px;
        margin-bottom: 38px;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-box-shadow: 0 16px 24px rgba(39, 39, 39, 0.18);
                box-shadow: 0 16px 24px rgba(39, 39, 39, 0.18); }
      .aboutclub-top .aboutclub-text .personal-item h3 {
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        color: #1e1e1e;
        font-family: "Russo One - Regular", "Helvetica", sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 30px; }
      .aboutclub-top .aboutclub-text .personal-item p {
        margin: 0;
        padding: 0;
        font-family: "Open Sans - Regular", "Helvetica", sans-serif;
        line-height: 30px;
        font-size: 16px;
        font-weight: 400;
        color: #1e1e1e; }
        .aboutclub-top .aboutclub-text .forprice {
            text-align:center;
            border-bottom: 2px solid #e41d30;
            margin-bottom: 20px;
        }
        .aboutclub-top .aboutclub-text .forprice2 {
            text-align:center;
        }
    .aboutclub-top .aboutclub-text .forprice a {
      /*display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 287px;
      margin: 0 auto;*/
    color: #e41d30;
    font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
    
    display: block;
    position: relative;
    top: 20px;
    background: #fdfdfd;
    width: 280px;
    margin: auto;  
        
        
        
    }
      .aboutclub-top .aboutclub-text .forprice2 a {
      /*display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 287px;
      margin: 0 auto;*/
      color: #e41d30;
      font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
      font-size: 18px;
      font-weight: 600;
      text-decoration: underline;
      text-transform: uppercase;
     }
      .aboutclub-top .aboutclub-text .forprice a::before {
        content: "";
        margin-right: 12px;
        font-family: "Font Awesome 5 Free Regular";
        font-size: 55px;
        font-weight: 400;
        color: #e41d30; }
        .aboutclub-top .aboutclub-text .forprice2 a::before {
        content: "";
        margin-right: 12px;
        font-family: "Font Awesome 5 Free Regular";
        font-size: 35px;
        font-weight: 400;
        color: #e41d30; }

.results-top {
  position: relative;
  text-align: center; }
  .results-top .results-title {
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    color: #1e1e1e;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .results-top .results-title {
        font-size: 30px; } }
    .results-top .results-title::after {
      content: "";
      position: absolute;
      bottom: -5px;
      right: calc((100% - 330px)/ 2);
      width: 30px;
      height: 32px;
      background-image: url("../img/title-arrow.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 1119px) {
        .results-top .results-title::after {
          top: -10px;
          left: calc((100% - 340px)/ 2);
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); } }
      @media (max-width: 719px) {
        .results-top .results-title::after {
          top: -3px;
          left: calc((100% - 222px)/ 2);
          width: 15px;
          height: 16px; } }
  .results-top .results-title-big {
    position: absolute;
    top: -50px;
    left: calc((100% - 679px) / 2);
    margin: 0;
    padding: 0;
    color: #f5f5f5;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 100px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .results-top .results-title-big {
        top: -13px;
        left: calc((100% - 306px) / 2);
        font-size: 45px; } }
  .results-top .results-main {
    background-image: url("../img/aboutclub-waves.png");
    background-position: top center;
    background-repeat: repeat-y; }
    @media (max-width: 719px) {
      .results-top .results-main {
        background-image: none; } }
  .results-top .results-top-text {
    /*display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;*/
    margin-bottom: 110px;
    text-align: left; }
    @media (max-width: 1119px) {
      .results-top .results-top-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 70px; } }
    @media (max-width: 719px) {
      .results-top .results-top-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 60px; } }
    .results-top .results-top-text p {
      margin: 0;
      padding: 0;
      /*-ms-flex-preferred-size: 48%;
          flex-basis: 48%;*/
      color: #1e1e1e;
      font-family: "Open Sans - Regular", "Helvetica", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px; }
      @media (max-width: 1119px) {
        .results-top .results-top-text p {
          margin-bottom: 30px; }
          .results-top .results-top-text p:last-child {
            margin-bottom: 0; } }
  .results-top .results-article {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 64px;
    margin-bottom: 70px; }
    @media (max-width: 1119px) {
      .results-top .results-article {
        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;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 90px;
        padding-left: 0; } }
    @media (max-width: 719px) {
      .results-top .results-article {
        display:block;
        margin-bottom: 70px;
        border-top: 1px solid #e41d30;
        padding-top: 10px;

      }
        .results-top .results-article img{
        /*padding:10px;*/
        border:4px solid #e41d30;}
    }
    .results-top .results-article:last-child {
      margin-bottom: 180px; }
      @media (max-width: 1119px) {
        .results-top .results-article:last-child {
          margin-bottom: 110px; } }
    .results-top .results-article .article-text {
      position: relative;
      width: 570px;
      padding-right: 187px;
      padding-top: 30px;
      padding-left: 22px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 8px solid #e41d30;
      background-color: #ffffff;
      text-align: left; }
      @media (max-width: 1119px) {
        .results-top .results-article .article-text {
          padding-right: 22px; } }
      @media (max-width: 719px) {
        .results-top .results-article .article-text {
          width: auto;
          padding-left: 0;
          padding-top: 0;
          border: 0; } }
      .results-top .results-article .article-text::before {
        content: "";
        position: absolute;
        top: 20px;
        left: -40px;
        width: 71px;
        height: 172px;
        background-image: url("../img/results-article-icon1.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover; }
        @media (max-width: 719px) {
          .results-top .results-article .article-text::before {
            content: none; } }
      .results-top .results-article .article-text::after {
        content: none;
        position: absolute;
        top: 280px;
        left: -40px;
        width: 71px;
        height: 81px;
        background-image: url("../img/results-article-icon2.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
         }
        @media (max-width: 1119px) {
          .results-top .results-article .article-text::after {
            content: none; }
             }
        @media (max-width: 719px) {
          .results-top .results-article .article-text::after {
            content: none; } }
      .results-top .results-article .article-text p {
        margin: 0;
        padding: 0;
        margin-bottom: 15px;
        color: #151515;
        font-family: "Open Sans - Regular", "Helvetica", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px; }
          .results-top .results-article .article-text p:nth-of-type(4) {
            position: relative;
            margin-bottom: 30px; }
            .results-top .results-article .article-text p:nth-of-type(4)::after {
              content: "";
              position: absolute;
              top: -8px;
              left: -61px;
              width: 71px;
              height: 81px;
              background-image: url("../img/results-article-icon2.png");
              background-position: 0 0;
              background-repeat: no-repeat;
              background-size: cover; }
    @media (max-width: 1119px) and (max-width: 719px) {
      .results-top .results-article .article-text p:nth-of-type(4)::after {
        content: none; } }
        @media (max-width: 719px) {
          .results-top .results-article .article-text p:nth-of-type(4) {
            margin-bottom: 0; } }
        @media (max-width: 719px) {
          .results-top .results-article .article-text p {
            margin-bottom: 5px;
            line-height: 24px; } }
        .results-top .results-article .article-text p span {
          font-family: "Open Sans - Bold", "Helvetica", sans-serif;
          font-weight: 700; }
    .results-top .results-article .article-foto {
      z-index: 10;
      margin-top: 24px;
      right: 60px;
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -160px;
      width: 570px;
      height: 465px;
      -webkit-box-shadow: 0 27px 46px rgba(30, 30, 30, 0.26);
              box-shadow: 0 27px 46px rgba(30, 30, 30, 0.26); }
      @media (max-width: 1119px) {
        .results-top .results-article .article-foto {
          position: relative;
          top: 0;
          right: 0;
          margin-left: 0;
          margin-top: -10px; } }
      @media (max-width: 719px) {
        .results-top .results-article .article-foto {
          width: 290px;
          height: 230px;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-box-shadow: none;
                  box-shadow: none;
                  margin-top:10px;} }

.article-top {
  position: relative;
  text-align: center; }
  .article-top a {
    margin-top: 35px;
    color: #e41d30;
    font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*width: 150px;*/
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .article-top a::before {
      content: "";
      width: 6px;
      height: 13px;
      display: block;
      margin-right: 5px;
      background-image: url("../img/article-left-arrow.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: cover; }
  .article-top .article-title {
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    color: #1e1e1e;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .article-top .article-title {
        font-size: 30px; } }
    .article-top .article-title::after {
      content: "";
      position: absolute;
      bottom: -5px;
      /*right: calc((100% - 760px)/ 2);*/
      width: 30px;
      height: 32px;
      background-image: url("../img/title-arrow.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 1119px) {
        .article-top .article-title::after {
          /*top: -15px;
          left: calc((100% - 365px)/ 2);
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);*/ } }
      @media (max-width: 719px) {
        .article-top .article-title::after {
            -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
          top: -3px;
          left: calc((100% - 233px)/ 2);
          width: 15px;
          height: 16px;
          display:none;} }
  .article-top .article-title-big {
    position: absolute;
    top: -50px;
    left: calc((100% - 594px) / 2);
    margin: 0;
    padding: 0;
    color: #f5f5f5;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 100px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .article-top .article-title-big {
        top: -13px;
        left: calc((100% - 267px) / 2);
        font-size: 45px; } }
  .article-top .m1120 {
    display: none; }
    @media (max-width: 1119px) {
      .article-top .m1120 {
        display: block; } }
  .article-top .article-main {
    padding-bottom: 100px;
    background-image: url("../img/aboutclub-waves.png");
    background-position: top center;
    background-repeat: repeat-y;
min-height:500px; }
    @media (max-width: 719px) {
      .article-top .article-main {
        padding-bottom: 70px; } }
  .article-top .article-img {
    position: relative;
    margin-bottom: 40px; }
    .article-img img {
      width: 100%; }
      @media (max-width: 1119px) {
        .article-img img {
          height: 360px;
          -o-object-fit: cover;
             object-fit: cover; } }
      @media (max-width: 1119px) {
        .article-img img {
          height: 290px; } }
    .article-top .article-img .article-date {
      position: absolute;
      top: 30px;
      left: 0;
      width: 65px;
      height: 65px;
      background-color: #e41d30; }
      .article-top .article-img .article-date p {
        margin: 0;
        padding: 0;
        padding-top: 18px;
        color: #ffffff;
        font-family: "Russo One - Regular", "Helvetica", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px; }
        .article-top .article-img .article-date p span {
          font-size: 30px; }
  .article-top .article-text {
    text-align: left; }
    .article-top .article-text h1 {
      margin: 0;
      padding: 0;
      margin-bottom: 20px;
      color: #e41d30;
      font-size: 36px;
      font-weight: 400;
      line-height: 36px;
      font-family: "Russo One - Regular", "Helvetica", sans-serif; }
  .article-top .article-text h2 {
      margin: 0;
      padding: 0;
      margin-bottom: 20px;
      color: #e41d30;
      font-size: 32px;
      font-weight: 400;
      line-height: 30px;
      font-family: "Russo One - Regular", "Helvetica", sans-serif; }
    .article-top .article-text h3 {
      margin: 0;
      padding: 0;
      margin-bottom: 5px;
      margin-top: 15px;
      color: #e41d30;
      font-size: 24px;
      font-weight: 400;
      line-height: 30px;
      font-family: "Russo One - Regular", "Helvetica", sans-serif; }
    .article-top .article-text h4 {
      margin: 0;
      padding: 0;
      margin-bottom: 10px;
      font-family: "Open Sans - Bold", "Helvetica", sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 22px;
      color: #151515; }
    .article-top .article-text p {
      margin: 0;
      padding: 0;
      margin-bottom: 15px;
      font-family: "Open Sans - Regular", "Helvetica", sans-serif;
      color: #151515;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px; }
    .article-top .article-text ul {
      margin: 0;
      padding: 0;
      margin-bottom: 20px;
      /*list-style: none;*/ }
    .article-top .article-text li {
      font-family: "Open Sans - Regular", "Helvetica", sans-serif;
      color: #151515;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px;

      margin-left: 20px;
    padding-left: 5px;
    padding-bottom: 5px;
      /*display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;*/
              list-style-image: url("../img/article-icon.svg"); }
      /*.article-top .article-text li::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        margin-right: 10px;
        background-image: url("../img/article-icon.svg");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover; }*/

  .article-top .title-wrapper {
    position: relative;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 767px) {
      .article-top .title-wrapper {
        margin: 0 auto 40px;
        width: 75%; } }


.main-top {
  position: relative;
  padding: 20px 0;
  /* height: 714px; */
  /* padding-top: 200px; */
  background-image: url("../img/jammfit.png"), url("../img/main-top-bg.jpg");
  background-position: center, top center;
  background-repeat: no-repeat;
  background-size: contain, cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden; }

  @media (max-width: 719px) {
    .main-top {
      background-position: 0px 300px,top center; } }
  .main-top::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 147px;
    background-image: url("../img/main-top-wave.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 719px) {
      .main-top::before {
        bottom: -77px;
        background-size: contain; } }

.main-top .top-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.top-video {
  z-index: 20;

  width: 60%;
  margin-right: 20px;
}

.top-video .top-video-place {
  position: relative;

  padding-bottom: 52.25%;
      padding-top: 26px;
  /*padding-bottom: 60%;
    padding-top: 2px;*/
  height: 0;
  
  background: url(/img/mainvideobg.jpg);
    background-size: cover;

  overflow: hidden;
}
  @media (max-width: 719px) {
      .top-video .top-video-place {
          padding-top: 14px;
      }
  }


.top-video iframe {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

.top-form {
  position: relative;
  z-index: 20;

  width: 40%;
}

.top-form * {
  box-sizing: border-box;
}

.top-form-title {
  position: relative;

  margin-bottom: 10px;
  margin-left: 20px;

  line-height: 65px;
  text-transform: uppercase;
  color: #e41d30;
  font-family: "Russo One - Regular", "Helvetica", sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.top-form-title::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -23px;

  width: 3px;
  height: 41px;

  background-color: #fff;
  border: 1px solid #fff;

  box-sizing: border-box;
}

.top-form-title::after {
  content: "начало";
  position: absolute;
  left: -44px;
  bottom: -54px;

  font-size: 12px;
  text-transform: uppercase;
  color: #e41d30;
  font-family: "Russo One - Regular", "Helvetica", sans-serif;

  transform: rotate(270deg) scale(1) skew(1deg) translate(0px);
}

.top-form-title+p {
  margin: 0;
  padding-bottom: 22px;
  margin-left: 20px;

  font-size: 24px;
  color: white;
  font-family: "Russo One - Regular", "Helvetica", sans-serif;
}

.top-form .top-form-place {
  border: 11px solid #e41d30;
      background-image: url(/img/b25.png);
    /*  border: 11px solid #e41d30;
    background-image: url(/img/b25.png);
    margin-top: 2px;*/
}

.top-form .top-form-place form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  flex-direction: column;
      padding-bottom: 14px;
}

.top-form .top-form-place .wrapper {
  display:  flex;
  justify-content: space-between;
}

.top-form .top-form-place h3 {
  padding-top: 10px;
  line-height: 22px;
  margin: 21px 0 0;

  color: #fff;
  font-size: 36px;
  font-weight: 400;
  font-family: "Russo One - Regular", "Helvetica", sans-serif;
}

.top-form .top-form-place h3 span {
  font-size: 18px;
  /*font-weight: 300;*/
  line-height: 16px;
  font-family: "Russo One - Regular", "Helvetica", sans-serif;
}

.top-form .top-form-place h3+p {
  padding-top: 18px;

  color: #fff;
  color: white;
  font-size: 18px;
  text-align: center;
  font-family: "Russo One - Light", "Helvetica", sans-serif;
}

.top-form .top-form-place h3+p span {
  color: #e41d30;
  font-size: 31px;
  font-weight: 400;
  font-family: "Russo One - Regular", "Helvetica", sans-serif;
}

.top-form .top-form-place p {
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
}

.top-form-input {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
}

.input-style {
  position: relative;

  width: 47%;
}

.input-style .name {
  background: url("../img/inp1.png") no-repeat left center;
}

.input-style input {
  width: 100%;
  height: 55px;
  padding-left: 35px;

  background: none;
  border: none;
font-size:13px;
  color: #fff;
  font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
  text-transform: uppercase;
}

.input-style::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;

  height: 2px;
  width: 100%;

  background: #e41d30;
  box-shadow: 0 0 9.7px 0.3px rgba(228, 29, 48, 0.84);
}

.input-style .phone {
  background: url("../img/inp2.png") no-repeat left center;
}

.top-form-button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.top-form-button button {
  position: relative;
  margin-top: 29px;
  height: 65px;
  margin-right: 3%;
  flex-basis: 50%;

  background-color: #449433;
  border: none;
  border: 1px solid #449433;

  font-weight: 600;
  color: #fff;
  font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
  -webkit-transition: 0.1s;
        transition: 0.1s;
        
        font-size: 18px;
    text-transform: uppercase;
        
}

.top-form-button button:hover {
  background-color: transparent;
}

    

.top-form-button button::after {
  content: "";
  position: absolute;
  right: -6%;
  top: 30px;

  width: 12%;
  height: 2px;

  background-color: #fbfbfb;

  box-sizing: border-box;
}

.top-form-button div {
  padding-top: 24px;
    margin-left: 3%;
    flex-basis: 65%;
    font-size: 10px;
    line-height: 20px;
    color: #777;
  font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
}
@media (max-width: 1119px) {
    .top-form-button div {
    /*padding-top: 50px;*/
    }
}

.top-form-button p {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
}

.top-form-bottom {
  position: relative;

  margin-top: 22px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.top-form-bottom p {
  margin: 0;

  font-size: 12px;
  line-height: 16px;
  color: #fff;
  font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
}

.top-form-bottom a:hover {
  color: #fff;
  opacity: 1;
}

.top-form-bottom .what-button {
  font-size: 16px;
  color: #fff !important;
  opacity: 0.45;
  text-decoration: underline;
  font-weight: 300;
  font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
}

.top-form .what {
  position: absolute;
  z-index: 5;
  top: 25px;

  display: none;
  width: 100%;
  padding: 40px;

  background-color: white;
  box-shadow: 0 9px 27px rgba(0, 0, 0, 0.36);
}

.what h3 {
  margin: 0;

  display: inline-block;
  color: #141616;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Open Sans - Bold", "Helvetica", sans-serif;
  position: relative;
}

.what p {
  margin: 0;

  color: #3a3e3e;
  font-family: "Open Sans - Regular", "Helvetica", sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 16px;
}

@media (max-width: 1119px) {
  .main-top {
    padding-top: 15px;
  }

  .main-top .top-wrapper {
    flex-direction: column;
  }

  .top-video {
    width: 100%;
    margin-right: 0;
  }

  .top-form {
    width: 100%;
    margin-top: 30px;
  }

  .top-form-title {
    line-height: 60px;
  }

}

@media (max-width: 719px) {

  .top-form-title {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }

  .top-form-title+p {
    font-size: 16px;
    text-align: center;
  }

  .top-form-title::after,
  .top-form-title::before {
    content: none;
  }

}

@media (max-width: 599px) {

  .top-form .top-form-place .wrapper {
    flex-direction: column;
  }

  .top-form .top-form-place h3 {
    margin: 15px 0 0;

    text-align: center;
  }

  .top-form .top-form-place h3+p {
    margin:  0;
  }

  .top-form-input {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
  }

  .input-style {
    width: 100%;
  }

  .top-form-button {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .top-form-button button {
    width: 100%;
    margin-right: 0;
  }

  .top-form-button button::after {
    content: none;
  }

  .top-form-button div {
    width: 100%;
    margin-left: 0;

    text-align: center;
  }

  .top-form-bottom {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
  }

  .top-form-bottom a {
    margin-top: 10px;
  }

  .top-form .what {
    top: 50px;
  }
}

/*   .main-top .main-top-text {
    position: relative;
    width: 500px;
    margin-left: 40px; }
    @media (max-width: 1119px) {
      .main-top .main-top-text {
        width: 610px;
        margin: 0 auto;
        text-align: center; } }
    @media (max-width: 719px) {
      .main-top .main-top-text {
        width: 245px; } }
    .main-top .main-top-text::before {
      content: "";
      position: absolute;
      top: -30px;
      left: -40px;
      width: 50px;
      height: 52px;
      background-image: url("../img/title-arrow.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      @media (max-width: 1119px) {
        .main-top .main-top-text::before {
          top: -20px;
          left: -20px;
          width: 38px;
          height: 40px; } }
    .main-top .main-top-text::after {
      content: "";
      position: absolute;
      bottom: -20px;
      right: -20px;
      width: 50px;
      height: 52px; */
      /*background-image: url("../img/title-arrow.svg");*/
/*       background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 1119px) {
        .main-top .main-top-text::after {
          width: 40px;
          height: 42px; } }
    .main-top .main-top-text p {
      margin: 0;
      padding: 0; }
      .main-top .main-top-text p:nth-of-type(1) {
        margin-bottom: 20px;
        color: #e41d30;
        font-family: "Open Sans - Bold", "Helvetica", sans-serif;
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase; }
        @media (max-width: 1119px) {
          .main-top .main-top-text p:nth-of-type(1) {
            font-size: 20px; } }
        @media (max-width: 719px) {
          .main-top .main-top-text p:nth-of-type(1) {
            margin-bottom: 10px;
            font-size: 18px; } }
      .main-top .main-top-text p:nth-of-type(2) {
        font-family: "Russo One - Regular", "Helvetica", sans-serif;
        font-weight: 400;
        line-height: 65px;
        color: #ffffff;
        font-size: 55px; }
        @media (max-width: 1119px) {
          .main-top .main-top-text p:nth-of-type(2) {
            font-size: 48px; } }
        @media (max-width: 719px) {
          .main-top .main-top-text p:nth-of-type(2) {
            font-size: 30px;
            line-height: 36px; } } */

.main-pluses {
  position: relative;
      /*margin-top: 140px;*/
      margin-top: -73px;
  padding-bottom: 30px;
  text-align: center;
  padding-top: 45px;
  /*background-color: #ffffff;
  background-image: url("../img/main-pluses-wave.png");
  background-position: top center;
  background-repeat: repeat-y;
  background-size: cover;*/
  background-color: #f5f5f5;}
  @media (max-width: 1119px) {
    .main-pluses {
      /*margin-top: 220px;*/
      padding-bottom: 10px; } }
  @media (max-width: 719px) {
    .main-pluses {
      /*margin-top: 340px;*/
      padding-bottom: 10px; } }
  .main-pluses .main-pluses-title {
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: #1e1e1e;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .main-pluses .main-pluses-title {
        font-size: 30px; } }
    .main-pluses .main-pluses-title::after {
      content: "";
      position: absolute;
      top: -10px;
      /*left: calc((100% - 365px)/ 2);*/
      left: calc((100% - 630px)/ 2);
      width: 30px;
      height: 32px;
      background-image: url("../img/title-arrow.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      @media (max-width: 719px) {
        .main-pluses .main-pluses-title::after {
          top: -8px;
          /*left: calc((100% - 251px)/ 2);*/
          left: calc((100% - 420px)/ 2);
          width: 21px;
          height: 23px; } }
  .main-pluses .main-pluses-title-big {
    position: absolute;
   top: -22px;
    left: calc((100% - 656px) / 2);
    margin: 0;
    padding: 0;
    /*color: #f5f5f5;*/
    color: #ffffff;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 100px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .main-pluses .main-pluses-title-big {
        top: 35px;
        left: calc((100% - 295px) / 2);
        font-size: 36px; } }
  .main-pluses p {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    color: #e41d30;
    font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .main-pluses p {
        font-size: 16px; } }
    .main-pluses p span {
      color: #1e1e1e; }
  .main-pluses .plus {
    position: relative;
    height: 117px;
    margin-bottom: 10px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    background-image: url("../img/plus-img1.jpg");
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 719px) {
      .main-pluses .plus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 20px;
        height: 264px;
        background-image: url("../img/plus-img1-720.jpg");
        background-size: cover; } }
    .main-pluses .plus:nth-of-type(1) .plus-right {
      /*background-color: rgba(179, 18, 33, 0.66);*/ }
      .main-pluses .plus:nth-of-type(1) .plus-right p {
        margin-right: 65px; }
        @media (max-width: 1119px) {
          .main-pluses .plus:nth-of-type(1) .plus-right p {
            margin-right: 10px; } }
    .main-pluses .plus:nth-of-type(2) {
      background-image: url("../img/plus-img4.jpg"); }
      @media (max-width: 719px) {
        .main-pluses .plus:nth-of-type(2) {
          background-image: url("../img/plus-img4-720.jpg");
          background-size: cover; } }
    .main-pluses .plus:nth-of-type(3) {
      background-image: url("../img/plus-img3.jpg");
      background-position: 0 0; }
      @media (max-width: 719px) {
        .main-pluses .plus:nth-of-type(3) {
          background-image: url("../img/plus-img3-720.jpg");
          background-size: cover; } }
    .main-pluses .plus:nth-of-type(4) {
      background-image: url("../img/plus-img4.jpg"); }
      @media (max-width: 719px) {
        .main-pluses .plus:nth-of-type(4) {
          background-image: url("../img/plus-img4-720.jpg");
          background-size: cover; } }
    .main-pluses .plus:nth-of-type(5) {
      background-image: url("../img/plus-img5.jpg"); }
      @media (max-width: 719px) {
        .main-pluses .plus:nth-of-type(5) {
          background-image: url("../img/plus-img5-720.jpg");
          background-size: cover; } }
    .main-pluses .plus:nth-of-type(6) {
      background-image: url("../img/plus-img6.jpg"); }
      @media (max-width: 719px) {
        .main-pluses .plus:nth-of-type(6) {
          background-image: url("../img/plus-img6-720.jpg");
          background-size: cover; } }
          .main-pluses .plus:nth-of-type(7) {
      background-image: url("../img/kedr2.jpg"); }
      @media (max-width: 719px) {
        .main-pluses .plus:nth-of-type(7) {
          background-image: url("../img/kedr.jpg");
          background-size: cover; } }
    .main-pluses .plus::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      /*border: 14px solid transparent;
      border-top: 14px solid #f5f5f5;
      border-left: 14px solid #f5f5f5;*/ }
    .main-pluses .plus::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 10;
      /*border: 14px solid transparent;
      border-bottom: 14px solid #f5f5f5;
      border-right: 14px solid #f5f5f5; */}
    .main-pluses .plus .plus-left {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: left;
      background-color: rgba(54, 54, 54, 0.25);
      border-right: 1px solid #ffffff; }
      @media (max-width: 719px) {
        .main-pluses .plus .plus-left {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: center;
          border: none; } }
      .main-pluses .plus .plus-left p {
        margin: 0;
        margin-left: 40px;
        color: #ffffff;
        font-family: "Russo One - Regular", "Helvetica", sans-serif;
        font-size: 32px;
        font-weight: 400;
        text-transform: none;
    /* text-shadow: 1px 1px 1px #222; */
    }
        @media (max-width: 1119px) {
          .main-pluses .plus .plus-left p {
            margin-left: 30px; } }
        @media (max-width: 719px) {
          .main-pluses .plus .plus-left p {
            margin: 0 30px;
            font-size: 24px; } }
    .main-pluses .plus .plus-right {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: left;
      /*background-color: rgba(31, 31, 31, 0.75);*/
      background-color: rgba(40, 6, 9, 0.85);
      }
      .main-pluses .plus .plus-left {
         background-color: rgba(31, 31, 31, 0.50);
      }

      @media (max-width: 719px) {
        .main-pluses .plus .plus-right {
          text-align: center; } }
      .main-pluses .plus .plus-right:hover {
        /*background-color: rgba(179, 18, 33, 0.66);
    -webkit-transition: background .25s;
    -moz-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;*/
    }
      .main-pluses .plus .plus-right p {
        margin: 0;
        margin-left: 50px;
        margin-right: 50px;
        color: #ffffff;
        font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
        font-size: 15px;
        font-weight: normal;
        line-height: 30px;
        text-transform: none;
    text-shadow: 0 0 5px #222;
    }
        @media (max-width: 1119px) {
          .main-pluses .plus .plus-right p {
            margin-left: 30px;
            margin-right: 10px; } }
        @media (max-width: 719px) {
          .main-pluses .plus .plus-right p {
            margin: 0 15px;
            font-size: 16px;
            line-height: 24px; } }
    .main-pluses .plus a {
      color:#e41d30;
    }


.main-pluses2 {
  position: relative;
      /*margin-top: 140px;*/
      margin-top: 0px;
  padding-bottom: 30px;
  text-align: center;
  padding-top: 45px;
  /*background-color: #ffffff;
  background-image: url("../img/main-pluses-wave.png");
  background-position: top center;
  background-repeat: repeat-y;
  background-size: cover;*/
  background-color: #f5f5f5;}
  @media (max-width: 1119px) {
    .main-pluses2 {
      /*margin-top: 220px;*/
      padding-bottom: 10px; } }
  @media (max-width: 719px) {
    .main-pluses2 {
      /*margin-top: 340px;*/
      padding-bottom: 10px; } }
  .main-pluses2 .main-pluses2-title {
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: #1e1e1e;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .main-pluses2 .main-pluses2-title {
        font-size: 30px; } }
    .main-pluses2 .main-pluses2-title::after {
      content: "";
      position: absolute;
      top: -10px;
      /*left: calc((100% - 365px)/ 2);*/
      left: calc((100% - 630px)/ 2);
      width: 30px;
      height: 32px;
      background-image: url("../img/title-arrow.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      @media (max-width: 719px) {
        .main-pluses2 .main-pluses2-title::after {
          top: -8px;
          /*left: calc((100% - 251px)/ 2);*/
          left: calc((100% - 420px)/ 2);
          width: 21px;
          height: 23px; } }
  .main-pluses2 .main-pluses2-title-big {
    position: absolute;
   top: -22px;
    left: calc((100% - 656px) / 2);
    margin: 0;
    padding: 0;
    /*color: #f5f5f5;*/
    color: #ffffff;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 100px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .main-pluses2 .main-pluses2-title-big {
        top: 35px;
        left: calc((100% - 295px) / 2);
        font-size: 36px; } }
  .main-pluses2 p {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    color: #e41d30;
    font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .main-pluses2 p {
        font-size: 16px; } }
    .main-pluses2 p span {
      color: #1e1e1e; }
  .main-pluses2 .plus {
    position: relative;
    height: 117px;
    margin-bottom: 10px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    background-image: url("../img/plus-img-tren.jpg");
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 719px) {
      .main-pluses2 .plus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 20px;
        height: 264px;
        background-image: url("../img/plus-img-tren-720.jpg");
        background-size: cover; } }
    .main-pluses2 .plus:nth-of-type(1) .plus-right {
      /*background-color: rgba(179, 18, 33, 0.66);*/ }
      .main-pluses2 .plus:nth-of-type(1) .plus-right p {
        margin-right: 65px; }
        @media (max-width: 1119px) {
          .main-pluses2 .plus:nth-of-type(1) .plus-right p {
            margin-right: 10px; } }
    .main-pluses2 .plus:nth-of-type(2) {
      background-image: url("../img/plus-img2.jpg"); }
      @media (max-width: 719px) {
        .main-pluses2 .plus:nth-of-type(2) {
          background-image: url("../img/plus-img2-720.jpg");
          background-size: cover; } }
    .main-pluses2 .plus:nth-of-type(3) {
      background-image: url("../img/plus-img3.jpg");
      background-position: 0 0; }
      @media (max-width: 719px) {
        .main-pluses2 .plus:nth-of-type(3) {
          background-image: url("../img/plus-img3-720.jpg");
          background-size: cover; } }
    .main-pluses2 .plus:nth-of-type(4) {
      background-image: url("../img/plus-img6.jpg"); }
      @media (max-width: 719px) {
        .main-pluses2 .plus:nth-of-type(4) {
          background-image: url("../img/plus-img6-720.jpg");
          background-size: cover; } }
     .main-pluses2 .plus:nth-of-type(5) {
      background-image: url("../img/plus-img-spa.jpg"); }
      @media (max-width: 719px) {
        .main-pluses2 .plus:nth-of-type(5) {
          background-image: url("../img/plus-img-spa-720.jpg");
          background-size: cover; } }
    .main-pluses2 .plus:nth-of-type(6) {
      background-image: url("../img/plus-img-kedr.jpg"); }
      @media (max-width: 719px) {
        .main-pluses2 .plus:nth-of-type(6) {
          background-image: url("../img/plus-img-kedr-720.jpg");
          background-size: cover; } }
    .main-pluses2 .plus:nth-of-type(7) {
      background-image: url("../img/kedr2.jpg"); }
      @media (max-width: 719px) {
        .main-pluses2 .plus:nth-of-type(7) {
          background-image: url("../img/kedr.jpg");
          background-size: cover; } }      
          
    .main-pluses2 .plus::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      /*border: 14px solid transparent;
      border-top: 14px solid #f5f5f5;
      border-left: 14px solid #f5f5f5;*/ }
    .main-pluses2 .plus::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 10;
      /*border: 14px solid transparent;
      border-bottom: 14px solid #f5f5f5;
      border-right: 14px solid #f5f5f5; */}
    .main-pluses2 .plus .plus-left {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: left;
      background-color: rgba(54, 54, 54, 0.25);
      border-right: 1px solid #ffffff; }
      @media (max-width: 719px) {
        .main-pluses2 .plus .plus-left {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: center;
          border: none; } }
      .main-pluses2 .plus .plus-left p {
        margin: 0;
        margin-left: 40px;
        color: #ffffff;
        font-family: "Russo One - Regular", "Helvetica", sans-serif;
        font-size: 32px;
        font-weight: 400;
        text-transform: none;
    /* text-shadow: 1px 1px 1px #222; */
    }
        @media (max-width: 1119px) {
          .main-pluses2 .plus .plus-left p {
            margin-left: 30px; } }
        @media (max-width: 719px) {
          .main-pluses2 .plus .plus-left p {
            margin: 0 30px;
            font-size: 24px; } }
    .main-pluses2 .plus .plus-right {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: left;
      /*background-color: rgba(31, 31, 31, 0.75);*/
      background-color: rgba(40, 6, 9, 0.85);
      }
      .main-pluses2 .plus .plus-left {
         background-color: rgba(31, 31, 31, 0.50);
      }

      @media (max-width: 719px) {
        .main-pluses2 .plus .plus-right {
          text-align: center; } }
      .main-pluses2 .plus .plus-right:hover {
        /*background-color: rgba(179, 18, 33, 0.66);
    -webkit-transition: background .25s;
    -moz-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;*/
    }
      .main-pluses2 .plus .plus-right p {
        margin: 0;
        margin-left: 50px;
        margin-right: 50px;
        color: #ffffff;
        font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
        font-size: 15px;
        font-weight: normal;
        line-height: 30px;
        text-transform: none;
    text-shadow: 0 0 5px #222;
    }
        @media (max-width: 1119px) {
          .main-pluses2 .plus .plus-right p {
            margin-left: 30px;
            margin-right: 10px; } }
        @media (max-width: 719px) {
          .main-pluses2 .plus .plus-right p {
            margin: 0 15px;
            font-size: 16px;
            line-height: 24px; } }
    .main-pluses2 .plus a {
      color:#e41d30;
    }


.main-video {
  position: relative;
  margin-top: -130px;
  text-align: center; }
  .main-video .main-video-title {
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: #1e1e1e;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .main-video .main-video-title {
        font-size: 30px; } }
    .main-video .main-video-title span {
      color: #e41d30; }
    .main-video .main-video-title .m720 {
      display: none; }
      @media (max-width: 719px) {
        .main-video .main-video-title .m720 {
          display: block; } }
    .main-video .main-video-title::after {
      content: "";
      position: absolute;
      bottom: -40px;
      right: calc((100% - 560px)/ 2);
      width: 30px;
      height: 32px;
      background-image: url("../img/title-arrow.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 719px) {
        .main-video .main-video-title::after {
          top: 44px;
          left: calc((100% - -228px)/ 2);
          width: 17px;
          height: 18px; } }
  .main-video .main-video-title-big {
    position: absolute;
    top: -50px;
    left: calc((100% - 662px) / 2);
    margin: 0;
    padding: 0;
    color: #f5f5f5;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 100px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .main-video .main-video-title-big {
        top: -13px;
        left: calc((100% - 298px) / 2);
        font-size: 45px; } }
  .main-video p {
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    color: #e41d30;
    font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .main-video p {
        margin-bottom: 20px;
        font-size: 16px; } }
    .main-video p span {
      color: #1e1e1e; }
  .main-video .video {
    background-color: #1d1d1d;
    background-image: url("../img/jammfit.png"), url("../img/main-top-wave.png");
    background-position: center, bottom center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 1119px) {
      .main-video .video .container {
        padding: 0; } }
    .main-video .video .dddd {
      position: relative;
      padding-bottom: 56.25%;
      /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
      padding-top: 30px;
      height: 0;
      overflow: hidden; }
    .main-video .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.main-results {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  /*background-color: #f5f5f5;*/

    background-color: #ffffff;
    background-image: url(../img/main-pluses-wave.png);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: cover; 
    
    
}
  @media (max-width: 1119px) {
    .main-results {
      padding-bottom: 50px; } }
  @media (max-width: 719px) {
    .main-results {
      padding-top: 20px;
      padding-bottom: 30px; } }
  .main-results .container {
    position: relative; }
  .main-results .main-results-title {
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: #1e1e1e;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .main-results .main-results-title {
        font-size: 30px; } }
    .main-results .main-results-title span {
      color: #e41d30; }
    .main-results .main-results-title .m720 {
      display: none; }
      @media (max-width: 719px) {
        .main-results .main-results-title .m720 {
          display: block; } }
    .main-results .main-results-title::after {
      content: "";
      position: absolute;
      top: -20px;
      left: calc((100% - 510px)/ 2);
      width: 30px;
      height: 32px;
      background-image: url("../img/title-arrow.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      @media (max-width: 719px) {
        .main-results .main-results-title::after {
          top: 0px;
          left: calc((100% - 222px)/ 2);
          width: 16px;
          height: 17px; } }
  .main-results .main-results-title-big {
    position: absolute;
    top: 30px;
    left: calc((100% - 1026px) / 2);
    margin: 0;
    padding: 0;
        color: #f5f5f5;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 100px;
    font-weight: 400;
    text-transform: uppercase;
    
      
  }
    @media (max-width: 1119px) {
      .main-results .main-results-title-big {
        left: calc((100% - 679px) / 2); } }
    @media (max-width: 719px) {
      .main-results .main-results-title-big {
        top: 38px;
        left: calc((100% - 306px) / 2);
        font-size: 45px; } }
    .main-results .main-results-title-big .m1120 {
          color: #f5f5f5; }
      @media (max-width: 1119px) {
        .main-results .main-results-title-big .m1120 {
          display: none; } }
  .main-results p {
    margin: 0;
    padding: 0;
    margin-bottom: 70px;
    color: #e41d30;
    font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 1119px) {
      .main-results p {
        margin-bottom: 50px; } }
    @media (max-width: 719px) {
      .main-results p {
        margin-bottom: 25px;
        font-size: 16px; } }
    .main-results p span {
      color: #1e1e1e; }
  .main-results .results-article {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 64px; }
    @media (max-width: 1119px) {
      .main-results .results-article {
        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;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 50px;
        padding-left: 0; } }
    @media (max-width: 719px) {
      .main-results .results-article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        margin-bottom: 30px;
        width: 100%;} }
    .main-results .results-article .article-text {
      position: relative;
      width: 570px;
      padding-right: 187px;
      padding-top: 30px;
      padding-left: 22px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 8px solid #e41d30;
      background-color: transparent;
      text-align: left; }
      @media (max-width: 1119px) {
        .main-results .results-article .article-text {
          padding-right: 22px; } }
      @media (max-width: 719px) {
        .main-results .results-article .article-text {
          width: 100%;
          padding-left: 0;
              padding-top: 15px;
          border: 0;
          background-color: transparent; } }
      .main-results .results-article .article-text::before {
        content: "";
        position: absolute;
        top: 20px;
        left: -40px;
        width: 71px;
        height: 172px;
        background-image: url("../img/main-results-article.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover; }
        @media (max-width: 719px) {
          .main-results .results-article .article-text::before {
            content: none; } }
      .main-results .results-article .article-text::after {
        content: none;
        position: absolute;
        top: 280px;
        left: -40px;
        width: 71px;
        height: 81px;
        background-image: url("../img/main-results-article1.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover; }
        @media (max-width: 1119px) {
          .main-results .results-article .article-text::after {
            content: none; } }
        @media (max-width: 719px) {
          .main-results .results-article .article-text::after {
            content: none; } }
      .main-results .results-article .article-text p {
        margin: 0;
        padding: 0;
        margin-bottom: 15px;
        color: #151515;
        font-family: "Open Sans - Regular", "Helvetica", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        text-transform: none; }
          .main-results .results-article .article-text p:nth-of-type(4) {
            position: relative;
            margin-bottom: 30px; }
            .main-results .results-article .article-text p:nth-of-type(4)::after {
              content: "";
              position: absolute;
              top: -8px;
              left: -61px;
              width: 71px;
              height: 81px;
              background-image: url("../img/main-results-article1.png");
              background-position: 0 0;
              background-repeat: no-repeat;
              background-size: cover; }
    @media (max-width: 1119px) and (max-width: 719px) {
      .main-results .results-article .article-text p:nth-of-type(4)::after {
        content: none; } }
        @media (max-width: 719px) {
          .main-results .results-article .article-text p:nth-of-type(4) {
            margin-bottom: 0; } }
        @media (max-width: 719px) {
          .main-results .results-article .article-text p {
            margin-bottom: 0;
            line-height: 24px; } }
        .main-results .results-article .article-text p span {
          font-family: "Open Sans - Bold", "Helvetica", sans-serif;
          font-weight: 700; }
    .main-results .results-article .article-foto {
      z-index: 10;
      margin-top: 24px;
      right: 60px;
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -160px;
      width: 570px;
      height: 465px;
      -webkit-box-shadow: 0 27px 46px rgba(30, 30, 30, 0.26);
              box-shadow: 0 27px 46px rgba(30, 30, 30, 0.26); }
      @media (max-width: 1119px) {
        .main-results .results-article .article-foto {
          position: relative;
          top: 0;
          right: 0;
          margin-left: 0;
          margin-top: -10px; } }
      @media (max-width: 719px) {
        .main-results .results-article .article-foto {
         width: 319px;
              height: 250px;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-box-shadow: none;
                  box-shadow: none; } }
  .main-results .main-results-slider-left {
    position: absolute;
    top: 237px;
    left: 0;
    z-index: 10;
    width: 15px;
    height: 27px;
    background-image: url("../img/left-arrow.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer; }
    @media (max-width: 1119px) {
      .main-results .main-results-slider-left {
        top: calc((100% - 27px) / 2);
        left: calc((((100% - 570px) / 2) - 15px) / 2); } }
    
        
  .main-results .main-results-slider-right {
    position: absolute;
    top: 237px;
    right: 0;
    width: 15px;
    height: 27px;
    background-image: url("../img/left-arrow.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    @media (max-width: 1119px) {
      .main-results .main-results-slider-right {
        top: calc((100% - 27px) / 2);
        right: calc((((100% - 570px) / 2) - 15px) / 2); } }
        
    @media (max-width: 719px) {    
          .main-results .main-results-slider-left { 
              left: -5px;
                top: 140px;  
          }
          .main-results .main-results-slider-right { 
              right: -5px;
                top: 140px;  
          }
        }        
        
        
  .main-results .slick-list {
    padding-bottom: 80px; }
    @media (max-width: 1119px) {
      .main-results .slick-list {
        padding-bottom: 0; } }
  .main-results .slick-dots {
    margin: 0;
    padding: 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none; }
    .main-results .slick-dots li {
      margin-right: 14px; }
      .main-results .slick-dots li.slick-active button {
        width: 31px;
        height: 31px;
        background-image: url("../img/main-active-dots.png");
        background-position: -16px 0;
        background-repeat: no-repeat;
        -webkit-box-shadow: 0 21px 24px rgba(30, 30, 30, 0.11);
                box-shadow: 0 21px 24px rgba(30, 30, 30, 0.11);
        border-radius: 50%; }
      .main-results .slick-dots li:last-child {
        margin-right: 0; }
      .main-results .slick-dots li button {
        width: 31px;
        height: 31px;
        background-image: url("../img/main-results-slider-dot.png");
        background-position: -16px 0;
        background-repeat: no-repeat;
        -webkit-box-shadow: 0 21px 24px rgba(30, 30, 30, 0.11);
                box-shadow: 0 21px 24px rgba(30, 30, 30, 0.11);
        border-radius: 50%;
        font-size: 0; }

.main-price {
  position: relative;
  height: 815px;
  padding-top: 80px;
  text-align: center;
  background-color: #1d1d1d;
  background-image: url("../img/jammfit.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden; }
  @media (max-width: 1119px) {
    .main-price {
      height: 750px; } }
  @media (max-width: 719px) {
    .main-price {
      padding-top: 45px;
      height: 470px; } }
  .main-price::before {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 147px;
    background-image: url("../img/main-top-wave.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 1119px) {
      .main-price::before {
        bottom: -50px; } }
  .main-price::after {
    content: none;
    position: absolute;
    bottom: 85px;
    right: calc((100% - 80px) / 2);
    z-index: 10;
    width: 63px;
    height: 113px;
    background-image: url("../img/left-arrow2.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);      }
    @media (max-width: 719px) {
      .main-price::after {
        /*content: ""; */} }
  .main-price .container {
    position: relative; }
    .main-price .container::before {
      content: "";
      position: absolute;
      bottom: -579px;
      right: -174px;
      z-index: 20;
      width: 1179px;
      height: 583px;
      background-image: url("../img/main-price-bg.png");
      background-position: 0 0;
      background-repeat: no-repeat; }
      @media (max-width: 1119px) {
        .main-price .container::before {
          bottom: -270px;
          right: 0;
          width: 382px;
          height: 390px;
          background-image: url("../img/main-price-man-1120.png"); } }
      @media (max-width: 719px) {
        .main-price .container::before {
          bottom: -225px;
          right: 0;
          width: 168px;
          height: 173px;
          background-image: url("../img/main-price-man-720.png"); } }
    .main-price .container:after {
      content: none;
      position: absolute;
      bottom: -270px;
      left: 40px;
      z-index: 20;
      width: 271px;
      height: 400px;
      background-image: url("../img/main-price-girl-1120.png");
      background-position: 0 0;
      background-repeat: no-repeat; }
      @media (max-width: 1119px) {
        .main-price .container:after {
          content: ""; } }
      @media (max-width: 719px) {
        .main-price .container:after {
          bottom: -225px;
          left: 15px;
          width: 130px;
          height: 187px;
          background-image: url("../img/main-price-girl-720.png"); } }
    @media (max-width: 1119px) {
      .main-price .container {
        height: 400px; } }
    @media (max-width: 719px) {
      .main-price .container {
        height: 200px; } }
  .main-price h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    color: #e11d30;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .main-price h2 {
        font-size: 26px; } }
    .main-price h2 span {
      color: #ffffff; }
  .main-price p {
    margin: 0;
    padding: 0; }
    .main-price p:nth-of-type(1) {
      margin-bottom: 15px;
      font-family: "Open Sans - Regular", "Helvetica", sans-serif;
      color: #ffffff;
      font-size: 26px;
      font-weight: 400;
      text-transform: uppercase; }
      @media (max-width: 719px) {
        .main-price p:nth-of-type(1) {
          font-size: 16px;
          line-height: 30px; } }
    .main-price p:nth-of-type(2) {
      background: #e11d30;
        color: #ffffff;
      font-family: "Russo One - Regular", "Helvetica", sans-serif;
      font-size: 40px;
      font-weight: 400;
          padding: 5px;
        width: 70%;
     text-align: center; 
    margin-left: 15%;
    text-transform: uppercase;
        
        
    }
      @media (max-width: 719px) {
        .main-price p:nth-of-type(2) {
          font-size: 25px;
          padding:10px;} }

.main-phone {
  height: 250px;
  padding-top: 80px;
  text-align: center;
  background-image: url("../img/jammfit.png"), url("../img/main-phone-bg.jpg");
  background-position: center, top center;
  background-repeat: no-repeat;
  background-size: contain, cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.main-phone .banner {
    margin-top: -20px;
}      
@media (max-width: 1119px) {
        .main-phone { 
            height: 350px; 
            
        }
        /*.main-phone .banner .wrapper h3 { 
            padding-top: 30px;
        }*/
}          
          
  @media (max-width: 719px) {
    .main-phone {
      height: 520px;
    padding-top: 75px; } }
  .main-phone h2 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .main-phone h2 {
        font-size: 30px;
        margin-bottom: 10px; } }
 /* .main-phone p {
    margin: 0;
    padding: 0; }
    .main-phone p:nth-of-type(1) {
      font-family: "Open Sans - Regular", "Helvetica", sans-serif;
      line-height: 48px;
      color: #ffffff;
      font-size: 26px;
      font-weight: 400; }
      @media (max-width: 719px) {
        .main-phone p:nth-of-type(1) {
          font-size: 16px;
          line-height: 26px; } }
      .main-phone p:nth-of-type(1) span {
        color: #e11d30;
        font-weight: 700;
        font-family: "Open Sans - Bold", "Helvetica", sans-serif; }
    .main-phone p:nth-of-type(2) {
      color: #e11d30;
      font-family: "Russo One - Regular", "Helvetica", sans-serif;
      font-size: 60px;
      font-weight: 400;
      line-height: 72px; }
      
      @media (max-width: 719px) {
        .main-phone p:nth-of-type(2) {
          font-size: 34px; } }
*/
.main-insta {
  position: relative;
  z-index: 10;
  /*padding-top: 220px;*/
  padding-bottom: 75px;
  text-align: center;
  background-color: #ffffff; }
  @media (max-width: 1119px) {
    .main-insta {
      padding-bottom: 70px; } }
  @media (max-width: 719px) {
    .main-insta {
      /*padding-top: 350px;*/
      padding-top: 15px;
      padding-bottom: 30px; } }
  .main-insta .container {
    position: relative; }
  .main-insta .main-insta-title {
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: #1e1e1e;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .main-insta .main-insta-title {
        font-size: 30px; } }
    .main-insta .main-insta-title span {
      color: #e41d30; }
    .main-insta .main-insta-title::after {
      content: "";
      position: absolute;
      bottom: -36px;
      right: calc((100% - 414px)/ 2);
      width: 30px;
      height: 32px;
      background-image: url("../img/title-arrow.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 719px) {
        .main-insta .main-insta-title::after {
          top: 44px;
          left: calc((100% - -228px)/ 2);
          width: 17px;
          height: 18px; } }
  .main-insta .main-insta-title-big {
    position: absolute;
    /*top: 170px;*/     top: -30px;
    left: calc((100% - 822px) / 2);
    margin: 0;
    padding: 0;
    color: #f5f5f5;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 100px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 1119px) {
      .main-insta .main-insta-title-big {
        /*top: 185px;*/     top: -15px;
        left: calc((100% - 699px) / 2);
        font-size: 85px; } }
    @media (max-width: 719px) {
      .main-insta .main-insta-title-big {
       /* top: 340px; */    top: 140px;
        left: calc((100% - 185px) / 2);
        font-size: 45px;
        line-height: 55px; } }
    .main-insta .main-insta-title-big .m720 {
      display: none; }
      @media (max-width: 719px) {
        .main-insta .main-insta-title-big .m720 {
          display: block; } }
  .main-insta p {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    color: #e41d30;
    font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .main-insta p {
        /*margin-bottom: 80px;*/
        font-size: 16px; } }
    .main-insta p span {
      color: #1e1e1e; }
  .main-insta .text {
    z-index: 10; }
  @media (max-width: 1119px) {
    .main-insta .main-insta-slider {
      display: none; } }
  .main-insta .main-insta-slider-1120 {
    display: none; }
    @media (max-width: 1119px) {
      .main-insta .main-insta-slider-1120 {
        display: block; } }
    @media (max-width: 767px) {
      .main-insta .main-insta-slider-1120 {
        display: none; } }
  .main-insta .main-insta-slider-768 {
    display: none; }
    @media (max-width: 767px) {
      .main-insta .main-insta-slider-768 {
        display: block; } }
  .main-insta .slider-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 973px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 1119px) {
      .main-insta .slider-item {
        width: auto; } }
    .main-insta .slider-item img {
      width: 100%;
      height: inherit;
      -o-object-fit: cover;
         object-fit: cover; }
    .main-insta .slider-item a {
      position: relative;
      width: 100%;
      height: 100%;
      display: block; }
      .main-insta .slider-item a:hover .slider-hover {
        position: absolute;
        top: 0;
        display: block;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .main-insta .slider-item a:hover .slider-hover::before {
          content: "";
          position: absolute;
          top: calc((100% - 37px) / 2);
          left: calc((100% - 36px) / 2);
          z-index: 10;
          width: 36px;
          height: 37px;
          background-image: url("../img/insta-loop.png");
          background-position: 0 0;
          background-repeat: no-repeat;
          cursor: pointer; }
      .main-insta .slider-item a .insta-button {
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 99999;
        width: 26px;
        height: 26px;
        padding: 4px;
        display: none;
        background: black;
        cursor: pointer; }
      .main-insta .slider-item a .slider-hover {
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(228, 29, 48, 0.68); }
    .main-insta .slider-item .side-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-right: 10px; }
      @media (max-width: 767px) {
        .main-insta .slider-item .side-item {
          display: none; } }
      .main-insta .slider-item .side-item:last-of-type {
        margin-right: 0; }
        @media (max-width: 1119px) {
          .main-insta .slider-item .side-item:last-of-type {
            display: none; } }
      .main-insta .slider-item .side-item .side-item-inner {
        width: 215px;
        height: 215px;
        margin-bottom: 10px;
        overflow: hidden; }
        .main-insta .slider-item .side-item .side-item-inner:last-child {
          margin-bottom: 0; }
    .main-insta .slider-item .main-item {
      width: 440px;
      height: 440px;
      margin-right: 10px;
      -o-object-fit: cover;
         object-fit: cover;
      overflow: hidden; }
      @media (max-width: 767px) {
        .main-insta .slider-item .main-item {
          margin-right: 0; } }
      @media (max-width: 599px) {
        .main-insta .slider-item .main-item {
          width: 290px;
          height: 290px;
          margin-bottom: 10px; } }
  .main-insta .slick-track {
    height: 440px; }
    @media (max-width: 599px) {
      .main-insta .slick-track {
        height: auto; } }
  .main-insta .main-insta-slider-left {
    position: absolute;
    top: calc((100% - 27px) / 2);
    left: 0;
    z-index: 10;
    width: 15px;
    height: 27px;
    background-image: url("../img/left-arrow.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer; }
    @media (max-width: 1119px) {
      .main-insta .main-insta-slider-left {
        left: 10px; } }
  .main-insta .main-insta-slider-right {
    position: absolute;
    top: calc((100% - 27px) / 2);
    right: 0;
    width: 15px;
    height: 27px;
    background-image: url("../img/left-arrow.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    @media (max-width: 1119px) {
      .main-insta .main-insta-slider-right {
        right: 10px; } }

.main-map {
  height: 440px;
  background-image: url("../img/contacts-map.jpg");
  background-position: top center;
  background-repeat: no-repeat; }
  @media (max-width: 719px) {
    .main-map {
      height: 550px; } }
  .main-map .map {
    width: 100%;
    height: 440px; }
    @media (max-width: 719px) {
      .main-map .map {
        height: 350px;
        }
       }
    .main-map .map [class*="ymaps-2"][class*="-ground-pane"] {
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      -webkit-filter: grayscale(100%); }
  .main-map .container {
    position: relative; }
    @media (max-width: 719px) {
      .main-map .container {
        padding: 0; } }
  .main-map .address {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 414px;
    height: 440px;
    padding-left: 30px;
    padding-top: 70px;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 1119px) {
      .main-map .address {
        width: 330px;
        padding-top: 50px; } }
    @media (max-width: 719px) {
      .main-map .address {
        position: relative;
        width: 100%;
        height: 200px;
        padding-top: 15px;
        padding-left: 0;
        text-align: center;
        background-color: rgba(255,255,255,0.8); } }
    .main-map .address h2 {
      margin: 0;
      padding: 0;
      margin-bottom: 110px;
      font-family: "Russo One - Regular", "Helvetica", sans-serif;
      font-size: 45px;
      font-weight: 400;
      line-height: 48px;
      text-transform: uppercase; }
      @media (max-width: 1119px) {
        .main-map .address h2 {
          margin-bottom: 90px; } }
      @media (max-width: 719px) {
        .main-map .address h2 {
          margin-bottom: 0;
          font-size: 30px;
          line-height: 36px; } }
      .main-map .address h2 span {
        color: #e41d30;
        font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        text-transform: uppercase; }
        @media (max-width: 719px) {
          .main-map .address h2 span {
            font-size: 16px; } }
    .main-map .address p {
      margin: 0;
      padding: 0;
      font-size: 16px;
      color: #1f1f1f; }
      @media (max-width: 719px) {
        .main-map .address p {
          display: block; } }
      .main-map .address p:nth-of-type(1) {
        font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
        font-weight: 600;
        line-height: 30px; }
      .main-map .address p:nth-of-type(2) {
        font-family: "Open Sans - Light", "Helvetica", sans-serif;
        font-weight: 300;
        line-height: 30px; }

.main-reviews {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
  background-color: #f5f5f5; }
  @media (max-width: 1119px) {
    .main-reviews {
      padding-bottom: 40px; } }
  @media (max-width: 719px) {
    .main-reviews {
      padding-top: 50px; } }
  .main-reviews .container {
    position: relative; }
  .main-reviews .main-reviews-title {
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: #1e1e1e;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 719px) {
      .main-reviews .main-reviews-title {
        font-size: 30px; } }
    .main-reviews .main-reviews-title span {
      color: #e41d30; }
    .main-reviews .main-reviews-title::after {
      content: "";
      position: absolute;
      top: -15px;
      left: calc((100% - 410px) / 2);
      width: 30px;
      height: 32px;
      background-image: url("../img/title-arrow.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      @media (max-width: 719px) {
        .main-reviews .main-reviews-title::after {
          top: -5px;
          left: calc((100% - 258px)/ 2);
          width: 16px;
          height: 17px; } }
  .main-reviews .main-reviews-title-big {
    position: absolute;
    top: 0px;
    left: calc((100% - 807px) / 2);
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 100px;
    font-weight: 400;
    text-transform: uppercase; }
    .main-reviews .main-reviews-title-big .m720 {
      display: none; }
      @media (max-width: 719px) {
        .main-reviews .main-reviews-title-big .m720 {
          display: block; } }
    @media (max-width: 1119px) {
      .main-reviews .main-reviews-title-big {
        top: 15px;
        left: calc((100% - 646px) / 2);
        font-size: 80px; } }
    @media (max-width: 719px) {
      .main-reviews .main-reviews-title-big {
        /*top: -16px;
        left: calc((100% - 211px)/ 2);
        font-size: 36px;*/
        top: 25px;
    left: calc((100% - 281px)/ 2);
    font-size: 36px;
    white-space: nowrap;
        line-height: 57px; } }
  .main-reviews p {
    margin: 0;
    padding: 0;
    margin-bottom: 70px;
    color: #e41d30;
    font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 1119px) {
      .main-reviews p {
        margin-bottom: 60px; } }
    @media (max-width: 719px) {
      .main-reviews p {
        margin-bottom: 60px;
        font-size: 16px; } }
    .main-reviews p span {
      color: #1e1e1e; }
  .main-reviews .main-reviews-slider .slider-item {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 950px;
    margin: 0 auto; }
    @media (max-width: 1119px) {
      .main-reviews .main-reviews-slider .slider-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 85%; } }
    @media (max-width: 719px) {
      .main-reviews .main-reviews-slider .slider-item {
        width: 90%; } }
  .main-reviews .main-reviews-slider .item-img {
    width: 200px;
    height: 200px;
    margin-right: 30px; }
    
    
    .main-reviews .main-reviews-slider .item-img img {
      border-radius: 10%;
      width:260px;
      }
    
    @media (max-width: 1119px) {
      .main-reviews .main-reviews-slider .item-img {
        margin: 2% 40%;
        display: block;
        width: 100%;
        height: 260px; }
        
        
        .main-reviews .main-reviews-slider .item-img img {
      
      height:260px;}
        
    }
    
     @media (max-width: 719px) { 
         .main-reviews .main-reviews-slider .item-img {
             margin: auto 20px;
        display: block;
        width: 100%;
        height: 260px;
            margin-bottom: 10px;
         }
   
         .main-reviews .main-reviews-slider .item-img img {
             border-radius: 0;
             /*width: 333px;
            height: 333px;*/
            border: 1px solid red;
         }
         
         
     }
          
  .main-reviews .main-reviews-slider .item-text {
  -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    text-align: left;
    background: rgb(245,245,245,1);}
    @media (max-width: 719px) { 
        .main-reviews .main-reviews-slider .item-text {
          display: block;  
        }
    }
    
        
    .main-reviews .main-reviews-slider .item-text p {
      margin: 0;
      padding: 0; }
    .main-reviews .main-reviews-slider .item-text .review {
      margin-bottom: 40px;
      color: #1f1f1f;
      font-family: "Open Sans - Regular Italic", "Helvetica", sans-serif;
      font-size: 16px;
      font-style: italic;
      font-weight: 400;
      line-height: 30px;
      text-transform: none; }
      @media (max-width: 719px) {
        .main-reviews .main-reviews-slider .item-text .review {
          position: relative;
          width: 85%;
          height: 200px;
          margin-right: auto;
          margin-left: auto;
          margin-bottom: 10px;
          overflow: hidden;
          line-height: 25px;}
          .main-reviews .main-reviews-slider .item-text .review::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
           height: 25px;
            background: -webkit-gradient(linear, left bottom, left top, from(rgba(245, 245, 245, 0.9)), to(rgba(238, 238, 238, 0.2)));
            background: linear-gradient(to top, rgba(245, 245, 245, 0.9), rgba(238, 238, 238, 0.2)); } }
    .main-reviews .main-reviews-slider .item-text button {
      display: none;
      margin: 0 auto;
      margin-bottom: 50px;
      color: #e41d30;
      font-family: "Open Sans - Regular", "Helvetica", sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase; }
      .main-reviews .main-reviews-slider .item-text button::after {
        content: "";
        display: block;
        width: 16px;
        height: 8px;
        margin-left: 10px;
        background-image: url("../img/reviews-button.svg");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: contain; }
      @media (max-width: 719px) {
        .main-reviews .main-reviews-slider .item-text button {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .main-reviews .main-reviews-slider .item-text .active {
      height: auto;
      margin-bottom: 40px;
      overflow: visible; }
      .main-reviews .main-reviews-slider .item-text .active::after {
        content: none; }
    .main-reviews .main-reviews-slider .item-text .hidden {
      display: none; }
    .main-reviews .main-reviews-slider .item-text .reviewer {
      position: relative;
      color: #1f1f1f;
      font-family: "Russo One - Regular", "Helvetica", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
      @media (max-width: 1119px) {
        .main-reviews .main-reviews-slider .item-text .reviewer {
          text-transform: none; } }
      .main-reviews .main-reviews-slider .item-text .reviewer::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 0;
        width: 122px;
        height: 1px;
        background-color: #e41d30; }
      .main-reviews .main-reviews-slider .item-text .reviewer span {
        margin-right: 30px;
        font-family: "Open Sans - Regular", "Helvetica", sans-serif;
        line-height: 24px; }
      .main-reviews .main-reviews-slider .item-text .reviewer .vk,
      .main-reviews .main-reviews-slider .item-text .reviewer .insta {
        margin-right: 10px;
        color: #e41d30;
        font-family: "Font Awesome 5 Brands Regular";
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        text-decoration: none; }
  .main-reviews .main-reviews-slider-left {
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 10;
    width: 15px;
    height: 27px;
    background-image: url("../img/left-arrow.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer; }
    @media (max-width: 1119px) {
      .main-reviews .main-reviews-slider-left {
        top: calc((100% -27px) / 2);
        left: calc((15% / 2) - 44px); } }
    @media (max-width: 1119px) {
      .main-reviews .main-reviews-slider-left {
        left: calc((15% / 2) - 22px); } }
  .main-reviews .main-reviews-slider-right {
    position: absolute;
    top: 150px;
    right: 0;
    width: 15px;
    height: 27px;
    background-image: url("../img/left-arrow.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    @media (max-width: 1119px) {
      .main-reviews .main-reviews-slider-right {
        top: calc((100% -27px) / 2);
        right: calc((15% / 2) - 44px); } }
    @media (max-width: 1119px) {
      .main-reviews .main-reviews-slider-right {
        right: calc((15% / 2) - 22px); } }
  .main-reviews .slick-list {
    padding-bottom: 50px; }
    @media (max-width: 1119px) {
      .main-reviews .slick-list {
        padding-bottom: 40px; } }
    @media (max-width: 719px) {
      .main-reviews .slick-list {
        padding-bottom: 30px; } }
  .main-reviews .slick-dots {
    margin: 0;
    padding: 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none; }
    .main-reviews .slick-dots li {
      margin-right: 14px; }
      .main-reviews .slick-dots li.slick-active button {
        width: 31px;
        height: 31px;
        background-image: url("../img/main-active-dots.png");
        background-position: -16px 0;
        background-repeat: no-repeat;
        -webkit-box-shadow: 0 21px 24px rgba(30, 30, 30, 0.11);
                box-shadow: 0 21px 24px rgba(30, 30, 30, 0.11);
        border-radius: 50%; }
      .main-reviews .slick-dots li:last-child {
        margin-right: 0; }
      .main-reviews .slick-dots li button {
        width: 31px;
        height: 31px;
        background-image: url("../img/main-results-slider-dot.png");
        background-position: -16px 0;
        background-repeat: no-repeat;
        -webkit-box-shadow: 0 21px 24px rgba(30, 30, 30, 0.11);
                box-shadow: 0 21px 24px rgba(30, 30, 30, 0.11);
        border-radius: 50%;
        font-size: 0; }

header {
  background-color: #363636; }
  @media (max-width: 719px) {
      header {
      position: fixed;

    width: 100%;
    z-index: 99; }
      header .m900 {
          display:none;
      }
     header .header-nav .container {
         height:0px;
     }
  }
  header .header-top {
    border-bottom: 1px solid rgba(102, 102, 102, 0.2); }
    header .header-top .container {
      height: 84px;
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 719px) {
        header .header-top .container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          /*height: 115px;*/height: 65px; } }
    header .header-top a {
      margin-right: 20px;
      cursor: pointer; }
      @media (max-width: 719px) {
        header .header-top a {
          margin-right: 0;
          width: 105px; } }
    header .header-top .address {
      margin: 0;
      padding: 0;
      color: #ffffff;
      font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
      font-size: 16px;
      font-weight: 400;
      font-weight: 600; }
      @media (max-width: 1119px) {
        header .header-top .address {
          display: none; } }
          @media (max-width: 719px) {    
          header .header-top .address {
            /*display: block;*/
            font-size: 8px;
            position: absolute;
            left: 65px;
            top: 20px;
            }
        }
      header .header-top .address span {
        font-family: "Open Sans - Light", "Helvetica", sans-serif;
        font-weight: 300; }
    header .header-top .callback {
      margin-right: 60px;
      margin-left: 160px;
      text-align: right; }
      @media (max-width: 1119px) {
        header .header-top .callback {
          margin-right: 0;
          margin-left: 30px; } }
      @media (max-width: 719px) {
        header .header-top .callback {
          -ms-flex-item-align: end;
              align-self: flex-end;
          padding-bottom: 10px; } }
      header .header-top .callback p {
        margin: 0;
        padding: 0;
        color: #ffffff;
        font-family: "Russo One - Regular", "Helvetica", sans-serif;
        font-size: 24px;
        font-weight: 400;
    white-space: nowrap;
    }
    
    
    
      header .header-top .callback button {
        padding: 0 0;
        color: #ffffff;
        font-family: "Open Sans - Regular", "Helvetica", sans-serif;
        font-size: 16px;
        font-weight: 400;
        border-bottom: 2px dashed #ffffff; }
        header .header-top .callback button:hover {
          color: #e41d30;
          border-bottom: 2px dashed #e41d30; }
    header .header-top .socials {
      margin: 0;
      padding: 0;
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none; }
      @media (max-width: 719px) {
        header .header-top .socials {
          display: none; } }
      header .header-top .socials li {
        margin-right: 10px; }
        header .header-top .socials li:last-child {
          margin-right: 0; }
      header .header-top .socials a {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 36px;
        margin-right: 0;
        font-family: "Font Awesome 5 Brands Regular";
        color: #ffffff;
        text-decoration: none;
        line-height: 36px;
        font-size: 18px;
        font-weight: 400;
        border: 1px solid #ffffff;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
  header .nav-list {
    position: relative;
    margin: 0;
    padding: 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 64px;
    list-style: none; }
    @media (max-width: 899px) {
      header .nav-list {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        display: none;
        width: 100%;
        height: 460px;
        padding-bottom: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #363636; } }
    @media (max-width: 719px) {
      header .nav-list {
        top: -55px;
    height: 400px;
    padding-bottom: 55px;
    z-index: 200; } }
    header .nav-list li a {
      transform:none;
    }
    header .nav-list li:hover {
      position: relative; }
      header .nav-list li:hover::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -22px;
        width: 100%;
        height: 3px;
        background-color: #e41d30; }
        @media (max-width: 899px) {
          header .nav-list li:hover::after {
            content: none; } }
    header .nav-list li.current {
      position: relative;
    }
    header .nav-list li.current::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -22px;
      width: 100%;
      height: 3px;
      background-color: #e41d30;
    }
    @media (max-width: 899px) {
        header .nav-list li.current::after {
            content: none; } }
    header .nav-list li.current a {
      color: #e41d30;
    }
    header .nav-list a {
      color: #ffffff;
      font-family: "Russo One - Regular", "Helvetica", sans-serif;
      font-size: 15px;
      font-weight: 400;
      text-transform: uppercase;
      text-decoration: none; }
      @media (max-width: 899px) {
        header .nav-list a {
          font-size: 36px;
          line-height: 72px; } }
      @media (max-width: 719px) {
        header .nav-list a {
          font-size: 20px;
          line-height: 48px; } }
      header .nav-list a:hover {
        color: #e41d30; }
  header .header-nav {
    position: relative; }
    @media (max-width: 899px) {
      header .header-nav .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 80px; } }
    @media (max-width: 719px) {
      header .header-nav .container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        /*height: 105px;*/ height:0px;
        text-align: center; } }
    header .header-nav .container p {
      margin: 0;
      padding: 0;
      width: 420px;
      color: #ffffff;
      font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
      font-size: 16px;
      font-weight: 400;
      font-weight: 600; }
      header .header-nav .container p span {
        font-family: "Open Sans - Light", "Helvetica", sans-serif;
        font-weight: 300; }
    header .header-nav .m900 {
      display: none; }
      @media (max-width: 899px) {
        header .header-nav .m900 {
         display: block; } }
        @media (max-width: 719px) {
            header .header-nav .m900 {
              display: none;}
             main { padding-top:60px;}}
  header .nav-btn {
    display: none;
    color: #ffffff;
    font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 400; }
    header .nav-btn::before {
      content: "";
      display: block;
      width: 28px;
      height: 21px;
      margin-right: 10px;
      background-image: url("../img/menu-burger.svg");
      background-position: 0 0;
      background-repeat: no-repeat; }
    @media (max-width: 899px) {
      header .nav-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 719px) {
      header .nav-btn {
        position: absolute;
        top: -43px;
        left: 15px; } }
    @media (max-width: 719px) {
      header .nav-btn .m720 {
        display: none; } }
  header .menu-close {
    position: absolute;
    bottom: 30px;
    left: calc((100% - 27px) / 2);
    display: none;
    width: 27px;
    height: 27px;
    background-image: url("../img/menu-close.svg");
    background-repeat: no-repeat;
    background-position: 0 0; }
    @media (max-width: 899px) {
      header .menu-close {
        display: block; } }
    @media (max-width: 719px) {
      header .menu-close {
        bottom: 25px; } }
  header .active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: menu 1s;
            animation: menu 1s; }
    @media (max-width: 719px) {
      header .active {
        -webkit-animation: menu-720 1s;
                animation: menu-720 1s; } }

@keyframes menu {
  from {
    top: -595px; }
  to {
    top: 0; } }

@-webkit-keyframes menu-720 {
  from {
    top: -365px; }
  to {
    top: -55px; } }

@keyframes menu-720 {
  from {
    top: -365px; }
  to {
    top: -55px; } }

@-webkit-keyframes menu {
  from {
    top: -595px; }
  to {
    top: 0; } }

@keyframes menu-720 {
  from {
    top: -365px; }
  to {
    top: -55px; } }

footer {
  background-color: #363636; }
  @media (max-width: 719px) {
    footer .footer-nav {
      display: none; }
      footer .footer-bottom {
      /*display: none;*/ }}
  footer .nav-list {
    margin: 0;
    padding: 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 64px;
    list-style: none; }
    @media (max-width: 1119px) {
      footer .nav-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 48px;
        padding: 15px 0; } }
    @media (max-width: 1119px) {
      footer .nav-list li:nth-of-type(1), footer .nav-list li:nth-of-type(2) {
        -ms-flex-item-align: start;
            align-self: flex-start; } }
    @media (max-width: 1119px) {
      footer .nav-list li:nth-of-type(5), footer .nav-list li:nth-of-type(6) {
        -ms-flex-item-align: end;
            align-self: flex-end; } }
    footer .nav-list li:hover {
      position: relative; }
      footer .nav-list li:hover::after {
        content: "";
        position: absolute;
        bottom: -22px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #e41d30; }
    @media (max-width: 1119px) {
      footer .nav-list li:hover::after {
        content: none; } }
    footer .nav-list a {
      color: #ffffff;
      font-family: "Russo One - Regular", "Helvetica", sans-serif;
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase;
      text-decoration: none; }
      footer .nav-list a:hover {
        color: #e41d30; }
  footer .footer-bottom {
    position: relative;
    border-top: 1px solid rgba(102, 102, 102, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 719px) {
      footer .footer-bottom {
        border: none; } }
    footer .footer-bottom .container {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 130px; }
      @media (max-width: 1319px) {
        footer .footer-bottom .container {
         /* height: 234px;*/ } }
      @media (max-width: 1319px) {
        footer .footer-bottom .container {
          padding: 0 15px;
          padding-top: 25px;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      @media (max-width: 719px) {
        footer .footer-bottom .container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: auto;
          /*padding: 50px 50px 120px;*/ } }
    footer .footer-bottom .callback {
      width: 258px; }
      @media (max-width: 719px) {
        footer .footer-bottom .callback {
          margin-bottom: 30px;
          width: auto;
          text-align: center; } }
      footer .footer-bottom .callback p {
        margin: 0;
        padding: 0; }
        footer .footer-bottom .callback p:nth-of-type(1) {
          margin-bottom: 10px;
          color: #ffffff;
          font-family: "Open Sans - Regular", "Helvetica", sans-serif;
          font-size: 16px;
          font-weight: 400; }
        footer .footer-bottom .callback p:nth-of-type(2) {
          color: #ffffff;
          font-family: "Russo One - Regular", "Helvetica", sans-serif;
          font-size: 24px;
          font-weight: 400; }
    footer .footer-bottom .politics {
      text-align: center; }
      @media (max-width: 719px) {
        footer .footer-bottom .politics {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3;
                  padding-bottom: 10px;} }
      footer .footer-bottom .politics a {
        margin-bottom: 30px;
        display: block;
        color: #ffffff;
        font-family: "Open Sans - Regular", "Helvetica", sans-serif;
        font-size: 16px;
        font-weight: 400;
        text-decoration: underline; }
      footer .footer-bottom .politics p {
        margin: 0;
        padding: 0;
        color: #ffffff;
        font-family: "Open Sans - Light", "Helvetica", sans-serif;
        font-size: 16px;
        font-weight: 300; }
    footer .footer-bottom .socials {
      text-align: right; }
      @media (max-width: 719px) {
        footer .footer-bottom .socials {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          margin-bottom: 40px;
          text-align: center;
          display:none;} }
      footer .footer-bottom .socials p {
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        color: #ffffff;
        font-family: "Open Sans - Light", "Helvetica", sans-serif;
        font-size: 16px;
        font-weight: 400; }
      footer .footer-bottom .socials .socials-list {
        margin: 0;
        padding: 0;
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        list-style: none; }
        @media (max-width: 719px) {
          footer .footer-bottom .socials .socials-list {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
                    } }
        footer .footer-bottom .socials .socials-list li {
          margin-right: 10px; }
          footer .footer-bottom .socials .socials-list li:last-child {
            margin-right: 0; }
        footer .footer-bottom .socials .socials-list a {
          display: -ms-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 36px;
          margin-right: 0;
          font-family: "Font Awesome 5 Brands Regular";
          color: #ffffff;
          text-decoration: none;
          line-height: 36px;
          font-size: 18px;
          font-weight: 400;
          border: 1px solid #ffffff;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }

.footer-special .nav-list {
  height: 120px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  list-style: none;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1119px) {
    .footer-special .nav-list {
      height: 250px;
      padding-top: 190px;
      margin-bottom: 10px; } }
  .footer-special .nav-list li:hover::after {
    bottom: -25px; }
  @media (max-width: 1119px) {
    .footer-special .nav-list li:nth-of-type(3), .footer-special .nav-list li:nth-of-type(4) {
      -ms-flex-item-align: center;
          align-self: center; } }

@media (max-width: 719px) {
  .footer-special .footer-bottom .container {
    padding: 335px 50px 120px; } }

.cookies {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 100;
  width: 509px;
  padding: 40px 35px 0 35px;
  border: 5px solid #e41d30;
  background-color: #ffffff;
  background-image: url("../img/cookies-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 599px) {
    .cookies {
      bottom: 15px;
      right: 15px;
      width: calc(100% - 30px); } }
  .cookies .cookies-close {
    position: absolute;
    top: 19px;
    right: 15px;
    width: 15px;
    height: 15px;
    background-image: url("../img/cookies-close.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover; }
  .cookies p {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    color: #1f1f1f;
    font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px; }
    @media (max-width: 599px) {
      .cookies p {
        margin-bottom: 10px;
        line-height: 14px;
        font-size: 12px; } }
  .cookies .cookies-accept {
    padding: 20px 31px;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-shadow: 0 17px 46px rgba(228, 29, 48, 0.56);
            box-shadow: 0 17px 46px rgba(228, 29, 48, 0.56);
    background-color: #e41d30; }
    .cookies .cookies-accept:hover {
      -webkit-box-shadow: 0 17px 46px rgba(245, 56, 74, 0.56);
              box-shadow: 0 17px 46px rgba(245, 56, 74, 0.56);
      background-color: #f5384a; }
    @media (max-width: 599px) {
      .cookies .cookies-accept {
        margin-bottom: 15px;
        padding: 10px 25px; } }

.up-button {
  position: absolute;
  bottom: 130px;
  right: calc(((100% - 1110px) - 200px) / 2);
  z-index: 10;
  width: 65px;
  height: 65px;
  background-image: url("../img/up-button.png");
  background-position: -19px -4px;
  background-repeat: no-repeat;
  /*-webkit-box-shadow: 0 16px 24px rgba(228, 29, 48, 0.42);
          box-shadow: 0 16px 24px rgba(228, 29, 48, 0.42);*/ }
  @media (max-width: 1319px) {
    .up-button {
      /*bottom: 30px;
      right: calc((100% - 65px)/ 2);*/
    bottom: 200px;
    right: 30px;

    } }
    @media (max-width: 719px) {
      .up-button {
      display:none; } }

.modal {
  position: fixed;
  top: calc((100% - 390px) / 2);
  left: calc((100% - 462px) / 2);
  z-index: 100;
  width: 462px;
  height: 390px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-box-shadow: 0 27px 46px rgba(134, 16, 28, 0.34);
          box-shadow: 0 27px 46px rgba(134, 16, 28, 0.34);
  background-color: #e41d30;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
    -moz-transition: opacity .25s, visibility 0s linear .25s;
    -o-transition: opacity .25s, visibility 0s linear .25s;
    transition: opacity .25s, visibility 0s linear .25s;

  }
  @media (max-width: 599px) {
    .modal {
      top: calc((100% - 315px) / 2);
      left: calc((100% - 290px) / 2);
      width: 290px;
      height: 315px; } }
  .modal .modal-top {
    position: relative;
    padding: 25px 76px 0;
    background-color: #e41d30; }
    @media (max-width: 599px) {
      .modal .modal-top {
        padding: 20px 25px 0; } }
    .modal .modal-top::after {
      content: "";
      position: absolute;
      bottom: -50px;
      left: 0;
      width: 463px;
      height: 52px;
      background-image: url("../img/modal-arrow.svg");
      background-position: 0 0;
      background-repeat: no-repeat; }
      @media (max-width: 599px) {
        .modal .modal-top::after {
          width: 286px;
          background-image: url("../img/modal-arrow-600.svg"); } }
  .modal h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: #ffffff;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 36px;
    font-weight: 400; }
    @media (max-width: 599px) {
      .modal h3 {
        font-size: 16px; } }
  .modal p {
    margin: 0;
    padding: 0;
    font-family: "Open Sans - Regular", "Helvetica", sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400; }
    @media (max-width: 599px) {
      .modal p {
        font-size: 14px; } }
  .modal .modal-main {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url("../img/modal-bg.png");
    background-position: 8px 10px;
    background-repeat: no-repeat; }
    @media (max-width: 599px) {
      .modal .modal-main {
        background-image: url("../img/modal-bg-600.png");
        background-position: 8px 66px; } }
  .modal .modal-bottom {
    height: 270px; }
    @media (max-width: 599px) {
      .modal .modal-bottom {
        height: 235px; } }
  .modal .modal-form {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 80px; }
    @media (max-width: 599px) {
      .modal .modal-form {
        padding-top: 60px; } }
    .modal .modal-form input {
      width: 355px;
      color: #ffffff;
      font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase;
      text-align: center;
      line-height: 62px;
      border: none;
      border-bottom: 2px solid #535353;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: inherit; }
      @media (max-width: 599px) {
        .modal .modal-form input {
          width: 154px;
          font-size: 14px;
          line-height: 50px; } }
      .modal .modal-form input::-webkit-input-placeholder {
        color: #8c8c8c;
        font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center; }
        @media (max-width: 599px) {
          .modal .modal-form input::-webkit-input-placeholder {
            font-size: 14px; } }
      .modal .modal-form input:-ms-input-placeholder {
        color: #8c8c8c;
        font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center; }
        @media (max-width: 599px) {
          .modal .modal-form input:-ms-input-placeholder {
            font-size: 14px; } }
      .modal .modal-form input::-ms-input-placeholder {
        color: #8c8c8c;
        font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center; }
        @media (max-width: 599px) {
          .modal .modal-form input::-ms-input-placeholder {
            font-size: 14px; } }
      .modal .modal-form input::-webkit-input-placeholder {
        color: #8c8c8c;
        font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center; }
      .modal .modal-form input:-ms-input-placeholder {
        color: #8c8c8c;
        font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center; }
      .modal .modal-form input::-ms-input-placeholder {
        color: #8c8c8c;
        font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center; }
      .modal .modal-form input::placeholder {
        color: #8c8c8c;
        font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center; }
        @media (max-width: 599px) {
          .modal .modal-form input::-webkit-input-placeholder {
            font-size: 14px; }
          .modal .modal-form input:-ms-input-placeholder {
            font-size: 14px; }
          .modal .modal-form input::-ms-input-placeholder {
            font-size: 14px; }
          .modal .modal-form input::placeholder {
            font-size: 14px; } }
    .modal .modal-form .submit {
      display: -ms-flex;
      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; }
      .modal .modal-form .submit label {
        color: #d6d6d6;
        font-family: "Open Sans Condensed - Light", "Helvetica", sans-serif;
        font-size: 13px;
        font-weight: 400; }
      .modal .modal-form .submit a {
        color: #d6d6d6;
        font-family: "Open Sans Condensed - Light", "Helvetica", sans-serif;
        font-size: 13px;
        font-weight: 400;
        text-decoration: underline; }
  .modal label[for="politics"] {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5px;
    cursor: pointer; }
    @media (max-width: 719px) {
      .modal label[for="politics"] {
        padding-top: 10px; } }
    .modal label[for="politics"]::before {
      content: "";
      display: block;
      width: 13px;
      height: 13px;
      margin-right: 5px;
      background-image: url("../img/politics-q.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
  .modal #politics:checked ~ label[for="politics"]::before {
    width: 15px;
    height: 13px;
    margin-right: 3px;
    background-image: url("../img/politics-checked.svg"); }
  .modal .modal-button {
    padding: 19px 47px;
    margin-top: 16px;
    color: #ffffff;
    font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-box-shadow: 0 17px 46px rgba(228, 29, 48, 0.56);
            box-shadow: 0 17px 46px rgba(228, 29, 48, 0.56);
    background-color: #e41d30; }
    @media (max-width: 599px) {
      .modal .modal-button {
        padding: 17px 34px;
        font-size: 14px; } }
  .modal .modal-close {
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 100;
    width: 15px;
    height: 15px;
    background-image: url("../img/cookies-close.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    outline: none; }
    @media (max-width: 599px) {
      .modal .modal-close {
        right: 0; } }

.hidden {
  display: none; }

.modal-overlay {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.4;}

.modal-thanks {
  position: fixed;
  top: calc((100% - 214px) / 2);
  left: calc((100% - 462px) / 2);
  z-index: 100;
  text-align: center;
  width: 462px;
  height: 214px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 27px 46px rgba(134, 16, 28, 0.34);
          box-shadow: 0 27px 46px rgba(134, 16, 28, 0.34);
  background-color: #e41d30;
  background-image: url("../img/modal-thanks.png");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 599px) {
    .modal-thanks {
      top: calc((100% - 187px) / 2);
      left: calc((100% - 290px) / 2);
      width: 290px;
      height: 187px;
      background-image: url("../img/modal-thanks-600.png"); } }
  .modal-thanks .modal-close {
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 100;
    width: 15px;
    height: 15px;
    background-image: url("../img/cookies-close.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    outline: none; }
    @media (max-width: 599px) {
      .modal-thanks .modal-close {
        right: 0; } }
  .modal-thanks h3 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 36px;
    font-weight: 400; }
  .modal-thanks p {
    margin: 0;
    padding: 0;
    font-family: "Open Sans - Regular", "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #ffffff; }

.p-next{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
body > footer > div.footer-bottom > div > div.socials > p.ss {
  margin-top:10px;
}
body > footer > div.footer-bottom > div > div.socials > p.ss a {
  color:#e11d30;
  font-family: "Russo One - Regular", "Helvetica", sans-serif;
}
main .container a, main .container a:visited {
      color: #e41d30;
}
main .container a:hover {
      color: #95010f;
}
body > main > section.aboutemc-text > div > article > ul > li
{

    font-family: "Open Sans - Regular", "Helvetica", sans-serif;
    color: #151515;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-left: 20px;
    padding-left: 5px;
    padding-bottom: 5px;
    list-style-image: url(../img/article-icon.svg);
}

body > main > section.aboutclub-top > div > div > ul > li {
    font-family: "Open Sans - Regular", "Helvetica", sans-serif;
    color: #151515;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-left: 20px;
    padding-left: 5px;
    padding-bottom: 5px;
    list-style-image: url(../img/article-icon.svg);
}


blockquote {
    background: #eee;
    padding: 5px 10px 1px 15px;
}

.article-top .article-text strong{
    text-transform: uppercase;
}
.article-top .article-text blockquote p{
    margin-bottom: 5px;
}

.point {
    cursor: point;
}
.point img{
    cursor: point;
}


.peredformoy {
		margin-top: 60px;
	}

@media (max-width: 719px) {
	.peredformoy {
		margin-top: 40px;
	}
}
	
.ytp-chrome-top, .ytp-chrome-bottom, .ytp-chrome-top {
        display: none;
    }
.callback p, .callback a {
    color: white;
    text-decoration:none;
}

.main-phone a {
      color: #e11d30;
      text-decoration:none;
      }
      
      .oems {
          width:100%;
          height:65px;
      }
main .container .oems a {
      position: relative;
      margin-top: 29px;
      height: 45px;
          text-align: center;
    line-height: 45px;
      margin-right: 3%;
      flex-basis: 50%;
    
      background-color: #e41d30;
      border: none;
      border: 1px solid #e41d30;
    
      font-weight: 600;
      color: #fff;
      font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
      -webkit-transition: 0.1s;
      transition: 0.1s;   
      width: 100%;
    margin-right: 0;
    display: block;
        font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;

}

main .container .oems a:hover {
  background-color: transparent;
  color:#e41d30;
}

.lh15 {
    line-height:25px;
}


img {
  opacity: 1;
  transition: opacity 0.3s;
}

img[data-src] {
  opacity: 0;
}

#resultnote {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    color: #333;
    font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    
}

/*.top-form .top-form-place h3 span .do {
    
  
}*/
.specoffer, .aboutclub-top .aboutclub-text .specoffer {
    background: #dddddd;
    color: #1e1e1e;
    font-family: "Russo One - Regular", "Helvetica", sans-serif;
    font-size: 22px;
    /* font-weight: 400; */
    padding: 5px;
    width: 100%;
    text-align: center;
    /* margin-left: 2%; */
    text-transform: uppercase;
    margin: 0 0 70px 0;
}
.specoffer span, .aboutclub-top .aboutclub-text .specoffer span {
    color:#e41d30;
}
.aboutclub-top .aboutclub-text .specoffer {
    margin: 70px 0 0 0;
}


   @media (max-width: 719px) {

    .specoffer, .aboutclub-top .aboutclub-text .specoffer {
         font-size: 16px;
    }
}






#top > div.header-nav > div > ul > li > ul {
    display: none;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 20px;
    z-index: 100;
}

#top > div.header-nav > div > ul > li > ul > li {
    background: #e41d30;
    width: 100%;
    line-height: 30px;
    text-align: center;
}


#top > div.header-nav > div > ul > li > ul > li > a {
    color: #fff;
}

#top > div.header-nav > div > ul > li > ul > li:hover {
    background: #363636;

}
#top > div.header-nav > div > ul > li > ul > li:hover::after {
    background: none;
}
#top > div.header-nav > div > ul > li > ul > li.current::after {
    background: none;
}


#top > div.header-nav > div > ul > li:hover > ul {
			    display:inherit;
			}
			
			
			

.cbbutton {
     position: relative;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding:0px 20px;
    background-color: #e41d30;
    border: none;
    border: 1px solid #e41d30;
    font-weight: 600;
    color: #fff;
    font-family: "Open Sans - Semibold", "Helvetica", sans-serif;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    margin-right: 0;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;   
    }


.cbbutton:hover {
    background-color: transparent;
    color: #e41d30;
}