/*Раздел титульник*/
.main-title_seo {
  margin-top:0;
  display: flex;
  min-height: 300px;
  margin-top: 50px;
  align-items: center;
  justify-content: space-between;
    & div:first-of-type {
        width:calc(100% - 300px);
        }
      & p:first-of-type {
          margin-bottom: 25px;
      }
      & p:last-of-type{
        margin-bottom: 25px;
        width: 100%;
      }
    & picture {
        width: 300px;
        height: 300px;
    }
}
@media screen and (max-width:660px) {
  .main-title_seo {
   flex-direction: column;
    min-height: 300px;
    margin-top: 50px;
    align-items: center;
    width:100%;

      & div:first-of-type {
          width:80%;
          text-align: center;
          }
        & p:first-of-type {
            margin-bottom: 25px;
        }
        & p:last-of-type{
          margin-bottom: 25px;
          width: 100%;
        }
      & picture {
          order: -1;
          width: 300px;
          height: 300px;
      }
      & .main-button {
        width:100%;
      }
  }

}
/*Наши приимущества*/
.seo-advantages {
  margin-top: 120px;
  min-height: min-content;
  & h2 {
    text-align: center;
  }
  & ul {
    display: block;
    padding: 0;
    width:100%;
     & li {
      display: flex;
      position: relative;
      width:100%;
      align-items: center;
      min-height: min-content;
      background-color: #F2FAFD;
      & div {
        width: calc(100% - 200px);
      }

    }
    & li:not(:last-of-type){
      margin-bottom:20px;
    }
  }
   & li:hover {
  box-shadow: 0px 3px 8px rgba(60, 60, 59, 0.4);
  transform:scale(1.05);

  }
 & picture {
  width:200px;
  height: 200px;
display: flex;
justify-content: center;
 }
 & h3 {
  margin-bottom: 10px;
 }
 & p {
  margin: 5px 10px 10px 10px;
  text-align: justify;
 }
}
@media (max-width:525px){
  .seo-advantages {

    & ul {
      & li {
         width:95%;

        margin:0 auto;
        flex-direction: column;
        & div {
        width: 100%;
      }

      }
    }

   }
}

/*О SEO*/
.about-seo {
  width: 100%;
  min-height: min-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 120px;
  align-items: center;
  justify-content: space-between;
    & div{
        width:calc(95%);
        & h2{
         text-align: center;
          margin-bottom: 30px;

        }
        & .about-seo_list {
          width: 100%;
          min-height: 380px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          text-align: justify;
          & li:not(:last-of-type) {
            margin-bottom: 1rem;
            & li {
              list-style-type: disc;
              margin:0;
          }
        }
          & ul {
            padding-left: 20px;
        }

      }
    }
    & picture {
      width: 300px;
      height:300px;
      }

}

/*SEO продвижение*/
.seo-promotion {
  width: 100%;
  min-height: min-content;
  margin-top: 120px;
  & h2 {
    margin-bottom: 50px;
    text-align: center;
  }
  & div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  & picture {
    width: 350px;
    height: 350px;

    }
    & ul {
      width:80%;
      min-height: min-content;
      margin-left: 35px;
      & li {
        position:relative;
      }
      & li:not(:last-of-type) {
        margin-bottom: 0.8rem;
    }
    & li::before{
     position: absolute;
     content: '';
     width:15px;
     height: 15px;
     background-color: #009FE3;
     top:5px;
     left:-25px;
    }
    & li::after {
      position:absolute;
      content: '';
      width: 8px;
      height: 4px;
      border-bottom: 3px solid #fff;
      border-left:3px solid #fff;
      top:8px;
      left:-23px;
      order:2;
      rotate: -45deg;
    }
  }
}

.seo-business{
  width: 100%;
  min-height: min-content;
  margin-top: 120px;
  & ul{
    width: 100%;
    display:grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content;
    gap: 30px;
    & li {
      position: relative;
      margin-left: 50px;
    }
    & li p:first-of-type{
      color:#009FE3;
      margin-bottom: 7px;
     text-transform:uppercase;
    }
    & li::before{
      position:absolute;
      content: '';
      width:35px;
      height:35px;
      top:0;
      left:-50px;


    }
    & .icon1::before{
        background-image: url('/img/seo/seo-sprite_mobile.svg#svgView(viewBox(0, 0, 35, 35))');
    }
    & .icon2::before{
      background-image: url('/img/seo/seo-sprite_mobile.svg#svgView(viewBox(0, 35, 35, 35))');
    }
    & .icon3::before{
      background-image: url('/img/seo/seo-sprite_mobile.svg#svgView(viewBox(0, 70, 35, 35))');
    }
    & .icon4::before{
      background-image: url('/img/seo/seo-sprite_mobile.svg#svgView(viewBox(0, 105, 35, 35))');
    }
    & .icon5::before{
      background-image: url('/img/seo/seo-sprite_mobile.svg#svgView(viewBox(35, 0, 35, 35))');
    }
    & .icon6::before{
      background-image: url('/img/seo/seo-sprite_mobile.svg#svgView(viewBox(35, 35, 35, 35))');
    }
    & .icon7::before{
      background-image: url('/img/seo/seo-sprite_mobile.svg#svgView(viewBox(35, 70, 35, 35))');
    }
    & .icon8::before{
      background-image: url('/img/seo/seo-sprite_mobile.svg#svgView(viewBox(35, 105, 35, 35))');
    }
  }

}


