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

/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

/* FONT */
@font-face {
  font-family: 'Korolev Heavy';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Heavy"), url("../fonts/Korolev Heavy.woff") format("woff"); }

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

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

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

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

/* GLOBAL */
body {
  font-family: "Korolev Medium";
  -webkit-transition: 300ms;
  transition: 300ms;
  position: relative; }
  body.open {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); }

input, textarea, button, select {
  outline: 0; }

button {
  cursor: pointer; }

a {
  -webkit-transition: 300ms;
  transition: 300ms; }
  a:hover {
    text-decoration: none; }

.container {
  width: 1440px;
  margin-left: auto;
  margin-right: auto; }

.site-title {
  font-size: 30px;
  font-family: "Korolev Bold";
  color: #00499a;
  margin-bottom: 30px; }

/* RESPONSIVE */
@media screen and (max-width: 1440px) {
  .container {
    width: 1170px; } }

@media screen and (max-width: 1170px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; } }

.header .mobile-menu-btn {
  width: 100%;
  background: #00499a;
  height: 50px;
  display: none; }
  .header .mobile-menu-btn button {
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 24px;
    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;
    margin-left: auto; }

.header .mobile-menu {
  width: 250px;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  height: 100%;
  border-left: 3px solid #00499a;
  z-index: 999;
  -webkit-transform: translate(250px);
  transform: translate(250px); }
  .header .mobile-menu .logo a {
    color: #a3a3ab; }
  .header .mobile-menu .logo img {
    margin: 15px auto;
    display: block; }
  .header .mobile-menu .logo span {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 25px;
    text-align: center; }
  .header .mobile-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #f5f5f5; }
    .header .mobile-menu ul li {
      margin-right: 0; }
      .header .mobile-menu ul li.has-sub {
        background: url(../img/select.png) no-repeat calc(100% - 15px) 22px; }
      .header .mobile-menu ul li ul {
        display: none; }
        .header .mobile-menu ul li ul li a {
          padding-left: 25px; }
        .header .mobile-menu ul li ul li ul li a {
          padding-left: 35px; }
      .header .mobile-menu ul li a {
        border-bottom: 1px solid #f5f5f5;
        height: 50px;
        padding-left: 15px;
        padding-right: 15px; }

.header-top {
  height: 100px; }
  .header-top .container {
    height: 100px;
    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; }
  .header-top .logo a {
    font-family: "Korolev Medium";
    color: #a3a3ab;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-top .logo span {
    height: 36px;
    padding-left: 18px;
    border-left: 1px solid #edebeb;
    display: block;
    line-height: 36px;
    margin-left: 14px; }
  .header-top .phone img {
    margin-right: 15px; }
  .header-top .phone a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #070717;
    font-size: 26px;
    font-family: "Korolev Bold"; }

