.container-main {
    padding: 0;
}
.header-about-list {
  background: rgba(100, 148, 236, 1);
  padding: 55px 0;
}
 .bg-color-blue{
    background: rgba(100, 148, 236, 1);
}
.container-top {
    border: 1px solid #fff;
}
.contact-color-black-ul a , .contact-color-black{
   color: #fff;
}
.order-call {
  color: #000;
  background: #E9E9E9;
}
.header-contakt-head {
    min-height: auto;
    width: 97%;
    color: #000000;
    
}
.header-contakt-head-list p:first-child {
    font-size: 58px;
    color: #fff;
}
/* Почему мы */
.for-what {
  padding: 50px 0;
}

.for-what__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 50px;
}

.for-what__box-item {
  position: relative;
  margin-bottom: 20px;
}

.for-what__box-item .wrapper {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  background: #E9E9E9;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
}

.for-what__box-item .wrapper .box-item-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 15px;
}

.for-what__box-item .wrapper .box-item-descr {
  margin-bottom: 15px;
}

.for-what__box-item .wrapper .box-item-descr a {
  color: rgba(100, 148, 236, 1);
}

.for-what__box-item .wrapper .box-item-price {
  font-size: 20px;
}

.for-what__box-item .wrapper .box-item-link {
  display: inline-block;
  background:  rgba(100, 148, 236, 1) url(../images/arrow-left.png) center no-repeat;
  padding: 30px;
  border-radius: 50%;
  margin-left: 30px;
}
/*Наша работа */

.work {
  /*padding: 50px 0;*/
}

.work__title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  padding: 30px 0;
}

.work__descr {
  margin-bottom: 30px;
}

.work__box {
  padding: 80px 0;
  background: url(../images/work-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.work__box::before {
  content: "";
  display: block;
  width: 181px;
  height: 46px;
  position: absolute;
  top: 16px;
  left: 0;
  background: url(../images/start.png) no-repeat;
}

.work__box::after {
  content: "";
  display: block;
  width: 227px;
  height: 56px;
  position: absolute;
  bottom: 7px;
  right: 0;
  background: url(../images/finish.png) no-repeat;
}

.work__box-item a {
  display: inline-block;
  padding: 10px 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 40px;
}

.work__box-item:nth-child(1) a:nth-child(1) {
  background: rgba(193, 212, 247, 1);
  margin-right: 60px;
}

.work__box-item:nth-child(1) a:nth-child(2) {
  background: rgba(131, 169, 240, 1);
}

.work__box-item:nth-child(2) a:nth-child(1) {
  background: rgba(162, 191, 244, 1);
  margin: 20px 60px;
}

.work__box-item:nth-child(2) a:nth-child(2) {
  background: rgba(100, 148, 236, 1);
}

.work__box-item:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.work__box-item:nth-child(3) a {
  background: rgba(81, 121, 196, 1);
}
.work__text {
  padding: 30px 0 ;
  text-align: center;
}

.work__btn {
  text-align: center;
}

.main-btn {
  display: inline-block;
  cursor: pointer;
  border: none;
  outline: none;
  background: rgba(100, 148, 236, 1);
  border-radius: 74px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 15px 30px;
  -webkit-box-shadow: 5px 5px rgba(193, 212, 247, 1);
          box-shadow: 5px 5px rgba(193, 212, 247, 1);
}
/* About */ 
.about {
padding: 50px 0;  
background: url(../images/bg.png) -60px 0 no-repeat;
}
.about__title {  
font-size: 48px;  
font-weight: 700;  
line-height: 48px;  
margin-bottom: 50px;
}
.about-box {  
display: -webkit-box;  
display: -ms-flexbox;  
display: flex;  
-ms-flex-pack: distribute;      
justify-content: space-around;  
-ms-flex-wrap: wrap;     
 flex-wrap: wrap;
}
.about-box__list {  
width: 45%;  
 margin: 0;   
 padding: 0;   
 list-style: none;
}
.about-box__list li {  
padding: 15px 0 15px 145px;  
background: url(../images/star.png) 70px 15px no-repeat;
}
.about-box__list li .list-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 25px 0; 
}
.about-link {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.about-link a{
    display: inline-block;
    background: rgba(100, 148, 236, 1) url(../images/arrow-left.png) center no-repeat;
    padding: 30px;
    border-radius: 50%;
    margin-left: 30px;
}

/*Клиенты и кейсы*/
.clients {
  padding: 50px 0;
  background: rgba(100, 148, 236, 1);
}
.clients__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 50px;
  color: #fff;
}

.clients__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.clients__box-item {
   width: 45%;
   padding: 30px;
   border: 1px solid #E9E9E9;
   margin-bottom: 40px;
   border-radius: 45px;
}


.clients__box-item .item-text {
  line-height: 20px;
  padding: 16px 0; 
  color: #E9E9E9;
}

.clients__box-item .item-btn {
  text-align: right;
}

.clients__box-item .item-btn a {
  display: inline-block;
  color: #000;
  background: #E9E9E9;
  border-radius: 37px;
  font-weight: 600;
  padding: 7px 27px;
} 

/* Обратная связь */
.feedback {
  padding: 50px 0;
  background: rgba(88, 136, 222, 1);
  position: relative;
}

.feedback::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  background: url(../images/bg-feedback.png) 100% 0 no-repeat;
  width: 395px;
  height: 624px;
}

