html,
body {
  font: 400 15px Lato, sans-serif;
  line-height: 1.8;
  color: #555;
}

#about,
#catalog,
#contact {
  margin-top: 100px;
  margin-bottom: 100px;
}

#catalog {
  margin-top: 0;
}

.header {
  border-bottom: 4px dotted #FFF;
}

.jumbotron {
  background-color: #FFF;
  color: #000;
  padding: 70px 0 0 0;
  font-family: Montserrat, sans-serif;
  margin-bottom: 0;
}

.logo {
  max-width: 400px;
}

.menu {
  text-transform: uppercase;
  background-color: #00679c !important;
  border-color: #fff !important;
}

.menu:hover {
  background-color: #fff !important;
}

.menu:hover span {
  color: #00679c;
}

.li {
  text-transform: uppercase;
}

.navbar {
  margin-bottom: 0;
  background-color: #07a7e5;
  z-index: 9999;
  border: 0;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
}

.navbar li a, .navbar .navbar-brand {
  color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
  color: #00679c !important;
  background-color: #fff !important;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}

.title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 26px;
}

@media screen and (max-width: 400px) {
  .logo {
    width: 280px;
  }

  .menu span {
    font-size: 16px !important;
  }

  .title {
    font-size: 16px;
  }
}

.title-menu {
  margin-top: 80px;
}

.title-2,
.title-2 a {
  color: #ffffff;
}

.title-sub {
  border: 4px solid #07a7e5;
  padding: 18px 60px;
  border-radius: 4px;
  color: #0e193e;
}

@media screen and (max-width: 490px) {
  .title-sub {
    padding: 18px 8px;
  }
}

.title-sub-2 {
  border: 4px solid #ffffff;
  padding: 18px 60px;
  border-radius: 4px;
}

.description {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 400;
  line-height: 32px;
}

ul.list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.description-2 {
  color: #ffffff;
}

.parent-description-about {
  margin-bottom: 40px;
}

.description-about {
  font-size: 22px;
  padding-left: 10px;
  vertical-align: middle;
}

.no-container {
  padding: 0;
  width: 100%;
}

.no-row {
  margin: 0;
}

.left-col {
  background-color: #ccc;
  padding-top: 70px;
  padding-bottom: 36px;
}

@media screen and (max-width: 1253px) {
  .left-col {
    padding-top: 89px;
    padding-bottom: 59px;
  }
}

.owl-carousel .item {
  height: auto;
  width: 300px;
  margin: auto;
  border: 4px solid #00679c;
  border-radius: 4px;
}

@media screen and (max-width: 991px) {
  .owl-carousel .item {
    width: 500px;
    margin: auto;
  }
}

@media screen and (max-width: 540px) {
  .owl-carousel .item {
    width: 300px;
    margin: auto;
  }
}

@media screen and (max-width: 375px) {
  .owl-carousel .item {
    width: 250px;
    margin: auto;
  }
}

.owl-theme .owl-nav {
  margin-top: 30px;
}

.owl-theme .owl-nav [class*=owl-] {
  background-color: #00679c;
  border: 1px solid #00679c;
  color: #fff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #fff;
  border: 1px solid #00679c;
  color: #00679c;
}

.owl-theme .owl-dots .owl-dot span {
  background: #555;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00679c;
}

.right-col {
  background-color: #07a7e5;
  padding-top: 60px;
  padding-bottom: 60px;
}

.catalog {
  background-color: #00679c;
  border: 4px solid #fff;
  font-weight: 600;
  outline: 0;
  color: #fff;
}

.catalog:hover,
.catalog:focus {
  background-color: #fff;
  border: 4px solid #fff;
  color: #00679c;
}

.parent-icon {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-icon {
  background-color: #fff;
  border-radius: 50%;
  border: 4px solid #00679c;
  width: 100px;
  margin: auto;
}

.container-icon:hover {
  background-color: #00679c;
  border: 4px solid #00679c;
}

.container-icon:hover .icon {
  color: #fff;
}

.icon {
  color: #00679c;
  padding: 30px;
  font-size: 32px;
}

.icon-text {
  color: #00679c;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer {
  background-color: #07a7e5;
  padding: 15px 0;
}

@media screen and (max-width: 991px) {
  .child-row {
    text-align: center;
  }
}

.copyright,
.company {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.openquest {
  color: #fff;
  font-weight: 600;
}

.openquest:hover,
.openquest:visited,
.openquest:focus {
  color: #fff;
  text-decoration: none !important;
}

#slideshow {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  height: 430px;
}

#slideshow img {
  position: absolute;
  max-width: none;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}

.over-image {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 50px;
  background: rgba(255,255,255,0.5);
  padding: 20px;
  border-radius: 25px;
  text-align: center;
  color: #0e193e;
}

.product-image {
  text-align: center;
  margin: 15px 0;
}

.product-image img {
  max-width: 500px;
}

@media screen and (max-width: 600px) {
  .product-image img {
    max-width: 100%;
  }
}

.product-title {
  color: #07a7e5;
  margin-top: 50px;
  font-size: 34px;
}

.no-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.product-sub-title {
  margin-top: 0;
  display: block;
  margin-bottom: 10px;
}

.lead {
  position: fixed;
  bottom: 9px;
  right: 10px;
  margin-bottom: 0;
  width: 340px;
  z-index: 999;
}

.lead .contact {
  background: #07a7e5;
  color: #FFF;
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 23px;
  line-height: 33px;
  font-weight: 800;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  text-align: center;
  border: 1px solid #FFF;
}

.lead .contact:before {
  content: url("../../img/phone.svg");
  width: 24px;
  height: 35px;
  display: inline-block;
  margin-bottom: -14px;
  overflow: hidden;
  margin-right: 11px;
}

.lead .contact:hover,
.lead .contact:visited,
.lead .contact:active {
  text-decoration: none;
}

.lead .content {
  display: none;
  background: #FFF;
  border: 1px solid #FFF;
}

.lead input,
.lead textarea {
  display: block;
  margin: 20px auto;
  margin-bottom: 15px;
  font-size: 16px;
  width: calc(100% - 40px);
}
.lead textarea {
  padding-left: 6px;
}

.lead .content p {
  max-width: 100%;
}


.lead .close {
  position: absolute;
  top: 13px;
  right: 15px;
  font-size: 30px;
  color: #FFF;
  text-shadow: none;
  opacity: 1;
}

.lead form {
  padding: 8px;
}

.lead p {
  text-align: center;
}

.lead .sendbtn {
  float: right;
  margin-bottom: 20px;
  background: #07a7e5;
  color: #FFF;
  padding: 6px 10px;
}

img {
  max-width: 100%;
}

.icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.icons .icon {
  max-width: 160px;
}

.icon .name {
  color: #00679c;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  padding-top: 10px;
}

.lead .checkbox {
  display: inline-block;
  width: auto;
  margin-left: 20px;
  margin-top: -20px;
  margin-bottom: 29px;
}

.lead label {
  font-size: 15px;
  margin-left: 10px;
}
