@import url(../../fonts/Lato/latofonts.css);

.clear{
  clear: both;
}

/* line 18, ../scss_default/colors.scss */
.c-white {
  color: #fff !important;
}

/* line 22, ../scss_default/colors.scss */
.c-red {
  color: #f84d48;
}

/* line 30, ../scss_default/colors.scss */
.bg-red {
  background-color: #f84d48;
}

/* line 34, ../scss_default/colors.scss */
.bg-white {
  background-color: white;
}

/* line 38, ../scss_default/colors.scss */
.bg-orange {
  background-color: #ef6c00;
}

/* line 42, ../scss_default/colors.scss */
.bg-gold {
  background-color: #f4ca21;
}

/* line 46, ../scss_default/colors.scss */
.bg-green {
  background-color: #6ed41c;
}

/* line 1, ../scss_default/icons.scss */
.i {
  display: inline-block;
  vertical-align: middle;
}

/* line 6, ../scss_default/icons.scss */
.icon-calculator {
  width: 16px;
  height: 21px;
  background-image: url("/assets/images/ico/icon-calculator.png");
  background-size: cover;
  background-position: center center;
}

/* line 19, ../scss_default/global.scss */
html {
  height: 100%;
  min-height: 100%;
}

/* line 24, ../scss_default/global.scss */
body {
  color: #9e9e9e;
  height: 100%;
  min-height: 100%;
  color: #757575;
}

/* line 31, ../scss_default/global.scss */
.container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

/* line 41, ../scss_default/global.scss */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

/* line 47, ../scss_default/global.scss */
.cf:after {
  clear: both;
}

/* line 51, ../scss_default/global.scss */
.cf {
  *zoom: 1;
}

/* line 58, ../scss_default/global.scss */
h1 {
  margin-top: 15px;
  font-size: 150px;
  font-family: "LatoWebThin", sans-serif;
  line-height: 120px;
}
/* line 63, ../scss_default/global.scss */
h1.fw-bold {
  font-size: 80px;
  font-family: "LatoWebBold", sans-serif;
}
/* line 67, ../scss_default/global.scss */
h1.line-bottom {
  position: relative;
  min-height: 140px;
}
/* line 70, ../scss_default/global.scss */
h1.line-bottom:after {
  content: "";
  display: block;
  width: 200px;
  top: auto !important;
  border-top: 2px solid #fff;
}

/* line 94, ../scss_default/global.scss */
.btn {
  display: inline-block;
  height: 48px;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
}
/* line 102, ../scss_default/global.scss */
.btn.bg-red:hover {
  background-color: #f56763;
}

/* line 111, ../scss_default/global.scss */
.mt-25 {
  margin-top: 25px;
}

/* line 115, ../scss_default/global.scss */
.vertical-align, h1.line-bottom:after, .with-line-model:after, .products ul li .wrapp-img img, .partners ul li img, footer .footer-content .social .wrapp-icon, .header-section.styled3 h1:after, .masonry-gallery .grid-item .hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

/* line 7, ../sass/main.scss */
body {
  font-family: "LatoWeb", sans-serif;
}

/* line 15, ../sass/main.scss */
.owl-theme .wrapp-img {
  text-align: center;
}
/* line 18, ../sass/main.scss */
.owl-theme .wrapp-img p a {
  font-family: "LatoWebMedium", sans-serif;
  font-size: 15px;
}
/* line 21, ../sass/main.scss */
.owl-theme .wrapp-img p a i {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 10px;
}

/*
*   Owl Carousel Owl Demo Theme 
*   v1.3.3
*/
/* line 38, ../sass/main.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
/* line 45, ../sass/main.scss */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 65, ../sass/main.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
/* line 74, ../sass/main.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* line 81, ../sass/main.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

/* line 95, ../sass/main.scss */
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  background-color: #f84d48;
}