.header-menu {
  border-top: 2px solid #edebeb;
  height: 72px;
  border-bottom: 2px solid #edebeb; }
  .header-menu .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header-menu ul li {
      padding-right: 40px;
      margin-right: 40px; }
      .header-menu ul li.has-sub i.dropdown {
        width: 12px;
        height: 6px;
        background: url(../img/hassub.png) no-repeat;
        display: inline-block;
        margin-left: 10px;
        margin-top: -2px; }
      .header-menu ul li.has-sub:hover > ul {
        display: block; }
      .header-menu ul li.has-sub ul {
        background: white;
        width: 250px;
        border-radius: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
        position: absolute;
        z-index: 999;
        display: none; }
        .header-menu ul li.has-sub ul li {
          margin-right: 0;
          position: relative;
          padding-right: 0; }
          .header-menu ul li.has-sub ul li:after {
            display: none; }
          .header-menu ul li.has-sub ul li:hover {
            background: #00499a; }
            .header-menu ul li.has-sub ul li:hover > a {
              color: #fff; }
          .header-menu ul li.has-sub ul li a {
            height: 58px;
            border-bottom: 1px solid #efeeee;
            padding-left: 25px;
            padding-right: 25px; }
          .header-menu ul li.has-sub ul li:first-child {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px; }
          .header-menu ul li.has-sub ul li:last-child {
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px; }
            .header-menu ul li.has-sub ul li:last-child a {
              border: none; }
          .header-menu ul li.has-sub ul li ul {
            margin-left: 250px;
            top: 0; }
      .header-menu ul li a {
        font-size: 16px;
        color: #a3a3ab;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 69px;
        border-bottom: 1px solid transparent; }
        .header-menu ul li a:hover, .header-menu ul li a.active {
          color: #00499a;
          border-bottom: 1px solid #00499a; }
  .header-menu .search {
    border-left: 2px solid #edebeb;
    border-right: 2px solid #edebeb;
    width: 260px;
    height: 69px;
    overflow: hidden; }
    .header-menu .search input {
      background: none;
      font-family: "Korolev Medium";
      color: #a3a3ab;
      font-size: 16px;
      height: 72px;
      border: none;
      padding-left: 45px;
      width: 200px; }
      .header-menu .search input::-webkit-input-placeholder {
        color: #a3a3ab; }
      .header-menu .search input::-moz-placeholder {
        color: #a3a3ab; }
      .header-menu .search input:-ms-input-placeholder {
        color: #a3a3ab; }
      .header-menu .search input::-ms-input-placeholder {
        color: #a3a3ab; }
      .header-menu .search input::placeholder {
        color: #a3a3ab; }
    .header-menu .search button {
      background: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin-right: 25px;
      color: #00499a; }

/* RESPONSIVE */
@media screen and (max-width: 1170px) {
  .header .mobile-menu-btn {
    display: block; }
  .header-top .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header-top .logo a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header-top .logo span {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    border: none; }
  .header-top #header-right,
  .header-top .phone {
    display: none; }
  .header .mobile-menu ul {
    display: block; }
  .header-menu {
    height: auto; }
    .header-menu ul {
      display: none; }
    .header-menu .search {
      width: 100%;
      border: none; }
      .header-menu .search input {
        padding-left: 0;
        width: calc(100% - 55px); }
      .header-menu .search button {
        margin-right: 0;
        margin-left: 25px; } }

main {
  overflow: hidden; }

/* main slider */
.main-slider {
  margin-top: 80px; }
  .main-slider .owl-nav button.owl-prev {
    background: url(../img/next2.png);
    width: 55px;
    height: 55px;
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-indent: -9999px;
    position: absolute;
    right: calc(50% - 55px);
    top: calc(50% - 55px); }
  .main-slider .owl-nav button.owl-next {
    background: url(../img/next2.png);
    width: 55px;
    height: 55px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 0px;
    top: calc(50% - 55px); }
  .main-slider .item {
    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; }
  .main-slider .slider-mini-title {
    font-family: "Korolev Bold";
    color: #070717; }
  .main-slider .slider-big-title {
    font-size: 40px;
    color: #00499a;
    margin-top: 5px; }
    .main-slider .slider-big-title b {
      font-weight: normal;
      font-family: "Korolev Bold"; }
  .main-slider .slider-desc {
    color: #070717;
    line-height: 25px;
    margin-top: 10px;
    max-width: 630px; }
  .main-slider .slider-content {
    width: 50%; }
    .main-slider .slider-content a.view {
      background: #00499a;
      color: #fff;
      font-size: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 25px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 200px;
      height: 55px;
      border-radius: 5px;
      padding-top: 5px; }
      .main-slider .slider-content a.view:hover i.arrow {
        margin-left: 23px; }
      .main-slider .slider-content a.view i.arrow {
        background: url(../img/arrow.png);
        width: 16px;
        height: 12px;
        display: block;
        margin-left: 13px;
        -webkit-transition: 300ms;
        transition: 300ms;
        margin-top: -4px;
        transition: 300ms; }
  .main-slider .slider-image {
    background: url(../img/sliderbg.png) no-repeat center center;
    width: 50%;
    height: 518px;
    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; }
    .main-slider .slider-image img {
      max-width: 257px; }

/* home products */
.home-products {
  margin-top: 270px; }
  .home-products .site-title {
    margin-bottom: 70px; }

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .services .service {
    width: calc(33.3333% - 40px);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    height: 380px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 60px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
    .services .service:nth-child(3n) {
      margin-right: 0; }
    
    .services .service-image {
      text-align: center;
      -webkit-transition: 300ms;
      transition: 300ms; }
      .services .service-image img {
        width: 60%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 20px; }
    .services .service-name {
      margin-top: 15px;
      margin-bottom: 15px;
      text-align: center; }
      .services .service-name a {
        color: #00499a; }
    .services .service-desc {
      line-height: 25px;
      text-align: center;
      color: #070717; }
    .services .service a.view {
      font-size: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 30px auto 0 auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; 
      background: #00499a;
      color: #fff;
      text-align: center;
      padding: 15px 25px 10px 25px;
      margin-bottom: 25px;
  }
      .services .service a.view:hover i.arrow {
        margin-left: 23px; }
      .services .service a.view i.arrow {
        background: url(../img/arrow2.png);
        width: 16px;
        height: 12px;
        display: block;
        margin-left: 13px;
        -webkit-transition: 300ms;
        transition: 300ms;
        margin-top: -4px;
        transition: 300ms; }

.box {
  width: 100%;
  height: 200px;
  background: green; }

/* machines */
.machines {
  position: relative;
  margin-top: 195px;
  height: 550px; }
  .machines .site-title {
    margin-bottom: -10px; }
  .machines .owl-nav button.owl-prev {
    background: url(../img/next2.png);
    width: 55px;
    height: 55px;
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-indent: -9999px;
    position: absolute;
    right: 75px;
    top: -40px; }
  .machines .owl-nav button.owl-next {
    background: url(../img/next2.png);
    width: 55px;
    height: 55px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    top: -40px; }
  .machines .owl-stage-outer {
    overflow: visible; }
  .machines .owl-item {
    opacity: 0;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms; }
  .machines .owl-item.active {
    opacity: 1; }
  .machines .item {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: 300ms;
    transition: 300ms; }
    .machines .item img {
      max-width: 100%; }
    .machines .item:hover {
      -webkit-transform: scale(1.07);
      transform: scale(1.07); }
      .machines .item:hover .machine {
        height: 480px; }
      .machines .item:hover .machine-category {
        display: none; }
      .machines .item:hover .machine-desc {
        display: block; }
  .machines .machine {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 442px;
    border-radius: 20px;
    -webkit-transition: 300ms;
    transition: 300ms; }
    .machines .machine-image {
      height: 260px;
      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;
      margin-top: 25px;
      margin-bottom: 35px; }
      .machines .machine-image img {
        width: auto;
        max-height: 100%; }
    .machines .machine-name {
      padding-left: 30px;
      padding-right: 30px; }
      .machines .machine-name a {
        color: #00499a;
        font-family: "Korolev Bold";
        font-size: 23px; }
    .machines .machine-category {
      padding-left: 30px;
      padding-right: 30px;
      margin-top: 5px; }
      .machines .machine-category a {
        color: #070717; }
    .machines .machine-desc {
      padding-left: 30px;
      padding-right: 30px;
      color: #070717;
      font-size: 18px;
      line-height: 27px;
      margin-top: 5px;
      display: none; }
    .machines .machine a.view {
      color: #00499a;
      font-size: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: auto;
      margin-right: 30px;
      margin-top: 30px; }
      .machines .machine a.view i.arrow {
        background: url(../img/arrow2.png);
        width: 16px;
        height: 12px;
        display: block;
        margin-left: 13px;
        -webkit-transition: 300ms;
        transition: 300ms;
        margin-top: -2px; }

/* technical service */
.technical-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 50px;
}
.technical-service p {
  margin-bottom: 20px;
  line-height: 25px;
}

.tech-form {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  width: 680px;
  height: 435px;
  border-radius: 5px;
  padding: 35px; }
  .tech-form-title {
    color: #00499a;
    margin-bottom: 20px; }
  .tech-form form {
    max-width: 790px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .tech-form form button {
      width: 134px;
      height: 42px;
      background: #00499a;
      border-radius: 5px;
      color: #fff;
      font-family: "Korolev Bold";
      font-size: 15px;
      margin-left: auto;
      margin-top: -5px; }
  .tech-form .form-group {
    width: 290px;
    margin-bottom: 25px;
    position: relative; }
    .tech-form .form-group.big {
      width: 765px;
      margin-right: 0; }
    .tech-form .form-group i {
      display: block;
      background-repeat: no-repeat;
      background-position: center center;
      width: 18px;
      position: absolute;
      left: 15px; }
    .tech-form .form-group i.user {
      background-image: url(../img/user.png);
      height: 14px;
      top: 14px; }
    .tech-form .form-group i.phone {
      background-image: url(../img/tel.png);
      height: 12px;
      top: 15px; }
    .tech-form .form-group i.company {
      background-image: url(../img/company.png);
      height: 16px;
      top: 12px; }
    .tech-form .form-group i.msg {
      background-image: url(../img/msg.png);
      height: 17px;
      top: 14px; }
    .tech-form .form-group input, .tech-form .form-group textarea, .tech-form .form-group select {
      width: 100%;
      height: 43px;
      border-radius: 5px;
      border: 1px solid #edebeb;
      font-family: "Korolev Light";
      font-size: 14px;
      padding-left: 35px;
      padding-right: 15px; }
      .tech-form .form-group input::-webkit-input-placeholder, .tech-form .form-group textarea::-webkit-input-placeholder, .tech-form .form-group select::-webkit-input-placeholder {
        color: #a3a3ab;
        position: relative;
        top: 2px; }
      .tech-form .form-group input::-moz-placeholder, .tech-form .form-group textarea::-moz-placeholder, .tech-form .form-group select::-moz-placeholder {
        color: #a3a3ab;
        position: relative;
        top: 2px; }
      .tech-form .form-group input:-ms-input-placeholder, .tech-form .form-group textarea:-ms-input-placeholder, .tech-form .form-group select:-ms-input-placeholder {
        color: #a3a3ab;
        position: relative;
        top: 2px; }
      .tech-form .form-group input::-ms-input-placeholder, .tech-form .form-group textarea::-ms-input-placeholder, .tech-form .form-group select::-ms-input-placeholder {
        color: #a3a3ab;
        position: relative;
        top: 2px; }
      .tech-form .form-group input::placeholder, .tech-form .form-group textarea::placeholder, .tech-form .form-group select::placeholder {
        color: #a3a3ab;
        position: relative;
        top: 2px; }
    .tech-form .form-group textarea {
      height: 140px;
      padding: 15px 15px 15px 35px;
      resize: none; }
    .tech-form .form-group select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url(../img/select.png) no-repeat calc(100% - 15px) 17px white;
      color: #a3a3ab;
      padding-left: 25px; }

.tech-content {
  width: calc(100% - 680px);
  padding-left: 40px; }
  .tech-content .site-title {
    margin-bottom: 20px; }
  .tech-content p {
    color: #070717;
    line-height: 25px;
    margin-bottom: 30px; }

/* references */
.references {
  margin-top: 190px;
  margin-bottom: 200px; }
  .references .owl-nav {
    display: none; }
  .references #ref-slider .item {
    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;
    height: 100px; }
  .references #ref-slider img {
    max-width: 80%;
    width: auto !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    -webkit-transition: 300ms;
    transition: 300ms; }
    .references #ref-slider img:hover {
      opacity: 1;
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }

/* RESPONSIVE */
@media screen and (max-width: 1440px) {
  .machines .machine-desc {
    font-size: 14px; }
  .tech-form {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    width: 550px;
    height: 435px;
    border-radius: 5px;
    padding: 20px; }
    .tech-form-title {
      color: #00499a;
      margin-bottom: 20px; }
    .tech-form form {
      max-width: 790px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .tech-form form button {
        width: 134px;
        height: 42px;
        background: #00499a;
        border-radius: 5px;
        color: #fff;
        font-family: "Korolev Bold";
        font-size: 15px;
        margin-left: auto;
        margin-top: -5px; }
    .tech-form .form-group {
      width: 250px; }
  .tech-content {
    width: calc(100% - 550px);
    padding-left: 40px; }
    .tech-content p {
      margin-bottom: 20px; } }

@media screen and (max-width: 1170px) {
  .home-products {
    margin-top: 50px; }
  .services .service {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 60px; }
    .services .service:nth-child(3n) {
      margin-right: 20px; }
    .services .service:nth-child(2n) {
      margin-right: 0; }
  .machines {
    margin-top: 30px; }
  .technical-service {
    margin-top: 0px; }
  .tech-form {
    width: 100%;
    height: auto; }
    .tech-form form {
      max-width: 100%; }
    .tech-form .form-group {
      width: 100% !important; }
      .tech-form .form-group textarea {
        max-width: 100%; }
  .tech-content {
    width: 100%;
    margin-top: 30px;
    padding-left: 0; }
  .references {
    margin-top: 30px;
    margin-bottom: 30px; } }

@media screen and (max-width: 1024px) {
  .main-slider .item {
    -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;
    text-align: center; }
  .main-slider .owl-nav button.owl-prev {
    right: auto;
    left: 0; }
  .main-slider .slider-content {
    width: 100%; }
    .main-slider .slider-content a.view {
      margin: 30px auto; }
  .main-slider .slider-image {
    width: 100%;
    background: none;
    height: auto; } }

@media screen and (max-width: 480px) {
  .services .service {
    width: 100%;
    margin-right: 0 !important; } }

.page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.page-head {
  background: #00499a;
  height: 58px;
  margin-top: -1px; }
  .page-head .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 59px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .page-head .breadcrumbs li {
      color: #fff;
      font-family: "Korolev Bold";
      font-size: 14px;
      text-transform: uppercase; }
      .page-head .breadcrumbs li a {
        color: #fff;
        font-family: "Korolev Medium"; }
        .page-head .breadcrumbs li a:after {
          content: '>';
          margin-left: 5px;
          margin-right: 5px; }

.page-content {
  width: calc(100% - 295px);
  font-size: 16px;
  color: #070717;
  line-height: 25px;
  padding-bottom: 100px;
  padding-top: 75px; }
  .page-content.full-width {
    width: 100%; }
  .page-content p {
    margin-bottom: 30px; }
  .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    color: #00499a;
    font-family: "Korolev Bold";
    font-weight: normal;
    margin-bottom: 20px; }
  .page-content h1 {
    font-size: 40px; }
  .page-content h2 {
    font-size: 36px; }
  .page-content h3 {
    font-size: 32px; }
  .page-content h4 {
    font-size: 28px; }
  .page-content h5 {
    font-size: 24px; }
  .page-content h6 {
    font-size: 20px; }

.page-sidebar {
  width: 295px;
  padding-top: 75px; }
  .page-sidebar ul li {
    margin-bottom: 22px; }
    .page-sidebar ul li a {
      color: #a3a3ab;
      font-size: 20px;
      font-family: "Korolev Bold";
      height: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 48px; }
      .page-sidebar ul li a:hover {
        color: #00499a; }
      .page-sidebar ul li a.active {
        color: #00499a; }
        .page-sidebar ul li a.active:before {
          content: '';
          width: 6px;
          height: 45px;
          background: #00499a;
          border-radius: 3px;
          display: inline-block;
          margin-right: 15px; }

.page-big-sidebar {
  width: 370px;
  padding-top: 75px; }
  .page-big-sidebar ul li {
    height: 45px;
    line-height: 45px;
    padding-left: 65px;
    padding-right: 30px;
    position: relative; }
    .page-big-sidebar ul li.title {
      height: 54px;
      line-height: 54px;
      background: #f6f6f6;
      border-bottom: 1px solid #edebeb; }
    .page-big-sidebar ul li.active a {
      color: #00499a; }
    .page-big-sidebar ul li.active:before {
      content: '';
      width: 4px;
      height: 24px;
      border-radius: 3px;
      background: #00499a;
      display: block;
      position: absolute;
      top: 12px;
      margin-left: -20px; }
    .page-big-sidebar ul li.active:after {
      content: '';
      width: 4px;
      height: 24px;
      border-radius: 3px;
      background: #00499a;
      display: inline-block;
      position: relative;
      top: 5px;
      right: 0;
      margin-left: 20px; }
    .page-big-sidebar ul li a {
      color: #000; }
      .page-big-sidebar ul li a:hover {
        text-decoration: underline; }

.page-detail {
  width: calc(100% - 370px);
  padding-left: 100px; }

.detail-tab-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  padding-bottom: 13px;
  border-bottom: 2px solid #a3a3ab; }
  .detail-tab-titles li {
    font-size: 20px;
    font-family: "Korolev Light";
    color: #a3a3ab;
    position: relative;
    cursor: pointer;
  margin-right: 20px; }
    .detail-tab-titles li.active {
      color: #00499a; }
      .detail-tab-titles li.active:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #00499a;
        display: block;
        position: absolute;
        margin-top: 13px; }

.detail-tab-content {
  display: none; }

.detail-photo {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-top: 20px;
  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;
  padding-top: 30px;
  padding-bottom: 30px; }
  .detail-photo img {
    max-width: 90%; }

.detail-props {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 20px;
padding-top: 30px; }
  .detail-props ul li {
    height: 50px;
    line-height: 50px;
    padding-left: 45px;
    padding-right: 45px;
    border-bottom: 1px solid #edebeb; }
    .detail-props ul li:last-child {
      border: none; }

.detail-form-title {
  color: #00499a;
  margin-top: 25px;
  margin-bottom: 20px; }

.detail-form form {
  max-width: 790px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .detail-form form button {
    width: 134px;
    height: 42px;
    background: #00499a;
    border-radius: 5px;
    color: #fff;
    font-family: "Korolev Bold";
    font-size: 15px;
    margin-left: auto;
    margin-right: 25px; }

.detail-form .form-group {
  width: 370px;
  margin-right: 25px;
  margin-bottom: 25px;
  position: relative; }
  .detail-form .form-group.big {
    width: 765px;
    margin-right: 0; }
  .detail-form .form-group i {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    position: absolute;
    left: 15px; }
  .detail-form .form-group i.user {
    background-image: url(../img/user.png);
    height: 14px;
    top: 14px; }
  .detail-form .form-group i.phone {
    background-image: url(../img/tel.png);
    height: 12px;
    top: 15px; }
  .detail-form .form-group i.company {
    background-image: url(../img/company.png);
    height: 16px;
    top: 12px; }
  .detail-form .form-group i.msg {
    background-image: url(../img/msg.png);
    height: 17px;
    top: 14px; }
  .detail-form .form-group input, .detail-form .form-group textarea, .detail-form .form-group select {
    width: 100%;
    height: 43px;
    border-radius: 5px;
    border: 1px solid #edebeb;
    font-family: "Korolev Light";
    font-size: 14px;
    padding-left: 35px;
    padding-right: 15px; }
    .detail-form .form-group input::-webkit-input-placeholder, .detail-form .form-group textarea::-webkit-input-placeholder, .detail-form .form-group select::-webkit-input-placeholder {
      color: #a3a3ab;
      position: relative;
      top: 2px; }
    .detail-form .form-group input::-moz-placeholder, .detail-form .form-group textarea::-moz-placeholder, .detail-form .form-group select::-moz-placeholder {
      color: #a3a3ab;
      position: relative;
      top: 2px; }
    .detail-form .form-group input:-ms-input-placeholder, .detail-form .form-group textarea:-ms-input-placeholder, .detail-form .form-group select:-ms-input-placeholder {
      color: #a3a3ab;
      position: relative;
      top: 2px; }
    .detail-form .form-group input::-ms-input-placeholder, .detail-form .form-group textarea::-ms-input-placeholder, .detail-form .form-group select::-ms-input-placeholder {
      color: #a3a3ab;
      position: relative;
      top: 2px; }
    .detail-form .form-group input::placeholder, .detail-form .form-group textarea::placeholder, .detail-form .form-group select::placeholder {
      color: #a3a3ab;
      position: relative;
      top: 2px; }
  .detail-form .form-group textarea {
    height: 140px;
    padding: 15px 15px 15px 35px;
    resize: none; }
  .detail-form .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/select.png) no-repeat calc(100% - 15px) 17px white;
    color: #a3a3ab;
    padding-left: 25px; }

.other-products {
  width: 100%;
  margin-bottom: 10px;
  position: relative; }
  .other-products .owl-nav button.owl-prev {
    background: url(../img/next.png) no-repeat center center;
    width: 64px;
    height: 64px;
    display: block;
    position: absolute;
    top: -45px;
    text-indent: -9999px;
    right: 55px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .other-products .owl-nav button.owl-next {
    background: url(../img/next.png) no-repeat center center;
    width: 64px;
    height: 64px;
    display: block;
    position: absolute;
    top: -45px;
    text-indent: -9999px;
    right: 0; }
  .other-products .owl-stage-outer {
    overflow: visible; }
  .other-products .owl-item {
    opacity: 0;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms; }
  .other-products .owl-item.active {
    opacity: 1; }
  .other-products .item {
    padding-top: 35px;
    padding-bottom: 35px; }
  .other-products-title {
    color: #00499a;
    font-family: "Korolev Bold";
    font-size: 25px; }
  .other-products .product {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px; }
    .other-products .product-image {
      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;
      height: 215px; }
      .other-products .product-image img {
        max-width: 50%;
      margin: 0 auto; }
    .other-products .product-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 50px; }
    .other-products .product-name {
      color: #00499a;
      font-family: "Korolev Bold";
      width: calc(100% - 175px);
      text-align: center; }
    .other-products .product-detail {
      width: 175px; }
      .other-products .product-detail a {
        background: #00499a;
        width: 175px;
        height: 50px;
        border-radius: 5px;
        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;
        color: #fff;
        font-size: 15px; }
        .other-products .product-detail a i.arrow {
          background: url(../img/arrow.png);
          width: 16px;
          height: 12px;
          display: block;
          margin-left: 13px;
          -webkit-transition: 300ms;
          transition: 300ms; }
        .other-products .product-detail a:hover i.arrow {
          margin-left: 23px; }

/* RESPONSIVE */
@media screen and (max-width: 1440px) {
  .page-big-sidebar {
    width: 320px; }
  .page-detail {
    width: calc(100% - 320px);
    padding-left: 30px; }
  .other-products .product-name {
    width: calc(100% - 150px); }
  .other-products .product-detail {
    width: 150px; }
    .other-products .product-detail a {
      width: 150px; } }

@media screen and (max-width: 1170px) {
  .page-big-sidebar {
    padding-top: 30px;
    width: 100%; }
    .page-big-sidebar ul li {
      padding-left: 15px;
      padding-right: 15px; }
  .page-sidebar {
    width: 100%;
    padding-top: 30px; }
  .page-content {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px; }
    .page-content h1 {
      font-size: 34px; }
    .page-content h2 {
      font-size: 30px; }
    .page-content h3 {
      font-size: 26px; }
    .page-content h4 {
      font-size: 22px; }
    .page-content h5 {
      font-size: 18px; }
    .page-content h6 {
      font-size: 14px; }
  .page-detail {
    width: 100%;
    padding-left: 0; }
  .detail-tab-titles {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .detail-tab-titles li {
      width: 100%;
      margin-bottom: 10px; }
      .detail-tab-titles li.active:after {
        margin-top: 0; }
  .detail-props ul li {
    padding-left: 15px;
    padding-right: 15px; }
  .detail-form form button {
    margin-right: 0; }
  .detail-form .form-group {
    width: 100%;
    margin-right: 0; }
  .other-products {
    display: none; } }

.product-search {
  background: #f6f6f6;
  height: 79px;
  border-radius: 10px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px; }
  .product-search span {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .product-search form {
    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;
    height: 79px; }
    .product-search form select {
      width: 390px;
      height: 50px;
      border-radius: 10px;
      border: none;
      font-family: "Korolev Light";
      font-size: 14px;
      padding-left: 35px;
      padding-right: 15px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url(../img/select2.png) no-repeat calc(100% - 15px) 22px white;
      color: #a3a3ab;
      padding-left: 25px;
      margin-left: 75px;
      margin-right: 65px; }
    .product-search form button {
      width: 150px;
      height: 50px;
      display: block;
      background: #00499a;
      color: #fff;
      border-radius: 10px;
      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; }
  .product-search-result {
    color: #a3a3ab;
    border-bottom: 1px solid #edebeb;
    margin-bottom: 25px; }
    .product-search-result span {
      color: #00499a; }

.category-name {
  color: #00499a;
  font-family: "Korolev Bold"; }

.machine-list .machine {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  height: 245px;
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 65px;
  -webkit-transition: 300ms;
  transition: 300ms; }
  .machine-list .machine:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03); }
  .machine-list .machine-name {
    margin-left: 65px; }
    .machine-list .machine-name a {
      color: #00499a;
      font-size: 25px;
      font-family: "Korolev Bold"; }
  .machine-list .machine a.view {
    width: 150px;
    height: 50px;
    display: block;
    background: #00499a;
    color: #fff;
    border-radius: 10px;
    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;
    line-height: 50px;
    margin-left: auto; }
    .machine-list .machine a.view:hover {
      background: #333; }

@media screen and (max-width: 1170px) {
  .product-search {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px; }
    .product-search form {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto;
      width: 100%; }
      .product-search form select {
        width: 100%;
        margin: 15px 0; }
      .product-search form button {
        width: 100%; }
  .machine-list .machine {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 30px 0 30px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .machine-list .machine-name {
      margin-top: 15px;
      margin-left: 0;
      padding-left: 15px;
      padding-right: 15px; }
    .machine-list .machine a.view {
      margin-top: 25px;
      margin-right: auto; } }

.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .products-list .product {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    height: 310px;
    width: calc(33.3333% - 14px);
    margin-right: 20px;
    margin-top: 20px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 45px;
    padding-right: 45px;
    text-align: center;
    -webkit-transition: 300ms;
    transition: 300ms; }
    .products-list .product:hover {
      -webkit-transform: scale(1.03);
      transform: scale(1.03); }
    .products-list .product:nth-child(3n) {
      margin-right: 0; }
    .products-list .product-image {
      height: 145px;
      margin-top: 12px;
      margin-bottom: 12px; }
    .products-list .product-name a {
      font-family: "Korolev Bold";
      color: #00499a;
      max-height: 41px;
      overflow: hidden; }
    .products-list .product-desc {
      line-height: 19px;
      margin-top: 5px;
      height: 38px;
      overflow: hidden; }
    .products-list .product a.view {
      width: 118px;
      height: 40px;
      background: #00499a;
      border-radius: 10px;
      color: #fff;
      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;
      margin-top: 12px;
      padding-top: 3px; }
      .products-list .product a.view:hover {
        background: #333; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pagination a {
    width: 31px;
    height: 31px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    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-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding-top: 3px;
    color: #c4c3c4; }
    .pagination a i {
      position: relative;
      top: -2px; }
    .pagination a:hover, .pagination a.active {
      color: #fff;
      font-family: "Korolev Bold";
      background: #00499a; }
    .pagination a.prev, .pagination a.next {
      -webkit-box-shadow: none;
      box-shadow: none; }

/* RESPONSIVE */
@media screen and (max-width: 1440px) {
  .products-list .product {
    height: 340px; } }

@media screen and (max-width: 1170px) {
  .products-list .product {
    width: calc(50% - 10px);
    margin-right: 20px; }
    .products-list .product:nth-child(3n) {
      margin-right: 10px; }
    .products-list .product:nth-child(2n) {
      margin-right: 0px; } }

@media screen and (max-width: 1170px) {
  .products-list .product {
    width: 100%;
    margin-right: 0px !important; } }

.contact-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .contact-info ul li p {
    font-family: "Korolev Bold";
    color: #00499a;
    width: 100%;
    margin-bottom: 20px; }
  .contact-info ul li i {
    color: #00499a;
    margin-right: 5px; }
  .contact-info ul li span {
    margin-bottom: 10px; }
  .contact-info ul li:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .contact-info ul li:nth-child(2) {
    max-width: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .contact-info ul li:nth-child(2) span {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: block;
      width: 50%; }

.contact-form {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 100px;
  padding: 30px; }
  .contact-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .contact-form form button {
      width: 134px;
      height: 42px;
      background: #00499a;
      border-radius: 5px;
      color: #fff;
      font-family: "Korolev Bold";
      font-size: 15px;
      margin-left: auto;
      margin-right: 25px;
      padding-top: 3px; }
  .contact-form .form-group-wrap {
    margin-right: 20px; }
  .contact-form .form-group {
    position: relative;
    margin-bottom: 25px; }
    .contact-form .form-group:last-child {
      margin-bottom: 0; }
    .contact-form .form-group i {
      display: block;
      background-repeat: no-repeat;
      background-position: center center;
      width: 18px;
      position: absolute;
      left: 15px; }
    .contact-form .form-group i.user {
      background-image: url(../img/user.png);
      height: 14px;
      top: 14px; }
    .contact-form .form-group i.phone {
      background-image: url(../img/tel.png);
      height: 12px;
      top: 15px; }
    .contact-form .form-group i.subject {
      background-image: url(../img/subject.png);
      height: 15px;
      width: 19px;
      top: 15px; }
    .contact-form .form-group i.company {
      background-image: url(../img/company.png);
      height: 16px;
      top: 12px; }
    .contact-form .form-group i.msg {
      background-image: url(../img/msg.png);
      height: 17px;
      top: 14px; }
    .contact-form .form-group input, .contact-form .form-group textarea {
      width: 290px;
      height: 43px;
      border-radius: 5px;
      border: 1px solid #edebeb;
      font-family: "Korolev Light";
      font-size: 14px;
      padding-left: 35px;
      padding-right: 15px; }
      .contact-form .form-group input::-webkit-input-placeholder, .contact-form .form-group textarea::-webkit-input-placeholder {
        color: #a3a3ab;
        position: relative;
        top: 2px; }
      .contact-form .form-group input::-moz-placeholder, .contact-form .form-group textarea::-moz-placeholder {
        color: #a3a3ab;
        position: relative;
        top: 2px; }
      .contact-form .form-group input:-ms-input-placeholder, .contact-form .form-group textarea:-ms-input-placeholder {
        color: #a3a3ab;
        position: relative;
        top: 2px; }
      .contact-form .form-group input::-ms-input-placeholder, .contact-form .form-group textarea::-ms-input-placeholder {
        color: #a3a3ab;
        position: relative;
        top: 2px; }
      .contact-form .form-group input::placeholder, .contact-form .form-group textarea::placeholder {
        color: #a3a3ab;
        position: relative;
        top: 2px; }
    .contact-form .form-group textarea {
      width: 610px;
      height: 110px;
      padding: 15px 15px 15px 35px;
      resize: none; }

.contact-map {
  margin-top: 100px; }
  .contact-map .map {
    margin-top: 20px; }
    .contact-map .map img {
      max-width: 100%; }

/* RESPONSIVE */
@media screen and (max-width: 1440px) {
  .contact-form .form-group textarea {
    width: 350px; }
  .contact-form form button {
    -ms-flex-negative: 0;
    flex-shrink: 0; } }

@media screen and (max-width: 1170px) {
  .contact-info ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contact-info ul li {
      width: 100%; }
      .contact-info ul li:nth-child(2) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .contact-info ul li:nth-child(2) span {
          width: 100%; }
  .contact-form {
    margin-top: 30px;
    padding: 20px; }
    .contact-form form {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .contact-form form button {
        margin-right: 0; }
    .contact-form .form-group {
      margin-bottom: 15px; }
      .contact-form .form-group input {
        width: 100%; }
      .contact-form .form-group textarea {
        width: 100%; }
    .contact-form .form-group-wrap {
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px; }
  .contact-map {
    margin-top: 30px; } }

.servis-content .align-right {
  float: right;
  margin-left: 30px;
  max-width: 100%; }

.servis-content .before-after {
  margin-top: -50px; }

@media screen and (max-width: 1170px) {
  .servis-content .before-after {
    margin-top: 0px;
    margin-bottom: 20px; } }

.footer-top {
  height: 200px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  .footer-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 200px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer-menu ul li {
    margin-right: 70px; }
    .footer-menu ul li a {
      font-size: 16px;
      color: #a3a3ab;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .footer-menu ul li a:hover, .footer-menu ul li a.active {
        color: #00499a; }

.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer-contact span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #070717;
    font-size: 26px;
    font-family: "Korolev Bold";
    height: 32px;
    border-right: 1px solid #bcbcbc;
    padding-right: 25px;
    margin-right: 25px; }
    .footer-contact span:last-child {
      border: none;
      padding-right: 0;
      margin-right: 0; }
    .footer-contact span img {
      margin-right: 15px; }
    .footer-contact span a {
      color: #000; }

.footer-middle {
  height: 200px;
  border-bottom: 1px solid #ebebeb; }
  .footer-middle .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 200px; }

.footer-logo {
  width: 25%;
  border-right: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer-bulten {
  width: 50%;
  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; }
  .footer-bulten form {
    position: relative;
    width: calc(100% - 170px); }
  .footer-bulten input {
    width: 100%;
    border: 1px solid #edebeb;
    height: 53px;
    border-radius: 5px;
    padding-left: 45px;
    padding-right: 65px;
    font-family: "Korolev Light"; }
    .footer-bulten input::-webkit-input-placeholder {
      color: #a3a3ab; }
    .footer-bulten input::-moz-placeholder {
      color: #a3a3ab; }
    .footer-bulten input:-ms-input-placeholder {
      color: #a3a3ab; }
    .footer-bulten input::-ms-input-placeholder {
      color: #a3a3ab; }
    .footer-bulten input::placeholder {
      color: #a3a3ab; }
  .footer-bulten i {
    color: #0d529f;
    position: absolute;
    left: 20px;
    top: 17px; }
  .footer-bulten .bulten-btn {
    background: url(../img/bultenbtn.png);
    width: 45px;
    height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    right: 15px;
    top: 5px; }

.footer-social {
  width: 25%;
  border-left: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-social span {
    font-size: 13px;
    font-family: "Korolev Medium";
    color: #c2c2c7; }
  .footer-social a {
    font-size: 18px;
    color: #000;
    margin-left: 20px; }
    .footer-social a:hover {
      color: #00499a; }

.footer-bottom {
  height: 100px;
  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; }

/* RESPONSIVE */
@media screen and (max-width: 1440px) {
  .footer-menu ul li {
    margin-right: 35px; }
  .footer-bulten {
    width: 45%; }
  .footer-social {
    width: 30%; } }

/* RESPONSIVE */
@media screen and (max-width: 1170px) {
  .footer-menu {
    display: none; }
  .footer-contact {
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    .footer-contact span {
      border: none;
      margin-right: 0;
      padding-right: 0;
      margin-bottom: 20px; }
  .footer-middle {
    height: auto; }
    .footer-middle .container {
      height: auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0; }
  .footer-logo {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: none;
    border-bottom: 1px solid #ebebeb; }
  .footer-bulten {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ebebeb;
    padding-top: 30px;
    padding-bottom: 30px; }
    .footer-bulten form {
      width: calc(100% - 30px); }
  .footer-social {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    padding-top: 30px;
    padding-bottom: 30px; } }


.contact-info li a {
    color: #070717;
}
.swal2-modal {
    border-radius: 0 !important;
}
.swal2-confirm {
    background: #00499a !important;
}
.swal2-confirm:focus {
    box-shadow: none !important;
}
.swal2-title {
    font-size: 20px !important;
    margin-bottom: 20px !important;
}
.swal2-content {
    font-size: 16px !important;
}

.product-desc {
    padding: 20px;
}
.logo img {
  width: 125px;
}
img.dmo_logo {
  width: 150px;
}

#header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#lang-container {
  margin-left: 20px;
}
#lang-container a {
  color: #a3a3ab;
  font-size: 20px;
}
#lang-container span {
  margin: 0 5px;
  color: #a3a3ab;
}

#product-image-name-container {
  text-align: center;
  margin-top: 10px;
}
.product-image-selector {
    display: inline-block;
    background: #00499a;
    color: #fff;
    margin: 10px;
    padding: 10px 15px 5px 15px;
}