.feedback__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  color: #fff;
  margin-bottom: 60px;
}

.feedback__text {
  font-size: 20px;
  color: #fff;
  line-height: 22px;
  width: 50%;
  margin-bottom: 30px;
}

.feedback__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 65%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}

.feedback__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.feedback__input span {
  display: inline-block;
  color: #fff;
  margin-bottom: 16px;
}

.feedback__input input {
  border: none;
  outline: none;
  background: #E9E9E9;
  border-radius: 21px;
  padding: 8px 16px;
}

.feedback__input input::-webkit-input-placeholder {
  color: #000;
}

.feedback__input input:-ms-input-placeholder {
  color: #000;
}

.feedback__input input::-ms-input-placeholder {
  color: #000;
}

.feedback__input input::placeholder {
  color: #000;
}

.feedback__input .input-text {
  display: block;
}

.feedback__input:nth-child(1) {
  width: 55%;
}

.feedback__input:nth-child(2) {
  width: 40%;
}

.feedback__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 65%;
}

.feedback__textarea span {
  display: inline-block;
  color: #fff;
  margin-bottom: 16px;
}

.feedback__textarea textarea {
  border: none;
  outline: none;
  background: #E9E9E9;
  border-radius: 21px;
  padding: 8px 16px;
  height: 160px;
  color: #671FEC;
}

.feedback__btn {
  margin-top: 24px;
}

.feedback__btn button {
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 37px;
  padding: 8px 24px;
  color: #000;
  font-weight: 600;
}
/*Страница услуги */
.services {
  padding: 80px 0;
}

.services__title {
  font-size: 48px;
  line-height: 48px;
  padding: 0 0 50px 0;
  font-weight: 700;
}

.services__item {
  margin: 0 0 20px 0;
  position: relative;
}

.services__item .services-wrap {
  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;
  padding: 20px 0;
  border-bottom: 2px solid #E9E9E9;
  cursor: pointer;
}

.services__item .services-wrap .services-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: rgba(81, 121, 196, 1);
}

.services__item .services-wrap .services-title span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-top: 10px;
}

.services__item .services-wrap .services-plus {
  position: relative;
  width: 24px;
  height: 24px;
}

.services__item .services-wrap .services-plus span {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #4D4D4D;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.services__item .services-wrap .services-plus span:nth-child(1) {
  position: absolute;
  top: calc(50% - 2px);
}

.services__item .services-wrap .services-plus span:nth-child(2) {
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 10px;
}

