:root {
  --main-color: #ff9000;
  --second-color: #f3f7fc;
  --third-color: #01796f;
  --hover: #ffffffad;
  --brdrds: 4px;
  --bxsdw: 0px 0px 3px 6px #7539691d;
  --trnshn: all 0.3s;
  --black: #383838;
  --brdr: 2px solid #fff;
  --white: #fff;
  --ff: "Unbounded", sans-serif;
  --bgc: #171717;
  --gray: #ececec;
  --gray-hover: #8b8b8b;
  --pdblck: 90px;
}

.article-header h2 {
  font-weight: 500;
}

nav.pagination-wrapper.d-lg-flex.justify-content-between.w-100 {
    margin-top: 30px;
}

.featured-article-badge {
      display: none !important;
}

.iksweb {
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 25px;
    color: #ffffff !important;
    background: rgb(37, 37, 37);
    border-radius: 5px;
    border: 1px solid #354251;
}

/* News */

.article-details .news--info {
    z-index: 3;
    position: absolute;
    bottom: 0;
    padding: 0 20px 10px 20px;
  }

.breadcrumb {
  background: transparent;
  padding: 0;
  margin-block: 15px;

  .float-start {
    display: none;
  }
}

.breadcrumb a {
  color: #ababab !important;
  &:hover {
    color: #444444 !important;
  }
}

.breadcrumb-item.active {
  color: #444444;
}

ol.mod-breadcrumbs.breadcrumb.px-3.py-2 {
    margin: 30px 0 0 0;
}

div#sp-popular-articles {
    padding: 0;
}

section#sp-section-4 {
    margin-bottom: 100px;
}

.article-details .mod-articlesnews__item .newsflash-image img {
  margin: 0;
}

.article-details .mod-articlesnews__item {
  width: 48.3%;
  height: 250px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}

.article-details .mod-articlesnews {
  display: flex;
  align-items: baseline;
  gap: 15px;
  flex-wrap: wrap;
}

.article-details .mod-articlesnews h3 a {
    color: white;
    font-size: 13px;
  line-height: 18px;
  display: block;
}

.article-details .mod-articlesnews__item::before {
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    pointer-events: none;
    transition: 0.3s ease-in;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
}

.services--news .mod-articlesnews__item {
  width: 32.3%;
  overflow: hidden;
  max-height: 530px;
  position: relative;
  border-radius: 15px;
}
.services--news .mod-articlesnews {
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-wrap: wrap;
}

.newsflash-image img {
  will-change: transform;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.mod-articlesnews__item:hover .newsflash-image img {
  filter: blur(17px);
  transition: all 0.5s cubic-bezier(0.37, 0, 0.175, 1);
  transform: scale(1.05);
}

.services--news .readmore a {
  font-size: 16px;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 6px; 
  transition: color 0.3s ease;
}

.article-details .readmore a {
  font-size: 14px;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 6px; 
  transition: color 0.3s ease;
}

.services--news .readmore a:hover {
  color: white;
}

.article-details .readmore a:hover {
  color: white;
}

.services--news .readmore a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><circle cx='1' cy='1' r='1' transform='matrix(-1 0 0 1 8 3)' fill='currentColor'/><circle cx='1' cy='1' r='1' transform='matrix(-1 0 0 1 10 5.17578)' fill='currentColor'/><circle cx='1' cy='1' r='1' transform='matrix(-1 0 0 1 12 7.17578)' fill='currentColor'/><circle cx='1' cy='1' r='1' transform='matrix(-1 0 0 1 10 9.17578)' fill='currentColor'/><circle cx='1' cy='1' r='1' transform='matrix(-1 0 0 1 8 11.3525)' fill='currentColor'/></svg>")
    no-repeat center;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.3s ease;
  filter: invert(1);
}

.article-details .readmore a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><circle cx='1' cy='1' r='1' transform='matrix(-1 0 0 1 8 3)' fill='currentColor'/><circle cx='1' cy='1' r='1' transform='matrix(-1 0 0 1 10 5.17578)' fill='currentColor'/><circle cx='1' cy='1' r='1' transform='matrix(-1 0 0 1 12 7.17578)' fill='currentColor'/><circle cx='1' cy='1' r='1' transform='matrix(-1 0 0 1 10 9.17578)' fill='currentColor'/><circle cx='1' cy='1' r='1' transform='matrix(-1 0 0 1 8 11.3525)' fill='currentColor'/></svg>")
    no-repeat center;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.3s ease;
  filter: invert(1);
}

