@charset "UTF-8";
.article__header {
  font-weight: 700;
  font-size: 57px;
  line-height: 130%;
  margin-bottom: 10px;
}
.service-helpblock {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 32px;
}
.service-quickwidth {
width:auto
}
@media(max-width:900px){
.service-helpblock {
grid-template-columns: 1fr;
}
.service-helpblock .text-price p {
    font-size: 14px;
    text-align: right;
}
.service-helpblock a{    
font-size: 14px;
}
}
.service-helpblock a{
color:#000000;
cursor:pointer    
}
  .mains {
background-color: #fff;
position: relative;
z-index: 0;
  }
.article__block-left img {
  width: 100%;
  height: 360px;
}

.article__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 32px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 56px;
}

.article__block-left {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 28px rgba(21, 78, 102, 0.11);
  box-shadow: 0px 4px 28px rgba(21, 78, 102, 0.11);
  border-radius: 1em;
  width: 270px;
  margin-bottom: 15px;
}

.article__block-minicard {
  bottom: 0;
  width: 272px;
  left: -0.68px;
  height: 80px;
  text-align: left;
  position: absolute;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 8px 15px rgba(31, 38, 135, 0.37);
  box-shadow: 0px 8px 15px rgba(31, 38, 135, 0.37);
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 46px 7px;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.article__block-inf {
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  width: 100%;
}

.article__block-inf span {
  font-weight: 400;
}

.article__block-attention {
  width: 818px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}

.article__block-attention__img {
  padding: 26px 22px;
  gap: 10px;
  background: #D2EEF3;
}

.article__block-attention__text span {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
}

.article__block-attention__text {
  padding: 16px 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  background: #EEF8FB;
}
.article blockquote {
  padding: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  background: #EEF8FB;
}
.article__block-right-inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 42px;
  margin-bottom: 71px;
}

.article__block-right__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article__block-right__item-img {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}

.article__block-right__item-descr {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
}

.article__block-right__item-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.article__block-right__preview {
  width: 818px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.article-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 33px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 56px;
}

.article-nav__left {
  position: relative;
  background-image: url("/drupal_template/template/3/img/article/article__bgleft.svg");
  background-repeat: no-repeat;
  width: 544px;
  height: 527px;
  padding: 32px;
}

.article-nav__left ol {
  list-style: decimal;
}
.article-nav__left li a {
color: #000000;
text-decoration:none
}
.article-nav__left li a:hover {
text-decoration:underline
}
.article-nav__list {
  z-index: 3;
}

.article-nav__left-fon {
  position: absolute;
  z-index: 2;
}

.article-nav__header {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 16px;
}

.article-nav__list {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}

.article-nav__right {
  position: relative;
  background-image: url("/drupal_template/template/3/img/article/article__bgкight.svg");
  background-repeat: no-repeat;
  width: 544px;
  height: 527px;
  padding: 32px;
}

.article-nav__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.article-nav__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 275px;
}

.article-nav__text {
  position: relative;
}

.article-nav__text::before {
  color: #06A1BB;
  content: "•";
  font-size: 30px;
  left: -19px;
  position: absolute;
  top: -12px;
}

.article-nav__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 170.5px;
  gap: 4px;
  background: #06A1BB;
  border-radius: 40px;
  margin-bottom: 16px;
  z-index: 3;
}

.article-nav__button button {
  background-color: transparent;
  border: none;
}

.article-nav__buttonwa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 143px;
  gap: 4px;
  background: #29A71A;
  border-radius: 40px;
  z-index: 3;
}

.article-nav__buttonwa button {
  background-color: transparent;
  border: none;
}

.links {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  text-decoration: none;
}

.article-nav__fon {
  position: absolute;
  width: 289px;
  height: 448px;
  bottom: -12px;
  overflow: hidden;
  z-index: 2;
}

.article-textblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
}

.article-textblock h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
}

.article-textblock h3 {
  margin-top: -8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
}

.article-textblock ul li {
  list-style-type: none;
}

.article-textblock ul li {
  position: relative;
  padding-left: 15px;
}
.article-textblock ol li {
  list-style-type: decimal;
}
.article-textblock ol {
  color: #000000;
}

.article-textblock ol li {
  padding-left: 0;
}

.article-textblock ul li::before {
  color: #06A1BB;
  content: "•";
  font-size: 30px;
  left: -2px;
  position: absolute;
  top: -12px;
}

