/* cmsms stylesheet: it4b_main_css2 modified: 03/06/26 16:50:45 */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,700,800&subset=cyrillic");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

input[type="submit"],
button {
  background: none;
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.icon-arrow-down {
  width: 1.5em;
  height: 1em;
  fill: #AAA;
}

.icon-arrow-next {
  width: 0.41em;
  height: 1em;
  fill: #DEDEDE;
}

.icon-arrow-prev {
  width: 0.41em;
  height: 1em;
  fill: initial;
}

.icon-close {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-facebook {
  width: 1em;
  height: 1em;
  fill: #fff;
}

.icon-instagram {
  width: 1em;
  height: 1em;
  fill: #fff;
}

.icon-linkedin {
  width: 1em;
  height: 1em;
  fill: #fff;
}

.icon-phone {
  width: 0.85em;
  height: 1em;
  fill: #404040;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
/*  width: 100%; */
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

body {
  min-width: 360px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3;
  color: #000;
}

body.no-scroll {
  overflow: hidden;
}

.btn {
  min-width: 165px;
  height: 37px;
  border-radius: 19px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  transition: all 0.3s;
}

.btn_green {
  background: #3ABF20;
  font-weight: 700;
  color: #fff;
}

.btn_green:hover {
  background: #41d524;
}

.btn_border-green {
  border: 1px solid #3ABF20;
  font-weight: 500;
  color: #000;
}

.btn_border-green:hover {
  background: #3ABF20;
  color: #fff;
}

.btn_gradient {
  background-image: linear-gradient(to bottom, #A7FF1F 25%, #20BF55 75%);
  background-position: 50% 50%;
  background-size: auto 200%;
  font-weight: 600;
  color: #fff;
}

.btn_gradient:hover {
  background-position: 50% 35%;
}

a.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.center {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px;
}

.main {
  position: relative;
  padding: 174px 0 135px;
  background: url("/uploads/img/bg-main.jpg") no-repeat 50% 50%/cover;
}

.main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
/*  background: rgba(255, 255, 255, 0.85); */
}

.main__center {
  position: relative;
  z-index: 2;
}

.main__title {
  margin-bottom: 67px;
  text-align: center;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 500;
text-transform: uppercase;
}

.main__font {
  display: block;
  color: #3ABF20;
font-size: 42px;
font-weight: 800;
}

.language {
  position: relative;
  top: -3px;
  transition: all .2s;
}

.language__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 23px;
  border-radius: 12px;
  border: 1px solid #3ABF20;
  font-size: 11px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  transition: background .2s, color .2s;
}

.language__head:hover,
.language.active .language__head {
  background: #3ABF20;
  color: #fff;
}

.language__body {
  position: absolute;
  top: calc(100% + 14px);
  left: -6px;
  width: 152px;
  padding: 30px 17px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 9px;
  visibility: hidden;
  opacity: 0;
  transition: all .2s;
}

.language.active .language__body {
  visibility: visible;
  opacity: 1;
}

.language__link {
  display: block;
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  transition: color .2s;
}

.language__link:hover {
  color: #3ABF20;
}

.language__link:not(:last-child) {
  margin-bottom: 15px;
}

.language__link.active:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #B5E44A;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 43px 0;
  transition: padding 0.3s;
}

.header__help {
  position: relative;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -27px 0 9px;
  transform: translateX(-50%);
  transition: margin .2s;
}

.header__line {
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.header__army {
  display: flex;
  align-items: center;
  margin-left: 6px;
  padding: 1px 9px 1px 12px;
  clip-path:  polygon(4px 0, calc(100% - 4px) 0, calc(100% - 4px) 0, 100% 50%, calc(100% - 4px) 100%, 4px 100%, 0 50%);
  background: #3ABF20;
  font-weight: 700;
  color: #fff;
}

.header__army img {
  margin-right: 6px;
}

.header__center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  font-size: 0;
}

.header__logo .header__pic {
  width: 201px;
  transition: width 0.3s;
}

.header__pic_mobile {
  display: none;
}

.header__wrap {
  margin: -10px 34px 0 auto;
  transition: margin 0.3s;
}

.header__menu {
  position: relative;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header__item {
  position: relative;
}

.header__body {
  display: none;
  position: absolute;
  top: 100%;
  left: 9px;
  width: 173px;
  padding-top: 7px;
}

.header__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 15px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.header__link {
  color: #000;
  transition: color 0.3s;
}

.header__link:hover {
  color: #3ABF20;
}

.header__link:not(:last-child) {
  margin-bottom: 23px;
}

.header a.header__item {
  padding: 9px 20px;
  border-radius: 18.5px;
}

.header a.header__item:hover {
  color: #3ABF20;
}

.header a.header__item.active {
  background: #b5e44a;
  color: #000;
}

.header a.header__item, .header__head {
  font-weight: 500;
  color: #000;
  transition: all 0.3s;
}

.header__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 12px 9px 20px;
  border-radius: 18.5px;
  cursor: pointer;
}

.header__head .icon {
  margin: 2px 0 0 11px;
  font-size: 6px;
  fill: #AAAAAA;
  transition: transform 0.3s;
}

.header__item.active .header__head {
  background: #b5e44a;
}

.header__head.active .icon-arrow-down {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__phone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 164px;
  margin: -7px 0 0 25px;
  transition: margin 0.3s;
}

.header.active {
  padding: 14px 0;
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.header.active .header__logo .header__pic {
  width: 140px;
}

.header.active .header__wrap {
  margin-top: 0;
}

.header.active .header__help {
  margin: -5px 0 2px;
}

.header.active .header__phone {
  margin-top: 0;
}

.header.active .language {
  top: 1px;
}

body:not(.touch-device) .header__item:hover .header__head .icon-arrow-down {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

body:not(.touch-device) .header__item:hover .header__body {
  display: block;
}

.phone {
  position: relative;
}

.phone__open {
  position: relative;
  width: 165px;
  height: 37px;
  border: 1px solid #3ABF20;
  border-radius: 19px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0;
  transition: all 0.3s;
  -webkit-tap-highlight-color: transparent;
}

.phone__open .icon-close {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  fill: #000;
  opacity: 0;
  transition: none;
}

.phone__open .icon-phone {
  display: none;
  font-size: 19px;
  fill: #404040;
}

.phone__open.active {
  width: 37px;
}

.phone__open.active .icon-close {
  opacity: 1;
  transition: all 0.3s;
}

.phone__open.active .icon-phone {
  display: none;
}

.phone__text {
  display: inline-block;
/*  width: 114px; */
  font-weight: 500;
  font-size: 15px;
  overflow: hidden;
  transition: width 0.3s;
}

.phone__open.active .phone__text {
  width: 0;
}

.phone__body {
  position: absolute;
  top: 100%;
  right: 0;
//  width: 308px;
  width: fit-content;
  padding-top: 7px;
  visibility: hidden;
  opacity: 0;
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: all 0.4s;
}

.phone__body.visible {
  visibility: visible;
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
}

.phone__wrap {
  padding: 25px 25px 59px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.phone__title {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
}

.phone__info {
  margin-bottom: 23px;
  text-align: center;
  font-size: 13px;
}

.phone__field {
  margin-bottom: 16px;
}

.phone__input {
  width: 100%;
  height: 37px;
  padding: 0 22px;
  border-radius: 18px;
  border: 1px solid #D9D9D9;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #000;
}

.phone__input:-ms-input-placeholder {
  color: #919191;
}

.phone__input::placeholder {
  color: #919191;
}

.phone__btn {
  min-width: 100%;
}

.burger {
  position: relative;
  z-index: 10;
  display: none;
  width: 25px;
  height: 19px;
  text-align: center;
  transition: background .3s;
}

.burger:before, .burger:after,
.burger span {
  display: block;
  width: 25px;
  height: 3px;
  background: #000;
  transition: transform .3s, width .3s, background .3s;
}

.burger:before, .burger:after {
  content: '';
  margin: 0 auto;
}

.burger span {
  margin: 5px auto;
}

.burger.active:before, .burger.active:after,
.burger.active span {
  background: #000;
}

.burger.active:before {
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.burger.active span {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.active:after {
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

body:not(.touch-device) .phone__open:hover {
  background: #3ABF20;
  color: #fff;
}

body:not(.touch-device) .phone__open:hover .icon {
  fill: #fff;
}

.cells__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}

.cells__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 152px;
  flex: 0 0 152px;
  width: 152px;
  height: 140px;
  margin: 0 54px;
  padding: 0 5px;
  background: url("/uploads/img/polygon-green.svg") no-repeat 50% 50%/cover;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.3s;
}

.cells__item:hover {
  position: relative;
  z-index: 5;
}

.cells__item_empty {
  background: none;
  cursor: auto;
}

.cells__item_simple {
  background-image: url("/uploads/img/polygon-simple.png");
  cursor: auto;
}

.cells__item:first-child, .cells__item:nth-child(8), .cells__item:nth-child(15), .cells__item:nth-child(22) {
  margin-left: 150px;
}

.cells__item:nth-child(3), .cells__item:nth-child(10), .cells__item:nth-child(17), .cells__item:nth-child(24) {
  margin-right: 150px;
}

.cells__item:nth-child(n+4) {
  margin-top: -64px;
}

.cells__inner {
  position: relative;
}

.cells__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.1));
  transition: all 0.3s;
}

.cells__bg .cells__pic {
  width: 180px;
}

.cells__item:hover .cells__bg {
  visibility: visible;
  opacity: 1;
}

.cells__preview {
  position: relative;
  z-index: 2;
  height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 6px;
  overflow: hidden;
  font-size: 0;
  transition: all 0.3s;
}

.cells__preview .cells__pic {
  max-height: 100%;
}

.cells__item:hover .cells__preview {
  height: 61px;
}

.cells__text {
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s;
}

.cells__item:hover .cells__text {
  padding: 8px 0 20px;
}

.title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}

.title_big {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.title_white {
  color: #fff;
}

.advantages {
  padding: 52px 0 75px;
}

.advantages__title {
  margin-bottom: 47px;
}

.advantages__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 20px;
}

.advantages__item:not(:last-child) {
  margin-right: 90px;
}

.advantages__head {
  position: relative;
  margin-bottom: 5px;
}

.advantages__head:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
  height: 40px;
  background: url("/uploads/img/polygon-green-sm.svg") no-repeat 50% 50%/cover;
}

