/*! 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;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 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; }

@font-face {
  font-family: "myriad-set-pro_text";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/MyriadSetPro-Text.woff2") format("woff2"), url("fonts/MyriadSetPro-Text.woff") format("woff"), url("fonts/MyriadSetPro-Text.ttf") format("truetype"), url("fonts/MyriadSetPro-Text.eot?") format("eot"); }

@font-face {
  font-family: "myriad-set-pro_medium";
  font-weight: 500;
  font-style: normal;
  src: url("fonts/MyriadSetPro-Medium.woff2") format("woff2"), url("fonts/MyriadSetPro-Medium.woff") format("woff"), url("fonts/MyriadSetPro-Medium.ttf") format("truetype"), url("fonts/MyriadSetPro-Medium.eot?") format("eot"); }

@font-face {
  font-family: "myriad-set-pro_bold";
  font-weight: bold;
  font-style: normal;
  src: url("fonts/MyriadSetPro-Bold.woff2") format("woff2"), url("fonts/MyriadSetPro-Bold.woff") format("woff"), url("fonts/MyriadSetPro-Bold.ttf") format("truetype"), url("fonts/MyriadSetPro-Bold.eot?") format("eot"); }

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-address-white {
  background-image: url(img/sprite.png);
  background-position: -38px 0px;
  width: 43px;
  height: 43px; }

.icon-address {
  background-image: url(img/sprite.png);
  background-position: -81px 0px;
  width: 43px;
  height: 43px; }

.icon-arrow-bottom {
  background-image: url(img/sprite.png);
  background-position: 0px 0px;
  width: 38px;
  height: 84px; }

.icon-btn-arrow {
  background-image: url(img/sprite.png);
  background-position: -81px -43px;
  width: 22px;
  height: 27px; }

.icon-phone-white {
  background-image: url(img/sprite.png);
  background-position: -124px 0px;
  width: 43px;
  height: 43px; }

.icon-phone {
  background-image: url(img/sprite.png);
  background-position: 0px -84px;
  width: 43px;
  height: 43px; }

.icon-rectangle {
  background-image: url(img/sprite.png);
  background-position: -124px -43px;
  width: 36px;
  height: 36px; }

html,
body {
  font-family: "Cuprum", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  color: #272727;
  background: #fff; }

h1 {
  font-family: "Cuprum", Helvetica, Roboto, Arial, sans-serif;
  font-size: 3rem;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #272727;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h2 {
  font-family: "Cuprum", Helvetica, Roboto, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #272727;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h3 {
  font-family: "Cuprum", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.9375rem;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #272727;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h4 {
  font-family: "Cuprum", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.5625rem;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #272727;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h5 {
  font-family: "Cuprum", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #272727;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h6 {
  font-family: "Cuprum", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #272727;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  font-family: "Cuprum", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #272727;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  font-family: "Cuprum", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #272727;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.hide {
  display: none !important; }

.no-visible {
  visibility: hidden !important; }

.container {
  display: block;
  width: 100%;
  max-width: 75rem;
  min-height: 0 auto;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[class^='icon'] {
  display: inline-block;
  vertical-align: top; }

.text-center {
  text-align: center; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.fw-700 {
  font-weight: 700; }

.fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.btn {
  background: #00aeef;
  padding: 15px 40px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 22px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top; }
  .btn:hover {
    background: #00a2df; }
  .btn.btn-blue {
    position: relative;
    background: #0b538d;
    text-transform: inherit;
    font-weight: 400;
    font-size: 20px;
    padding: 10px 50px; }
    .btn.btn-blue:after {
      content: '';
      background-image: url(img/sprite.png);
      background-position: -82px -44px;
      width: 22px;
      height: 27px;
      position: absolute;
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
      top: 0;
      bottom: 0;
      right: 10px;
      margin: auto; }
    .btn.btn-blue:hover {
      background: #0a4c81; }
  .btn.btn-big {
    padding: 20px 60px;
    font-weight: 700;
    font-size: 30px; }
    @media (max-width: 768px) {
      .btn.btn-big {
        padding: 14px 60px;
        font-weight: 700;
        font-size: 25px; } }
    @media (max-width: 520px) {
      .btn.btn-big {
        padding: 14px 20px; } }
    .btn.btn-big:after {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      right: 20px; }
      @media (max-width: 520px) {
        .btn.btn-big:after {
          display: none; } }

.title {
  background: #00aeef;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 500px;
  padding: 20px 32px;
  display: inline-block;
  text-transform: uppercase; }
  @media (max-width: 520px) {
    .title {
      min-width: 300px; } }
  .title.blue {
    background: #1b75bc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 420px;
    margin: 0 auto;
    padding: 10px 22px; }
    .title.blue span {
      margin: 0 10px; }

@media (max-width: 520px) {
  .icon-rectangle {
    display: none; } }

.fixed {
  position: fixed; }

.header {
  min-height: 100vh;
  background: url("img/header-bg.jpg") no-repeat;
  background-size: cover;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.start-sale {
  background: #00aeef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  max-width: 1800px;
  margin: 0 auto 20px auto;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 520px) {
    .start-sale {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.start-sale-img img {
  vertical-align: top;
  border-radius: 50%;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.14); }
  @media (max-width: 1200px) {
    .start-sale-img img {
      height: 150px; } }

.start-sale-wr {
  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; }

.start-sale-btn {
  font-weight: 700;
  font-size: 58px;
  background: #1b75bc;
  padding: 10px 55px;
  position: relative;
  margin: 0 40px; }
  @media (max-width: 1200px) {
    .start-sale-btn {
      font-size: 38px;
      padding: 10px 25px; } }
  @media (max-width: 520px) {
    .start-sale-btn {
      font-size: 24px;
      margin: 15px 0 0 0; } }
  .start-sale-btn:after {
    content: '';
    border-top: 43px solid transparent;
    border-right: 40px solid #1b75bc;
    border-bottom: 43px solid transparent;
    position: absolute;
    left: -40px;
    top: 0; }
    @media (max-width: 1200px) {
      .start-sale-btn:after {
        border-top: 31px solid transparent;
        border-right: 40px solid #1b75bc;
        border-bottom: 32px solid transparent; } }
    @media (max-width: 520px) {
      .start-sale-btn:after {
        border-top: 24px solid transparent;
        border-right: 20px solid #1b75bc;
        border-bottom: 23px solid transparent;
        left: -20px; } }
  .start-sale-btn:before {
    content: '';
    border-top: 43px solid transparent;
    border-right: 40px solid #1b75bc;
    border-bottom: 43px solid transparent;
    position: absolute;
    right: -40px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 0; }
    @media (max-width: 1200px) {
      .start-sale-btn:before {
        border-top: 31px solid transparent;
        border-right: 40px solid #1b75bc;
        border-bottom: 32px solid transparent; } }
    @media (max-width: 520px) {
      .start-sale-btn:before {
        border-top: 24px solid transparent;
        border-right: 20px solid #1b75bc;
        border-bottom: 23px solid transparent;
        right: -20px; } }

.start-sale-descr {
  font-size: 45px;
  text-align: center;
  margin-top: 25px; }
  @media (max-width: 1200px) {
    .start-sale-descr {
      font-size: 30px; } }
  @media (max-width: 520px) {
    .start-sale-descr {
      font-size: 20px; } }

@media (max-width: 1200px) {
  .logo-wr img {
    height: 320px;
    -o-object-fit: contain;
       object-fit: contain; } }

@media (max-width: 520px) {
  .logo-wr img {
    height: 210px; } }

.outher-height {
  display: inline-block;
  width: 100%; }

.menu {
  background: #1b75bc; }
  .menu.fixed {
    top: 0;
    width: 100%;
    z-index: 12; }
    .menu.fixed .logo-white {
      display: none; }
      @media (max-width: 1200px) {
        .menu.fixed .logo-white {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }

.menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .menu-inner {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 29px 0; }
  @media (max-width: 1200px) {
    .menu-list {
      display: none; } }
  .menu-list li {
    margin-right: 20px; }
    .menu-list li:last-of-type {
      margin-right: 0; }
    .menu-list li a {
      color: #fff;
      font-size: 22px;
      text-decoration: none;
      font-weight: 400; }
      .menu-list li a:hover {
        text-decoration: underline; }

.logo-white {
  position: relative;
  max-width: 280px;
  width: 100%;
  background: #1b75bc;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  @media (max-width: 1200px) {
    .logo-white {
      max-width: 160px;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  .logo-white img {
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #1b75bc;
    padding: 30px 20px; }
    @media (max-width: 1200px) {
      .logo-white img {
        position: relative;
        height: 75px;
        padding: 4px 0;
        -o-object-fit: contain;
           object-fit: contain; } }

.after-menu-inner {
  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;
  padding: 20px 0; }
  @media (max-width: 520px) {
    .after-menu-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.minut-center {
  color: #000;
  font-size: 22px; }

.address-wr {
  color: #1b75bc;
  text-decoration: none; }
  .address-wr > div {
    margin: 10px 0; }
  .address-wr a {
    color: #1b75bc;
    text-decoration: none;
    font-size: 26px;
    margin-left: 15px; }

.address span {
  margin-left: 15px; }

.address span:first-of-type {
  font-size: 16px; }

.address span:last-of-type {
  font-size: 20px; }

.mobile-menu {
  display: none; }
  @media (max-width: 1200px) {
    .mobile-menu {
      display: block; } }

.burger-box {
  z-index: 996;
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  outline: none;
  margin-top: -10px; }
  .burger-box.is-open {
    z-index: 1000; }

.burger {
  content: '';
  font-size: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 4px;
  background: #edecef;
  -webkit-transition: background 0.3s, top 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, top 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, transform 0.3s, top 0.3s;
  transition: background 0.3s, transform 0.3s, top 0.3s, -webkit-transform 0.3s;
  border-radius: 3px; }
  .burger:before {
    position: absolute;
    width: 24px;
    height: 4px;
    background: #edecef;
    -webkit-transition: background 0.3s, top 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, top 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, transform 0.3s, top 0.3s;
    transition: background 0.3s, transform 0.3s, top 0.3s, -webkit-transform 0.3s;
    top: -8px;
    left: 0;
    content: "";
    border-radius: 3px; }
  .burger:after {
    position: absolute;
    width: 24px;
    height: 4px;
    background: #edecef;
    -webkit-transition: background 0.3s, top 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, top 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, transform 0.3s, top 0.3s;
    transition: background 0.3s, transform 0.3s, top 0.3s, -webkit-transform 0.3s;
    top: 8px;
    left: 0;
    content: "";
    border-radius: 3px; }

.is-open .burger {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: transparent; }
  .is-open .burger:before {
    top: 0;
    -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
    background: #ffffff; }
  .is-open .burger:after {
    top: 0;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    background: #ffffff; }

.sliding-panel-content {
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0px;
  left: auto;
  height: 100%;
  width: 250px;
  visibility: visible;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #f5f5f6;
  z-index: 998;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.sliding-panel-content li {
  list-style: none;
  width: 100%;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  text-align: center; }
  .sliding-panel-content li a {
    display: block;
    font-size: 22px;
    text-decoration: none;
    color: #1b75bc;
    padding: 12px 0; }

.sliding-panel-content li a:hover, .sliding-panel-content li a:focus {
  background: transparent;
  color: #000; }

.sliding-panel-content.is-visible {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.sliding-panel-fade-screen {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: black;
  opacity: 0;
  visibility: hidden;
  z-index: 997; }
  .sliding-panel-fade-screen.is-visible {
    opacity: 0.4;
    visibility: visible;
    display: block; }

.sliding-panel-button {
  padding: 10px 16px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  outline: none; }

.about {
  background: #1c567a;
  color: #fff;
  padding: 30px 0; }
  .about p {
    /*font-size: 22px;
    line-height: 1.4;
    color: #fff;
    margin-right: 30px;
    margin-bottom: 10px;
*/
    font-size: 19px;
    line-height: 1.4;
    color: #fff;
    margin-right: 30px;
    /* margin-bottom: 10px; */
    margin: 0px 30px 0px 0px;
     }

