@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900');
html{
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito', sans-serif;
}
.wrapper {
  font-family: 'Nunito', sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  max-width: 1140px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
}
.btn {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 18px;
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor: pointer;
  width: 150px;
  transition-duration: 0.3s;
}

/* FONT WEIGHTS */
.fw-2 { font-weight: 200; }
.fw-3 { font-weight: 300; }
.fw-4 { font-weight: 400; }
.fw-5 { font-weight: 500; }
.fw-6 { font-weight: 600; }
.fw-7 { font-weight: 700; }

/* FONT SIZES */

.fs-ssmall { font-size: .5em!important; }
.fs-small { font-size: .85em; }
.fs-regular { font-size: 1em; }
.fs-medium { font-size: 1.25rem; }
.fs-large { font-size: 1.5rem; }
.fs-xlarge { font-size: 1.75rem; }

.frame {
  min-height: 500px;
  min-width: 20%;
}
.btn:hover {
  text-decoration: none;
  background: none;
  border: solid #fff 1px;
  color: #fff;
}
.btn2 {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 18px;
  background-color: #000;
  padding: 10px 20px 10px 20px;
  border: solid #000 1px;
  text-decoration: none;
  cursor: pointer;
  width: 150px;
}
.btn2:hover {
  text-decoration: none;
  background-color: none;
  background: none;
  border: solid #000 1px;
  color: #000;
}
.btn-blue {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 18px;
  background-color: #0082fa;
  padding: 10px 20px 10px 20px;
  border: solid #0082fa 1px;
  text-decoration: none;
  cursor: pointer;
  min-width: 150px;
  width: auto;
  transition-duration: 0.3s;
}
.btn-blue:hover {
  text-decoration: none;
  background-color: #fff;
  border: solid #0082fa 1px;
  color: #0082fa;
  transition-duration: 0.3s;
}

.btn-white {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #0082fa;
  font-size: 18px;
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  border: solid #fff 1px;
  text-decoration: none;
  cursor: pointer;
  width: 150px;
  transition-duration: 0.3s;
}
.btn-white:hover {
  text-decoration: none;
  background-color: #fff;
  border: solid #0082fa 1px;
  color: #0082fa;
  transition-duration: 0.3s;
}

.btn-black {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 18px;
  background-color: #000;
  padding: 10px 20px 10px 20px;
  border: solid #000 1px;
  text-decoration: none;
  cursor: pointer;
  width: 150px;
  transition-duration: 0.3s;
}
.btn-black:hover {
  text-decoration: none;
  background-color: none;
  border: solid #000 1px;
  color: #000;
  transition-duration: 0.3s;
}

.bg-header {
  color: #fff;
  background-size: cover;
  background-image: url("../img/top.png");
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 724px;
  font-family: 'Nunito', sans-serif;
}

.steps {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;      
  min-height: 344px;
  background-position: top center;
  background-image: url("../img/steps.png");
  font-family: 'Nunito', sans-serif;
}

.footer {
  background-size: cover;
  background-color: #fcf8f0;
  min-height: 10px;
  font-family: 'Nunito', sans-serif;
}
.bg-content-1 {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;  
  min-height: 445px;
  font-family: 'Nunito', sans-serif;
  border: 2px solid #e5e5e5;
  margin: 0px 15px 15px 15px;
}

.bg-content-2 {
  background-size: cover;
  background-color: #fcf8f0;
  min-height: 500px;
  font-family: 'Nunito', sans-serif;
}
.bg-content-3 {
  color: #000;
  background-size: cover;
  font-family: 'Nunito', sans-serif;
  background-color: #fff;
}
.bg-content-4 {
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Nunito', sans-serif;
  background-color: #e7e7e6;
}
.bg-content-5 {
  background-size: cover;
  background-image: url("../img/s3.jpg");
  background-size: cover;
  background-color: #ebebeb;
  min-height: 500px;
  font-family: 'Nunito', sans-serif;
}
.prod{
  background-color: #2f2f2f;
  border-radius: 30px;
  border: solid 1px #2f3561;
  max-width: 90%;
  min-height: 300px;
}

.grow{
transition: 0.5s ease;
}

.grow:hover{
-webkit-transform: scale(1.005);
-ms-transform: scale(1.005);
transform: scale(1.005);
transition: 0.5s ease;
box-shadow:
4px 4px 50px -10px rgba(35, 43, 222, 0.99), 0 6px 20px 0 rgba(35, 43, 222, 0.19);
}

.obrazek {
  position: absolute;
  bottom: 0;
}
h5 {
  font-size: 1.1rem;
}
@media (max-width: 991px) {
  .bg-header {
    
  }
}



@media (max-width: 600px) {
  .bg-content-2 {
  background-image: none;
  background-size: cover;
  background-color: #fcf8f0;
  font-family: 'Nunito', sans-serif;
}
.bg-content-1 {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;    
  background-color: #fff;
  background-image: none;
  min-height: 445px;
  font-family: 'Nunito', sans-serif;
  margin: 0px 0px 15px 0px;
  }

}