.btn-primary {
  border: none;
  padding: 16px 56px;
  background-color: #DF4133;
  color: #FFF;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  position: relative;
  text-transform: uppercase;
  transition: 200ms ease;
  font-weight: 500;
  cursor: pointer;
  line-height: normal;
  text-align: center;
}
@media all and (max-width: 767px) {
  .btn-primary {
    padding: 16px 48px;
  }
}

.btn-secondary {
  border: none;
  padding: 16px 56px;
  background-color: #DF4133;
  color: #FFF;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  position: relative;
  text-transform: uppercase;
  transition: 200ms ease;
  font-weight: 500;
  cursor: pointer;
  line-height: normal;
  text-align: center;
}
@media all and (max-width: 767px) {
  .btn-secondary {
    padding: 16px 48px;
  }
}

.home {
  min-height: 100vh;
  height: 100%;
  background-image: url("../img/home/home-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.home .home-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
.home .container {
  min-height: 100vh;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.home .container .lines {
  z-index: 0;
}
.home .container .lines div {
  background-color: rgba(237, 239, 242, 0.4);
}
.home .container .content {
  padding-bottom: 200px;
  padding-top: 200px;
}
.home .container .content .fs-56, .home .container .content .fs-56 * {
  color: #FFF;
}
.home .container .content .fs-56.title {
  max-width: 448px;
}
@media all and (max-width: 767px) {
  .home .container .content .fs-56.title {
    max-width: 320px;
  }
}
.home .container .content p {
  color: #FFF;
  margin-top: 24px;
  max-width: 416px;
}
@media all and (max-width: 767px) {
  .home .container .content p {
    max-width: 216px;
  }
}
.home .container .content a.btn-primary {
  margin-top: 40px;
}
.home .container .scroll {
  height: 32px;
  width: 32px;
  position: absolute;
  bottom: 80px;
  cursor: pointer;
  background-image: url("../img/home/scroll.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.progress .container .content {
  padding-top: 80px;
}
.progress .container .content .box {
  margin-top: 48px;
  padding: 40px 24px;
  background-color: #F7F8FA;
}
.progress .container .content .box .item {
  display: flex;
}
@media all and (max-width: 767px) {
  .progress .container .content .box .item {
    flex-direction: column;
  }
}
.progress .container .content .box .item:before {
  content: "";
  height: 40px;
  min-width: 40px;
  width: 40px;
  margin-right: 24px;
}
@media all and (max-width: 767px) {
  .progress .container .content .box .item:before {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.progress .container .content .box .item:nth-child(n+2) {
  margin-top: 80px;
}
.progress .container .content .box .item div {
  display: flex;
  flex-direction: column;
}
.progress .container .content .box .item div span {
  font-weight: 500;
}
.progress .container .content .box .item div p {
  margin-top: 8px;
  color: #4F4F4F;
}
.progress .container .content .box .item.vstupte::before {
  background-image: url("../img/home/vstupte.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.progress .container .content .box .item.zadejte::before {
  background-image: url("../img/home/zadejte.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.progress .container .content .box .item.zjistete::before {
  background-image: url("../img/home/zjistete.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.price .container.cary {
  position: absolute;
  height: 100%;
  width: 100%;
}
.price .container .content {
  padding-bottom: 0;
}
.price .container .content .title-wrap {
  display: flex;
}
@media all and (max-width: 767px) {
  .price .container .content .title-wrap {
    flex-direction: column;
  }
}
.price .container .content .title-wrap::before {
  content: "";
  height: 20px;
  width: 20px;
  min-width: 20px;
  margin-right: 16px;
  margin-top: 8px;
  background-image: url("../img/home/zjistete-title.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .price .container .content .title-wrap::before {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 12px;
  }
}
.price .container .content .title-wrap .fs-32 {
  max-width: 296px;
}

.slider-wrap {
  padding: 0 40px;
}
@media all and (max-width: 767px) {
  .slider-wrap {
    padding: 0 16px;
  }
}
.slider-wrap .container .content {
  padding-top: 0;
}
@media all and (max-width: 1200px) {
  .slider-wrap .container .content {
    padding-left: 0;
    padding-right: 0;
  }
}
.slider-wrap .container .content .slider {
  margin-top: 48px;
  width: 100%;
}
.slider-wrap .container .content .slider .item {
  padding: 24px;
  border: 1px solid #EDEFF2;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  min-width: 272px;
  outline: none;
}
@media all and (max-width: 1200px) {
  .slider-wrap .container .content .slider .item {
    margin: 0 8px;
  }
}
@media all and (max-width: 1200px) {
  .slider-wrap .container .content .slider .item {
    min-width: auto;
  }
}
.slider-wrap .container .content .slider .item.strechy {
  border-color: #DF4133;
}
@media all and (max-width: 1200px) {
  .slider-wrap .container .content .slider .item.strechy {
    border-color: #EDEFF2;
  }
}
@media all and (max-width: 1200px) {
  .slider-wrap .container .content .slider .item.slick-active {
    border-color: #DF4133;
  }
}
.slider-wrap .container .content .slider .item:nth-child(2) {
  margin: 0 16px;
}
@media all and (max-width: 1200px) {
  .slider-wrap .container .content .slider .item:nth-child(2) {
    margin: 0 8px;
  }
}
.slider-wrap .container .content .slider .item .icon {
  height: 56px;
  width: 56px;
}
.slider-wrap .container .content .slider .item.pudorysy .icon {
  background-image: url("../img/home/pudorysy.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.slider-wrap .container .content .slider .item.strechy .icon {
  background-image: url("../img/home/strechy.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.slider-wrap .container .content .slider .item.konfigurace .icon {
  background-image: url("../img/home/konfigurace.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.slider-wrap .container .content .slider .item .fs-16 {
  margin-top: 48px;
  color: #DF4133;
}
.slider-wrap .container .content .slider .item .fs-56 {
  font-weight: 500;
  margin-top: 8px;
}

.about-us .container .content .image {
  margin-top: 40px;
  width: 100%;
  position: relative;
}
.about-us .container .content .image img {
  object-fit: cover;
  width: 100%;
  height: 400px;
  display: flex;
}
.about-us .container .content .image .box {
  padding: 32px 24px;
  background-color: #F7F8FA;
  position: absolute;
  bottom: -56px;
  left: 72px;
}
@media all and (max-width: 767px) {
  .about-us .container .content .image .box {
    left: 24px;
  }
}
@media all and (max-width: 374px) {
  .about-us .container .content .image .box {
    bottom: 0;
    left: 0;
    position: relative;
  }
}
.about-us .container .content .image .box .title-wrap {
  display: flex;
}
@media all and (max-width: 767px) {
  .about-us .container .content .image .box .title-wrap {
    flex-direction: column;
  }
}
.about-us .container .content .image .box .title-wrap::before {
  content: "";
  height: 20px;
  min-width: 20px;
  width: 20px;
  margin-right: 16px;
  margin-top: 8px;
  background-image: url("../img/home/hracka.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .about-us .container .content .image .box .title-wrap::before {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 16px;
  }
}
.about-us .container .content .image .box .title-wrap .title {
  max-width: 296px;
  width: 100%;
  min-width: 296px;
}
@media all and (max-width: 767px) {
  .about-us .container .content .image .box .title-wrap .title {
    min-width: auto;
  }
}
.about-us .container .content .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
  justify-content: space-between;
}
@media all and (max-width: 374px) {
  .about-us .container .content .row {
    margin-top: 64px;
  }
}
.about-us .container .content .row .box {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  padding-right: 56px;
}
@media all and (max-width: 1200px) {
  .about-us .container .content .row .box {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .about-us .container .content .row .box {
    width: 100%;
    padding-right: 0;
  }
}
@media all and (max-width: 1200px) {
  .about-us .container .content .row .box:last-child {
    margin-top: 48px;
  }
}
@media all and (max-width: 767px) {
  .about-us .container .content .row .box:nth-child(n+2) {
    margin-top: 48px;
  }
}
.about-us .container .content .row .box .fs-16 {
  font-weight: 500;
  display: flex;
  flex-direction: column;
}
.about-us .container .content .row .box .fs-16::after {
  content: "";
  width: 56px;
  height: 1px;
  background-color: #DF4133;
  margin-top: 16px;
}
.about-us .container .content .row .box p {
  color: #4F4F4F;
  margin-top: 16px;
}

.skills .container .content {
  display: flex;
}
@media all and (max-width: 767px) {
  .skills .container .content {
    flex-direction: column;
  }
}
.skills .container .content .title-wrap {
  display: flex;
  max-width: 33.3333333333%;
  width: 100%;
  padding-right: 56px;
}
@media all and (max-width: 1200px) {
  .skills .container .content .title-wrap {
    min-width: 50%;
  }
}
@media all and (max-width: 767px) {
  .skills .container .content .title-wrap {
    min-width: auto;
    max-width: 100%;
  }
}
.skills .container .content .title-wrap::before {
  content: "";
  height: 20px;
  width: 20px;
  min-width: 20px;
  margin-right: 24px;
  margin-top: 4px;
  background-image: url("../img/home/dovednosti.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.skills .container .content .title-wrap .fs-24 {
  font-weight: 500;
  max-width: 176px;
  line-height: 1.15;
}
.skills .container .content p {
  color: #4F4F4F;
}
@media all and (max-width: 767px) {
  .skills .container .content p {
    margin-top: 24px;
  }
}

.contact .container .content {
  display: flex;
  padding-bottom: 80px;
}
@media all and (max-width: 767px) {
  .contact .container .content {
    flex-direction: column;
  }
}
.contact .container .content .fs-16 {
  padding-right: 56px;
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  color: #4F4F4F;
}
@media all and (max-width: 1200px) {
  .contact .container .content .fs-16 {
    padding-right: 24px;
  }
}
@media all and (max-width: 767px) {
  .contact .container .content .fs-16 {
    width: 100%;
    padding-right: 0;
    align-items: center;
  }
}
@media all and (max-width: 767px) {
  .contact .container .content .fs-16:nth-child(n+2) {
    margin-top: 56px;
  }
}
.contact .container .content .fs-16::before {
  content: "";
  height: 20px;
  width: 20px;
  margin-bottom: 16px;
}
.contact .container .content .fs-16.web::before {
  background-image: url("../img/home/web.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.contact .container .content .fs-16.mail::before {
  background-image: url("../img/home/mail.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.contact .container .content .fs-16.phone::before {
  background-image: url("../img/home/phone.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}