

/* Start:/local/templates/edisonlite/components/bitrix/news/services/bitrix/news.detail/.default/style.css?177278580323828*/
section {
  margin-bottom: 100px;
}

.banner__right_service {
  width: 850px;
  overflow: hidden;
  border-radius: 10px;
  height: 446px;
}

.banner__right_service img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__service {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}

.banner__left_service {
  width: calc(100% - 20px - 850px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.banner__left_service > * {
  padding: 30px 30px 30px 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #fff;
}

.banner__title_service {
  font-size: 44px;
  line-height: normal;
  margin: 0;
  letter-spacing: 0.4px;
}

.banner__desc_service {
  font-size: 22px;
  line-height: normal;
  padding: 18px 30px 18px 30px;
  font-weight: 600;
}

.banner__desc_service p {
  margin: 0;
}

.banner__price {
  font-size: 32px;
  line-height: 40px;

  font-weight: 500;
}

.banner__bottom_service {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  margin-top: auto;
  padding: 20px 30px 20px 30px;
  justify-content: space-between;
}

section.hero {
  padding-block: 108px 100px;
  border-radius: 0px 0px 10px 10px;
}

button .banner-btn__text {
  width: 300px;
}

.hero__gray {
  padding-block: 100px 100px;
  background: rgba(230, 230, 230, 0.3);
}

.title__center {
  text-align: center;
}

h2.title {
  margin-bottom: 60px;
  font-size: 44px;
  line-height: 50px;
  font-weight: 600;
}

.container_pr {
  width: 1044px;
  margin: auto;
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0;
}

.item_pr {
  width: calc(33.3% - 20px);
  display: flex;
  flex-direction: column;
}

.top_pr {
  border-radius: 10px;
  background: rgba(90, 151, 208, 1);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.top_pr img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 33px;
}

.top_pr h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.bottom_pr {
  font-size: 18px;
  font-weight: 500;
  width: 94%;
  position: relative;
  height: 100%;
  text-align: center;
}

.bottom_pr a {
  color: rgba(90, 151, 208, 1);
}

.item_pr:nth-child(4) .bottom_pr {
  margin-right: auto;
  margin-left: 5px;
}

.item_pr:nth-child(4) .bottom_pr::after {
  content: "";
  height: 100%;
  width: 1px;
  background: rgba(43, 43, 43, 1);
  position: absolute;
  right: 0;
  transform: translateX(32px);
  top: 0px;
}

.item_pr:nth-child(5) .bottom_pr {
  margin: auto;
}

.item_pr:nth-child(6) .bottom_pr {
  margin-left: auto;
  margin-right: 7px;
}

.item_pr:nth-child(6) .bottom_pr::after {
  content: "";
  height: 100%;
  width: 1px;
  background: rgba(43, 43, 43, 1);
  position: absolute;
  transform: translateX(-27px);
  left: 0;
  top: 0px;
}
/*
.main__text_service .container > * {
  text-align: center;
}

.main__text_service .container > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
*/
.service__banner {
  margin-bottom: 0;
  margin-top: 130px;
}

.main__text_service h2 {
  font-weight: 600;
  font-size: 44px;
  margin-bottom: 30px;
  margin-top: 60px;
}

.main__text_service h3 {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 600;
}

.main__text_service p,
.main__text_service span,
.main__text_service ul {
  font-weight: 500;
  font-size: 18px;
}

.main__text_service p,
.main__text_service ul {
  margin-bottom: 20px;
}

.main__text_service ul {
  padding-left: 26px;
}

.main__text_service ul li {
  position: relative;
  width: fit-content;
  margin-bottom: 10px;
}

.main__text_service ul li::before {
  content: "";
  background: rgba(43, 43, 43, 1);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
}

.format_service h2.title {
  margin-bottom: 60px;
}

.container__format {
  border-radius: 10px;
  background: #fff;
  padding: 62px 30px 60px 30px;
  transition: 0.3s;
}

/* .container__format:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
} */

.container__format h3 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 32px;
}

.container__format h3 br {
  display: none;
}

.container__format p {
  padding: 16px 0;
  color: rgba(252, 123, 3, 1);
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 35px;
  position: relative;
  text-align: center;
}

.container__format p::before,
.container__format p::after {
  width: 279px;
  height: 1px;
  background: rgba(252, 123, 3, 1);
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.container__format p::before {
  top: 0;
}

.container__format p::after {
  bottom: 0;
}

.container__format > span {
  color: rgba(90, 151, 208, 1);
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 22px;
  text-align: center;
  display: block;
  letter-spacing: -1px;
}

.container__format button {
  margin: auto;
}

.programms_service {
  padding-top: 0px;
  margin-bottom: 0;
}

.format_service {
  margin-bottom: 0;
  padding-block: 60px 54px;
}

.container__format span.banner-btn__icon {
  width: 51px;
  height: 51px;
}

.container__format button .banner-btn__text {
  height: 51px;
}

.container__programms {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}

.programms_service h2.title {
  margin-bottom: 35px;
  font-size: 32px;
}

.pr__item {
  background: #fff;
  border-radius: 10px;
  padding: 57px 30px 40px 30px;
  width: calc(33.3% - 20px);
  position: relative;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}

.pr__name {
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 52px;
  text-align: center;
}

.hit .pr__name {
  margin-bottom: 22px;
}

.pr__text {
  padding: 10px 0;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.hit .pr__text {
  margin-bottom: 23px;
}

.pr__text::before,
.pr__text::after {
  width: 100%;
  height: 1px;
  background: #2b2b2b;
  content: "";
  position: absolute;
  left: 0;
}

.pr__text::before {
  top: 0;
}

.pr__text::after {
  bottom: 0;
}

.pr__desc ul {
  padding-left: 20px;
  font-weight: 500;
  font-size: 16px;
}

.pr__desc b {
  display: block;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}

.pr__desc ul li {
  position: relative;
  margin-bottom: 20px;
}

.pr__desc ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(252, 123, 3, 1);
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.pr__bottom {
  margin-top: auto;
}

.pr__price {
  color: rgba(90, 151, 208, 1);
  font-weight: 600;
  font-size: 34px;
  line-height: 50px;
  margin-bottom: 10px;
  text-align: center;
  display: block;
  letter-spacing: -1px;
}

.pr__item > svg {
  position: absolute;
  top: -20px;
  right: -17px;
  transition: 0.3s;
}

.pr__bottom button {
  margin: 0 auto;
  width: 100%;
}

.pr__desc {
  margin-bottom: 4px;
}

button .banner-btn__text.button__programms {
  width: 100%;
  height: 51px;
}

.pr__item.hit {
  background: rgba(90, 151, 208, 1);
  color: #fff;
  border: 1px solid rgba(90, 151, 208, 1);
  padding: 40px 29px;
}

/* .pr__item.hit:hover {
  border: 1px solid rgba(252, 123, 3, 1);
} */

.pr__item:hover {
  box-shadow: 0 1px 4.5px 0 rgba(0, 0, 0, 0.25);
}

.pr__item.hit .pr__price,
.pr__item.hit .pr__text {
  color: #fff;
}

.pr__item.hit .pr__text::before,
.pr__item.hit .pr__text::after {
  background: #fff;
}

.quest_service .faq__title {
  font-family: "Raleway";
  font-weight: 600;
}

.faq.quest_service {
  padding: 110px 0;
}

h2.faq__title {
  font-size: 44px;
  padding-bottom: 22px;
}

span.accordion__title {
  font-size: 22px;
  font-weight: 600;
}

div.accordion__col {
  gap: 33px;
}

button.free__consult {
  width: auto;
  margin-bottom: 140px;
  background: none;
  gap: 5px;
  margin-left: auto;
  margin-right: auto;
}

button.free__consult .banner-btn__text {
  width: 273px;
  height: 51px;
  letter-spacing: 0.3px;
}

button.free__consult span.banner-btn__icon {
  height: 51px;
  width: 51px;
}

.quest_service {
  margin-bottom: 45px;
}

.cert__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}

.cert__container > * {
  width: calc(33.3% - 20px);
}

.cert__container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.certificates_service h2.title {
  margin-bottom: 60px;
}

.blog_service-swiper.swiper {
  position: relative;
  width: 100%;
  margin-bottom: 33px;
  padding-bottom: 42px;
  overflow: hidden;
}

.blog_service-swiper.swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.blog_service-swiper.swiper .swiper-slide {
  height: auto;
  display: flex;
}

.blog_service-swiper.swiper .swiper-scrollbar {
  left: 0 !important;
  width: 100% !important;
  height: 10px !important;
  border-radius: 2px;
  background: #ffa149;
}

.blog_service-swiper.swiper .swiper-scrollbar-drag {
  height: 16px;
  position: relative;
  top: -3px;
  border-radius: 2px;
  background: #fc7b03;
}

.certificates_service {
  margin-bottom: 200px;
}

.material-item {
  /* padding: 15px 17px 28px 24px; */
  padding: 25px 25px 25px 25px;
  border-radius: 10px;
  border: 1px solid rgba(230, 230, 230, 0.5);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: 0.3s;
}

.material-item {
  width: 350px;
}

.material-item:hover {
  box-shadow: 0 1px 4.5px 0 rgba(0, 0, 0, 0.25);
}

.material-item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.material-image {
  width: 100%;
  height: 210px;
  border-radius: 10px;
  margin-bottom: 27px;
  overflow: hidden;
}

.material-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.material-title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 29px;
}

.material-info__bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  font-weight: 500;
  line-height: 16px;
  color: rgba(43, 43, 43, 1);
  margin-top: auto;
  opacity: 0.5;
}

