.services-page {
  overflow: hidden;
}
.services-page__head .caption {
  display: block;
  text-align: center;
  max-width: 100%;
}
@media (max-width: 767px) {
  .services-page__head .caption {
    max-width: 317px;
    margin: 0 auto;
    width: 100%;
  }
}
.services-page__head .desc {
  color: rgb(140, 140, 140);
  font-size: 20px;
  line-height: 25px;
  display: block;
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .services-page__head .desc {
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px;
  }
}
.services-page__container {
  width: 100%;
  max-width: 1460px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 0 auto;
}
.services-page p {
  margin: 0;
  padding: 0;
}
.services-page label,
.services-page textarea,
.services-page input {
  -webkit-appearance: none;
  font-family: "Geometria";
  border-radius: 0;
}
.services-page input[type=number],
.services-page input[type=number]:hover,
.services-page input[type=number]:focus {
  appearance: none;
  -moz-appearance: textfield;
}
.services-page input[type=number]::-webkit-inner-spin-button,
.services-page input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.swiper-controls {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 216px;
  margin: 8px auto 0;
}

.swiper-pagination-bullets {
  bottom: 0 !important;
  top: auto !important;
  left: 0;
  width: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  z-index: 5;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: solid 1px #afa4a4;
  opacity: 1;
  border-radius: 50%;
  margin: 0 !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #afa4a4;
}

.swiperBtnPrev {
  border: 0;
  outline: none;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  background-color: rgb(229, 0, 5);
  transition: transform 0.3s;
  z-index: 5;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='26' viewBox='0 0 14 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.0682 1.35461L1.5332 12.8896L13.0682 24.4246' stroke='white' stroke-width='2'/%3e%3c/svg%3e ");
}
.swiperBtnPrev:hover {
  transform: scale(0.9);
}

.swiperBtnNext {
  border: 0;
  outline: none;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  background-color: rgb(229, 0, 5);
  transition: transform 0.3s;
  z-index: 5;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='26' viewBox='0 0 14 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.99459 1.35461L12.5296 12.8896L0.99459 24.4246' stroke='white' stroke-width='2'/%3e%3c/svg%3e ");
}
.swiperBtnNext:hover {
  transform: scale(0.9);
}

