@charset "UTF-8";
@-webkit-keyframes bar {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: scaleX(1);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes bar {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: scaleX(1);
  }
  to {
    transform: scaleY(1);
  }
}
@-webkit-keyframes swing {
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@font-face {
  font-family: "Open Sans";
  src: url(opensans-semibold.woff2) format("woff2"),
    url(opensans-semibold.woff) format("woff"),
    url(opensans-semibold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url(Rubik-SemiBold.woff2) format("woff2"),
    url(Rubik-SemiBold.woff) format("woff"),
    url(Rubik-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(opensans-regular.woff2) format("woff2"),
    url(opensans-regular.woff) format("woff"),
    url(opensans-regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(opensans-light.woff2) format("woff2"),
    url(opensans-light.woff) format("woff"),
    url(opensans-light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url(helveticaneuecyr-medium.woff2) format("woff2"),
    url(helveticaneuecyr-medium.woff) format("woff"),
    url(helveticaneuecyr-medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url(helveticaneuecyr-roman.woff2) format("woff2"),
    url(helveticaneuecyr-roman.woff) format("woff"),
    url(helveticaneuecyr-roman.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.feedback-slider-dots li button:focus,
.feedback-slider-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide,
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background-color: #fff;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 15px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.bar {
  -webkit-animation-name: bar;
  animation-name: bar;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  transform-origin: center center;
}
.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.fadeLeft {
  -webkit-animation-name: fadeLeft;
  animation-name: fadeLeft;
}
.fadeRight {
  -webkit-animation-name: fadeRight;
  animation-name: fadeRight;
}
.fadeUp {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.delay-01 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.delay-02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.delay-03 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.delay-04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.delay-05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.delay-06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.delay-07 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.icon-img-1 {
  background-position: 0 0;
  width: 51px;
  height: 77px;
}
.icon-img-2 {
  background-position: -51px 0;
  width: 54px;
  height: 77px;
}
.icon-img-3 {
  background-position: -105px 0;
  width: 62px;
  height: 67px;
}
.icon-img-4 {
  background-position: -167px 0;
  width: 61px;
  height: 76px;
}
.icon-img-5 {
  background-position: -228px 0;
  width: 76px;
  height: 66px;
}
.service {
  background: linear-gradient(to bottom, #fafeff 0, #e6f9ff 100%);
  padding-bottom: 70px;
}
.service-title {
  margin-bottom: 40px;
}
.service-container {
  max-width: 1200px;
  margin: 0 auto;
}
.service-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -15px -25px;
}
.service_item,
.service_item-img {
  box-shadow: 0 3px 8px rgba(148, 175, 180, 0.3);
}
.service_item {
  max-width: 364px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  margin: 15px 25px;
}
.service_item-img {
  border-radius: 20px 20px 0 0;
}
.service_item-descr {
  padding: 35px 0;
}
.service_item-descr-title {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
.service_item-descr-info {
  font-size: 18px;
  line-height: 1.5;
}
.action {
  position: relative;
  padding-top: 60px;
}
.action-title {
  margin-bottom: 35px;
}
.action-title > span {
  color: #4fb000;
}
.action-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.action_img {
  order: 1;
  margin-top: 40px;
}
.action_price {
  width: 100%;
  max-width: 470px;
}
.action_price-items {
  margin: -20px 0;
}
.action_price-item {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0 10px 65px;
  margin: 20px 0;
}
.action_price-item:after,
.action_price-item:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}
.action_price-item:before {
  left: 0;
  width: 44px;
  height: 44px;
  background: linear-gradient(to bottom, #8ad100 0, #4daf00 100%);
}
.action_price-item:after {
  left: 5px;
  width: 35px;
  height: 35px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.764' height='21.764'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='6'%3E%3Cpath data-name='Path 10' d='M10.882 3v15.764'%3E%3C/path%3E%3Cpath data-name='Path 9' d='M18.764 10.882H3'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
      center no-repeat,
    linear-gradient(to bottom, #4daf00 0, #8ad100 100%);
}
.action_price-item-title {
  text-align: left;
  font-size: 20px;
  flex: 1;
  position: relative;
  overflow: hidden;
}
.action_price-item-title:after {
  position: absolute;
  width: 100%;
  content: "";
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 7' width='7' height='7'%3E%3Cpath d='M2.56.44A1.46 1.46 0 0 0 1.5 0 1.46 1.46 0 0 0 .44.44 1.44 1.44 0 0 0 0 1.5a1.47 1.47 0 0 0 .44 1.06A1.46 1.46 0 0 0 1.5 3a1.46 1.46 0 0 0 1.06-.44A1.47 1.47 0 0 0 3 1.5 1.44 1.44 0 0 0 2.56.44z' fill='%2308B4D9'%3E%3C/path%3E%3C/svg%3E")
    left bottom repeat-x;
  margin-top: auto;
  margin-left: 5px;
  height: 10px;
}
.action_price-item-cost {
  text-align: right;
  font-size: 22px;
  font-weight: 600;
  color: #08b4d9;
  padding-left: 5px;
}
.action_form {
  margin-top: 40px;
}
.action_form-img {
  display: none;
}
.offers {
  padding-top: 60px;
  padding-bottom: 60px;
}
.offers-title {
  margin-bottom: 35px;
}
.offers-items {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: -30px;
}
.offers_item {
  text-align: center;
  margin: 30px;
}
.offers_item-cost {
  position: relative;
  display: table;
  width: 117px;
  border-radius: 100px 100px 100px 5px;
  background: linear-gradient(to bottom, #8ad100 0, #4daf00 100%);
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 25px 0;
  margin-left: 180px;
  margin-bottom: 10px;
}
.offers_item-cost:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  border-radius: inherit;
  border: 1px solid #fff;
}
.offers_item-cost > span {
  position: relative;
  z-index: 1;
}
.offers_item-img {
  border-radius: 100%;
  box-shadow: 0 3px 8px rgba(148, 175, 180, 0.3);
  margin: 0 auto 25px;
}
.offers_item-title {
  display: inline-block;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  background: linear-gradient(to bottom, #50dcff 0, #03b2d7 100%);
}
.icon {
  background: linear-gradient(
    to bottom,
    #e6f9ff 0,
    #fff 40%,
    #fff 60%,
    #e6f9ff 100%
  );
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding-top: 60px;
  padding-bottom: 60px;
}
.icon-title {
  margin-bottom: 35px;
}
.icon-title-blue {
  color: #08b4d9;
  text-transform: uppercase;
}
.icon-title-free {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 500;
}
.icon-title-free-color {
  color: #ff0000;
  font-size: 28px;
  display: inline-block;
  padding-top: 10px;
}
.icon-container {
  max-width: 1180px;
  margin: 0 auto;
}
.icon-title-steps {
  margin-bottom: 25px;
  font-weight: 600;
}
.icon-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.icon-content-img {
  display: block;
}
.icon-advantages {
  margin: -25px 0;
}
.icon-advantages-item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  margin: 25px 0;
  box-shadow: 0 2px 5px rgba(148, 175, 180, 0.6);
  padding: 20px 75px 20px 20px;
}
.icon-advantages-item-text {
  font-size: 18px;
  line-height: 1.3;
}
.icon-green {
  display: none;
}
.icon-img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.icon-img.loaded {
  background-image: url(/img/icon/icon-imgs.png);
}
.help {
  padding-top: 60px;
  padding-bottom: 60px;
}
.help-container {
  text-align: center;
}
.feedback-slider-dots li,
.help_block {
  position: relative;
  display: inline-block;
}
.help_block {
  text-align: center;
  background: linear-gradient(to bottom, #cff3ff 0, #33dafd 100%);
  box-shadow: 0 3px 6px rgba(148, 175, 180, 0.35);
  border-radius: 15px;
  padding: 35px;
}
.help_block-title {
  color: #fff;
  text-shadow: 1px 1px 1px #c5c5c5;
  margin-bottom: 15px;
}
.help_block-title > span {
  color: #4fb000;
}
.help_block-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  text-shadow: 0 0 1px #fff;
  margin-bottom: 20px;
}
.help_block-form {
  margin: -7px;
}
.help_block-img {
  display: none;
}
.work {
  position: relative;
  background: linear-gradient(
    to bottom,
    #fff9f1 0,
    #fff 40%,
    #fff 60%,
    #fff9f1 100%
  );
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding-top: 60px;
  padding-bottom: 60px;
}
.work-title {
  margin-bottom: 45px;
}
.work-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.work_info {
  position: relative;
  text-align: center;
  background: #fff;
  border: 10px solid #cff3ff;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px 20px;
  margin-bottom: 40px;
}
.work_info-img {
  position: absolute;
  left: 0;
  top: -25px;
}
.work_info-title {
  font-size: 20px;
  font-weight: 600;
  color: #4daf00;
  margin-bottom: 15px;
}
.work_info-descr {
  font-size: 20px;
  line-height: 1.3;
}
.work_info-descr a:hover {
  text-decoration: underline;
  color: #039dbe;
}
.work_imgs {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -15px;
}
.work_img,
.work_img > img {
  box-shadow: 0 3px 8px rgba(148, 175, 180, 0.3);
}
.work_img {
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  z-index: 1;
  margin: 15px;
}
.work_img > img {
  max-width: 100%;
  border-radius: 15px;
}
.work_img-ribbon {
  display: none;
}
.sales {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sales-title {
  text-shadow: 0 0 15px #fff;
  margin-bottom: 40px;
}
.sales-container {
  max-width: 1200px;
  margin: 0 auto;
}
.sales-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -20px;
}
.sales-item {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(148, 175, 180, 0.3);
  margin: 20px;
}
.sales-item-title {
  position: absolute;
  font-weight: 400;
  height: 60px;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(
    rgba(80, 220, 255, 0.95) 0,
    rgba(3, 178, 215, 0.95) 100%
  );
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-radius: 0 0 10px 10px;
}
.feedback {
  position: relative;
  background: linear-gradient(
    to bottom,
    #e6f9ff 0,
    #fff 40%,
    #fff 60%,
    #e6f9ff 100%
  );
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 60px 0;
}
.feedback-title {
  text-shadow: 0 0 15px #fff;
}
.feedback-slider {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.feedback-items {
  max-width: 1100px;
  margin: 0 auto;
}
.feedback-slider-item {
  outline: 0;
  padding: 25px 15px;
}
.feedback-item {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 1px 15px #c1c0c0;
  margin: 0 auto;
}
.feedback-item-person {
  display: flex;
  align-items: center;
  min-width: 115px;
  margin-bottom: 10px;
}
.feedback-person-img {
  width: 104px;
  height: 104px;
  border: 2px solid #ffc50a;
  box-shadow: 0 1px 14px #c1c0c0;
  margin-right: 10px;
}
.feedback-person-descr {
  font-size: 16px;
}
.feedback-person-name {
  font-weight: 400;
}
.feedback-person-name > p {
  margin-bottom: 3px;
}
.feedback-person-name > span {
  color: #888;
}
.feedback-person-date {
  margin: 3px 0;
}
.feedback-person-rating {
  color: #888;
  font-size: 14px;
}
.feedback-write {
  display: table;
  text-align: center;
  cursor: pointer;
  color: #3b5998;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
  font-weight: 400;
  text-decoration: underline;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.feedback-write-wrapper {
  margin-top: 35px;
}
.feedback__review-title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  color: #888;
}
.feedback__review-descr {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  margin-top: 5px;
}
.feedback__review-descr a {
  margin-top: 7px;
  display: inline-block;
  color: #08b4d9;
}
.feedback__review-descr a:hover {
  text-decoration: underline;
}
.feedback-slider-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0;
}
.feedback-slider-dots li {
  width: 25px;
  height: 25px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.feedback-slider-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 25px;
  height: 25px;
  background: 0 0;
}
.feedback-slider-dots li button:focus:before,
.feedback-slider-dots li button:hover:before {
  opacity: 1;
}
.feedback-slider-dots li button:before {
  background-color: #fff;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  content: "";
  text-align: center;
  color: #000;
  border-radius: 100%;
  border: 2px solid #62caf2;
}
.feedback-slider-dots li.slick-active button:before {
  background-image: linear-gradient(to bottom, #8ce3ff 0, #06b2eb 100%);
  border: 0;
}
.questions {
  padding-top: 60px;
  padding-bottom: 60px;
}
.questions-title {
  margin-bottom: 35px;
  text-align: center;
}
.footer_contacts-conf > br,
.questions-image,
.questions_img {
  display: none;
}
.questions-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.questions-contacts {
  font-weight: 400;
  font-size: 18px;
  margin: 0 10px;
}
.questions-contacts-list {
  margin-bottom: 25px;
}
.questions-subtitle {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  color: #05294d;
}

.instagram a {
  text-align: center;
  width: 35px;
  float: left;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgb(0 0 0), inset 0 0 50px rgb(0 0 0 / 0%);
  border-radius: 24px;
  padding: 2px;
}
.telegram a {
  text-align: center;
  width: 34px;
  height: 31px;
  float: left;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgb(0 0 0), inset 0 0 50px rgb(0 0 0 / 0%);
  border-radius: 24px;
  padding: 5px;
}
.viber a {
  text-align: center;
  width: 34px;
  height: 31px;
  float: left;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgb(0 0 0), inset 0 0 50px rgb(0 0 0 / 0%);
  border-radius: 24px;
  padding: 5px;
}
.fa-viber {
  font-size: 22px;
}
.social a:hover {
  background: #d2f9fd;
  color: #fff;
}
.fa-instagram {
  font-size: 25px;
}
.fa-paper-plane {
  font-size: 20px;
}
.questions-mail,
.questions-number {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.questions-mail > a,
.questions-number > a {
  margin: 0 7px;
}
.questions-mail {
  gap: 10px;
}
.questions-adress,
.questions-work {
  display: flex;
  align-items: flex-start;
}
.questions-adress > p,
.questions-work > p {
  line-height: 1.5;
  margin-left: 7px;
}
.questions-adress > svg,
.questions-work > svg {
  transform: translateY(3px);
}
.questions-adress {
  margin-bottom: 10px;
}
.questions-adress:last-of-type {
  margin-bottom: 0;
}
.questions-adress > a {
  margin-left: 7px;
  border-bottom: 1px solid #000;
}
.questions_form {
  margin: 0 10px;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  text-align: center;
  padding-top: 20px;
}
.modal-close {
  cursor: pointer;
  background: #000;
  border: 3px solid #fff;
  border-radius: 100%;
  position: absolute;
  right: -10px;
  top: -15px;
  height: 34px;
  width: 34px;
  z-index: 1;
  box-shadow: 0 0 2px rgba(127, 127, 127, 0.2), 0 0 4px rgba(127, 127, 127, 0.2);
}
.modal-close:after,
.modal-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
  border-radius: 5px;
}
.modal-close:before {
  width: 18px;
  height: 4px;
}
.modal-close:after {
  width: 4px;
  height: 18px;
}
.modal-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.modal-content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 40px);
  max-width: 370px;
  background-color: #fff;
  border: 2px solid #ff6d00;
  border-radius: 10px;
  padding: 25px 20px 30px;
}
.modal-lists {
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  margin: 10px 0 0;
  padding-left: 20px;
}
.modal-list {
  list-style-type: disc !important;
}
.modal_form-btn,
.modal_form-message,
.modal_form-phone {
  width: 100%;
  max-width: 240px;
  margin: 7px 0;
}
.footer {
  border-bottom: 1px dashed #ddd;
  border-top: 5px solid #ddd;
  padding: 15px 10px;
  background-color: #f9f9f9;
}
.footer-content {
  max-width: 980px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.footer-pragma,
.footer_contacts {
  text-align: center;
}
.footer-pragma > svg {
  display: block;
  margin: 5px auto 0;
}
.footer_contacts {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  margin: 15px 0;
}
.footer_contacts-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  margin-bottom: 5px;
  z-index: 1000;
  width: 240px;
  text-align: left;
  bottom: 40px;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(127, 127, 127, 0.5);
  border-radius: 6px;
  border: 1px solid rgba(127, 127, 127, 0.5);
  padding: 15px;
}
.footer_contacts-item {
  margin-bottom: 5px;
}
.footer_contacts-close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 2px;
  top: 2px;
  transform: rotate(45deg);
  background: 0 0;
  cursor: pointer;
}
.footer_contacts-close:after,
.footer_contacts-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #292929;
}
.footer_contacts-close:before {
  width: 20px;
  height: 3px;
}
.footer_contacts-close:after {
  width: 3px;
  height: 20px;
}
.footer_contacts-logo {
  width: 100% !important;
  margin-bottom: 5px;
}
.footer_contacts-button,
.footer_contacts-conf {
  color: #419fac;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footer_contacts-button {
  cursor: pointer;
  line-height: 1.2;
}
.footer_contacts-conf {
  display: inline-block;
  margin-top: 5px;
}
@media (max-width: 400px) {
  .top-bar-content {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .top-bar-content {
    gap: 15px;
    flex-direction: column;
  }
}
@media (min-width: 600px) {
  .icon-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
  }
  .service_item-descr-title {
    font-size: 30px;
  }
  .icon-advantages-item-text,
  .service_item-descr-info {
    font-size: 20px;
  }
  .feedback-item {
    padding: 20px;
    border-radius: 10px;
  }
  .header-subtitle {
    padding: 0 15px;
  }
  .feedback-person-descr {
    font-size: 18px;
  }
  .feedback-person-img {
    border-radius: 100%;
    margin-right: 15px;
  }
  .questions-content {
    margin: 0 -20px;
  }
  .questions-contacts,
  .questions_form {
    margin: 0 20px;
  }
  .footer-content {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media (min-width: 900px) {
  .action-content {
    flex-direction: row;
    justify-content: center;
  }
  .icon {
    flex-direction: row;
    justify-content: center;
  }
  .icon-content {
    flex-direction: row;
    justify-content: center;
  }
  .header-subtitle {
    padding: 0 100px;
  }
  .action_img {
    order: 0;
    margin-top: 0;
    margin-right: -40px;
  }
  .action_form {
    position: relative;
    margin-top: 0;
    z-index: 1;
  }
  .icon {
    padding-bottom: 0;
  }
  .icon-content-img {
    display: block;
    margin-top: auto;
  }
  .icon-advantages {
    margin: -20px 0;
  }
  .icon-advantages-wrapper {
    margin-bottom: 40px;
  }
  .icon-advantages-item {
    padding: 20px 75px 20px 80px;
    margin: 20px 0;
  }
  .icon-advantages-item:after,
  .icon-advantages-item:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
  }
  .icon-advantages-item:before {
    left: 17px;
    width: 46px;
    height: 46px;
    background: linear-gradient(to bottom, #8ad100 0, #4daf00 100%);
    box-shadow: 0 3px 6px rgba(77, 175, 0, 0.38);
  }
  .icon-advantages-item:after {
    left: 22px;
    width: 36px;
    height: 36px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.949' height='16.631'%3E%3Cpath d='M2.827 8.384l6.63 6.248 9.678-11.817' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'%3E%3C/path%3E%3C/svg%3E")
        center no-repeat,
      linear-gradient(to bottom, #4daf00 0, #8ad100 100%);
  }
  .help_block {
    padding: 35px 105px;
  }
  .feedback__review-title {
    font-size: 20px;
  }
  .feedback__review-descr {
    font-size: 18px;
  }
  .slider_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: transparent;
    background-image: linear-gradient(to bottom, #50dcff 0, #03b2d7 100%);
    border: 0;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    transition: all ease 0.2s;
    cursor: pointer;
    z-index: 2;
  }
  .slider_arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(to bottom, #03b2d7 0, #50dcff 100%);
    width: 64px;
    height: 64px;
    border-radius: 100px;
  }
  .slider_arrow:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 18px;
    height: 18px;
    border: 4px solid transparent;
    border-radius: 5px 0 5px;
    box-sizing: content-box;
    z-index: 1;
  }
  .slider_arrow:hover {
    background-image: linear-gradient(to bottom, #37d7ff 0, #039dbe 100%);
  }
  .slider_arrow:hover:before {
    background-image: linear-gradient(to bottom, #039dbe 0, #37d7ff 100%);
  }
  .slider_arrow-next {
    right: 0;
  }
  .slider_arrow-next:after {
    border-top-color: #fff;
    border-right-color: #fff;
    left: 44%;
  }
  .slider_arrow-prev {
    left: 0;
  }
  .slider_arrow-prev:after {
    border-left-color: #fff;
    border-bottom-color: #fff;
    left: 56%;
  }
  .modal-content {
    left: 50%;
    top: 200px;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .service {
    min-height: 983px;
  }
  .service.loaded {
    background: url(/img/service/bg_service-2560.jpg) top center no-repeat;
  }
  .service-title {
    margin-bottom: 55px;
  }
  .service:after {
    content: none;
  }
  .service_item {
    width: calc(33% - 50px);
  }
  .action {
    padding-top: 0;
  }
  .action:before {
    top: 0;
    height: 1211px;
  }
  .action.loaded:before {
    background: url(/img/action/bg_action-2560.jpg) top center no-repeat;
  }
  .action_price {
    margin-right: 120px;
  }
  .action_price-items {
    margin: -30px 0;
  }
  .action_price-item {
    margin: 30px 0;
  }
  .action_form-img {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    z-index: -1;
  }
  .offers {
    padding-top: 65px;
    padding-bottom: 0;
  }
  .icon {
    padding-top: 110px;
    border: 0;
  }
  .icon.loaded {
    background: url(/img/icon/bg_icon-2560.jpg) top center no-repeat;
  }
  .icon-content {
    justify-content: flex-start;
  }
  .icon-content-img {
    margin-right: 160px;
  }
  .icon-advantages-item {
    box-shadow: 0 2px 5px rgba(148, 175, 180, 0.35);
  }
  .icon-green {
    display: block;
    position: absolute;
    right: 40px;
    top: 10px;
    transform: translateX(100%);
    z-index: 1;
  }
  .help {
    padding-top: 65px;
    padding-bottom: 0;
  }
  .help_block,
  .help_block-title {
    text-align: left;
  }
  .help_block-img {
    display: block;
  }
  .help_block-img-left {
    position: absolute;
    bottom: 0;
    left: 45px;
    transform: translateX(-100%);
  }
  .help_block-img-right {
    position: absolute;
    top: 0;
    right: 30px;
    transform: translateX(100%);
  }
  .work {
    background: 0 0;
    border: 0;
    padding-top: 90px;
    padding-bottom: 0;
  }
  .action:before,
  .sales:before,
  .work:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .work:before {
    bottom: -95px;
    height: 856px;
  }
  .work.loaded:before {
    background: url(/img/work/bg_work-2560.jpg) bottom center no-repeat;
  }
  .work-content {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  .work_info {
    transform: rotate(-5deg);
    margin: 35px 50px 0 0;
  }
  .work_imgs {
    position: relative;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 0;
  }
  .work_img {
    margin: 0;
  }
  .work_img-1 {
    transform: rotate(2deg);
  }
  .work_img-2 {
    transform: rotate(11deg);
    margin-top: 35px;
    margin-left: 5px;
  }
  .work_img-3 {
    transform: rotate(17deg);
    margin-top: 115px;
    margin-left: 10px;
  }
  .work_img-ribbon {
    max-width: none;
    display: block;
    position: absolute;
    bottom: 0;
    left: 52%;
    transform: translate(-50%, 30%);
  }
  .sales-item-title {
    font-size: 20px;
    padding: 0 25px;
  }
  .sales {
    position: relative;
    padding-top: 125px;
    padding-bottom: 0;
  }
  .sales:before {
    top: 0;
    height: 1626px;
  }
  .sales.loaded:before {
    background: url(/img/feedback/bg_feedback-2560.jpg) top center no-repeat;
  }
  .sales-list {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
  }
  .sales-item {
    margin: 0;
  }
  .feedback {
    background: 0 0;
    border: 0;
    padding: 75px 0;
  }
  .questions {
    padding: 0;
  }
  .questions-container {
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
  }
  .questions-content {
    margin: 0;
  }
  .questions-image {
    display: block;
  }
  .questions_img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  .questions_form {
    margin: 0;
  }
}