.advantages__number {
  position: relative;
  z-index: 2;
  font-size: 32px;
  font-weight: 700;
  color: #020202;
}

.advantages__text {
  line-height: 1.15;
}

.benefit {
  position: relative;
  padding: 60px 0 51px;
  background: url("/uploads/img/bg-advantages.jpg") no-repeat 50% 50%/cover;
}

.benefit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(40deg, #067F2E 0%, #067F2E 35%, #F6FF00 100%);
  opacity: .9;
}

.benefit__center {
  position: relative;
  z-index: 3;
  max-width: 1060px;
}

.benefit__title {
  margin-bottom: 45px;
}

.benefit__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-right: 30px;
}

.benefit__item {
  -ms-flex: 0 0 calc(25% - 30px);
  flex: 0 0 calc(25% - 30px);
  width: calc(25% - 30px);
  margin: 0 15px 36px;
  text-align: center;
}

.benefit__preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 57px;
  margin-bottom: 5px;
  font-size: 0;
}

.benefit__pic {
  max-height: 100%;
}

.benefit__text {
  font-size: 16px;
  color: #fff;
}

.cases {
  padding: 53px 0 89px;
  background: #F7F7F7;
}

.cases__title {
  margin-bottom: 61px;
}

.cases__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -33px;
}

.cases__item {
  position: relative;
  -ms-flex: 0 0 calc(33.33% - 66px);
  flex: 0 0 calc(33.33% - 66px);
  width: calc(33.33% - 66px);
  margin: 0 33px;
}

.cases__item:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 10px;
  right: 10px;
  height: 120px;
  border-radius: 40px;
  background: #b5e44a;
}

.cases__inner {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 45px 55px 50px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.07);
}

.cases__preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
/*  height: 41px; */
  height: 86px; 
  margin-bottom: 52px;
  font-size: 0;
}

.cases__pic {
  max-width: 181px;
  max-height: 100%;
}

.cases__text {
  margin-bottom: 47px;
  font-size: 14px;
  line-height: 1.45;
}

.cases__btns {
  margin-top: auto;
  text-align: center;
}

.review__container {
  padding: 60px 0 40px;
}

.review__title {
  margin-bottom: 60px;
}

.review__inner {
  padding: 0 55px;
}

.review__item {
  display: -ms-flexbox;
  display: flex;
}

.review__desc {
  -ms-flex: 0 0 380px;
  flex: 0 0 380px;
  width: 380px;
  padding: 13px 30px 0 30px;
  text-align: center;
}

.review__wrap {
  position: relative;
  -ms-flex: 0 0 calc(100% - 380px);
  flex: 0 0 calc(100% - 380px);
  width: calc(100% - 380px);
  padding-right: 80px;
}

.review__ava {
  width: 125px;
  height: 125px;
  margin: 0 auto 13px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 0;
}

.review__ava .review__pic {
/*  width: 100%;*/
  height: 100%;
  min-height: 100%;
}

.review__user {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  color: #3ABF20;
}

.review__post {
  margin-bottom: 12px;
  font-style: italic;
}

.review__company {
  display: inline-block;
  font-size: 0;
}

.review__company .review__pic {
  max-width: 120px;
  max-height: 50px;
}

.review__text {
  line-height: 1.6;
}

.review__quotes {
  position: absolute;
  top: -3px;
  left: -50px;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  color: #b5e44a;
}

.review__box:nth-child(2n+1) {
  padding: 57px 0 75px;
}

.review__box:nth-child(2n+1) .review__item {
  padding: 0 55px;
}

.review__box:nth-child(2n+1) .review__desc {
  padding: 13px 40px 0 0;
}

.review__box:nth-child(2n) {
  padding: 55px 0 50px;
  background: #F2F2F2;
}

.review__box:nth-child(2n) .review__item {
  padding: 0 10px 0 182px;
}

.review__box:nth-child(2n) .review__wrap {
  padding: 0;
}

.review__box:nth-child(2n) .review__desc {
  padding: 13px 80px 0 30px;
}

.review__clients {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 55px;
  padding: 10px 0;
}

.review__preview {
  margin: 0 16px 16px;
  font-size: 0;
}

.review .owl-prev,
.review .owl-next {
  position: absolute;
  top: 35%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
}

.review .owl-prev .icon,
.review .owl-next .icon {
  font-size: 80px;
  fill: #DEDEDE;
  transition: fill 0.3s;
}

.review .owl-prev:hover .icon,
.review .owl-next:hover .icon {
  fill: #3ABF20;
}

.review .owl-prev {
  left: -55px;
}

.review .owl-next {
  right: -55px;
}

.review .owl-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 53px;
}

.review .owl-dot {
  width: 54px;
  height: 5px;
  background: #DEDEDE;
  transition: background 0.3s;
}

.review .owl-dot:hover {
  background: #d1d1d1;
}

.review .owl-dot.active {
  background: #3ABF20;
}

.review .owl-dot:not(:last-child) {
  margin-right: 7px;
}

.review_clients {
  margin-bottom: 100px;
}

.order {
  padding: 98px 0 113px;
  background-image: linear-gradient(#F6FF00 0%, #D9E01F 100%);
}

.order__line {
  display: -ms-flexbox;
  display: flex;
}

.order__desc {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 50px;
}

.order__title {
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

.order__text {
  font-size: 16px;
}

.order__btns {
  -ms-flex: 0 0 277px;
  flex: 0 0 277px;
  width: 277px;
  padding-top: 18px;
}

.order__btn {
  min-width: 100%;
  height: 55px;
  border-radius: 28px;
  font-size: 21px;
}

.footer {
  padding: 70px 0 67px;
  background: #373737;
}

.footer__line {
  display: -ms-flexbox;
  display: flex;
}

.footer__desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 0 0 310px;
  flex: 0 0 310px;
  width: 310px;
  padding-right: 40px;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 0;
}

.footer__logo .footer__pic {
  width: 170px;
}

.footer__control {
  margin: 5px auto 0 0;
}

.footer__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 35px;
}

.footer__nav .footer__link {
  font-weight: 500;
  color: #fff;
  transition: color 0.3s;
}

.footer__nav .footer__link:hover {
  color: #8FEC00;
}