.about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1200px) {
    .about-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.about-column {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 1200px) {
    .about-column {
      width: 70%; } }
  @media (max-width: 520px) {
    .about-column {
      width: 100%; } }
  .about-column img {
    width: 100%;
    border: 10px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.video {
  padding: 30px 0 50px 0; }

.video-block {
  position: relative;
  text-align: center;
  margin-top: 30px; }
  .video-block:after {
    content: '';
    position: absolute;
    height: 35%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #1b75bc; }

.video-wrapper {
  position: relative;
  z-index: 1; }
  .video-wrapper > video {
    margin: 0 auto;
    border: 14px solid #1b75bc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 800px;
    width: 100%;
    vertical-align: middle;
    z-index: 22; }
    .video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
      display: none; }

.video-overlay-play-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 110px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms; }
  .video-overlay-play-button:hover {
    opacity: 1; }
  .video-overlay-play-button.is-hidden {
    display: none; }

.news {
  background: #1b75bc;
  padding: 40px 0; }

.news-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px; }
  @media (max-width: 992px) {
    .news-row {
      -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; } }

.news-column {
  margin-right: 60px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 992px) {
    .news-column {
      margin-right: 0;
      max-width: 400px;
      margin-bottom: 40px; } }
  .news-column:last-child {
    margin-right: 0; }

