* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  outline: none;
  background: none;
  font-style: normal;
}
html,
body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}
body {
  margin-right: auto;
  margin-left: auto;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  font-family: "Open Sans", sans-serif;
  border: 0;
  cursor: pointer;
}
.input {
  position: relative;
  width: 450px;
  max-width: 100%;
  caret-color: #20cd84;
}
.input input {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  background: #fff;
  border: 1px solid #5a5a5a;
  font-size: 1rem;
  color: #303030;
  line-height: 60px;
  padding-left: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input input::-webkit-input-placeholder {
  color: #82858a;
}
.input input:-ms-input-placeholder {
  color: #82858a;
}
.input input::-ms-input-placeholder {
  color: #82858a;
}
.input input::placeholder {
  color: #82858a;
}
.input input:hover {
  border: 1px solid #20cd84;
}
.input input:focus {
  border: 1px solid #20cd84;
  -webkit-box-shadow: 0px 10px 30px rgba(32, 205, 132, 0.4);
  box-shadow: 0px 10px 30px rgba(32, 205, 132, 0.4);
}
.input._error input {
  border: 1px solid #ff2c2c;
}
.input._error::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 31px;
  background: url(../img/error.svg) no-repeat center;
}
img {
  max-width: 100%;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo._header {
  width: 183px;
}
.logo._footer {
  width: 320px;
  height: 73px;
}
.logo._footer img {
  width: 100%;
}
.but {
  display: inline-block;
  background: #ed2a1f;
  box-shadow: 0px 10px 30px 0px #ed2a1f66;
  position: relative;

  -webkit-box-shadow: 0px 10px 30px 0px #ed2a1f66;

  font-weight: bold;
  font-size: 1rem;
  line-height: 60px;
  color: #f6f6f6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 290px;
  text-align: center;
  border-radius: 5px;
}
.but:hover {
  color: #505050;
  background: #4dffb4;
}
.but:active,
.but:focus {
  color: #505050;
  background: #4dffb4;
  -webkit-box-shadow:
    0px 10px 30px rgba(32, 205, 132, 0.4),
    inset 0px 0px 10px #000;
  box-shadow:
    0px 10px 30px rgba(32, 205, 132, 0.4),
    inset 0px 0px 10px #000;
}
.but._main {
  font-size: 0.88rem;
  padding: 15px 43px;
  line-height: 143%;
  width: auto;
}
.but._services {
  margin-top: 30px;
}
.but._work {
  margin-top: 60px;
}
.but._callback {
  max-width: 274px;
}
.but._reviews {
  margin-top: 55px;
}
.but._about {
  width: 206px;
  padding: 11px;
  line-height: 125%;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 4px;
}
.but._about:hover {
  color: #fff;
}
.title-h2 {
  font-weight: bold;
  font-size: 2.63rem;
  line-height: 130%;
  text-align: center;
}
.title-h2._light {
  color: #fff;
}
.title-h2._reviews {
  margin-left: 25px;
  text-align: left;
}
.title-h2._footer {
  text-align: left;
}
.desc {
  font-size: 1.5rem;
  line-height: 130%;
  text-align: center;
  color: #82858a;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.desc._light {
  color: #fff;
}
.desc._examples {
  margin: 10px auto 0;
  max-width: 950px;
  font-size: 1.5rem;
}
.desc._callback {
  max-width: 1125px;
}
.desc._work {
  max-width: 1045px;
  margin-left: auto;
  margin-right: auto;
}
.desc._reviews {
  margin-top: 25px;
  text-align: left;
}
.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal__content {
  background: #fff;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: 490px;
  max-width: 100%;
  padding: 30px 40px 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.modal__content._thanks {
  text-align: center;
  display: none;
}
.modal__title {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
}
.modal .contact-form {
  background: #fff;
}
.close {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
.close::before,
.close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #7a7a81;
}
.close::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.close::after {
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.fixed-callback {
  position: fixed;
  right: 115px;
  bottom: 60px;
  z-index: 5;
}
.fixed-callback__act {
  display: block;
  border-radius: 100%;
  background: #20cd84 url(../img/contacts-icon_phone-big.svg) no-repeat center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
.fixed-callback__act::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: rgba(133, 178, 74, 0.12);
  border-radius: 100%;
}
.fixed-callback__act::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: rgba(133, 178, 74, 0.12);
  border-radius: 100%;
}
.fixed-callback__list {
  position: absolute;
  width: 232px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 70px 5px 0;
  background: rgba(196, 196, 196, 0.5);
  border-radius: 25px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: right;
  transform-origin: right;
}
.fixed-callback__list._show {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
.fixed-callback__list li:not(:first-child) {
  margin-left: 15px;
}
.fixed-callback__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #20cd84;
}
.burger {
  display: none;
  width: 34px;
  height: 34px;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header._scroll {
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.header__top {
  padding: 18px 20px;
  border-bottom: 1px solid #979797;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__top_mobile {
  width: 290px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  padding: 20px 25px 50px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-box-shadow: 0px 10px 30px rgba(32, 205, 132, 0.4);
  box-shadow: 0px 10px 30px rgba(32, 205, 132, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__top_mobile._active {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}
.header__menu ul li {
  font-size: 14px;
  color: #9f9f9f;
  line-height: 34px;
}
.header__menu ul li a {
  display: block;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header__menu ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #20cd84;
  -webkit-box-shadow: 0px 10px 30px rgba(32, 205, 132, 0.4);
  box-shadow: 0px 10px 30px rgba(32, 205, 132, 0.4);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.header__menu ul li a:hover,
.header__menu ul li a:active,
.header__menu ul li a._active {
  color: #fff;
}
.header__menu ul li a:hover::after,
.header__menu ul li a:active::after,
.header__menu ul li a._active::after {
  -webkit-transform: none;
  transform: none;
}
.header__menu ul li:not(:last-child) {
  margin-right: 30px;
}
.header__menu._mobile ul {
  -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;
  margin-top: 40px;
}
.header__menu._mobile ul li {
  line-height: 30px;
  margin-bottom: 15px;
  color: #000;
  font-size: 1.2857rem;
}
.header__menu._mobile ul li a:hover,
.header__menu._mobile ul li a:active,
.header__menu._mobile ul li a:focus {
  color: inherit;
}
.header__menu._mobile ul li a::after {
  height: 2px;
  bottom: -4px;
}
.header__menu._mobile ul li a._active {
  color: inherit;
}
.header__phone {
  font-weight: 600;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__phone-callback {
  font-weight: 500;
  font-size: 14px;
  color: #20cd84;
  text-shadow: 0px 10px 30px rgba(32, 205, 132, 0.4);
}
.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social ul li {
  list-style: none;
  width: 34px;
  height: 34px;
}
.social ul li:not(:last-child) {
  margin-right: 12px;
}
.social ul li a {
  display: block;
}
.social ul li a img {
  display: block;
  width: 100%;
}
.social._footer {
  margin-top: 32px;
}
.social._footer li {
  width: 42px;
  height: 42px;
}
.social._footer li:not(:last-child) {
  margin-right: 18px;
}
.social._mobile {
  margin-top: 15px;
}
.main {
  padding-top: 185px;
  padding-bottom: 200px;
  background: #000 url(../img/main-bg-1.jpg) no-repeat top center/cover;
  color: #fff;
  height: 100vh;
  min-height: 900px;
}
.main__offer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px 0 55px;
}
.main__offer-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 130%;
  letter-spacing: -0.016em;
  position: relative;
  z-index: 1;
}
.main__offer-title::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 167px;
  top: -15px;
  left: -25px;
  z-index: -1;
  background: url(../img/main-dots.svg) no-repeat center;
}
.main__offer-subtitle {
  margin-top: 15px;
  font-size: 2.38rem;
  max-width: 745px;
}
.main__offer-ps {
  font-size: 1.75rem;
  line-height: 114%;
  font-weight: 500;
  max-width: 570px;
  margin-top: 25px;
  color: #20cd84;
}
.main__offer-form {
  padding: 42px 25px;
  width: 380px;
  height: 360px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(32, 205, 132, 0.4);
  box-shadow: 0px 10px 30px 0px rgba(32, 205, 132, 0.4);
}
.main__offer-formtitle {
  color: #000;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.main__offer-formsubtitle {
  color: #000000;
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  margin-top: 10px;
}
.main__offer-formrow {
  margin-top: 20px;
  text-align: center;
}
.main__offer-form input:not([type="checkbox"]) {
  border: 1px solid #5a5a5a;
  padding: 14px 9px;
  font-size: 0.88rem;
  line-height: 143%;
  width: 100%;
}
.main__offer-form input:not([type="checkbox"])::-webkit-input-placeholder {
  color: #82858a;
}
.main__offer-form input:not([type="checkbox"]):-ms-input-placeholder {
  color: #82858a;
}
.main__offer-form input:not([type="checkbox"])::-ms-input-placeholder {
  color: #82858a;
}
.main__offer-form input:not([type="checkbox"])::placeholder {
  color: #82858a;
}
.main__offer-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.88rem;
  font-weight: 700;
  margin-top: 55px;
  padding-left: 75px;
  position: relative;
  margin-right: 10px;
}
.main__offer-phone span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  background: #20cd84;
}
.main__offer-phone span svg {
  width: 35px;
}
.main__offer-phone span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 2px #20cd84;
  box-shadow: 0 0 2px #20cd84;
  -webkit-animation: 2s ease-in infinite phoneIconAnimate;
  animation: 2s ease-in infinite phoneIconAnimate;
}
.main__offer-phone span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 2px #20cd84;
  box-shadow: 0 0 2px #20cd84;
  -webkit-animation: 1.3s ease-in infinite phoneIconAnimate2;
  animation: 1.3s ease-in infinite phoneIconAnimate2;
}
.main__decisions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-left: 55px;
  width: 1200px;
}
.main__decisions li {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-left: 70px;
  max-width: 350px;
}
.main__decisions li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 20px;
  background: #20cd84;
  border-radius: 100%;
  -webkit-box-shadow: 0px 10px 30px rgba(32, 205, 132, 0.4);
  box-shadow: 0px 10px 30px rgba(32, 205, 132, 0.4);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main__decisions li::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  border: 1px solid #20cd84;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 10px 30px rgba(32, 205, 132, 0.4));
  filter: drop-shadow(0px 10px 30px rgba(32, 205, 132, 0.4));
}
.main__decisions-wrap {
  margin-top: 55px;
  position: relative;
}
.main__next {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 300;
  font-size: 1rem;
  line-height: 137%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.main__next::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: -30px;
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(../img/main-arrow.svg) no-repeat center;
}
@-webkit-keyframes phoneIconAnimate2 {
  0% {
    width: 90%;
    height: 90%;
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    -webkit-box-shadow: 0 0 5px #20cd84;
    box-shadow: 0 0 5px #20cd84;
    opacity: 0;
  }
}
@keyframes phoneIconAnimate2 {
  0% {
    width: 90%;
    height: 90%;
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    -webkit-box-shadow: 0 0 5px #20cd84;
    box-shadow: 0 0 5px #20cd84;
    opacity: 0;
  }
}
@-webkit-keyframes phoneIconAnimate {
  0% {
    width: 90%;
    height: 90%;
    opacity: 1;
  }
  90% {
    width: 170%;
    height: 170%;
    -webkit-box-shadow: 0 0 35px #20cd84;
    box-shadow: 0 0 35px #20cd84;
    opacity: 0.5;
  }
  100% {
    width: 200%;
    height: 200%;
    -webkit-box-shadow: 0 0 5px #20cd84;
    box-shadow: 0 0 5px #20cd84;
    opacity: 0;
  }
}
@keyframes phoneIconAnimate {
  0% {
    width: 90%;
    height: 90%;
    opacity: 1;
  }
  90% {
    width: 170%;
    height: 170%;
    -webkit-box-shadow: 0 0 35px #20cd84;
    box-shadow: 0 0 35px #20cd84;
    opacity: 0.5;
  }
  100% {
    width: 200%;
    height: 200%;
    -webkit-box-shadow: 0 0 5px #20cd84;
    box-shadow: 0 0 5px #20cd84;
    opacity: 0;
  }
}
.examples {
  position: relative;
  z-index: 2;
}
.examples::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 100px);
  background: url(../img/services-bg.png) no-repeat top center;
  background-size: 100% 100%;
  top: -165px;
  left: 0;
  z-index: 1;
}
.examples .container {
  position: relative;
  z-index: 3;
}
.examples__slider {
  width: 1290px;
  padding: 35px 25px 65px !important;
  position: relative;
}
.examples__slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0 !important;
  z-index: 5;
  height: 20px;
}
.examples__slider-dots span {
  background: #20cd84;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 15px;
  height: 15px;
  margin: 0 7px !important;
}
.examples__slider-dots span.swiper-pagination-bullet-active {
  -webkit-box-shadow: 0px 10px 30px rgba(32, 205, 132, 0.4);
  box-shadow: 0px 10px 30px rgba(32, 205, 132, 0.4);
  -webkit-transform: scale(1.333);
  transform: scale(1.333);
}
.examples__slide {
  width: 380px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(32, 205, 132, 0.4);
  box-shadow: 0px 10px 30px 0px rgba(32, 205, 132, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.examples__slide-img {
  width: 100%;
}
.examples__slide-title {
  margin-top: 18px;
  font-size: 1.25rem;
  font-weight: 600;
}
.examples__slide-about {
  margin-top: 4px;
  font-size: 1rem;
  font-weight: 300;
}
.examples__slide-price {
  margin-bottom: 18px;
  margin-top: 11px;
  font-size: 1rem;
  font-weight: 600;
}
.examples__slide-price span {
  font-weight: 700;
}
.work {
  padding-top: 100px;
  padding-bottom: 20px;
  text-align: center;
}
.work__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  margin-top: 50px;
}
.work__item {
  max-width: 25%;
}
.work__item-icon {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background: #20cd84;
  -webkit-box-shadow: 0px 10px 30px rgba(32, 205, 132, 0.4);
  box-shadow: 0px 10px 30px rgba(32, 205, 132, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.work__item:not(:last-child) .work__item-icon::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 0;
  border-top: 2px dashed #82858a;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.work__item-title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 120%;
  text-align: center;
  color: #000;
  margin-top: 18px;
}
.work__item-about {
  font-size: 1rem;
  line-height: 130%;
  color: #82858a;
  margin: 10px auto 0;
  max-width: 274px;
}
.callback {
  padding-top: 205px;
  padding-bottom: 218px;
  position: relative;
  z-index: 2;
  color: #fff;
}
/* .callback::before {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background:url(../img/callback-bg.jpg) no-repeat top center;
    background-size:100% 100%;
    top:0;
    left:0;
    z-index:1
} */
.callback._next .callback__form {
  gap: 50px 47px;
}
.callback._next .callback__form .input {
  margin: 0 !important;
}
/* .callback__bg {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0
} */
.callback .container {
  position: relative;
  z-index: 3;
}
.callback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 70px;
}
.callback__form .input {
  max-width: 274px;
  margin-right: 47px;
}
.reviews {
  padding-top: 60px;
  padding-bottom: 65px;
  position: relative;
  z-index: 3;
  background: #fff;
}
.reviews__slider {
  width: 1290px;
  padding: 40px 25px 50px !important;
}
.reviews__slider-dots {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews__slider-dots span {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background: #20cd84;
  margin: 0 7px !important;
}
.reviews__slider-dots span.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0px 10px 30px rgba(32, 205, 132, 0.4);
  box-shadow: 0px 10px 30px rgba(32, 205, 132, 0.4);
}
.reviews__slide {
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(7, 42, 68, 0.2);
  box-shadow: 0px 4px 20px 0px rgba(7, 42, 68, 0.2);
  max-width: 380px;
  height: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviews__slide-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews__review {
  padding: 25px 30px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.reviews__review-name {
  font-size: 1.25rem;
  font-weight: 500;
  color: #16b471;
}
.reviews__review-text {
  margin-top: 10px;
  margin-bottom: auto;
  color: #82858a;
  font-size: 1rem;
  line-height: 130%;
}
.reviews__review-rate {
  margin-bottom: 0;
  margin-top: 30px;
}
.reviews__review-wrap {
  width: 50%;
}
.reviews__review-wrap:last-child {
  margin-left: 40px;
}
.advantages {
  position: relative;
  z-index: 4;
  padding-top: 120px;
  padding-bottom: 160px;
}
.advantages::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/brands-bg.jpg) no-repeat top center;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.advantages__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 26px;
}
.advantages__item {
  width: 380px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(32, 205, 132, 0.4);
  box-shadow: 0px 10px 30px 0px rgba(32, 205, 132, 0.4);
  padding: 42px 40px 52px;
  height: auto;
  text-align: center;
}
.advantages__item-icon {
  width: 62px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantages__item-title {
  margin-top: 10px;
  font-size: 1.13rem;
  line-height: 133%;
  font-weight: 600;
}
.advantages__item-text {
  margin-top: 5px;
  font-size: 1rem;
  line-height: 130%;
  color: #82858a;
}
.about {
  padding-top: 50px;
  padding-bottom: 60px;
}
.about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(7, 42, 68, 0.2);
  box-shadow: 0px 4px 20px 0px rgba(7, 42, 68, 0.2);
  margin-top: 30px;
}
.about__facts {
  height: auto;
  padding: 64px 24px 103px 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.about__facts h3 {
  font-size: 1.5rem;
  line-height: normal;
}
.about__facts-list ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 0;
  counter-reset: cnList;
  margin-top: 20px;
}
.about__facts-list ul li {
  position: relative;
  padding-left: 51px;
  counter-increment: cnList;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 133.333%;
}
.about__facts-list ul li::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  left: 0;
  top: -6px;
  border-radius: 100%;
  background: #20cd84;
  -webkit-filter: drop-shadow(0px 5px 20px rgba(32, 205, 132, 0.25));
  filter: drop-shadow(0px 5px 20px rgba(32, 205, 132, 0.25));
}
.about__facts-list ul li::after {
  content: counter(cnList);
  position: absolute;
  width: 36px;
  height: 36px;
  left: 0;
  top: -6px;
  color: #fff;
  text-align: center;
  font-size: 1.13rem;
  font-weight: 600;
  line-height: 36px;
}
.about__block {
  height: auto;
  width: 595px;
  max-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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  color: #fff;
  background: #262626;
  padding: 64px 40px 64px 50px;
}
.about__block-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.about__block * {
  z-index: 1;
}
.about__text h3 {
  font-size: 1.5rem;
  width: 442px;
  max-width: 100%;
  line-height: normal;
}
.about__text p {
  margin: 6px 0 12px;
  font-size: 1rem;
  line-height: 150%;
}
.about__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 34px;
  gap: 0 28px;
}
.faq {
  padding-top: 30px;
  padding-bottom: 100px;
}
.faq__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1024px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.faq__question {
  font-size: 1.13rem;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  padding: 22px 0;
  width: 100%;
}
.faq__question-arrow {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 28px;
  top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__question-arrow svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__question-arrow._active {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.faq__question-arrow._active svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #5a5a5a;
}
.faq__question-wrap {
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(7, 42, 68, 0.2);
  box-shadow: 0px 4px 20px 0px rgba(7, 42, 68, 0.2);
  padding: 0 90px 0 30px;
  position: relative;
  width: 100%;
}
.faq__answer {
  margin-top: -5px;
  padding-bottom: 36px;
  font-size: 1rem;
  display: none;
}
.faq__answer p:not(:last-child) {
  margin-bottom: 15px;
}
.faq__answer ol,
.faq__answer ul {
  margin: 0 0 0 1.1em;
  padding: 0;
}
.faq__answer ol li:not(:last-child),
.faq__answer ul li:not(:last-child) {
  margin-bottom: 5px;
}
.footer {
  padding-top: 20px;
  overflow: hidden;
}
.footer__contacts {
  padding-left: 130px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__contacts-info {
  max-width: 500px;
}
.footer__contacts-item {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 35px;
  padding-left: 38px;
  position: relative;
  line-height: 117%;
  color: #252525;
}
.footer__contacts-item::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  left: 0;
  top: 0;
}
.footer__contacts-item._adress::before {
  background: url(../img/contacts-adress.svg) no-repeat center/contain;
}
.footer__contacts-item._phone::before {
  background: url(../img/contacts-phone.svg) no-repeat center/contain;
}
.footer__contacts-item._social {
  padding-left: 0;
}
.footer__contacts-item._social::before {
  display: none;
}
.footer__contacts-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__contacts-social li {
  list-style: none;
}
.footer__contacts-social li:not(:last-child) {
  margin-right: 15px;
}
.footer__contacts-social li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background: #20cd84;
}
.footer__contacts-logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 190px;
  margin-left: 177px;
  padding-right: 80px;
}
.footer__right {
  margin-left: 48px;
}
.footer__bottom {
  position: relative;
  z-index: 1;
  margin-top: 88px;
  color: #fff;
}
.footer__bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(200% + 223px);
  background: #252525;
  -webkit-transform: skewY(-5.5deg);
  transform: skewY(-5.5deg);
  top: -223px;
  left: 0;
  z-index: -1;
}
.footer__bottom::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #171717;
  z-index: 1;
}
.footer__bottom .container {
  position: relative;
  z-index: 2;
}
.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 80px;
  color: #fff;
}
.footer__copy-text {
  font-weight: 300;
  font-size: 1rem;
  line-height: 137%;
}
.contact-form {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(32, 205, 132, 0.4);
  box-shadow: 0px 10px 30px rgba(32, 205, 132, 0.4);
  width: 594px;
  padding: 65px 54px 65px;
}
.contact-form__title {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  color: #000;
}
.contact-form__subtitle {
  font-weight: 300;
  font-size: 1.13rem;
  text-align: center;
  color: #000;
  max-width: 485px;
  margin: 5px auto 0;
}
.contact-form__inputwrap {
  margin-top: 24px;
  text-align: center;
}
.contact-form__inputwrap .input {
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form__inputwrap .input input {
  padding: 14px;
  line-height: normal;
}
@media screen and (max-width: 1399px) {
  .burger {
    display: block;
  }
  .header__menu:not(._mobile) {
    display: none;
  }
  .header__phone._mobile {
    margin-top: 80px;
    color: #000;
  }
  .header__phone-callback {
    margin-top: 0;
  }
  .logo._header {
    margin-left: 25px;
    margin-right: auto;
  }
  .social._header {
    margin-left: 25px;
  }
  .main__offer-title {
    font-size: 35px;
    max-width: 450px;
  }
  .main__offer-subtitle {
    font-size: 1.6rem;
    max-width: 450px;
  }
  .main__offer-ps {
    max-width: 400px;
    font-size: 1.3rem;
  }
  .main__decisions {
    max-width: 100%;
    margin-left: 0;
  }
  .main__decisions li {
    font-size: 1.13rem;
    max-width: 27%;
  }
  .examples__slider {
    max-width: 100%;
  }
  .callback__form {
    max-width: 100%;
    width: 100%;
  }
  .callback__form .input {
    margin: 10px 10px 20px !important;
  }
  .advantages__item {
    width: 360px;
    padding: 35px 25px 35px;
  }
  .work__item-title {
    font-size: 1.1rem;
  }
  .desc {
    font-size: 1.3rem;
  }
  .desc._examples {
    font-size: 1.3rem;
  }
  .brands__brand {
    width: 160px;
  }
  .footer__contacts {
    padding-left: 0;
  }
  .contact-form {
    max-width: 590px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .but._work {
    margin-top: 0;
  }
  .main .container::after {
    display: none;
  }
  .main__offer {
    padding-left: 0;
  }
  .main__offer-wrap {
    padding-left: 30px;
  }
  .main__offer-title {
    font-size: 25px;
  }
  .main__offer-subtitle {
    margin-top: 20px;
    font-size: 1.175rem;
    line-height: 135%;
  }
  .main__offer-phone {
    margin-bottom: 77px;
  }
  .main__offer-form {
    height: 100%;
  }
  .main__decisions {
    margin-left: 30px;
    width: 500px;
  }
  .main__decisions-wrap {
    margin-top: -50px;
  }
  .main__decisions li {
    max-width: 300px;
    font-size: 1rem;
    margin-top: 35px;
  }
  .examples::before {
    background-size: cover;
  }
  .examples__slider {
    max-width: 89%;
    padding-left: 22px;
    padding-right: 22px;
  }
  .examples__slide {
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .title-h2 {
    font-size: 2.125rem;
  }
  .work__item {
    max-width: 50%;
    width: 50%;
    margin-bottom: 50px;
  }
  .work__item:not(:last-child) .work__item-icon::before {
    display: none;
    width: 370px;
  }
  .work__item:nth-child(2n + 1) .work__item-icon::before {
    display: block;
  }
  .callback::before {
    background-size: cover;
  }
  .callback._next .callback__form {
    gap: 25px;
  }
  .advantages::before {
    background-size: cover;
  }
  .advantages__item {
    width: 290px;
  }
  .brands::before {
    background-size: cover;
  }
  .brands__brand {
    width: 200px;
  }
  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer__contacts-logowrap {
    margin: 50px auto;
    padding: 0;
  }
  .footer__contacts-info {
    margin-bottom: 50px;
  }
  .footer__contacts-social li:not(:last-child) {
    margin-right: 20px;
  }
  .footer__right {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
  }
  .footer__bottom {
    margin-top: 0;
  }
  .footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__copy-text {
    margin-top: 7px;
  }
  .contact-form {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .about__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about__block {
    width: 100%;
  }
  .about__block-bg svg {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  html,
  body {
    font-size: 14px;
  }
  .but._callback {
    margin-left: 10px;
    margin-right: 10px;
  }
  .logo._header {
    width: 125px;
    margin-left: 20px;
  }
  .logo._mobile {
    width: 155px;
    margin-left: 0;
  }
  .logo._footer {
    width: 200px;
    height: auto;
  }
  .input {
    max-width: 100%;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .header {
    height: 50px;
  }
  .header .container {
    width: calc(100% + 30px);
    max-width: unset;
    margin-left: -15px;
  }
  .header__menu:not(._mobile) {
    display: none;
  }
  .header__top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 15px;
    height: 50px;
  }
  .header__phone {
    margin-left: auto;
    margin-right: 0;
  }
  .header__phone._mobile {
    margin-top: 50px;
    color: #000;
  }
  .header__phone-callback {
    margin-top: 0;
  }
  .main {
    padding-top: 135px;
    height: auto;
    min-height: unset;
  }
  .main__offer-wrap {
    padding: 0;
  }
  .main__offer-title {
    letter-spacing: -1.6px;
  }
  .main__offer-form {
    width: 350px;
  }
  .main__decisions {
    -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;
    margin-left: 0;
  }
  .examples__slider {
    width: 420px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .work {
    padding-top: 160px;
  }
  .callback {
    padding-top: 130px;
    padding-bottom: 170px;
  }
  .callback__form {
    margin-top: 50px;
  }
  .callback__form .input {
    margin-bottom: 10px !important;
  }
  .reviews {
    padding-top: 20px;
    margin-top: 0;
    padding-bottom: 0;
  }
  .advantages {
    padding-bottom: 100px;
  }
  .advantages::before {
    background-image: url(../img/brands-bg_mobile.svg);
  }
  .advantages__wrap {
    -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;
  }
  .advantages__item {
    width: 360px;
    max-width: 100%;
  }
  .advantages__item:not(:last-child) {
    margin-bottom: 25px;
  }
  .about__facts h3,
  .about__text h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .title-h2 {
    font-size: 1.4286rem;
  }
  .title-h2._reviews {
    text-align: left;
    margin: 0 auto;
  }
  .desc {
    font-size: 1rem;
    margin-top: 5px;
  }
  .desc._work {
    text-align: left;
  }
  .desc._callback {
    margin-top: 15px;
    text-align: left;
  }
  .desc._reviews {
    margin-top: 7px;
  }
  .desc._examples {
    font-size: 1rem;
  }
  .logo._footer {
    width: 155px;
  }
  .but {
    line-height: 40px;
    max-width: 270px;
  }
  .but._main {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .but._work {
    margin-top: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
  }
  .but._callback {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 270px;
  }
  .but._reviews {
    margin-top: 0;
  }
  .but._services {
    margin-top: 5px;
    max-width: 90%;
  }
  .input._error::after {
    width: 11px;
    height: 11px;
    right: 11px;
  }
  .input input {
    line-height: 40px;
  }
  .main {
    padding-top: 90px;
    padding-bottom: 120px;
    min-height: unset;
    max-height: unset;
    height: unset;
    padding-left: 10px;
  }
  .main__offer-title {
    font-size: 25px;
  }
  .main__offer-title::before {
    display: none;
  }
  .main__offer-subtitle {
    margin-top: 8px;
  }
  .main__offer-ps {
    margin-top: 15px;
  }
  .main__offer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main__offer-phone {
    margin-bottom: 25px;
  }
  .main__offer-form {
    margin-top: 35px;
    width: 100%;
  }
  .main__next {
    display: none;
  }
  .main__decisions-wrap {
    margin-top: 15px;
  }
  .main__decisions li {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
    min-height: unset;
    padding-left: 40px;
  }
  .main__decisions li::before {
    width: 8px;
    height: 8px;
    left: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
  }
  .main__decisions li::after {
    width: 26px;
    height: 26px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
  }
  .examples {
    padding-top: 0px;
    padding-bottom: 50px;
    height: auto;
  }
  .examples::before {
    top: -90px;
    height: calc(100%);
  }
  .examples__slider {
    padding: 25px 35px 45px !important;
  }
  .examples__slider-dots span {
    width: 8px;
    height: 8px;
    margin: 0 5px !important;
  }
  .examples__slider-dots span.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
  .examples__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: unset;
    max-width: 100%;
    width: unset;
    margin-top: 15px !important;
  }
  .examples__slide-title {
    font-size: 1rem;
  }
  .examples__slide-about {
    padding: 0;
    margin-top: 5px;
  }
  .work {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .work .title-h2 {
    text-align: left;
  }
  .work__item {
    margin-bottom: 20px;
    max-width: 40%;
  }
  .work__item-icon {
    width: 80px;
    height: 80px;
    padding: 19px;
  }
  .work__item:not(:last-child) .work__item-icon::before {
    width: 235px;
  }
  .work__item-title {
    margin-top: 5px;
    font-size: 1rem;
  }
  .work__item-about {
    font-size: 0.8571rem;
    margin-top: 2px;
  }
  .work__wrap {
    margin-top: 20px;
  }
  .callback {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .callback::before {
    background-image: url(../img/callback-bg_mobile.svg);
    background-size: 100%;
    width: 100%;
  }
  .callback .title-h2 {
    text-align: left;
    max-width: 300px;
  }
  .reviews {
    padding-top: 30px;
    margin-top: 0;
    text-align: center;
  }
  .reviews__slider {
    width: 380px;
    padding: 25px 35px !important;
  }
  .reviews__slider-dots span {
    width: 8px;
    height: 8px;
    margin: 0 5px !important;
  }
  .reviews__slider-dots span.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
  .footer__right {
    margin-left: 0;
  }
  .footer__contacts-item {
    font-size: 1rem;
    padding-left: 23px;
    line-height: 18px;
    margin-top: 15px;
  }
  .footer__contacts-item::before {
    width: 18px;
    height: 18px;
  }
  .footer__contacts-info {
    margin-bottom: 35px;
  }
  .footer__contacts-logowrap {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .footer__copy {
    padding: 15px 0;
  }
  .contact-form {
    padding-top: 35px;
    text-align: left;
    width: 100%;
  }
  .contact-form__title {
    text-align: left;
  }
  .contact-form__subtitle {
    text-align: left;
  }
  .fixed-callback {
    right: 60px;
  }
  .about__facts,
  .about__block {
    padding: 30px 25px 45px 35px;
  }
}
@media screen and (max-width: 575px) {
    .main__offer_list li {
  height: 30px;
}
  .work {
  display: none !important;
}

.mobilework h2 {
  color: #070C17;
font-weight: 700;
font-size: 24px;
line-height: 100%;
margin-bottom: 20px;
margin-left: 10px;
}

.mobilework .mobilework__title {
  color: #070C17;
font-weight: 700;
font-size: 14px;
line-height: 130%;
margin-left: -15px;

}

.mobilework::before {
      content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/appraisal/line_work.png") no-repeat left center;
    top: -15px;
    left: 35px;
    z-index: 1;
}

.mobilework__subtitle {
  color: #82858A;
  font-weight: 400;
  font-size: 14px;
line-height: 130%;
margin-top: 5px;
margin-left: -15px;
}

.mobilework__content {
  display: grid;
  grid-template-columns: 82px 220px;
  gap: 20px 0px;
  position: relative;
  z-index: 2;
}

.mobilework__content img {
  margin-top: -15px;
}

.mobilework {
  display: block !important;
  max-width: 320px;
  margin: 30px auto;
  padding-bottom: 30px;
  position: relative;
}
    .ppraisal__bg::before {
        background: url("../img/appraisal/mobile_img.png") no-repeat center !important;
        background-size: 100% 100% !important;
    }
  .faq::before {
    height: calc(100% + 120px) !important;
    background-size: cover !important;
  }

  .faq {
    margin: 0px 0px 30px !important;
  }

  .logo._header {
    width: 90px;
    margin-left: 10px;
  }
  .fixed-callback {
    right: 15px;
    bottom: 15px;
  }
  .but {
    font-size: 0.8571rem;
    color: #f6f6f6;
  }
  .but._main {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .title-h2 {
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .desc {
    margin-left: auto;
    margin-right: auto;
    font-size: 0.7857rem;
    text-align: left;
  }
  .desc._examples {
    font-size: 14px;
  }
  .input input {
    font-size: 0.7857rem;
    padding-left: 10px;
  }
  .social._header {
    display: none;
  }
  .header__phone {
    font-size: 1rem;
    line-height: 20px;
  }
  .header__phone:not(._mobile) .header__phone-link {
    font-size: 14px;
    position: relative;
  }
  .header__phone:not(._mobile) .header__phone-link::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -25px;
    top: 50%;
    background: url(../img/phone-m.svg) no-repeat center/16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header__phone:not(._mobile) .header__phone-callback {
    display: none;
  }
  .header__phone-callback {
    font-size: 1rem;
  }
  .header__phone._mobile {
    font-size: 1.2857rem;
  }
  .header__phone._mobile .header__phone-callback {
    font-size: 1.2857rem;
  }
  .main {
    padding-top: 60px;
    padding-bottom: 112px;
  }
  .main__offer {
    width: 318px;
    max-width: 100%;
  }
  .main__offer-title {
    font-size: 23px;
  }
  .main__offer-subtitle {
    font-size: 0.9286rem;
  }
  .main__offer-ps {
    font-size: 14px;
  }
  .main__offer-phone {
    font-size: 1.25rem;
    padding-left: 55px;
  }
  .main__offer-phone span {
    width: 42px;
    height: 42px;
  }
  .main__offer-phone span svg {
    width: 30px;
    height: 30px;
  }
  .main__offer-form {
    max-width: 100%;
    padding: 25px 20px 35px;
    margin-top: 20px;
  }
  .main__offer-form input:not([type="checkbox"]) {
    padding: 10px 9px;
    line-height: normal;
  }
  .main__offer-formtitle {
    font-size: 1.3rem;
  }
  .main__decisions li {
    margin-top: 20px;
  }
  .examples {
    padding-bottom: 54px;
  }
  .examples::before {
    top: -70px;
    height: calc(100% - 30px);
  }
  .examples .title-h2,
  .examples .desc {
    text-align: left;
    max-width: 320px;
  }
  .examples__slider {
    width: 320px;
    max-width: 100%;
    padding: 25px 15px 45px !important;
  }
  .examples__slide {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(32, 205, 132, 0.2);
    box-shadow: 0px 10px 15px 0px rgba(32, 205, 132, 0.2);
  }
  .examples__slide-title {
    padding: 0 5px;
    font-size: 16px;
  }
  .examples__slide-about {
    font-size: 14px;
    padding: 0 5px;
  }
  .examples__slide-price {
    font-size: 14px;
    padding: 0 5px;
  }
  .work {
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  .work .title-h2,
  .work .desc {
    max-width: 290px;
  }
  .work__wrap {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .work__item {
    width: 135px;
  }
  .work__item:nth-child(2n + 1) .work__item-icon::before {
    width: 155px;
  }
  .work__item-title {
    font-size: 0.6429rem;
    line-height: 122%;
  }
  .work__item-about {
    font-size: 0.5rem;
  }
  .callback {
    padding-top: 65px;
    padding-bottom: 60px;
  }
  .callback::before {
    top: -10px;
    width: 125%;
    height: 110%;
  }
  .callback .desc {
    max-width: 300px;
  }
  .callback__form {
    margin-top: 25px;
  }
  .reviews {
    padding-bottom: 45px;
  }
  .reviews .title-h2,
  .reviews .desc {
    max-width: 280px;
  }
  .reviews__left {
    margin-left: 0;
  }
  .reviews__slider {
    width: 320px;
    max-width: 100%;
    padding: 25px 15px 45px !important;
  }
  .reviews__slide {
    -webkit-box-shadow: 0px 4px 15px 0px rgba(7, 42, 68, 0.1);
    box-shadow: 0px 4px 15px 0px rgba(7, 42, 68, 0.1);
  }
  .reviews__review-name {
    font-size: 16px;
  }
  .reviews__review-text {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .reviews__review-rate {
    margin-top: 25px;
    max-width: 100px;
  }
  .advantages__item {
    padding: 25px 35px 30px;
  }
  .advantages__item-icon {
    width: 40px;
    height: 40px;
  }
  .advantages__item-icon svg {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .advantages__item-title {
    font-size: 1.1429rem;
  }
  .advantages__item-text {
    font-size: 0.9286rem;
  }
  .footer {
    padding-top: 30px;
  }
  .footer__contacts {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__contacts-item {
    font-size: 16px;
  }
  .footer__contacts-social li a {
    width: 30px;
    height: 30px;
    padding: 6px;
  }
  .footer__copy {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.5714rem;
  }
  .footer__copy-text {
    font-size: 0.5714rem;
  }
  .contact-form {
    max-width: 290px;
    padding: 35px 10px 40px;
  }
  .contact-form__title {
    font-size: 1.4286rem;
  }
  .contact-form__subtitle {
    font-size: 0.9286rem;
  }
  .contact-form__inputwrap {
    margin-top: 20px;
  }
  .contact-form__inputwrap .input {
    margin-bottom: 20px;
  }
  .contact-form__inputwrap .but {
    margin-top: 10px;
  }
  .modal__content {
    max-width: calc(100% - 30px);
  }
  .faq {
    background: #fff;
    position: relative;
    padding-bottom: 50px;
    z-index: 3;
  }
  .faq__question {
    padding: 20px 0;
  }
  .faq__question-wrap {
    padding: 0 45px 0 20px;
    font-size: 1rem;
  }
  .faq__question-arrow {
    top: 26px;
    right: 15px;
  }
  .faq__answer {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 459px) {
  .about__wrap {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin-top: 0;
  }
  .about__facts {
    padding: 25px 0;
  }
  .about__facts-list ul li {
    font-size: 1rem;
    min-height: 40px;
  }
  .about__block {
    padding: 25px 25px;
  }
  .about__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 1400px) {
  .main__offer .none {
    display: none;
  }

  

  .main__offer_text {
    font-size: 16px !important;
  }

  .main__offer_list {
    margin-left: 20px !important;
  }

  .mobile_title {
    display: block !important;
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
  }
}

@media screen and (max-width: 575px) {
    .mobile_title {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .main__offer_mobile_svg {
        width: 32px;
        height: 32px;
        margin-top: -30px !important;
    }

    .main__offer_icon .main__offer-phone {
        font-size: 22px;
        margin-right: 0px;
    }

    .facts {
        grid-template-columns: 247px 247px 247px !important;
    }

    .facts h2 {
        grid-column-start: 1 !important;
    grid-column-end: 4 !important;
    }

    .facts_center::before {
        display: none;
    }

      .faq {
        margin: 10px 0px !important;
      }
} 

@media screen and (max-width: 991px) {
    .main__offer_icon {
        gap: 0px 5px !important
    }

    .main__offer_icon .main__offer-phone {
        font-size: 14px;
        margin-right: 10px;
    }

     .facts {
        grid-template-columns: 247px 247px  !important;
    }

    .facts h2 {
        grid-column-start: 1 !important;
    grid-column-end: 3 !important;
    }

    .facts h2 {
        font-size: 36px !important;
    }
}

@media screen and (max-width: 868px) {
  

    .appraisal__title {
        width: 280px !important;
        font-size: 24px !important;
        line-height: 28px !important;
        text-align: left !important;
    }

    .appraisal__subtitle {
        width: 280px !important;
        font-size: 14px !important;
         text-align: left !important;
    }

   .ppraisal__pos .main__offer-phone {
        font-size: 14px !important;
    }

    .appraisal__subtitle span {
        margin-top: 10px;
        display: block;
    }

    .ppraisal__icon svg {
        width: 32px;
        height: 32px;
    }

    .ppraisal__phone {
        gap: 0px 5px !important;
    }

    .ppraisal__pos {
        padding-left: 20px !important;
        
    }

    .ppraisal__content {
        margin: 80px auto !important;
    }

    .ppraisal__phone {
        margin-left: 0px !important;
    }

    .ppraisal__phone .main__offer-phone {
        margin-right: 5px !important;
        margin-top: 40px !important;
    }

    .ppraisal__content {
        max-width: 320px !important;
    }

    .main__offer-phone span {
        width: 42px;
        height: 42px;
    }

    .main__offer-phone span svg {
        width: 30px;
        height: 30px;
    }

    .main__offer-phone {
        padding-left: 55px !important;
    }

    .ppraisal__icon svg {
        margin-top: 30px !important;
    }

   .ppraisal .but {
    width: 220px !important; 
    height: 40px !important;
    line-height: 40px !important;
    font-size: 12px !important;
    margin-left: 0px !important;
    position: relative;
    top: 10px;
   } 

   .ppraisal {
    height: 600px !important;
   }

   .ppraisal {
    z-index: 1;
   }
       
    


}


@media screen and (max-width: 768px) {
    
    .contact-form__title, .contact-form__subtitle {
        text-align: center;
    }
    .main__offer_mobile_svg {
        margin-top: 10px !important;
    }

     .main__offer_icon .main__offer-phone {
        margin-top: 30px;
         margin-right: 5px;
     }

     .facts_center {
        display: none !important;
     }

     .mobilefacts {
    display: block !important;
}

.mobilefacts .but {
    font-size: 12px !important;
}

.facts__flex {
    height: 72px !important;
    display: block !important;
}
.mobilefacts__item {
    display: grid;
    grid-template-columns: 52px 254px;
    grid-gap: 5px 0px;
    align-items: center;
}

 .mobilefacts {
    max-width: 320px;
    margin: auto;
 }   

 .mobilefacts img {
    margin-top: 5px;
 }
 
  .mobilefacts h2 {
font-weight: 700;
font-size: 24px;
line-height: 100%;
margin-bottom: 10px;
margin-left: 10px;

  }



  .mobilefacts p {
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 120%;

  }
}


@media screen and (max-width: 1300px)  {
    .ppraisal__content h2 {
        text-align: center;
       
    }

    .ppraisal__content p {
        text-align: center;
        
    }
.ppraisal__pos {
    padding-left: 20px;
}

.ppraisal__phone {
    margin-left: 20px;
}
.ppraisal__pos .but {
    margin-top: 0px !important;
}
    
}

@media screen and (max-width: 900px) {

}

.mobilefacts {
    display: none;
}

.facts_center {
        display: block;
     }

.mobile_title {
  display: none;
}

.main__offer_text {
  font-weight: 500;
  font-style: Medium;
  font-size: 26px;
  line-height: 43px;
  letter-spacing: 0%;
  color: #fff;
  position: relative;
  top: -3px;
}

.main__offer_list {
  margin-left: 30px;
  color: #20cd84;
}

.main__decisions li:last-child {
  max-width: 500px;
}

.main__offer_icon {
  display: flex;
  align-items: center;
  gap: 0px 20px;
}

.main__offer_social svg {
  margin-top: 55px;
}

.ppraisal {
  position: relative;
  height: 685px;
}

.ppraisal__bg {
  display: flex;
}

.ppraisal__content h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #fff;
  width: 720px;
}

.ppraisal__phone {
  display: flex;
  gap: 0px 20px;
}

.ppraisal__icon svg {
  margin-top: 50px;
}

.ppraisal__phone .main__offer-phone {
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  margin-right: 10px;
}

.ppraisal .but {
  width: 290px;
  height: 50px;
  line-height: 50px;
  margin-top: 40px;
}

.ppraisal__content p {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  margin-top: 20px;
  width: 800px;
}

.ppraisal__content {
  position: relative;
  z-index: 20;
}

.ppraisal__content {
  max-width: 1240px;
  margin: 170px auto;
}

.ppraisal__content .ppraisal__pos {
  text-align: left;
}

.ppraisal__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/appraisal/bg.png") no-repeat left;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

/* .ppraisal__bg::after {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background:url("../img/appraisal/image.png") no-repeat right ;
    transform: rotate(-4deg);
    top:0;
    left:0;
    z-index:3
} */

/* .callback::before {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background:url(../img/callback-bg.jpg) no-repeat top center;
    background-size:100% 100%;
    top:0;
    left:0;
    z-index:1
} */

.facts {
  display: grid;
  grid-template-columns: 247px 247px 247px 247px 247px;
  justify-content: center;
  position: relative;
}

.facts_center {
  max-width: 1240px;
  margin: 60px auto;
  position: relative;
}

.facts_center::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/appraisal/Line.png") no-repeat top center;

  top: 140px;
  left: 0;
}
.facts p {
  text-align: center;
  margin-top: -25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.facts h2 {
  grid-column-start: 1;
  grid-column-end: 6;
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px;
}

.facts__flex {
  display: flex;
}

.facts_center .but {
  width: 290px;
  height: 50px;
  line-height: 50px;
  margin: 40px auto;
  position: relative !important;
  z-index: 10 !important;
}

.facts img {
  margin: auto;
  display: block;
  position: relative;
  z-index: 10;
}

.faq {
  position: relative;
  margin: 100px 0px;
}

.faq .container {
  position: relative;
  z-index: 2;
}

.faq .title-h2 {

  color: #fff;
}

.faq::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 100px);
    background: url(../img/services-bg.png) no-repeat top center;
    background-size: 100% 100%;
    top: -70px;
    left: 0;
    z-index: 1;
}

.work {
  display: block;
}

.mobilework {
  display: none;
}

.send_thanks p {
color: #070C17;
font-weight: 500;
font-size: 60px;
line-height: 100%;
margin-top: 20px;
margin-left: 20px;

}
