﻿.proc-com-ctn {
  background: #F3F1DF;
  padding: 220px 0 160px;
}
.proc-com-ctn h1 {
  font-size: 62px;
  max-width: 500px;
  text-align: center;
  line-height: 1.2;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}
.proc-com-ctn .installation-link {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 40px;
}
.proc-com-ctn .daycare-home {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #0263a7;
  text-align: center;
  max-width: 270px;
  margin: 80px auto;
}
.proc-com-ctn .daycare-home span {
  margin: auto;
  margin-bottom: 20px;
}
.proc-com-ctn .steps-ctn {
  counter-reset: my-awesome-counter;
}
.proc-com-ctn .step {
  display: flex;
  padding: 60px 60px;
  border-bottom: 1px solid #402600;
  counter-increment: my-awesome-counter;
  gap: 100px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .proc-com-ctn .step {
    flex-wrap: wrap;
    padding: 60px 30px;
  }
}
.proc-com-ctn .step img {
  width: 100%;
  max-width: 250px;
  margin: auto;
}
@media (min-width: 768px) {
  .proc-com-ctn .step img {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .proc-com-ctn .step img {
    width: 50%;
  }
}
.proc-com-ctn .step .step-text {
  padding-left: 60px;
  position: relative;
  max-width: 500px;
}
@media (min-width: 992px) {
  .proc-com-ctn .step .step-text {
    width: 50%;
  }
}
.proc-com-ctn .step .step-text h2 {
  margin-top: 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
}
.proc-com-ctn .step .step-text li {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.proc-com-ctn .step .step-text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.proc-com-ctn .step .step-text:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(my-awesome-counter);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #402600;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.proc-com-ctn .step:last-child {
  border-bottom: none;
}
.proc-com-ctn .container {
  max-width: 1100px !important;
  margin: auto;
}

.proc-inst-ctn {
  margin-bottom: 90px;
}
.proc-inst-ctn .daycare-inst {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #0263a7;
  text-align: center;
  max-width: 270px;
  margin: 100px auto 60px;
}
.proc-inst-ctn .daycare-inst span {
  margin: auto;
  margin-bottom: 20px;
}
.proc-inst-ctn .proc-inst-text {
  display: flex;
  max-width: 1100px;
  margin: auto;
  align-items: center;
  gap: 40px;
}
.proc-inst-ctn .proc-inst-text img {
  max-width: 700px;
  width: 50%;
}
.proc-inst-ctn .proc-inst-text p {
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  width: 50%;
}