.services__item .services-wrap .services-plus .active-span {
  display: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.services__item .services-descr {
  padding: 20px 0;
  display: none;
}

.services__item .services-descr li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services__item .services-descr li a {
  padding: 0 40px;
  font-weight: 700;
  display: inline-block;
  background: rgba(81, 121, 196, 1) url(../images/arrow-left.png) center no-repeat;
  padding: 30px;
  border-radius: 50%;
  margin-left: 30px;
}

.promotion {
  padding: 0 0 80px 0;
}

.promotion__title {
  font-size: 48px;
  line-height: 48px;
  padding: 0 0 50px 0;
  font-weight: 700;
}

.promotion__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.promotion__box-item {
  width: 48%;
  background: #fff;
  border: 2px solid rgba(100, 148, 236, 1);
  border-radius: 70px;
}

.promotion__box-item .item-top {
  background: rgba(100, 148, 236, 1);
  padding: 25px;
  border-top-right-radius: 65px;
  border-top-left-radius: 65px;
  height: 180px;
}

.promotion__box-item .item-top .item-top-title {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.promotion__box-item .item-top .item-top-descr {
  line-height: 18px;
  color: #fff;
}

.promotion__box-item .item-info {
  padding: 25px;
}

.promotion__box-item .item-info .item-info-title {
  display: inline-block;
  border: 1px solid rgba(100, 148, 236, 1);
  border-radius: 28px;
  padding: 5px 10px;
}

.promotion__box-item .item-info ul {
  padding: 30px 0;
  list-style: none;
}

.promotion__box-item .item-info ul li {
  padding-left: 35px;
  margin-bottom: 10px;
}

.promotion__box-item .item-info ul li span {
  display: inline-block;
}

.promotion__box-item .item-info ul li .title {
  font-weight: 500;
}

.promotion__box-item .item-info .plus li {
  background: url(../images/plus.png) 0 0 no-repeat;
}

.promotion__box-item .item-info .minus li {
  background: url(../images/minus.png) 0 10px no-repeat;
} 
.made {
  padding: 0 0 80px 0;
}

.made__title {
  font-size: 48px;
  line-height: 48px;
  padding: 0 0 50px 0;
  font-weight: 700;
}

.made__subtitle {
  font-size: 20px;
  color: rgba(100, 148, 236, 1);
  margin-bottom: 30px;
}

.made__text {
  margin-bottom: 50px;
}

.made__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;
}

.made__box-item .num {
  font-size: 250px;
  color: rgba(100, 148, 236, 1);
  font-weight: 700;
}

.made__box-item ul {
  font-size: 20px;
  font-weight: 700; 
  list-style: none;
}

.made__box-item ul li {
  font-size: 16px;
  font-weight: normal;
  margin-top: 30px;
  padding-left: 80px;
  height: 70px;
  background: url(../images/star-ok.png) 0 0 no-repeat;
}

.made__box-item img {
  max-width: 336px;
} 
.redesign {
  position: relative;
  margin-bottom: 80px;
}

.redesign__wrap {
  width: 70%;
  padding: 20px 80px 20px 0;
}

.redesign::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 75%;
  height: 100%;
  background: rgba(100, 148, 236, 1);
  z-index: -1;
}

.redesign::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: calc(25% - 152px);
  width: 305px;
  height: 305px;
  background: url(../images/star-big.png);
}

.redesign__title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 48px;
  margin-bottom: 20px;
}

.redesign__descr {
  color: #fff;
} 
.best {
  padding: 0 0 80px 0;
}

.best__subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 35px;
}

.best__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.best__box-item {
  width: 48%;
}

.best__box-item .item-text {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #671fec;
}
.best__box-item .item-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.best__box-item .item-list li {
  padding: 20px 0 20px 80px;
  background: url(../images/star-ok.png) 0 50% no-repeat;
  margin-bottom: 20px;
}

.best__text {
  margin: 30px 0;
  text-align: center;
}

.best__btn {
  text-align: center;
} 
.naming {
  padding: 0 0 80px 0;
  border-top: 16px solid rgba(100, 148, 236, 1);
  background: #E9E9E9;
}

.naming__title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  padding: 30px 0;
}

.naming__title span {
  color: rgba(100, 148, 236, 1);
}

