#new-1 * {
  font-family: "Roboto";
}
#new-1 p {
  margin: 0;
}
#new-1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#new-1 .price__btn,
#new-1 .price__link {
  max-width: 346px;
  width: 100%;
  padding: 20px 0;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  background: #dea81c;
  border: none;
  cursor: pointer;
}
#new-1 .price-main {
  background: #ffffff;
}
#new-1 .price__btn:hover {
  padding: 18px 0;
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  border: 2px solid #dea81c;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
}
#new-1 .price__link:hover {
  text-decoration: none;
  color: #000000;
  background: #dea81c;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
}
#new-1 .price__link {
  padding: 18px 0;
  color: #000000;
  background: #ffffff;
  border: 2px solid #dea81c;
}
#new-1 .price__box-btn {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
#new-1 .price__table {
  width: 100%;
  font-size: 18px;
  line-height: 1.4;
  border-collapse: collapse;
}
#new-1 .price__table tr {
  background: inherit !important;
}
#new-1 .price__table td {
  padding: 12px 10px;
  border: 2px solid #dbdfe3;
}
#new-1 .price__table .border-bott td {
  border-bottom: 2px solid #000000;
}
#new-1 .price__table .bold-border td {
  padding: 15px 10px;
  border: 2px solid #000000;
}
#new-1 .price__table .price__table-header td {
  padding: 28px 10px;
}
#new-1 .price__table .table-center {
  text-align: center;
}

#new-1 .price__box {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: space-between;
}
#new-1 .price__box-director {
  max-width: 398px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.4;
}
#new-1 .price__box-table {
  max-width: 712px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#new-1 .price__director-name {
  font-weight: 600;
  font-size: 20px;
}
#new-1 .price__director-descr {
  font-weight: 400;
  font-size: 18px;
}
#new-1 .table__box-info {
  align-items: center;
}
#new-1 .table__box-info,
#new-1 .table__box-descr {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#new-1 .process__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
}
#new-1 .process__list li {
  position: relative;
}
#new-1 .process__descr {
  min-height: 74px;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.4;
  color: #dea81c;
  background: #000000;
}
#new-1 .services__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  line-height: 1.4;
}
#new-1 .services__img--float {
  max-width: 43% !important;
  height: auto;
  margin: 0 0 30px 20px;
  float: right;
}
#new-1 .services__img--left {
  margin: 0 30px 20px 0;
  float: left;
}
#new-1 .services__img--2 {
  max-width: 30% !important;
}

#new-1 .services__text {
  font-weight: 500;
  font-size: 16px;
}
#new-1 .services__text--bold {
  font-weight: 600;
}
#new-1 .services__list-info {
  padding-left: 20px;
  list-style-type: disc;
}
#new-1 .services__title {
  margin: 22px 0 10px;
  font-weight: 600;
  font-size: 20px;
}
#new-1 .services__box-example p,
#new-1 .services__box-example span {
  font-size: 18px;
}
#new-1 .services__box-example,
#new-1 .services__box-type {
  display: flex;
  flex-direction: row;
}
#new-1 .services__box-type {
  margin: 12px 0;
  padding: 10px;
  gap: 20px;
  font-size: 16px;
  color: #dea81c;
  background: #ffffff;
  border: 2px solid #dbdfe3;
}
#new-1 .services__img {
  width: 48px;
  height: 48px;
}
#new-1 .services__link {
  text-decoration: underline;
}
#new-1 .services__wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#new-1 .services__block-links {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
#new-1 .services__box-example--bott {
  margin-bottom: 10px;
}
#new-1 .services__text--topbot {
  margin: 10px 0;
}
#new-1 .raiting {
  padding-bottom: 80px;
  background: #ffffff;
}
#new-1 .raiting__box {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}
#new-1 .raiting__box-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#new-1 .raiting__box-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-size: 36px;
  line-height: 1.4;
}
#new-1 .raiting__stars {
  max-width: 200px;
  width: 100%;
}
#new-1 .raiting__descr {
  font-size: 18px;
  line-height: 1;
  color: #797d81;
}
#new-1 .raiting__list-browsers {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
#new-1 .raiting__list-browsers li {
  padding: 15px 16px;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  background: #f2f2f2;
  border: 2px solid #dbdfe3;
}
#new-1 .raiting__list-browsers li:hover,
#new-1 .raiting__list-browsers li:focus {
  background: #ffffff;
}
#new-1 .raiting__img-browsers {
  width: 40px;
  height: 40px;
}
#new-1 .raiting__box-info--browsers {
  gap: 2px;
}
#new-1 .raiting__box-info--browsers .raiting__box-stars {
  gap: 8px;
  justify-content: end;
  font-size: 20px;
}
#new-1 .raiting__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#new-1 .swiper-rev {
  margin: 40px 0;
}
#new-1 .swiper-rev .swiper-slide {
  height: auto;
  min-height: 100%;
  cursor: pointer;
}
#new-1 .rev__box-slider {
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #f2f2f2;
  border: 2px solid #dbdfe3;
}
#new-1 .raiting__comment {
  font-size: 16px;
  line-height: 1.4;
}
#new-1 .raiting__wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
#new-1 .raiting__wrapp {
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
}
#new-1 .raiting__block-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#new-1 .raiting__name {
  margin-bottom: 4px;
  display: flex;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
