.l-container, .header__container {
  width: 100%;
  max-width: 1230px;
  margin: auto;
  padding: 0 30px; }
  @media screen and (max-width: 640px) {
    .l-container, .header__container {
      padding: 0 20px; } }

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.eot");
  src: local("O"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Regular.svg#Roboto") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Italic.eot");
  src: local("O"), url("../fonts/Roboto/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Italic.svg#Roboto") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.eot");
  src: local("O"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Medium.svg#Roboto") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.eot");
  src: local("O"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Bold.svg#Roboto") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "HeliosCond";
  src: url("../fonts/HeliosCond/HeliosCond.eot");
  src: local("O"), url("../fonts/HeliosCond/HeliosCond.woff") format("woff"), url("../fonts/HeliosCond/HeliosCond.woff2") format("woff2"), url("../fonts/HeliosCond/HeliosCond.ttf") format("truetype"), url("../fonts/HeliosCond/HeliosCond.svg#HeliosCond") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "HeliosCond";
  src: url("../fonts/HeliosCond/HeliosCond-Bold.eot");
  src: local("O"), url("../fonts/HeliosCond/HeliosCond-Bold.woff") format("woff"), url("../fonts/HeliosCond/HeliosCond-Bold.woff2") format("woff2"), url("../fonts/HeliosCond/HeliosCond-Bold.ttf") format("truetype"), url("../fonts/HeliosCond/HeliosCond-Bold.svg#HeliosCond") format("svg");
  font-weight: 700;
  font-style: normal; }
h1, h2, h3 {
  font-weight: normal; }

.subtitle {
  margin: 0 0 37px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  font-family: "HeliosCond", sans-serif;
  text-transform: uppercase; }
  @media screen and (max-width: 980px) {
    .subtitle {
      margin: 0 0 30px;
      font-size: 38px; } }
  @media screen and (max-width: 830px) {
    .subtitle {
      margin: 0 0 30px;
      font-size: 36px; } }
  @media screen and (max-width: 480px) {
    .subtitle {
      font-size: 32px; } }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  font-size: 100%;
  overflow-x: hidden; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  font: 17px/1.4 "Roboto", sans-serif;
  color: #303030;
  background: #ffffff; }

.l-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

input.placeholder, textarea.placeholder {
  opacity: 1 !important;
  text-transform: uppercase;
  text-overflow: ellipsis;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #848589; }
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1 !important;
  text-transform: uppercase;
  text-overflow: ellipsis;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #848589; }
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1 !important;
  text-transform: uppercase;
  text-overflow: ellipsis;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #848589; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1 !important;
  text-transform: uppercase;
  text-overflow: ellipsis;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #848589; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1 !important;
  text-transform: uppercase;
  text-overflow: ellipsis;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #848589; }
input::-ms-clear, textarea::-ms-clear {
  display: none; }

p {
  margin: 0 0 10px; }

img {
  vertical-align: middle; }

a img {
  border: none;
  outline: none !important;
  cursor: pointer; }

a {
  outline: none !important;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

input, textarea {
  outline: none; }

.clearfix::after {
  display: table;
  content: "";
  clear: both; }

.elements-group {
  margin: 30px 0 40px;
  -webkit-box-shadow: 1px 3px 9px rgba(79, 62, 94, 0.1);
  -moz-box-shadow: 1px 3px 9px rgba(79, 62, 94, 0.1);
  box-shadow: 1px 3px 9px rgba(79, 62, 94, 0.1); }

.nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  border: none; }
  .nav-tabs li {
    width: 14%; }
  .nav-tabs li a {
    display: block;
    color: #878787;
    border-top: 5px solid #ffffff; }
  .nav-tabs li a.active {
    height: 183px;
    color: #5A5F73;
    border-top: 5px solid #e24040; }

.products-tab {
  position: relative;
  height: 180px;
  padding: 12px 10px 16px;
  text-align: center;
  background: #ffffff; }
  .products-tab__title {
    font-size: 17px;
    line-height: 1.3;
    text-transform: uppercase; }
    .products-tab__title span {
      white-space: nowrap; }
  .products-tab__image {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 11px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    .products-tab__image span {
      display: none;
      position: absolute;
      left: 50%;
      bottom: 5px;
      z-index: 5;
      font-weight: 700;
      font-size: 15px;
      white-space: nowrap;
      color: #ffffff;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  @media (max-width: 1200px) {
    .products-tab {
      width: 100%; } }

@media (min-width: 1001px) {
  .tab-content {
    background: #ffffff; }

  .tabs-responsive .panel-title {
    display: none; }
  .tabs-responsive .panel {
    border: none;
    box-shadow: none; }
  .tabs-responsive .panel-collapse {
    height: auto; }
    .tabs-responsive .panel-collapse.collapse {
      display: block; } }
@media (max-width: 1000px) {
  .tabs-responsive .tab-content .tab-pane {
    display: block; }
  .tabs-responsive .nav-tabs {
    display: none; }
  .tabs-responsive .panel-title a {
    position: relative;
    display: block;
    padding: 17px 20px 15px;
    color: #e24040;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3;
    text-transform: uppercase;
    background: #ffffff;
    cursor: pointer; }
    .tabs-responsive .panel-title a:after {
      content: "";
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      width: 15px;
      height: 15px;
      background-image: url(../image/icons/accordion-btn.svg);
      background-repeat: no-repeat;
      background-position: 100% 0; }
  .tabs-responsive .panel-title a.collapsed {
    color: #878787; }
    .tabs-responsive .panel-title a.collapsed:after {
      background-position: 0 0; }
  .tabs-responsive .panel {
    margin: 0 0 2px;
    box-shadow: none;
    border-radius: 0; }
  .tabs-responsive .tab-pane:first-child .panel {
    border-radius: 5px 5px 0 0; }
  .tabs-responsive .tab-pane:last-child .panel {
    border-radius: 0 0 5px 5px; } }
.select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%; }
.select .dropdown-toggle {
  height: 45px;
  padding: 12px 15px;
  background: #ffffff;
  border: 1px solid #DADADA; }
.select .dropdown-toggle::after, .select .dropup .dropdown-toggle::after {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 12px !important;
  height: 5px !important;
  background-image: url("../image/icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 50%;
  border: none !important; }
.select .bootstrap-select.show .dropdown-toggle::after {
  background-position: 100% 50%; }
.select .filter-option {
  font-size: 15px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #848589; }
.select .dropdown-item {
  padding: 6px 15px; }
.select .dropdown-item:hover, .select .dropdown-item:focus {
  background-color: #F9F9F9;
  color: #5A5F73; }
.select .dropdown-item.active, .select .dropdown-item:active {
  color: #ffffff;
  background-color: #5A5F73; }
.select .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none; }
.select .bootstrap-select .dropdown-toggle:focus {
  outline: none !important; }
.select .dropdown-menu {
  border-radius: 0; }
.select .dropdown-menu > li > a {
  color: #303030;
  font-weight: 300; }
.select .bootstrap-select.btn-group .dropdown-menu li a {
  outline: none; }

.lb-closeContainer {
  position: relative;
  right: -40px;
  top: -30px; }
  @media screen and (max-width: 1200px) {
    .lb-closeContainer {
      right: -4px;
      top: -32px; } }

.lb-data .lb-close {
  width: 30px;
  height: 30px;
  background-image: url("../image/icons/close.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  filter: alpha(Opacity=100);
  opacity: 0.8; }
  .lb-data .lb-close:hover {
    opacity: 1; }
  @media screen and (max-width: 1200px) {
    .lb-data .lb-close {
      width: 25px;
      height: 25px; } }

.lb-dataContainer {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 0;
  width: 100%;
  border-radius: 0; }

.lightbox .lb-image {
  border: none; }

.lb-details {
  display: none; }

.lb-nav a.lb-next {
  opacity: 0.3;
  background: url(../image/icons/next.png) 95% 48% no-repeat; }
  @media screen and (max-width: 600px) {
    .lb-nav a.lb-next {
      opacity: 1; } }

.lb-nav a.lb-prev {
  opacity: 0.3;
  background: url(../image/icons//prev.png) 9% 48% no-repeat; }
  @media screen and (max-width: 600px) {
    .lb-nav a.lb-prev {
      opacity: 1; } }

.header {
  position: relative;
  z-index: 8;
  padding: 27px 0 25px;
  background: rgba(0, 0, 0, 0.4); }
  .header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .header__mail {
    display: block;
    font-weight: 700;
    font-size: 18px;
    text-align: right;
    color: #ffffff; }
  .header__phone {
    position: relative;
    display: block;
    margin-top: 5px;
    font-weight: 700;
    font-size: 17px;
    text-align: right;
    color: #ffffff; }
    .header__phone span:first-child {
      padding-right: 10px; }
    .header__phone img {
      display: none; }
  .header__btn {
    display: block;
    width: 200px;
    margin: 5px auto 0;
    padding: 18px 10px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    background: #e24040;
    cursor: pointer; }
  @media screen and (max-width: 980px) {
    .header__phone {
      margin-left: 40px; } }
  @media screen and (max-width: 880px) {
    .header {
      padding: 25px 0; } }
  @media screen and (max-width: 700px) {
    .header__mail {
      display: none; }
    .header__phone span:first-child {
      display: none; } }
  @media screen and (max-width: 580px) {
    .header {
      padding: 19px 0; }
      .header__phone {
        width: 25px;
        margin: 0 22px 0 20px; }
        .header__phone img {
          display: block;
          width: 100%; }
        .header__phone span {
          display: none; } }

.logo {
  display: inline-block;
  font-weight: 700;
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ffffff;
  white-space: nowrap; }
  @media screen and (max-width: 880px) {
    .logo {
      font-size: 16px; } }
  @media screen and (max-width: 480px) {
    .logo {
      position: relative;
      top: -2px;
      font-size: 14px; } }

.menu {
  margin: 0;
  padding: 0; }
  .menu__item {
    display: inline-block;
    padding: 0 14px; }
    .menu__item:first-child {
      padding-left: 0 !important; }
  .menu__link {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 250ms; }
    @media screen and (prefers-reduced-motion: reduce) {
      .menu__link {
        transition: none; } }
    .menu__link:hover {
      border-bottom: 1px solid #ffffff; }
  @media screen and (max-width: 880px) {
    .menu {
      margin: 140px auto 30px;
      text-align: center; }
      .menu__item {
        width: 100%;
        padding: 10px 0; }
      .menu__link {
        font-size: 21px; }
        .menu__link:hover {
          border-bottom: none; } }

@media screen and (min-width: 881px) {
  .l-header-menu {
    display: inline-block !important; } }
@media screen and (max-width: 880px) {
  .l-header-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #5A5F73; } }

.menu-burger {
  display: none;
  position: relative;
  top: 3px;
  z-index: 99; }
  .menu-burger__band {
    display: block;
    width: 23px;
    height: 2px;
    background: #ffffff; }
    .menu-burger__band:nth-child(2) {
      margin: 7px 0; }
  @media screen and (min-width: 881px) {
    .menu-burger {
      display: none !important; } }
  @media screen and (max-width: 880px) {
    .menu-burger {
      display: inline-block; } }
  @media screen and (max-width: 480px) {
    .menu-burger {
      top: -1px; } }

.close-menu {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 101;
  display: none;
  width: 25px;
  height: 25px;
  background-image: url("../image/icons/close.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  cursor: pointer; }
  @media screen and (min-width: 881px) {
    .close-menu {
      display: none !important; } }
  @media screen and (max-width: 880px) {
    .close-menu {
      display: inline-block; } }

.modal {
  padding: 0 !important;
  pointer-events: auto;
  background-color: #5A5F73; }

.modal-dialog {
  z-index: 6000;
  max-width: 650px;
  pointer-events: auto; }

.modal-open {
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 !important; }

.modal-backdrop {
  background: none; }

.modal-wrap {
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  margin: 40px auto 20px;
  padding: 0 15px; }
  @media screen and (max-width: 980px) {
    .modal-wrap {
      position: absolute;
      left: 50%;
      top: auto;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      margin: 50px auto; } }
  @media screen and (max-width: 740px) {
    .modal-wrap {
      margin: 40px auto; } }

.modal-container {
  position: relative;
  padding: 50px;
  background: #f5f5f5; }
  @media screen and (max-width: 480px) {
    .modal-container {
      padding: 45px 40px; } }

.modal-title {
  margin: 0 0 25px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  text-align: center; }
  @media screen and (max-width: 980px) {
    .modal-title {
      font-size: 28px; } }
  @media screen and (max-width: 480px) {
    .modal-title {
      margin: 0 0 20px;
      font-size: 24px; } }

.modal-close {
  position: absolute;
  top: -34px;
  right: -34px;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../image/icons/close.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; }
  .modal-close:hover {
    background-position: 48% 0; }
  @media screen and (max-width: 740px) {
    .modal-close {
      top: 10px;
      right: 10px;
      width: 23px;
      height: 23px;
      background-position: 100% 0; }
      .modal-close:hover {
        background-position: 100% 0; } }

.l-thanks-modal {
  text-align: center; }

.modal-text img {
  max-width: 100%;
  height: auto;
  margin: 0 0 20px; }
  .modal-text img:last-child {
    margin: 0; }
.modal-text p {
  margin: 0 0 10px; }
  .modal-text p:last-child {
    margin: 0; }
.modal-text a {
  color: #e24040; }
.modal-text ul {
  margin: 15px 0;
  padding: 0;
  list-style: none; }
  .modal-text ul li {
    position: relative;
    padding: 2px 0 2px 17px; }
    .modal-text ul li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 10px;
      display: block;
      width: 5px;
      height: 5px;
      background-image: url("../image/icons/li.svg");
      background-position: 50% 50%;
      background-repeat: no-repeat; }

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  color: #ffffff;
  background-color: #37383C; }
  .footer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 17px 0 15px; }
  .footer__development {
    font-size: 13px;
    color: #b3b3b3; }
  .footer__development-link {
    padding-left: 5px;
    color: #b3b3b3; }
    .footer__development-link:before {
      content: "";
      display: inline-block;
      width: 22px;
      height: 13px;
      margin-right: 5px;
      background: url(../image/icons/siteintop.png) no-repeat; }
  @media screen and (max-width: 640px) {
    .footer__wrap {
      display: block;
      text-align: center;
      padding: 17px 0 15px; }
    .footer__development {
      margin: 8px 0 0; } }

.copyright {
  font-size: 14px; }

.form__item {
  position: relative;
  margin: 0 0 10px;
  color: #393946; }
.form__label {
  display: none; }
.form__input {
  width: 100%;
  padding: 12px 15px;
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid #DADADA;
  letter-spacing: 0.01em;
  background: #ffffff; }
  .form__input.parsley-error {
    border: 1px solid #f7451d; }
.form__textarea {
  width: 100%;
  height: 50px;
  max-height: 150px;
  font-size: 15px;
  line-height: 1.3;
  text-transform: uppercase;
  border: 1px solid #DADADA;
  background: #ffffff; }
  .form__textarea.parsley-error {
    border: 1px solid #f7451d; }
.form__agree {
  margin: 13px 0 0;
  font-size: 14px;
  color: #A3A3A3; }
.form__submit {
  display: block;
  width: 230px;
  margin: 17px auto 0;
  padding: 18px 10px;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  background: #e24040;
  cursor: pointer; }
  .form__submit:hover {
    background: #fd5151; }

.parsley-errors-list {
  display: none; }

.parsley-error {
  border: 1px solid #ff0000; }

.header-banner {
  position: relative;
  height: 900px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden; }
  .header-banner__text {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 920px;
    margin: auto;
    padding: 20px 50px;
    text-align: center;
    color: #ffffff;
    background: rgba(61, 62, 67, 0.7); }
  .header-banner__title {
    margin: 0 auto 11px;
    font-weight: 700;
    font-size: 60px;
    font-family: "HeliosCond", sans-serif;
    line-height: 1.1;
    text-transform: uppercase; }
  .header-banner__description {
    margin: auto;
    font-size: 17px; }
  @media screen and (max-width: 1500px) {
    .header-banner {
      height: 700px; } }
  @media screen and (max-width: 980px) {
    .header-banner {
      height: 600px; }
      .header-banner__text {
        max-width: 810px;
        padding: 15px 50px; }
      .header-banner__title {
        margin: 0 auto 6px;
        font-size: 50px; } }
  @media screen and (max-width: 830px) {
    .header-banner {
      height: 550px; }
      .header-banner__text {
        left: auto;
        padding: 15px 30px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none; }
      .header-banner__title {
        margin: 0 auto 5px;
        font-size: 42px; }
      .header-banner__description {
        font-size: 16px;
        line-height: 1.3; } }
  @media screen and (max-width: 640px) {
    .header-banner__text {
      padding: 15px 20px; } }
  @media screen and (max-width: 480px) {
    .header-banner__title {
      font-size: 38px; } }

.gray-section {
  background: url("../image/picture/bg.png"); }

.news {
  padding: 90px 0 100px; }
  .news__header {
    position: relative; }
  .news .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch; }
  .news .owl-dots {
    margin: 25px auto 0;
    text-align: center; }
  .news .owl-dot {
    width: 9px;
    height: 9px;
    margin: 0 4px;
    border-radius: 50%;
    background: #cbcaca !important;
    outline: none; }
    .news .owl-dot.active {
      background: #e24040 !important; }
  .news .news-nav {
    position: absolute;
    right: 0;
    top: 5px; }
  .news .owl-prev, .news .owl-next {
    display: inline-block;
    width: 42px;
    height: 42px;
    background-image: url("../image/icons/arrows.svg") !important;
    background-repeat: no-repeat !important;
    border: none;
    outline: none; }
  .news .owl-prev {
    background-position: 0 0 !important; }
    .news .owl-prev:hover {
      background-position: 0 100% !important; }
  .news .owl-next {
    margin-left: 3px;
    background-position: 100% 0 !important; }
    .news .owl-next:hover {
      background-position: 100% 100% !important; }
  @media screen and (max-width: 980px) {
    .news .news-nav {
      top: 2px; } }
  @media screen and (max-width: 640px) {
    .news {
      padding: 80px 0 90px; }
      .news .news-nav {
        display: none; }
      .news .owl-dots {
        margin: 20px auto 0; } }
  @media screen and (max-width: 480px) {
    .news {
      padding: 70px 0 80px; } }

.news-carousel__item {
  position: relative;
  height: 100%;
  padding: 20px;
  color: #ffffff;
  background: #5A5F73; }
  .news-carousel__item.sale:after {
    content: "";
    position: absolute;
    top: 0;
    right: 28px;
    display: block;
    width: 34px;
    height: 41px;
    background-image: url("../image/icons/sale.png");
    background-size: cover; }
.news-carousel__image {
  height: 230px;
  margin: 0 0 17px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
.news-carousel__subtitle {
  margin: 0 0 7px;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.2; }
.news-carousel__description {
  font-size: 15px; }
.news-carousel__date {
  position: absolute;
  right: 0;
  top: 25px;
  height: 31px;
  padding: 9px 11px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background: #3D3C3C; }
.news-carousel__more {
  display: block;
  margin: 20px 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff; }
  .news-carousel__more:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 9px;
    margin-left: 6px;
    margin-bottom: 1px;
    background-image: url("../image/icons/more.png");
    background-size: cover;
    background-position: 0 50%;
    background-repeat: no-repeat; }
  .news-carousel__more:hover {
    color: #fd5151; }
  .news-carousel__more:hover:after {
    background-position: 100% 50%; }
@media screen and (max-width: 980px) {
  .news-carousel__subtitle {
    font-size: 21px; }
  .news-carousel__more {
    font-size: 15px; } }
@media screen and (max-width: 480px) {
  .news-carousel__item {
    padding: 15px 15px 18px; } }

.products {
  padding: 0 0 100px; }
  @media screen and (max-width: 640px) {
    .products {
      padding: 0 0 90px; } }
  @media screen and (max-width: 480px) {
    .products {
      padding: 0 0 80px; } }

.product-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 40px 45px 45px; }
  .product-info__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-right: 40px;
    font-size: 17px;
    text-align: center; }
    .product-info__text p {
      margin: 0 0 10px; }
      .product-info__text p:last-child {
        margin: 0; }
    .product-info__text a {
      color: #e24040; }
    .product-info__text ul {
      margin: 0 0 10px;
      padding: 0;
      list-style: none; }
      .product-info__text ul:last-child {
        margin: 0; }
      .product-info__text ul li {
        position: relative;
        padding: 2px 0 2px 17px; }
        .product-info__text ul li:before {
          content: "";
          position: absolute;
          left: 0;
          top: 10px;
          display: block;
          width: 5px;
          height: 5px;
          background-image: url("../image/icons/li.svg");
          background-position: 50% 50%;
          background-repeat: no-repeat; }
  .product-info__image {
    display: block; }
    .product-info__image img {
      width: 100%;
      max-width: 300px;
      height: auto;
      margin: 0 0 10px; }
  .product-info__title {
    margin: 0 0 15px; }
  .product-info__documents {
    margin: 35px 0 0; }
    .product-info__documents a {
      display: inline-block;
      font-size: 16px;
      line-height: 1;
      color: #303030;
      text-transform: uppercase;
      text-decoration: underline; }
      .product-info__documents a:hover {
        color: #e24040; }
      .product-info__documents a:before {
        content: "";
        position: relative;
        top: -2px;
        display: inline-block;
        height: 30px;
        margin-right: 11px;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0; }
      .product-info__documents a:hover:before {
        background-position: 100% 0; }
      .product-info__documents a:first-child {
        margin-right: 35px; }
  .product-info__passport:before {
    width: 26px;
    background-image: url("../image/icons/passport.svg"); }
  .product-info__certificate:before {
    width: 30px;
    background-image: url("../image/icons/certificate.svg"); }
  @media (max-width: 1000px) {
    .product-info {
      padding: 25px 0 35px; }
      .product-info__documents {
        margin: 20px 0 0; } }
  @media (max-width: 720px) {
    .product-info {
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }
  @media screen and (max-width: 480px) {
    .product-info__documents a {
      font-size: 14px; }
      .product-info__documents a:first-child {
        margin-right: 25px; } }
  @media screen and (max-width: 350px) {
    .product-info__documents a {
      display: block; }
      .product-info__documents a:first-child {
        margin: 0 0 10px; } }

.delivery {
  padding: 90px 0 100px;
  background-image: url("../image/picture/delivery2.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }
  .delivery__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .delivery__info {
    padding-right: 80px;
    font-size: 18px;
    color: #ffffff; }
    .delivery__info p {
      margin: 0 0 15px;
      line-height: 1.5; }
      .delivery__info p:last-child {
        margin: 0; }
    .delivery__info a {
      color: #e24040; }
    .delivery__info ul {
      margin: 0 0 10px;
      padding: 0;
      list-style: none; }
      .delivery__info ul:last-child {
        margin: 0; }
      .delivery__info ul li {
        position: relative;
        padding: 2px 0 2px 17px; }
        .delivery__info ul li:before {
          content: "";
          position: absolute;
          left: 0;
          top: 10px;
          display: block;
          width: 5px;
          height: 5px;
          background-image: url("../image/icons/li.svg");
          background-position: 50% 50%;
          background-repeat: no-repeat; }
  @media screen and (max-width: 1100px) {
    .delivery__info {
      padding-right: 50px; } }
  @media screen and (max-width: 900px) {
    .delivery__wrap {
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
    .delivery__info {
      padding-right: 0;
      padding-bottom: 50px; } }
  @media screen and (max-width: 640px) {
    .delivery {
      padding: 80px 0 90px;
      font-size: 17px; } }
  @media screen and (max-width: 480px) {
    .delivery {
      padding: 70px 0 80px; }
      .delivery__wrap {
        display: block; } }

.order-form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 420px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 420px;
  -ms-flex: 0 0 420px;
  flex: 0 0 420px;
  width: 420px; }
  .order-form form {
    width: 100%;
    padding: 35px;
    background: #F9F9F9; }
  .order-form__title {
    margin: 0 auto 26px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    text-align: center; }
  @media screen and (max-width: 480px) {
    .order-form {
      width: 100%; }
      .order-form form {
        width: 100%;
        padding: 35px 25px; }
      .order-form__title {
        margin: 0 auto 21px;
        font-size: 28px; } }

.map {
  width: 100%;
  height: 600px; }
  @media screen and (max-width: 1000px) {
    .map {
      height: 500px; } }
  @media screen and (max-width: 480px) {
    .map {
      height: 400px; } }

.contacts {
  background: #3D3E43; }
  .contacts__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 45px 0; }
  .contacts__item {
    display: inline-block;
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    white-space: nowrap;
    color: #ffffff; }
    .contacts__item:before {
      content: "";
      display: inline-block;
      margin-right: 13px;
      background-repeat: no-repeat;
      background-size: cover; }
  .contacts__place:before {
    width: 20px;
    height: 25px;
    background-image: url("../image/icons/place.svg");
    vertical-align: text-bottom; }
  .contacts__mail {
    margin-top: 2px; }
    .contacts__mail:before {
      width: 22px;
      height: 19px;
      background-image: url("../image/icons/email.svg");
      vertical-align: bottom; }
  .contacts__phone:before {
    width: 25px;
    height: 25px;
    background-image: url("../image/icons/phone2.svg");
    vertical-align: text-bottom; }
  @media screen and (max-width: 1000px) {
    .contacts__item {
      font-weight: 400;
      font-size: 19px; }
      .contacts__item:before {
        margin-right: 11px; } }
  @media screen and (max-width: 840px) {
    .contacts__wrap {
      display: block;
      text-align: center; }
    .contacts__item {
      display: block;
      margin: 0 auto 20px; }
      .contacts__item:before {
        margin-right: 10px;
        background-size: contain;
        background-position: 50% 50%; }
      .contacts__item:last-child {
        margin: 0 auto; } }

/*# sourceMappingURL=main.css.map */
