body {
  font-family: 'Roboto', sans-serif;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
a:hover {
  color: #1a1a1a;
}
a#logo {
  display: inline-block;
  float: left;
}
a#logo img {
  height: 57px;
}
nav {
  margin-top: 30px;
}
nav ul {
  float: right;
  list-style: none;
  padding: 0;
  display: inline-block;
}
nav ul li {
  display: inline-block;
  padding: 10px;
  margin: 5px;
}
nav ul li a {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease-in-out;
}
nav ul li a.wycena {
  background-color: #ff1d25;
  color: #ffffff;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 60px;
  padding: 10px 20px;
  letter-spacing: 1px;
}
nav ul li a.wycena:after {
  display: none;
}
nav ul li a.wycena:hover {
  color: #ffffff;
}
nav ul li a:after {
  content: '';
  width: 33px;
  height: 3px;
  display: block;
  background: #ffffff;
  margin: 3px auto 0 auto;
}
nav ul li a:hover {
  color: #ff1d25;
  text-decoration: none;
}
nav ul li a:hover:after {
  transition: background-color 0.3s ease-in-out;
  background-color: #ff1d25;
}
nav ul li.active a {
  color: #ff1d25;
  text-decoration: none;
}
nav ul li.active a:after {
  background: #ff1d25;
}
nav ul li.active a.wycena {
  color: #fff;
}
.btn-brief {
  background-color: #ff1d25;
  color: #ffffff;
  padding: 10px 30px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 60px;
  letter-spacing: 1px;
}
.btn-brief:hover {
  color: #ffffff;
  text-decoration: none;
}
.btn-brief:after {
  content: '';
  width: 100%;
  clear: both;
}
.banner {
  clear: both;
  text-align: center;
  height: 450px;
  margin-bottom: 130px;
  background-image: url('../img/wave-01.svg');
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center top;
}
.banner section {
  padding-top: 120px;
}
.banner section h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.banner section p {
  font-size: 18px;
  color: #ff1d25;
  margin-bottom: 25px;
}
.img-cms-logo {
  height: 35px;
  margin: 30px 10px 0 10px;
  display: inline-block;
}
.slick-slide img.img-cms-logo {
  display: inline-block;
}
/***main***/
main {
  clear: both;
}
#hp main {
  text-align: center;
  padding-bottom: 100px;
}
#hp main h1:after {
  content: '';
  width: 33px;
  height: 3px;
  display: block;
  background: #ff1d25;
  margin: 10px auto 10px auto;
}
#hp main h1.text-center:after {
  margin-left: auto;
  margin-right: auto;
}
#hp main p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.3;
}
#page main {
  min-height: 400px;
  padding-top: 30px;
  background-image: url('../img/wave-07.svg');
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center top;
  margin-bottom: 100px;
}
#page main h1,
#page main h2 {
  font-size: 30px;
  margin-top: 50px;
}
#page main h1:after,
#page main h2:after {
  content: '';
  width: 33px;
  height: 3px;
  display: block;
  background: #ff1d25;
  margin: 10px 0;
}
#page main h1.text-center:after,
#page main h2.text-center:after {
  margin-left: auto;
  margin-right: auto;
}
#page main p {
  font-size: 17px;
  color: #404040;
  margin-bottom: 40px;
}
#page main ul {
  font-size: 17px;
  color: #404040;
  margin-bottom: 40px;
}
#page main ul.slick-dots {
  margin-bottom: 0;
}
#page.kontakt main p,
#page.kontakt main ul {
  font-size: 16px;
}
.slider {
  margin-bottom: 100px;
}
.slick-prev {
  left: 20px;
  z-index: 1;
}
.slick-next {
  right: 20px;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'Roboto', sans-serif;
  color: #ff1d25;
}
.slick-dots li button:before {
  font-size: 19px;
  line-height: 35px;
  width: 30px;
  height: 30px;
}
.slick-dots li.slick-active button:before {
  color: #ff1d25;
  opacity: 1;
}
/***end-main***/
h2 {
  font-size: 2rem;
}
/****offer-intro hp***/
.offer-intro {
  background-image: url('../img/wave-02.svg');
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center top;
  padding-bottom: 100px;
}
.offer-intro h2 {
  font-size: 25px;
}
.offer-intro h2:after {
  content: '';
  width: 33px;
  height: 3px;
  display: block;
  background: #ff1d25;
  margin-top: 10px;
  margin-bottom: 10px;
}
.offer-intro p {
  line-height: 1.6;
  font-size: 15px;
}
.offer-intro .inner {
  padding: 45px 20px;
}
.offer-intro .more {
  background: #ff1d25;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 14px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 60px;
  transition: background 0.2s ease-in-out;
}
.offer-intro .more:before {
  content: '> | ';
  color: #8b1818;
}
.offer-intro .more:hover {
  text-decoration: none;
  background: #ffffff;
  color: #ff1d25;
}
.offer-intro .active {
  background: #ff1d25;
  border-radius: 7px;
}
.offer-intro .active h2,
.offer-intro .active p {
  color: rgba(255, 255, 255);
}
.offer-intro .active h2:after {
  background: #ffffff;
}
.offer-intro .active .more {
  background: rgba(255, 255, 255);
  color: #ff1d25;
}
.more {
  background: #ff1d25;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 14px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 60px;
  transition: background 0.2s ease-in-out;
}
.more:before {
  content: '> | ';
  color: #8b1818;
}
.more:hover {
  text-decoration: none;
  background: #ffffff;
  color: #ff1d25;
}
/****end-offer-intro hp***/
/***desc***/
.project .item {
  position: relative;
  margin-bottom: 50px;
}
.project .item:hover .desc {
  opacity: 1;
}
.project .desc {
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  padding: 0 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 7px;
}
.project .desc h5 {
  font-size: 17px;
  margin-bottom: 0;
  color: #fff;
  padding-top: 30%;
}
.project .desc p {
  font-size: 13px;
  margin-bottom: 0;
  color: #fff;
}
.project .desc a {
  color: #fff;
  font-size: 13px;
  margin-top: 0;
  text-decoration: underline;
}
.item-shadow img {
  box-shadow: 0px 0px 6px rgba(0 0 0/50%);
  margin-bottom: 30px;
}
/***end-desc***/
/****project hp***/
.project {
  text-align: center;
  padding-bottom: 100px;
}
.project h2 {
  text-align: center;
}
.project h2:after {
  content: '';
  width: 33px;
  height: 3px;
  display: block;
  background: #ff1d25;
  margin: 10px auto 10px auto;
}
.project p {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 40px;
}
.project a {
  display: inline-block;
  margin-top: 20px;
}
.project-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}
.project-wrapper-2 {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(300px, auto);
}
.project-wrapper-2 .text-center h2:after {
  margin: 10px auto;
}
#page main .project h2:after {
  margin: 10px auto;
}
#page main .text-center h2:after {
  margin: 10px auto;
}
.project-1 {
  grid-column: 1;
  grid-row: 1/3;
}
.project-2 {
  grid-column: 2;
  grid-row: 1 / 3;
}
.project-3 {
  grid-column: 3;
  grid-row: 1 / 3;
}
.project-4 {
  grid-column: 4;
  grid-row: 1 / 3;
}
.project-5 {
  grid-column: 4;
  grid-row: 1 / 3;
}
.project-6 {
  grid-column: 1/3;
  grid-row: 3/6;
}
.project-7 {
  grid-column: 3/6;
  grid-row: 3/6;
}
/****end-project hp***/
/****faq hp***/
.faq {
  padding-bottom: 50px;
}
.faq h2 {
  text-align: center;
}
.faq h2:after {
  content: '';
  width: 33px;
  height: 3px;
  display: block;
  background: #ff1d25;
  margin: 10px auto 5px auto;
}
.faq p {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 40px;
}
.faq .accordion .item {
  border: 1px solid rgba(204, 204, 204);
  padding: 25px 30px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255);
  position: relative;
}
.faq .accordion .item span:first-child {
  color: #ff1d25;
  border-right: 1px solid #ff1d25;
  padding-right: 20px;
  margin-right: 15px;
}
.faq .accordion .item p {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
  font-size: 17px;
}
.faq .accordion ul {
  margin-top: 30px;
}
.arrow {
  border: solid #ff1d25;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  position: absolute;
  right: 25px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
/****end-faq hp***/
/****project hp***/
.kontakt main a {
  color: #ff1d25;
}
.kontakt main ul {
  padding: 0;
  list-style: none;
}
.kontakt main ul li:before {
  content: "\2022";
  color: #ff1d25;
  padding-right: 5px;
}
.kontakt main h2 {
  text-align: center;
}
.kontakt main h2:after {
  content: '';
  width: 33px;
  height: 3px;
  display: block;
  background: #ff1d25;
  margin: 10px auto 10px auto;
}
.kontakt main h3 {
  margin-top: 40px;
}
.kontakt main h3:after {
  content: '';
  width: 33px;
  height: 3px;
  display: block;
  background: #ff1d25;
  margin-top: 10px;
  margin-bottom: 10px;
}
.kontakt main .grid-2 {
  display: grid;
  grid-template-columns: 50% 50%;
}
footer {
  background-image: url('../img/wave-03.svg');
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center top;
  padding-bottom: 100px;
  padding-top: 70px;
}
footer a {
  color: #ff1d25;
}
footer ul {
  padding: 0;
  list-style: none;
}
footer ul li:before {
  content: "\2022";
  color: #ff1d25;
  padding-right: 5px;
}
footer h2 {
  text-align: center;
}
footer h2:after {
  content: '';
  width: 33px;
  height: 3px;
  display: block;
  background: #ff1d25;
  margin: 10px auto 10px auto;
}
footer h3 {
  font-size: 20px;
  margin-top: 30px;
}
footer h3:after {
  content: '';
  width: 33px;
  height: 3px;
  display: block;
  background: #ff1d25;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer p {
  text-align: center;
}
footer div div p {
  text-align: left;
  font-size: 14px;
}
footer div div ul {
  font-size: 14px;
}
footer .grid-2 {
  display: grid;
  grid-template-columns: 50% 50%;
}
footer .row {
  padding-top: 50px;
}
footer .copy {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  color: #b3b3b3;
  font-size: 13px;
}
footer .bg {
  background: #ff1d25;
  border-radius: 7px;
  padding: 15px;
}
footer .bg h3,
footer .bg p {
  color: #fff;
}
footer .bg h3:after {
  background: #fff;
}
footer .bg a {
  color: #fff;
}
/****end-project hp***/
/***slogan***/
.slogan {
  background: rgba(242, 242, 242);
  text-align: center;
  padding: 50px 10px;
  margin: 70px auto 20px auto;
  max-width: 1400px;
}
.slogan h3 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 300;
}
.slogan img {
  margin-top: 10px;
}
/***end-slogan***/
/***form***/
form textarea,
form input[type="text"],
form input[type="submit"] {
  background: #f2f2f2;
  padding: 15px;
  border: 0;
  width: 100%;
  margin-bottom: 5px;
  border-left: 4px solid #ff1d25;
  font-size: 14px;
}
form textarea:focus-visible,
form input[type="text"]:focus-visible,
form input[type="submit"]:focus-visible {
  outline: 1px solid red;
}
form textarea {
  min-height: 150px;
}
form input[name="submit"] {
  background: #006837;
  color: #fff;
  font-weight: 500;
  float: right;
  width: 50%;
  border-left: none;
}
form input[name="akceptuje"] {
  float: left;
  width: auto;
  margin-right: 10px;
  margin-top: 6px;
  border-left: none;
}
form label[for="akceptuje"] {
  font-size: 14px;
}
form h4 {
  margin-top: 40px;
}
form.form-brief {
  max-width: 800px;
  margin: 0 auto;
}
form.form-brief label[for="akceptuje"] {
  display: inline;
}
form.form-brief input[name="akceptuje"] {
  float: none;
  display: inline-block;
}
form.form-brief input[type="submit"] {
  float: none;
  margin: 20px auto 0 auto;
  width: 100%;
}
/***end-form***/
/***hamb***/
.hamb {
  position: absolute;
  right: 30px;
  top: 45px;
  z-index: 1000;
  display: none;
  cursor: pointer;
}
.hamb span {
  width: 40px;
  height: 4px;
  margin-bottom: 6px;
  background: #ff1d25;
  display: block;
}
/***end-hamb***/
@media (min-width: 1430px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 1200px) {
  .hamb {
    display: block;
  }
  nav ul.menu {
    display: none;
    margin-top: 32px;
    width: 100%;
  }
  nav ul.menu li {
    display: block;
    padding: 4px;
  }
  nav ul.menu li:hover a:after,
  nav ul.menu li.active a:after {
    margin-left: 0;
  }
  nav ul.menu.menuShow {
    display: block;
  }
  .banner {
    background-size: 340%;
  }
  .img-cms-logo {
    height: 30px;
  }
}
@media (max-width: 400px) {
  .banner {
    background-size: 540%;
  }
}
/*# sourceMappingURL=alamar.css.map */