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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SegoeUI';
  src: url("../fonts/SegoeUI-Light.woff2") format("woff2"), url("../fonts/SegoeUI-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SegoeUI';
  src: url("../fonts/SegoeUI-SemiBold.woff2") format("woff2"), url("../fonts/SegoeUI-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SegoeUI';
  src: url("../fonts/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/SegoeUI-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KyrillaSans';
  src: url("../fonts/KyrillaSansSerifBlack.woff2") format("woff2"), url("../fonts/KyrillaSansSerifBlack.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.header {
  position: relative;
  height: 146px;
  z-index: 7;
}

.top-bar {
  width: 100%;
  background-color: #333333;
  padding: 5px 0 25px 0;
}

.top-bar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.top-bar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
}

.top-bar__item:first-child {
  padding-left: 0;
}

.top-bar__item:last-child {
  padding-right: 0;
}

.top-bar__item:hover {
  cursor: pointer;
}

.top-bar__item:hover .icon {
  fill: white;
}

.top-bar__item:hover .top-bar--text {
  color: white;
}

.top-bar__shedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
}

.top-bar__button{
  display: flex;
  align-items: center;
}

.top-bar__button button {
  padding: 5px 10px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #FFDC3A;
  color: #FFDC3A;
  font-weight: 300;
}

.top-bar__button button:hover {
  cursor: pointer;
  background-color: #FFDC3A;
  color: #161616;
}

.top-bar .icon {
  width: 14px;
  height: 14px;
  display: block;
  fill: rgba(255, 255, 255, 0.8);
  margin-right: 8px;
}

.top-bar--offset-small {
  padding: 5px 0 5px 0;
}

.top-bar--text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

/*--------------- menu ---------------*/
.menu li {
  position: relative;
}

.menu .container {
  padding: 0;
}

.menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
  background-color: #ffffff;
}

.menu__toggle {
  display: none;
}

.menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__logo{
  display: flex;
}

.menu__nav .nav__logo {
  padding: 0 20px;
  flex-direction: column;
}

.menu__nav .nav__logo img {
  width: 100%;
  max-width: 264px;
  max-height: 38px;
}

.menu__nav .nav__logo span{
  font-size: 14px;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 4px;
  color: #161616 !important;
}
.menu__link {
  padding: 15px 24px;
  display: block;
  text-transform: uppercase;
  font-family: "SegoeUI", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #161616;
}

.menu__link:hover {
  background-color: #FFDC3A;
}

.menu__link.active {
  background-color: #FFDC3A;
}