.mod-articlesnews__item:hover .readmore a::after {
  transform: translateX(10px); /* ÑÐ¼ÐµÑ‰ÐµÐ½Ð¸Ðµ ÑÑ‚Ñ€ÐµÐ»ÐºÐ¸ Ð²Ð¿Ñ€Ð°Ð²Ð¾ */
}

.news--info {
  z-index: 3;
  position: absolute;
  bottom: 0;
  padding: 0 20px 20px 20px;
  /* max-height: 75px; */
  transition: 0.4s;
  width: 100%;
  /* backdrop-filter: blur(30px);
  background-color: #0000000a;
  background-blend-mode: darken; */
}

/* .services--news .mod-articlesnews__item:hover .news--info {
  max-height: 100%;
  transition: 0.4s;
} */

.newsflash-image {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}

.newsflash-title a {
   color: white;
}

.newsflash-title {
    transition: var(--trnshn);
    font-size: 16px;
    line-height: 22px;
       margin-bottom: 5px;
}

/* .services--news .mod-articlesnews__item .readmore {
  opacity: 0;
  transition: var(--trnshn);
  position: absolute;
}

.services--news .mod-articlesnews__item:hover .readmore {
  opacity: 1;
  transition: var(--trnshn);
  position: relative;
} */

.services--news .mod-articlesnews__item {
  position: relative;
  overflow: hidden; /* Ñ‡Ñ‚Ð¾Ð±Ñ‹ Ð¿ÑÐµÐ²Ð´Ð¾ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚ Ð½Ðµ Ð²Ñ‹Ð»Ð°Ð·Ð¸Ð» */
}

.services--news .mod-articlesnews__item::before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  pointer-events: none;
  transition: 0.3s ease-in;
  background: linear-gradient(to top, rgb(0, 0, 0), transparent);
}

.services--news .mod-articlesnews__item:hover .newsflash-image {
  filter: brightness(0.7);
  transition: 0.3s;
}

.services--news .mod-articlesnews__item:hover::before {
  transition: 0.3s ease-out;
  display: none;
}

.services--news h4.newsflash-title a {
  font-size: 19px;
  line-height: 23px !important;
  display: block;
  color: white;
}

/* Left */

#sp-right {
    position: relative;
  padding: 0px;
}

.sp-column.sticky-active {
    position: fixed;
    top: 70px; 
    width: 100%; 
    z-index: 10;
   transition: 0.3s ease;
}

.sp-column.sticky-stop {
    position: absolute;
    bottom: 0;
    top: auto;
   transition: 0.3s ease;
}


.sp-column {
    transition: 0.3s ease;
}

.sp-copyright {
    color: var(--white);
}

/* Banners */

h3.banner--title {
    
    font-size: 22px;
    margin: 0 0 15px 0;
  
}

#sp-left .sp-module, #sp-right .sp-module {
    padding: 20px !important;
}

p.banner--descr {
    margin-bottom: 30px;
}

img.banner--img {
    max-width: 230px;
    margin-bottom: 0;
}

.banner--tg {
    gap: 15px;
    display: flex;
    align-items: center;
 
}

a.banner--btn {
    background-color: rgb(37, 37, 37);
    padding: 10px 25px;
      border-radius: 5px;
      display: inline-block;
    color: var(--white) !important;
    &:hover {
        color: var(--main-color) !important;
    }
}

.article-details  a {
      color: #ff9000;
}

.main-page .burger-icon>span {
    background-color: #ffffff;
  }

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 30px;
  }

.main-page .sp-megamenu-parent > li > a {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    color: #fff;
}


.main-page #sp-header {
    background: transparent;
      padding-top: 10px;
  }

.main-page #sp-header.header-sticky {
    background-color: var(--bgc);
      padding: 0px;
  }

.main-page body {
  font-family: "Open Sans", sans-serif;
}

.main-page p {
  font-weight: 400;
  font-optical-sizing: auto;
  color: var(--white);
  font-family: "Open Sans", sans-serif;
}

.main-page h1,
.main-page h2,
.main-page h3 {
  font-family: var(--ff);
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--white);
}

.main-page h1 {
  font-weight: bold;
}

/* Common */

section {
  overflow: hidden;
  position: relative;
}

.main-page h2 {
  font-size: 35px;
}

