@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}
@media (max-width: 992px) {
  body {
    font-size: 16px;
  }
}
.signited {
  background: #15b73a !important;
}
h1 {
  font-size: 42px;
  color: #064892;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 565px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 32px;
  color: #064892;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}
.section-header {
  text-align: center;
}
.section-header h2 {
  font-weight: 700;
}
.section-header h2 .header-green {
  font-size: 26px;
  color: #3bad40;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .section-header h2 .header-green {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .section-header h2 .header-green {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .section-header h2 .header-green {
    font-size: 20px;
  }
}
h3 {
  font-size: 25px;
}
@media (max-width: 1200px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 565px) {
  h3 {
    font-size: 16px;
  }
}
header {
  background-color: #064892;
}
header .navbar {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 992px) {
  header .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  header .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 565px) {
  header .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header .navbar .navbar-toggler {
  border-color: #ffffff;
}
header .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media (max-width: 992px) {
  header .navbar .navbar-brand img {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  header .navbar .navbar-brand img {
    max-width: 80%;
  }
}
@media (max-width: 565px) {
  header .navbar .navbar-brand img {
    max-width: 70%;
  }
}
@media (max-width: 992px) {
  header .navbar .header-menu {
    text-align: right;
  }
}
header .navbar .header-menu .nav-item {
  margin-left: 25px;
}
@media (max-width: 1200px) {
  header .navbar .header-menu .nav-item {
    margin-left: 10px;
  }
}
header .navbar .header-menu .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}
header .navbar .header-menu .nav-item .nav-link:hover {
  color: #3bad40;
}
@media (max-width: 992px) {
  header .navbar .header-menu .nav-item .nav-link {
    margin-top: 10px;
  }
}
header .navbar .header-menu .nav-item .btn-shop {
  display: inline-block;
  background-color: #3bad40;
  padding: 9px 17px;
  border-radius: 20px;
  margin-left: 20px;
}
header .navbar .header-menu .nav-item .btn-shop:hover {
  text-decoration: none;
  color: #064892;
}
@media (max-width: 1200px) {
  header .navbar .header-menu .nav-item .btn-shop {
    margin-left: 10px;
  }
}
.title-card {
  background: url("../images/bg-main-header.jpg") center no-repeat;
  background-size: cover;
}
.title-card .title-content {
  display: flex;
}
@media (max-width: 765px) {
  .title-card .title-content {
    flex-wrap: wrap;
  }
}
.title-card .title-content .title-text {
  width: 48%;
  margin: 128px 0;
}
@media (max-width: 992px) {
  .title-card .title-content .title-text {
    width: 56%;
    margin: 100px 0;
  }
}
@media (max-width: 768px) {
  .title-card .title-content .title-text {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 120px;
    text-align: center;
  }
}
.title-card .title-content .title-text .title-header .title {
  font-weight: 900;
}
.title-card .title-content .title-text .title-buttons {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .title-card .title-content .title-text .title-buttons {
    margin-top: 30px;
  }
}
@media (max-width: 565px) {
  .title-card .title-content .title-text .title-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.title-card .title-content .title-text .title-buttons a {
  font-weight: 700;
  padding: 12px 24px;
  color: white;
  border-radius: 80px;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .title-card .title-content .title-text .title-buttons a {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .title-card .title-content .title-text .title-buttons a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .title-card .title-content .title-text .title-buttons a {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .title-card .title-content .title-text .title-buttons a {
    width: 80%;
  }
}
.title-card .title-content .title-text .title-buttons .products-info-btn {
  background-color: #3bad40;
  margin-right: 13px;
}
@media (max-width: 420px) {
  .title-card .title-content .title-text .title-buttons .products-info-btn {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.title-card .title-content .title-text .title-buttons .products-info-btn:hover {
  text-decoration: none;
  background-color: #064892;
}
.title-card .title-content .title-text .title-buttons .contacts-btn {
  background-color: #064892;
}
.title-card .title-content .title-text .title-buttons .contacts-btn:hover {
  text-decoration: none;
  background-color: #3bad40;
}
.title-card .title-content .title-img {
  width: 52%;
  position: relative;
}
@media (max-width: 992px) {
  .title-card .title-content .title-img {
    width: 44%;
  }
}
@media (max-width: 768px) {
  .title-card .title-content .title-img {
    width: 100%;
  }
}
.title-card .title-content .title-img img {
  position: absolute;
  top: 117px;
  right: 0;
  max-width: 100%;
}
@media (max-width: 768px) {
  .title-card .title-content .title-img img {
    top: -70px;
    max-width: 48%;
    left: 130px;
  }
}
@media (max-width: 576px) {
  .title-card .title-content .title-img img {
    left: 0;
    max-width: unset;
    width: 65%;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .title-card .title-content .title-img img {
    width: 100%;
  }
}
.our-products {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .our-products {
    padding-top: 140px;
  }
}
@media (max-width: 400px) {
  .our-products {
    padding-top: 200px;
  }
}
.our-products .section-header {
  padding-bottom: 40px;
}
.our-products .product-container {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .our-products .product-container {
    justify-content: center;
  }
}
.our-products .product-container .product-img {
  padding-right: 38px;
}
.our-products .product-container .product-content {
  margin-top: auto;
  margin-bottom: auto;
}
.our-products .product-container .product-content .product-content-name .product-type {
  color: #484848;
}
.our-products .product-container .product-content .product-content-name h3 {
  font-weight: 700;
}
.our-products .product-container .product-content .product-content-name .nor-eco {
  color: #064892;
}
.our-products .product-container .product-content .product-content-name .nor-ral {
  color: #116b50;
}
.our-products .product-container .product-content .product-content-name .nor-356 {
  color: #c62026;
}
.our-products .product-container .product-content .product-content-name .nor-2900 {
  color: #e37925;
}
.our-products .product-container .product-content .product-content-name .nor-2907 {
  color: #e4a325;
}
.our-products .product-container .product-content .product-content-name .nor-2901 {
  color: #87898c;
}
.our-products .product-container .product-content .product-content-name .nor-prima {
  color: #2c97b1;
}
.our-products .product-container .product-content .product-content-name .nor-oil {
  color: #a4386c;
}
.our-products .product-container .product-content .product-content-name .nor-wax {
  color: #ae722f;
}
.our-products .product-container .product-content .more-info {
  margin-top: 28px;
}
.our-products .product-container .product-content .more-info .more-info-btn {
  color: white;
  padding: 12px 27px;
  text-transform: uppercase;
  border-radius: 30px;
  background-color: #4e4e4e;
  font-size: 14px;
}
.our-products .product-container .product-content .more-info .more-info-btn:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .our-products .product-container .product-content .more-info .more-info-btn {
    font-size: 13px;
  }
}
.our-products .product-container .product-content .more-info .nor-eco:hover {
  background-color: #064892;
}
.our-products .product-container .product-content .more-info .nor-ral:hover {
  background-color: #116b50;
}
.our-products .product-container .product-content .more-info .nor-356:hover {
  background-color: #c62026;
}
.our-products .product-container .product-content .more-info .nor-2900:hover {
  background-color: #e37925;
}
.our-products .product-container .product-content .more-info .nor-2907:hover {
  background-color: #e4a325;
}
.our-products .product-container .product-content .more-info .nor-2901:hover {
  background-color: #87898c;
}
.our-products .product-container .product-content .more-info .nor-prima:hover {
  background-color: #2c97b1;
}
.our-products .product-container .product-content .more-info .nor-oil:hover {
  background-color: #a4386c;
}
.our-products .product-container .product-content .more-info .nor-wax:hover {
  background-color: #ae722f;
}
.about {
  margin-top: 50px;
  margin-bottom: 75px;
}
.about .section-header {
  margin-bottom: 50px;
}
.about .about-content {
  margin: 0 150px;
  text-align: center;
}
@media (max-width: 992px) {
  .about .about-content {
    margin: 0;
  }
}
.gallery {
  margin-top: 75px;
  margin-bottom: 100px;
}
.gallery .gallery-images img {
  width: 25%;
  height: auto;
}
@media (max-width: 992px) {
  .gallery .gallery-images img {
    width: 33%;
  }
}
@media (max-width: 768px) {
  .gallery .gallery-images img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .gallery .gallery-images img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .gallery .gallery-images .gal-img-02 {
    display: none;
  }
}
@media (max-width: 768px) {
  .gallery .gallery-images .gal-img-03 {
    display: none;
  }
}
@media (max-width: 992px) {
  .gallery .gallery-images .gal-img-04 {
    display: none;
  }
}
.teknos {
  margin-bottom: 110px;
}
.teknos .section-header {
  margin-bottom: 50px;
}
.teknos .teknos-content {
  margin: 0 150px;
  display: flex;
}
@media (max-width: 992px) {
  .teknos .teknos-content {
    margin: 0;
  }
}
@media (max-width: 576px) {
  .teknos .teknos-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.teknos .teknos-content .teknos-logo {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 25px;
}
@media (max-width: 576px) {
  .teknos .teknos-content .teknos-logo {
    margin-right: 0;
    padding-bottom: 30px;
  }
}
.teknos .teknos-content .teknos-logo img {
  border: solid 1px #c2c2c2;
  padding: 25px 15px;
}
footer {
  background-color: #064892;
  padding-top: 70px;
  padding-bottom: 80px;
  color: white;
}
@media (max-width: 992px) {
  footer {
    text-align: center;
  }
}
footer a {
  color: #ffffff;
}
footer a:hover {
  text-decoration: none;
  color: #3bad40;
}
footer .footer-header {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
footer .comp-info {
  margin-bottom: 25px;
}
footer .comp-info .kmt-logo {
  margin-bottom: 25px;
}
footer .comp-info .comp-text {
  color: white;
}
footer .products-text {
  text-transform: uppercase;
  columns: 2;
}
@media (max-width: 992px) {
  footer .products-text {
    text-align: left;
  }
}
@media (max-width: 768px) {
  footer .products-text {
    columns: unset;
    text-align: center;
  }
}
footer .products-text ul {
  list-style: none;
  /* Remove default bullets */
  padding-left: 10px;
}
footer .products-text ul li::before {
  content: "\25AA";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: white;
  /* Change the color */
  font-weight: 500;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
footer .footer-text {
  font-size: 15px;
}
@media (max-width: 576px) {
  footer .footer-products {
    display: none;
  }
}
@media (max-width: 576px) {
  footer .footer-informations {
    display: none;
  }
}
@media (max-width: 992px) {
  .side-title .title-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.side-title .title-content .title-text {
  width: auto;
  margin: 54px 0;
}
@media (max-width: 992px) {
  .side-title .title-content .title-text {
    width: 100%;
    margin: 34px 0;
  }
}
@media (max-width: 765px) {
  .side-title .title-content .title-text {
    width: auto;
    margin: 24px 0;
  }
}
.side-title .title-content .title-text .title-header .title {
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 992px) {
  .side-title .title-content .title-text .title-header .title {
    font-size: 20px;
  }
}
.side-title .title-content .title-buttons {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 992px) {
  .side-title .title-content .title-buttons {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.side-title .title-content .title-buttons .back-btn {
  background-color: #064892;
  font-weight: 700;
  padding: 12px 24px;
  color: white;
  border-radius: 80px;
  text-transform: uppercase;
  font-size: 17px;
}
.side-title .title-content .title-buttons .back-btn:hover {
  text-decoration: none;
  background-color: #3bad40;
}
@media (max-width: 992px) {
  .side-title .title-content .title-buttons .back-btn {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .side-title .title-content .title-buttons .back-btn {
    font-size: 14px;
  }
}
.product-info {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .product-info {
    margin-top: 40px;
  }
}
.product-info .product-info {
  display: flex;
}
@media (max-width: 992px) {
  .product-info .product-info {
    flex-wrap: wrap;
  }
}
.product-info .product-info .info-box {
  background-color: #064892;
  display: flex;
  width: 33%;
  margin-right: 7px;
}
@media (max-width: 992px) {
  .product-info .product-info .info-box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .product-info .product-info .info-box {
    width: 33%;
    margin-right: 0;
  }
}
.product-info .product-info .info-box .info-ico {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 20px;
  padding-left: 15px;
}
@media (max-width: 1200px) {
  .product-info .product-info .info-box .info-ico {
    padding-left: 8px;
    padding-right: 15px;
  }
}
.product-info .product-info .info-box .info-text {
  font-size: 14px;
  color: white;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (max-width: 576px) {
  .product-info .product-info .info-box .info-text {
    font-size: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: auto 0;
  }
}
.product-info .product-info .info-box .info-text .info-details {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .product-info .product-info .info-box .info-text .info-details {
    font-size: 13px;
  }
}
.product-info .product-info .info-lighter {
  background-color: #156ab2;
}
.product-info .product-info-text .product-info-header {
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .product-info .product-info-text .product-info-header {
    padding-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .product-info .product-info-text .product-info-header {
    margin-top: 30px;
    padding-bottom: 20px;
  }
}
.product-info .product-info-text .product-info-header h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 0.6;
}
.product-info .product-info-text .product-info-header h2 .subtitle {
  font-size: 24px;
  font-weight: 500;
  color: black;
}
.product-info .product-info-others {
  padding-top: 100px;
}
@media (max-width: 1200px) {
  .product-info .product-info-others {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .product-info .product-info-others {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.product-info .product-info-others .buy-eshop {
  float: left;
}
@media (max-width: 992px) {
  .product-info .product-info-others .buy-eshop {
    float: none;
    margin-bottom: 40px;
  }
}
.product-info .product-info-others .buy-eshop .buy-eshop-btn {
  background-color: #3bad40;
  font-weight: 700;
  padding: 20px 40px;
  color: white;
  border-radius: 80px;
  font-size: 20px;
}
.product-info .product-info-others .buy-eshop .buy-eshop-btn:hover {
  text-decoration: none;
  background-color: #064892;
}
@media (max-width: 992px) {
  .product-info .product-info-others .buy-eshop .buy-eshop-btn {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .product-info .product-info-others .buy-eshop .buy-eshop-btn {
    font-size: 15px;
  }
}
.product-info .product-info-others .application-types {
  float: right;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .product-info .product-info-others .application-types {
    float: none;
  }
}
.product-info .product-info-others .application-types .ico {
  margin-left: 10px;
}
.usage {
  padding-top: 93px;
}
@media (max-width: 1200px) {
  .usage {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .usage {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .usage {
    padding-top: 40px;
  }
}
@media (max-width: 1200px) {
  .usage .usage-header {
    margin-top: 20px;
  }
}
.usage .usage-header h3 {
  font-size: 22px;
  font-weight: 700;
  color: #2d2d2d;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .usage .usage-table {
    margin: 0 auto;
  }
}
.usage .usage-table tr .usage-name {
  padding-left: 15px;
}
@media (max-width: 768px) {
  .usage .shades {
    text-align: center;
  }
}
.usage .shades .shades-table tr {
  border: solid 1px #e0e1e1;
}
.usage .shades .shades-table tr td {
  padding: 0;
}
.usage .shades .shades-table tr .usage-name {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .usage .paint-application {
    text-align: center;
  }
}
.usage .paint-application .application-table tr {
  border-bottom: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
}
.usage .paint-application .application-table tr td {
  padding: 0;
}
.usage .paint-application .application-table tr .usage-name {
  padding-left: 15px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .usage .paint-application .application-table tr .usage-name {
    padding-right: 15px;
  }
}
.usage .paint-application .application-table .app1 {
  background-color: #f8f8f8;
}
.usage .paint-application .application-table .app2 {
  background-color: #f1f1f1;
}
.usage .paint-application .application-table .app3 {
  background-color: #ebebeb;
}
.usage .paint-application .application-table .app4 {
  background-color: #e4e4e4;
}
.usage .paint-application .application-table .app5 {
  background-color: #dddddd;
}
.usage .paint-application .application-table-horizontal tr .usage-name {
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .usage .application-example {
    margin-top: 40px;
  }
}
.usage .combinations .combination-candidate {
  display: flex;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .usage .combinations .combination-candidate {
    justify-content: center;
  }
}
.usage .combinations .combination-candidate .candidate-img {
  padding-right: 34px;
}
.usage .combinations .combination-candidate .candidate-img img {
  max-width: 80%;
}
.usage .combinations .combination-candidate .candidate-content {
  margin-top: auto;
  margin-bottom: auto;
}
.usage .combinations .combination-candidate .candidate-content .candidate-content-name .candidate-type {
  color: #484848;
  font-size: 17px;
}
.usage .combinations .combination-candidate .candidate-content .candidate-content-name h3 {
  font-weight: 700;
  font-size: 22px;
}
.usage .combinations .combination-candidate .candidate-content .candidate-content-name .nor-eco {
  color: #064892;
}
.usage .combinations .combination-candidate .candidate-content .candidate-content-name .nor-ral {
  color: #116b50;
}
.usage .combinations .combination-candidate .candidate-content .candidate-content-name .nor-356 {
  color: #c62026;
}
.usage .combinations .combination-candidate .candidate-content .candidate-content-name .nor-2900 {
  color: #e37925;
}
.usage .combinations .combination-candidate .candidate-content .candidate-content-name .nor-2907 {
  color: #e4a325;
}
.usage .combinations .combination-candidate .candidate-content .candidate-content-name .nor-2901 {
  color: #87898c;
}
.usage .combinations .combination-candidate .candidate-content .candidate-content-name .nor-prima {
  color: #2c97b1;
}
.usage .combinations .combination-candidate .candidate-content .candidate-content-name .nor-oil {
  color: #a4386c;
}
.usage .combinations .combination-candidate .candidate-content .candidate-content-name .nor-wax {
  color: #ae722f;
}
.usage .combinations .combination-candidate .candidate-content .more-info {
  margin-top: 28px;
}
.usage .combinations .combination-candidate .candidate-content .more-info .more-info-btn {
  color: white;
  padding: 12px 27px;
  text-transform: uppercase;
  border-radius: 30px;
  background-color: #4e4e4e;
  font-size: 12px;
}
.usage .combinations .combination-candidate .candidate-content .more-info .more-info-btn:hover {
  text-decoration: none;
}
.usage .combinations .combination-candidate .candidate-content .more-info .more-info-btn .nor-eco:hover {
  background-color: #064892;
}
.usage .combinations .combination-candidate .candidate-content .more-info .more-info-btn .nor-ral:hover {
  background-color: #116b50;
}
.usage .combinations .combination-candidate .candidate-content .more-info .more-info-btn .nor-356:hover {
  background-color: #c62026;
}
.usage .combinations .combination-candidate .candidate-content .more-info .more-info-btn .nor-2900:hover {
  background-color: #e37925;
}
.usage .combinations .combination-candidate .candidate-content .more-info .more-info-btn .nor-2907:hover {
  background-color: #e4a325;
}
.usage .combinations .combination-candidate .candidate-content .more-info .more-info-btn .nor-2901:hover {
  background-color: #87898c;
}
.usage .combinations .combination-candidate .candidate-content .more-info .more-info-btn .nor-prima:hover {
  background-color: #2c97b1;
}
.usage .combinations .combination-candidate .candidate-content .more-info .more-info-btn .nor-oil:hover {
  background-color: #a4386c;
}
.usage .combinations .combination-candidate .candidate-content .more-info .more-info-btn .nor-wax:hover {
  background-color: #ae722f;
}
.documents {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .documents {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .documents {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .documents {
    padding-top: 40px;
  }
}
.documents .documents-header h3 {
  font-size: 22px;
  font-weight: 700;
  color: #2d2d2d;
  padding-bottom: 25px;
}
.documents .documents-download {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .documents .documents-download {
    justify-content: center;
  }
}
.documents .documents-download .documents-download-container {
  position: relative;
}
@media (max-width: 768px) {
  .documents .documents-download .documents-download-container {
    flex-basis: 60%;
  }
}
.documents .documents-download .documents-download-container:hover .download-content {
  background-color: #064892;
}
.documents .documents-download .documents-download-container .documents-download-btn {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.documents .documents-download .documents-download-container .download-content {
  color: white;
  padding: 14px 40px;
  border-radius: 30px;
  background-color: #4e4e4e;
  font-size: 20px;
  display: flex;
  margin-right: 26px;
}
@media (max-width: 992px) {
  .documents .documents-download .documents-download-container .download-content {
    padding: 11px 36px;
    font-size: 16px;
    margin-top: 20px;
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .documents .documents-download .documents-download-container .download-content {
    justify-content: center;
  }
}
.documents .documents-download .documents-download-container .download-content .download-content-img {
  padding-right: 20px;
}
@media (max-width: 992px) {
  .documents .documents-download .documents-download-container .download-content .download-content-img {
    padding-right: 10px;
  }
}
@media (max-width: 992px) {
  .documents .documents-download .documents-download-container .download-content .download-content-img img {
    max-width: 80%;
  }
}
.product-line {
  padding-top: 167px;
  padding-bottom: 129px;
}
@media (max-width: 992px) {
  .product-line {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .product-line {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .product-line {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.product-line .section-header h2 {
  text-transform: uppercase;
  padding-bottom: 80px;
}
.product-line .bxslider .slider-container {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .product-line .bxslider .slider-container {
    justify-content: center;
  }
}
.product-line .bxslider .slider-container .product-img {
  padding-right: 38px;
}
.product-line .bxslider .slider-container .product-content {
  margin-top: auto;
  margin-bottom: auto;
}
.product-line .bxslider .slider-container .product-content .product-content-name .product-type {
  color: #484848;
}
.product-line .bxslider .slider-container .product-content .product-content-name h3 {
  font-weight: 700;
}
.product-line .bxslider .slider-container .product-content .product-content-name .nor-eco {
  color: #064892;
}
.product-line .bxslider .slider-container .product-content .product-content-name .nor-ral {
  color: #116b50;
}
.product-line .bxslider .slider-container .product-content .product-content-name .nor-356 {
  color: #c62026;
}
.product-line .bxslider .slider-container .product-content .product-content-name .nor-2900 {
  color: #e37925;
}
.product-line .bxslider .slider-container .product-content .product-content-name .nor-2907 {
  color: #e4a325;
}
.product-line .bxslider .slider-container .product-content .product-content-name .nor-2901 {
  color: #87898c;
}
.product-line .bxslider .slider-container .product-content .product-content-name .nor-prima {
  color: #2c97b1;
}
.product-line .bxslider .slider-container .product-content .product-content-name .nor-oil {
  color: #a4386c;
}
.product-line .bxslider .slider-container .product-content .product-content-name .nor-wax {
  color: #ae722f;
}
.product-line .bxslider .slider-container .product-content .more-info {
  margin-top: 28px;
}
.product-line .bxslider .slider-container .product-content .more-info .more-info-btn {
  color: white;
  padding: 12px 27px;
  text-transform: uppercase;
  border-radius: 30px;
  background-color: #4e4e4e;
  font-size: 14px;
}
.product-line .bxslider .slider-container .product-content .more-info .more-info-btn:hover {
  text-decoration: none;
}
.product-line .bxslider .slider-container .product-content .more-info .more-info-btn .nor-eco:hover {
  background-color: #064892;
}
.product-line .bxslider .slider-container .product-content .more-info .more-info-btn .nor-ral:hover {
  background-color: #116b50;
}
.product-line .bxslider .slider-container .product-content .more-info .more-info-btn .nor-356:hover {
  background-color: #c62026;
}
.product-line .bxslider .slider-container .product-content .more-info .more-info-btn .nor-2900:hover {
  background-color: #e37925;
}
.product-line .bxslider .slider-container .product-content .more-info .more-info-btn .nor-2907:hover {
  background-color: #e4a325;
}
.product-line .bxslider .slider-container .product-content .more-info .more-info-btn .nor-2901:hover {
  background-color: #87898c;
}
.product-line .bxslider .slider-container .product-content .more-info .more-info-btn .nor-prima:hover {
  background-color: #2c97b1;
}
.product-line .bxslider .slider-container .product-content .more-info .more-info-btn .nor-oil:hover {
  background-color: #a4386c;
}
.product-line .bxslider .slider-container .product-content .more-info .more-info-btn .nor-wax:hover {
  background-color: #ae722f;
}
.product-line .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
}
.product-line .bx-wrapper .bx-controls .bx-controls-direction a {
  top: 42%;
  width: 37px;
  height: 37px;
}
.product-line .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: -86px;
}
@media (max-width: 1360px) {
  .product-line .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: -40px;
  }
}
.product-line .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: -86px;
}
@media (max-width: 1360px) {
  .product-line .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: -40px;
  }
}
.nor-ral-info .product-info .info-box {
  background-color: #116b50;
}
.nor-ral-info .product-info .info-lighter {
  background-color: #1b9171;
}
.nor-ral-info .product-info-text .product-info-header h2 {
  color: #116b50;
}
.nor-2907-info .product-info .info-box {
  background-color: #e4a325;
}
.nor-2907-info .product-info .info-lighter {
  background-color: #f2b848;
}
.nor-2907-info .product-info-text .product-info-header h2 {
  color: #e4a325;
}
.nor-2901-info .product-info .info-box {
  background-color: #87898c;
}
.nor-2901-info .product-info .info-lighter {
  background-color: #a3a5a7;
}
.nor-2901-info .product-info-text .product-info-header h2 {
  color: #87898c;
}
.nor-2900-info .product-info .info-box {
  background-color: #e37925;
}
.nor-2900-info .product-info .info-lighter {
  background-color: #f69c55;
}
.nor-2900-info .product-info-text .product-info-header h2 {
  color: #e37925;
}
.nor-356-info .product-info .info-box {
  background-color: #c62026;
}
.nor-356-info .product-info .info-lighter {
  background-color: #f85044;
}
.nor-356-info .product-info-text .product-info-header h2 {
  color: #c62026;
}
.nor-oil-info .product-info .info-box {
  background-color: #a4386c;
}
.nor-oil-info .product-info .info-lighter {
  background-color: #ce5f96;
}
.nor-oil-info .product-info-text .product-info-header h2 {
  color: #a4386c;
}
.nor-wax-info .product-info .info-box {
  background-color: #ae722f;
}
.nor-wax-info .product-info .info-lighter {
  background-color: #d59955;
}
.nor-wax-info .product-info-text .product-info-header h2 {
  color: #ae722f;
}
.nor-prima-info .product-info .info-box {
  background-color: #2c97b1;
}
.nor-prima-info .product-info .info-lighter {
  background-color: #36d1ca;
}
.nor-prima-info .product-info-text .product-info-header h2 {
  color: #2c97b1;
}
.contacts .section-header {
  padding: 30px;
}
.contacts .contacts-content {
  padding: 30px 10px;
}
.contacts .mapa {
  background-color: lightgrey;
  height: 100%;
  width: 100%;
}
/*# sourceMappingURL=styles.css.map */