/*ID 2116*/
.text_anamorf {
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 0 60px;
}

.text_anamorf__title {
  margin: 0 0 30px;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

img.text_anamorf__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.text_anamorf__image {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
}

.text_anamorf__info {
  z-index: 2;
  position: relative;
  width: 40.5%;
  padding: 20px 45px;
  box-sizing: border-box;
  margin: 40px auto 40px 40px;
  display: block;
  background: #fff;
  border-radius: 20px;
}

.text_anamorf.reverse .text_anamorf__info {
  margin: -20px -20px -20px auto;
  width: 50.5%;
}

.text_anamorf.reverse .text_anamorf__image {
  left: 0;
  width: 49%;
}

.text_title {
  margin: 0 0 30px;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.text_wrapper {
  margin: 0 0 60px;
  padding: 20px 0;
}

.text_wrapper.border {
  background: #fff;
  border-radius: 20px;
  padding: 20px 40px;
}

p {
  font-size: 18px;
}

ul.opn_ul li:before {
  content: "";
  background: url(/d/ul.svg) 50% 50% / 100% no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -35px;
  top: 2px;
}

ul.opn_ul li {
  position: relative;
  margin: 0 0 10px;
  list-style: none;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.icon-advantages-ptn {
  background: transparent;
  padding: 0;
  margin: 0 0 60px;
}

.box-icon-ptn1 {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  width: 33%;
}

.title-ptn-3 {
  margin: 0 0 40px;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.box-icon-equipment {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 20px 0 0;
  grid-gap: 25px;
}

.zag-icon-ptn {
  color: #302c2c;
  margin: 0 0 10px;
  font-size: 18px;
  font-family: Russo One, sans-serif;
  text-transform: uppercase;
}

.txt-icon1 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.icon-ptn1 {
  margin: 0 auto 15px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #e23f12;
  background-image: linear-gradient(#e23f12 0%, #ff6338 100%);
  box-shadow: 0px 5px 20px 0px rgba(255, 99, 56, 0.302);
}

.icon-ptn1 img {
  max-width: 100%;
}

.text_after {
  padding: 0 20px;
}

.text_before {
  padding: 0 20px;
}

@media (max-width: 850px) {
  .text_anamorf__info {
    width: 100%;
    padding: 10px 25px;
    margin: 0;
  }

  .text_anamorf.reverse .text_anamorf__info {
    width: 100%;
    padding: 10px 25px;
    margin: 0;
  }

  .text_anamorf {
    padding: 0;
  }

  .text_anamorf__image {
    display: none;
  }

  .box-icon-equipment {
    flex-wrap: wrap;
  }

  .text_anamorf__title {
    font-size: 20px;
  }

  .text_title {
    font-size: 20px;
  }

  .title-ptn-3 {
    font-size: 20px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .box-icon-ptn1 {
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 640px) {
  .box-icon-ptn1 {
    width: 100%;
  }
}

@media (min-width: 640px) and (max-width: 850px) {
  .box-icon-ptn1 {
    width: 47.6%;
  }
}