.main-page h3 {
  font-size: 23px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
}

 .stars {
    display: contents;
}

.section--subtitle {
  text-align: center;
  max-width: 900px;
  margin: auto;
      COLOR: #FFF;
}

.section--title {
  text-align: center;
  margin-bottom: 90px;
  margin-top: 0px;
}

.title-black {
  color: var(--black) !important;
        font-size: 35px;
        font-weight: 700;
}

.ellipse {
  position: absolute;
  z-index: 1;
}

.ellipse1 {
  bottom: -50%;
  left: 0;
  max-width: 850px;
}

.ellipse2 {
  top: -50%;
  right: -25%;
}

/* Buttons */

.btn.main-btn {
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: var(--brdrds);
  border: var(--brdr);
  padding: 22px 40px;
  font-family: var(--ff);
  font-size: 20px;
  transition: var(--trnshn);
  &:hover {
    color: var(--hover);
    transition: var(--trnshn);
    border: 2px solid var(--hover);
    img {
      filter: contrast(0.5);
      transition: var(--trnshn);
    }
  }
}

.btns-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 45px;
}

/* Header  */

.main--page .sp-megamenu-parent .sp-has-child a {
  color: #fff;
}

.main--page #sp-header {
      margin-top: 15px;
    background: transparent;
}

.main--page .header-sticky {
    margin-top: 0px !important;
    background: #171717 !important;
}

.main--page .sp-megamenu-parent>li:hover>a {
     color: #fff;
}

/* Hero */

#sp-hero {
     margin-top: -75px;
}

.hero {
  background-color: var(--bgc);
  padding-block: 205px 0px;
   
  .row {
    align-items: center;
  }
  .hero--subtitle {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .hero--title {
    color: #fff;
    font-size: 85px;
    font-weight: bold;
    line-height: 105px;
    margin-bottom: 40px;
  }
  :is(.hero--content, .hero--img) {
    position: relative;
    z-index: 2;
  }
}

/* About */

.about {
  padding-block: var(--pdblck);
  background-color: var(--second-color);
  h2 {
    margin-bottom: 95px;
    margin-top: 0px;
        font-size: 35px;
        font-weight: 700;
  }
  .about--num {
    p {
      font-size: 70px;
      font-family: var(--ff);
      font-weight: bold;
      margin-bottom: 0;
      color: var(--black);
      position: relative;
      display: inline-block;
    }
    .about--label {
      color: var(--white);
      background-color: var(--main-color);
      padding: 7px 23px;
      border-radius: 100px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      position: absolute;
      top: -10%;
      left: 90%;
    }
  }

  .about--descr p {
    color: var(--black) !important;
    margin-bottom: 0;
    text-wrap: balance;
  }
}

.about--label {
  color: var(--white);
  background-color: var(--main-color);
  padding: 7px 23px;
  border-radius: 100px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: -10%;
  left: 90%;
}

/* Benifit */

.benefit {
  padding-block: var(--pdblck);

   h2 {
    margin-bottom: 95px;
    margin-top: 0px;
        font-size: 35px;
        font-weight: 700;
  }

  
  .benefit--item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 45px;
    p {
      color: var(--black);
      font-size: 20px;
      font-family: var(--ff);
      margin-bottom: 0;
      line-height: 23px;
    }
  }
  .benefit--last {
    margin-bottom: 0 !important;
  }
}

.dot {
  border: 2px solid var(--black);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--main-color);
  display: block;
  flex-shrink: 0;
}

/* Callback */

.callback, .connection {
  background-color: var(--bgc);
  padding-block: var(--pdblck);
  position: relative;
  .btns-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 100px;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .main-btn {
    border-radius: 100px;
    width: 275px;
    padding: 22px 20px;
    display: inline-block;
    margin-top: 50px;
  }
  .callback--popup {
    border: 2px solid var(--main-color) !important;
  }

  span {
    color: var(--white);
    text-align: center;
    margin-top: 20px;
  }
}

.ellipse {
  opacity: 0.8;
}

.ellipse1:first-child {
  left: -10%;
}

.ellipse1:last-child {
  left: unset;
  right: -10%;
}

/* rewievs */

.n2-ss-slide-active .rewievs--wrapper {
        background-color: #8B8B8B !important;
  }

.n2-ss-slide-active p {
        color: var(--white) !important;   
  }