.news-img {
  position: relative; }
  .news-img img {
    width: 100%;
    border: 1px solid #fff;
    vertical-align: top; }

.news-data {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  background: #00aeef;
  font-size: 20px;
  color: #fff;
  padding: 10px 20px; }

.news-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px; }

.news-descr {
  font-weight: 400;
  color: #fff;
  font-size: 22px;
  margin: 4px 0 40px 0; }

.form {
  padding: 80px 0; }

.input-row {
  margin: 25px 0; }
  @media (max-width: 520px) {
    .input-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .input-row input {
    border: 2px solid #00aeef;
    outline: 0;
    text-align: center;
    background: #fff;
    text-transform: uppercase;
    color: #6c6c6c;
    font-weight: 400;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px 5px;
    margin-right: 10px;
    font-size: 17px; }
    @media (max-width: 520px) {
      .input-row input {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%; } }
    .input-row input:last-child {
      margin-right: 0; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9f9f9f;
  opacity: 1; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9f9f9f;
  opacity: 1; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #9f9f9f;
  opacity: 1; }

input::placeholder, textarea::placeholder {
  color: #9f9f9f;
  opacity: 1; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9f9f9f; }

.form-descr {
  color: #9f9f9f;
  margin-top: 25px;
  font-weight: 700;
  line-height: 1.5; }
  .form-descr a {
    color: #1b75bc;
    margin-left: 4px;
    font-weight: 700; }
    .form-descr a:hover {
      text-decoration: none; }

.map {
  background: url("img/map.jpg") no-repeat;
  min-height: 400px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff; }

.map-title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .map-title {
      font-size: 24px;
      text-align: center; } }

