.seo-krepezh-box{
  max-width:1200px;
  margin:70px auto;
  padding:50px;
  background:#fff;
  border-radius:14px;
  box-shadow:0 15px 40px rgba(0,0,0,.06);
  font-family:Rubik, Arial, sans-serif;
  line-height:1.75;
}

.seo-krepezh-box__title{
  font-size:30px;
  margin:0 0 18px;
  line-height:1.3;
  font-weight:700;
  color:#1f1f1f;
}

.seo-krepezh-box__subtitle{
  font-size:22px;
  margin:36px 0 12px;
  line-height:1.35;
  font-weight:700;
  color:#1f1f1f;
}

.seo-krepezh-box__text{
  margin:0 0 14px;
  font-size:16px;
  color:#333;
  line-height:1.75;
}

.seo-krepezh-box__list{
  margin:0 0 18px;
  padding-left:18px;
}

.seo-krepezh-box__list-item{
  margin:0 0 8px;
  font-size:15px;
  color:#333;
  line-height:1.7;
}

.seo-krepezh-box__table-wrap{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  margin:24px 0;
}

.seo-krepezh-box__table{
  min-width:720px;
  width:100%;
  border-collapse:collapse;
  font-size:15px;
}

.seo-krepezh-box__table th,
.seo-krepezh-box__table td{
  border:1px solid #e5e5e5;
  padding:12px;
  text-align:left;
  vertical-align:top;
  color:#333;
  line-height:1.6;
}

.seo-krepezh-box__table th{
  background:#f7f7f7;
  font-weight:700;
  color:#222;
}

.seo-krepezh-box__links{
  margin-top:34px;
  padding:22px 24px;
  background:#f7f7f7;
  border-radius:12px;
}

.seo-krepezh-box__links-title{
  margin:0 0 12px;
  font-size:18px;
  font-weight:700;
  color:#1f1f1f;
}

.seo-krepezh-box__link{
  display:inline-block;
  margin:0 14px 10px 0;
  padding:10px 14px;
  border-radius:10px;
  background:#fff;
  color:#222;
  text-decoration:none;
  transition:.2s ease;
  box-shadow:0 2px 8px rgba(0,0,0,.04);
}

.seo-krepezh-box__link:hover{
  color:#000;
  transform:translateY(-1px);
}

.seo-krepezh-box__note{
  margin:26px 0 0;
  font-size:14px;
  line-height:1.65;
  color:#666;
}

.faq-minimal{
  margin-top:60px;
  padding:40px;
  background:#f4f5f7;
  border-radius:12px;
}

.faq-minimal__title{
  font-size:24px;
  font-weight:700;
  margin:0 0 24px;
  color:#1f1f1f;
}

.faq-minimal__item{
  border-bottom:1px solid #dcdcdc;
  padding:16px 0;
}

.faq-minimal__item:last-child{
  border-bottom:none;
}

.faq-minimal__question{
  cursor:pointer;
  font-weight:600;
  font-size:17px;
  list-style:none;
  position:relative;
  padding-right:28px;
  color:#222;
  line-height:1.5;
}

.faq-minimal__question::-webkit-details-marker{
  display:none;
}

.faq-minimal__question:after{
  content:"+";
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  font-size:18px;
  color:#444;
}

.faq-minimal__item[open] .faq-minimal__question:after{
  content:"–";
}

.faq-minimal__answer{
  margin-top:10px;
  font-size:15px;
  color:#555;
  line-height:1.65;
}

@media (max-width: 992px){
  .seo-krepezh-box{
    margin:55px 16px;
    padding:36px;
  }
}

@media (max-width: 768px){
  .seo-krepezh-box{
    margin:40px 12px;
    padding:26px;
  }

  .seo-krepezh-box__title{
    font-size:24px;
  }

  .seo-krepezh-box__subtitle{
    font-size:19px;
    margin-top:26px;
  }

  .seo-krepezh-box__text{
    font-size:15px;
  }

  .seo-krepezh-box__list-item{
    font-size:15px;
  }

  .seo-krepezh-box__links{
    padding:18px;
  }

  .faq-minimal{
    padding:22px;
    margin-top:28px;
  }

  .faq-minimal__title{
    font-size:20px;
  }

  .faq-minimal__question{
    font-size:16px;
  }

  .faq-minimal__answer{
    font-size:14px;
  }
}

@media (max-width: 480px){
  .seo-krepezh-box{
    padding:20px;
  }

  .seo-krepezh-box__list{
    padding-left:16px;
  }
}