.rewievs {

h2 {
        font-size: 35px;
        font-weight: 700;
  }
  background-color: var(--second-color);
  padding-block: var(--pdblck);
  p {
    text-align: left;
        color: var(--black);
        margin-bottom: 0;
        font-weight: 400;
        line-height: 24px;  
  }
  
  .rewievs--wrapper {
    background-color: var(--gray);
    padding: 30px;
    border-radius: 40px;
    max-width: 910px;
    margin: auto;
  }
  .reviev--info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .rewiev--photo {
    border-radius: 50%;
  }
  .rewiev--name {
    font-size: 24px;
  }
  .grade {
    font-size: 40px;
    line-height: 40px;
  }
  :is(.rewiev--name, .grade) {
    font-weight: 600;
    font-family: var(--ff);
  }
  .reviev--rating {
    margin-bottom: 45px;
    img {
      margin-right: 4px;
    }
  }
}

/* Services */

.services {

  h2 {
   color: #fff;
  font-size: 35px;
  font-weight: 700;
  }
  
  background-color: var(--bgc);
  padding-block: var(--pdblck);
  .ellipse1 {
    bottom: -10%;
  }
}

.services--item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: white;
  border-radius: 20px;
  border: 1px solid var(--second-color);
  padding: 35px 20px;
  box-shadow: 0px 0px 3px 4px #00000009;
  position: relative;
  height: 100%;
  width: 100%;
  /* min-height: 515px; */
  z-index: 2;
  ::marker {
    color: var(--main-color);
  }

  .services--list-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  h3,
  p {
    color: var(--black);
  }

  p {
    margin-bottom: 0;
  }

  .services--title {
    justify-content: space-between;
  }

  .services--title h3 {
    font-weight: 700 !important;
    font-size: 24px !important;
    display: inline-block;
    max-width: 320px;
  }

  .services--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--main-color);
    width: 35px;
    height: 35px;
    box-shadow: 0px 0px 3px 5px #00000010;
    cursor: pointer;
    border: 1px solid #000;
    img {
      max-width: 10px;
    }
  }

  .services--list {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
    gap: 15px;
    li {
      margin-bottom: 7px;
    }
  }
  .more-btn {
    width: 100%;
    padding-block: 10px;
    color: var(--main-color);
    background-color: var(--gray);
    margin-top: 10px;
    border-radius: 10px;
  }
  .services--price {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    background-color: var(--main-color);
    border-radius: 10px;
    color: white;
    cursor: pointer;
    span {
      font-size: 30px;
      line-height: 31px;
      border-right: 1px solid;
      padding-right: 40px;
      font-weight: 500;
    }
    a {
      color: white;
    }
    .btn {
      margin: auto;
      cursor: pointer;
    }
  }
  .services--popup {
    background-color: white;
    border-radius: 20px;
    border: 1px solid var(--second-color);
    padding: 30px 15px;
    box-shadow: 0px 0px 3px 4px #00000009;
    position: absolute;
    top: -40px;
    max-width: 310px;
    opacity: 0;
    z-index: -1;
    left: 40px;
    filter: none !important;
    transition: var(--trnshn);
    .services--popup-title {
      font-weight: 600;
    }
  }
}

.divider {
  height: 2px;
  width: 100%;
  background-color: #d1d1d1;
  margin-block: 10px;
}

.services--icon:hover + .services--popup {
  opacity: 1;
  transition: var(--trnshn);
  z-index: 999;
}

@media (max-width: 1400px) {
  .services--item {
    .services--icon {
      height: 35px;
    }
  }
  .services--popup {
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .services--item {
    h3 {
      font-size: 21px;
    }
    .services--price {
      span {
        font-size: 18px;
        padding-right: 10px;
      }
    }
    .services--popup {
      top: 85px !important;
      left: 0;
    }
  }
}

@media (max-width: 480px) {

div#sp-popular-articles {
    padding: 0 15px 0 15px;
}

  .newsflash-title {
    transition: var(--trnshn);
    font-size: 14px;
    line-height: 19px;
    }
  
  .services--item {
    .services--icon {
      height: 45px !important;
      width: 45px !important;
    }
    h3 {
      width: 50%;
    }
  }
  
  p.banner--descr {
    margin-bottom: 15px;
}
  
img.banner--img {
    max-width: 170px;
}
  img.banner--img {
    margin: auto;
}

.banner--tg {
    flex-wrap: wrap;
}

}

