@charset "utf-8";
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v8-latin_cyrillic-regular.eot');
  src: url('../fonts/inter-v8-latin_cyrillic-regular.woff2') format('woff2'), url('../fonts/inter-v8-latin_cyrillic-regular.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v8-latin_cyrillic-500.eot');
  src: url('../fonts/inter-v8-latin_cyrillic-500.woff2') format('woff2'), url('../fonts/inter-v8-latin_cyrillic-500.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v8-latin_cyrillic-600.eot');
  src: url('../fonts/inter-v8-latin_cyrillic-600.woff2') format('woff2'), url('../fonts/inter-v8-latin_cyrillic-600.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v8-latin_cyrillic-700.eot');
  src: url('../fonts/inter-v8-latin_cyrillic-700.woff2') format('woff2'), url('../fonts/inter-v8-latin_cyrillic-700.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/inter-v8-latin_cyrillic-800.eot');
  src: url('../fonts/inter-v8-latin_cyrillic-800.woff2') format('woff2'), url('../fonts/inter-v8-latin_cyrillic-800.woff') format('woff');
}
body,
input,
textarea,
button {
  font-family: 'Inter', sans-serif;
}
body {
  -webkit-text-size-adjust: 100%;
  color: #2F2F2F;
  font-size: 16px;
  line-height: 1.33334;
  margin: 0;
}
.container {
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  max-width: 1520px;
  width: 100%;
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #E85B3E;
  cursor: pointer;
  text-decoration: none;
}
img {
  outline: none;
  border: none;
}
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
input:active,
select,
select:hover,
select:focus,
select:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
button,
button:hover,
button:focus,
button:active,
label,
label:hover,
label:focus,
label:active {
  outline: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner {
  border: none;
}
textarea,
input,
select,
button {
  border-radius: 0;
}
h1,
h2,
h3 {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}
h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 24px;
}
.subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}
header,
footer,
nav,
section,
main {
  display: block;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.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-arrow {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 50px;
  width: 50px;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 100;
  fill: #2F2F2F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-arrow:hover {
  fill: #E85B3E;
}
.slick-prev {
  left: -90px;
}
.slick-next {
  right: -90px;
}
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
}
.slick-dots li {
  display: inline-block;
  margin-right: 14px;
}
.slick-dots button {
  background-color: #D4D4D4;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 0;
  padding: 0;
  height: 10px;
  width: 10px;
}
.slick-dots .slick-active button {
  background: linear-gradient(90deg, #00A651 0%, #0883AA 100%);
}
.btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #E85B3E;
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 47px;
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  background: linear-gradient(90deg, #00A651 0%, #0883AA 100%);
  color: #fff;
}
.btn:active {
  background: linear-gradient(90deg, #00A651 0%, #0883AA 100%);
  color: #fff;
}
.btn--border {
  border: 1px solid #00A651;
  border-image: linear-gradient(90deg, #00A651 0%, #0883AA 100%);
  border-image-slice: 1;
  background: linear-gradient(90deg, #00A651 0%, #0883AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn--border:hover {
  -webkit-text-fill-color: #fff;
}
.inputbox {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 16px 22px;
  width: 100%;
}
.inputbox::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.inputbox::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.inputbox:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.inputbox:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.inputbox:not(:last-child) {
  margin-bottom: 20px;
}
.inputbox:focus {
  border: 1px solid #00A651;
  border-image: linear-gradient(90deg, #00A651 0%, #0883AA 100%);
  border-image-slice: 1;
}
textarea.inputbox {
  height: 90px;
  resize: none;
}
.checkbox {
  position: relative;
}
.checkbox input {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.checkbox input:checked + .checkbox__label::after {
  opacity: 1;
}
.checkbox__label {
  color: #DFDFDF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 34px;
  position: relative;
}
.checkbox__label a {
  color: #DFDFDF;
  text-decoration: underline;
}
.checkbox__label a:hover {
  text-decoration: none;
}
.checkbox__label::before {
  border: 1px solid #fff;
  content: '';
  height: 26px;
  width: 26px;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
}
.checkbox__label::after {
  background-image: url('../images/icon-check-white.svg');
  content: '';
  height: 18px;
  width: 18px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 9px);
  left: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-top {
  border-bottom: 1px solid #D4D4D4;
  padding: 50px 0;
}
.footer-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-top__column {
  font-size: 18px;
  font-weight: 500;
}
.footer-top__title {
  margin-bottom: 15px;
}
.footer-top__text {
  line-height: 1.5;
}
.footer-top__text a {
  color: #2F2F2F;
}
.footer-top__text a:hover {
  color: #E85B3E;
}
.footer-top__button {
  margin-top: 18px;
}
.footer-top__button .btn {
  padding: 12px 39px;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social__item {
  height: 34px;
  width: 34px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social__item:not(:last-child) {
  margin-right: 14px;
}
.social__item.instagram {
  background-image: url('../images/social-instagram.svg');
}
.social__item.youtube {
  background-image: url('../images/social-youtube.svg');
}
.social__item.whatsapp {
  background-image: url('../images/social-whatsapp.svg');
}
.social__item.telegram {
  background-image: url('../images/social-telegram.svg');
}
.social__item:hover {
  opacity: 0.6;
}
.footer-bottom {
  font-size: 14px;
  padding: 20px 0;
}
.footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.footer-bottom__info {
  margin: 0 20px;
  max-width: 790px;
}
.logo-footer {
  display: inline-block;
}
.logo-footer img {
  display: block;
}
header {
  border-bottom: 1px solid #D4D4D4;
  padding-top: 25px;
  padding-bottom: 27px;
  position: relative;
  z-index: 100;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.logo img {
  display: block;
  max-width: 100%;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__item {
  margin: 0 25px;
}
.menu__item a {
  color: #2F2F2F;
}
.menu__item:hover a,
.menu__item .active a {
  background: linear-gradient(90deg, #00A651 0%, #0883AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.menu-mobile {
  background-image: url('../images/icon-menu.svg');
  cursor: pointer;
  display: none;
  height: 24px;
  width: 24px;
}
.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.header-contacts__item {
  background-position: left center;
  background-repeat: no-repeat;
  color: #2F2F2F;
  font-size: 18px;
  padding-left: 34px;
}
.header-contacts__item.email {
  background-image: url('../images/icon-email.svg');
  margin-right: 30px;
}
.header-contacts__item.phone {
  background-image: url('../images/icon-phone.svg');
  font-weight: 700;
}
main {
  margin-top: -100px;
}
.showcase-section {
  overflow: hidden;
}
.showcase .slick-dots {
  padding-left: calc(50% - 720px);
}
.showcase__item {
  overflow: hidden;
}
.showcase__inner {
  background-position: center center;
  background-size: cover;
  padding-top: 100px;
  padding-left: calc(50% - 720px);
  padding-right: calc(50% - 720px);
  position: relative;
}
.showcase__inner::before {
  background-image: url('../images/bg-showcase.png');
  background-position: center center;
  background-size: cover;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.showcase__description {
  padding-top: 130px;
  padding-bottom: 180px;
  position: relative;
  z-index: 20;
}
.showcase__title {
  font-size: 58px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 28px;
}
.showcase__title img {
  vertical-align: middle;
}
.showcase__text {
  font-size: 20px;
  line-height: 1.6;
  max-width: 540px;
}
.showcase__text ul {
  list-style-image: url('../images/icon-list.svg');
  margin: 0;
  padding-left: 21px;
}
.showcase__text ul li:not(:last-child) {
  margin-bottom: 12px;
}
.showcase__button {
  margin-top: 54px;
}
.showcase__map {
  background-image: url('../images/icon-map.svg');
  cursor: pointer;
  position: absolute;
  height: 40px;
  width: 40px;
  z-index: 20;
}
.showcase__map.map-1 {
  top: 242px;
  right: calc(50% - 720px + 70px);
}
.showcase__map.map-2 {
  top: 524px;
  right: calc(50% - 720px + 396px);
}
.showcase__map.show .showcase__map-image {
  opacity: 1;
  pointer-events: auto;
}
.showcase__map-image {
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.system-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.system.show .system__item {
  width: 25%;
}
.system.show .system__item .system__image img {
  height: 64px;
}
.system.show .system__item .system__title {
  font-size: 16px;
  margin-top: 20px;
}
.system.show .system__item.active {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #30383B;
  text-align: left;
  width: 75%;
}
.system.show .system__item.active .system__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.system.show .system__item.active .system__image {
  margin-right: 92px;
}
.system.show .system__item.active .system__image img {
  height: 120px;
}
.system.show .system__item.active .system__image img:first-child {
  opacity: 0;
}
.system.show .system__item.active .system__image img:last-child {
  opacity: 1;
}
.system.show .system__item.active .system__title {
  color: #fff;
  font-size: 22px;
  margin-top: 0;
}
.system.show .system__item.active .system__text {
  display: block;
  color: #fff;
}
.system__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #E7F9FF;
  cursor: pointer;
  height: 405px;
  width: 50%;
  padding: 70px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.system__item:first-child {
  border-right: 1px solid #DDDDDD;
}
.system__item:hover {
  background-color: #30383B;
}
.system__item:hover .system__image img:first-child {
  opacity: 0;
}
.system__item:hover .system__image img:last-child {
  opacity: 1;
}
.system__item:hover .system__title {
  color: #fff;
}
.system__image {
  display: inline-block;
  position: relative;
}
.system__image img {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.system__image img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.system__title {
  font-size: 22px;
  font-weight: 500;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.system__text {
  display: none;
  margin-top: 14px;
  max-height: 206px;
}
.system-calc {
  display: none;
}
.system-calc.active {
  display: block;
}
.system-calc__column {
  columns: 2;
  column-gap: 30px;
  padding: 60px 60px 70px;
}
.system-calc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  padding: 9px 0;
  transform: translate3d(0, 0, 0);
}
.system-calc__title {
  position: relative;
}
.system-calc__title input {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.system-calc__title input:checked + .system-calc__label::after {
  opacity: 1;
}
.system-calc__title:hover .system-calc__tooltip {
  opacity: 1;
  pointer-events: auto;
}
.system-calc__label {
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  padding-left: 42px;
  position: relative;
}
.system-calc__label:hover {
  font-weight: 500;
}
.system-calc__label::before {
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  content: '';
  height: 28px;
  width: 28px;
  position: absolute;
  top: -2px;
  left: 0;
}
.system-calc__label::after {
  background-image: url('../images/icon-check.svg');
  border-radius: 3px;
  content: '';
  height: 28px;
  width: 28px;
  opacity: 0;
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.system-calc__tooltip {
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  box-shadow: 0px 1px 10px rgba(165, 165, 165, 0.25);
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  padding: 10px 14px;
  width: 208px;
  position: absolute;
  bottom: calc(100% + 14px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.system-calc__tooltip::after {
  background-image: url('../images/chevron-tooltip.svg');
  content: '';
  height: 8px;
  width: 14px;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 7px);
}
.system-calc__value {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #E7F9FF;
  color: #2E2162;
  font-weight: 700;
  margin-left: 12px;
  padding: 5px;
  text-align: center;
  width: 126px;
}
.system-summ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 34px 60px 45px;
}
.system-summ__value {
  font-size: 34px;
  font-weight: 700;
}
.benefits-section {
  background-color: #F5F5F5;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.benefits-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
}
.benefits-section::after {
  background-image: url('../images/bg-benefits.svg');
  background-position: center center;
  background-size: cover;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1113px;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}
.benefits__image {
  margin: -15px 75px 0;
  width: 35%;
}
.benefits__image img {
  display: block;
  max-width: 100%;
}
.benefits__description {
  padding-right: 120px;
  width: 65%;
}
.benefits__description h2 {
  text-align: left;
}
.benefits__button {
  margin-top: 50px;
}
.how-section {
  background-color: #30383B;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.how-section .container {
  z-index: 20;
}
.how {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.how__item {
  color: #fff;
  text-align: center;
  position: relative;
  width: 100%;
}
.how__item:not(:last-child)::after {
  background-image: url('../images/icon-arrow.svg');
  content: '';
  height: 38px;
  width: 38px;
  position: absolute;
  top: 36px;
  right: -19px;
}
.how__item:hover .how__icon {
  -webkit-transform: scale(1.43);
  -ms-transform: scale(1.43);
  transform: scale(1.43);
}
.how__icon {
  margin: 0 auto;
  height: 110px;
  width: 110px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.how__icon img {
  display: block;
  max-width: 100%;
}
.how__title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 22px;
}
.service-section {
  padding-top: 80px;
  padding-bottom: 60px;
}
.service-section .container {
  padding-left: 0;
  padding-right: 0;
}
.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service__item:nth-child(2n+1) .service__image {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.service__item:nth-child(2n+1) .service__description {
  padding-left: 60px;
  padding-right: 185px;
}
.service__item:hover {
  background-color: #E7F9FF;
}
.service__description {
  padding-right: 60px;
  padding-left: 185px;
}
.service__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 22px;
}
.service__text {
  font-size: 18px;
  line-height: 1.5;
}
.service__image {
  position: relative;
  width: 490px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.service__image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.service__image:hover .service__image-over {
  width: 67%;
}
.service__image:hover .service__image-over span {
  line-height: 1.5;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 68px;
  -webkit-transform: rotate(0) translateY(-50%);
  -ms-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
}
.service__image:hover .service__image-over span::before {
  background-image: url('../images/icon-arrow-left.svg');
  content: '';
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -15px;
}
.service__image-over {
  background: linear-gradient(90deg, #00A651 0%, #0883AA 100%);
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service__image-over span {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 60px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 310px;
  text-align: center;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.form-section {
  padding-top: 60px;
}
.form {
  background-image: url('../images/bg-form-block.svg');
  background-position: center center;
  background-size: cover;
  background-color: #30383B;
  color: #fff;
  padding: 80px;
  position: relative;
  z-index: 100;
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.form__row .inputbox {
  margin-bottom: 0;
}
.form__row .inputbox:not(:last-child) {
  margin-right: 30px;
}
.cases-section {
  background-color: #E7F9FF;
  margin-top: -170px;
  overflow: hidden;
  position: relative;
}
.cases.slick-initialized .cases__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cases__fix {
  position: absolute;
  top: 250px;
  left: calc(50% - 720px);
}
.cases__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  padding-right: 100px;
  position: absolute;
  bottom: 40px;
  left: calc(50% - 720px);
  max-width: 720px;
  width: 50%;
  z-index: 100;
}
.cases__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cases__arrows .slick-arrow {
  margin-top: 0;
  position: static;
}
.cases__arrows .slick-prev {
  margin-right: 24px;
}
.cases__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.cases__description {
  padding-top: 375px;
  padding-bottom: 180px;
  padding-left: calc(50% - 720px);
  padding-right: 30px;
  width: 50%;
}
.cases__title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 24px;
}
.cases__subtitle {
  font-size: 18px;
  margin-bottom: 30px;
}
.cases__text {
  font-size: 18px;
  line-height: 1.8;
  max-width: 560px;
}
.cases__result {
  margin-top: 40px;
}
.cases__result-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}
.cases__result-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cases__result-item:not(:last-child) {
  margin-right: 20px;
}
.cases__result-value {
  font-size: 56px;
  font-weight: 800;
  white-space: nowrap;
}
.cases__result-value.gradient {
  background: linear-gradient(90deg, #00A651 0%, #0883AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cases__result-value.accent {
  color: #E85B3E;
}
.cases__info {
  padding-left: 15px;
  position: relative;
  width: 50%;
}
.cases__info .slick-arrow {
  top: auto;
  bottom: 45px;
}
.cases__info .slick-prev {
  left: -230px;
}
.cases__info .slick-next {
  left: -157px;
  right: auto;
}
.cases__image {
  display: block;
}
.cases__info-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  padding: 20px 0;
  max-width: 705px;
}
.cases__info-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 60px;
}
.cases__info-logo img {
  display: block;
  max-width: 100%;
}
.cases__info-text {
  font-weight: 500;
  line-height: 1.5;
}
.advantage-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.advantage__item {
  background-color: #E7F9FF;
  margin: 0 15px 30px;
  padding: 50px 20px 70px;
  text-align: center;
}
.advantage__item:hover .advantage__icon img:first-child {
  opacity: 0;
}
.advantage__item:hover .advantage__icon img:last-child {
  opacity: 1;
}
.advantage__icon {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
.advantage__icon img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.advantage__icon img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.advantage__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
.advantage__text {
  text-align: left;
}
.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-image: url('../images/bg-counter.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #E85B3E;
  padding: 62px 65px;
}
.counter__item {
  color: #fff;
  position: relative;
}
.counter__value {
  font-size: 64px;
  font-weight: 600;
}
.counter__title {
  font-size: 18px;
}
.counter__item-after {
  background-image: url('../images/counter.svg');
  content: '';
  height: 41px;
  width: 14px;
}
.team-section {
  background-color: #F5F5F5;
  background-image: url('../images/bg-team.svg');
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}
.team {
  margin: 0 -15px;
}
.team .slick-arrow {
  top: calc(50% - 43px);
}
.team .slick-dots {
  bottom: -40px;
  right: 0;
}
.team__item {
  padding: 0 15px;
  text-align: center;
}
.team__item:hover .team__photo img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.team__photo {
  overflow: hidden;
  margin-bottom: 18px;
  padding-top: 76.9%;
  position: relative;
}
.team__photo img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team__name {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.team__position {
  font-size: 18px;
  font-weight: 500;
}
.client-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.client {
  margin: 0 -15px;
}
.client .slick-arrow {
  opacity: 0.3;
}
.client .slick-dots {
  bottom: -40px;
  right: 0;
}
.client__item {
  padding: 0 15px;
}
.client__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  height: 100%;
}
.client__link img {
  filter: grayscale(1);
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.client__link:hover img {
  filter: grayscale(0);
}
.contacts-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-map {
  position: relative;
  width: 50%;
}
.contacts-map__wrap {
  height: 100%;
  pointer-events: none;
}
.contacts-map__wrap.enable {
  pointer-events: auto;
}
.contacts-map__block {
  background-color: #fff;
  border: 1px solid #D4D4D4;
  padding: 24px 30px;
  position: absolute;
  top: 50%;
  right: calc(720px - 342px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 342px;
}
.contacts-map__city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 22px;
}
.contacts-map__city-item {
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
}
.contacts-map__city-item.active {
  color: #E85B3E;
}
.contacts-map__city-item:hover {
  text-decoration: none;
}
.contacts-map__inner {
  display: none;
}
.contacts-map__inner.active {
  display: block;
}
.contacts-map__title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 18px;
}
.contacts-map__item {
  background-position: left 2px;
  background-repeat: no-repeat;
  background-size: 14px;
  color: #585858;
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 24px;
}
.contacts-map__item.address {
  background-image: url('../images/icon-map.svg');
}
.contacts-map__item.email {
  background-image: url('../images/icon-email.svg');
}
.contacts-map__item.phone {
  background-image: url('../images/icon-phone.svg');
}
.contacts-map__button {
  margin-top: 20px;
}
.contacts-map__button .btn {
  font-size: 14px;
  padding: 13px 47px;
  width: 100%;
}
.contacts-form {
  background-image: url('../images/bg-form.svg');
  background-position: right center;
  background-size: auto 100%;
  background-color: #30383B;
  color: #fff;
  padding: 80px calc(50% - 600px) 80px 120px;
  width: 50%;
}
.contacts-form h2 {
  text-align: left;
}
.contacts-form .subtitle {
  text-align: left;
}
.contacts-form__block .btn {
  margin-top: 20px;
  width: 100%;
}
.bg-section {
  background-image: url('../images/bg.png');
  background-position: center center;
  background-size: cover;
  padding-top: 100px;
}
.bg-section--404 {
  background-image: url('../images/bg-404.png');
}
.bg-section--404 .bg-block {
  max-width: 560px;
}
.bg-section--404 .bg-block__title {
  font-size: 48px;
}
.bg-block {
  padding-top: 130px;
  padding-bottom: 180px;
}
.bg-block__title {
  font-size: 58px;
  font-weight: 800;
  margin-bottom: 28px;
}
.bg-block__subtitle {
  font-size: 20px;
  margin-bottom: 40px;
}
.bg-block__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.bg-block__contacts-item {
  background-position: left center;
  background-repeat: no-repeat;
  color: #2F2F2F;
  font-size: 18px;
  padding-left: 34px;
}
.bg-block__contacts-item.email {
  background-image: url('../images/icon-email.svg');
}
.bg-block__contacts-item.phone {
  background-image: url('../images/icon-phone.svg');
}
.bg-block__contacts-item:not(:last-child) {
  margin-right: 50px;
}
.bg-block__button {
  margin-top: 54px;
}
.overflow {
  overflow: hidden;
}
.modal {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.modal__content {
  background-color: #fff;
  padding: 60px;
  position: relative;
  max-height: 90%;
  max-width: 90%;
  overflow: auto;
  width: 580px;
}
.modal__close {
  background-image: url('../images/icon-close.svg');
  background-size: 100%;
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100;
}
.modal__title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 14px;
  text-align: center;
}
.modal__subtitle {
  text-align: center;
  margin-bottom: 30px;
}
.modal__form .inputbox {
  border-color: #D4D4D4;
  color: #2F2F2F;
}
.modal__form .inputbox::-webkit-input-placeholder {
  color: #D4D4D4;
}
.modal__form .inputbox::-moz-placeholder {
  color: #D4D4D4;
}
.modal__form .inputbox:-moz-placeholder {
  color: #D4D4D4;
}
.modal__form .inputbox:-ms-input-placeholder {
  color: #D4D4D4;
}
.modal__form .checkbox__label {
  color: #2F2F2F;
}
.modal__form .checkbox__label a {
  color: #2F2F2F;
}
.modal__form .checkbox__label::before {
  border-color: #2F2F2F;
}
.modal__form .checkbox__label::after {
  background-image: url('../images/icon-check-grad.svg');
}
.modal__form .checkbox input:checked + .checkbox__label::before {
  border: 1px solid #00A651;
  border-image: linear-gradient(90deg, #00A651 0%, #0883AA 100%);
  border-image-slice: 1;
}
.modal__form .btn {
  margin-top: 20px;
  width: 100%;
}
@media all and (max-width: 1700px) {
  .team .slick-arrow,
  .client .slick-arrow {
    background-color: rgba(245, 245, 245, 0.8);
    background-size: 70%;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
}
@media all and (max-width: 1600px) {
  .map-1 .showcase__map-image {
    right: -30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
  }
}
@media all and (max-width: 1520px) {
  .showcase__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .showcase .slick-dots {
    padding-left: 40px;
  }
  .service__description {
    padding-left: 0;
    padding-right: 30px;
  }
  .service__item:nth-child(2n+1) .service__description {
    padding-left: 30px;
    padding-right: 0;
  }
  .cases__description {
    padding-left: 40px;
  }
  .cases__info-description {
    padding-right: 40px;
  }
  .cases__result-value {
    font-size: 32px;
  }
  .cases__fix {
    left: 40px;
  }
  .cases__button {
    left: 40px;
  }
  .contacts-map__block {
    left: 40px;
    right: auto;
  }
  .contacts-form {
    padding-right: 120px;
  }
}
@media all and (max-width: 1380px) {
  .map-1 .showcase__map-image {
    right: 0;
  }
}
@media all and (max-width: 1300px) {
  .showcase__map.map-1 {
    display: none;
  }
}
@media all and (max-width: 1240px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .menu {
    display: none;
    background-color: #E7F9FF;
    box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    z-index: 200;
  }
  .menu.open {
    display: block;
  }
  .menu__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .menu-mobile {
    display: block;
    margin-left: auto;
    margin-right: 30px;
  }
  .header-contacts__item {
    font-size: 0;
    height: 24px;
    padding-left: 24px;
  }
  .showcase__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .showcase .slick-dots {
    padding-left: 16px;
  }
  .system.show .system__item .system__image img {
    height: 40px;
  }
  .system.show .system__item.active .system__image img {
    height: 60px;
  }
  .service__item {
    padding: 16px;
  }
  .form {
    padding: 40px;
  }
  .cases__description {
    padding-left: 16px;
  }
  .cases__info-description {
    padding-right: 16px;
  }
  .cases__fix {
    left: 16px;
  }
  .cases__button {
    left: 16px;
    padding-right: 24px;
  }
  .counter__value {
    font-size: 48px;
  }
  .contacts-map__block {
    left: 16px;
  }
  .contacts-form {
    padding: 60px 16px;
  }
}
@media all and (max-width: 1023px) {
  .showcase__description {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .showcase__title {
    font-size: 42px;
  }
  .showcase .slick-dots {
    bottom: 20px;
  }
  .showcase__map.map-2 {
    top: auto;
    bottom: 200px;
    right: calc(50% - 720px + 442px);
  }
  .system.show .system__item.active .system__inner {
    display: block;
  }
  .system.show .system__item.active .system__image {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .system__item {
    padding: 40px;
  }
  .system__image img {
    height: 40px;
  }
  .system__title {
    font-size: 20px;
    margin-top: 20px;
  }
  .system-calc__column {
    padding: 32px 0;
  }
  .system-summ {
    padding: 32px 0;
  }
  .benefits__description {
    padding-right: 0;
  }
  .how__title {
    font-size: 16px;
  }
  .how__icon {
    height: 80px;
    width: 80px;
  }
  .service-section .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .service {
    border-top: 1px solid #E0DFDF;
  }
  .service__item {
    border-bottom: 1px solid #E0DFDF;
    display: block;
    padding: 16px 0;
  }
  .service__item:hover {
    background-color: transparent;
  }
  .service__item.show .service__title {
    background-image: url('../images/chevron-service-up.svg');
  }
  .service__item.show .service__text {
    display: block;
  }
  .service__item.show .service__image {
    display: block;
  }
  .service__description {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .service__title {
    background-image: url('../images/chevron-service.svg');
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .service__text {
    display: none;
    color: #949494;
    font-size: 16px;
    margin-top: 16px;
  }
  .service__image {
    display: none;
    margin: 24px auto 0;
    max-width: 100%;
  }
  .service__image-over {
    display: none;
  }
  .form-section .container {
    padding: 0;
  }
  .form {
    padding: 40px 20px;
  }
  .form__row .inputbox:not(:last-child) {
    margin-right: 10px;
  }
  .cases-section {
    margin-top: 0;
    padding-top: 40px;
  }
  .cases__fix {
    padding: 0 16px;
    position: static;
  }
  .cases__button {
    padding: 0 16px;
    position: static;
    max-width: none;
    width: 100%;
  }
  .cases__item {
    display: block;
  }
  .cases.slick-initialized .cases__item {
    display: block;
  }
  .cases__description {
    padding: 40px 16px;
    width: 100%;
  }
  .cases__button {
    margin-top: 30px;
    text-align: center;
  }
  .cases__info {
    padding: 0;
    width: 100%;
  }
  .cases__image {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .cases__info-description {
    padding: 20px 16px;
  }
  .advantage {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .advantage__item {
    padding: 20px 20px 30px;
    width: calc(50% - 30px);
  }
  .counter {
    padding: 20px;
  }
  .counter__value {
    font-size: 32px;
  }
  .counter__title {
    font-size: 16px;
  }
  .counter__item-after {
    display: none;
  }
  .footer-top {
    padding: 20px 0 0;
  }
  .footer-top .container {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .footer-top__column {
    margin-bottom: 20px;
    width: 40%;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-bottom__info {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 20px;
  }
  .bg-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .bg-block__title {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .bg-section--404 .bg-block__title {
    font-size: 36px;
  }
}
@media all and (max-width: 900px) {
  .system-calc__column {
    columns: 1;
  }
  .showcase__description {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .showcase__map.map-2 {
    top: auto;
    bottom: 186px;
    right: calc(50% - 720px + 466px);
  }
  .system-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .benefits-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .benefits__image {
    margin: -15px 30px 0;
  }
  .how-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .how {
    display: block;
  }
  .how__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    text-align: left;
  }
  .how__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .how__item:not(:last-child)::after {
    display: none;
  }
  .how__icon {
    height: 40px;
    width: 40px;
    margin: 0 12px 0 0;
  }
  .how__title {
    margin-top: 0;
    font-weight: 400;
  }
  .service-section {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .form-section {
    padding-top: 30px;
  }
  .form__wrap .btn {
    width: 100%;
  }
  .form__row {
    display: block;
  }
  .form__row .inputbox:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .advantage-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .team-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .team__photo {
    margin-bottom: 8px;
  }
  .team__name {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .team__position {
    font-size: 14px;
  }
  .client-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contacts-section {
    display: block;
  }
  .contacts-map {
    width: 100%;
  }
  .contacts-map__wrap {
    height: 400px;
  }
  .contacts-form {
    width: 100%;
  }
  .footer-top__column {
    font-size: 16px;
  }
  .footer-top__text {
    font-size: 14px;
    font-weight: 400;
  }
  .bg-block__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bg-block__contacts-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .bg-block__contacts-item:last-child {
    padding-left: 0;
  }
}
@media all and (max-width: 700px) {
  body {
    font-size: 14px;
  }
  .btn {
    font-size: 14px;
    padding: 12px 24px;
  }
  h2 {
    font-size: 22px;
  }
  .subtitle {
    display: none;
  }
  .showcase__description {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .showcase__title {
    font-size: 28px;
  }
  .showcase__title img {
    height: 32px;
  }
  .showcase__text {
    font-size: 16px;
  }
  .showcase__button {
    margin-top: 30px;
    text-align: center;
  }
  .showcase .slick-dots {
    bottom: 20px;
  }
  .showcase__map {
    display: none;
  }
  .system-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .system {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .system.show .system__item {
    width: 100%;
  }
  .system.show .system__item .system__image img {
    height: 40px;
  }
  .system.show .system__item.active {
    width: 100%;
  }
  .system.show .system__item.active .system__inner {
    display: block;
  }
  .system.show .system__item.active .system__image img {
    height: 60px;
  }
  .system__item {
    height: auto;
    padding: 20px;
    width: 100%;
  }
  .system__item:first-child {
    border-right: none;
    border-bottom: 1px solid #DDDDDD;
  }
  .system__title {
    font-size: 16px;
  }
  .system__text {
    max-height: none;
  }
  .system-summ {
    padding: 12px 0;
  }
  .benefits-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .benefits-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .benefits__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 30px auto 0;
    max-width: 300px;
  }
  .benefits__description {
    width: 100%;
  }
  .benefits__button {
    margin-top: 20px;
    text-align: center;
  }
  .how-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service__title {
    font-size: 16px;
  }
  .service__text {
    font-size: 14px;
  }
  .cases__title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .cases__subtitle {
    font-size: 14px;
  }
  .cases__text {
    font-size: 14px;
  }
  .cases__arrows .slick-arrow {
    height: 40px;
    width: 40px;
  }
  .cases__arrows .slick-prev {
    margin-right: 12px;
  }
  .advantage-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .advantage {
    margin: 0;
  }
  .advantage__item {
    margin: 0 0 15px;
    width: 100%;
  }
  .advantage__icon {
    float: left;
    margin-right: 12px;
    margin-bottom: 0;
  }
  .advantage__icon img {
    height: 60px;
    width: 60px;
  }
  .advantage__title {
    font-size: 16px;
    text-align: left;
    margin-bottom: 4px;
  }
  .advantage__text {
    overflow: auto;
  }
  .counter {
    display: block;
  }
  .counter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .counter__value {
    margin-right: 12px;
  }
  .team-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .client-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .contacts-form {
    padding: 40px 16px;
  }
  .contacts-map__block {
    padding: 20px 16px;
    position: static;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .modal__content {
    padding: 20px;
  }
  .modal__title {
    font-size: 22px;
  }
  .bg-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bg-block__title {
    font-size: 22px;
  }
  .bg-block__subtitle {
    font-size: 14px;
  }
  .bg-block__contacts-item {
    font-size: 14px;
  }
  .bg-section--404 .bg-block__title {
    font-size: 22px;
  }
}
@media all and (max-width: 500px) {
  header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .logo {
    width: 110px;
  }
  .menu-mobile {
    margin-right: 16px;
  }
  .header-contacts__item.email {
    margin-right: 16px;
  }
  main {
    margin-top: -50px;
  }
  .showcase__inner {
    padding-top: 50px;
  }
  .system-calc__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .system-calc__label:hover {
    font-weight: 400;
  }
  .system-calc__value {
    width: 100px;
  }
  .cases__result-list {
    display: block;
  }
  .cases__result-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .cases__result-value {
    margin-right: 12px;
  }
  .cases__info-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
    width: 80px;
  }
  .footer-top__column {
    text-align: center;
    width: 100%;
  }
  .footer-top__title {
    margin-bottom: 8px;
  }
  .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bg-section {
    padding-top: 50px;
  }
}
/*# sourceMappingURL=styles.css.map */