.c-white {
  color: #fff;
}

.c-gray {
  color: #687285 !important;
}

.c-blue {
  color: #227EAE;
}

.c-red {
  color: #ff0000;
}

.c-ultraline {
  color: #D5AE7A !important;
}

.c-push {
  color: #F1BD38;
}

.c-push-platiunum {
  color: #bac1cf;
}

.c-press {
  color: #00B1EB;
}

.c-pp {
  color: #009BA4;
}

.c-steel {
  color: #bd2727;
}

.c-inox {
  color: #A2C617;
}

.c-groove {
  color: #E67253;
}

.c-copper {
  color: #B48262;
}

.c-splinkler {
  color: #AF4C22;
}

.c-podlogowe {
  color: #EFA930;
}

.c-automatyka {
  color: #FF7B23;
}

.c-football {
  color: #009E3D;
}

.c-inne {
  color: #009E3D;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(background.jpg) no-repeat center center fixed;
  font-family: "Open Sans", sans-serif;
  background-size: cover;
  height: 100%;
}

h1 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #585858;
  padding-top: 30px;
}

h2 {
  font-weight: 300;
  color: #737373;
  padding-top: 10px;
  font-size: 12px;
}

h3 {
  font-weight: 300;
  color: #737373;
  font-size: 10px;
  text-align: center;
}

h4 {
  font-weight: 700;
  color: #0669cf;
  padding-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 40px;
  /* for edge cases: */
  width: 90%;
  max-width: 90%;
}

@media (min-width: 768px) {
  .container {
    width: 375px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 375px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 514px;
  }
}
.white-back {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.42) 0px 5px 29px -4px;
  border-radius: 2px;
}

.logos {
  margin-top: 30px;
  width: 510px;
}

.logo {
  max-height: 50%;
}

#product {
  height: 40px;
  width: 80%;
  background-color: #f5f4f4;
  outline: none;
  border: none;
  text-align: center;
}

.btn {
  background-color: #2ab90e;
  border: none;
  color: white;
  text-transform: uppercase;
  padding: 12px 16px;
  font-size: 12px;
  width: 80%;
  cursor: pointer;
  margin-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.42) 0px 5px 29px -4px;
  margin-bottom: 20px;
}

.btn:hover {
  background-color: #3f47bb;
  outline-width: 1px;
  border: none;
  color: white;
  text-transform: uppercase;
  padding: 12px 16px;
  font-size: 12px;
  width: 80%;
  cursor: pointer;
  margin-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.42) 0px 5px 29px -4px;
  margin-bottom: 20px;
}

#product:focus {
  background-color: #f5f4f4;
}

.picture {
  width: 180px;
  height: 180px;
  border: 1px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
  /* margin-top: -30px;
  margin-bottom: -30px; */
}

.bad-pic-2 {
  width: 150px;
  height: 150px;
}

#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100500;
}

#page-preloader .spinner {
  width: 300px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("https://d.radikal.ru/d01/1804/99/c718872484dc.gif") no-repeat 50% 50%;
  margin: -200px 0 0 -150px;
}