/* Consultation */

.consultation {
  h2 {

        font-size: 35px;
        font-weight: 700;
  }
  padding-block: var(--pdblck);
  background-color: var(--second-color);
  a {
    color: var(--main-color) !important;
    text-decoration: none;
  }
}

.consultation--item {
  height: 100%;
  :is(h3, p) {
    color: var(--bgc);
  }
  .consultation--title {
    font-weight: 700 !important;
    font-size: 25px !important;
    line-height: 30px !important;
    margin-block: 15px;
  }
  .about--label {
    position: unset !important;
  }
  .consultation--divider {
    margin-bottom: 20px;
    height: 8px;
    max-width: 328px;
    background: linear-gradient(to right, #ffffff 0%, #ff9000 100%);
  }
  .consultation--text {
    text-wrap: balance;
    font-size: 16px;
  }
}

/* Faq */

.faq {
  padding-block: var(--pdblck);
  h2 {
    margin-top: 0px;
  }
}

.accordion-button {
  font-size: 21px !important;
  font-weight: 500;
  align-items: normal !important;
  position: relative;
  flex-direction: column-reverse;
}

.accordion-item {
  border: 1px solid #747474 !important;
  border-radius: 15px !important;
  overflow: hidden;
  margin-bottom: 15px;
  background: linear-gradient(
    300deg,
    #ff9000 0%,
    #ff9000 0%,
    #434343 30%,
    #252525 50%
  );
}

.accordion-button:not(.collapsed) {
  color: var(--white) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.accordion-body {
  color: var(--white);
  padding: 10px 20px 20px !important;
  font-family: "Open Sans", sans-serif;
}

.accordion-button::after {
  content: "+" !important;
  flex-shrink: 0;
  background-image: none !important;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  font-size: 45px;
  font-weight: 100;
  position: absolute;
  top: 15%;
  right: 3%;
}

.accordion-button:not(.collapsed)::after {
  flex-shrink: 0;
  background-image: none !important;
  width: 18px;
  position: absolute;
  top: 40%;
  height: 2px;
  right: 3%;
  display: inline-block;
  margin-left: auto;
  display: inline-block;
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
  transform: none !important;
  font-size: 45px !important;
  font-weight: 100 !important;
  background-image: url("https://goncharoff.pro/images/icons/line2.svg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  transform: translateY(4px);
  content: "" !important;
}

.accordion--divider {
  background: white;
  width: 100%;
  height: 1px;
  margin-top: 15px;
}

/* Media */

@media (max-width: 1400px) {
  .services--title {
    flex-direction: column-reverse;
    align-items: end;
  }
  .services--item {
    & .services--price {
      span {
        font-size: 24px;
        padding-right: 30px;
      }
    }
  }
  .services--item {
    .services--list {
      gap: 10px;
    }
  }
}

@media (max-width: 1200px) {
  .hero--title {
    font-size: 75px;
    line-height: 90px;
  }
  .btn.main-btn {
    gap: 15px;
    padding: 20px 30px;
    font-size: 18px;
  }
  .about--num {
    p {
      font-size: 50px !important;
    }
  }
  .services--item {
    .services--title h3 {
      font-size: 20px !important;
      line-height: 21px !important;
      max-width: unset;
       margin-top: 0px;

    }
  }
  .services--item {
    & .services--price {
      span {
        font-size: 16px;
        padding-right: 5px;
      }
    }
  }
  .section--subtitle {
    font-size: 18px !important;
  }
  .consultation--item {
    .consultation--title {
      font-size: 18px !important;
    }
  }
  .section--title {
    margin-bottom: 70px;
  }
  .accordion-button {
    font-size: 18px !important;
  }
  .hero {
    .hero--title {
      font-size: 70px;
      line-height: 85px;
    }
  }
  .hero--img img {
    max-width: 370px;
  }
  .hero .ellipse2 {
    top: -50%;
    right: -70%;
  }
  .about {
    h2 {
      margin-bottom: 70px;
    }
  }
}

@media (max-width: 991px) {
  .hero--img {
    margin: auto;
    img {
      margin: auto;
      text-align: center;
    }
  }

  .n2-ss-widget.n2-ss-control-bullet.n2-ow-all.n2-ss-control-bullet-horizontal {
    --widget-offset: -30px !important;
}

  .hero--content {
    margin-top: 50px;
}

  #sp-hero {
    margin-top: -50px;
}

  .btns-group {
    margin-bottom: 50px;
  }

  .hero--title {
    font-size: 60px;
    line-height: 75px;
  }
  .services--title {
    gap: 10px;
    align-items: baseline;
    max-width: 420px;
  }
  .services--icon {
    align-self: end;
  }
  .services--item {
    & .services--price {
      span {
        font-size: 25px;
        padding-right: 25px;
      }
    }
  }
}

@media (max-width: 767px) {

  .services--news .mod-articlesnews__item {
    width: 100%;
    }

.rewievs {
    p {
        font-size: 15px;
}
      .reviev--rating {
        margin-bottom: 30px;
    }
  }
  
  .btns-group {
    gap: 20px;
  }
  .callback, .connection {
    .btns-group {
      gap: 0px;
    }
  }
  .callback, .connection {
    .main-btn {
      padding: 15px 25px;
      margin-top: 40px;
    }
  }
  .hero {
    .hero--title {
      font-size: 45px;
      line-height: 55px;
    }
  }
.main-page  h3 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .section--subtitle {
    line-height: 24px !important;
    font-size: 16px !important;
    text-align: center;
  }
}

@media (max-width: 576px) {

/* Работает на всех ширинах (или вынесите в нужные брейкпоинты) */
.services--news .mod-articlesnews, .article-details .mod-articlesnews {
  padding-bottom: 3px;
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;           /* в одну строку */
  overflow-x: auto;            /* горизонтальный скролл */
  overflow-y: hidden;
  width: 100%;                 /* не 1000px внутри mobile-брейкпоинта */
  -webkit-overflow-scrolling: touch;
  padding-bottom: 3px;
}

.services--news .mod-articlesnews__item, .article-details .mod-articlesnews__item {
  flex: 0 0 310px;
  height: auto;
  /* запрет сжатия + ширина карточки */
  /* или: min-width: 320px; flex: 0 0 auto; */
}

.services--news .mod-articlesnews__item img, .article-details .mod-articlesnews__item img {
  display: block;
  width: 100%;
  height: auto;
}



  
  .hero--subtitle {
    text-align: center;
  }
  .hero--title {
    text-align: center;
  }
  .hero {
    background-color: var(--bgc);
    padding-block: 100px 0px;
  }
  .btn.main-btn {
    gap: 15px;
    padding: 15px 25px;
    font-size: 16px;
    width: 245px;
    justify-content: center;
  }
  .btns-group {
    justify-content: center;
  }
  .hero--img img {
    max-width: 300px;
    margin: auto;
  }
  .hero--img {
    text-align: center;
  }
  .about {
    h2 {
      margin-bottom: 50px;
    }
  }
  .section--title {
    margin-bottom: 50px !important;
            font-size: 21px !important;
    
  }
  .benefit--item {
    margin-bottom: 30px !important;
  }

  .benefit--item {
    p {
      font-size: 16px !important;
      line-height: 20px;
    }
  }
  .about--num {
    p {
      font-size: 40px !important;
    }
  }

  .about {
    & .about--num {
      .about--label {
          padding: 3px 20px 5px;
          font-size: 15px;
          top: -15%;
          left: 100%;
          line-height: 15px;
      }
    }
  }

  :root {
    --pdblck: 70px;
  }
  .benefit--item {
    gap: 15px !important;
    p {
      max-width: 270px;
      text-wrap: balance;
    }
  }

  .benefit--column-2 {
    margin-top: 0 !important;
  }
  .accordion-button {
    font-size: 16px !important;
    text-wrap: balance;
  }
  .accordion-button::after {
    right: 6%;
    font-size: 35px;
  }
  .accordion-button:not(.collapsed)::after {
    right: 6%;
  }
  .callback, .connection {
    span {
      margin-top: 15px;
    }
  }
  .services--price {
    span {
      font-size: 18px !important;
      padding-right: 15px !important;
    }
  }

  .vector {
    max-width: 35px;
  }

  .stars img {
    max-width: 18px;
  }
  .grade {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .rewiev--name {
    font-size: 18px !important;
  }
  .reviev--info .d-flex {
    gap: 10px !important;
  }
  .reviev--rating {
    margin-bottom: 30px;
  }
}

/*Scroll*/

::-webkit-scrollbar {
  width: 8px;
  height: 2px;
  background-color: var(--bgc);
}

::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}