/* If PaginationNumbers is true */
/* line 105, ../sass/main.scss */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
/* line 117, ../sass/main.scss */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* line 127, ../sass/main.scss */
header nav {
  height: 90px;
  color: #9e9e9e;
  background-color: #fff;
  box-shadow: none;
  line-height: 34px;
}
/* line 133, ../sass/main.scss */
header nav a {
  color: #9e9e9e;
}
/* line 135, ../sass/main.scss */
header nav a:hover {
  background-color: transparent;
}
/* line 139, ../sass/main.scss */
header nav .button-collapse {
  height: 90px;
  line-height: 90px;
}
/* line 140, ../sass/main.scss */
header nav .button-collapse i {
  height: 90px;
  line-height: 90px;
}
/* line 147, ../sass/main.scss */
header nav ul.nav_wide {
  margin-left: 80px;
}
/* line 149, ../sass/main.scss */
header nav ul.nav_wide > li {
  margin-right: 5px;
}
/* line 151, ../sass/main.scss */
header nav ul.nav_wide > li.active {
  background-color: transparent;
}
/* line 153, ../sass/main.scss */
header nav ul.nav_wide > li.active a {
  background-color: transparent;
  color: #f84d48;
}
/* line 158, ../sass/main.scss */
header nav ul.nav_wide > li > .dropdown-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 65px !important;
  background-color: transparent;
  padding-top: 10px;
  overflow: visible;
}
/* line 164, ../sass/main.scss */
header nav ul.nav_wide > li > .dropdown-content ul {
  background-color: #fff;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/* line 170, ../sass/main.scss */
header nav ul.nav_wide > li > .dropdown-content li {
  min-height: 20px;
}
/* line 172, ../sass/main.scss */
header nav ul.nav_wide > li > .dropdown-content li:hover {
  background-color: transparent;
}
/* line 175, ../sass/main.scss */
header nav ul.nav_wide > li > .dropdown-content li a {
  padding: 7px 10px;
  font-size: 15px;
  color: #9e9e9e;
}
/* line 180, ../sass/main.scss */
header nav ul.nav_wide > li > .dropdown-content li a:hover {
  color: #f84d48;
  background-color: transparent;
}
/* line 188, ../sass/main.scss */
header nav ul.nav_wide > li > a {
  color: #9e9e9e;
  padding: 10px;
  line-height: 1.4em;
  font-size: 14px;
}
/* line 199, ../sass/main.scss */
header nav ul.side-nav > li.active a {
  color: #f84d48;
}
/* line 203, ../sass/main.scss */
header nav ul.side-nav > li > .dropdown-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0px !important;
  background-color: transparent;
  overflow: visible;
  width: 100%;
}
/* line 209, ../sass/main.scss */
header nav ul.side-nav > li > .dropdown-content ul {
  background-color: #fff;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/* line 215, ../sass/main.scss */
header nav ul.side-nav > li > .dropdown-content li {
  min-height: 20px;
}
/* line 217, ../sass/main.scss */
header nav ul.side-nav > li > .dropdown-content li:hover {
  background-color: transparent;
}
/* line 220, ../sass/main.scss */
header nav ul.side-nav > li > .dropdown-content li a {
  padding: 7px 10px;
  font-size: 15px;
  color: #9e9e9e;
  line-height: 64px;
}
/* line 226, ../sass/main.scss */
header nav ul.side-nav > li > .dropdown-content li a:hover {
  color: #f84d48;
  background-color: transparent;
}
/* line 234, ../sass/main.scss */
header nav ul.side-nav > li > a {
  color: #9e9e9e;
  padding: 0 15px;
  line-height: 64px;
  font-size: 16px;
}
/* line 245, ../sass/main.scss */
header .langs .item {
  margin-left: 10px;
}
/* line 247, ../sass/main.scss */
header .langs .item > span {
  display: none;
}
/* line 251, ../sass/main.scss */
header .langs a {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-family: "LatoWebBold", sans-serif;
  color: #f84d48;
}
/* line 258, ../sass/main.scss */
header .langs a.active > span {
  display: inline;
}
/* line 261, ../sass/main.scss */
header .langs a.active span {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 271, ../sass/main.scss */
header .langs a:hover .wrapp-img .hover, header .langs a.active .wrapp-img .hover {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* line 277, ../sass/main.scss */
header .langs a.active .wrapp-img {
  -moz-box-shadow: red 0px 0px 1px;
  -webkit-box-shadow: red 0px 0px 1px;
  box-shadow: red 0px 0px 1px;
}
/* line 280, ../sass/main.scss */
header .langs a.active .wrapp-img .hover i {
  display: block;
}
/* line 286, ../sass/main.scss */
header .langs a .hover {
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(249, 75, 70, 0.9);
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 303, ../sass/main.scss */
header .langs a .wrapp-img {
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 10px;
}
/* line 312, ../sass/main.scss */
header .langs a .wrapp-img img {
  width: 100%;
  height: 100%;
}
/* line 316, ../sass/main.scss */
header .langs a .wrapp-img i {
  display: none;
}
/* line 322, ../sass/main.scss */
header nav .brand-logo {
  height: 90px;
  display: flex !important;
}
/* line 326, ../sass/main.scss */
header .nav_wide {
  margin: 30px 20px 0 0;
}
/* line 331, ../sass/main.scss */
header .langs a:hover {
  color: #9e9e9e !important;
}
/* line 335, ../sass/main.scss */
header .langs i {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  line-height: 14px;
  font-size: 20px;
  margin: auto;
  color: #fff;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 348, ../sass/main.scss */
header .langs .flag-icon {
  margin-right: 10px;
}
/* line 351, ../sass/main.scss */
header .langs .navbar_dropdown {
  border: 1px solid #ecf1f5;
}
/* line 353, ../sass/main.scss */
header .langs .navbar_dropdown:hover {
  background-color: transparent;
}

/* line 366, ../sass/main.scss */
.header-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 370, ../sass/main.scss */
.header-section .wrapp-text {
  padding: 140px 0;
  color: #fff;
}
/* line 373, ../sass/main.scss */
.header-section .wrapp-text h5 {
  font-size: 24px;
  font-family: "LatoWebLight", sans-serif;
  margin: 0;
}
/* line 379, ../sass/main.scss */
.header-section.styled1, .header-section.styled2 {
  min-height: 640px;
  overflow: hidden;
}
/* line 383, ../sass/main.scss */
.header-section.styled2 {
  color: #fff;
}

/* line 388, ../sass/main.scss */
.with-line-model {
  position: relative;
}
/* line 390, ../sass/main.scss */
.with-line-model:after {
  content: '';
  display: inline-block;
  z-index: 100;
  top: 80px !important;
  bottom: auto !important;
  width: 14px;
  height: 340px;
  background-image: url("/assets/images/model1.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 406, ../sass/main.scss */
.see-more {
  color: #fff;
  font-size: 18px;
}
/* line 409, ../sass/main.scss */
.see-more span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3em;
  font-family: "LatoWebLight", sans-serif;
}
/* line 415, ../sass/main.scss */
.see-more .wrapp-ico {
  width: 60px;
  height: 60px;
  background-color: #fff;
  color: #f84d48;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  line-height: 70px;
}
/* line 424, ../sass/main.scss */
.see-more .wrapp-ico i {
  font-size: 20px;
}

/* line 430, ../sass/main.scss */
h2.title {
  font-family: "LatoWebLight", sans-serif;
  font-size: 36px;
  margin-top: 20px;
}

/* line 437, ../sass/main.scss */
.about .container, .products .container {
  padding: 0 30px;
}
/* line 440, ../sass/main.scss */
.about ul, .products ul {
  margin-left: -30px;
  margin-right: -30px;
  text-align: center;
}
/* line 444, ../sass/main.scss */
.about ul li, .products ul li {
  margin-top: 60px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 396px;
  padding: 0 30px;
}
/* line 451, ../sass/main.scss */
.about ul li .wrapp-img, .products ul li .wrapp-img {
  height: 80px;
  width: 100%;
  line-height: 80px;
  text-align: center;
}
/* line 456, ../sass/main.scss */
.about ul li .wrapp-img img, .products ul li .wrapp-img img {
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
/* line 462, ../sass/main.scss */
.about ul li h4, .products ul li h4 {
  color: #424242;
  font-family: "LatoWebBlack", sans-serif;
  font-size: 20px;
  margin: 0;
}

/* line 474, ../sass/main.scss */
.products {
  background-color: #eee;
}
/* line 478, ../sass/main.scss */
.products ul li .wrapp-img {
  height: 200px;
  width: 200px;
  margin: auto;
  background-color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
/* line 489, ../sass/main.scss */
.products ul li h4 {
  margin-top: 25px;
}

/* line 496, ../sass/main.scss */
section {
  padding: 40px 0;
}

/* line 503, ../sass/main.scss */
.partners ul {
  text-align: left;
}
/* line 505, ../sass/main.scss */
.partners ul li {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  height: 150px;
  position: relative;
}
/* line 511, ../sass/main.scss */
.partners ul li img {
  max-width: 100%;
  max-height: 100%;
}

/* line 521, ../sass/main.scss */
footer .row {
  margin-bottom: 0;
}
/* line 524, ../sass/main.scss */
footer .footer-top {
  text-align: center;
  padding: 30px 0 0px;
  background-color: #5ccaf3;
  color: #fff;
}
/* line 529, ../sass/main.scss */
footer .footer-top ul {
  margin: 0;
}
/* line 532, ../sass/main.scss */
footer .footer-top .wrapp-icon {
  display: block;
  margin: auto;
  width: 47px;
  height: 47px;
  border: 3px solid #fff;
  text-align: center;
  line-height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 541, ../sass/main.scss */
footer .footer-top .wrapp-icon i {
  font-size: 20px;
}
/* line 545, ../sass/main.scss */
footer .footer-top h3 {
  font-size: 24px;
  font-family: "LatoWebBlack", sans-serif;
  margin-bottom: 0;
}
/* line 550, ../sass/main.scss */
footer .footer-top p {
  font-size: 14px;
  margin: 5px 0px;
  padding-bottom: 20px;
}
/* line 556, ../sass/main.scss */
footer .footer-content {
  padding-top: 20px;
  background-color: #283956;
}
/* line 559, ../sass/main.scss */
footer .footer-content h5 {
  font-family: "LatoWebBold", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}
/* line 566, ../sass/main.scss */
footer .footer-content .list-links {
  margin: 0;
}
/* line 568, ../sass/main.scss */
footer .footer-content .list-links li {
  padding: 4px 0;
}
/* line 571, ../sass/main.scss */
footer .footer-content .list-links .wrapp-icon {
  margin-right: 10px;
  width: 17px;
  height: 17px;
  text-align: center;
  display: inline-block;
  background-color: #4e5f7a;
  line-height: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 580, ../sass/main.scss */
footer .footer-content .list-links .wrapp-icon i {
  color: #7d8a9d;
  font-size: 8px;
  position: relative;
  left: 1px;
}
/* line 587, ../sass/main.scss */
footer .footer-content .list-links a {
  color: #d8d8d8;
  font-family: "LatoWebLight", sans-serif;
  font-size: 15px;
}
/* line 593, ../sass/main.scss */
footer .footer-content h6 {
  padding-top: 5px;
  font-size: 15px;
  color: #fff;
  font-family: "LatoWeb", sans-serif;
  margin: 15px 0 0 0;
}
/* line 600, ../sass/main.scss */
footer .footer-content p {
  margin: 0;
  color: #d8d8d8;
}
/* line 604, ../sass/main.scss */
footer .footer-content .social {
  color: #d8d8d8;
}
/* line 606, ../sass/main.scss */
footer .footer-content .social .item {
  margin-bottom: 30px;
  position: relative;
  padding-left: 60px;
}
/* line 611, ../sass/main.scss */
footer .footer-content .social .wrapp-icon {
  width: 50px;
  height: 50px;
  line-height: 53px;
  text-align: center;
  font-size: 25px;
  color: #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-left: 0;
}
/* line 622, ../sass/main.scss */
footer .footer-content .social .wrapp-icon.facebook {
  background-color: #3a5795;
}
/* line 625, ../sass/main.scss */
footer .footer-content .social .wrapp-icon.twitter {
  background-color: #00caff;
}
/* line 629, ../sass/main.scss */
footer .footer-content .social h4 {
  font-size: 18px;
  margin-bottom: 0;
}
/* line 633, ../sass/main.scss */
footer .footer-content .social p {
  margin: 0 0 5px;
  font-size: 13px;
}
/* line 636, ../sass/main.scss */
footer .footer-content .social p span {
  font-size: 14px;
}
/* line 642, ../sass/main.scss */
footer .footer-foot {
  margin: 0;
  background-color: #1d2a41;
  color: #d8d8d8;
}
/* line 646, ../sass/main.scss */
footer .footer-foot img {
  margin: 15px 0;
}

/* line 652, ../sass/main.scss */
.maxima {
  padding: 70px 0;
}
/* line 654, ../sass/main.scss */
.maxima img {
  display: block;
  margin: auto;
  width: 125px;
  height: 125px;
  border: 1px solid #eee;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 662, ../sass/main.scss */
.maxima h2 {
  font-size: 30px;
  font-family: "LatoWebLight", sans-serif;
  color: #9e9e9e;
}
/* line 667, ../sass/main.scss */
.maxima h6 {
  font-size: 20px;
  color: #616161;
  font-family: "LatoWebMedium", sans-serif;
}

/* line 674, ../sass/main.scss */
.occupation {
  border-bottom: 1px solid #eee;
  padding-bottom: 70px;
  overflow: hidden;
}
/* line 678, ../sass/main.scss */
.occupation h2.with-line-model {
  font-size: 42px;
  position: relative;
}
/* line 681, ../sass/main.scss */
.occupation h2.with-line-model:after {
  content: '';
  width: 10px;
  height: 460px;
  background-image: url("/assets/images/model2.png");
  background-size: 10px 450px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px !important;
  right: -50px;
  left: auto;
}
/* line 696, ../sass/main.scss */
.occupation ul li {
  float: left;
}
/* line 698, ../sass/main.scss */
.occupation ul li h4 {
  margin-top: 40px;
  font-size: 20px;
  font-family: "LatoWebBlack", sans-serif;
  color: #424242;
}
/* line 704, ../sass/main.scss */
.occupation ul li p {
  color: #9e9e9e;
  font-size: 16px;
}

/* line 713, ../sass/main.scss */
.certificate h2.title {
  margin-bottom: 50px;
}

/* line 718, ../sass/main.scss */
section.product-models {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}
/* line 724, ../sass/main.scss */
section.product-models h2 {
  font-size: 60px;
  font-family: "LatoWebHairline", sans-serif;
}
/* line 728, ../sass/main.scss */
section.product-models h3 {
  font-size: 24px;
  font-family: "LatoWebBold", sans-serif;
}
/* line 732, ../sass/main.scss */
section.product-models p {
  font-size: 18px;
  font-family: "LatoWebLight", sans-serif;
  width: 100%;
  max-width: 700px;
}
/* line 738, ../sass/main.scss */
section.product-models.right-align p {
  float: right;
}

/* line 743, ../sass/main.scss */
.clients {
  border-bottom: 1px solid #eee;
  padding-bottom: 70px;
}
/* line 748, ../sass/main.scss */
.clients .owl-carousel.slider1 .owl-controls {
  display: none !important;
}
/* line 751, ../sass/main.scss */
.clients .owl-carousel.slider1 .item {
  text-align: center;
}
/* line 754, ../sass/main.scss */
.clients .owl-carousel.slider1 p {
  display: inline-block;
  width: 100%;
  max-width: 840px;
  color: #9e9e9e;
  font-size: 20px;
  font-family: "LatoWebLight", sans-serif;
}
/* line 763, ../sass/main.scss */
.clients .owl-carousel.slider1_2 {
  margin-top: 40px;
  text-align: center;
}
/* line 766, ../sass/main.scss */
.clients .owl-carousel.slider1_2 img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  display: inline-block;
  width: 70px;
  height: 70px;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 778, ../sass/main.scss */
.clients .owl-carousel.slider1_2 img:hover {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
}
/* line 784, ../sass/main.scss */
.clients .owl-carousel.slider1_2 h4 {
  font-size: 20px;
  font-family: "LatoWebMedium", sans-serif;
  color: #616161;
  margin: 10px 0 0;
}
/* line 790, ../sass/main.scss */
.clients .owl-carousel.slider1_2 h6 {
  font-size: 15px;
  font-family: "LatoWebLight", sans-serif;
  color: #9e9e9e;
  margin: 0;
}

/* line 800, ../sass/main.scss */
.products-page {
  background-color: #fff;
}
/* line 802, ../sass/main.scss */
.products-page .header-section {
  /*background-color: #03a9f4;*/
  color: #fff;
}
/* line 805, ../sass/main.scss */
.products-page .header-section .container {
  position: relative;
  padding-bottom: 50px;
 /* padding: 40px 0 100px; */
}
/* line 809, ../sass/main.scss */
.products-page .header-section h1 {
  font-size: 112px;
  font-family: "LatoWebBlack", sans-serif;
}
/* line 813, ../sass/main.scss */
.products-page .header-section h4 {
  font-size: 18px;
  font-family: "LatoWebMedium", sans-serif;
  text-decoration: underline;
  margin-top: 0;
}
/* line 820, ../sass/main.scss */
.products-page .products-list {
  padding-top: 0px;
  /* padding-top: 270px; */
}
/* line 822, ../sass/main.scss */
.products-page .products-list h2 {
  margin-bottom: 40px;
}
/* line 826, ../sass/main.scss */
.products-page .products-list .list-category{
  float: left;
  width: 70%;
  padding-right: 20px;
}

.products-page .products-list .list-category > .row{
  margin-bottom: 35px;
}

.products-page .products-list .list-category > h4{
  margin-bottom: 3rem;
  position: relative;
  display: block;
  width: 200px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #f84d48;
}

/* .products-page .products-list .list-category > h4:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 0;
  border-top: 2px solid #f84d48;
  top: auto;
  bottom: -10px;
} */

.products-page .products-list .product_categories{
  float: right;
  width: 30%;
  border-left: 1px solid #ccc;
  padding-left: 20px;
}

.products-page .products-list .product_categories ul.menu{
  margin-top: 30px;
}

.products-page .products-list .product_categories ul li{
    border-bottom: 1px dotted #bfbfbf;
}

.products-page .products-list .product_categories ul li.has-sub{
    position: relative;
}

.products-page .products-list .product_categories ul li.has-sub > span{
    position: absolute;
    right: 10px;
    top:5px;
}

/*
.products-page .products-list .product_categories ul li.has-sub{
    position: relative;
}

 .products-page .products-list .product_categories ul li.has-sub > span{
    position: absolute;
    right: 15px;
    top: 10px;
    display: block;
    width: 20px;
    border: 1px solid #000;
} */

/*Deschidem submeniul cind facem hover la link*/
.products-page .products-list .product_categories ul li.has-sub a{
    position: relative;
}

 .products-page .products-list .product_categories ul li.has-sub a span{
    position: absolute;
    right: 15px;
    top: 10px;
    display: block;
    width: 20px;
}

.products-page .products-list .product_categories ul li.has-sub.active ul{
    display: block;
}

/* .products-page .products-list .product_categories ul li.has-sub a:hover ~ ul{
    display: block;
} */

.products-page .products-list .product_categories ul li a{
    color: #2b6da7;
    text-decoration: underline;
    display: block;
    padding: 10px 20px;
}

/* двухуровневое меню */
.products-page .products-list .product_categories ul li ul{
    display: none;
    /*margin-left: 30px;*/
    background: #eeeff7;
}


.products-page .products-list .product_categories ul li a:hover,
.products-page .products-list .product_categories ul li.active > a{
    background: #418cce;
    color: #fff;
    text-decoration: none;
}

.products-page .products-list .list-category .item {
  padding: 40px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}
/* line 830, ../sass/main.scss */
.products-page .products-list .list-category .item:last-of-type {
  border-bottom: none;
}
/* line 833, ../sass/main.scss */
.products-page .products-list .list-category .item .wrapp-img {
  text-align: center;
}
/* line 835, ../sass/main.scss */
.products-page .products-list .list-category .item .wrapp-img img {
  display: inline-block;
  max-width: 100%;
}
/* line 840, ../sass/main.scss */
.products-page .products-list .list-category .item h4 {
  color: #424242;
  font-size: 24px;
  margin-top: 0;
  font-family: "LatoWebBlack", sans-serif;
}
/* line 846, ../sass/main.scss */
.products-page .products-list .list-category .item p {
  font-size: 18px;
}
/* line 850, ../sass/main.scss */
.products-page .products-list .list-category .item ul li {
  margin-right: 40px;
  display: inline-block;
}
/* line 853, ../sass/main.scss */
.products-page .products-list .list-category .item ul li a {
  color: #202020;
  font-size: 16px;
  text-decoration: underline;
}
/* line 857, ../sass/main.scss */
.products-page .products-list .list-category .item ul li a:hover {
  color: #f84d48;
}
/* line 861, ../sass/main.scss */
.products-page .products-list .list-category .item ul li img {
  display: inline-block;
  vertical-align: middle;
  max-width: 60px;
  margin-right: 30px;
}

/* line 874, ../sass/main.scss */
.header-section.styled3 {
  padding: 100px 0;
}
/* line 876, ../sass/main.scss */
.header-section.styled3 h1 {
  font-size: 80px;
  font-family: "LatoWebBold", sans-serif;
  color: #424242;
  position: relative;
}
/* line 881, ../sass/main.scss */
.header-section.styled3 h1:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 150px;
  height: 0;
  border-top: 2px solid #f84d48;
  top: auto;
  bottom: -10px;
}
/* line 893, ../sass/main.scss */
.header-section.styled3 h5 {
  font-size: 24px;
  color: #bdbdbd;
  font-family: "LatoWebLight", sans-serif;
}

/* line 900, ../sass/main.scss */
section.gallery {
  padding-bottom: 0;
}

/* line 904, ../sass/main.scss */
.masonry-gallery {
  width: 100%;
}
/* line 906, ../sass/main.scss */
.masonry-gallery .grid-sizer {
  width: 10%;
}
/* line 909, ../sass/main.scss */
.masonry-gallery .grid-item {
  position: relative;
  width: 40%;
}
/* line 913, ../sass/main.scss */
.masonry-gallery .grid-item:hover .hover {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
/* line 918, ../sass/main.scss */
.masonry-gallery .grid-item .hover {
  overflow: hidden;
  position: absolute;
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 270px;
  background-color: rgba(249, 75, 70, 0.9);
  padding: 30px;
  color: #fff;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
/* line 930, ../sass/main.scss */
.masonry-gallery .grid-item .hover h3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "LatoWebBold", sans-serif;
  font-size: 30px;
}
/* line 936, ../sass/main.scss */
.masonry-gallery .grid-item .hover h6 {
  margin-top: 0;
  font-size: 20px;
}
/* line 940, ../sass/main.scss */
.masonry-gallery .grid-item .hover p {
  font-size: 15px;
  font-family: "LatoWebLight", sans-serif;
}
/* line 946, ../sass/main.scss */
.masonry-gallery .grid-item--width2 {
  width: 60%;
}
/* line 949, ../sass/main.scss */
.masonry-gallery img {
  width: 100%;
}

/* line 955, ../sass/main.scss */
ul.utile-list li {
  margin-top: 5F0px;
  padding-left: 50px;
}
/* line 958, ../sass/main.scss */
ul.utile-list li h4 {
  font-size: 24px;
  font-family: "LatoWebSemibold", sans-serif;
  color: #f84d48;
  position: relative;
}
/* line 963, ../sass/main.scss */
ul.utile-list li h4:before {
  content: '\33';
  position: absolute;
  top: 7px;
  left: -20px;
  font-size: 10px;
  color: #424242;
  font-family: "my-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* line 980, ../sass/main.scss */
ul.utile-list li p {
  font-size: 16px;
  font-family: "LatoWebLight", sans-serif;
  color: #616161;
}

/* line 989, ../sass/main.scss */
.product-inside .top-info {
  overflow: hidden;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}
/* line 993, ../sass/main.scss */
.product-inside .top-info h2.name {
  margin: 20px 0;
  font-size: 18px;
  color: #202020;
  font-family: "LatoWebBlack", sans-serif;
}
/* line 999, ../sass/main.scss */
.product-inside .top-info a {
  margin: 20px 0;
  line-height: 18px;
  font-size: 16px;
  color: #bdbdbd;
}
/* line 1007, ../sass/main.scss */
.product-inside .top-section h2.title {
  font-size: 30px;
  color: #202020;
  font-family: "LatoWebBlack", sans-serif;
  margin-top: 60px;
  margin-bottom: 40px;
}
/* line 1014, ../sass/main.scss */
.product-inside .top-section p {
  color: #000;
  font-size: 13px;
  width: 100%;
  max-width: 780px;
  display: inline-block;
  margin: auto;
}

/* line 1025, ../sass/main.scss */
.img-rounded {
  overflow: hidden;
}
/* line 1027, ../sass/main.scss */
.img-rounded img {
  width: 100%;
}

/* line 1032, ../sass/main.scss */
.img-wide-wrapp img {
  width: 100%;
  display: block;
}

/* line 1037, ../sass/main.scss */
.btn {
  font-family: "LatoWebLight", sans-serif;
}

/* line 1041, ../sass/main.scss */
.specifications {
  font-family: "LatoWebLight", sans-serif;
  font-size: 20px;
  padding: 30px 15px;
  background-color: #eeeeee;
}
/* line 1046, ../sass/main.scss */
.specifications h2 {
  color: #202020;
}
/* line 1049, ../sass/main.scss */
.specifications .head {
  margin-bottom: 40px;
  border-bottom: 1px solid #dedede;
}
/* line 1052, ../sass/main.scss */
.specifications .head p {
  margin-top: 0;
  float: left;
}
/* line 1055, ../sass/main.scss */
.specifications .head p .c-red {
  font-family: "LatoWeb", sans-serif;
}
/* line 1059, ../sass/main.scss */
.specifications .head a.btn {
  /*float: right;*/
  font-size: 15px;
}
/* line 1064, ../sass/main.scss */
.specifications .info-block {
  font-size: 20px;
}
/* line 1066, ../sass/main.scss */
.specifications .info-block h4 {
  font-size: 26px;
  color: #616161;
  margin: 20px 0;
}
/* line 1071, ../sass/main.scss */
.specifications .info-block .row {
  margin-bottom: 0;
  color: #9e9e9e;
}
/* line 1074, ../sass/main.scss */
.specifications .info-block .row .right-align {
  color: #202020;
}
/* line 1077, ../sass/main.scss */
.specifications .info-block .row .col {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 1082, ../sass/main.scss */
.specifications .info-block .colors {
  margin: 0;
}
/* line 1084, ../sass/main.scss */
.specifications .info-block .colors li {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #1542a7;
  margin-right: 4px;
  width: 20px;
  height: 20px;
/*   -moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%; */
}

/* line 1098, ../sass/main.scss */
.presentation {
  padding: 20px 15px 60px;
  font-family: "LatoWebLight", sans-serif;
}
/* line 1101, ../sass/main.scss */
.presentation p, .presentation .name {
  font-size: 20px;
  margin-bottom: 0;
}
/* line 1105, ../sass/main.scss */
.presentation .title {
  color: #202020;
}
/* line 1108, ../sass/main.scss */
.presentation .name {
  color: #f84d48;
  font-family: "LatoWeb", sans-serif;
}
/* line 1112, ../sass/main.scss */
.presentation .wrapp-iframe {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

/* line 1119, ../sass/main.scss */
.contacts {
  padding-bottom: 80px;
  font-family: "LatoWebLight", sans-serif;
}
/* line 1122, ../sass/main.scss */
.contacts h2 {
  margin-bottom: 0;
}
/* line 1125, ../sass/main.scss */
.contacts h3 {
  font-size: 20px;
  color: #202020;
  margin-bottom: 0;
  margin-top: 40px;
}
/* line 1131, ../sass/main.scss */
.contacts p.c-red {
  font-family: "LatoWeb", sans-serif;
  font-size: 20px;
  margin-top: 10px;
}

/* line 1138, ../sass/main.scss */
.form {
  width: 100%;
  max-width: 400px;
}
/* line 1141, ../sass/main.scss */
.form .wrapp-input {
  margin-bottom: 15px;
}
/* line 1143, ../sass/main.scss */
.form .wrapp-input input[type='text'], .form .wrapp-input input[type='email'] {
  border: 1px solid #eee;
  padding: 0 15px;
  height: 40px;
  line-height: 44px;
  width: 100%;
}
/* line 1150, ../sass/main.scss */
.form .wrapp-input textarea {
  width: 100%;
  border: 1px solid #eee;
  height: 100px;
  padding: 15px;
}
/* line 1157, ../sass/main.scss */
.form input[type="submit"] {
  width: 100%;
  display: block;
  max-width: 270px;
  margin: auto;
}

/* line 1165, ../sass/main.scss */
#map {
  width: 100%;
  height: 500px;
}


.gallery_content {

}
.gallery_content  .gall_item {
    width: 30%;
    height: 200px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin: 5px;
    position: relative;
}
.gallery_content .gall_item img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    /*max-height: 100%;*/
}
.gallery_content .gall_item span {
     position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 12px;
        left: 0;
}
.gallery_content .gallery_group {
    width: 30%;
    max-height: 230px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin: 5px;
    position: relative;
}

.gallery_content .gallery_group a {
  
}
.gallery_content .gallery_group a.hidden {
  display: none;
}
.gallery_content .gallery_group a img {
      max-height: 230px
}
.gallery_content .gallery_group span {
      position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 12px;
}






