.naming__box {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.naming__box-item {
  width: 48%;
}

.naming__box-item .item-title {
  font-size: 20px;
  margin-bottom: 30px;
}

.naming__box-item .item-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.naming__box-item .item-list li {
  line-height: 18px;
  padding: 10px 0 10px 50px;
  background: url(../images/ellipse.png) 0 10px no-repeat;
}

.naming__box-item .item-wrap {
  width: 75%;
  padding: 20px 40px;
  background: url(../images/frame-bg.png) no-repeat;
  background-size: 100% 100%;
  height: 330px;
}

.naming__box-item .item-img img {
  width: 78px;
  -o-object-fit: cover;
     object-fit: cover;
}

.naming__box-item .item-text {
  color: rgba(100, 148, 236, 1);
  margin-top: 10px;
}

.naming__text {
  margin-bottom: 30px;
  text-align: center;
}

.naming__btn {
  text-align: center;
}

.naming__price {
  background: #fff;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.naming__price-item {
  width: 48%;
  padding: 30px;
}

.naming__price-item:nth-child(1) {
  border-right: 5px solid #E9E9E9;
}

.naming__price-item .price-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.naming__price-item .price-descr {
  line-height: 20px;
  height: 110px;
}

.naming__price-item span {
  display: inline-block;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}

.naming__price-item .price-list {
  margin: 0;
  padding: 0 0 0 18px;
}

.naming__price-item .price-list li {
  line-height: 20px;
  margin-bottom: 10px;
}

.naming__price-item .price-num {
  text-align: right;
  font-size: 24px;
}

.naming__price-item .price-info {
  text-align: right;
  color: #4D4D4D;
  margin-top: 50px;
}
.crm {
  background: rgba(100, 148, 236, 1) url(../images/bg-feedback.png) 100% 100% no-repeat;
  padding: 0 0 80px 0;
}

.crm__title {
  font-size: 48px;
  font-weight: 700;
  padding: 60px 0 30px 0;
  color: #E9E9E9;
}

.crm__descr {
  color: #fff;
  line-height: 20px;
  width: 70%;
}

.crm__subtitle {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin: 40px 0 20px 0;
  color: #fff;
  border: 1px solid #E9E9E9;
  border-radius: 40px;
  padding: 5px 15px;
}

.crm__list {
  margin: 0;
  padding: 0;
  width: 70%;
  list-style: none;
}

.crm__list li {
  color: #fff;
  padding: 10px 0 10px 40px;
  background: url(../images/ellipse-white.png) 0 10px no-repeat;
}
@media (max-width: 1200px) {
 .container-top {
  border: 0px;
 } 
 .made__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .made__box-item:nth-child(2) {
    width: auto;
  }
  .best__box-item {
    width: 100%;
  } 
  .naming__box-item {
    width: 100%;
  }
  .naming__box-item:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .naming__box-item .item-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
 .for-what__box-item .wrapper {
   width: 100%;
  }
 .work__box-item:nth-child(3) {
    margin: 20px 0 0 0;
  }
 .about-box__list {
    width: 100%;
  }
 .promotion__box-item {
  width: 100%;
  margin-bottom: 20px;
 }
 .promotion__box-item .item-top {
  height: auto;
  }
}
@media (max-width: 768px) {
 .clients__box-item {
    width: 100%;
  }
 .for-what__title ,.work__title, .about__title , .clients__title, 
 .feedback__title,.services__title, .promotion__title , .made__title, .redesign__title, .naming__title,.crm__title {
    font-size: 40px;
  } 
 .redesign__wrap,.redesign::before {
    width: 100%;
  }
  .redesign__descr {
    width: 65%;
  }
 .redesign::after {
   right: 0;
   top: 60%;
  }
 .crm__descr,
  .crm__list {
    width: 100%;
  }
 .crm {
    padding: 0 0 400px 0;
    background: #671FEC url(../images/crm-bg-mobile.png) 100% 100% no-repeat;
  }
}
@media (max-width: 576px) {
  .for-what__title ,.work__title, .about__title , 
  .clients__title, .feedback__title,.services__title, .promotion__title, .made__title, .redesign__title, .naming__title, .crm__title {
    font-size: 28px;
    line-height: 38px;
  }
  .work__box-item:nth-child(1) a:nth-child(2) {
    margin: 20px 0 0 0;
  }
  .work__box-item:nth-child(2) a:nth-child(1) {
    margin: 20px 0;
   } 
  .feedback__text, .feedback__box, .feedback__textarea {
    width: 100%;
  } 
  .feedback__input:nth-child(1), .feedback__input:nth-child(2) {
    width: 100%;
   }
  .for-what__box-item .wrapper {
    padding: 20px;
  }
  .for-what__box-item .wrapper .box-item-title {
    font-size: 18px;
   }
  .about-box__list li {
    padding: 15px 0 15px 70px; 
    background: url(../images/star.png) 0px 15px no-repeat;
   }
  .feedback::before {
    content: "";
    display: none;
   }
  .for-what__box-item .wrapper .box-item-link {
    margin-left: 10px;
   }
  .work__box-item a {
     font-size: 16px;
     padding: 10px 20px;
   }
   .clients__box-item:nth-child(1), 
   .clients__box-item:nth-child(2), 
   .clients__box-item:nth-child(3), 
   .clients__box-item:nth-child(4) {
    padding: 30px;
  } 
 .made__box-item ul li {
    height: auto;
    padding: 0 0 20px 80px;
  } 
 .made__box-item ul {
   margin: 0; 
   padding: 0;
  }
 .made__box-item .vector-left {
   display: none;
  } 
  .redesign__descr {
    width: 100%;
  }
  .redesign::after {
    top: 90%;
   }
  .redesign {
    margin-bottom: 260px;
  }
  .redesign__title {
    line-height: 28px;
   }
  .naming__box-item .item-wrap {
    background: none;
    padding: 0;
    height: auto;
  }
  .naming__box-item .item-text {
    padding: 10px 0;
  }
  .naming__price-item {
    width: 100%;
  }
  .naming__price-item:nth-child(1) {
    border: 0px;
  }
  
 }