.wrapper-doweb {
  position: relative;
}

.wrapper-doweb .about__block {
  display: flex;
  height: auto;
}

.wrapper-doweb .about__block .about__block-picture {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about__block-wrap {
  width: 50%;
}

.about__block-text {
  height: -webkit-fill-available;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  background-color: #f9f9f9;
}

.about__block.about__block--ti {
  padding-bottom: 0 !important;
}

.about__block > * {
  box-sizing: border-box;
}
.about__block--it {
  margin-bottom: 30px;
}
.about__block-text p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #383838;
  font-weight: 400;
}
.about__block-title {
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
}
.about__block-control {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 30px;
  margin-top: 10px;
}

.about__block-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.margins {
  margin-top: 30px;
  margin-bottom: 30px;
}

.about__block-subtitle {
  margin-top: 10px;
  margin-bottom: 20px;
}
.about__block-social {
  display: flex;
  gap: 2px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  flex-wrap: wrap;
}
.about__block-social a {
  display: flex;
  align-items: center;
  gap: 3px;
}
.about__block-social a .icons {
  font-size: 20px;
}

.about__block-whatsapp,
.about__block-mail,
.about__block-phone {
  font-size: 18px;
  color: #383838;
  white-space: nowrap;
  font-weight: bold;
}

.about__advantages {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18%, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}
.about__advantage {
  padding: 10px;
  background-color: #f9f9f9;
  text-align: center;
}
.about__advantage-picture {
  max-width: 70px;
  max-height: 70px;
  margin: 0 auto 10px;
}
.about__advantage-image {
  width: 100%;
  height: 100%;
}
.about__advantage-subtitle,
.about__advantage-title {
  margin: 0;
}