.footer__nav .footer__link:not(:last-child) {
  margin-bottom: 10px;
}

.footer__copyright {
  margin-top: -15px;
  font-size: 11px;
  color: #AAA;
}

.footer__contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 14px;
}

.footer__list {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer__item:not(:last-child) {
  margin-bottom: 15px;
}

.footer__social {
  margin-top: 30px;
  padding-bottom: 2px;
}

.footer__category {
  margin-bottom: 5px;
  font-weight: 600;
  color: #fff;
}

.footer__phone {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 300;
  color: #8FEC00;
  transition: color 0.3s;
}

.footer__phone:hover {
  color: #b5e44a;
}

.footer__menu {
  display: -ms-flexbox;
  display: flex;
}

.footer__menu .footer__link {
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  transition: color 0.3s;
}

.footer__menu .footer__link:hover {
  color: #8FEC00;
}

.footer__menu .footer__link:not(:last-child) {
  margin-right: 18px;
}

.social {
  display: -ms-flexbox;
  display: flex;
}

.social__link {
  font-size: 0;
}

.social__link .icon {
  font-size: 23px;
  fill: #aaaaaa;
  transition: fill 0.3s;
}

.social__link:hover .icon {
  fill: #8FEC00;
}

.social__link:not(:last-child) {
  margin-right: 18px;
}

.field {
  font-size: 0;
}

.field__wrap {
  position: relative;
}

.field__input, .field__textarea {
  width: 100%;
  border: 1px solid #C4C4C4;
  border-radius: 22.5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #000;
  transition: border-color 0.3s;
}

.field__input:-ms-input-placeholder, .field__textarea:-ms-input-placeholder {
  color: #C4C4C4;
}

.field__input::placeholder, .field__textarea::placeholder {
  color: #C4C4C4;
}

.field__input {
  height: 45px;
  padding: 0 45px 0 28px;
}

.field__textarea {
  height: 214px;
  padding: 13px 28px;
  resize: none;
}

.field__error {
  position: absolute;
  top: 50%;
  right: 12px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.field__sign {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #FDE74C;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.field__note {
  position: absolute;
  right: -14px;
  bottom: calc(100% + 9px);
  min-width: 224px;
  padding: 6px 17px 5px;
  border-radius: 12px;
  background: #FDE74C;
  font-size: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.field__note:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 18px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #FDE74C transparent transparent transparent;
}

.field__error:hover .field__note {
  visibility: visible;
  opacity: 1;
}

.field.error .field__input {
  border-color: #FDE74C;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-width: 320px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  z-index: 999;
  -webkit-tap-highlight-color: transparent;
}

.popup.visible {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.popup.animation .popup__wrap {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup__wrap {
  position: relative;
  width: 100%;
  padding: 0;
  margin: auto;
  opacity: 0;
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  transition: opacity .5s, transform .5s;
}

.popup__title {
  font-size: 24px;
  font-weight: 500;
}

.popup__info {
  margin-bottom: 18px;
  line-height: 1.5;
}

.popup__form .field__textarea {
  height: 170px;
}

.popup__close {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid #3ABF20;
  font-size: 0;
  transition: background 0.3s;
}

.popup__close .icon {
  font-size: 15px;
  fill: #000;
  transition: fill 0.3s;
}

.popup__close:hover {
  background: #3ABF20;
}

.popup__close:hover .icon {
  fill: #fff;
}

.popup_order .popup__wrap {
  max-width: 845px;
  padding: 85px 130px 75px;
}

.popup_order .popup__title {
  margin-bottom: 30px;
}

.popup_thank .popup__wrap {
  max-width: 522px;
  padding: 82px 72px 81px;
  text-align: center;
}

.popup_thank .popup__title {
  margin-bottom: 15px;
}

.popup_thank .popup__btn {
  min-width: 255px;
}

.content h1 {
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}

.content h1:not(:first-child) {
  margin-top: 35px;
}

.content h1:not(:last-child) {
  margin-bottom: 30px;
}

.content h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

.content h2:not(:first-child) {
  margin-top: 30px;
}

.content h2:not(:last-child) {
  margin-bottom: 25px;
}

.content h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}

.content h3:not(:first-child) {
  margin-top: 30px;
}

.content h3:not(:last-child) {
  margin-bottom: 25px;
}

.content h4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

.content h4:not(:first-child) {
  margin-top: 15px;
}

.content h4:not(:last-child) {
  margin-bottom: 15px;
}

.content p {
  font-size: 15px;
  line-height: 1.55;
}

.content p:not(:last-child) {
  margin-bottom: 27px;
}

.content a {
  text-decoration: underline;
  color: #3ABF20;
}

.content a:hover {
  text-decoration: none;
}

.content ul li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
line-height: 1.55;
}

.content ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: #b5e44a;
}

.content ul li:not(:last-child) {
  margin-bottom: 18px;
}

.content ul:not(:last-child) {
  margin-bottom: 25px;
}

.content ol {
  counter-reset: li;
}

.content ol li {
  position: relative;
  padding-left: 33px;
  font-size: 15px;
}

.content ol li:not(:last-child) {
  margin-bottom: 17px;
}

.content ol li:before {
  position: absolute;
  top: -3px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #b5e44a;
  counter-increment: li;
  content: counters(li, ".");
  color: #fff;
}

.content ol:not(:last-child) {
  margin-bottom: 20px;
}

.content blockquote {
  position: relative;
  padding: 41px 70px 43px 105px;
  border-radius: 9px;
  background: #F9FFED;
}

.content blockquote:before {
  content: "“";
  position: absolute;
  top: 20px;
  left: 35px;
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  color: #b5e44a;
}

.content blockquote p {
  font-style: italic;
}

.content blockquote p:not(:last-child) {
  margin-bottom: 23px;
}

.content blockquote cite {
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
}

.content .table-wrap:not(:first-child) {
  margin-top: 30px;
}

.content .table-wrap:not(:last-child) {
  margin-bottom: 35px;
}

.content table {
  font-size: 15px;
}

.content table th {
  height: 56px;
  background: #b5e44a;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
}

.content table th, .content table td {
  padding: 5px 40px;
  vertical-align: middle;
}

.content table td {
  height: 56px;
  background: #F6FAED;
}

.content table tr:nth-child(2n+1) td {
  height: 61px;
  background: #fff;
}

@keyframes rotate {
  25% {
    transform: rotate(15deg) scale(1.1);
  }
  50% {
    transform: rotate(0) scale(1);
  }
  75% {
    transform: rotate(-15deg) scale(0.9);
  }
  100% {
    transform: rotate(0);
  }
}

.head {
  position: relative;
  overflow: hidden;
}

.head__center {
  position: relative;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 560px;
  padding-top: 95px;
  padding-bottom: 40px;
}

.head__title {
  margin-bottom: 33px;
}

.head__info {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}

.head__figures {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  animation-name: rotate;
  animation-duration: 35s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.head__figure {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 0;
}

.head__layer {
  position: relative !important;
}

.head__clients {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 110px;
}

.head__preview {
  margin: 0 16px 16px;
  font-size: 0;
}

.head_services {
  background-image: linear-gradient(130deg, #f1f1f1 10%, #d4d4d4 60%);
}

.head_services .head__figure:first-child {
  bottom: 8%;
  left: 10%;
}

.head_services .head__figure:first-child .head__polygon {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-image: linear-gradient(140deg, #fcffae, rgba(252, 255, 170, 0));
}

.head_services .head__figure:nth-child(2) {
  top: 16%;
  left: 30%;
}

.head_services .head__figure:nth-child(2) .head__polygon {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-image: linear-gradient(130deg, #d1d1d1, rgba(209, 209, 209, 0));
}

.head_services .head__figure:nth-child(3) {
  top: 35%;
  right: 12%;
  animation-name: figure4;
}

.head_services .head__figure:nth-child(3) .head__polygon {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background-image: linear-gradient(140deg, #9ac739, rgba(176, 254, 10, 0));
}

.head_services .head__figure:nth-child(4) {
  top: 29%;
  right: 38%;
}

.head_services .head__figure:nth-child(4) .head__polygon {
  width: 42px;
  height: 42px;
  background-color: #bbe0bf;
}

.head_services .head__figure:nth-child(5) {
  left: 50%;
  bottom: 23%;
}

.head_services .head__figure:nth-child(5) .head__polygon {
  width: 90px;
  height: 90px;
  background-color: #d9dfcd;
}

.head_services .head__figure:nth-child(6) {
  right: 18%;
  bottom: 17%;
}

.head_services .head__figure:nth-child(6) .head__polygon {
  width: 24px;
  height: 24px;
  background-color: #c9c9c9;
}

.head_services .head__figure:nth-child(7) {
  top: 45%;
  left: 23%;
}

.head_services .head__figure:nth-child(8) {
  left: 38%;
  bottom: 10%;
}

.head_services .head__figure:nth-child(9) {
  right: 34%;
  bottom: 16%;
}

.head_services .head__figure:nth-child(10) {
  top: 20%;
  right: 29%;
}

.head_tariff {
  background-image: linear-gradient(to top, #d5d5d5, rgba(255, 255, 255, 0));
}

.head_tariff .head__figure:first-child {
  top: 21%;
  left: 14%;
}

.head_tariff .head__figure:first-child .head__polygon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-image: linear-gradient(140deg, #84ffc4, rgba(132, 255, 196, 0));
}

.head_tariff .head__figure:nth-child(2) {
  left: 23%;
  bottom: 10%;
}

.head_tariff .head__figure:nth-child(2) .head__polygon {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 60px 35px 0 35px;
  border-color: #EEFEE6 transparent transparent transparent;
}

.head_tariff .head__figure:nth-child(3) {
  top: 26%;
  left: 39%;
}

.head_tariff .head__figure:nth-child(3) .head__polygon {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 15px 0 15px;
  border-color: #B5C5AE transparent transparent transparent;
}

.head_tariff .head__figure:nth-child(4) {
  top: 49%;
  left: 38%;
}

.head_tariff .head__figure:nth-child(4) .head__polygon {
  width: 77px;
  height: 77px;
  border: solid 1px #d6d6d6;
}

.head_tariff .head__figure:nth-child(5) {
  left: 53%;
  bottom: 20%;
}

.head_tariff .head__figure:nth-child(5) .head__polygon {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 50px 30px 0 30px;
  border-color: #D0E9EB transparent transparent transparent;
}

.head_tariff .head__figure:nth-child(6) {
  top: 24%;
  right: 40%;
}

.head_tariff .head__figure:nth-child(6) .head__polygon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-image: linear-gradient(140deg, #9ef05e, rgba(158, 240, 94, 0));
}

.head_tariff .head__figure:nth-child(7) {
  right: 15%;
  bottom: 10%;
}

.head_tariff .head__figure:nth-child(7) .head__polygon {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-image: linear-gradient(140deg, #f9ffb0, rgba(249, 255, 176, 0));
}

.head_tariff .head__figure:nth-child(8) {
  top: 30%;
  right: 24.5%;
}

.head_tariff .head__figure:nth-child(8) .head__polygon {
  width: 41px;
  height: 41px;
  border: solid 1px #cacaca;
}

.head_cases {
  background-image: linear-gradient(70deg, #d0d0d0 15%, rgba(255, 255, 255, 0));
}

.head_cases .head__figure:first-child {
  left: 10%;
  bottom: 35%;
}

.head_cases .head__figure:nth-child(2) {
  top: 21%;
  left: 32%;
}

.head_cases .head__figure:nth-child(2) .head__polygon {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  border: solid 1px #c6c6c6;
}

.head_cases .head__figure:nth-child(3) {
  left: 36%;
  bottom: 19%;
}

.head_cases .head__figure:nth-child(3) .head__polygon {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 70px 40px 0 40px;
  border-color: #f4f0de transparent transparent transparent;
}

.head_cases .head__figure:nth-child(4) {
  top: 32%;
  right: 43%;
}

.head_cases .head__figure:nth-child(4) .head__polygon {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 30px 17.5px 0 17.5px;
  border-color: #F6FCEB transparent transparent transparent;
}

.head_cases .head__figure:nth-child(5) {
  bottom: 14%;
  left: 47%;
}

.head_cases .head__figure:nth-child(5) .head__polygon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #d3d3d3;
}

.head_cases .head__figure:nth-child(6) {
  right: 32%;
  bottom: 9%;
}

.head_cases .head__figure:nth-child(7) {
  top: 20%;
  right: 13%;
}

.head_cases .head__figure:nth-child(8) {
  right: 22%;
  bottom: 26%;
}

.head_cases .head__figure:nth-child(8) .head__polygon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: solid 1px #d5d5d5;
}

.head_clients .head__center {
  -ms-flex-align: end;
  align-items: flex-end;
  height: 580px;
  padding-bottom: 30px;
}

.head_green {
  background-image: linear-gradient(-45deg, #f4f5ca 0%, #f4f5ca 13%, #62c300 48%, #62c300 52%, #f4f5ca 85%, #f4f5ca 100%);
}

.head_green .head__figure:first-child {
  top: 21%;
  left: 18%;
}

.head_green .head__figure:nth-child(2) {
  top: 11%;
  left: 42%;
}

.head_green .head__figure:nth-child(3) {
  left: 7%;
  bottom: 19%;
}

.head_green .head__figure:nth-child(3) .head__polygon {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 45px 25px 0 25px;
  border-color: #fff84a transparent transparent transparent;
}

.head_green .head__figure:nth-child(4) {
  top: 33%;
  left: 45%;
}

.head_green .head__figure:nth-child(4) .head__polygon {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 35px 20px 0 20px;
  border-color: #b4e78c transparent transparent transparent;
}

.head_green .head__figure:nth-child(5) {
  right: 45%;
  bottom: 26%;
}

.head_green .head__figure:nth-child(6) {
  top: 6%;
  right: 19%;
}

.head_green .head__figure:nth-child(7) {
  right: 18%;
  bottom: 12%;
}

.head_green .head__figure:nth-child(8) {
  top: 43%;
  right: 3%;
}

.head_green .head__figure:nth-child(8) .head__polygon {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 15px 0 15px;
  border-color: #88e3bd transparent transparent transparent;
}

.head_contacts {
  background-image: linear-gradient(to bottom, #d5d5d5, #f2f2f2);
}

.head_contacts .head__figure:first-child {
  top: 30%;
  left: 14%;
}

.head_contacts .head__figure:first-child .head__polygon {
  width: 129px;
  height: 129px;
  border-radius: 50%;
  background-image: linear-gradient(125deg, #84ffc4, rgba(132, 255, 196, 0));
}

.head_contacts .head__figure:nth-child(2) {
  left: 28%;
  bottom: 9%;
}

.head_contacts .head__figure:nth-child(2) .head__polygon {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 60px 35px 0 35px;
  border-color: #eefee6 transparent transparent transparent;
}

.head_contacts .head__figure:nth-child(3) {
  top: 26%;
  left: 39%;
}

.head_contacts .head__figure:nth-child(3) .head__polygon {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 15px 0 15px;
  border-color: #b5c5ae transparent transparent transparent;
}

.head_contacts .head__figure:nth-child(4) {
  left: 38%;
  bottom: 40%;
}

.head_contacts .head__figure:nth-child(4) .head__polygon {
  width: 88px;
  height: 88px;
  border: solid 1px #d6d6d6;
}

.head_contacts .head__figure:nth-child(5) {
  left: 52%;
  bottom: 15%;
}

.head_contacts .head__figure:nth-child(5) .head__polygon {
  width: 19px;
  height: 19px;
  border: solid 1px #cdcdcd;
}

.head_contacts .head__figure:nth-child(6) {
  right: 43%;
  bottom: 34%;
}

.head_contacts .head__figure:nth-child(6) .head__polygon {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 45px 25px 0 25px;
  border-color: #d0e9eb transparent transparent transparent;
}

.head_contacts .head__figure:nth-child(7) {
  top: 25%;
  right: 40%;
}

.head_contacts .head__figure:nth-child(7) .head__polygon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-image: linear-gradient(140deg, #9ef05e, rgba(158, 240, 94, 0));
}

.head_contacts .head__figure:nth-child(8) {
  right: 11%;
  bottom: 10%;
}

.head_contacts .head__figure:nth-child(8) .head__polygon {
  width: 182px;
  height: 182px;
  border-radius: 50%;
  background-image: linear-gradient(140deg, #f9ffb0, rgba(249, 255, 176, 0));
}

.head_contacts .head__figure:nth-child(9) {
  top: 30%;
  right: 25%;
}

.head_contacts .head__figure:nth-child(9) .head__polygon {
  width: 41px;
  height: 41px;
  border: solid 1px #cacaca;
}

.section {
  padding-bottom: 100px;
}

.accord__item {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: transparent transparent #E7E7E7;
  transition: all 0.3s;
}

.accord__item.active {
  border-color: transparent #E7E7E7 #E7E7E7;
  background: #FAFAFA;
}

.accord__head {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 70px 25px 0;
  cursor: pointer;
  transition: padding 0.3s;
}

.accord__head:before, .accord__head:after {
  content: "";
  position: absolute;
  top: 42px;
  right: 42px;
  background: #C4C4C4;
  transition: all .3s;
}

.accord__head:before {
  width: 21px;
  height: 1px;
  margin-top: 10px;
}

.accord__head:after {
  width: 1px;
  height: 21px;
  margin-right: 10px;
}

.accord__head:hover:before, .accord__head:hover:after {
  background: #3ABF20;
}

.accord__item.active .accord__head {
  padding-bottom: 20px;
}

.accord__item.active .accord__head:before, .accord__item.active .accord__head:after {
  background: #020202;
}

.accord__item.active .accord__head:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accord__category {
  font-size: 18px;
  font-weight: 600;
  transition: color 0.3s;
}

.accord__item:hover .accord__category {
  color: #3ABF20;
}

.accord__preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 137px;
  flex: 0 0 137px;
  width: 137px;
  height: 54px;
  padding: 0 20px;
  font-size: 0;
}

.accord__pic {
  max-width: 100%;
}

.accord__body {
  display: none;
  padding: 0 100px 37px 137px;
}

.tariff {
  padding-top: 105px;
}

.tariff__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 90px;
}

.tariff__item {
  position: relative;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  width: 270px;
}

.tariff__item:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 8px;
  right: 8px;
  height: 120px;
  border-radius: 40px;
  background: #b5e44a;
}

.tariff__item:not(:last-child) {
  margin-right: 30px;
}

.tariff__inner {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 25px 25px 35px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
}

.tariff__name {
  min-height: 48px;
  margin-bottom: 55px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.tariff__price {
  margin-bottom: 71px;
  text-align: center;
}

.tariff__money {
  font-size: 72px;
  font-weight: 500;
  line-height: 1.1;
}

.tariff__item .tariff__content ul li {
  padding-left: 17px;
  font-size: 12px;
  line-height: 1.7;
}

.tariff__item .tariff__content ul li:before {
  top: 7px;
  left: 3px;
  width: 5px;
  height: 5px;
}

.tariff__item .tariff__content ul li:not(:last-child) {
  margin-bottom: 3px;
}

.tariff__form {
  max-width: 585px;
  margin-top: 75px;
}

.tariff > .tariff__content h4:not(:last-child) {
  margin-bottom: 37px;
}

.form__title {
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: 500;
}

.form__field:not(:last-child) {
  margin-bottom: 30px;
}

.form__btns {
  text-align: right;
}

.work {
  margin-bottom: 100px;
}

.work__head {
  padding: 60px 0 33px;
}

.work__body {
  padding: 35px 0 23px;
  background: #F2F2F2;
}

.work__row {
  display: -ms-flexbox;
  display: flex;
}

.work__col:first-child {
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  width: 300px;
  padding-right: 50px;
}

.work__col:nth-child(2) {
  -ms-flex: 0 0 calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
  width: calc(100% - 300px);
}

.work__company {
  margin-top: -10px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work__company .work__pic {
  max-width: 100%;

}

.work__content h3:not(:last-child) {
  margin-bottom: 35px;
}

.work__line {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -90px;
  padding-right: 30px;
}

.work__cell {
  -ms-flex: 0 0 calc(50% - 180px);
  flex: 0 0 calc(50% - 180px);
  width: calc(50% - 180px);
  margin: 0 90px;
}

.work__cell:not(:last-child) {
  margin-bottom: 35px;
}

.work__category {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

.work__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.work__box {
  -ms-flex: 0 0 calc(25% - 24px);
  flex: 0 0 calc(25% - 24px);
  width: calc(25% - 24px);
  margin: 0 12px 7px;
  text-align: center;
}

.work__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 40px;
  margin-bottom: 5px;
  font-size: 0;
}

.work__logo .work__pic {
  max-width: 100%;
  max-height: 100%;
}

.work__text {
  font-size: 13px;
  font-weight: 500;
}

.faq {
  padding: 160px 0 120px;
}

.faq__title {
  margin-bottom: 33px;
}

.faq__info {
  max-width: 580px;
  margin: 0 auto 105px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}

.tabs__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 90px;
}

.tabs__link {
  margin: 0 5px 10px;
  padding: 7px 12px;
  border-radius: 16px;
  border: 1px solid #E7E7E7;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7F7F7F;
  transition: all 0.3s;
}

.tabs__link:hover {
  border-color: #3ABF20;
}

.tabs__link.active {
  border-color: #b5e44a;
  background: #b5e44a;
  color: #000;
}

.tabs__item {
  display: none;
}

.tabs .accord__item:first-child {
  border-top: 1px solid #E7E7E7;
}

.tabs .accord__head {
  padding: 40px 60px;
}

.tabs .accord__body {
  padding: 16px 100px 37px 60px;
}

.partners {
  margin-bottom: 40px;
  padding-top: 75px;
}

.partners__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -20px;
}

.partners__preview {
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  width: 16.66%;
  margin-bottom: 80px;
  padding-right: 20px;
}

.partners__pic {
  max-width: 100%;
}

.contacts {
  padding: 95px 0 0;
}

.contacts__body {
  max-width: 1030px;
  margin: 0 auto 95px;
}

.contacts__row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 95px;
}

.contacts__col {
  padding-right: 40px;
}

.contacts__col:not(:last-child) {
  margin-right: auto;
  padding-right: 20px;
}

.contacts__category {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.contacts__text {
  line-height: 1.6;
}

.contacts__phone {
  color: #000;
}

.contacts__mail {
  text-decoration: underline;
  color: #3ABF20;
}

.contacts__mail:hover {
  text-decoration: none;
}

.contacts__form {
  max-width: 585px;
}

.contacts__form .form__title {
  margin-bottom: 32px;
}

.contacts__map {
  width: 100%;
  height: 473px;
}

.warning {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 100;
  padding: 11px 60px 11px 30px;
  background: #eee;
  transition: all 0.4s;
}

.warning.visible {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.warning__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.warning__text {
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 11px;
}

.warning__link {
  text-decoration: underline;
  color: #3ABF20;
}

.warning__link:hover {
  text-decoration: none;
}

.warning__btns {
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  width: 120px;
  margin-left: 50px;
}

.warning__btn {
  min-width: 100%;
}

@media only screen and (max-width: 1229px){
  .main{
    padding: 130px 0 80px;
    overflow: hidden;
  }
  .main__title{
    margin-bottom: 35px;
  }
  .header{
    padding: 25px 0;
  }
  .header__logo .header__pic{
    width: 160px;
  }
  .header__help{
    margin: -16px 0 0;
  }
  .header__wrap{
    margin-top: -5px;
    margin-right: auto;
  }
  .header__body{
    left: 0;
    width: 150px;
  }
  .header a.header__item{
    padding: 6px 13px;
  }
  .header a.header__item, .header__head{
    -webkit-tap-highlight-color: transparent;
  }
  .header__head{
    padding: 6px 10px 6px 13px;
  }
  .header__phone{
    margin-left: 10px;
  }
  .header.active{
    padding: 14px 0;
  }
  .cells{
    margin: 0 -50px;
  }
  .cells__item:first-child, .cells__item:nth-child(8), .cells__item:nth-child(15), .cells__item:nth-child(22){
    margin-left: 100px;
  }
  .cells__item:nth-child(3), .cells__item:nth-child(10), .cells__item:nth-child(17), .cells__item:nth-child(24){
    margin-right: 100px;
  }
  .advantages__list{
    padding-left: 0;
  }
  .benefit__list{
    padding-right: 0;
  }
  .cases{
    padding-bottom: 70px;
  }
  .cases__list{
    margin: 0 -20px;
  }
  .cases__item{
    -ms-flex: 0 0 calc(33.33% - 40px);
    flex: 0 0 calc(33.33% - 40px);
    width: calc(33.33% - 40px);
    margin: 0 20px;
  }
  .cases__inner{
    padding: 30px;
  }
  .cases__preview{
    margin-bottom: 30px;
  }
  .cases__text{
    margin-bottom: 30px;
  }
  .review__inner{
    padding: 0 30px;
  }
  .review__desc{
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    width: 330px;
    padding: 10px 20px 0 20px;
  }
  .review__wrap{
    -ms-flex: 0 0 calc(100% - 330px);
    flex: 0 0 calc(100% - 330px);
    width: calc(100% - 330px);
    padding-right: 0;
  }
  .review__box:nth-child(2n+1) .review__item{
    padding: 0;
  }
  .review__box:nth-child(2n+1) .review__desc{
    padding-right: 30px;
  }
  .review__box:nth-child(2n) .review__item{
    padding-left: 50px;
  }
  .review__box:nth-child(2n) .review__desc{
    padding-right: 0;
  }
  .review .owl-prev .icon,
  .review .owl-next .icon{
    font-size: 60px;
  }
  .review .owl-prev{
    left: -40px;
  }
  .review .owl-next{
    right: -40px;
  }
  .order{
    padding: 70px 0;
  }
  .order__title{
    font-size: 30px;
  }
  .order__btns{
    padding-top: 10px;
  }
  .footer{
    padding: 40px 0;
  }
  .popup_order .popup__wrap{
    max-width: 650px;
    padding: 60px 40px 40px;
  }
  .work__head{
    padding: 50px 0 30px;
  }
  .work__body{
    padding: 30px 0;
  }
  .work__col:first-child{
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    width: 250px;
    padding-right: 30px;
    text-align: center;
  }
  .work__col:nth-child(2){
    -ms-flex: 0 0 calc(100% - 250px);
    flex: 0 0 calc(100% - 250px);
    width: calc(100% - 250px);
  }
  .work__company{
    margin: 0;
  }
  .work__line{
    margin: 0 -20px;
    padding-right: 0;
  }
  .work__cell{
    -ms-flex: 0 0 calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
    width: calc(50% - 40px);
    margin: 0 20px;
  }
  .work__wrap{
    margin: 0 -5px;
  }
  .work__box{
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    width: calc(25% - 10px);
    margin: 0 5px 10px;
  }
  .partners__preview{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    margin-bottom: 60px;
  }
  .warning{
    padding: 11px 30px;
  }
  .warning__btns{
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1023px){
  .out{
    position: relative;
    overflow: hidden;
  }
  .center{
    padding: 0 20px;
  }
  .language__head {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
  }
  .language__body{
    left: auto;
    right: -20px;
  }
  .header__wrap {
    margin-right: auto
  }
  .header a.header__item{
    padding: 5px 6px;
    font-size: 14px;
  }
  .header__phone{
    width: 37px;
  }
  .phone__open{
    width: 37px;
  }
  .phone__open .icon-phone{
    display: inline-block;
  }
  .phone__text{
    display: none;
  }
  .cells{
    margin: 0;
  }
  .cells__list{
    max-width: 800px;
  }
  .cells__item_empty{
    display: none;
  }
  .cells__item:first-child, .cells__item:nth-child(8), .cells__item:nth-child(15), .cells__item:nth-child(22){
    margin-left: 54px;
  }
  .cells__item:nth-child(3), .cells__item:nth-child(10), .cells__item:nth-child(17), .cells__item:nth-child(24){
    margin-right: 54px;
  }
  .cells__item:first-child, .cells__item:nth-child(6), .cells__item:nth-child(11), .cells__item:nth-child(16){
    margin-left: 150px;
  }
  .cells__item:nth-child(2), .cells__item:nth-child(7), .cells__item:nth-child(12), .cells__item:nth-child(18){
    margin-right: 150px;
  }
  .cells__item:nth-child(n+4){
    margin-top: 0;
  }
  .cells__item:nth-child(n+3){
    margin-top: -64px;
  }
  .advantages{
    padding: 50px 0 40px;
  }
  .advantages__list{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .advantages__item{
    margin: 0 40px 35px;
  }
  .advantages__item:not(:last-child){
    margin-right: 40px;
  }
  .benefit__center{
    max-width: 600px;
  }
  .benefit__item{
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .cases__list{
    margin: 0 -10px;
  }
  .cases__item{
    -ms-flex: 0 0 calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 0 10px;
  }
  .cases__inner{
    padding: 25px 15px;
  }
  .cases__preview{
    margin-bottom: 20px;
  }
  .cases__text{
    margin-bottom: 20px;
  }
  .review__title{
    margin-bottom: 40px;
  }
  .review__desc{
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    width: 250px;
    padding: 5px 20px 0 0;
  }
  .review__wrap{
    -ms-flex: 0 0 calc(100% - 250px);
    flex: 0 0 calc(100% - 250px);
    width: calc(100% - 250px);
  }
  .review .owl-prev{
    left: -30px;
  }
  .review .owl-next{
    right: -30px;
  }
  .review .owl-dots{
    margin-top: 40px;
  }
  .order{
    padding: 55px 0;
  }
  .order__line{
    display: block;
    text-align: center;
  }
  .order__desc{
    margin-bottom: 40px;
    padding-right: 0;
  }
  .order__title{
    margin-bottom: 15px;
  }
  .order__btns{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
  }
  .order__btn{
    min-width: 270px;
  }
  .footer__menu{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__menu .footer__link:not(:last-child){
    margin: 0 0 10px;
  }
  .field__note{
    min-width: 180px;
  }
  .content h1{
    font-size: 40px;
  }
  .content h2{
    font-size: 32px;
  }
  .content h3{
    font-size: 28px;
  }
  .content h4{
    font-size: 22px;
  }
  .content blockquote{
    padding: 30px 35px 30px 60px;
  }
  .content blockquote:before{
    left: 10px;
    font-size: 90px;
  }
  .content blockquote p:not(:last-child){
    margin-bottom: 15px;
  }
  .content table th, .content table td{
    padding: 5px 20px;
  }
  .head__center{
    padding-top: 95px;
    padding-bottom: 40px;
  }
  .head_cases .head__figure:first-child{
    left: -5%;
  }
  .head_cases .head__figure:nth-child(7){
    right: 5%;
  }
  .head_contacts .head__figure:nth-child(7){
    top: 20%;
    right: 10%;
  }
  .head_contacts .head__figure:nth-child(8){
    right: 0;
  }
  .tariff{
    padding-top: 70px;
  }
  .tariff__list{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .tariff__item{
    margin: 0 20px 50px;
  }
  .tariff__item:not(:last-child){
    margin-right: 20px;
  }
  .tariff__form{
    margin: 60px auto 0;
  }
  .work__row{
    display: block;
  }
  .work__col:first-child{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-bottom: 30px;
    padding: 0;
  }
  .work__col:nth-child(2){
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .work__body .work__col:first-child{
    display: none;
  }
  .work__content h3{
    text-align: center;
  }
  .work__content h3:not(:last-child){
    margin-bottom: 30px;
  }
  .tabs__nav{
    margin-bottom: 50px;
  }
  .partners__preview{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
  }
  .contacts__col{
    padding-right: 0;
  }
  .contacts__form{
    margin: 0 auto;
  }
  .contacts__form .form__title{
    text-align: center;
  }
  .warning__btns{
    margin-left: 20px;
  }
}

@media only screen and (max-width: 850px){
  .cells{
    margin: 0 -50px;
  }
}

@media only screen and (max-width: 767px){
  .main{
    padding: 154px 0 45px;
  }
  .main:before{
    background: rgba(238, 238, 238, 0.94);
  }
  .main__title{
    font-size: 28px;
  }
  .language{
    margin-right: 16px;
    top: 0;
    z-index: 8;
  }
  .language__head:hover {
    background: none;
    color: #000;
  }
  .language__body{
    top: calc(100% + 7px);
    width: 170px;
  }
  .language__link{
    font-size: 18px;
  }
  .language__link:not(:last-child) {
    margin-bottom: 20px;
  }
  .header{
    position: absolute;
    padding: 20px 0;
  }
  .header__help{
    position: absolute;
    margin: 0;
    top: calc(100% + 10px);
  }
  .header__logo{
    position: relative;
    z-index: 10;
    margin-right: auto;
  }
  .header__logo .header__pic{
    width: 55px;
  }
  .header__pic_desktop{
    display: none;
  }
  .header__pic_mobile{
    display: inline-block;
  }
  .header__wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    padding: 30px;
    background: #B5E44A;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.4s;
  }
  .header__wrap.visible{
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header__menu{
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__item:not(:last-child){
    margin-bottom: 7px;
  }
  .header__body{
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0;
  }
  .header__list{
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }
  .header__link{
    font-size: 18px;
    font-weight: 500;
  }
  .header__link:hover{
    color: #000;
  }
  .header__link:not(:last-child){
    margin-bottom: 5px;
  }
  .header a.header__item{
    padding: 0;
  }
  .header a.header__item, .header__head{
    font-size: 20px;
  }
  .header__head{
    margin-bottom: 7px;
    padding: 0;
  }
  .header__head .icon{
    display: none;
  }
  .header__phone{
    z-index: 8;
    margin: 0;
  }
  .header.active{
    padding: 20px 0;
    box-shadow: none;
    background: none;
  }
  .header.active .header__logo .header__pic{
    width: 55px;
  }
  .phone__body{
    right: -35px;
  }
  .burger{
    display: inline-block;
    margin-left: 25px;
  }
  .cells{
    margin: 0;
  }
  .cells__list{
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cells__item{
    display: block;
    -ms-flex: 0 0 calc(33.33% - 16px);
    flex: 0 0 calc(33.33% - 16px);
    width: calc(33.33% - 16px);
    height: auto;
    margin: 0 8px;
    padding: 0;
    background: none;
  }
  .cells__item_empty{
    display: none;
  }
  .cells__item_simple{
    display: none;
  }
  .cells__item:first-child, .cells__item:nth-child(8), .cells__item:nth-child(15), .cells__item:nth-child(22){
    margin-left: 8px;
  }
  .cells__item:nth-child(3), .cells__item:nth-child(10), .cells__item:nth-child(17), .cells__item:nth-child(24){
    margin-right: 8px;
  }
  .cells__item:first-child, .cells__item:nth-child(6), .cells__item:nth-child(11), .cells__item:nth-child(16){
    margin-left: 8px;
  }
  .cells__item:nth-child(2), .cells__item:nth-child(7), .cells__item:nth-child(12), .cells__item:nth-child(18){
    margin-right: 8px;
  }
  .cells__item:nth-child(n+3){
    margin-top: 0;
  }
  .cells__item:not(:last-child){
    margin-bottom: 26px;
  }
  .cells__bg{
    display: none;
  }
  .cells__preview{
    height: 61px;
    margin-bottom: 10px;
  }
  .cells__item:hover .cells__text{
    padding: 0;
  }
  .title{
    font-size: 28px;
  }
  .title_big{
    font-size: 32px;
  }
  .advantages{
    padding: 50px 0 28px;
  }
  .advantages__title{
    margin-bottom: 40px;
  }
  .advantages__text{
    font-size: 14px;
  }
  .benefit{
    padding: 55px 0 30px;
  }
  .benefit__title{
    margin-bottom: 40px;
  }
  .benefit__text{
    font-size: 14px;
  }
  .cases{
    padding: 50px 0;
  }
  .cases__list{
    display: block;
    max-width: 310px;
    margin: 0 auto;
  }
  .cases__item{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
  }
  .cases__item:not(:last-child){
    margin-bottom: 60px;
  }
  .cases__inner{
    padding: 45px 35px 50px;
  }
  .cases__preview{
    margin-bottom: 48px;
  }
  .cases__text{
    margin-bottom: 45px;
    font-size: 14px;
  }
  .review__container{
    padding: 65px 0;
  }
  .review__inner{
    padding: 0 5px;
  }
  .review__item{
    display: block;
  }
  .review__desc{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 35px;
    padding: 0;
  }
  .review__wrap{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .review__text{
    font-size: 14px;
  }
  .review__quotes{
    top: -33px;
    left: 0;
    font-size: 60px;
  }
  .review__box:nth-child(2n+1){
    padding: 50px 0 35px;
  }
  .review__box:nth-child(2n+1) .review__desc{
    padding: 0;
  }
  .review__box:nth-child(2n){
    padding: 50px 0 35px;
  }
  .review__box:nth-child(2n) .review__item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .review__box:nth-child(2n) .review__desc{
    -ms-flex-order: -1;
    order: -1;
    padding: 0;
  }
  .review__clients{
    margin-bottom: 65px;
    padding: 0;
  }
  .review__preview{
    margin: 0 13px 25px;
  }
  .review .owl-prev,
  .review .owl-next{
    display: none;
  }
  .review_clients{
    margin-bottom: 60px;
  }
  .order__title{
    margin-bottom: 25px;
    font-size: 27px;
  }
  .order__text{
    font-size: 15px;
  }
  .footer__desc{
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    width: 270px;
  }
  .footer__social{
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer__menu .footer__link{
    font-size: 13px;
  }
  .field__input, .field__textarea{
    font-size: 15px;
  }
  .field__input{
    padding-left: 24px;
  }
  .field__textarea{
    padding-left: 24px;
    padding-right: 24px;
  }
  .popup{
    padding: 10px;
  }
  .popup__title{
    font-size: 18px;
  }
  .popup__form .form__field:not(:last-child){
    margin-bottom: 15px;
  }
  .popup__close{
    top: 10px;
    right: 10px;
  }
  .popup_order .popup__wrap{
    max-width: 350px;
    padding: 50px 25px 35px;
  }
  .popup_thank .popup__wrap{
    max-width: 330px;
    padding: 50px 30px;
  }
  .popup_thank .popup__btn{
    min-width: 200px;
  }
  .content h1{
    font-size: 32px;
  }
  .content h1:not(:first-child){
    margin-bottom: 25px;
  }
  .content h1:not(:last-child){
    margin-bottom: 20px;
  }
  .content h2{
    font-size: 28px;
  }
  .content h2:not(:first-child){
    margin-top: 25px;
  }
  .content h2:not(:last-child){
    margin-bottom: 20px;
  }
  .content h3{
    font-size: 25px;
  }
  .content h3:not(:first-child){
    margin-top: 25px;
  }
  .content h3:not(:last-child){
    margin-bottom: 25px;
  }
  .content h4{
    font-size: 22px;
  }
  .content p{
    font-size: 14px;
  }
  .content p:not(:last-child){
    margin-bottom: 17px;
  }
  .content ul li{
    padding-left: 20px;
font-size: 14px;
line-height: 1.55;
  }
  .content ul li:before{
    left: 0;
  }
  .content ul li:not(:last-child){
    margin-bottom: 15px;
  }
  .content blockquote{
    padding: 20px 20px 20px 60px;
  }
  .content .table-wrap{
    overflow: auto;
    padding-bottom: 5px;
  }
  .content .table-wrap::-webkit-scrollbar{
    height: 3px;
  }
  .content .table-wrap::-webkit-scrollbar-track{
    background: #cdcdcd;
    border-radius: 0;
  }
  .content .table-wrap::-webkit-scrollbar-thumb{
    border: none;
    background-color: grey;
    border-radius: 0;
  }
  .content .table-wrap:not(:first-child){
    margin-top: 25px;
  }
  .content .table-wrap:not(:last-child){
    margin-bottom: 25px;
  }
  .content table{
    font-size: 14px;
  }
  .content table th{
    height: 50px;
  }
  .content table th, .content table td{
    padding: 5px 10px;
  }
  .head__center{
/*    min-height: 400px;*/
    padding: 75px 30px 55px;
  }
  .head__info{
    font-size: 17px;
  }
  .head__clients{
    margin-top: 50px;
  }
  .head_clients .head__center{
    height: auto;
    padding-top: 120px;
  }
  .head_green .head__figure:nth-child(3){
    display: none;
  }
  .section{
    padding-bottom: 70px;
  }
  .accord__head{
    padding: 13px 15px 13px 0;
  }
  .accord__head:before, .accord__head:after{
    display: none;
  }
  .accord__item.active .accord__head{
    padding-bottom: 13px;
  }
  .accord__category{
    font-size: 16px;
    line-height: 1.55;
  }
  .accord__item:hover .accord__category{
    color: #000;
  }
  .accord__preview{
    -ms-flex: 0 0 94px;
    flex: 0 0 94px;
    width: 94px;
    padding: 0 20px 0 10px;
  }
  .accord__body{
    padding: 0 12px 25px 12px;
  }
  .tariff{
    padding: 55px 0 30px;
  }
  .tariff__inner{
    padding-right: 20px;
  }
  .tariff > .tariff__content ul{
    padding-left: 10px;
  }
  .tariff > .tariff__content h4{
    text-align: center;
  }
  .form__title{
    text-align: center;
  }
  .work{
    margin: 0;
  }
  .work__line{
    display: block;
    margin: 0;
  }
  .work__cell{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
  }
  .work__category{
    text-align: center;
  }
  .work__wrap{
    -ms-flex-pack: center;
    justify-content: center;
  }
  .faq{
    padding: 120px 0 90px;
  }
  .faq__info{
    margin-bottom: 50px;
    padding: 0 10px;
    font-size: 17px;
  }
  .tabs .accord__head{
    padding: 30px 12px;
  }
  .tabs .accord__item.active .accord__head{
    padding-bottom: 30px;
  }
  .tabs .accord__body{
    padding: 0 12px 30px;
  }
  .partners__preview{
    margin-bottom: 45px;
  }
  .contacts__row{
    display: block;
    text-align: center;
    margin-bottom: 70px;
  }
  .contacts__col{
    padding: 0;
  }
  .contacts__col:not(:last-child){
    margin: 0 0 70px 0;
    padding: 0;
  }
  .warning{
    padding: 20px 30px;
  }
  .warning__wrap{
    display: block;
    text-align: center;
  }
  .warning__text{
    margin-bottom: 20px;
  }
  .warning__btns{
    width: 100%;
    margin: 0;
  }
  .warning__btn{
    min-width: 120px;
  }
}

@media only screen and (max-width: 666px){
  .header__menu{
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header__list{
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .review__ava{
    width: 110px;
    height: 110px;
    margin-bottom: 18px;
  }
  .review__user{
    font-size: 18px;
  }
  .footer__line{
    display: block;
    text-align: center;
    margin-bottom: 75px;
  }
  .footer__desc{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin: 0 0 72px;
    padding: 0;
  }
  .footer__logo{
    margin: 0;
  }
  .footer__nav{
    margin: 0 0 55px;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__nav .footer__link{
    font-size: 18px;
  }
  .footer__copyright{
    margin: 0;
    text-align: center;
  }
  .footer__contacts{
    padding: 0;
  }
  .footer__list{
    margin-bottom: 55px;
  }
  .footer__social{
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__menu{
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 75px;
  }
  .footer__menu .footer__link:not(:last-child){
    margin-bottom: 15px;
  }
  .partners__list{
    margin: 0 -10px;
    padding: 0;
  }
  .partners__preview{
    -ms-flex: 0 0 calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 0 10px 45px;
    padding: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 474px){
  .main{
    background-position: 50% 500px;
  }
  .main__title{
    margin-bottom: 75px;
font-size: 22px;
  }
.main__font{
    font-size: 28px;
  }
  .header__wrap{
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 50px 35px;
  }
  .header__item:not(:last-child){
    margin-bottom: 25px;
  }
  .header__body{
    padding-left: 30px;
  }
  .header__link:not(:last-child){
    margin-bottom: 20px;
  }
  .header a.header__item.active{
    background: none;
  }
  .header__head{
    margin-bottom: 20px;
  }
  .cells__item{
    -ms-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
    width: calc(50% - 16px);
  }
  .advantages__center{
    padding: 0 30px;
  }
  .advantages__title{
    margin-bottom: 55px;
  }
  .advantages__list{
    margin: 0 -15px;
  }
  .advantages__item{
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 0 15px 30px;
    padding-left: 20px;
  }
  .advantages__item:not(:last-child){
    margin-right: 15px;
  }
  .advantages__text{
    white-space: nowrap;
  }
  .benefit__item{
    margin-bottom: 40px;
  }
  .benefit__text br{
    display: none;
  }
  .cases{
    padding-bottom: 85px;
  }
  .review__title{
    margin-bottom: 60px;
  }
  .review__desc{
    margin-bottom: 48px;
  }
  .review__post{
    margin-bottom: 8px;
  }
  .order{
    padding: 70px 0 95px;
  }
  .order__center{
    padding: 0 30px;
  }
  .order__desc{
    margin-bottom: 70px;
  }
  .head__center{
/*    min-height: 560px;*/
min-height: 660px;
  }
  .head__clients{
    margin-top: 80px;
  }
  .head__preview{
    margin: 0 13px 25px;
  }
  .head_services .head__figure:first-child{
    left: -25%;
  }
  .head_services .head__figure:nth-child(2){
    left: 5%;
  }
  .head_services .head__figure:nth-child(3){
    right: -10%;
  }
  .head_services .head__figure:nth-child(5){
    left: 60%;
    bottom: 12%;
  }
  .head_services .head__figure:nth-child(6){
    right: 5%;
  }
  .head_services .head__figure:nth-child(9){
    bottom: 5%;
  }
  .head_tariff .head__figure:first-child{
    left: -10%;
  }
  .head_tariff .head__figure:nth-child(2){
    left: 0;
  }
  .head_tariff .head__figure:nth-child(6){
    top: 15%;
    right: -10%;
  }
  .head_tariff .head__figure:nth-child(7){
    right: -25%;
  }
  .head_cases .head__figure:first-child{
    left: -40%;
  }
  .head_cases .head__figure:nth-child(3){
    left: 10%;
    bottom: 10%;
  }
  .head_cases .head__figure:nth-child(4){
    top: 5%;
  }
  .head_cases .head__figure:nth-child(7){
    top: auto;
    right: -20%;
    bottom: 15%;
  }
  .head_clients .head__center{
    padding-top: 160px;
    padding-bottom: 40px;
  }
  .head_green{
    background-image: linear-gradient(-45deg, #f4f5ca 0%, #f4f5ca 1%, #62c300 33%, #62c300 60%, #f4f5ca 99%, #f4f5ca 100%);
  }
  .head_green .head__figure:first-child{
    left: -20%;
  }
  .head_green .head__figure:nth-child(5){
    bottom: 40%;
  }
  .head_green .head__figure:nth-child(6){
    right: -15%;
  }
  .head_contacts .head__figure:first-child{
    left: -15%;
  }
  .head_contacts .head__figure:nth-child(3){
    top: 16%;
  }
  .head_contacts .head__figure:nth-child(7){
    right: -10%;
  }
  .head_contacts .head__figure:nth-child(8){
    right: -20%;
    bottom: 0;
  }
  .work__center{
    padding: 0 30px;
  }
  .faq{
    padding: 160px 0 80px;
  }
  .faq__title{
    margin-bottom: 45px;
    padding: 0 20px;
    text-align: center;
word-wrap: break-word;
  }
  .faq__info{
    margin-bottom: 95px;
  }
  .tabs__nav{
    margin-bottom: 20px;
  }
  .tabs__link{
    margin-bottom: 20px;
  }
}




      .awesome-infobox {
        padding: 10px;
        position: relative;
        overflow: hidden;
      }
      .awesome-infobox:before{
        content: "";
        width: 20px;
        height: 20px;
        transform: rotate(-45deg);
        background: #fff;
        top: 50%;
        right: 6px;
        margin-top: -10px;
        z-index: 10;
        position: absolute;
      }

      .baloon {
        position: relative;
        padding: 20px;
        border-radius: 5px;
        background: #fff;
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
        font-size: 15px;
        line-height: 1.5;
      }

      .baloon__close {
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        background: none;
        border: none;
        cursor: pointer;
      }

      .baloon__close:before, .baloon__close:after {
        content: "";
        position: absolute;
        top: 10px;
        height: 12px;
        border-left: 1px solid #000;
      }

      .baloon__close:before {
        left: 11px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
      }

      .baloon__close:after {
        right: 10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
      }
      .buttons button{
        font-size: 15px;
        padding: 10px 20px;
      }



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