/*Раздел титульник*/
.main-title_development {
  margin-top:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-top: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    & div:first-of-type {
        width:calc(95% - 400px);
        }
      & p:first-of-type {
          margin-bottom: 30px;
      }
      & p:last-of-type{
        margin-bottom: 30px;
      }
    & picture {
        width: 400px;
        height: 400px;
       }
}

 @media screen and (min-width:768px) and (max-width:1024px)  {
    .main-title_development {
        min-height: 300px;
        & div:first-of-type {
          width:calc(95% - 300px);
          }
        & picture {
          width: 300px;
          height: 300px;
          }
    }
  }

/*Раздел о разработке*/
.about-development__list {
 width:100%;
 text-align: justify;
 margin:5px 5px 5px 5px;
   & a {
      color:#009FE3;
 }
    & li:not(:last-of-type){
      margin-bottom: 1rem;
 }

}

.main-about_development {
  margin-top: 120px;
  display:block;
  min-height: 450px;
  background-color: #F2FAFD;
  padding:10px 15px 10px 15px;
  & picture {
    display: block;
    width:300px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    float:left;

  }

}
/*Этапы разработки сайта*/
.main-step_development {
margin-top: 120px;
}
.step-development-contener {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
min-height:350px;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
gap: 20px;
}
.step-development {
width:370px;
height: 350px;
background-color:#009FE3;
margin-top: auto;
margin-bottom: auto;
padding:17px;
}

.step-development_box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
background-color: #fff;
height: 100%;
padding: 15px;
border-radius: 10px;

}
.step-development ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
margin-left: 20px;


}
.step-development h3{
margin-bottom: 10px;

}
.step-development ul li {
position: relative;

}
.step-development ul li:not(:last-of-type){
margin-bottom: 7px;
}
.step-development ul li::before{
position: absolute;
content: "";
width:10px;
height:15px;
top:0;
left:-25px;
border: 2px solid #000;
-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
border-top:none;
border-left: none;
}
.step-desing_two  ul{
-ms-flex-pack: distribute;
    justify-content: space-around;

}


/*Виды сайтов*/
.site-development {
  margin-top: 120px;
}
.site-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    & h3 {
      text-align: left;
      margin-bottom: 30px;
    }
    &:not(:last-of-type) {
      margin-bottom: 50px;
    }
    & ul {
    text-align:justify
    }
    & li:not(:last-of-type) {
      margin-bottom: 1rem;
  }
    & a {
      color:#009FE3;
    }
}
/*landing page*/
.site-box_landing {
  min-height: 240px;
    & picture {
      width:350px;
      height: 234px;
    }
    & div {
      width:calc(95% - 350px);
    }
}
@media(max-width:1023px) {
  .site-box_landing {
    min-height: 240px;
      & picture {
        width:300px;
        height: 200px;
      }
      & div {
        width:calc(100% - 300px);
      }
  }
}
 /*Promo site*/
.site-box_promo {
  min-height: 400px;
  & div {
      width:calc(97% - 350px);
      }
  & picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 350px;
    height: 350px;
  }
}
@media(max-width:1023px) {
  .site-box_promo {
    & div {
        width:calc(97% - 300px);
        }
    & picture {
        width: 300px;
        height: 300px;
    }
  }
}
/*showecase site*/
.site-box_showcase {
  min-height: 300px;
  & div {
      width:calc(97% - 350px);
      }
  & picture {
    width: 350px;
    height: 234px;
  }
}
@media(max-width:1024px) {
  .site-box_showcase {
    & div {
        width:calc(97% - 300px);
        }
    & picture {
        width: 300px;
        height: 200px;
    }
  }
}
/*corporate site*/
.site-box_corporate {
  min-height: 320px;
  & div {
      width:calc(95% - 350px);
     }
  & picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 350px;
    height: 234px;
  }
}
@media(max-width:1024px) {
  .site-box_corporate {
    & div {
        width:calc(95% - 300px);

        }
    & picture {
        width: 300px;
        height: 200px;
    }
  }
}
/*portfolio site*/
.site-box_portfolio {
  min-height: 350px;
  & div {
      width:calc(95% - 350px);
     }
  & picture {
    width: 350px;
    height: 350px;
  }
}
@media(max-width:1024px) {
  .site-box_portfolio {
    min-height: 300px;
    & div {
        width:calc(95% - 300px);

        }
    & picture {
        width: 300px;
        height: 300px;
    }
  }
}
/*tilda site*/
.site-box_tilda {
  min-height: 350px;
  & div {
      width:calc(97% - 350px);
     }
  & picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 350px;
    height: 280px;
  }
}
@media(max-width:1024px) {
  .site-box_tilda {
    min-height: 280px;
    & div {
        width:calc(97% - 300px);

        }
    & picture {
        width: 300px;
        height: 240px;
    }
  }
}