.article-textblock .speciallist {
  padding: 16px;
  gap: 8px;
  width: 100%;
  background: #EEF8FB;
}

.article-textblock .speciallist li {
  position: relative;
  padding-left: 15px;
}

.article-textblock .speciallist li:not(:last-child) {
  margin-bottom: 8px;
}

.article-textblock .speciallist li::before {
  color: #06A1BB;
  content: "✓";
  font-size: 17px;
  left: -2px;
  position: absolute;
  top: 0;
}

.article-textblock a {
  color: #06A1BB;
}

.formconsult {
  background: #EDF8FB;
  margin-bottom: 62px;
  margin-top: 140px;
}

.formconsult__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 1075px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  padding: 34px 0;
  height: 417px;
}

.formconsult__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.formconsult-left__header {
  font-weight: 700;
  font-size: 41px;
  line-height: 130%;
  max-width: 678px;
  margin-bottom: 8px;
}

.formconsult-left__cost {
  font-weight: 700;
  font-size: 42px;
  line-height: 130%;
  color: #EA2121;
  margin-bottom: 24px;
}

.formconsult-left p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  max-width: 603px;
  margin-bottom: 24px;
}

.formconsult-right {
  position: relative;
  top: -167px;
}

.formconsult-left__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 24px;
  gap: 4px;
  width: 293px;
  background: #06A1BB;
  border-radius: 76px;
}

.links__form::before {
  color: #FFFFFF;
  content: "✓";
  font-size: 17px;
  left: -2px;
  position: absolute;
  top: 0;
}

button.links__form {
  background-color: transparent;
  border: none;
}

.links__form {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  padding-left: 15px;
}

.services .service-block{
    padding-top: 0;
    }

.author__right-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
  padding: 32px;
  background: #EEF8FB;
  width: 288px;
}

.author__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
}

.author__right {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
}

.author__right-fio {
  width: 233px;
  padding: 10px;
  background: #06A1BB;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.author__left img {
  width: 270px;
}

.author__right {
  width: 826px;
  max-width: 826px;
}

.author__right-spec {
  margin-bottom: 23px;
}

.author__right-rating {
  margin-bottom: 8px;
}

.services__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 24px;
  gap: 4px;
  width: 293px;
  background: #06A1BB;
  border-radius: 76px;
  margin: 0 auto;
}

.links__form::before {
  color: #FFFFFF;
  content: "✓";
  font-size: 17px;
  left: -2px;
  position: absolute;
  top: 0;
}

.rating-area {
  overflow: hidden;
  width: 120px;
}

.rating-area:not(:checked) > input {
  display: none;
}

.rating-area:not(:checked) > label {
  float: right;
  width: 23px;
  padding: 0;
  cursor: pointer;
  font-size: 22px;
  line-height: 32px;
  color: #B1EEFF;
}

.rating-area:not(:checked) > label:before {
  content: "★";
}

.rating-area > input:checked ~ label {
  color: #06A1BB;
}

.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
  color: #4DC9FF;
}

.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
  color: #4DC9FF;
}

.rate-area > label:active {
  position: relative;
}

.article-ocenka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}


.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 3;
}

.comment__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 4px 28px rgba(27, 78, 102, 0.11);
  box-shadow: 0px 4px 28px rgba(27, 78, 102, 0.11);
  border-radius: 15px;
  position: relative;
  background-image: url("/drupal_template/template/3/img/article/foncomment.jpg");
  background-repeat: no-repeat;
  width: 1120px;
  height: 467px;
  padding: 32px 48px;
}

.comment__fon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  border-radius: 15px;
}

.comment__header {
  font-weight: 700;
  font-size: 44px;
  line-height: 130%;
  text-align: center;
  color: #000000;
  margin-bottom: 8px;
}

.comment-form__fio {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #757575;
}

.comment-form__text {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 20px rgba(20, 48, 20, 0.09);
  box-shadow: 0px 12px 20px rgba(20, 48, 20, 0.09);
  border: none;
  width: 1024px;
  height: 152px;
  border: none;
  padding: 16px 24px 0px;
  border-radius: 20px;
}

.comment-form__text input {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #757575;
  width: 1024px;
  height: 152px;
  padding: 16px 24px 0px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 20px rgba(20, 48, 20, 0.09);
  box-shadow: 0px 12px 20px rgba(20, 48, 20, 0.09);
  border-radius: 20px;
  max-width: 100%;
  margin-right: 0;
}