.input-item input {
  background: transparent;
  border: 0;
  outline: none;
  backdrop-filter: blur(13px);
  background-color: rgba(255, 255, 255, 0.18);
  height: 54px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 0 25px;
  border-radius: 7px;
  color: rgb(255, 255, 255);
}
@media (max-width: 1279px) {
  .input-item input {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .input-item input {
    height: 50px;
  }
}
.input-item input::placeholder {
  color: rgb(255, 255, 255);
}
.input-item textarea {
  resize: none;
  background: transparent;
  border: 0;
  outline: none;
  backdrop-filter: blur(13px);
  background-color: rgba(255, 255, 255, 0.18);
  height: 135px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  border-radius: 7px;
  color: rgb(255, 255, 255);
  padding: 10px 25px;
}
@media (max-width: 1279px) {
  .input-item textarea {
    font-size: 12px;
    line-height: 14px;
    height: 100px;
  }
}
.input-item textarea::placeholder {
  color: rgb(255, 255, 255);
}

.checkblock {
  position: relative;
}
.checkblock input {
  display: none;
}
.checkblock input:checked + label::before {
  background-color: rgb(229, 0, 5);
  border-color: rgb(229, 0, 5);
}
.checkblock input:checked + label::after {
  opacity: 1;
}
.checkblock label {
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  display: block;
  font-size: 14px;
}
@media (max-width: 1279px) {
  .checkblock label {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .checkblock label {
    font-size: 12px;
    line-height: 14px;
  }
}
.checkblock label::before {
  content: "";
  position: absolute;
  transition: all 0.3s;
  width: 28px;
  height: 28px;
  border: solid 1px #cbcbcb;
  border-radius: 5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1279px) {
  .checkblock label::before {
    width: 16px;
    height: 16px;
  }
}
.checkblock label::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3e%3cpath fill='%23FFFFFF' d='M9 16.2l-4.2-4.2-1.4 1.4 5.6 5.6 12-12-1.4-1.4z'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  opacity: 0;
}
@media (max-width: 1279px) {
  .checkblock label::after {
    width: 16px;
    height: 16px;
    background-size: 10px;
  }
}
.checkblock a {
  text-decoration: underline;
  transition: text-decoration 0.3s;
}
.checkblock a:hover {
  text-decoration-color: transparent;
}

.site-media {
  position: relative;
  z-index: 1;
}
.site-media > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.site-media picture {
  width: 100%;
  height: 100%;
  display: block;
}
.site-media picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.swiperBtnPrev.black {
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -15px;
  width: 28px;
  height: 28px;
  display: flex;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.9492 1L2 10.9492L11.9492 20.8984' stroke='black' stroke-width='2'/%3e%3c/svg%3e ");
}
@media (max-width: 1279px) {
  .swiperBtnPrev.black {
    left: -35px;
  }
}
@media (max-width: 767px) {
  .swiperBtnPrev.black {
    background-size: 8px;
    left: -25px;
  }
}

.swiperBtnNext.black {
  position: absolute;
  left: auto;
  right: -50px;
  top: 50%;
  margin-top: -15px;
  width: 28px;
  height: 28px;
  display: flex;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.00004 1L10.9492 10.9492L1.00004 20.8984' stroke='black' stroke-width='2'/%3e%3c/svg%3e ");
}
@media (max-width: 1279px) {
  .swiperBtnNext.black {
    right: -35px;
  }
}
@media (max-width: 767px) {
  .swiperBtnNext.black {
    background-size: 8px;
    right: -25px;
  }
}

.modal {
  font-family: "Geometria";
  display: none;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  color: #292929;
}

.modal.is-open {
  display: flex;
  z-index: 15;
  position: fixed;
}

.modal__container {
  overflow: auto;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 100%;
  padding: 50px 0;
  position: relative;
  margin: auto;
  max-width: 525px;
}

.modal__inner {
  position: relative;
  width: 100%;
  max-width: 473px;
  margin: auto;
}

.modal__close {
  transition: all 0.3s;
  position: absolute;
  right: -18px;
  top: -18px;
  display: flex;
  z-index: 10;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #292929;
  align-items: center;
  gap: 11px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.544 0.0159998H3.072L4.672 2.256L6.288 0.0159998H8.784L5.984 3.824L9.024 8H6.496L4.64 5.44L2.768 8H0.272L3.328 3.84L0.544 0.0159998Z' fill='white'/%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
  background-color: rgb(229, 0, 5);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .modal__close {
    right: 10px;
  }
}
.modal__close svg {
  pointer-events: none;
}
.modal__close:hover {
  opacity: 0.75;
}

.modal__content .scroll::-webkit-scrollbar {
  width: 5px;
  margin-right: 12px;
}
.modal__content .scroll::-webkit-scrollbar-track {
  background: #d9d9d9;
}
.modal__content .scroll::-webkit-scrollbar-thumb {
  background: rgb(0, 0, 0);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: inherit;
}

.fileLoad {
  margin: 10px 0;
}
.fileLoad input {
  display: none;
}
.fileLoad label {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(255, 255, 255);
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .fileLoad label {
    font-size: 12px;
    line-height: 14px;
    gap: 5px;
  }
}
.fileLoad label::before {
  content: "";
  position: absolute;
  transition: all 0.3s;
  position: relative;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='24' viewBox='0 0 17 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_307_28)'%3e%3cpath d='M10.5167 22.5432C10.2823 22.5726 10.0483 22.6138 9.81299 22.6304C8.10489 22.752 6.52432 21.7671 5.96496 20.2059C4.52923 16.1992 3.09549 12.1912 1.68046 8.17705C0.813989 5.71962 2.05203 3.03684 4.54891 1.88839C6.87168 0.819821 9.76602 1.69464 11.0615 3.86596C11.229 4.14648 11.3703 4.44822 11.4803 4.75517C12.8798 8.6636 14.2713 12.5755 15.6648 16.486C15.6853 16.5435 15.7058 16.6011 15.7294 16.6676C15.3182 16.8141 14.9271 16.9535 14.506 17.1035C14.4765 17.0207 14.4472 16.9383 14.4176 16.8555C13.0358 12.9776 11.6556 9.09922 10.2711 5.22235C9.64564 3.47064 7.92312 2.47326 6.0305 2.75573C3.85071 3.08165 2.32445 5.22778 2.78769 7.31681C2.82258 7.47329 2.86076 7.63038 2.91454 7.78132C4.33234 11.7653 5.7494 15.7489 7.17265 19.731C7.63936 21.0373 9.11383 21.7037 10.4531 21.2295C11.7957 20.754 12.5267 19.3082 12.0675 18.004C11.3707 16.0261 10.6621 14.0531 9.95819 12.0777C9.52416 10.8597 9.09503 9.63994 8.65337 8.42463C8.47823 7.94344 8.1115 7.66195 7.58814 7.60935C7.06351 7.55662 6.64252 7.76373 6.35088 8.19774C6.10355 8.56659 6.08835 8.95979 6.23426 9.36754C7.05333 11.6575 7.86877 13.9493 8.68511 16.2403C8.99221 17.1021 9.29949 17.9644 9.61185 18.841C9.20712 18.9852 8.81057 19.1265 8.39985 19.2728C8.37648 19.2193 8.34909 19.1648 8.32878 19.1078C7.21627 15.9875 6.10194 12.8672 4.99324 9.74552C4.51515 8.39868 5.25351 6.94428 6.64478 6.47112C7.93962 6.03054 9.39629 6.6867 9.85671 7.93398C10.2322 8.94983 10.5872 9.97359 10.9509 10.9942C11.7227 13.1601 12.4962 15.3259 13.2658 17.4925C13.8966 19.2679 13.193 21.1316 11.5257 22.1153C11.4333 22.1696 11.3421 22.2253 11.2501 22.2807C11.0059 22.3689 10.7613 22.456 10.5167 22.5432Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_307_28'%3e%3crect width='10.3932' height='21.4792' fill='white' transform='translate(0 3.48877) rotate(-19.6129)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
  background-color: rgb(229, 0, 5);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .fileLoad label::before {
    width: 24px;
    height: 24px;
    background-size: 12px;
  }
}
.fileLoad label span {
  opacity: 0.4;
}

.modal__inner {
  background-image: url("../img/bg-popup.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 30px;
}
@media (max-width: 767px) {
  .modal__inner {
    padding: 15px;
  }
}
.modal__inner .caption {
  color: rgb(255, 255, 255);
}
.modal__inner .checkblock label {
  color: rgb(255, 255, 255);
}
.modal__inner .commercial-form {
  width: 100%;
  margin-top: 20px;
}
.modal__inner .commercial-form .btn {
  padding: 20px 10px;
  margin-top: 0;
}

#modal-success .caption {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 329px;
  margin: 0 auto;
}
#modal-success .modal__inner {
  min-height: 535px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #modal-success .modal__inner {
    min-height: 300px;
  }
}

