* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

p {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

body.locked {
  overflow: hidden;
}

* {
  font-family: "Gilroy", Arial, sans-serif;
}

@font-face {
  font-family: "Gilroy";
  font-weight: 300;
  src: url("../fonts/Gilroy-Light.ttf") format("TrueType");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  src: url("../fonts/Gilroy-Regular.ttf") format("TrueType");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  src: url("../fonts/Gilroy-Medium.ttf") format("TrueType");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  src: url("../fonts/Gilroy-Semibold.ttf") format("TrueType");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  src: url("../fonts/Gilroy-Bold.ttf") format("TrueType");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 800;
  src: url("../fonts/Gilroy-Black.ttf") format("TrueType");
}

header {
  padding-top: 20px;
  
}

.burger {
  display: none;
  cursor: pointer;
}

.burger__menu {
  display: none;
}

.burger__menu--link {
  color: #000;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

.menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.menu__item--text {
  color: #101010;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.menu__item--contact {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 244px;
}

.menu__item--contact .menu__item--number {
  color: #101010;
  font-size: 24px;
  line-height: 37px;
  font-weight: 900;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.menu__item--contact .menu__item--descr {
  font-weight: 300;
}

.menu__item--button {
  color: #101010;
  font-size: 12px;
  line-height: 1.55;
  width: 172px;
  height: 55px;
  font-weight: 600;
  letter-spacing: 1px;
  border-width: 2px;
  border-radius: 300px;
  background-position: center center;
  border-color: #597adb;
  border-style: solid;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.menu__item--button:hover {
  color: #ffffff;
  background-color: #597adb;
  background-image: none;
}

.col:nth-child(1) .menu__item--text {
  width: 139px;
}

.col:nth-child(1) .menu__item--image {
  width: 49px;
  height: 49px;
}

.col:nth-child(3) .menu__item--text {
  width: 147px;
}

.col:nth-child(3) .menu__item--image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.col:nth-child(2) .menu__item--text {
  width: 180px;
}

/* .col:nth-child(3) .menu__item--image {
  width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
} */

.col:nth-child(2) .menu__item--image img {
  width: 40px;
  height: 40px;
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #F8F9FA 0%, #FFFFFF 100%);
}

.hero__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 40px 0;
}

.hero__content {
  flex: 1;
  max-width: 600px;
}


.hero__title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.hero__title span {
  color: #597adb;
}

.hero__subtitle {
  font-size: 24px;
  color: #666;
  margin: 0;
}

.hero__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.hero__info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.hero__info-icon {
  font-size: 24px;
  color: #597adb;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(89,122,219,0.1);
  border-radius: 50%;
}

.hero__info-text {
  flex: 1;
}

.hero__info-title {
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.hero__info-subtitle {
  font-size: 14px;
  color: #666;
}

.hero__background-image {
  flex: 1;
  max-width: 500px;
}

.hero__background-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}



.hero__descr {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  text-align: center;
}

/* Медиа запросы */
@media (max-width: 991px) {
  .hero__wrapper {
    flex-direction: column;
    padding: 20px 0;
  }

  .hero__content {
    max-width: 100%;
    text-align: center;
    padding: 0 15px;
  }

  .hero__form {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    align-items: center;
  }

  .form--input-block {
    width: 100%;
    max-width: 100%;
  }

  .form--btn-block {
    width: 100%;
  }

  .form--btn {
    width: 100%;
    max-width: 100%;
  }

  .hero__background-image {
    display: none;
  }

  .hero__title {
    font-size: 32px;
  }

  .hero__subtitle {
    font-size: 20px;
  }

  .hero__info {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    text-align: left;
    margin: 20px 0;
  }

  .hero__info-item {
    padding: 12px;
  }

  .hero__info-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
    flex-shrink: 0;
  }

  .hero__info-text {
    min-width: 0;
  }

  .hero__info-title {
    font-size: 14px;
    white-space: normal;
    word-wrap: break-word;
  }

  .hero__info-subtitle {
    font-size: 12px;
    line-height: 1.2;
    white-space: normal;
    word-wrap: break-word;
  }
}

@media (max-width: 576px) {
  .hero__content {
    padding: 0 10px;
  }

  .hero__title {
    font-size: 28px;
  }

  .hero__subtitle {
    font-size: 18px;
  }

  .hero__info-item {
    padding: 8px;
  }

  .hero__info-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .hero__info-title {
    font-size: 13px;
    margin-bottom: 2px;
  }

  .hero__info-subtitle {
    font-size: 11px;
    line-height: 1.2;
  }

  .form--input-block {
    height: 60px;
  }

  .form--btn {
    height: 60px;
  }
}

.hero__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}

.hero__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.hero__item--image img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}

