@media screen and (max-width: 1100px) {
  .main-bann h1 {
    font-size: 70px;
    text-align: center;
  }
}

.mini-bann img {
  max-width: 90%;
}

@media screen and (max-width: 660px) {
  .section-service .half {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    margin-top: 30px !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 1920px) {
  .container {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 580px) {
  .container {
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
}

header .right-side h2.red {
  -webkit-animation: call 1s linear 0s infinite forwards;
          animation: call 1s linear 0s infinite forwards;
}

@media screen and (max-width: 1220px) {
  header {
    height: 48px;
    line-height: 48px;
  }
  header .nav-cont ul {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1220px) {
  header img {
    margin-left: 20px !important;
    width: 190px;
    line-height: 48px;
  }
}

@media screen and (max-width: 800px) {
  header img {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 360px) {
  header img {
    width: 150px;
  }
}

@media screen and (max-width: 1220px) {
  header .right-side {
    line-height: 48px;
  }
  header .right-side .green {
    display: none;
  }
  header .right-side .red {
    font-size: 18px;
    margin-left: 0 !important;
  }
  header .right-side .phone {
    width: 16px;
    height: 16px;
    background-size: 100%;
  }
}

@media screen and (max-width: 600px) {
  header .right-side .phone {
    display: none;
  }
}

@-webkit-keyframes call {
  0% {
    color: #c20000;
  }
  50% {
    color: #ff0000;
  }
  100% {
    color: #c20000;
  }
}

@keyframes call {
  0% {
    color: #c20000;
  }
  50% {
    color: #ff0000;
  }
  100% {
    color: #c20000;
  }
}

.jerab {
  margin-top: 40px;
}

.jerab .red {
  font-size: 30px;
  margin-top: 30px;
  font-weight: bold;
  color: #c20000;
  font-family: Impact;
}

.jerab .green {
  font-size: 30px;
  margin-top: 30px;
  font-weight: bold;
  color: #0eaf0a;
  font-family: Impact;
}

.jerab a {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}

.jerab .icon {
  width: 20px;
}

.jerab .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrapper-flex .item {
  margin: 20px;
  width: calc(33% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1000px) {
  .wrapper-flex .item {
    width: calc(50% - 40px);
  }
}

@media screen and (max-width: 650px) {
  .wrapper-flex .item {
    width: calc(100% - 40px);
  }
}

.wrapper-flex .item p {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  min-height: 67px;
}

.wrapper-flex .item .image-wrapper {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.wrapper-flex .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.wrapper-flex .item img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 1600px) {
  footer .rside .volejte {
    font-size: 28px !important;
  }
  footer .rside h2 {
    font-size: 40px;
  }
  footer .rside .twenty {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 780px) {
  footer .rside .logo-letsmind {
    display: none !important;
  }
}

@media screen and (max-width: 680px) {
  footer .rside {
    float: unset !important;
    width: 100% !important;
    text-align: left !important;
    background-color: #c20000 !important;
  }
}

@media screen and (max-width: 680px) {
  footer .zbytek {
    background-color: #c20000 !important;
  }
}

@media screen and (max-width: 680px) {
  footer .left {
    height: auto !important;
    position: relative !important;
    -webkit-clip-path: none !important;
            clip-path: none !important;
  }
  footer .left .lside {
    width: 100% !important;
  }
}

.specifications .subheader {
  font-family: Impact;
  margin-top: 20px;
  font-size: 20px;
}

.specifications .wrapper-specifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.specifications .wrapper-specifications.green-bg .item:nth-of-type(2n) {
  background: rgba(13, 175, 10, 0.2);
}

.specifications .wrapper-specifications .item {
  padding: 20px 5px;
  width: calc(33.33% - 10px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}

@media screen and (max-width: 680px) {
  .specifications .wrapper-specifications .item {
    width: calc(100% - 10px);
  }
}

.specifications .wrapper-specifications .item p {
  text-align: center;
}

.specifications .wrapper-specifications .item p b {
  display: block;
}

.specifications .wrapper-specifications .item:nth-of-type(2n) {
  background: rgba(194, 0, 0, 0.2);
}

.photo-wrapper {
  width: 100%;
  height: 500px;
}

.photo-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=custom.css.map */