* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
*[data-anim] {
  opacity: 0;
}
html,
body {
  height: 100%;
}
html {
  font-size: 8px;
}
body {
  background: #ffffff url('img/background1.jpg') no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  color: #3b3b3b;
  font-family: Tahoma, Verdana, Arial;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
}
body.menu-active {
  overflow: hidden;
}
img.fullwidth {
  display: block;
  width: 100%;
}
img.maxwidth {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
section,
.container {
  position: relative;
  min-width: 270px;
}
section:before,
.container:before,
section:after,
.container:after {
  content: " ";
  display: table;
}
section:after,
.container:after {
  clear: both;
}
section.first-block {
  padding-top: 140px;
}
/*
section {
    padding: 0 16px;
}

.container.no-padding {
    padding: 0;

    @media (min-width: @screen-sm-min) {
        padding-right: 16px;
        padding-left: 16px;
    }
}
*/
@media (min-width: 768px) {
  .flexbox-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .flexbox-row {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .flexbox-row:after,
  .flexbox-row:before {
    display: none;
  }
}
.flexbox-row-xs {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flexbox-row-xs:after,
.flexbox-row-xs:before {
  display: none;
}
.stretched-row {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .stretched-row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: stretch;
  }
}
.stretched-row-sm {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .stretched-row-sm {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: stretch;
  }
}
nobr {
  white-space: nowrap;
}
.animation {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.desktop-centered {
  text-align: center;
}
@media (min-width: 768px) {
  .desktop-centered {
    text-align: left;
  }
}
h1 {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  margin: 0 0 30px;
  color: #cd1d44;
  text-transform: uppercase;
}
h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  margin: 0 0 30px;
  color: #1d487f;
  text-transform: uppercase;
}
/*
h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin: 0;

    @media (min-width: @screen-sm-min) {
        font-size: 40px;
        line-height: 40px;
    }

    & .button {
        vertical-align: middle;
        margin-left: 8px;
        margin-bottom: 3px;

        @media (min-width: @screen-sm-min) {
            margin-left: 32px;
        }
    }
}

h3 {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    margin: 24px 0 32px;

    @media (min-width: @screen-sm-min) {
        font-size: 28px;
        line-height: 30px;
        margin-top: 40px;
    }
}


h4 {
    font-size: 10px;
    line-height: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 12px 0 16px;
}
*/
/*
.button {
    display: inline-block;
    text-decoration: none !important;
    font-family: @font_main;
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    padding: 11px 16px;
    text-align: center;
    text-transform: uppercase;
    .animation(0.2s);
    .scale(1);
    border: 1px solid @grey;
    color: @white !important;
    background: @black;

    &:hover {
        .scale(1.03);
    }

    & img {
        display: inline-block;
        height: 100%;

        &.arrow {
            padding-left: 8px;

            @media (min-width: @screen-sm-min) {
                padding-left: 16px;
            }
        }

        &.link {
            padding-right: 8px;

            @media (min-width: @screen-sm-min) {
                padding-right: 16px;
            }
        }
    }

    &-lg {
        font-size: 12px;
        line-height: 12px;
        padding: 14px 16px;

        @media (min-width: @screen-sm-min) {
            padding: 14px 23px;
        }
    }

    &-type1 {
        background: #01C6DA;
        border: none;
    }

    &-type2 {
        background: @blue;
        border: none;
    }
}
*/
#header {
  padding: 12px 8px 8px;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  background: #ffffff;
  background-size: cover;
  -webkit-box-shadow: 0 0 10px 3px rgba(89, 84, 98, 0.3);
  -moz-box-shadow: 0 0 10px 3px rgba(89, 84, 98, 0.3);
  box-shadow: 0 0 10px 3px rgba(89, 84, 98, 0.3);
}
@media (min-width: 768px) {
  #header {
    padding: 18px 30px 10px;
  }
}
#header .header-logo {
  display: block;
  width: 68px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #header .header-logo {
    margin-left: 0;
    width: 72.35px;
  }
}
body.homepage #header .header-logo {
  margin-left: 0;
}
@media (min-width: 768px) {
  body.homepage #header .header-logo {
    width: 245px;
  }
}
#header .menu-switcher {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 14px;
  padding: 13px 10px 8px;
  color: #1d487f;
}
@media (min-width: 768px) {
  #header .menu-switcher {
    padding: 11px;
  }
}
#header .menu-switcher img {
  display: block;
  width: auto;
  height: 26px;
  margin: 0 auto 5px;
}
@media (min-width: 768px) {
  #header .menu-switcher img {
    height: 30px;
  }
}
#header .menu-switcher .text-active {
  display: none;
}
#header .menu-switcher .text-still {
  display: block;
}
#header .menu-switcher.active .text-active {
  display: block;
}
#header .menu-switcher.active .text-still {
  display: none;
}
#header .eas-logo {
  display: inline-block;
  max-width: 65%;
  vertical-align: top;
  padding: 15px 10px 0 0;
}
#menu-overlay {
  display: none;
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  body.menu-active #menu-overlay {
    display: block;
  }
}
.menu-container {
  position: fixed;
  bottom: 0;
  top: 91px;
  width: 100%;
  overflow-y: auto;
  background: #ffffff url('img/background1.jpg') no-repeat center top;
  background-size: cover;
  text-align: left;
  padding: 30px 5px 15px;
  min-width: 220px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 20px;
  line-height: 20px;
  z-index: 90;
}
@media (min-width: 768px) {
  .menu-container {
    top: 105px;
    width: 500px;
    font-size: 24px;
  }
}
.menu-container::after {
  display: block;
  content: "";
  position: absolute;
  top: -20px;
  bottom: 0;
  width: 1px;
  z-index: 900;
  z-index: 1;
}
.menu-container .menu-wrapper {
  position: relative;
}
.menu-container .menu-wrapper::after {
  display: block;
  content: "";
  position: absolute;
  top: -20px;
  bottom: 0;
  width: 1px;
  z-index: 900;
  z-index: 1;
}
.menu-container ul {
  margin: 0;
  position: relative;
  z-index: 5;
}
.menu-container ul.nav {
  padding: 16px 0 32px;
}
@media (min-width: 768px) {
  .menu-container ul.nav {
    padding: 20px 30px 40px 20px;
  }
}
.menu-container ul.nav li {
  padding: 24px 32px 24px 75px;
}
@media (min-width: 768px) {
  .menu-container ul.nav li {
    padding: 24px 30px 24px 90px;
  }
}
.menu-container ul.subnav {
  padding: 0;
  margin: 24px 0 -32px -75px;
}
@media (min-width: 768px) {
  .menu-container ul.subnav {
    margin: 24px 0 -32px -90px;
  }
}
.menu-container ul.subnav li {
  padding: 24px 32px 24px 75px;
}
@media (min-width: 768px) {
  .menu-container ul.subnav li {
    font-size: 16px;
    padding: 24px 0 24px 90px;
  }
}
.menu-container ul li {
  text-transform: uppercase;
  background: none;
  list-style: none;
}
.menu-container ul li a {
  color: #1d487f;
  text-decoration: none !important;
}
.menu-container ul li a:hover {
  color: #cd1d44 !important;
}
.menu-container ul li.active-menu-link {
  font-weight: bold;
}
.menu-container ul li.active-menu-link a {
  color: #cd1d44 !important;
}
@media (min-width: 768px) {
  .menu-container ul li.current-menu-item > a {
    padding-left: 40px;
  }
}
.menu-container ul li.current-menu-item a {
  color: #cd1d44;
}
.menu-container .lang-menu {
  color: #1d487f;
  font-size: 17;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
}
@media (min-width: 768px) {
  .menu-container .lang-menu {
    text-align: right;
    padding: 0px 20px 20px 20px;
  }
}
.menu-container .lang-menu a {
  color: #1d487f;
}
.menu-container .lang-menu a.active {
  color: #cd1d44;
  font-weight: bold;
}
#mainmenu {
  right: 0;
  -moz-transform: translateX(0) translateY(-105%);
  -webkit-transform: translateX(0) translateY(-105%);
  -o-transform: translateX(0) translateY(-105%);
  -ms-transform: translateX(0) translateY(-105%);
  transform: translateX(0) translateY(-105%);
}
@media (min-width: 768px) {
  #mainmenu {
    -moz-transform: translateX(550px) translateY(0);
    -webkit-transform: translateX(550px) translateY(0);
    -o-transform: translateX(550px) translateY(0);
    -ms-transform: translateX(550px) translateY(0);
    transform: translateX(550px) translateY(0);
    -webkit-box-shadow: 0 0 10px 3px rgba(89, 84, 98, 0.3);
    -moz-box-shadow: 0 0 10px 3px rgba(89, 84, 98, 0.3);
    box-shadow: 0 0 10px 3px rgba(89, 84, 98, 0.3);
  }
}
#mainmenu::after {
  background: #1d487f;
  left: 38px;
}
@media (min-width: 768px) {
  #mainmenu::after {
    left: 58px;
  }
}
#mainmenu .menu-wrapper::after {
  background: #1d487f;
  left: 33px;
}
@media (min-width: 768px) {
  #mainmenu .menu-wrapper::after {
    left: 53px;
  }
}
#mainmenu.active {
  -moz-transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