.about__advantage-title {
  font-size: 16px;
  font-weight: bold;
  color: #383838;
}
.about__advantage-subtitle {
  font-size: 16px;
  color: #383838;
}
.about__view {
  display: grid;
  grid-template-columns: 36% 62%;
  gap: 15px;
  background-color: #893e67;
  padding: 40px;
  margin-bottom: 30px;
}
.about__view-title {
  color: #fff;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.about__view-text {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.about__view-text:not(:last-child) {
  margin-bottom: 20px;
}
.about__view-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.about__view-picture {
}
.about__view-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__cycle-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.about__cycle-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #f9f9f9;
}
.about__cycle-description {
  padding: 20px;
  text-align: center;
}
.about__cycle-title {
  font-size: 18px;
  font-weight: bold;
  color: #383838;
}
.about__cycle-text {
  font-size: 16px;
  margin: 0;
  color: #383838;
}
.about__cycle-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.steps {
  /* display: flex; */
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  list-style-type: none;
}
.step-item::before {
  display: none !important;
}
.step-item {
  background-color: #8b3a67;
  /* width: 200px; */
  width: auto;
  /* height: 250px; */
  height: auto;
  min-height: 250px;
  padding: 15px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.step-item span {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.step-item p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  flex: 1;
}
.step-item__img {
  margin: 30px 0;
}
/* .step-item img{
  margin-bottom: 18px;
} */
.step-item:not(:last-child) {
  /* margin-right: 40px; */
}
.weaving {
  display: flex;
  max-width: 100%;
}
.weaving img {
  max-width: 24.5%;
}
.weaving img:not(:last-child) {
  margin-right: 10px;
}
.examples {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
.examples-block {
  display: flex;
  margin-bottom: 15px;
}
.examples-block-img {
  max-height: 836px;
  margin-right: 15px;
  width: 150%;
}
.examples-block__img__parrent {
  max-height: 421px;
  margin-bottom: 103px;
}
.examples-block__img__parrent img {
  max-height: 100%;
}
.examples-block__parrent {
  display: flex;
  flex-direction: column;
}
.examples-block__parrent img:not(:last-child) {
  margin-bottom: 15px;
}
.requisites {
  width: 100%;
}
.title__h2 {
  font-size: 28px;
  font-weight: 700 !important;
}
.examples-link {
  background-color: #893e67;
  color: #fff;
  padding: 15px 65px;
  margin: 0 auto;
  margin-top: -95px;
  display: flex;
  justify-content: center;
  max-width: 221px;
}
.requisites tr:nth-of-type(odd) {
  background-color: #f6f6f6;
}
.requisites th {
  text-align: left;
}
.requisites th:nth-of-type(odd) {
  padding-left: 20px;
}
.requisites th:nth-of-type(even) {
  padding-left: 50px;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select,
textarea {
  background: white !important;
}
.forms-cont {
  padding: 10px;
}
.popup div.form-control,
.form_body div.form-control,
.middle_info .sku_props .form-control {
  background-color: transparent !important;
}

@media (max-width: 1200px) {
  .steps {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media (max-width: 1000px) {
  .steps {
    gap: 30px;
  }
  .about__block-wrap {
    width: 100%;
  }

  .wrapper-doweb .about__block .about__block-picture {
    width: 100%;
    height: 400px;
  }

  .about__block.about__block--ti {
    margin-bottom: 20px;
  }

  .about__block-text {
    padding: 30px;
  }

  .about__block-social {
    flex-direction: row !important;
  }
}

@media (max-width: 520px) {
  .about__block-control {
    flex-direction: column;
    padding-top: 0;
  }
  .about__block-text {
    padding: 15px;
  }
  .social-item a{
    word-break: break-word;
  }
}

.soc_icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.button {
  font-size: 18px !important;
  padding: 14px 25px !important;
}
.text-about {
  margin-bottom: 5%;
}
.about__block about__block--ti {
  padding-bottom: 0 !important;
}

@media (max-width: 430px) {
  .button {
    font-size: 14px !important;
  }
  .about__block-control {
    gap: 10px;
  }
  .step-item {
    min-height: 50px;
  }
  .step-item__img {
    margin: 20px 0;
  }
}

.icon-social {
  width: 40px;
  height: 40px;
  background-color: white;
}
.social-content {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  margin: 0 5%;
}
.social-item-p {
  color: white;
  margin: 0;
  display: block;
}
.social-item {
  width: 48.5%;
}
.social-item > .social-item-p:not(:last-child){
  margin-bottom: 15px;
} 
.social-item__social{
  display: flex;
  gap: 10px;
}

.social-item-p {
  /* margin-bottom: 5px; */
  font-size: 16px;
}

.social-item a {
  font-weight: bold;
}

.social-h2 {
  margin: 5% 5%;
}

.social-img img {
  width: 48.5%;
  border-radius: 10%;
}
.social-img {
  display: flex;
  gap: 3%;
  margin: 5% 0;
}

@media (max-width: 430px) {
  .social-item a {
    font-size: 14px;
  }
}
@media (max-width: 376px) {
  .social-item a {
    font-size: 12px;
  }
}
@media (max-width: 331px) {
  .social-item a {
    font-size: 11px;
  }
}

/*Example*/

.examples-content {
  display: flex;
  flex-direction: column;
  gap: 2%;
  margin-bottom: 30px;
  height: 800px;
}

.examples-blc {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 2%;
  height: 600px;
}

.examples-60 {
  width: 59%;
  height: 100%;
}
.examples-40 {
  width: 39%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5%;
}
.examples img {
  display: none;
}
.example1 {
  display: block;
  background-image: url("/upload/01.jpg");
}
.example2 {
  display: block;
  background-image: url("/upload/02.jpg");
}
.example3 {
  display: block;
  background-image: url("/upload/03.jpg");
}
.example4 {
  display: block;
  background-image: url("/upload/04.jpg");
}
.example5 {
  display: block;
  background-image: url("/upload/05.jpg");
}
.example6 {
  display: block;
  background-image: url("/upload/06.jpg");
}
.example-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 769px) {
  .examples-blc {
    flex-direction: column;
  }
  .examples-60 {
    width: 100% !important;
    height: 300px !important;
    margin: 0 auto;
  }
  .examples-40 {
    width: 100% !important;
    height: 600px !important;
    margin: 0 auto;
    flex-direction: column;
    gap: 2%;
  }
  .examples-content {
    height: 2000px;
    gap: 0;
    margin-bottom: 0;
  }

  .examples-blc {
    height: 930px;
  }
}

@media (min-width: 769px) {
  .examples-content {
    margin-bottom: 70px;
  }
}