.hero__item--text {
  max-width: 180px;
  color: #101010;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.hero__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.form--input-block {
  color: black;
  border: 1px solid #8e8e8e;
  background-color: white;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
  max-width: 310px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.33;
  padding: 0 20px;
  outline: none;
}

.form--input-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
}

.form--input--flag {
  height: 13px;
}

.form--input--flag img {
  width: 18px;
  height: 13px;
}

.form--input--triangle {
  position: relative;
  margin-left: 6px;
  border-style: solid;
  border-width: 5px 4px 0;
  border-color: #9a9a9a transparent transparent;
}

.form--input--code {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}

.form--input {
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  padding: 0;
  outline: none;
  background-color: transparent;
}

.form--btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form--btn {
  padding: 0px 15px;
  display: block;
  width: 310px;
  font-weight: 900;
  height: 90px;
  color: #fff;
  position: relative;
  border-radius: 150px;
  font-size: 16px;
  font-family: Gilroy;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}

.form--btn::before {
  background-color: transparent;
  content: "";
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  z-index: -2;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
  background-image: -o-linear-gradient(278.28deg, #38b9c8 0%, #6d55e7 100%);
  background-image: linear-gradient(0.477turn, #38b9c8 0%, #6d55e7 100%);
}

.form--btn::after {
  content: "";
  background-image: none;
  opacity: 0;
  z-index: -1;
  background-color: transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
}

.form--check {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
}

.checkbox__indicator {
  border-color: #597adb;
  border: 2px solid #000;
  border-color: #597adb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 20px;
  opacity: 0.6;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
  width: 20px;
}

.form--check--checkbox:checked + .checkbox__indicator::after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
  height: 9px;
  left: 6px;
  position: absolute;
  top: 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
  border-color: #597adb;
}

.form--check--checkbox {
  opacity: 0;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

.form--check--text {
  margin-left: 10px;
  font-size: 10px;
  font-weight: 300;
  color: #282828;
}

.form--check--link {
  color: #282828;
}

.hero__descr-br {
  display: none;
}

.hero__descr {
  position: relative;
  z-index: 14;
  padding-top: 20px;
  color: #101010;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.hero__descr u {
  color: #597adb;
  font-size: 24px;
  line-height: 37px;
  font-weight: 700;
  padding-left: 10px;
}

.sevices {
  text-align: center;
  padding: 60px 0;
}

.services__title {
  color: #101010;
  font-size: 48px;
  line-height: 65px;
  font-weight: 900;
  letter-spacing: -2px;
}

.services__subtitle {
  color: #101010;
  font-size: 24px;
  line-height: 37px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding-bottom: 20px;
}

.services__subtitle img {
  rotate: 180deg;
}

.nav {
  border: none;
}

.nav-item {
  width: 16.66%;
  border: 1px solid #dedede;
  border-radius: 0;
}

.nav-item .nav-link.active {
  border-radius: 0;
}

.nav-item:nth-child(1) {
  border-top-right-radius: 0px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.nav-item:nth-child(1) .nav-link.active {
  border-top-right-radius: 0px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.nav-item:nth-child(6) {
  border-top-right-radius: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.nav-item:nth-child(6) .nav-link.active {
  border-top-right-radius: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.nav-item:nth-child(1),
.nav-item:nth-child(2),
.nav-item:nth-child(3),
.nav-item:nth-child(4),
.nav-item:nth-child(5) {
  border-right: none;
}

.nav-link {
  width: 100%;
  height: 100%;
  border: none;
  padding: 18px 22px;
  background-color: transparent;
  line-height: 1.35;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}

.nav-link:hover {
  border: none;
}

.nav-link.active {
  color: #ffffff !important;
  font-weight: 600 !important;
  background-color: #597adb !important;
  border-color: #597adb !important;
}

.services__tab--items {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.services__tab--item {
  border-radius: 30px 30px 30px 30px;
  background-color: #f7f6f8;
  max-width: 560px;
  padding: 20px 30px;
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

#first-tab-pane .services__tab--item:nth-child(2) .services__tab--item--line:last-child .services__tab--text {
  visibility: hidden;
}

.services__tab--item--line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
}

.services__tab--text {
  color: #00183d;
  font-size: 16px;
  line-height: 35px;
  font-weight: 500;
}

.services__tab--price {
  color: #6085f4;
  font-size: 16px;
  line-height: 35px;
  font-weight: 500;
}

.form {
  padding: 40px 0 0 0;
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

.form__inner {
  padding: 100px 100px;
  position: relative;
  border-radius: 50px;
  background-color: #f7f6f8;
  border-color: transparent;
  border-style: solid;
}

.form__background-image {
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 6;
  top: 172px;
  left: calc(50% - 600px - 82px);
  width: 474px;
  height: 312px;
}

.form__background-image-second {
  position: absolute;
  -webkit-transform: rotate(80deg);
      -ms-transform: rotate(80deg);
          transform: rotate(80deg);
  z-index: -1;
  top: 71px;
  left: calc(50% - 600px + 1011px);
  width: 307px;
  height: 302px;
}

.form__inner::before {
  content: "";
  opacity: 0.1;
  background-image: url(../img/sa2-6.webp);
  top: 0;
  border-radius: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.form__title {
  color: #101010;
  font-size: 50px;
  line-height: 68px;
  font-weight: 900;
  letter-spacing: -2px;
}

.form__title--blue {
  color: #597adb;
}

.form__subtitle {
  color: #101010;
  font-size: 24px;
  line-height: 37px;
  font-weight: 500;
}

.form {
  position: relative;
  z-index: 14;
}

.form .hero__form {
  max-width: 650px;
  margin: 0 auto;
}

.form__descr {
  position: relative;
  z-index: 14;
  padding-top: 40px;
  color: #101010;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.form__descr u {
  color: #597adb;
  font-size: 24px;
  line-height: 37px;
  font-weight: 700;
  padding-left: 10px;
}

.form__descr-br {
  display: none;
}

.benefits {
  padding: 40px 0;
  position: relative;
}

.benefits::before {
  content: "";
  opacity: 0.1;
  background-image: url(../img/molen-min_1.png);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 219px;
}

.benefits__item img {
  margin-bottom: 10px;
  width: 55px;
  height: 55px;
}

.benefits__title {
  padding-bottom: 20px;
  color: #101010;
  font-size: 50px;
  line-height: 55px;
  font-weight: 900;
  letter-spacing: -2px;
}

.benefits .col-lg-6 img {
  display: block;
  width: 545px;
  height: 425px;
  border-radius: 100px;
}

.benefits__item--title {
  color: #101010;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.reviews {
  padding: 80px 0;
  background-color: #f7f6f8;
}

.reviews__title--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

.reviews__title {
  color: #101010;
  font-size: 50px;
  line-height: 55px;
  font-weight: 900;
}

.reviews__grade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.reviews__grade .grade--item {
  background-color: #fff;
}

.reviews__item--msg {
  padding: 30px;
  position: relative;
  border-radius: 15px;
  background-color: #ffffff;
}

.reviews__item--text {
  color: #101010;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.reviews__item--msg--img {
  position: absolute;
  width: 30px;
  bottom: -16%;
}

.reviews__item--info {
  padding-top: 40px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.reviews__item--image {
  width: 50px;
  height: 50px;
  border-radius: 3000px;
  background-color: #e3e3e3;
}

.reviews__item--name {
  color: #101010;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

.reviews__item--link {
  color: #101010;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  opacity: 0.5;
}

.workers {
  padding: 40px 0;
}

.workers__title {
  color: #101010;
  font-size: 48px;
  line-height: 53px;
  font-weight: 900;
  text-align: center;
  letter-spacing: -2px;
  padding-bottom: 20px;
}

.workers__item {
  border-radius: 30px;
  background-color: #f7f6f8;
  max-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 30px;
  width: 100%;
}

.workers__img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.workers__name {
  color: #101010;
  font-size: 20px;
  line-height: 31px;
  font-weight: 700;
}

.workers__education {
  color: #6085f4;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.workers__exp {
  color: #101010;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}

.faq {
  padding: 40px 0;
  background-color: #f7f6f8;
}

.faq__title {
  color: #101010;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  letter-spacing: -2px;
  text-align: center;
}

.faq__subtitle {
  text-align: center;
  color: #101010;
  font-size: 21px;
  line-height: 33px;
  font-weight: 500;
  padding-bottom: 20px;
}

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.accordion-item {
  border-radius: 15px !important;
  border: none !important;
}

.accordion-button {
  border-radius: 15px !important;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 600;
  position: relative;
}

.accordion-item:hover .accordion-button::before {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}

.accordion-item:hover .accordion-button::after svg {
  fill: #fff;
}

.accordion-button::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 9px;
  width: 40px;
  height: 40px;
  background-color: #6085f4;
  opacity: 0;
  border-radius: 50%;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
}

.accordion-button::after {
  position: relative;
  z-index: 10;
  background-image: url(../img/plus-svgrepo-com.svg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/plus-svgrepo-com.svg);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.accordion-body {
  font-weight: 300;
  line-height: 1.55;
  font-size: 16px;
}

.accordion-body li {
  list-style-type: disc;
}

.accordion-body li::marker {
  color: #101010;
  font-size: 16px;
  line-height: 1.55;
}

.footer {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 100px;
}

.footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 217px;
}

.logo {
  width: 160px;
  padding-bottom: 40px;
}

.footer__company__info {
  color: #101010;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  padding-bottom: 60px;
}

.footer__company--descr {
  color: #000000;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  padding-bottom: 20px;
}

.footer__company--link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  text-align: center;
  max-width: 122px;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.55;
  font-weight: 600;
  border-radius: 60px;
  background-color: #5cac6d;
}

.footer__contact {
  width: 100%;
}

.footer__contact--title {
  color: #101010;
  font-size: 42px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: -1.2px;
  padding-bottom: 20px;
}

.footer__contact--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}

.footer__contact--numbers {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.footer__contact--number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 217px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  color: #101010;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}

.footer__contact--number span {
  color: #101010;
  font-size: 24px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: -1.2px;
}

.footer__contact--messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.footer__contact--links {
  max-width: 217px;
  gap: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__contact--links--text {
  color: #101010;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}

.footer__contact--link--whatsapp {
  color: #ffffff;
  font-size: 10px;
  line-height: 1.55;
  font-weight: 600;
  border-radius: 60px;
  background-color: #5cac6d;
  height: 30px;
  width: 159px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__contact--link--tg {
  color: #ffffff;
  font-size: 10px;
  line-height: 1.55;
  font-weight: 600;
  border-radius: 60px;
  background-image: -o-linear-gradient(19.44deg, #45baf8 0%, #3384f2 100%);
  background-image: linear-gradient(0.196turn, #45baf8 0%, #3384f2 100%);
  border-color: transparent;
  width: 159px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__contact--mail--text {
  color: #101010;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  padding-bottom: 10px;
}

.footer__contact--mail--link {
  color: #101010;
  font-size: 24px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: -1.2px;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.footer__nav--item {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7f7;
  border-radius: 60px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.footer__nav--item:hover {
  background-color: #597adb;
  background-image: none;
}

.footer__nav--item:hover .footer__nav--link {
  color: #ffffff;
}

.footer__nav--link {
  color: #777777;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
}

.footer__copyright {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__copyright--text {
  color: #000000;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
}

.footer__copyright--politica {
  color: #000000;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  text-decoration: underline;
}

.footer__contact--mobile {
  display: none;
}

@media screen and (min-width: 450px) {
  .col {
    padding-left: 0;
    padding-right: 0;
  }
  
}

@media screen and (max-width: 1200px) {
  .col:last-child {
    display: none;
  }

  .col:nth-child(3) .menu__item--text {
    /* display: none; */
  }

  .hero__grade {
    display: none;
  }

  .hero__background-image {
    left: calc(50% - 480px + 510px);
  }

  .form .hero__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 310px;
  }

  .reviews__item--text {
    font-size: 16px;
    line-height: 25px;
  }

  .reviews__item--name {
    font-size: 14px;
    line-height: 22px;
  }

  .reviews__item--link {
    font-size: 12px;
    line-height: 19px;
  }

  .workers__title {
    font-size: 42px;
    line-height: 46px;
  }

  .accordion-button {
    font-size: 22px;
  }

  .accordion-body {
    font-size: 14px;
  }

  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__contact {
    width: 550px;
  }

  .footer__contact--number span {
    font-size: 20px;
    line-height: 16px;
  }
}

@media screen and (max-width: 960px) {
    .hero__title {
        padding-top: 100px;
    }
    header {
        position: fixed;
      z-index:20;
      width: 100vw;
      background-color: #f7f6f8;
        padding: 10px 0;
        border-radius: 0 0 20px 20px;
    }
    header .container-lg {
        width: 100vw;
    }
  .col:nth-child(3) {
    display: none;
  }
  .hero .col:nth-child(2) .menu__item {
      padding-left: 20px;
  }
  .hero .col:nth-child(2) {
      max-width: clamp(13.75rem, 7.159rem + 18.277vw, 18.125rem);
  }
  
  .burger {
    display: block;
    position: absolute;
    height: 20px;
    width: 30px;
    right: 25px;
    z-index: 102;
    cursor: pointer;
  }

  .burger:before,
  .burger:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    background: #000;
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }

  .burger:before {
    top: 0;
    height: 3px;
  }

  .burger::after {
    bottom: 0;
  }

  .burger span {
    position: absolute;
    top: 9px;
    right: 0;
    width: 100%;
    background: #000;
    height: 2px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }

  .burger.active-burger:before {
    background: #000;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    top: 8px;
    height: 2px;
  }

  .burger.active-burger:after {
    background: #000;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 10px;
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }

  .burger.active-burger span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .burger__menu {
    position: fixed;
    background-color: #f7f6f8;
    left: 0;
    top: 0;
    height: 100vh;
    width: 70vw;
    display: none;
  }

  .burger__menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    left: 0;
    top: 0;
    height: 100vh;
    width: 70vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    pointer-events: all;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 22;
  }
  

  .hero__form {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero__items {
    position: relative;
    z-index: 14;
  }

  .hero__background-image {
    bottom: 0;
    top: unset;
    left: calc(50% - 320px + 250px);
    width: 421px;
    height: 480px;
    z-index: 1;
  }

  .hero__descr-br {
    display: block;
  }

  .nav {
    max-width: 640px;
    margin: 0 auto;
    height: 60px;
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }

  .nav-link {
    padding: 0;
    white-space: nowrap;
  }

  .nav-tabs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .nav-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20.66%;
  }

  .services__tab--items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .form__inner {
    padding: 50px 50px;
    width: 80%;
    margin: 0 auto;
  }

  .form__title {
    font-size: 36px;
    line-height: 40px;
    max-width: 430px;
    margin: 0 auto;
  }

  .form__subtitle {
    font-size: 20px;
    line-height: 31px;
    max-width: 312px;
    margin: 0 auto;
    padding-top: 20px;
  }

  .form__descr-br {
    display: block;
  }

  .form__background-image,
  .form__background-image-second {
    display: none;
  }

  .benefits .order-lg-3 .benefits__item {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .benefits__title {
    font-size: 36px;
    line-height: 40px;
  }

  .reviews__title {
    font-size: 36px;
    line-height: 40px;
  }

  .reviews__grade {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .reviews__title--inner {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .col-sm-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .workers__title {
    font-size: 36px;
    line-height: 40px;
  }

  .faq__title {
    font-size: 36px;
    line-height: 40px;
  }

  .faq__subtitle {
    font-size: 18px;
    line-height: 28px;
  }

  .accordion-button::before {
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__contact--title {
    font-size: 27px;
    letter-spacing: -1px;
    line-height: 22px;
  }

  .footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 650px) {
  .hero__item:nth-child(2) {
    display: none;
  }

  .hero__item:nth-child(1) {
    -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;
  }

  .hero__background-image {
    top: 356px;
    left: calc(50% - 175px + 107px);
    width: 244px;
    height: 278px;
    bottom: unset;
  }

  .hero__title {
    padding-top: 90px;
    margin: 0 auto;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 33px;
    max-width: 289px;
  }

  .hero__subtitle {
    margin: 0 auto;
    font-size: 16px;
    line-height: 22px;
    max-width: 289px;
    padding-top: 10px;
  }

  .hero__items {
    max-width: 289px;
    margin: 0 auto;
  }

  .hero__item--text {
    font-size: 14px;
    line-height: 22px;
    max-width: 151px;
  }

  .hero__item--image img {
    width: 50px;
    height: 50px;
  }

  .hero__form {
    max-width: 289px;
    margin: 0 auto;
  }

  .form--input-block {
    height: 70px;
    max-width: 280px;
  }

  .form--btn {
    height: 80px;
    max-width: 280px;
  }

  .hero__descr {
    text-align: center;
  }

  .nav-item {
    width: 25.66%;
  }

  .services__title {
    font-size: 27px;
    letter-spacing: -1px;
    line-height: 36px;
  }

  .services__subtitle {
    font-size: 18px;
    line-height: 23px;
    max-width: 200px;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .services__tab--item {
    max-width: 457px;
    height: 200px;
  }

  .services__tab--text,
  .services__tab--price {
    font-size: 14px;
    line-height: 35px;
  }
}

@media screen and (max-width: 640px) {
  .col:nth-child(5) {
    display: none;
  }
  
  .col:nth-child(1) {
    max-width: 200px;
  }

  .col:nth-child(3) {
    max-width: 110px;
  }

  .form__inner {
    width: 340px;
    padding: 50px 25px;
  }

  .form__title {
    font-size: 27px;
    letter-spacing: -1px;
    line-height: 30px;
  }

  .form__subtitle {
    font-size: 16px;
    line-height: 23px;
  }

  .form .hero__form {
    padding-top: 20px;
  }

  .form__background-image {
    display: block;
    top: 175px;
    left: calc(50% - 160px - 110px);
    width: 280px;
    height: 118px;
  }

  .form__background-image-second {
    display: block;
    top: 148px;
    left: calc(50% - 160px + 230px);
    width: 189px;
    height: 186px;
  }

  .benefits .col-lg-6 img {
    width: 350px;
    height: 330px;
  }

  .benefits__title {
    font-size: 30px;
    line-height: 33px;
  }

  .benefits__item {
    max-width: 285px;
    gap: 20px;
    -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;
  }

  .benefits__item--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .benefits .col-12 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .reviews__title--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .reviews__grade {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .reviews__title {
    font-size: 24px;
    line-height: 26px;
  }

  .reviews__grade .grade--item {
    max-width: 145px;
    padding: 0 5px;
  }

  .reviews__grade .grade--item img {
    width: 72px;
  }

  .reviews__grade .grade--item .grade--star--number {
    width: 9px;
    height: 9px;
  }

  .reviews__item--msg--img {
    bottom: -13%;
  }

  .reviews__item--text {
    font-size: 14px;
    line-height: 22px;
  }

  .reviews__item--msg {
    padding: 20px;
  }

  .reviews__item--name {
    font-size: 12px;
    line-height: 19px;
  }

  .reviews__item--link {
    font-size: 12px;
    line-height: 19px;
  }

  .reviews__item--info {
    padding-top: 30px;
  }

  .workers__title {
    font-size: 27px;
    letter-spacing: -1px;
    line-height: 30px;
  }

  .faq__title {
    font-size: 27px;
    line-height: 30px;
  }

  .faq__subtitle {
    font-size: 16px;
    line-height: 25px;
  }

  .accordion-button {
    font-size: 20px;
  }

  .accordion-button::after {
    margin-left: 10px;
  }

  .accordion-body {
    font-size: 12px;
    line-height: 1.45;
  }

  .footer__contact {
    width: 100%;
  }

  .footer {
    padding: 40px 0 20px 0;
  }

  .footer__contact--numbers,
  .footer__contact--messengers {
    -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;
    margin: 0 auto;
  }

  .footer__contact--title {
    text-align: center;
  }

  .footer__contact--number,
  .footer__contact--mail--text,
  .footer__contact--links--text {
    text-align: center;
  }

  .footer__contact--numbers {
    gap: 20px;
  }

  .footer__contact--messengers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }

  .footer__contact--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__contact--mobile .footer__company--descr {
    text-align: center;
  }

  .footer__contact--links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__company .footer__company--descr,
  .footer__company .footer__company--link {
    display: none;
  }

  .logo,
  .footer__company__info {
    padding-bottom: 10px;
    text-align: center;
  }

  .footer__copyright {
    padding: 10px 0;
    -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;
    gap: 20px;
  }

  .footer__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 576px) {
    .col:nth-child(2) .menu__item--text {
      display:none;
  }
    .hero .col:nth-child(2) .menu__item{
        justify-content: start;
    padding-left: 20px;
         
    }
    .hero .col:nth-child(2) {
         max-width: clamp(3.438rem, -8.021rem + 50.926vw, 10.313rem);
    }
    .hero .col {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .hero__background-image {
        top: 320px;
    }
}
@media screen and (max-width: 480px) {
  .nav-item {
    width: 36.66%;
  }

  .services__tab--item {
    width: 320px;
    height: 165px;
  }

  .services__tab--text,
  .services__tab--price {
    font-size: 12px;
    line-height: 30px;
  }

  .benefits__title {
    font-size: 27px;
    letter-spacing: -1px;
    line-height: 30px;
  }

  .benefits__item--title {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
  }

  .benefits__item--descr {
    font-size: 15px;
    line-height: 23px;
  }
}



/* Banner Ticker Styles */
.banner__ticker {
  width: 100%;
  background-color: #f7f6f8;
  overflow: hidden;
  padding: 15px 0;
}

.ticker__wrapper {
  display: flex;
  animation: ticker 10s linear infinite;
  white-space: nowrap;
}

/* Ускоренная анимация для мобильных устройств */
@media (max-width: 768px) {
  .ticker__wrapper {
      animation: ticker 3s linear infinite;
  }
}


.ticker__item {
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #101010;
  font-size: 16px;
  font-weight: 500;
}

.ticker__item i {
  margin-right: 10px;
  color: #597adb;
}

.ticker__item a {
  color: #597adb;
  text-decoration: none;
  font-weight: 700;
}

.ticker__item span {
  margin-right: 30px;
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes shake {
  0% { transform: rotate(0deg); }
  10% { transform: rotate(-15deg); }
  20% { transform: rotate(15deg); }
  30% { transform: rotate(-15deg); }
  40% { transform: rotate(15deg); }
  50% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

.mobile-call-button {
  opacity: 0;
  transform: translateY(100%);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #597adb !important;
  color: white;
  text-align: center;
  padding-top: 23px;
  padding-bottom: 23px;
  text-decoration: none;
  font-size: 18px;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-call-button.active {
  opacity: 1;
  transform: translateY(0);
}

.mobile-call-button i {
  margin-right: 8px;
  display: inline-block; 
  animation: shake 1.5s cubic-bezier(.36,.07,.19,.97) infinite;
}


.mobile-call-button:hover i {
  animation-play-state: paused;
}

@media (max-width: 768px) {
  .mobile-call-button {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  body {
      padding-bottom: 60px;
  }
}


.hero__grade {
  position: absolute;
  left: 77%;
  top: 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grade--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background-color: #f7f7f7;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  max-width: 171px;
  height: 48px;
  padding: 0 20px;
  gap: 10px;
}

.grade--star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 1px;
  border-radius: 10px;
  background-position: center center;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  width: 47px;
  height: 31px;
  padding: 0 5px;
}

.grade--star img {
  width: 9px;
  height: 9px;
}

.grade--star--number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}

.article-section {
    padding: 40px 0;
    background-color: #f7f6f8;
}

.article__dropdown {
    max-height: 155px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    margin-bottom: 30px;
}

.article__dropdown.active {
    max-height: none;
}

.article__dropdown-content {
    color: #101010;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.article__dropdown-content h1 {
    color: #101010;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
}

.article__dropdown-content p {
    margin-bottom: 15px;
}

.article__btn {
    color: #597adb;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
    background: none;
    border: none;
    padding: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.article__btn:hover {
    color: #0056b3;
}

.call-specialist {
    margin-top: 30px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .article__dropdown-content h1 {
        font-size: 27px;
        line-height: 1.2;
    }
    
    .article__dropdown-content {
        font-size: 14px;
        line-height: 1.5;
    }
}

.call-specialist .form--btn {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .call-specialist .form--btn {
        width: 280px;
        height: 70px;
    }
}