#mainmenu li.active-menu-link {
  background: url('img/active2.png') no-repeat left center;
}
#submenu {
  left: 0;
  -moz-transform: translateX(0) translateY(-105%);
  -webkit-transform: translateX(0) translateY(-105%);
  -o-transform: translateX(0) translateY(-105%);
  -ms-transform: translateX(0) translateY(-105%);
  transform: translateX(0) translateY(-105%);
}
@media (min-width: 768px) {
  #submenu {
    -moz-transform: translateX(-550px) translateY(0);
    -webkit-transform: translateX(-550px) translateY(0);
    -o-transform: translateX(-550px) translateY(0);
    -ms-transform: translateX(-550px) translateY(0);
    transform: translateX(-550px) translateY(0);
  }
}
#submenu::after {
  background: #cd1d44;
  right: 38px;
}
#submenu .menu-wrapper::after {
  background: #cd1d44;
  right: 33px;
}
#submenu.active {
  -moz-transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
#submenu li {
  padding: 24px 70px 24px 15px;
}
#submenu li.active-menu-link {
  background: url('img/active1.png') no-repeat right center;
}
/*
#menus {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;

    body.menu-active & {
        display: block;
    }

border: 1px solid red;
}
#mainmenu {
    display: none;

border: 1px solid red;

    &.active {
        display: block;
    }

}
*/
/*
#footer {
    background: @white;
    color: @black;
    font-size: 10px;
    padding: 24px 0;

    @media (min-width: @screen-sm-min) {
        padding-bottom: 48px;
    }

    & .footer-top {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 48px;

        @media (min-width: @screen-sm-min) {
            margin-bottom: 56px;
        }
    }

    & .logo {
        display: inline-block;
        margin-bottom: 24px;
    }

    & .email-link {
        display: block;
        font-weight: bold;
        font-size: 14px;
        line-height: 40px;
        color: @black;
    }

    & h4 {
        margin: 0 0 24px;
    }

    & li {
        list-style: none;
        font-size: 12px;
        line-height: 16px;
        padding: 8px 0;

        & a {
            color: @black;
            text-decoration: none;

            &:hover {
                color: @black;
                text-decoration: underline;

            }
        }
    }

    & .mobile-brands {
        margin: 40px 0;
    }
}

a.social-icon {
    display: inline-block;
    width: 32px;
    margin: 16px 8px 0 0;
}
*/
.subpage-block {
  padding-bottom: 50px;
}
.subpage-block .subpage-menu {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 135px;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  z-index: 5;
}
.subpage-block .subpage-menu li {
  padding: 20px 70px 20px 0;
  list-style: none;
}
.subpage-block .subpage-menu li a {
  color: #1d487f;
  text-decoration: none !important;
}
.subpage-block .subpage-menu li.active-menu-link {
  background: url('img/active2.png') no-repeat right center;
  padding-left: 30px;
}
.subpage-block .subpage-menu li.active-menu-link a {
  color: #cd1d44;
  font-weight: bold;
}
.subpage-block .subpage-content {
  font-size: 14px;
  line-height: 20px;
  color: #3b3b3b;
  position: relative;
  z-index: 1;
}
.subpage-block .subpage-content::after {
  display: none;
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  bottom: -50px;
  width: 1px;
  z-index: 900;
  z-index: 1;
  background: #1d487f;
}
@media (min-width: 768px) {
  .subpage-block .subpage-content::after {
    display: block;
  }
}
.contact-block {
  margin-bottom: 50px;
}
.contact-block .name {
  color: #cd1d44;
  font-weight: bold;
}
.contact-block a {
  color: #1d487f;
  text-decoration: none;
}
.contact-block a:hover {
  color: #cd1d44;
  text-decoration: underline;
}
.contact-block a.cert {
  color: #3b3b3b;
  display: block;
}
.contact-block a.cert .cert-icon .st1 {
  fill: #1d487f;
}
.contact-block a.cert:hover {
  text-decoration: none;
}
.contact-block a.cert:hover .cert-icon .st1 {
  fill: #cd1d44;
}
.contact-block .cert-icon {
  display: block;
  width: 50px;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .contact-block .cert-icon {
    width: 80px;
  }
}
.landing-block {
  height: 100%;
  padding: 90px 0 55px;
}
@media (min-width: 768px) {
  .landing-block {
    display: flex;
    align-items: flex-end;
    padding: 104px 0 55px;
  }
}
.landing-block .container {
  z-index: 3;
}
.landing-block h1 {
  text-align: right;
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  text-shadow: 0 0 4px #3b3b3b;
}
@media (min-width: 768px) {
  .landing-block h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
.landing-block .landing-menu {
  display: block;
  height: 180px;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  margin: 0 14% 26px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 768px) {
  .landing-block .landing-menu {
    margin: 0;
  }
}
.landing-block .landing-menu:hover {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.landing-block .landing-menu > div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 16px;
  text-decoration: none !important;
}
#landing-carousel {
  position: relative;
  z-index: 1;
  margin: 0 0 -150px;
  height: 50%;
}
@media (min-width: 768px) {
  #landing-carousel {
    position: absolute;
    left: 0;
    right: 0;
    top: 104px;
    bottom: 140px;
    height: auto;
    margin: 0;
  }
}
#landing-carousel .carousel-inner {
  height: 100%;
}
#landing-carousel .carousel-inner .item {
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
#landing-carousel .carousel-indicators {
  left: auto;
  right: 30px;
  bottom: 50%;
  margin: 0;
  width: auto;
}
#landing-carousel .carousel-indicators li {
  display: block;
  border: none !important;
  border-radius: 0px !important;
  margin: 0;
  background: url('img/bullet.svg') no-repeat center center;
  background-size: contain;
  width: 70px;
  height: 70px;
}
#landing-carousel .carousel-indicators li.active {
  background-image: url('img/bullet-active.svg');
}
/*
.content-block1 {
    text-align: center;
    padding: 125px 0 65px;
    overflow: hidden;

    @media (min-width: @screen-sm-min) {
        padding: 200px 0 151px;
    }

    & .container {
        z-index: 2;
    }

    & p {
        padding: 24px 0 32px;

        @media (min-width: @screen-sm-min) {
            padding: 40px 0;
        }
    }
}

#animation-container {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    .move(-50%, -50%);
}

.content-block2 {
    & .container {
        .gradient-bg(200px);
        padding: 32px;

        @media (min-width: @screen-sm-min) {
            .gradient-bg();
            padding: 56px 64px 0;
        }
    }

    & .stretched-row-sm {
        margin-left: -32px;
        margin-right: -32px;

        @media (min-width: @screen-sm-min) {
            margin-left: -16px;
            margin-right: -16px;
        }

        & > div {
            padding-top: 24px;

            @media (min-width: @screen-sm-min) {
                padding-top: 48px;
            }
        }
    }

    & .axle-block {
        background: #A6D5DD no-repeat right bottom;
        color: @black;
    }

    & .zenith-block {
        background: #A3AFE3 no-repeat right bottom;
    }

    & .axle-block, & .zenith-block {
        padding: 40px 35% 95px 40px;
        background-size: 50% auto;

        @media (min-width: @screen-sm-min) {
            padding: 48px 40% 120px 48px;
            height: 100%;
        }
    }
}

.content-block3 {
    background: url('@{graphics_folder}/dots2.png') no-repeat center top;
    background-size: 100% auto;

    & h2 {
        margin: 72px 0 28px;

        @media (min-width: @screen-sm-min) {
            margin: 150px 0 32px;
        }
    }

    & .subheader-block {
        padding-bottom: 40px;

        @media (min-width: @screen-md-min) {
            padding-bottom: 6px;
        }
    }

    & .feature-block {
        font-size: 12px;
        line-height: 20px;
        margin-top: 24px;

        @media (min-width: @screen-sm-min) {
            margin-top: 36px;
        }
    }

    & .zenith-logo {
        padding: 0 15%;

        @media (min-width: @screen-md-min) {
            padding: 0 25% 0 0;
        }
    }
}

.content-block4 {
    background: url('@{graphics_folder}/dots1.png') no-repeat center top;
    background-size: 100% auto;
    padding: 72px 0 30px;

    @media (min-width: @screen-sm-min) {
        padding: 151px 0 60px;
    }

    & h2 {
        margin-bottom: 32px;

        @media (min-width: @screen-sm-min) {
            margin-bottom: 64px;
        }
    }

    & .comment-block {
        .gradient-bg();
        padding: 20px 32px 32px;
        margin-bottom: 16px;

        @media (min-width: @screen-sm-min) {
            padding: 28px 40px 40px;
            margin-bottom: 32px;
        }

        &.white {
            background: @white;
            color: @black;
        }

        & .userinfo {
            .clear-fix();
            font-size: 12px;
            margin-top: 32px;

            & img {
                width: 48px;
                display: block;
                float: left;
                margin-right: 16px;
            }

            & h4 {
                margin: 8px 0 4px;
            }
        }
    }

    & .robot-block {
        text-align: center;
        padding-bottom: 39px;
        position: relative;

        @media (min-width: @screen-md-min) {
            padding-bottom: 69px;
        }

        &::after {
            content: "";
            display: block;
            position: absolute;
            top: 30%;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
            .gradient-bg();
        }

        & > * {
            position: relative;
            z-index: 2;
        }

        & .robot-img {
            padding: 0 20%;

            @media (min-width: @screen-md-min) {
                padding: 0 5%;
            }
        }

        & .text-block {
            text-align: center;

            @media (min-width: @screen-md-min) {
                text-align: left;
            }
        }

        & h2 {
            margin: 0;
            padding: 40px 0 32px;

            @media (min-width: @screen-md-min) {
                padding: 150px 0 44px;
            }
        }

        & .button {
            margin: 0 8px 11px;
        }
    }
}

::-moz-selection {
    background: @white;
    color: @black;
    text-shadow: none;
}

::selection {
    background: rgba(255, 255, 255, 0.966);
    color: @black;
    text-shadow: none;
}
*/
.carousel {
  margin-top: 50px;
}
.carousel-control {
  width: 50px;
  height: 50px;
  bottom: 15px;
  top: auto;
  left: 15px;
  opacity: 0.7;
  background: none !important;
}
.carousel-control.right {
  right: 15px;
}
