/* http://meyerweb.com/eric/tools/css/reset/
v4.0 | 20180602
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "CeraPro";
  src: local("CeraPro-Thin"), url("../fonts/CeraPro-Thin.woff") format("woff");
  font-style: normal;
  font-weight: 100;
  font-display: swap; }

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

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

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

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

@font-face {
  font-family: "CeraPro";
  src: local("CeraPro-Black"), url("../fonts/CeraPro-Black.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap; }

@font-face {
  font-family: "HelveticaNeueCyr";
  src: local("HelveticaNeueCyr-Thin"), url("../fonts/HelveticaNeueCyr-Thin.woff") format("woff");
  font-style: normal;
  font-weight: 100;
  font-display: swap; }

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

@font-face {
  font-family: "HelveticaNeueCyr";
  src: local("HelveticaNeueCyr-Roman"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

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

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

@font-face {
  font-family: "HelveticaNeueCyr";
  src: local("HelveticaNeueCyr-Heavy"), url("../fonts/HelveticaNeueCyr-Heavy.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap; }

@font-face {
  font-family: "HelveticaNeueCyr";
  src: local("HelveticaNeueCyr-Black"), url("../fonts/HelveticaNeueCyr-Black.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap; }

html {
  direction: ltr;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "CeraPro", sans-serif;
  font-display: swap;
  font-size: 13px;
  font-weight: 500;
  -webkit-overflow-scrolling: touch; }

body {
  margin: 0; }

html,
body {
  overflow-x: hidden; }

input,
textarea,
button,
select {
  color: #fff;
  font-family: "CeraPro", sans-serif;
  font-display: swap;
  font-size: 13px;
  font-weight: 400;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none; }

input[type="search"],
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

input,
textarea {
  color: #000;
  outline: none; }
  input::-ms-clear,
  textarea::-ms-clear {
    display: none; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase; }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase; }
  input::placeholder,
  textarea::placeholder {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #000; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #000; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #000; }
  input:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    color: transparent; }
  input:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder {
    color: transparent; }
  input:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder {
    color: transparent; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

textarea {
  resize: none;
  overflow-y: auto; }

a {
  color: #000;
  text-decoration: none; }

strong {
  font-weight: 700; }

.section-title {
  font-size: 19px;
  line-height: 23px;
  font-weight: 900;
  text-transform: uppercase; }

.btn-yellow {
  font-size: 13px;
  line-height: 16px;
  font-weight: 900;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffbf00;
  max-width: 175px; }

.btn-center {
  margin-left: auto;
  margin-right: auto; }

.divider {
  height: 2px;
  background-color: #000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1175px; }

.learn-more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3fa3dd;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px; }
  .learn-more.md {
    font-size: 15px;
    line-height: 23px; }
  .learn-more img {
    display: block;
    margin-right: 10px; }
  .learn-more-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 17px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400; }
    .learn-more-circle img {
      display: block;
      margin-right: 10px; }

.page-heading {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff; }
  @media (min-width: 768px) {
    .page-heading {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 992px) {
    .page-heading {
      padding-top: 45px;
      padding-bottom: 25px; } }
  .page-heading__container {
    max-width: 1130px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto; }
  .page-heading__title {
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 16px; }

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .breadcrumbs li {
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    color: #a4a4a4;
    font-style: italic; }
    .breadcrumbs li + li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .breadcrumbs li + li:before {
        content: "/";
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px; }
  .breadcrumbs a {
    font-family: "Roboto", sans-serif;
    color: #a4a4a4;
    text-decoration: underline; }

.page-content {
  padding-top: 20px; }
  .page-content__container {
    max-width: 1220px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .page-content__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }

@media (min-width: 768px) {
  .page-sidebar {
    max-width: 295px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-right: 35px;
    padding-left: 10px;
    margin-bottom: 50px; } }

@media (min-width: 992px) {
  .page-sidebar {
    margin-right: 50px; } }

.page-sidebar__wrapper {
  border: 1px solid #efefef;
  padding: 30px; }
  @media (min-width: 768px) {
    .page-sidebar__wrapper {
      padding: 30px 25px; } }

.page-sidebar__title {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 20px 30px 20px 37px;
  background-color: #ffbf00;
  margin-left: -36px; }

.page-sidebar a {
  text-transform: uppercase;
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 33px;
  font-weight: 500; }
  .page-sidebar a.active {
    color: #666; }

.page-holder {
  padding-top: 30px; }
  @media (min-width: 992px) {
    .page-holder {
      padding-top: 50px; } }
  .page-holder .breadcrumbs {
    margin-bottom: 30px; }

.arrow {
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.9; }
  .arrow:hover {
    opacity: 1; }
  .arrow img {
    display: block; }

.list {
  font-size: 15px;
  line-height: 26px;
  margin-left: 35px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #444; }
  .list li {
    padding-left: 10px; }
  .list.marker {
    list-style: circle; }
  .list.dec {
    list-style: decimal; }

.img-responsive {
  width: 100%;
  display: block;
  height: auto; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

/* stylelint-disable */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: pan-y;
  user-select: none; }

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto; }
  .slick-track::before {
    content: "";
    display: table; }
  .slick-track::after {
    content: "";
    display: table;
    clear: both; }

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

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

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