html, body {
  height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.footer {
  background: #1c567a;
  color: #fff;
  *padding-bottom: 50px; 
}
  .footer .address-wr {
    color: #fff; }
    .footer .address-wr a {
      color: #fff; }

.logo-footer {
  display: inline-block;
  vertical-align: top;
  padding: 40px 30px;
  background: #0e76bc; }
  @media (max-width: 1200px) {
    .logo-footer {
      padding: 20px 15px; } }
  .logo-footer img {
    max-width: 240px; }
    @media (max-width: 1200px) {
      .logo-footer img {
        max-width: 150px; } }

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 992px) {
    .footer-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footer-column.first {
    -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; }
    @media (max-width: 992px) {
      .footer-column.first {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }

.footer-menu-column {
  margin-right: 120px;
  margin-top: 60px; }
  @media (max-width: 1200px) {
    .footer-menu-column {
      margin-top: 30px;
      margin-right: 30px; } }
  .footer-menu-column:last-child {
    margin-right: 0; }
  .footer-menu-column ul li {
    margin-bottom: 10px; }
    .footer-menu-column ul li a {
      color: #fff;
      text-decoration: none;
      font-size: 18px; }
      .footer-menu-column ul li a:hover {
        text-decoration: underline; }

.footer-title {
  font-size: 20px;
  margin-bottom: 20px; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px; }
  .social li {
    margin-right: 10px; }
    .social li:last-child {
      margin-right: 0; }
  .social a {
    border: 1px solid #fff;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    color: #fff; }
    .social a:hover {
      -webkit-transition: all 150ms ease;
      transition: all 150ms ease; }
      .social a:hover.facebook {
        background: #3b5999; }
      .social a:hover.vk {
        background: #45668e; }
      .social a:hover.instagram {
        background: #a7194b; }

.proizvodstvo {
  margin-top: 30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .proizvodstvo a {
    margin-left: 0;
    margin-right: 10px; }

.content {
  padding: 30px 0 60px 0; }
  .content .title {
    margin-bottom: 30px; }

#cookie-notification {
    background: #34353D;
    width: 100%;
    position: fixed;
    bottom: 0px;
    text-align: center;
    z-index: 1000;
    color: #ffffff;
    padding: 5px 35px 0px 20px;
    box-sizing: border-box;
}
#cookie-notification p{
    text-align: center !important;}

.cookie-notification-text a {
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    color: #8ad4ff;
}
.cookie-notification-text {
    font-size: 14px;
    line-height: 1.4;
}

#cookie-close-button {
    background: none;
    top: 0;
    right: 0;
    position: absolute;
    border: none;
    outline: none;
    float: right;
    margin-right: 10px;
    color: #fff;
}
.cookie-close {
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    top: 0;
}
.hidden {
    display: none!important;
    visibility: hidden!important;
}