.new_features {
  padding-top: 100px;
  padding-bottom: 100px;
}

.new_features__text{
	text-align: center;
    max-width: 700px;
    margin: 10px auto 40px;
}

@media (max-width: 1024px) {
  .new_features {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.new_features__icon {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.new_features__img {
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.new_features__img img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.new_features__list {
  background: #fafafa;
  border-radius: 12px;
  padding: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 100px;
  row-gap: 80px;
}

.new_features-style .new_features__icon {
  width: 320px;
  height: auto;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .new_features__list {
    padding: 60px;
    grid-template-columns: 1fr;
  }

  .new_features__img {
    width: 320px;
  }
}

@media (max-width: 580px) {
  .new_features__list {
    padding: 60px 16px;
    row-gap: 60px;
  }

  .new_features__img {
    width: 280px;
  }
}

.new_features__title {
  text-align: center;
  margin-bottom: 40px;
}

.new_features__item-header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  .new_features__item-header {
    flex-direction: column;
    align-items: center;
  }
}

.new_features__header-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(180deg, #3d2aa4 0%, #291a7a 100%);
  border: 2.5px solid #000000;
  margin-right: 24px;
  min-width: 100px;
  flex-shrink: 0;
}

.new_features__header-ico img {
  max-width: 90%;
}

@media (max-width: 1024px) {
  .new_features__header-ico {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.new_features__header-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #1c1c20;
}

@media (max-width: 1024px) {
  .new_features__header-title {
    text-align: center;
  }
}

.new_features__item-data p {
  text-align: justify;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.new_features__item-data p:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  .new_features__item-data p {
    text-align: center;
  }
}

/********************************************/
.new_features-style .new_features__icon svg {
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .new_features-style .new_features__icon {
    width: 202px;
  }

  .new_features-style .new_features__icon svg {
    width: 100%;
    height: auto;
  }
}

/*********************************************************************/
.new_features-scrapping {
  padding-top: 80px;
  padding-bottom: 80px;
}

.new_features-scrapping .new_features__title {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #1C1C20;
  margin-bottom: 40px;
}

.new_features-scrapping .new_features__list {
  column-gap: 80px;
  row-gap: 80px;
}

.new_features-scrapping .new_features__item-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
}

.new_features-scrapping .new_features__header-ico {
  border: 2px solid #000000;
  box-shadow: 4px 2px 0px #101828;
  margin-right: 0;
  margin-bottom: 24px;
}

.new_features-scrapping .new_features__item-data p {
  text-align: center;
}

@media (max-width: 1024px) {
  .new_features-scrapping .new_features__list {
    column-gap: 64px;
    row-gap: 64px;
  }


}

@media (max-width: 580px) {
  .new_features-scrapping {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .new_features-scrapping .new_features__title {
    font-size: 32px;
    line-height: 40px;
  }

  .new_features-scrapping .new_features__list {
    column-gap: 60px;
    row-gap: 60px;
  }

  .new_features-scrapping .new_features__header-title {
    font-size: 20px;
    line-height: 28px;
  }

  .new_features-scrapping .new_features__item-data p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .new_features-scrapping .new_features__item-data p:not(:last-child) {
    margin-bottom: 20px;
  }
}

/*****************************************************************/
.new_features-3 .new_features__list {
  background: #fafafa;
  border-radius: 12px;
  padding: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1200px) {
  .new_features-3 .new_features__list {
    grid-template-columns: 1fr;
    padding: 60px;
  }
}

@media (max-width: 580px) {
  .new_features-3 .new_features__list {
    padding: 60px 16px;
  }
}

/********************************************************************/
.new_features-4 .new_features__item-data {
  display: none;
}

.new_features-4 .new_features__list {
  grid-template-columns: repeat(4, 1fr);
  column-gap: 18px;
  row-gap: 60px;
  padding: 60px;
  background: transparent;
  border-radius: 0;
}

.new_features-4 .new_features__item-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 0;
}

.new_features-4 .new_features__header-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(180deg, #3d2aa4 0%, #291a7a 100%);
  border: 0;
  filter: drop-shadow(0px 8px 80px rgba(28, 28, 32, 0.12));
  margin-right: 0;
  margin-bottom: 40px;
  flex-shrink: 0;
}

@media (max-width: 1200px) {
  .new_features-4 .new_features__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .new_features-4 .new_features__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  .new_features-4 .new_features__list {
    padding: 60px 16px;
  }
}

/***************************************************************/
.new_features-proxies {
  padding-top: 80px;
  padding-bottom: 80px;
}

.new_features-proxies .new_features__item-header {
  flex-direction: column;
  align-items: flex-start;
}

.new_features-proxies .new_features__header-ico {
  margin-right: 0;
  margin-bottom: 24px;
}

.new_features-proxies .new_features__item-data {
  color: #7D7D82;
}

@media (max-width: 1024px) {
  .new_features-proxies {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .new_features-proxies .new_features__item-header {
    align-items: center;
  }
}

@media (max-width: 580px) {
  .new_features-proxies .new_features__header-title {
    font-size: 20px;
    line-height: 28px;
  }

  .new_features-proxies .new_features__item-data p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .new_features-proxies .new_features__item-data p:not(:last-child) {
    margin-bottom: 20px;
  }
}

/*************************************************************/
.new_features-private {
  padding-top: 80px;
  padding-bottom: 80px;
}

.new_features-private .new_features__img {
  width: 120px;
  max-width: 100%;
  margin-bottom: 16px;
}

.new_features-private .new_features__title {
  margin-bottom: 72px;
}

.new_features-private .new_features__list {
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}

.new_features-private .new_features__item {
  background: #FAFAFA;
  border-radius: 6px;
  padding: 16px;
}

.new_features-private .new_features__item-header {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
}

.new_features-private .new_features__header-ico {
  margin-right: 0;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 0;
  background: none;
  border: 0;
  min-width: 48px;
  flex-shrink: 0;
}

.new_features-private .new_features__header-ico img {
  max-width: 100%;
}

.new_features-private .new_features__header-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #525252;
  letter-spacing: 0;
}

.new_features-private .new_features__item-data p {
  font-size: 14px;
  line-height: 20px;
  color: #7D7D82;
  text-align: left;
}


@media (max-width: 1024px) {
  .new_features-private .new_features__img {
    width: 104px;
  }

  .new_features-private .new_features__list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 24px;
  }
}

@media (max-width: 580px) {
  .new_features-private .new_features__img {
    width: 88px;
  }

  .new_features-private .new_features__list {
    grid-template-columns: 1fr;
    column-gap: 56px;
    row-gap: 56px;
  }
}

/***************************************************************/
.new_features-private .new_features__list-3 {
  grid-template-columns: repeat(6, 1fr);
  column-gap: 32px;
  row-gap: 32px;
}

.new_features-private .new_features__list-3 .new_features__item {
  grid-column: span 2;
}

.new_features-private .new_features__list-3 .new_features__item-big {
  grid-column: span 3;
}

.new_features-private .new_features__list-3 .new_features__item-big-mobile {
  grid-column: span 3;
}

@media (max-width: 1024px) {
  .new_features-private .new_features__list-3 {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
    row-gap: 24px;
  }

  .new_features-private .new_features__list-3 .new_features__item-big {
    grid-column: span 2;
  }

  .new_features-private .new_features__list-3 .new_features__item-big-mobile {
    grid-column: span 4;
  }
}

@media (max-width: 580px) {
  .new_features-private .new_features__list-3 {
    grid-template-columns: 1fr;
    column-gap: 48px;
    row-gap: 48px;
  }

  .new_features-private .new_features__list-3 .new_features__item {
    grid-column: span 1;
  }

  .new_features-private .new_features__list-3 .new_features__item-big {
    grid-column: span 1;
  }

  .new_features-private .new_features__list-3 .new_features__item-big-mobile {
    grid-column: span 1;
  }
}