.slick-slide img {
  display: block; }

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

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

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

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

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

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

.header {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef; }
  @media (min-width: 768px) {
    .header {
      padding-top: 35px;
      border-bottom: 5px solid #ffbf00;
      padding-bottom: 0; } }
  .header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 0;
    width: 100%;
    z-index: 3;
    background-color: #fff; }
    @media (max-width: 767px) {
      .header.sticky {
        padding-top: 10px;
        padding-bottom: 10px; } }
    @media (min-width: 768px) {
      .header.sticky {
        height: 60px;
        overflow: hidden; } }
  .header__container {
    max-width: 1090px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .header__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  @media (min-width: 768px) {
    .sticky .header__content {
      margin-top: 11px; } }
  .header__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .header__box {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .header-logo {
    display: block; }
    @media (max-width: 767px) {
      .header-logo {
        margin-bottom: 15px; }
        .sticky .header-logo {
          display: none; } }
    @media (min-width: 768px) {
      .header-logo {
        position: relative;
        z-index: 2;
        margin-bottom: -22px; }
        .sticky .header-logo {
          margin-top: -38px;
          margin-bottom: 0; } }
  .header-logo__img {
    display: block;
    height: auto; }
    @media (max-width: 767px) {
      .header-logo__img {
        margin-left: auto;
        margin-right: auto;
        max-width: 70px; } }
  .header-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .header-contacts {
        display: none; } }
    .header-contacts__phone, .header-contacts__mail {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-contacts__phone img, .header-contacts__mail img {
        display: block;
        margin-right: 10px; }
    .header-contacts__phone {
      font-size: 17px;
      line-height: 20px;
      font-family: "HelveticaNeueCyr", sans-serif;
      font-weight: 100; }
      .header-contacts__phone span {
        margin-right: 5px;
        color: #515871; }
    .header-contacts__mail {
      margin-left: 80px;
      margin-right: 15px;
      font-size: 13px;
      line-height: 16px;
      font-weight: 300;
      color: #5b6279;
      text-transform: uppercase; }
    .sticky .header-contacts {
      display: none; }
  .header-nav {
    margin-right: 25px; }
    @media (max-width: 767px) {
      .header-nav {
        display: none; } }
    @media (min-width: 992px) {
      .header-nav {
        margin-right: 40px; } }
  .header-nav__link {
    font-weight: 500;
    font-size: 11px;
    line-height: 16px; }
    @media (min-width: 992px) {
      .header-nav__link {
        font-size: 13px; } }
    .header-nav__link:hover {
      color: #ffbf00; }
    .header-nav__link + .header-nav__link {
      margin-left: 15px; }
      @media (min-width: 992px) {
        .header-nav__link + .header-nav__link {
          margin-left: 40px; } }
  .header-search {
    position: relative; }
    @media (max-width: 767px) {
      .header-search {
        width: 50%; } }
  .header-search__input {
    width: 160px;
    height: 35px;
    background-color: #f7f7f7;
    padding-left: 40px;
    line-height: 35px;
    padding-right: 10px; }
    .header-search__input::-webkit-input-placeholder {
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 300;
      color: #5a6179; }
    .header-search__input::-moz-placeholder {
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 300;
      color: #5a6179; }
    .header-search__input:-ms-input-placeholder {
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 300;
      color: #5a6179; }
    .header-search__input::-ms-input-placeholder {
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 300;
      color: #5a6179; }
    .header-search__input::placeholder {
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 300;
      color: #5a6179; }
    @media (max-width: 767px) {
      .header-search__input {
        width: 100%; } }
  .header-search__icon {
    position: absolute;
    left: 10px;
    top: 8px; }

.mobile-menu {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(10, 41, 65, 0.5)), to(rgba(10, 41, 65, 0.5)));
  background: -o-linear-gradient(bottom, rgba(10, 41, 65, 0.5), rgba(10, 41, 65, 0.5));
  background: linear-gradient(0deg, rgba(10, 41, 65, 0.5), rgba(10, 41, 65, 0.5)); }
  .mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    z-index: 5; }
  .mobile-menu__content {
    height: 100%;
    width: 75%;
    background-color: #fff;
    padding: 40px 25px 25px;
    position: relative;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .is-open .mobile-menu__content {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  .mobile-menu-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px; }
    .mobile-menu-contact img {
      display: block;
      margin-right: 15px; }
    .mobile-menu-contact + .mobile-menu-contact {
      margin-top: 20px; }
  .mobile-menu-nav {
    margin-top: 20px;
    border-top: 1px solid #ffbf00;
    padding-top: 20px; }
  .mobile-menu-nav__link {
    font-size: 19px;
    line-height: 24px;
    display: block; }
    .mobile-menu-nav__link:hover {
      color: #ffbf00; }
  .mobile-menu-nav__link + .mobile-menu-nav__link {
    margin-top: 20px; }
  .mobile-menu__close {
    position: absolute;
    padding: 10px;
    top: 5px;
    right: 5px; }
    .mobile-menu__close img {
      display: block;
      width: 20px;
      height: auto; }
  .mobile-menu__open {
    padding: 10px; }
    @media (min-width: 768px) {
      .mobile-menu__open {
        display: none; } }
    .mobile-menu__open img {
      display: block;
      width: 20px;
      height: auto; }

.page-banner {
  display: block;
  height: 10vw;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 767px) {
    .page-banner {
      display: none; } }
  @media (min-width: 992px) {
    .page-banner {
      height: 6vw; } }

.hero {
  position: relative; }
  .hero-slider__nav {
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 767px) {
      .hero-slider__nav {
        display: none; } }
    @media (min-width: 1200px) {
      .hero-slider__nav {
        padding-left: 50px;
        padding-right: 50px; } }
  .hero-slide {
    height: 375px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 768px) {
      .hero-slide {
        height: 500px; } }
  .hero-slide__container {
    max-width: 825px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    @media (min-width: 768px) {
      .hero-slide__container {
        max-width: 600px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: auto;
        margin-left: auto; } }
    @media (min-width: 992px) {
      .hero-slide__container {
        max-width: 825px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: auto;
        margin-left: auto; } }
  .hero-slide__title, .hero-slide__subtitle {
    display: inline-block;
    color: #fff;
    background-color: #1959a4;
    padding-left: 10px;
    padding-right: 10px; }
  .hero-slide__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .hero-slide__title {
        font-size: 45px;
        line-height: 54px; } }
  .hero-slide__subtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .hero-slide__subtitle {
        font-size: 35px;
        line-height: 42px; } }
  .hero-slide-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 768px) {
      .hero-slide-list {
        margin-left: 15px; } }
  .hero-slide-list__item {
    padding-left: 5px;
    padding-right: 15px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    background-color: #000; }
    @media (min-width: 768px) {
      .hero-slide-list__item {
        font-size: 21px;
        line-height: 27px; } }
    .hero-slide-list__item + .hero-slide-list__item {
      margin-top: 5px; }

.section-table {
  background-color: #f7f7f7;
  padding-bottom: 50px;
  padding-top: 50px; }
  @media (min-width: 768px) {
    .section-table {
      padding-top: 55px; } }
  .section-table__container {
    max-width: 1030px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto; }

.table {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  text-align: left; }
  .table tr th:first-of-type,
  .table tr td:first-of-type {
    padding-left: 45px; }
  .table thead th {
    color: #666;
    padding: 5px 10px; }
  .table tbody td {
    padding: 12px 10px; }
  .table tbody tr:nth-child(odd) {
    background-color: #fff; }
  .table tbody tr.table__title {
    background-color: #ffbf00;
    font-weight: 900;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .table tbody tr.table__title td::before {
        display: none; } }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1023px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block; }
  table {
    border: 1px solid #eee; }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 10px !important;
    text-align: right; }
  td:before {
    text-align: left;
    content: attr(data-title);
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 50%; } }

.consultation {
  background-image: url(../../assets/img//consultation-gradient.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .consultation {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .consultation {
      padding-top: 55px; } }
  .consultation__container {
    max-width: 1010px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative; }
  .consultation__text {
    width: 100%;
    text-align: center; }
    @media (min-width: 992px) {
      .consultation__text {
        max-width: 570px; } }
  .consultation__title {
    font-size: 30px;
    line-height: 32px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .consultation__title {
        font-size: 33px;
        line-height: 40px; } }
  .consultation__subtitle {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 35px; }
    @media (min-width: 768px) {
      .consultation__subtitle {
        font-size: 12px;
        line-height: 15px; } }
  .consultation__img {
    display: block;
    position: absolute;
    bottom: -61px;
    right: -160px; }
    @media (max-width: 991px) {
      .consultation__img {
        display: none; } }

.consultation-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    .consultation-form {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 992px) {
    .consultation-form {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .consultation-form__input {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 300px;
    border: 2px solid #fffcf3; }
    @media (min-width: 768px) {
      .consultation-form__input {
        max-width: 230px; } }
    @media (max-width: 767px) {
      .consultation-form__input + .consultation-form__input {
        margin-top: 25px; } }
    @media (min-width: 768px) {
      .consultation-form__input + .consultation-form__input {
        margin-left: 30px; } }
  .consultation-form__action {
    height: 40px;
    width: 185px;
    background-image: url(../../assets/img//submit-btn.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 13px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    text-align: left;
    padding-left: 25px; }
    @media (max-width: 767px) {
      .consultation-form__action {
        margin-top: 40px; } }
    @media (min-width: 768px) {
      .consultation-form__action {
        margin-left: 30px; } }

.container-hamburger {
  display: inline-block;
  cursor: pointer; }

.line1,
.line2,
.line3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.change .line1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  -ms-transform: rotate(-45deg) translate(-9px, 6px);
      transform: rotate(-45deg) translate(-9px, 6px); }

.change .line2 {
  opacity: 0; }

.change .line3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  -ms-transform: rotate(45deg) translate(-8px, -8px);
      transform: rotate(45deg) translate(-8px, -8px); }

.footer {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 5px solid #000;
  background-color: #f7f7f7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .footer {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .footer {
      padding-top: 85px;
      padding-bottom: 65px; } }
  .footer__container {
    max-width: 1130px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto; }
  .footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .footer__bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .footer__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .footer__contacts {
        margin-top: 30px; } }
    @media (min-width: 992px) {
      .footer__contacts {
        padding-top: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .footer-copy {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 15px; }
  .footer-title {
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 20px; }
  .footer-address {
    font-size: 13px;
    line-height: 14px;
    font-weight: 300; }
    @media (min-width: 992px) {
      .footer-address {
        font-size: 12px; } }
  .footer-phone, .footer-mail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-phone img, .footer-mail img {
      display: block;
      margin-right: 15px; }
  .footer-mail {
    font-size: 13px;
    line-height: 16px;
    font-weight: 300; }
    @media (max-width: 991px) {
      .footer-mail {
        margin-top: 20px;
        font-size: 16px; } }
    @media (min-width: 992px) {
      .footer-mail {
        margin-left: 75px; } }
  .footer-phone {
    font-size: 17px;
    line-height: 20px;
    font-family: "HelveticaNeueCyr", sans-serif;
    font-weight: 100; }
    .footer-phone span {
      margin-right: 5px;
      color: #515871; }

.footer-nav {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .footer-nav {
      display: none; } }
  .footer-nav__link {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .footer-nav__link + .footer-nav__link {
      margin-left: 45px; }

.advantages {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../../assets/img//advantages/advantages-gradient.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .advantages {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1200px) {
    .advantages {
      padding-bottom: 85px; } }
  .advantages__container {
    max-width: 1290px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-gap: 15px; }
    @media (min-width: 768px) {
      .advantages__container {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 40px; } }
    @media (min-width: 992px) {
      .advantages__container {
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 15px; } }
    @media (min-width: 1200px) {
      .advantages__container {
        grid-column-gap: 40px; } }

.advantages-item {
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 15px; }
  @media (min-width: 768px) {
    .advantages-item {
      padding: 30px 20px; } }
  .advantages-item__icon {
    display: block;
    margin-bottom: 25px; }
  .advantages-item__title {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 500; }

.information {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../../assets/img//information-gradient.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .information {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .information {
      padding-top: 90px;
      padding-bottom: 50px; } }
  .information__container {
    max-width: 1190px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 992px) {
      .information__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .information__title {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .information__title {
        margin-bottom: 35px; } }
  .information__text {
    width: 100%; }
    @media (min-width: 992px) {
      .information__text {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        margin-right: 45px;
        max-width: 515px; } }
    @media (min-width: 1200px) {
      .information__text {
        margin-left: 45px; } }
    .information__text p {
      font-size: 15px;
      line-height: 20px;
      color: #444;
      margin-bottom: 25px;
      font-weight: 400; }
  @media (max-width: 767px) {
    .information__img {
      display: none; } }
  @media (max-width: 991px) {
    .information__img {
      margin-left: auto;
      margin-top: 40px;
      display: block;
      margin-right: auto; } }
  @media (max-width: 1199px) {
    .information__img {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      display: block;
      height: auto; } }

.production {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .production {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .production {
      padding-top: 55px;
      padding-bottom: 80px; } }
  .production__container {
    max-width: 1140px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto; }
  .production__title {
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .production__title {
        margin-left: 25px;
        margin-bottom: 50px; } }
  .production__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
    grid-gap: 15px; }
    @media (min-width: 768px) {
      .production__list {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 30px;
        margin-bottom: 50px; } }
    @media (min-width: 992px) {
      .production__list {
        grid-gap: 30px 60px;
        margin-bottom: 60px; } }
    @media (min-width: 1200px) {
      .production__list {
        grid-gap: 30px 90px; } }

.production-item {
  background-color: #f7f7f7;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .production-item {
      padding: 10px 20px 20px 25px; } }
  .production-item__img {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
  .production-item__title {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: auto; }

.projects {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f7f7f7; }
  @media (min-width: 768px) {
    .projects {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .projects {
      padding-top: 65px;
      padding-bottom: 140px; } }
  .projects__container {
    max-width: 1110px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto; }
  .projects__title {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .projects__title {
        margin-bottom: 60px; } }
  @media (min-width: 768px) {
    .projects__list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 50px; } }
  @media (min-width: 992px) {
    .projects__list {
      grid-column-gap: 70px; } }

.project-item {
  text-align: center; }
  @media (max-width: 767px) {
    .project-item + .project-item {
      margin-top: 70px; } }
  .project-item__img {
    display: block;
    width: 100%;
    max-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 40px; }
  .project-item__title {
    font-size: 15px;
    line-height: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .project-item__address {
    font-family: "Arial", sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    font-weight: 400;
    margin-bottom: 30px; }

.completed-projects {
  background-color: #f7f7f7;
  padding-bottom: 50px;
  padding-top: 50px; }
  @media (min-width: 768px) {
    .completed-projects {
      padding-bottom: 60px;
      padding-top: 60px; } }
  @media (min-width: 992px) {
    .completed-projects {
      padding-bottom: 45px;
      padding-top: 55px; } }
  .completed-projects__title {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .completed-projects__title {
        margin-bottom: 45px; } }
  .completed-projects__block {
    max-width: 1110px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto; }
  .completed-projects__divider {
    margin-top: 40px;
    margin-bottom: 50px; }
  .completed-projects__btn {
    margin-top: 45px; }

.our-production {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .our-production {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .our-production {
      padding-top: 75px;
      padding-bottom: 125px; } }
  .our-production__title {
    margin-bottom: 40px; }
  .our-production__btn {
    margin-top: 35px; }

.contacts-information {
  position: relative;
  padding-top: 50px;
  background-color: #f7f7f7; }
  @media (max-width: 767px) {
    .contacts-information {
      padding-bottom: 50px; } }
  @media (min-width: 768px) {
    .contacts-information {
      padding-top: 30px;
      min-height: 470px; } }
  @media (max-width: 991px) {
    .contacts-information {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .contacts-information__container {
    max-width: 700px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 992px) {
      .contacts-information__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        position: relative;
        max-width: 1130px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: auto;
        margin-left: auto; } }
  @media (min-width: 992px) {
    .contacts-information__content {
      padding-top: 50px; } }
  .contacts-information__box + .contacts-information__box {
    margin-top: 35px; }
  .contacts-information__title {
    font-size: 17px;
    line-height: 20px;
    font-weight: 900;
    color: #606a77;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .contacts-information__desc {
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px; }
    .contacts-information__desc span {
      color: #666;
      font-style: italic; }
  .contacts-information__mail {
    text-decoration: underline; }
    .contacts-information__mail:hover {
      text-decoration: none; }
  .contacts-information__form {
    display: block;
    width: 100%;
    max-width: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 991px) {
      .contacts-information__form {
        margin-top: 40px;
        padding: 30px 20px; } }
    @media (min-width: 768px) {
      .contacts-information__form {
        margin-right: auto;
        margin-left: auto; } }
    @media (min-width: 992px) {
      .contacts-information__form {
        position: absolute;
        top: 30px;
        right: 0;
        padding: 70px 35px 70px;
        margin: 0; } }
    @media (min-width: 1200px) {
      .contacts-information__form {
        top: 0;
        right: -50px;
        padding: 155px 50px 115px;
        max-width: 670px;
        min-height: 470px; } }
    .contacts-information__form-title {
      font-size: 25px;
      line-height: 25px;
      font-weight: 300;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        .contacts-information__form-title {
          text-align: center; } }

.contacts-form__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .contacts-form__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 768px) {
    .contacts-form__wrapper {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }

.contacts-form__fields {
  width: 100%;
  max-width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 767px) {
    .contacts-form__fields {
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .contacts-form__fields {
      max-width: 240px;
      margin-right: 30px; } }

.contacts-form__field {
  height: 30px; }
  .contacts-form__field + .contacts-form__field {
    margin-top: 20px; }

.contacts-form__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-top: 12px;
  padding-bottom: 12px; }
  @media (max-width: 767px) {
    .contacts-form__text {
      width: 100%;
      max-width: 300px;
      min-height: 100px; } }

.contacts-form__field, .contacts-form__text {
  border: 1px solid #eaeaea;
  background-color: #fff;
  padding-left: 12px;
  padding-right: 12px; }
  .contacts-form__field::-webkit-input-placeholder, .contacts-form__text::-webkit-input-placeholder {
    line-height: 30px;
    text-transform: none;
    font-weight: 300;
    color: #777; }
  .contacts-form__field::-moz-placeholder, .contacts-form__text::-moz-placeholder {
    line-height: 30px;
    text-transform: none;
    font-weight: 300;
    color: #777; }
  .contacts-form__field:-ms-input-placeholder, .contacts-form__text:-ms-input-placeholder {
    line-height: 30px;
    text-transform: none;
    font-weight: 300;
    color: #777; }
  .contacts-form__field::-ms-input-placeholder, .contacts-form__text::-ms-input-placeholder {
    line-height: 30px;
    text-transform: none;
    font-weight: 300;
    color: #777; }
  .contacts-form__field::placeholder, .contacts-form__text::placeholder {
    line-height: 30px;
    text-transform: none;
    font-weight: 300;
    color: #777; }

.contacts-form__action {
  min-width: 180px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  background-color: #ffbf00;
  color: #000;
  font-size: 15px; }
  @media (max-width: 767px) {
    .contacts-form__action {
      margin-left: auto;
      margin-right: auto; } }
  .contacts-form__action img {
    display: block;
    margin-right: 10px; }

@media (max-width: 767px) {
  .contacts-map img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover; } }

@media (min-width: 992px) {
  .main-catalog .section-table {
    margin-bottom: 50px; } }

@media (max-width: 991px) {
  .catalog {
    margin-bottom: 50px; } }

@media (min-width: 992px) {
  .catalog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }

.catalog__picture {
  text-align: center; }
  @media (max-width: 991px) {
    .catalog__picture {
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    .catalog__picture {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      max-width: 300px; } }
  @media (min-width: 992px) {
    .catalog__picture {
      margin-right: 25px; } }

.catalog__img {
  display: block;
  width: 100%; }

.catalog__text p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #444; }

.catalog__text p + p {
  margin-top: 20px; }

.catalog__download {
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  line-height: 17px;
  color: #3fa3dd;
  text-align: left; }
  .catalog__download img {
    display: block;
    margin-right: 20px; }

@media (min-width: 768px) {
  .half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 435px; } }

@media (min-width: 768px) {
  .half__side {
    width: 50%; } }

.half__left {
  background-color: #ffbf00;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .half__left {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .half__left {
      padding-top: 55px;
      padding-bottom: 55px; } }

.half__right {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 767px) {
    .half__right {
      display: none; } }

.left-content {
  width: 100%;
  max-width: 535px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .left-content {
      padding-left: 15px;
      margin-left: auto;
      padding-right: 50px; } }
  .left-content h3 {
    font-size: 25px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 30px; }
  .left-content p {
    font-size: 15px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400; }
  .left-content p + p {
    margin-top: 25px; }
  .left-content .learn-more-circle {
    margin-top: 45px; }

.choose {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .choose {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .choose {
      padding-top: 80px;
      padding-bottom: 55px; } }
  .choose__container {
    max-width: 1100px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto; }
  .choose__title {
    margin-bottom: 40px;
    text-transform: none; }
  @media (max-width: 767px) {
    .choose__lists .list {
      margin-bottom: 25px;
      margin-left: 20px; } }
  @media (min-width: 768px) {
    .choose__lists {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 25px;
      margin-bottom: 45px; } }
  .choose p {
    font-size: 15px;
    line-height: 23px;
    color: #444;
    font-family: "Roboto", sans-serif;
    font-weight: 400; }
  .choose p + p {
    margin-top: 25px; }

.certificates {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .certificates {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .certificates {
      padding-top: 65px;
      padding-bottom: 140px; } }
  .certificates__content {
    max-width: 1100px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto; }
  .certificates__title {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .certificates__title {
        margin-bottom: 45px; } }
  .certificates-list {
    max-width: 1145px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 767px) {
      .certificates-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .certificates-list img {
          max-width: 220px; }
        .certificates-list img + img {
          margin-top: 15px; } }
    @media (min-width: 768px) {
      .certificates-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 60px;
        margin-top: 50px; } }
    @media (min-width: 992px) {
      .certificates-list {
        grid-column-gap: 85px;
        margin-top: 60px; } }
  .certificates p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #444;
    font-weight: 400;
    margin-bottom: 20px; }

.main-stat .half {
  margin-top: 50px; }
  @media (min-width: 768px) {
    .main-stat .half {
      margin-top: 70px; } }
	  
	  
.nc-demo-modal-wrapper{
	display:none;
}


ul.inner {
  list-style-type: none;
}
ul.inner > li {
  text-indent: -5px;
  font-size: 15px;
    line-height: 16px;
    margin-left: 15px;

    color: #444;
}
ul.inner > li:before {
  content: "-";
  text-indent: -5px;
}

ul.inner > li > a {
  display:inline;
  text-transform:none;
  line-height: 25px;
}

.page-sidebar {
    max-width:355px;
}
 
.page-sidebar a:hover {
    color: #ffbf00; 

}