.comment-form__fio input {
  width: 1024px;
  height: 54px;
  max-width: 100%;
  margin-right: 0;
  border-radius: 20px;
}

.form-item__button button {
  width: 100%;
  max-width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  padding: 16px 464px;
  margin-top: 16px;
}

.comment-form p {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
}

@media (min-width: 900px) and (max-width: 1170px) {
  .article__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article__wrap {
    padding: 0 64px;
  }
    .allcomments__wrap {
    padding: 0 64px;
  }

  .author__wrap {
    padding: 0 64px;
  }

  .comment__wrap {
    padding: 0 64px;
  }

  .article-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .formconsult {
    max-width: 1170px;
    width: 1170px;
    padding: 34px;
  }

  .comment__wrap {
    background-image: none;
    background: #EDF8FB;
    width: 100%;
  }

  .comment-form__text {
    width: 70%;
    margin-left: 15%;
  }

  .comment-form__fio input {
    width: 70%;
    margin-left: 15%;
  }

  .comment-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-item__button button {
    width: 70%;
    padding: 16px 0;
    margin-left: 15%;
  }

  .formconsult-right {
    top: -131px;
  }
}
@media (max-width: 900px) {
  .mains .container {
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .article__header {
    font-weight: 700;
    font-size: 21px;
    line-height: 130%;
  }

  .article__block-attention {
    width: 100%;
  }

  .article__block-attention__img,
.article__block-left {
    display: none;
  }

  .article__block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .article__block-right-inf {
    width: 280px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
        margin: 0 auto;
    margin-bottom: 24px;
  }

  .article__block-right__item {
    width: 119px;
  }

  .article__block-attention__text {
    position: relative;
    padding: 8px 8px 8px 30px;
  }

  .article__block-attention__text::before {
    content: url("/drupal_template/template/3/img/article/emojione.svg");
    font-size: 30px;
    left: -6px;
    position: absolute;
    top: 8px;
  }

  .article__block-right__preview {
    width: 100%;
  }

  .article-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-nav__left,
.article-nav__right {
    width: 100%;
  }

  .article-nav__right {
    height: auto;
    padding: 32px 16px;
  }

  .article-nav__header {
    text-align: center;
  }

  .article-nav__block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 176px;
  }

  .article-nav__fon {
    bottom: 0;
    width: 251px;
    height: 344px;
  }

  .article-nav__button {
    padding: 16px 64px;
  }

  .article-nav__buttonwa {
    padding: 16px 36px;
  }

  .links {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
  }

  .article-textblock h3 {
    margin-top: 0;
  }

  .formconsult {
    margin-bottom: 56px;
    margin-top: 56px;
  }

  .formconsult__wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 29px 24px 16px;
    height:344px
  }

  .formconsult-left__header {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
  }

  .formconsult-left__cost {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 16px;
  }

  .formconsult-right {
    display: none;
  }

  .author__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .author {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .author__left img {
    width: 100%;
  }

  .author__right-fio {
    width: 36%;
  }

  .author__right-spec {
    width: 36%;
  }

  .author__right-soc {
    padding: 24px 32px;
    width: 36%;
  }

  .mains .comment .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

.include-news {
  position: relative;
z-index: 2;
}
  .comment-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
  }

  .comment__wrap {
    width: 100%;
    height: auto;
    padding: 16px;
  }

  .comment-form__fio input {
    width: 304px;
  }

  .comment-form__text {
    width: 304px;
  }

  .comment__header {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
  }

  .form-item__button button {
    width: 100%;
    max-width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    padding: 16px 96px;
    margin-top: 0;
  }

  .comment-form p {
    margin-top: -6px;
  }

  .comment {
    margin-bottom: 56px;
  }
  .article img {
    max-width:100% !important;width:100% !important;height:100% !important }

.services__button {
    margin-bottom: 56px;
}
.allcomments__item {
    margin: 0 auto;
    width: 100%;
}
}


.allcomments__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    gap:20px
}

.allcomments__item {
margin:0 auto;
width:80%;
  background: #B1EEFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 24px 32px;
  gap: 8px;
  border-radius: 45px;
  height: auto;
}
.allcomments__wrap h2{
margin-bottom:20px;
}
.slick-dots li.slick-active button:before {
font-size:30px
}
.allcomments-slider .slick-dots li button:before {
    font-size: 26px;}
.article img {
    margin: 0 auto;border-radius:20px }
    
@media(max-width:900px){
.allcomments__item {
    margin: 0 auto;
    width: 100%;
}
}