.btn {
  cursor: pointer;
  font-family: "Geometria";
  -webkit-appearance: none;
  position: relative;
  color: rgb(0, 0, 0);
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  padding: 16px 60px;
  overflow: hidden;
  border-radius: 7px;
  text-decoration: none;
}
@media (max-width: 559px) {
  .btn {
    font-size: 14px;
    line-height: 17px;
  }
}
.btn--white {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.btn--red {
  background-color: rgb(229, 0, 5);
  border-color: rgb(229, 0, 5);
  color: rgb(255, 255, 255);
}

.caption {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

h1.caption {
  font-size: 65px;
  font-weight: 800;
  line-height: 82px;
}
@media (max-width: 1279px) {
  h1.caption {
    font-size: 55px;
    line-height: 72px;
  }
}
@media (max-width: 991px) {
  h1.caption {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 559px) {
  h1.caption {
    font-size: 22px;
    line-height: 28px;
  }
}

h2.caption {
  font-size: 35px;
  font-weight: 800;
  line-height: 44px;
}
@media (max-width: 1279px) {
  h2.caption {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  h2.caption {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 559px) {
  h2.caption {
    font-size: 20px;
    line-height: 24px;
  }
}

.grettings {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: 690px;
}
@media (max-width: 991px) {
  .grettings {
    height: 450px;
  }
}
@media (max-width: 559px) {
  .grettings {
    height: 200px;
    margin-bottom: 60px;
  }
}
.grettings .caption {
  color: rgb(255, 255, 255);
}
.grettings .services-page__container {
  height: 100%;
}
.grettings__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
  color: rgb(255, 255, 255);
  padding: 72px 0;
}
@media (max-width: 1279px) {
  .grettings__inner {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .grettings__inner {
    font-size: 20px;
    line-height: 24px;
    max-width: 320px;
    padding: 40px 0;
  }
}
@media (max-width: 559px) {
  .grettings__inner {
    padding: 14px 0;
    font-size: 12px;
    line-height: 14px;
    max-width: 200px;
  }
}
.grettings__inner p {
  max-width: 480px;
}
@media (max-width: 559px) {
  .grettings__inner p {
    max-width: 160px;
  }
}
.grettings__content {
  max-width: 580px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}

@media (max-width: 559px) {
  .grettings__content {
    max-width: 320px;
    gap: 5px;
  }
}
@media (max-width: 559px) {
  .grettings__content .btn {
    display: none;
  }
}
.grettings__media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1279px) {
  .grettings__media {
    left: 30px;
  }
}
@media (max-width: 1279px) {
  .grettings__media {
    left: 60px;
  }
}
@media (max-width: 559px) {
  .grettings__media {
    left: 10px;
  }
}
.grettings__media::before {
  content: "";
  position: absolute;
  transition: all 0.3s;
  background-color: rgb(229, 0, 5);
  left: calc(-20% + 69px);
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  transform: skewX(-15deg);
}
@media (max-width: 1439px) {
  .grettings__media::before {
    width: 60%;
    left: calc(-20% - 71px);
  }
}
@media (max-width: 1279px) {
  .grettings__media::before {
    width: 75%;
    left: calc(-20% - 161px);
  }
}
@media (max-width: 991px) {
  .grettings__media::before {
    width: 70%;
    left: calc(-20% - 161px);
  }
}
@media (max-width: 767px) {
  .grettings__media::before {
    width: 85%;
  }
}
@media (max-width: 559px) {
  .grettings__media::before {
    left: calc(-20% - 75px);
  }
}
.grettings__media picture {
  position: absolute;
  left: 0;
  top: 0;
}
.grettings__logo {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .grettings__logo {
    margin-bottom: 20px;
    width: 150px;
  }
}
@media (max-width: 559px) {
  .grettings__logo {
    width: 100px;
  }
}
.grettings__mobile {
  display: none;
}
@media (max-width: 559px) {
  .grettings__mobile {
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.slider-type {
  overflow: hidden;
  padding: 80px 0;
}
@media (max-width: 1279px) {
  .slider-type {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .slider-type {
    overflow: visible;
    position: relative;
    z-index: 5;
  }
}
@media (max-width: 559px) {
  .slider-type {
    padding: 30px 0;
    margin-top: 100px;
  }
}
.slider-type__names {
  background-color: rgb(229, 0, 5);
  width: 100%;
}
@media (max-width: 991px) {
  .slider-type__names .services-page__container {
    width: 100%;
    overflow: auto;
    margin-top: 30px;
  }
}
@media (max-width: 559px) {
  .slider-type__names .services-page__container {
    margin-top: 20px;
  }
}
.slider-type__list {
  margin-top: 21px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  padding: 1px 0;
}
@media (max-width: 1279px) {
  .slider-type__list {
    font-size: 16px;
    line-height: 20px;
    min-height: 43px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .slider-type__list {
    width: 800px;
    margin: 0;
  }
}
@media (max-width: 559px) {
  .slider-type__list {
    font-size: 14px;
    line-height: 17px;
    min-height: 36px;
  }
}
.slider-type__item {
  cursor: pointer;
  padding: 15px 45px;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-skip-ink: none;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1279px) {
  .slider-type__item {
    padding: 15px 25px;
  }
}
@media (max-width: 559px) {
  .slider-type__item {
    padding: 10px;
    width: 140px;
  }
}
.slider-type__item.active {
  background-color: rgb(255, 255, 255);
  color: rgb(229, 0, 5);
  text-decoration-color: rgb(229, 0, 5);
}
.slider-type__item:hover {
  text-decoration-color: rgb(255, 255, 255);
}
.slider-type__slider {
  width: 701px;
  height: 717px;
  overflow: visible;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 1279px) {
  .slider-type__slider {
    width: 500px;
    height: 500px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .slider-type__slider {
    width: 300px;
    height: 300px;
    overflow: visible;
  }
}
@media (max-width: 559px) {
  .slider-type__slider {
    width: 260px;
    height: 260px;
    margin-top: 20px;
  }
}
.slider-type__slider .circle {
  cursor: pointer;
  background-color: rgb(229, 0, 5);
  position: absolute;
  left: 80px;
  bottom: 500px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  z-index: 5;
  transition: all 0.3s;
}

.slider-type__slider .circle::before, .slider-type__slider .circle::after {
  content: '';
  position: absolute;
  border: 2px solid rgb(229, 0, 5);
  left: -5px;
  opacity: 0;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
}
.slider-type__slider .circle::after {
  animation-delay: 1.25s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@media (max-width: 1279px) {
  .slider-type__slider .circle {
    left: 100px;
    bottom: 100px;
  }
}
@media (max-width: 559px) {
  .slider-type__slider .circle {
    width: 28px;
    height: 28px;
    font-size: 16px;
    left: 70px;
    bottom: 50px;
  }
}
.slider-type__slider .circle:hover {
  transform: scale(1.1);
}
.slider-type__slider .swiper-slide {
  opacity: 0.4;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slider-type__slider .swiper-slide .circle {
  pointer-events: none;
}
.slider-type__slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.slider-type__slider .swiper-slide.swiper-slide-active .circle {
  pointer-events: initial;
}
.slider-type__slider .swiperBtnPrev {
  position: absolute;
  top: 50%;
  left: -200px;
  right: auto;
}
@media (max-width: 1279px) {
  .slider-type__slider .swiperBtnPrev {
    left: -150px;
  }
}
@media (max-width: 991px) {
  .slider-type__slider .swiperBtnPrev {
    left: -100px;
  }
}
@media (max-width: 767px) {
  .slider-type__slider .swiperBtnPrev {
    left: -50px;
    width: 28px;
    height: 28px;
    background-size: 8px;
  }
}
@media (max-width: 559px) {
  .slider-type__slider .swiperBtnPrev {
    left: -25px;
  }
}
.slider-type__slider .swiperBtnNext {
  position: absolute;
  top: 50%;
  right: -200px;
  left: auto;
}
@media (max-width: 1279px) {
  .slider-type__slider .swiperBtnNext {
    right: -150px;
  }
}
@media (max-width: 991px) {
  .slider-type__slider .swiperBtnNext {
    right: -100px;
  }
}
@media (max-width: 767px) {
  .slider-type__slider .swiperBtnNext {
    right: -50px;
    width: 28px;
    height: 28px;
    background-size: 8px;
  }
}
@media (max-width: 559px) {
  .slider-type__slider .swiperBtnNext {
    right: -25px;
  }
}
.slider-type__invis {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: rgb(255, 255, 255);
  padding: 80px 55px;
  width: 100%;
  max-width: 758px;
  transform: translate(-50%, -50%) scale(0);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: all 0.3s;
  z-index: 5;
}
@media (max-width: 1279px) {
  .slider-type__invis {
    max-width: initial;
    width: 640px;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .slider-type__invis {
    width: 550px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .slider-type__invis {
    top: calc(50% + 235px);
    width: 290px;
    font-size: 12px;
    line-height: 14px;
  }
}
.slider-type__invis.opened {
  transform: translate(-50%, -50%) scale(1);
  pointer-events: initial;
}
.slider-type__invis .caption {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .slider-type__invis .caption {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .slider-type__invis .caption {
    font-size: 12px;
    line-height: 14px;
  }
}
.slider-type__invis .caption strong {
  font-weight: 600;
  text-transform: uppercase;
}
.slider-type__invis .caption > * {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
}
@media (max-width: 991px) {
  .slider-type__invis .caption > * {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .slider-type__invis .caption > * {
    font-size: 12px;
    line-height: 14px;
  }
}
.slider-type__invis ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: -20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .slider-type__invis ul {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
.slider-type__invis ul li {
  position: relative;
  padding-left: 12px;
}
.slider-type__invis ul li::before {
  content: "";
  position: absolute;
  transition: all 0.3s;
  width: 4px;
  height: 4px;
  background-color: rgb(229, 0, 5);
  border-radius: 50%;
  top: 10px;
  left: 0;
}

.slider-brands {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .slider-brands {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .slider-brands {
    padding: 35px;
  }
}
.slider-brands__slider {
  margin-top: 70px;
}
@media (max-width: 1279px) {
  .slider-brands__slider {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .slider-brands__slider {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .slider-brands__slider {
    overflow: visible;
  }
}
.slider-brands__slider .swiper-slide {
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .slider-brands__slider .swiper-slide {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .slider-brands__slider .swiper-slide.swiper-slide-visible {
    opacity: 1;
  }
}
.slider-brands__slider .swiperBtnPrev {
  position: absolute;
  display: none;
}
@media (max-width: 767px) {
  .slider-brands__slider .swiperBtnPrev {
    left: -25px;
    top: 50%;
    margin-top: -15px;
    width: 28px;
    height: 28px;
    background-size: 8px;
    display: flex;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 1L1 7L7 13' stroke='black'/%3e%3c/svg%3e ");
  }
}
.slider-brands__slider .swiperBtnNext {
  position: absolute;
  left: auto;
  display: none;
}
@media (max-width: 767px) {
  .slider-brands__slider .swiperBtnNext {
    right: -25px;
    top: 50%;
    margin-top: -15px;
    width: 28px;
    height: 28px;
    background-size: 8px;
    display: flex;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L7 7L1 13' stroke='black'/%3e%3c/svg%3e ");
  }
}

.advantages {
  padding: 100px 0;
  background-color: #f8f8f8;
}
@media (max-width: 1279px) {
  .advantages {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .advantages {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .advantages {
    padding: 35px 0;
  }
}
.advantages__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .advantages__list {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .advantages__list {
    flex-wrap: wrap;
    gap: 40px 0;
    justify-content: space-around;
  }
}
@media (max-width: 559px) {
  .advantages__list {
    gap: 20px 0;
    justify-content: space-between;
  }
}
.advantages__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  text-align: center;
  width: 163px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
@media (max-width: 991px) {
  .advantages__item {
    font-size: 12px;
    line-height: 16px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .advantages__item {
    width: calc(50% - 80px);
  }
}
@media (max-width: 559px) {
  .advantages__item {
    width: 140px;
    font-size: 12px;
    line-height: 16px;
  }
}
.advantages .icon {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(229, 0, 5);
}
@media (max-width: 1279px) {
  .advantages .icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .advantages .icon {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1279px) {
  .advantages .icon img {
    width: 30px;
  }
}
@media (max-width: 991px) {
  .advantages .icon img {
    width: 25px;
  }
}

.turnkey-panel {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .turnkey-panel {
    padding: 30px 0;
  }
}
.turnkey-panel__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 60px;
  margin-top: 50px;
}
@media (max-width: 1439px) {
  .turnkey-panel__list {
    gap: 60px 40px;
  }
}
@media (max-width: 1279px) {
  .turnkey-panel__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .turnkey-panel__list {
    gap: 30px 20px;
  }
}
@media (max-width: 559px) {
  .turnkey-panel__list {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }
}
.turnkey-panel__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
}
@media (max-width: 991px) {
  .turnkey-panel__item {
    font-size: 14px;
    line-height: 20px;
  }
}
.turnkey-panel__item--special {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  background-color: rgb(229, 0, 5);
  grid-column: 2/4;
  color: rgb(255, 255, 255);
  padding: 30px 44px;
  margin-top: -30px;
}
@media (max-width: 1279px) {
  .turnkey-panel__item--special {
    grid-column: 2/3;
  }
}
@media (max-width: 991px) {
  .turnkey-panel__item--special {
    grid-column: 1/3;
    left: -20px;
    position: relative;
    width: calc(100% + 40px);
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
    padding: 25px 10px;
  }
}
@media (max-width: 559px) {
  .turnkey-panel__item--special {
    grid-column: 1/2;
    font-size: 16px;
  }
}
.turnkey-panel__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: rgb(229, 0, 5);
  text-transform: uppercase;
  margin-bottom: 17px;
  display: block;
}
@media (max-width: 991px) {
  .turnkey-panel__name {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
.turnkey-panel__ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.turnkey-panel__li {
  position: relative;
}
.turnkey-panel__li span {
  position: relative;
  padding-left: 10px;
}
.turnkey-panel__li span::before {
  content: "";
  position: absolute;
  transition: all 0.3s;
  width: 4px;
  height: 4px;
  background-color: rgb(229, 0, 5);
  border-radius: 50%;
  top: 5px;
  left: 0;
}
@media (max-width: 559px) {
  .turnkey-panel__li span::before {
    top: 7px;
  }
}

.commercial-offer {
  width: 100%;
  height: 680px;
}
@media (max-width: 991px) {
  .commercial-offer {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .commercial-offer {
    height: auto;
    padding-bottom: 30px;
  }
}
.commercial-offer--form {
  height: auto;
}
@media (max-width: 767px) {
  .commercial-offer--form {
    padding-bottom: 0;
  }
}
.commercial-offer--form .caption {
  font-size: 65px;
  line-height: 82px;
}
@media (max-width: 1279px) {
  .commercial-offer--form .caption {
    font-size: 55px;
    line-height: 72px;
  }
}
@media (max-width: 991px) {
  .commercial-offer--form .caption {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 559px) {
  .commercial-offer--form .caption {
    font-size: 22px;
    line-height: 28px;
  }
}
.commercial-offer--form picture {
  filter: blur(5px);
}
.commercial-offer--form .commercial-offer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1279px) {
  .commercial-offer--form .commercial-offer__inner {
    align-items: flex-start;
  }
}
.commercial-offer--form .commercial-offer__mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .commercial-offer--form .commercial-offer__media::before {
    height: 115px !important;
  }
}
.commercial-offer--form .commercial-offer__media picture {
  top: 100px !important;
  width: calc(100% + 40px) !important;
  height: 100% !important;
}
.commercial-offer__inner {
  position: relative;
  padding: 100px 0;
  color: rgb(255, 255, 255);
}
@media (max-width: 991px) {
  .commercial-offer__inner {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .commercial-offer__inner {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .commercial-offer__inner {
    padding: 30px 0;
  }
}
.commercial-offer__content {
  max-width: 410px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .commercial-offer__content {
    max-width: 320px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .commercial-offer__content {
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 18px;
    gap: 5px;
  }
  .commercial-offer__content .btn {
    display: none;
  }
}
.commercial-offer__mobile {
  display: none;
  margin-top: 230px;
}
.commercial-offer__mobile .btn {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .commercial-offer__mobile {
    display: block;
  }
}
.commercial-offer .text-request {
  background-color: rgb(229, 0, 5);
  color: rgb(255, 255, 255);
  padding: 0px 5px;
  display: inline-block;
  border-radius: 15px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .commercial-offer .text-request {
    line-height: 20px;
  }
}
.commercial-offer .desc {
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  margin-left: auto;
  margin-top: -25px;
  color: #b4b4b4;
  margin-right: 105px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .commercial-offer .desc {
    margin-top: -15px;
  }
}
@media (max-width: 767px) {
  .commercial-offer .desc {
    margin-top: -5px;
    margin-bottom: 0px;
  }
}
.commercial-offer .btn {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 382px;
}
@media (max-width: 991px) {
  .commercial-offer .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.commercial-offer .commercial-offer__media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.commercial-offer .commercial-offer__media::before {
  content: "";
  position: absolute;
  transition: all 0.3s;
  background-color: #2e2e2e;
  left: calc(-20% - 200px);
  top: 0;
  width: 70%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  transform: skewX(-15deg);
}
@media (max-width: 1439px) {
  .commercial-offer .commercial-offer__media::before {
    width: 60%;
    left: calc(-20% - 71px);
  }
}
@media (max-width: 1279px) {
  .commercial-offer .commercial-offer__media::before {
    width: 85%;
    left: calc(-20% - 121px);
  }
}
@media (max-width: 767px) {
  .commercial-offer .commercial-offer__media::before {
    width: 100%;
    transform: initial;
    left: -20px;
    width: calc(100% + 40px);
  }
}
.commercial-offer .commercial-offer__media picture {
  position: absolute;
  right: -350px;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .commercial-offer .commercial-offer__media picture {
    right: -210px;
  }
}
@media (max-width: 767px) {
  .commercial-offer .commercial-offer__media picture {
    right: auto;
    left: -20px;
    top: 100%;
    width: calc(100% + 40px);
    height: 210px;
  }
}
.special-offers {
  padding: 30px 0;
}
@media (max-width: 991px) {
  .special-offers {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .special-offers {
    padding: 30px 0;
  }
}
.special-offers .special-offers__slider {
  margin-top: 40px;
  overflow: visible;
}
@media (max-width: 1439px) {
  .special-offers .special-offers__slider {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .special-offers .special-offers__slider {
    margin-top: 30px;
  }
}
.special-offers .special-offers__slider .swiper-slide {
  position: relative;
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: all 0.3s;
  padding-top: 31.8%;
  height: auto;
}
.special-offers .special-offers__slider .swiper-slide > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .special-offers .special-offers__slider .swiper-slide {
    opacity: 0 !important;
    padding-top: 64%;
  }
}
.special-offers .special-offers__slider .swiper-slide .site-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.special-offers .special-offers__slider .swiper-slide .site-media picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.special-offers .special-offers__slider .swiper-slide .site-media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .special-offers .special-offers__slider .swiper-slide.swiper-slide-visible {
    opacity: 1 !important;
  }
}
.special-offers .special-offers__slider .swiper-slide.swiper-slide-prev, .special-offers .special-offers__slider .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 0;
}
@media (max-width: 767px) {
  .special-offers .special-offers__slider .swiper-slide.swiper-slide-prev, .special-offers .special-offers__slider .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 1;
  }
}

.documents {
  padding: 30px 0;
}
.documents .desc {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
.documents__slider {
  margin-top: 40px;
  overflow: visible;
}
@media (max-width: 1439px) {
  .documents__slider {
    max-width: 90%;
  }
}
@media (max-width: 1279px) {
  .documents__slider {
    margin-top: 30px;
  }
}
.documents__slider .swiper-slide {
  position: relative;
  height: 652px;
  opacity: 0.1;
  transition: opacity 0.3s;
  position: relative;
  z-index: 1;
}
.documents__slider .swiper-slide > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
@media (max-width: 1279px) {
  .documents__slider .swiper-slide {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .documents__slider .swiper-slide {
    height: auto;
    padding-top: 138.3333333333%;
  }
}
.documents__slider .swiper-slide.swiper-slide-visible {
  opacity: 1;
}
.documents__slider .swiper-slide.swiper-slide-active .site-media {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(0%, 0%);
  border-color: rgb(229, 0, 5);
}
.documents__slider .swiper-slide .site-media {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 342px;
  height: 485px;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  border: solid 1px #bababa;
}
@media (max-width: 1279px) {
  .documents__slider .swiper-slide .site-media {
    width: 280px;
    height: 350px;
  }
}
.documents__slider .swiper-slide .site-media picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.documents__slider .swiper-slide .site-media picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reviews-services {
  padding: 30px 0 60px;
}
@media (max-width: 767px) {
  .reviews-services {
    padding-bottom: 30px;
  }
}
.reviews-services__slider {
  overflow: visible;
  margin-top: 70px;
  width: 100%;
}
@media (max-width: 1439px) {
  .reviews-services__slider {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .reviews-services__slider {
    margin-top: 40px;
  }
}
.reviews-services__slider .swiper-slide {
  background-color: #f8f8f8;
  padding: 0 24px;
  opacity: 0.5;
  filter: grayscale(1);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .reviews-services__slider .swiper-slide {
    padding: 0 10px;
  }
}
.reviews-services__slider .swiper-slide.swiper-slide-visible {
  opacity: 1;
  filter: grayscale(0);
}
.reviews-services__slider .reviews-item {
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .reviews-services__slider .reviews-item {
    padding-bottom: 30px;
  }
}
.reviews-services__slider .reviews-item::before {
  content: "";
  position: absolute;
  transition: all 0.3s;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='53' height='33' viewBox='0 0 53 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M38.5 -4.76837e-06H52.6L43.6 32.8H25.6L38.5 -4.76837e-06ZM13.4 -4.76837e-06H27.5L18.5 32.8H0.5L13.4 -4.76837e-06Z' fill='%23E50005'/%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  width: 54px;
  height: 54px;
  background-size: contain;
  left: -14px;
  top: -30px;
}
@media (max-width: 1279px) {
  .reviews-services__slider .reviews-item::before {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .reviews-services__slider .reviews-item::before {
    top: -15px;
  }
}
@media (max-width: 767px) {
  .reviews-services__slider .reviews-item::before {
    left: -10px;
    top: -10px;
  }
}
.reviews-services__slider .reviews-item::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='53' height='33' viewBox='0 0 53 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M38.5 -4.76837e-06H52.6L43.6 32.8H25.6L38.5 -4.76837e-06ZM13.4 -4.76837e-06H27.5L18.5 32.8H0.5L13.4 -4.76837e-06Z' fill='%23E50005'/%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  width: 54px;
  height: 54px;
  background-size: contain;
  right: 14px;
  bottom: -25px;
}
@media (max-width: 1279px) {
  .reviews-services__slider .reviews-item::after {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .reviews-services__slider .reviews-item::after {
    bottom: -15px;
  }
}
.reviews-services__slider .name {
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
  border-radius: 0px 0px 30px 30px;
  background-color: rgb(255, 255, 255);
  padding: 39px 25px 20px;
  min-height: 110px;
  display: flex;
  padding-right: 30%;
  margin-bottom: 38px;
}
@media (max-width: 1279px) {
  .reviews-services__slider .name {
    font-size: 18px;
    line-height: 24px;
    padding: 30px 15px 15px;
    border-radius: 0px 0px 20px 20px;
    min-height: initial;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .reviews-services__slider .name {
    font-size: 16px;
    line-height: 20px;
  }
}
.reviews-services__slider .content {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1279px) {
  .reviews-services__slider .content {
    font-size: 12px;
    line-height: 14px;
  }
}

.commercial-form {
  width: 521px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  z-index: 3;
}
@media (max-width: 991px) {
  .commercial-form {
    width: 410px;
  }
}
@media (max-width: 767px) {
  .commercial-form {
    margin-top: 70px;
    width: 100%;
  }
}
.commercial-form .input-item {
  width: 100%;
}
.commercial-form .btn {
  margin-top: 15px;
  width: 100%;
  max-width: 265px;
}
@media (max-width: 767px) {
  .commercial-form .btn {
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */