body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 999;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  text-align: left;
  vertical-align: middle;
  padding: 22px;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SF UI/SFUIDisplay-Regular.eot");
  src: local("SF UI Display Regular"), local("SFUIDisplay-Regular"), url("../fonts/SF UI/SFUIDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SF UI/SFUIDisplay-Regular.woff2") format("woff2"), url("../fonts/SF UI/SFUIDisplay-Regular.woff") format("woff"), url("../fonts/SF UI/SFUIDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SF UI/SFUIDisplay-Medium.eot");
  src: local("SF UI Display Medium"), local("SFUIDisplay-Medium"), url("../fonts/SF UI/SFUIDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SF UI/SFUIDisplay-Medium.woff2") format("woff2"), url("../fonts/SF UI/SFUIDisplay-Medium.woff") format("woff"), url("../fonts/SF UI/SFUIDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SF UI/SFUIDisplay-Semibold.eot");
  src: local("SF UI Display Semibold"), local("SFUIDisplay-Semibold"), url("../fonts/SF UI/SFUIDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SF UI/SFUIDisplay-Semibold.woff2") format("woff2"), url("../fonts/SF UI/SFUIDisplay-Semibold.woff") format("woff"), url("../fonts/SF UI/SFUIDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  font-family: sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

body {
  font-family: 'SF UI Display';
}

button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-width: 0;
  background-color: transparent;
  border-radius: 0;
}

a {
  text-decoration: none;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._container {
  max-width: 1170px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}

.main-button {
  background: #408CED;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  height: 60px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 44px;
  transition: 0.3s background-color;
}

.main-button:hover {
  background-color: #68A7F6;
}

.main-button:active {
  background-color: #2577DF;
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-logo {
  width: 50px;
}

.header-logo img {
  height: 60px;
}

.header-nav {
  font-size: 17px;
  list-style: none;
  display: flex;
}

.header-nav-vertical {
  display: flex;
  list-style: none;
  flex-direction: column;
  align-items: center;
}

.header-nav-vertical .header-nav-item {
  margin-left: 0;
  margin-top: 20px;
  font-size: 22px;
}

.header-nav-item {
  margin-left: 50px;
}

.header-link {
  border-bottom: 2px solid transparent;
  transition: 0.3s color;
  padding-bottom: 5px;
}

.page-inspections .header-phone {
  color: #22365F;
}

.page-inspections .header-phone-code {
  color: rgba(35, 34, 95, 0.6);
}

.page-inspections .header-link {
  color: rgba(35, 34, 95, 0.6);
}

.page-inspections .header-link:hover {
  color: #22365F;
}

.page-inspections .header-link--active {
  color: #22365F;
  border-color: #408CED;
}

.page-orders .header-phone {
  color: #464054;
}

.page-orders .header-phone-code {
  color: rgba(70, 64, 84, 0.6);
}

.page-orders .header-link {
  color: rgba(70, 64, 84, 0.6);
}

.page-orders .header-link:hover {
  color: #464054;
}

.page-orders .header-link--active {
  color: #464054;
  border-color: #DA44CD;
}

.page-calculations .header-phone {
  color: #544040;
}

.page-calculations .header-phone-code {
  color: rgba(84, 64, 64, 0.6);
}

.page-calculations .header-link {
  color: rgba(84, 64, 64, 0.6);
}

.page-calculations .header-link:hover {
  color: #544040;
}

.page-calculations .header-link--active {
  color: #544040;
  border-color: #FD8B4D;
}

.header-action {
  display: flex;
  align-items: center;
}

.header-phone {
  font-weight: 500;
}

.header-mobile-login {
  margin-left: 15px;
}

.header-button {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  width: 138px;
  height: 60px;
  border-radius: 30px;
  margin-left: 50px;
  transition: 0.3s border-color;
}

.page-inspections .header-button {
  color: #22365F;
  border: 2px solid rgba(64, 140, 237, 0.6);
}

.page-inspections .header-button:hover {
  border-color: #408CED;
}

.page-orders .header-button {
  color: #464054;
  border: 2px solid rgba(218, 68, 205, 0.6);
}

.page-orders .header-button:hover {
  border-color: #DA44CD;
}

.page-calculations .header-button {
  color: #464054;
  border: 2px solid rgba(252, 138, 76, 0.6);
}

.page-calculations .header-button:hover {
  border-color: #FC8A4C;
}

.header-mobile-toggle,
.header-mobile-login {
  width: 36px;
  height: 50px;
}

.welcome-block {
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: 104px;
}

.page-inspections .welcome-block {
  background-image: url(../img/background.jpg);
}

.page-orders .welcome-block {
  background-image: url(../img/background-orders.jpg);
}

.page-calculations .welcome-block {
  background-image: url(../img/backgroung-calc.jpg);
}

.welcome-block-container {
  display: flex;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: calc(100vh - 104px);
  min-height: -webkit-fill-available;
}

.welcome-text {
  padding-right: 30px;
}

.welcome-title {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  max-width: 570px;
}

.welcome-title-accent {
  color: #408CED;
}

.welcome-description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  line-height: 1.6;
  margin-top: 35px;
  max-width: 470px;
}

.welcome-button {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #408CED;
  height: 60px;
  border-radius: 30px;
  margin-top: 50px;
  transition: 0.3s background-color;
}

.welcome-order-dewelop {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  margin-top: 50px;
}

.welcome-button:hover {
  background-color: #68A7F6;
}

.welcome-button:active {
  background-color: #2577DF;
}

.welcome-button-text {
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  margin-top: 1px;
}

.welcome-button-icon {
  vertical-align: middle;
  padding-right: 5px;
}

.welcome-img img {
  max-width: 100%;
}

.scroll-down {
  background: #FFFFFF;
  box-shadow: 5px 5px 10px rgba(30, 64, 110, 0.1);
  border-radius: 40px;
  width: 60px;
  height: 80px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  z-index: 2;
  bottom: -40px;
  transition: 0.3s box-shadow;
}

.scroll-down:hover {
  box-shadow: 5px 5px 20px rgba(30, 64, 110, 0.1);
}

.scroll-down:active {
  box-shadow: 5px 5px 5px rgba(30, 64, 110, 0.1);
}

.scroll-down-border {
  position: absolute;
  left: -8px;
  top: -8px;
}

.scroll-down-arrow {
  animation-name: scrollDown;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes scrollDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  80% {
    transform: translateY(7px);
    opacity: 0;
  }

  90% {
    transform: translateY(0);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.clients-block-box:nth-child(even) {
  flex-direction: row-reverse;
}

.clients-block-box:nth-child(even) .clients-img {
  padding-left: 20px;
  padding-right: 0;
}

.clients-block {
  margin-top: 60px;
}

.label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}

.page-inspections .label {
  color: #408CED;
}

.page-orders .label {
  color: #CF47C3;
}

.page-calculations .label {
  color: #FC8A4C;
}

.title {
  font-size: 38px;
  line-height: 1.2;
  color: #22365F;
  font-weight: 500;
}

.clients-block-box {
  margin-top: 60px;
}

.clients-information-title {
  font-size: 30px;
  color: #22365F;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 30px;
}

.clients-information-description {
  font-size: 17px;
  line-height: 1.6;
  color: #22365F;
  margin-top: 30px;
  margin-bottom: 30px;
}

.clients-information-item {
  list-style: none;
  padding-left: 40px;
  margin-top: 20px;
  color: #7A869F;
  background-image: url(../img/check-circle.svg);
  background-position: top left;
  background-repeat: no-repeat;
  line-height: 1.6;
}

.clients-img {
  max-width: 100%;
  padding-right: 20px;
}

.proviso {
  font-size: 17px;
  line-height: 1.6;
  color: #7A869F;
  margin-top: 20px;
}

.features {
  margin-top: 60px;
  background-color: #F6FAFF;
}

.features-container {
  padding-top: 60px;
  padding-bottom: 50px;
}

.features-container-box {
  justify-content: space-between;
}

.features-description {
  font-size: 20px;
  line-height: 1.5;
  color: #7A869F;
}

.description-accent {
  color: #22365F;
}

.features-items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-bottom: -15px;
}

.features-item {
  text-align: left;
  margin: 30px 15px;
}

.features-item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #22365F;
  margin-top: 3px;
}

.features-item-description {
  font-size: 17px;
  line-height: 1.6;
  color: #7A869F;
  max-width: 346px;
  margin-top: 16px;
}

.mobile-app {
  background-image: url(/img/background-app.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mobile-app-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-app-img {
  display: block;
  width: 100%;
  max-width: 544px;
  padding-right: 20px;
}

.mobile-app-picture {
  margin-top: auto;
  padding-top: 100px;
}

.mobile-app-information {
  max-width: 500px;
}

.mobile-app-title {
  color: #fff;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.2;
}

.mobile-app-description {
  font-size: 17px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 30px;
  margin-bottom: 28px;
}

.mobile-app-appstore {
  margin-right: 26px;
}

.mobile-app-appstore,
.mobile-app-googleplay {
  display: inline-block;
  margin-top: 20px;
}

.triffs {
  margin-top: 60px;
}

.triffs .select2-dropdown {
  border: 2px solid #D7E6F9;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: left;
}

.triffs .select2-results__option {
  padding: 10px 25px;
}

.triffs .select2-results__option:hover {
  background-color: rgba(215, 230, 249, 0.3);
  cursor: pointer;
}

.triffs .select2-results__option:last-child {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.triffs .select2-results__option[aria-selected="true"] {
  background-color: rgba(215, 230, 249, 0.6);
}

.tariffs-container-box {
  justify-content: space-between;
}

.tariffs-description {
  font-size: 20px;
  line-height: 1.5;
  color: #7A869F;
}

.description-accent {
  color: #22365F;
}

.tariffs-items {
  margin-top: 60px;
}

.tariffs-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 25px 20px;
  box-shadow: 0 0 0 2px #D7e6f9;
  border-radius: 12px;
  transition: 0.3s box-shadow;
  margin-top: 30px;
  margin-bottom: 30px;
}

.tariffs-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transform: scale(0);
  transform-origin: top;
  transition: 0.3s transform;
  border-radius: 12px 12px 0 0;
  background-color: #408CED;
}

.tariffs-item:hover {
  box-shadow: 5px 20px 50px rgba(34, 54, 95, 0.2);
  border-color: transparent;
}

.tariffs-item:hover::before {
  opacity: 1;
  transform: scale(1);
}

.tarrifs-item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #22365F;
  margin-bottom: 10px;
}

.tarrifs-item-description {
  font-size: 17px;
  line-height: 1.6;
  color: #7A869F;
  margin-bottom: 20px;
}

.item-description-accent {
  color: #22365F;
}

.tariffs-item-cost {
  font-weight: 600;
  font-size: 42px;
  color: #408CED;
  margin-bottom: 20px;
  margin-top: 20px;
}

.item-cost-accent {
  font-size: 32px;
}

.tariffs-item-line {
  height: 1px;
  border: 0 none;
  color: #CFDFF3;
  background-color: #CFDFF3;
}

.tariffs-item-information-list {
  margin-top: 10px;
}

.tariffs-item-information {
  list-style: none;
  padding-left: 40px;
  line-height: 1.6;
  text-align: left;
  color: #7A869F;
  margin-top: 20px;
  background-image: url(../img/check-circle.svg);
  background-position: top left;
  background-repeat: no-repeat;
}

.tariffs-item-information-description {
  text-align: left;
  margin-top: 30px;
  color: #7A869F;
  line-height: 1.6;
}

.item-description-individually {
  justify-content: space-between;
}

.item-description-individually .tariffs-information-button {
  margin-top: 0;
}

.tariffs-information-action {
  margin-top: auto;
  padding-top: 30px;
  width: 100%;
}

.tariffs-information-button {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.footer {
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}

.footer-container {
  font-size: 18px;
  display: flex;
  flex-direction: column;
}

.footer-logo,
.footer-nav,
.footer-information,
.footer-information-contacts {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-nav {
  list-style: none;
}

.footer-link-active {
  color: #22365F;
}

.footer-link {
  color: #7A869F;
  transition: 0.3s color;
}

.footer-link:hover {
  color: #22365F;
}

.footer-nav-item {
  margin-bottom: 16px;
}

.footer-information-name {
  margin-bottom: 16px;
  color: #22365F;
}

.footer-information-itn {
  color: #7A869F;
}

.footer-information-mail {
  color: #7A869F;
  margin-bottom: 16px;
}

.footer-mail-link {
  color: #22365F;
}

.social {
  display: flex;
}

.social-item {
  border: 1px solid rgba(34, 54, 95, 0.1);
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  transition: 0.3s border;
}

.social-item:not(:last-child) {
  margin-right: 20px;
}

.social-item:hover {
  border: 1px solid #408CED;
}

.scroll-up {
  background: #fff;
  box-shadow: 5px 5px 10px rgba(30, 64, 110, 0.1);
  border-radius: 40px;
  position: absolute;
  top: -40px;
  left: 50%;
  width: 60px;
  height: 80px;
  margin-left: -30px;
  transition: 0.3s box-shadow;
}

.scroll-up-border {
  position: absolute;
  left: -8px;
  top: 40px;
}

.scroll-up:hover {
  box-shadow: 5px 5px 20px rgba(30, 64, 110, 0.1);
}

.scroll-up:active {
  box-shadow: 5px 5px 5px rgba(30, 64, 110, 0.1);
}

.feedback {
  padding-top: 60px;
  margin-top: 60px;
  padding-bottom: 100px;
  position: relative;
}

.feedback--no-offset {
  margin-top: 0;
}

.feedback .title,
.feedback .label {
  text-align: center;
}

.feedback .title {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.page-inspections .feedback {
  background-color: #F6FAFF;
}

.page-orders .feedback {
  background-color: #FCFAFF;
}

.page-calculations .feedback {
  background-color: #FFFAF8;
}

.feedback-container {
  max-width: 970px;
}

.feedback-form {
  margin-top: 50px;
}

.feedback-form-field {
  display: block;
  margin-bottom: 30px;
}

.feedback-form-input,
.feedback-form-textarea {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 3px 15px 15px rgba(217, 233, 255, 0.2);
  border-radius: 30px;
  padding-left: 25px;
  padding-right: 25px;
  border: none;
  font-size: inherit;
  font-family: inherit;
  border: 1px solid transparent;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.feedback-form-input::placeholder,
.feedback-form-textarea::placeholder {
  color: #7A869F;
}

.feedback-form-input._error,
.feedback-form-textarea._error {
  border-color: #FF9C9B;
}

.feedback-form-input:focus,
.feedback-form-textarea:focus {
  border-color: #408CED;
  box-shadow: 0px 0px 3px #5DA3FC;
}

.feedback-form-input {
  height: 60px;
}

.feedback-form-textarea {
  padding-top: 20px;
  padding-bottom: 20px;
  resize: vertical;
  height: 240px;
}

.feedback-form-button-wrap {
  text-align: right;
}

.feedback-form-button {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  height: 60px;
  border-radius: 30px;
  transition: 0.3s background-color;
}

.page-inspections .feedback-form-button {
  background-color: #408CED;
}

.page-inspections .feedback-form-button:hover {
  background-color: #68A7F6;
}

.page-inspections .feedback-form-button:active {
  background-color: #2577DF;
}

.page-orders .feedback-form-button {
  background-color: #CF47C3;
}

.page-orders .feedback-form-button:hover {
  background-color: #eb63df;
}

.page-orders .feedback-form-button:active {
  background-color: #c036b4;
}

.page-calculations .feedback-form-button {
  background-color: #FC8A4C;
}

.page-calculations .feedback-form-button:hover {
  background-color: #f39c6d;
}

.page-calculations .feedback-form-button:active {
  background-color: #e27033;
}

.feedback-form-button-text {
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  margin-top: 1px;
}

.feedback-form-button-icon {
  vertical-align: middle;
  padding-right: 5px;
}

.feedback-form-information {
  line-height: 1.6;
  font-size: 17px;
}

.feedback-form-information-link {
  color: rgba(34, 54, 95, 0.6);
  transition: 0.3s color;
}

.feedback-form-information-link:hover {
  color: #22365F;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  width: 100% !important;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 60px;
  user-select: none;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 25px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background: #FFFFFF;
  border: 2px solid #D7E6F9;
  border-radius: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #22365F;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 56px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 25px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.modal-full {
  position: relative;
  width: 100%;
  height: 100%;
}

.modal-full:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0.1;
}

.page-inspections .modal-full:before {
  background-image: url(../img/background.jpg);
}

.page-orders .modal-full:before {
  background-image: url(../img/background-orders.jpg);
}

.page-calculations .modal-full:before {
  background-image: url(../img/backgroung-calc.jpg);
}

.modal {
  max-width: 100%;
}

.modal--small {
  width: 280px;
}

.modal--medium {
  width: 429px;
}

.modal--big {
  width: 604px;
}

.modal--menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.modal__title {
  font-size: 28px;
}

.modal__descr {
  font-size: 17px;
  margin-top: 20px;
}

.modal__field {
  display: block;
  position: relative;
  padding-top: 22px;
  margin-top: 20px;
}

.modal__input {
  width: 100%;
  height: 36px;
  border-width: 0;
  border-bottom: 1px solid #dbdbdb;
  font-family: inherit;
  font-size: 17px;
  border-radius: 0;
}

.modal__input:invalid {
  outline: none;
  box-shadow: none;
}

.modal__input._error {
  border-color: #FF9C9B;
}

.modal__input._error ~ .modal__label {
  color: #FF9C9B;
}

.modal__input:focus ~ .modal__label,
.modal__input._no-empty ~ .modal__label {
  transform: translateY(0);
}

.modal__center {
  text-align: center;
}

.modal__button {
  width: 100%;
}

.modal__action {
  margin-top: 20px;
}

.modal__link {
  transition: 0.2s color;
  font-size: 17px;
  line-height: 20px;
  color: #408CED;
}

.modal__link:hover {
  color: #68A7F6;
}

.modal__label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  color: rgba(34, 54, 95, 0.4);
  transform: translateY(29px);
  transition: 0.2s transform;
  pointer-events: none;
}

.modal__row--super-offset {
  margin-top: 40px;
}

.modal__select ~ .select2-container--default .select2-selection--single {
  border-width: 0;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 0;
}

.modal__select ~ .select2-container .select2-selection--single {
  height: 36px;
}

.modal__select ~ .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 20px;
}

.modal__select ~ .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0;
}

.modal__select._error .select2-container--default .select2-selection--single {
  border-color: #FF9C9B;
}

.modal__select:focus ~ .modal__label,
.modal__select._no-empty ~ .modal__label {
  transform: translateY(0);
}

.select2-container--open .modal__label,
.select2-container--focus ~ .modal__label {
  transform: translateY(0);
}

@media (min-width: 443px) {
  .header-mobile-login {
    margin-left: 20px;
  }
}

@media (min-width: 540px) {
  .footer-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 600px) {
  .header-mobile-toggle,
  .header-mobile-login {
    width: 50px;
    height: 50px;
  }

  .features-item {
    width: calc(50% - 30px);
  }
}

@media (min-width: 680px) {
  .header-logo {
    width: 70px;
  }

  .header-logo img {
    height: 80px;
  }
}

@media (min-width: 690px) {
  .tariffs-items {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
  }

  .tariffs-item {
    width: calc(50% - 30px);
    padding: 40px 25px;
    margin: 15px;
  }

  .feedback-form {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 100px;
  }

  .feedback-form-box {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 700px) {
  .fancybox-content {
    padding: 44px;
  }

  .modal__row {
    display: flex;
    justify-content: space-between;
  }

  .modal__row .modal__box,
  .modal__row > .modal__field {
    width: calc(50% - 22px);
  }
}

@media (min-width: 800px) {
  .welcome-block {
    margin-top: 124px;
  }

  .welcome-block-container {
    min-height: calc(100vh - 174px);
  }

  .clients-block {
    margin-top: 140px;
  }

  .clients-information-description {
    max-width: 570px;
  }

  .features {
    margin-top: 140px;
  }

  .features-container {
    padding-top: 140px;
    padding-bottom: 132px;
  }

  .features-items {
    margin-top: 100px;
  }

  .triffs {
    margin-top: 140px;
  }

  .feedback {
    margin-top: 140px;
    padding-top: 140px;
  }

  .feedback--no-offset {
    margin-top: 0;
  }
}

@media screen and (min-width: 800px) {
  .modal__title {
    font-size: 38px;
  }
}

@media (min-width: 981px) {
  .header-mobile-actions {
    display: none;
  }

  .title {
    max-width: 500px;
  }

  .clients-block-box {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .clients-information {
    max-width: 500px;
  }

  .features-container-box {
    display: flex;
  }

  .features-description {
    max-width: 500px;
  }

  .features-item {
    width: calc(33.333% - 30px);
  }

  .tariffs-container-box {
    display: flex;
  }

  .tarrifs-item-title {
    max-width: 500px;
  }

  .tarrifs-item-description {
    max-width: 500px;
  }
}

@media (min-width: 1012px) {
  .tariffs-item {
    width: calc(33.333% - 30px);
  }
}

@media (min-width: 1400px) {
  .welcome-img {
    margin-right: -100px;
  }
}

@media (max-width: 980px) {
  .header-nav {
    display: none;
  }

  .header-button {
    display: none;
  }

  .welcome-img {
    display: none;
  }

  .scroll-down {
    display: none;
  }

  .clients-information {
    margin-top: 60px;
  }

  .features-description {
    margin-top: 45px;
  }

  .mobile-app-picture {
    display: none;
  }

  .mobile-app-information {
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tariffs-description {
    margin-top: 45px;
  }
}

@media (max-width: 689px) {
  .feedback-form-button-wrap {
    margin-top: 25px;
  }

  .feedback-form-button {
    max-width: 240px;
  }
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 526px) {
  .welcome-title {
    font-size: 28px;
    line-height: 1.3;
  }

  .title {
    font-size: 26px;
    line-height: 1.3;
  }

  .mobile-app-title {
    font-size: 28px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 415px) {
  .main-button {
    width: 100%;
  }
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
