.serv-sharova-head.serv-defence-head {
  background-image: url("../images/serv-defence-bg.jpg");
}

.serv-defence-head .serv-sharova-head__title {
  max-width: none;
}

.serv-defence__text {
  color: #3A3939;
  max-width: 440px;
}


.serv-defence.shar-contacts {
  padding-top: 0;
}

.serv-defence__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}

.serv-defence__img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.serv-defence__text-center {
  color: #1A3C5E;
  max-width: 715px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 160px;
}

.serv-defence__text-center:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 104px;
  background-color: #2C9BDA;
  top: 50%;
  left: -26px;
  transform: translateY(-50%);
}

.prostavki.serv-defence {
  padding-top: 120px;
  background: linear-gradient(180deg, rgba(225, 241, 255, 0.4) 29.69%, rgba(225, 241, 255, 0) 69.27%);
}

.shar-contacts.serv-defence {
  background-color: #fff;
}

.serv-defence .prostavki__text-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.serv-defence .prostavki__text {
  width: 411px;
}

.serv-defence .prostavki__text.text--center {
  width: 525px;
  margin-left: 225px;
  margin-bottom: 210px;
}

@media (max-width: 1250px) {
  .serv-defence .prostavki__text-wrap img {
    width: 400px;
  }
}

@media (max-width: 1024px) {
  .serv-defence__text {
    max-width: 400px;
  }
}

@media (max-width: 920px) {
  .serv-defence__text {
    max-width: 350px;
  }
  .serv-defence__img img {
    width: 700px;
  }
  .serv-defence .prostavki__text.text--center {
    margin: 0 auto 210px auto;
  }
  .serv-defence .prostavki__text-wrap img {
    width: 335px;
  }

}

@media (max-width: 820px) {
  .serv-defence__wrap {
    flex-direction: column;
  }
  .serv-defence__text {
    max-width: none;
  }
  .serv-defence__text:not(:last-child) {
    margin-bottom: 20px;
  }
  .serv-defence__text-center:before {
    height: 135px;
  }

  .serv-defence__text-center {
    margin: unset;
    margin-left: 29px;
    margin-bottom: 90px;
  }
}

.prostavki__text-tip {
  color: #3A3939;
  margin-bottom: 60px;
}

@media (max-width: 700px) {
  .serv-defence__img img {
    width: 500px;
  }
}

@media (max-width: 768px) {
  .serv-defence .prostavki__text.text--center {
    margin-bottom: 90px;
  }

  .serv-defence .prostavki__text-wrap img {
    width: 270px;
  }
}

@media (max-width: 720px) {
  .serv-defence .prostavki__text.text--center {
    width: 100%;
  }

  .serv-defence .prostavki__text-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .serv-defence .prostavki__text {
    width: 100%;
  }

  .serv-defence .prostavki__text-wrap img {
    width: 391px;
  }
}

@media (max-width: 640px) {
  .serv-defence__text-center:before {
    height: 158px;
  }
}

@media (max-width: 560px) {
  .serv-defence__text-center:before {
    height: 183px;
  }
}

@media (max-width: 500px) {
  .serv-defence__img img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .serv-defence__text-center {
    margin-left: 26px;
  }
}

@media (max-width: 435px) {
  .serv-defence__text-center:before {
    height: 213px;
  }
}

@media (max-width: 425px) {
  .serv-defence__text-center:before {
    height: 237px;
  }

  .serv-defence .prostavki__text-wrap img {
    width: 100%;
  }


}

@media (max-width: 375px) {}

@media (max-width: 340px) {
  .serv-defence__text-center:before {
    height: 265px;
  }
}