#new-1 img.raiting__rv-stars {
  max-width: 100px;
}
#new-1 .raiting__wrap-date {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
#new-1 .raiting__date {
  font-size: 14px;
  line-height: 1;
  color: #797d81;
}
#new-1 .raiting__wrap-date img {
  width: 20px;
  height: 20px;
}
#new-1 .raiting__btn {
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
#new-1 .process__list img {
  width: 100%;
}
#new-1 .swiper-rev-pagination {
  display: none;
}
#new-1.custom-block-1.new-container{
padding-bottom:40px;}
@media (max-width: 1280px) {
  #new-1 .new-container .container {
    max-width: 100%;
  }
  #new-1 .price__box-director {
    max-width: 33%;
  }
  #new-1 .price__director-name {
    font-size: 18px;
  }
  #new-1 .price__director-descr,
  #new-1 .raiting__descr,
  #new-1 .price__table {
    font-size: 16px;
  }
  #new-1 .price__table td {
    height: 52px;
    padding: 0 10px;
  }
  #new-1 .price__table .price__table-header td {
    padding: 20px 10px;
  }
  #new-1 .price__box-table {
    gap: 20px;
  }
  #new-1 .process__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #new-1 .process__descr {
    min-height: 64px;
    font-size: 16px;
  }
  #new-1 .services__title {
    margin: 20px 0 12px;
  }
  #new-1 .raiting__box-info {
    gap: 0;
  }
  #new-1 .raiting__box-stars {
    font-size: 32px;
  }
  #new-1 .raiting__list-browsers {
    gap: 12px;
  }
  #new-1 .raiting__list-browsers li {
    padding: 8px 16px;
  }
  #new-1 .raiting__list-rev {
    margin: 24px 0;
  }
  #new-1 .services__box-type {
    min-width: 550px;
  }
  #new-1 .services__img--float {
    max-height: 300px;
    max-width: 45% !important;
    margin: 0 0 20px 20px;
  }
  #new-1 .services__img--left {
    margin: 0 20px 20px 0;
  }
  #new-1 .services__list {
    gap: 40px;
  }
  #new-1 .swiper-rev {
    margin: 24px 0;
  }
#new-1.custom-block-1.new-container{
padding-bottom:20px;}
}
@media (max-width: 767px) {
  #new-1 .price__box-table {
    max-width: 100%;
  }

  #new-1 .price__box {
    flex-direction: column;
    gap: 20px;
  }
  #new-1 .price__box-director {
    max-width: 100%;
  }
  #new-1 .price__director-name {
    margin-top: 4px;
    font-size: 16px;
  }
  #new-1 .price__director-descr,
  #new-1 .raiting__descr,
  #new-1 .price__table {
    font-size: 14px;
  }
  #new-1 .price__table .price__table-header td {
    padding: 10px;
  }
  #new-1 .price__table .bold-border td {
    padding: 8px 10px;
  }
  #new-1 .table__box-info,
  #new-1 .table__box-descr {
    gap: 4px;
  }
  #new-1 .price__table td {
    height: auto;
    padding: 8px 10px;
  }
  #new-1 .price__box-btn {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  #new-1 .process__list {
    gap: 12px;
  }
  #new-1 .process__descr {
    padding: 10px;
    min-height: 60px;
    font-size: 14px;
  }
  #new-1 .services__box-type {
    min-width: auto;
    padding: 10px;
    gap: 12px;
  }
  #new-1 .price__img {
    max-width: 300px !important;
    width: 100%;
    margin: 0 auto;
  }
  #new-1 .services__img--float {
    max-height: auto;
    max-width: 400px !important;
    width: 100%;
    margin: 0 auto 12px;
  }
  #new-1 .services__box {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 14px;
  }
  #new-1 .services__box-example--bott {
    margin-bottom: 6px;
  }
  #new-1 .services__text {
    font-size: 14px;
  }
  #new-1 .services__box-example p,
  #new-1 .services__box-example span {
    font-size: 16px;
  }
  #new-1 .services__list {
    gap: 20px;
  }
  #new-1 .services__block-links {
    flex-wrap: wrap;
    gap: 6px;
  }
  #new-1 .raiting__box {
    flex-wrap: wrap;
  }
  #new-1 .raiting__box-info {
    gap: 4px;
  }
  #new-1 .raiting__box-stars {
    font-size: 32px;
    gap: 16px;
  }
  #new-1 .raiting__stars {
    max-width: 120px !important;
  }
  #new-1 .raiting__list-browsers li {
    padding: 10px 12px;
    gap: 8px;
  }
  #new-1 .raiting__img-browsers {
    width: 32px;
    height: 32px;
  }
  #new-1 .raiting__list-browsers .raiting__box-info {
    gap: 0;
  }
  #new-1 .raiting__box-info--browsers .raiting__box-stars {
    font-size: 16px;
  }
  #new-1 .raiting__list-browsers .raiting__descr {
    font-size: 12px;
  }
  #new-1 .swiper-rev {
    margin: 16px 0;
  }
  #new-1 .rev__box-slider {
    gap: 16px;
  }
  #new-1 .raiting__wrapp {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
  #new-1 .raiting__name {
    margin-bottom: 2px;
    font-size: 15px;
  }
  #new-1 .raiting__comment {
    font-size: 14px;
  }
  #new-1 .swiper-rev-pagination {
    margin-top: 10px;
    display: flex;
    position: static !important;
    background: #dbdfe366 !important;
    border-radius: 30px;
  }
  #new-1
    .swiper-rev-pagination.swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    height: 4px !important;
    top: auto;
    background: #dea81c !important;
    border-radius: 30px;
  }
  #new-1 .raiting {
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  #new-1 .process__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
p {
    margin-bottom: 0;
}
#new-1.custom-block-1.new-container.price-main,#new-1.raiting.custom-block-1.new-container{
background:#ffffff;}
main br{
display:none;}
#details {
    margin-top: 0;
}