.material-views {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.material-tags {
  position: absolute;
  top: 33px;
  left: 35px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tag {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 8px 20px;
  border-radius: 10px;
  background: rgba(252, 123, 3, 1);
}

.blog_service {
  margin-bottom: 120px;
}

span.banner-btn__icon {
  width: 58px;
  height: 58px;
}

button .banner-btn__text {
  height: 58px;
}

@media (max-width: 1679px) {
  section {
    margin-bottom: 80px;
  }

  .banner__right_service {
    width: 600px;
  }

  .banner__left_service {
    width: calc(100% - 20px - 600px);
  }

  .banner__title_service {
    font-size: 40px;
    line-height: normal;
  }

  .banner__desc_service,
  .banner__price {
    font-size: 20px;
    line-height: normal;
  }

  section.hero {
    padding-block: 80px 80px;
  }

  h2.title {
    font-size: 32px;
    line-height: normal;
  }

  .top_pr h3 {
    font-size: 20px;
  }

  .top_pr img {
    width: 80px;
    height: 80px;
  }

  .bottom_pr {
    font-size: 16px;
    width: 96%;
  }

  .top_pr {
    margin-bottom: 20px;
  }

  .main__text_service h2 {
    font-size: 32px;
    line-height: normal;
  }

  .main__text_service h3 {
    font-size: 20px;
    line-height: normal;
  }

  .main__text_service p,
  .main__text_service span,
  .main__text_service ul {
    font-size: 16px;
  }

  .hero__gray {
    padding-block: 80px 80px;
  }

  .format_service h2.title {
    margin-bottom: 40px;
  }

  .container__format h3 {
    font-size: 26px;
    line-height: normal;
  }

  .container__format p {
    font-size: 18px;
  }

  .container__format > span {
    font-size: 30px;
    line-height: normal;
  }

  .format_service {
    padding-bottom: 0px;
  }

  .programms_service h2.title {
    margin-bottom: 40px;
  }

  .pr__name {
    font-size: 30px;
    line-height: normal;
  }

  .pr__text {
    font-size: 20px;
  }

  .pr__desc {
    margin-bottom: 30px;
  }

  .pr__desc b {
    font-size: 18px;
  }

  .pr__price {
    font-size: 30px;
    line-height: normal;
  }

  .pr__item > svg {
    width: 80px;
    height: 80px;
  }

  .faq.quest_service {
    padding: 80px 0;
  }

  button.worths__btn {
    margin-bottom: 80px;
    height: 49px;
  }

  .certificates_service h2.title {
    margin-bottom: 40px;
  }

  .certificates_service {
    margin-bottom: 80px;
  }

  .blog_service h2.title {
    margin-bottom: 40px;
  }

  .material-item {
    padding: 15px;
  }

  .material-tags {
    top: 25px;
    left: 20px;
  }

  .material-title {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .material-image {
    margin-bottom: 20px;
  }

  .material-info__bottom {
    font-size: 14px;
  }

  .material-views svg {
    width: 16px;
  }

  .blog_service-swiper.swiper .swiper-scrollbar {
    height: 4px !important;
  }

  .blog_service-swiper.swiper .swiper-scrollbar-drag {
    height: 10px;
  }

  .blog_service {
    margin-bottom: 80px;
  }

  .tag {
    font-size: 14px;
  }

  h2.faq__title {
    font-size: 32px;
  }

  span.accordion__title {
    font-size: 18px;
  }
}

@media (max-width: 1365px) {
  .banner__service {
    flex-direction: column;
  }

  .banner__left_service {
    width: 100%;
  }

  .banner__right_service img {
    object-position: top;
  }

  .banner__right_service {
    width: 100%;
    height: auto;
    /* height: 300px; */
  }

  .banner__title_service {
    font-size: 40px;
  }

  .container_pr {
    width: 100%;
  }

  .container__programms {
    gap: 15px;
  }

  .pr__item,
  .pr__item.hit {
    width: calc(33.3% - 10px);
    padding: 20px 15px;
  }

  .pr__price {
    font-size: 26px;
    margin-bottom: 20px;
  }

  button .banner-btn__text {
    width: 230px;
    height: 46px;
  }

  .pr__item > svg {
    width: 60px;
    height: 60px;
    right: -13px;
  }

  button.worths__btn {
    height: 46px;
    width: 230px;
  }

  .blog_service-swiper.swiper .swiper-slide {
    width: auto;
  }

  button.free__consult .banner-btn__text,
  .container__format button .banner-btn__text,
  button .banner-btn__text.button__programms {
    height: 46px;
  }

  button.free__consult span.banner-btn__icon,
  .container__format span.banner-btn__icon,
  span.banner-btn__icon {
    width: 46px;
    height: 46px;
  }

  button.free__consult {
    margin-bottom: 80px;
  }

  div.accordion__col {
    gap: 15px;
  }

  section.hero {
    padding-block: 110px 80px;
  }

  .service__banner {
    margin-top: 100px;
  }
}

@media (max-width: 1023px) {
  .banner__title_service {
    font-size: 30px;
  }

  .banner__desc_service,
  .banner__price {
    font-size: 20px;
  }

  h2.title,
  .format_service h2.title,
  .programms_service h2.title,
  .certificates_service h2.title,
  .blog_service h2.title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .item_pr {
    width: 100%;
  }

  .bottom_pr {
    width: 100%;
  }

  .top_pr {
    margin-bottom: 0;
  }

  .container_pr {
    row-gap: 20px;
  }

  .bottom_pr {
    text-align: center;
  }

  .bottom_pr br {
    display: none;
  }

  .item_pr:nth-child(4) {
    margin-top: 20px;
  }

  .item_pr:nth-child(4),
  .item_pr:nth-child(5) {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(180, 180, 180, 0.4);
  }

  .top_pr h3 {
    font-size: 18px;
  }

  section {
    margin-bottom: 40px;
  }

  section.hero {
    padding-block: 80px 40px;
  }

  .hero__gray {
    padding-block: 40px 40px;
  }

  .main__text_service h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .main__text_service h3 {
    font-size: 18px;
  }

  .main__text_service p,
  .main__text_service span,
  .main__text_service ul {
    font-size: 14px;
  }

  .container__format h3 {
    font-size: 24px;
  }

  .container__format p {
    padding: 10px 0;
    font-size: 16px;
  }

  .container__format > span {
    font-size: 26px;
  }

  .format_service {
    padding-bottom: 0;
  }

  .container__programms {
    flex-wrap: wrap;
  }

  .pr__item,
  .pr__item.hit {
    width: 100%;
  }

  .pr__desc {
    margin-bottom: 30px;
  }

  .pr__desc b {
    font-size: 16px;
  }

  .pr__text {
    font-size: 16px;
    padding: 10px 0;
  }

  .pr__name {
    font-size: 24px;
  }

  .pr__name br {
    display: none;
  }

  .faq.quest_service {
    padding: 40px 0;
  }

  button.worths__btn {
    margin-bottom: 60px;
  }

  .blog_service h2.title {
    text-align: center;
  }

  .material-item {
    width: 280px;
  }

  .material-image {
    height: 150px;
  }

  .material-title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .material-info__bottom {
    font-size: 12px;
  }

  .material-views {
    gap: 5px;
  }

  .material-views svg {
    width: 12px;
  }

  .certificates_service {
    margin-bottom: 60px;
  }

  .blog_service {
    margin-bottom: 40px;
  }

  .item_pr:nth-child(4) .bottom_pr::after,
  .item_pr:nth-child(6) .bottom_pr::after {
    display: none;
  }

  .hit .pr__name,
  .pr__name {
    margin-bottom: 20px;
  }

  .top_pr img {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  section.hero {
    padding-block: 38px 40px;
    border-radius: 0 0 10px 10px;
  }

  .service__banner {
    margin-top: 85px;
  }

  .banner__title_service {
    font-size: 26px;
  }

  .banner__left_service > * {
    padding: 16px 10px 16px 10px;
  }

  .banner__desc_service {
    font-family: "Raleway";
    font-size: 14px;
    padding: 18px 10px 16px 10px;
  }

  .banner__bottom_service {
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
  }

  .banner__price {
    font-family: "Raleway";
    font-size: 18px;
  }

  span.banner-btn__icon {
    width: 35px;
    height: 36px;
  }

  .banner__right_service {
    /* height: 150px; */
  }

  h2.title,
  .format_service h2.title,
  .programms_service h2.title,
  .certificates_service h2.title,
  .blog_service h2.title {
    font-size: 22px;
  }

  .hero__gray {
    padding-block: 50px 50px;
  }

  .my_pr .container {
    padding: 0 19px;
  }

  .top_pr img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .top_pr h3 br {
    display: none;
  }

  .top_pr h3 {
    font-size: 16px;
  }

  .top_pr {
    padding: 18px 20px 16px 20px;
  }

  .container_pr {
    row-gap: 8px;
  }

  .bottom_pr {
    font-size: 14px;
  }

  .item_pr:nth-child(5) {
    margin-top: 10px;
  }

  .item_pr:nth-child(4) .bottom_pr,
  .item_pr:nth-child(5) .bottom_pr,
  .item_pr:nth-child(6) .bottom_pr {
    margin-left: auto;
    margin-right: auto;
  }

  .item_pr:nth-child(5) .bottom_pr {
    width: 90%;
  }

  .item_pr:nth-child(6) .bottom_pr {
    width: 100%;
  }

  .item_pr:nth-child(6) {
    margin-top: 12px;
  }

  .main__text_service h2 {
    text-align: center;
    font-size: 22px;
  }

  section {
    margin-bottom: 50px;
  }

  .main__text_service h3 {
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }

  .main__text_service p,
  .main__text_service span,
  .main__text_service ul {
    text-align: center;
  }

  button .banner-btn__text {
    height: 35px;
  }

  .main__text_service p br,
  .main__text_service span br,
  .main__text_service ul br {
    display: none;
  }

  .container__format {
    padding: 30px 10px 30px 10px;
  }

  .container__format h3 {
    font-size: 18px;
    margin-bottom: 19px;
  }

  .container__format h3 br {
    display: none;
  }

  .container__format p {
    padding: 7px 0;
    font-size: 14px;
    margin-bottom: 18px;
  }

  .container__format > span {
    font-size: 20px;
    margin-bottom: 9px;
    letter-spacing: -1.2px;
  }

  button.free__consult span.banner-btn__icon,
  .container__format span.banner-btn__icon,
  span.banner-btn__icon {
    height: 35px;
    width: 35px;
  }

  button.free__consult .banner-btn__text,
  .container__format button .banner-btn__text,
  button .banner-btn__text.button__programms {
    height: 35px;
  }

  .format_service {
    padding-bottom: 0;
  }

  .programms_service h2.title {
    font-size: 18px;
    margin-bottom: 29px;
  }

  .pr__name {
    font-size: 18px;
  }

  .pr__text {
    font-size: 14px;
    padding: 10px 0;
    margin-bottom: 22px;
  }

  .pr__desc ul {
    font-size: 12px;
  }

  .pr__desc b {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .pr__price {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .pr__desc {
    margin-bottom: 8px;
  }

  button .banner-btn__text.button__programms {
    height: 46px;
  }

  .container__programms {
    gap: 30px;
  }

  .pr__item > svg {
    width: 50px;
    height: 50px;
    right: -16px;
    top: -16px;
  }

  .pr__name br {
    display: block;
  }

  .hit .pr__name {
    margin-bottom: 17px;
  }

  .faq.quest_service {
    padding: 50px 0;
  }

  span.faq__label {
    padding-block: 9px;
  }

  h2.faq__title {
    font-size: 22px;
    padding-bottom: 19px;
  }

  div.faq__row {
    row-gap: 20px;
  }

  span.accordion__title {
    font-size: 16px;
  }

  div.accordion {
    gap: 16px;
  }

  button.free__consult .banner-btn__text {
    width: 250px;
  }

  .quest_service {
    margin-bottom: 20px;
  }

  button.free__consult {
    margin-bottom: 71px;
  }

  .cert__container > * {
    width: 100%;
  }

  .cert__container {
    gap: 17px;
  }

  .certificates_service {
    margin-bottom: 100px;
  }

  .material-item,
  .blog_service-swiper.swiper .swiper-slide {
    width: 290px;
  }

  .material-item {
    padding: 15px 15px 19px 15px;
  }

  .material-image {
    height: 180px;
  }

  .material-title {
    margin-bottom: 24px;
  }

  .material-views svg {
    width: 23px;
  }

  .material-views {
    gap: 9px;
  }

  .blog_service-swiper.swiper .swiper-scrollbar {
    top: auto;
    bottom: 19px;
  }

  .tag {
    border-radius: 6px;
    padding: 8px 16px;
  }

  .material-tags {
    left: 25px;
  }

  .blog_service {
    margin-bottom: -18px;
  }

  .pr__item.hit:hover > svg {
    width: 90px;
    height: 90px;
    right: -18px;
    top: -33px;
  }
}

/* End */
/* /local/templates/edisonlite/components/bitrix/news/services/bitrix/news.detail/.default/style.css?177278580323828 */