.menu.show {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  background-color: #ffffff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.menu.show .menu__inner {
  padding: 10px 0;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

.logo.main {
  display: none;
}

.menu__call-button {
  display: none;
}

/*--------------- @media ---------------*/
@media (max-width: 1144px) {
  .top-bar__shedule {
    display: none;
  }
}

@media (max-width: 960px) {
  .header {
    height: 195px;
  }
  .menu__nav {
    margin-top: 10px;
  }
  .nav__logo {
    display: none;
  }
  .logo.main {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .logo.main img {
    max-width: 250px;
  }
  .sub-page .header .menu .menu__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 768px) {
  .sub-menu {
    display: none;
    position: absolute;
    width: 230px;
    padding: 10px 20px 20px 20px;
    top: 45px;
    left: 0;
    background-color: #fafafa;
    z-index: 10;
  }
  .sub-menu__link {
    display: block;
    margin-top: 10px;
    color: rgba(22, 22, 22, 0.5);
    font-size: 13px;
    font-family: "SegoeUI", sans-serif;
    font-weight: 600;
  }
  .sub-menu__link:hover {
    color: #161616;
  }
  .menu li:hover .sub-menu {
    display: block;
  }
}

@media (max-width: 768px) {
  .header {
    height: 139px;
  }
  .menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .menu__nav {
    display: none;
  }
  .logo.main {
    margin-left: 20px;
    width: auto;
    color: #161616 !important;
  }
  .menu__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 12px;
    margin-left: 15px;
    cursor: pointer;
  }
  .menu__toggle:hover span,
  .menu__toggle:hover span::before,
  .menu__toggle:hover span::after {
    background-color: #FFDC3A;
  }
  .menu__toggle span {
    display: block;
    width: 15px;
    height: 2px;
    background-color: #161616;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    margin-top: 5px;
    position: relative;
  }
  .menu__toggle span::after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background-color: #161616;
    position: absolute;
    top: 5px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .menu__toggle span::before {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background-color: #161616;
    position: absolute;
    bottom: 5px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .menu__nav.active {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 6;
    background-color: #ffffff;
    width: 100%;
    padding: 0 50px 30px 50px;
    z-index: 10;
  }
  .menu__nav.active .menu__link {
    padding: 10px 0;
    color: #8D8D8D;
    text-transform: inherit;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    border-bottom: 1px solid rgba(141, 141, 141, 0.3);
    cursor: pointer;
  }
  .menu__nav.active .menu__link:hover {
    background-color: transparent;
    color: #FFDC3A;
  }
  .menu__nav.active .sub-menu__link {
    color: #8D8D8D;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    padding: 10px 0 10px 0;
    display: block;
    margin-left: 30px;
    border-bottom: 1px solid rgba(141, 141, 141, 0.3);
  }
  .menu__nav.active .sub-menu__link:hover {
    color: #FFDC3A;
  }
  .menu__nav.active .menu__link--border-none {
    border: none;
  }
  .menu__nav.active .menu__link.active {
    background-color: transparent;
  }
  .sub-menu {
    display: none;
  }
  .sub-menu__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sub-menu__icon {
    display: block;
    width: 7px;
    height: 7px;
    display: block;
    border-left: 1px solid #8D8D8D;
    border-bottom: 1px solid #8D8D8D;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: 2px 5px 0 0;
  }
  .sub-menu__icon.active {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-top: 5px;
  }
  .sub-menu.active {
    display: block;
  }
}

@media (max-width: 640px) {
  .header {
    height: 90px;
  }
  .menu__inner {
    padding: 15px 0;
  }
  .menu__call-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 15px;
  }
  .menu__call-button button {
    padding: 7px 18px 5px 20px;
    background-color: #FFDC3A;
    border: none;
    cursor: pointer;
  }
  .menu__call-button button:hover {
    opacity: .8;
  }
  .menu__call-button button .icon {
    width: 20px;
    height: 20px;
  }
  .top-bar__button {
    display: none;
  }
  .top-bar__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 450px) {
  .second-number {
    display: none;
  }
  .logo.main {
    margin-left: 10px;
  }
  .logo.main img {
    width: 200px;
  }
}

.footer {
  padding: 50px 0;
  background-color: #232323;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__top-block {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
  text-align: center;
}

.footer__nav-link {
  color: rgba(255, 255, 255, 0.5);
  padding: 5px 0px;
}

.footer__nav-link:hover {
  color: white;
}

.footer__bottom {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.footer__logo {
  max-width: 200px;
  padding: 0 20px;
}

.footer__about {
  max-width: 640px;
  padding: 0 20px;
}

.footer__about a,
.footer__about p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 18px;
  display: block;
}

.footer__about a {
  font-weight: 500;
  color: white;
}

.footer .footer__title {
  font-size: 18px;
  font-weight: 700;
  font-family: "SegoeUI", sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 0;
}

.footer__get-details .submit {
  margin-top: 30px;
  display: block;
  width: 100%;
  text-align: center;
}

.question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20%;
}

.question__title {
  font-size: 35px;
  font-family: "SegoeUI", sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.question__title::after {
  width: 73px;
  height: 2px;
  content: '';
  display: block;
  background-color: #ffffff;
  margin-top: 20px;
}

.question input {
  margin-top: 30px;
  padding: 15px 17px;
  border: none;
  width: 100%;
  outline: none;
}

.question textarea {
  margin-top: 10px;
  padding: 15px 17px;
  border: none;
  width: 100%;
  outline: none;
}

.submit {
  padding: 22px 17px;
  border: none;
  width: 60%;
  margin-top: 15px;
  background-color: #454546;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-family: "SegoeUI", sans-serif;
  cursor: pointer;
}

.submit:hover {
  background-color: #696969;
}

.copiryght {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5rem;
  color: white;
  margin-top: 18px;
  display: block;
}

@media (max-width: 1400px) {
  .footer__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__get-details,
  .footer__about,
  .question,
  .footer__logo {
    width: 50%;
    margin-top: 30px;
    max-width: none;
    padding: 0 10px;
  }
  .footer__get-details,
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .footer__about,
  .question {
    width: 100%;
  }
  .submit {
    width: 100%;
  }
  .footer__bottom {
    margin-top: 0;
  }
  .footer__top-block {
    text-align: left;
    width: 50%;
  }
}

@media (max-width: 480px) {
  .footer__top-block {
    width: 100%;
  }
}

*,
html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

.page {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  height: 100%;
}

.page .page__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.page .footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/*--------------- up-btn ---------------*/
.up-btn {
  display: none;
  width: 60px;
  height: 60px;
  background-color: #252525;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
}

.up-btn__icon {
  width: 13px;
  height: 13px;
  display: block;
  border-left: 2px solid #D0D0D0;
  border-top: 2px solid #D0D0D0;
  -webkit-transform: rotate(45deg) translateX(-70%);
          transform: rotate(45deg) translateX(-70%);
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  z-index: -1;
}

.up-btn__text {
  font-size: 14px;
  font-family: "SegoeUI", sans-serif;
  color: #D0D0D0;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  z-index: -1;
}

.up-btn__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-color: transparent;
  z-index: 2;
}

.up-btn:hover .up-btn__icon {
  top: 55%;
}

.up-btn:hover .up-btn__text {
  display: none;
}

.up-btn.active {
  display: block;
}

.pop-up {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(22, 22, 22, 0.5);
  z-index: 6;
}

.pop-up.active {
  display: block;
}

.modal-call {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 580px;
  top: 50%;
  left: 50%;
  z-index: 10;
  background-color: #fafafa;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.modal-call__top {
  padding: 15px 0;
  text-align: center;
  background-color: #333333;
  position: relative;
}

.modal-call__top h3 {
  text-transform: uppercase;
  color: #ffffff;
}

.modal-call__icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 24px;
  right: 20px;
  cursor: pointer;
}

.modal-call__icon:hover span {
  opacity: 1;
}

.modal-call__icon span {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  opacity: .8;
}

.modal-call__icon span:first-child {
  -webkit-transform: rotate(45deg) translateY(1px);
          transform: rotate(45deg) translateY(1px);
}

.modal-call__icon span:last-child {
  -webkit-transform: rotate(-45deg) translateY(-1px);
          transform: rotate(-45deg) translateY(-1px);
}

.modal-call__body {
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-call__body input,
.modal-call__body textarea {
  width: 100%;
  padding: 10px;
  margin: 15px 0;
  border: none;
  outline-color: #FFDC3A;
}

.modal-call__body button {
  padding: 17px 30px;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  background-color: #FFDC3A;
  cursor: pointer;
}

.modal-call__body button:hover {
  background-color: #ffd000;
}

.modal-call.active {
  display: block;
}

.body-scroll-off {
  overflow-y: hidden;
}

.index-up {
  z-index: 8;
}

.erorAlert {
  color: #DC3232;
  font-size: 17px;
  font-weight: 400;
  padding: 10px 0;
}

.errorMessage,
.okMessage {
  font-size: 17px;
  font-weight: 400;
  padding: 10px 10px;
  border: 2px solid #46B450;
  background-color: #46B450;
  color: #ffffff;
  line-height: 1.5rem;
  margin-top: 20px;
}

.errorMessage {
  border: 2px solid #DC3232;
  background-color: #DC3232;
}

@media (max-width: 900px) {
  .container {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .modal-call {
    width: 90%;
  }
  .modal-call__body {
    padding: 0 15px 15px 15px;
  }
  .modal-call__body textarea {
    max-height: 100px;
  }
}

/*--------------- header on sub-pages ---------------*/
.header .top-bar {
  padding-bottom: 40px;
}

.header .menu {
  margin-top: -35px;
}

.header .menu .container {
  max-width: 1400px;
}

.header .menu .menu__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px;
  -webkit-box-shadow: 0px 8px 18px 0px rgba(34, 60, 80, 0.2);
          box-shadow: 0px 8px 18px 0px rgba(34, 60, 80, 0.2);
}

.header .menu .menu__inner .nav__logo {
  display: none;
}

.header .menu .menu__inner .logo {
  display: flex;
  flex-direction: column;
}
.header .menu .menu__inner .logo span{
  font-size: 14px;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 4px;
  color: #161616 !important;
}

.header .menu .menu__inner .logo img {
  max-width: 264px;
}

.header .menu.show {
  top: -65px;
}

.header .menu.show .menu__inner {
  padding: 10px 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.parallax {
  margin-top: -75px;
  height: 360px;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-size: fill;
  background-repeat: no-repeat;
  background-position: center top;
}

.parallax__content {
  text-align: center;
  margin-top: 70px;
}

.parallax__title {
  z-index: 3;
  color: #161616;
  font-size: 66px;
  font-family: "SegoeUI", sans-serif;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 0;
}

.parallax__sub-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  word-spacing: 2px;
  color: #161616;
}

.parallax__sub-title--top{
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  .header .menu .menu__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .parallax {
    background-attachment: initial;
    background-size: cover;
    background-position: unset;
  }
  .parallax__content {
    margin-top: 30px;
  }
  .parallax__title {
    font-size: 36px;
  }
  .header .menu .menu__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 15px 0;
  }
}

@media (max-width: 640px) {
  .top-bar {
    padding-bottom: 5px;
  }
  .menu {
    margin-top: 0px;
  }
  .menu.show {
    top: -100px;
  }
}
/*# sourceMappingURL=sub-pages.css.map */


.h-lang-list{
  display: flex;
  margin-left: 30px;
}

.h-lang-list-item:first-child{
  margin-right: 10px;
}

.h-lang-list-item__link{
  display: flex;
  align-items: center;
  padding: 0 6px;
  margin: 0;
  font-weight: normal;
  text-decoration: none;
  color: #FFDC3A;
  border: 1px solid #FFDC3A;
  box-sizing: border-box;
}

.h-lang-list-item__link:hover,
.h-lang-list-item__link.active{
  background-color: #FFDC3A;
  font-weight: bold;
  color: #333333;
}

@media (max-width: 768px) {
  .top-bar__button button{
    font-size: 70%;
  }
  .h-lang-list{
    margin-left: 5px;
    flex-direction: column;
  }
  .h-lang-list-item:first-child{
    margin: 0 0 5px 0;
  }
}

@media (max-width: 350px) {
  .logo.main img {
      width: 165px;
  }
}