.g-recaptcha iframe {
  display: block;
  width: 100% !important;
}

.g-recaptcha > * {
  width: 100% !important;
}

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: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-can-swipe #project.fancybox-content {
  cursor: auto;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  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: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.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;
  /* Using without prefix would break IE11 */
  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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.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;
  -ms-transform-origin: top left;
  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-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.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;
}

/* Buttons */

.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 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  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;
}

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.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;
}

/* Navigation arrows */

.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);
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(
    to top,
    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%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}

.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;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 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: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.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: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.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: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.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: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (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;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */

.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 0;
}

.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 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  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 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  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: center center;
  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: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.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-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 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[aria-selected] {
  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-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .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--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;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir='rtl']
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.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__remove {
  margin-left: 2px;
  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[role='group'] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled='true'] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected='true'] {
  background-color: #ddd;
}
.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--highlighted[aria-selected] {
  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;
  margin-right: 10px;
}
.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;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.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;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir='rtl']
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.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[role='group'] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled='true'] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  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;
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  background: none repeat scroll 0 0 transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0 none;
  padding: 0;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
body {
  line-height: normal;
}
* {
  box-sizing: border-box;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  outline: none;
}
ul {
  list-style-type: none;
}
table {
  border-collapse: collapse;
}
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}
.g-container {
  max-width: 1240px;
  min-width: 320px;
  padding: 0 24px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .g-container {
    padding: 0 16px;
  }
}
.g-container.wide {
  max-width: 1400px;
}
.g-container.giant {
  max-width: 1560px;
}
.g-container.narrow {
  max-width: 1295px;
}
.g-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 16px;
  height: 54px;
  min-width: 200px;
  max-width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  background-color: #0ad2d4;
  border-radius: 30px;
  cursor: pointer;
  outline: 0 none;
  font-weight: 700;
  border: 2px solid #0ad2d4;
  transition: all 0.15s ease-in-out;
}
.g-button:hover {
  opacity: 1;
  background-color: #21e1e3;
  border-color: #21e1e3;
  color: #fff;
}
.g-button.info-btn {
  background-color: #fff;
  color: #0ad2d4;
}
.g-button.info-btn:hover {
  border-color: #21e1e3;
  color: #21e1e3;
}
.g-button.more-btn {
  background-color: #fff;
  color: #a4c5c6;
  border-color: #a4c5c6;
}
.g-button.more-btn:hover {
  border-color: #0ad2d4;
  color: #0ad2d4;
}
.g-button.link-btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.g-button.link-btn:hover {
  opacity: 0.8;
  background-color: transparent;
  border-color: #fff;
}
.g-button.download-btn {
  height: 60px;
  padding: 20px;
  color: #fff;
  background-color: #2a6769;
  border-color: #2a6769;
}
.g-button.download-btn:hover {
  opacity: 0.8;
}
.g-button .inner-icon_right {
  margin-left: 11px;
  height: 24px;
  display: inline-block;
}
.g-title-h1 {
  color: #a4c5c6;
  font-weight: 700;
  font-size: 4.6em;
}
@media (max-width: 767px) {
  .g-title-h1 {
    font-size: 2.5em;
    text-align: center;
  }
}
.g-title-h2 {
  font-size: 2.2em;
  font-weight: 700;
  line-height: normal;
  color: #101010;
}
@media (max-width: 767px) {
  .g-title-h2 {
    font-size: 1.2em;
    text-align: center;
  }
}
.g-title-h3 {
  font-size: 1.8em;
  line-height: 1.25;
  color: #000;
  font-weight: 700;
}
@media (max-width: 767px) {
  .g-title-h3 {
    font-size: 1em;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .g-title-h3.not-centered {
    text-align: left;
  }
}
.g-text {
  margin-top: 60px;
  line-height: 1.25;
  font-size: 1em;
}
@media (max-width: 767px) {
  .g-text {
    margin-top: 25px;
    font-size: 0.9em;
    text-align: center;
  }
}
.g-text.colored {
  margin: 50px 0 0;
  padding: 38px 47px;
  background-color: #f5f7f7;
  border-radius: 10px;
  max-width: 713px;
}
@media (max-width: 767px) {
  .g-text.colored {
    padding: 10px 15px;
  }
}
.g-text.colored .label {
  font-size: 1.4em;
  font-weight: 700;
}
.g-text.no-top {
  margin-top: 0;
}
.g-text p + p {
  margin-top: 1em;
}
.g-bold {
  font-weight: 700;
}
@font-face {
  font-family: Roboto;
  src: local('Roboto'), url(../fonts/Roboto.ttf) format('truetype'),
    url(../fonts/Roboto.woff2) format('woff2'),
    url(../fonts/Roboto.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Robotomedium;
  src: local('Robotomedium'), url(../fonts/Robotomedium.ttf) format('truetype'),
    url(../fonts/Robotomedium.woff2) format('woff2'),
    url(../fonts/Robotomedium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Robotobold;
  src: local('Robotobold'), url(../fonts/Robotobold.ttf) format('truetype'),
    url(../fonts/Robotobold.woff2) format('woff2'),
    url(../fonts/Robotobold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Robotoblack;
  src: local('Robotoblack'), url(../fonts/Robotoblack.ttf) format('truetype'),
    url(../fonts/Robotoblack.woff2) format('woff2'),
    url(../fonts/Robotoblack.woff) format('woff');
  font-weight: 900;
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}
a,
body {
  color: #000;
}
a {
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  color: #000;
}
.b-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.b-wrapper.index-theme {
  background: url(../images/bg-index1.png) no-repeat 0 0,
    url(../images/bg-index2.png) no-repeat 100% 100%,
    linear-gradient(359.79deg, #f1f6f6 0.37%, #fff 99.69%);
}
@media (max-width: 767px) {
  .b-wrapper.index-theme {
    background: url(../images/bg-index1.png) no-repeat 0 0,
      linear-gradient(359.79deg, #f1f6f6 0.37%, #fff 99.69%);
    background-size: 80% auto;
  }
}
.b-wrapper.design-theme {
  background: url(../images/bg-design_1.png) no-repeat 0 100%,
    url(../images/bg-design_2.png) no-repeat 0 100%,
    url(../images/bg-design_3.png) no-repeat 18% top,
    url(../images/bg-design_4.png) no-repeat 100% 0,
    url(../images/bg-design_5.png) no-repeat left 50%,
    url(../images/bg-design_6.png) no-repeat right 98%,
    linear-gradient(359.79deg, #f1f6f6 0.37%, #fff 99.69%);
}
@media (max-width: 1440px) {
  .b-wrapper.design-theme {
    background: url(../images/bg-design_1.png) no-repeat 0 100%,
      url(../images/bg-design_2.png) no-repeat 0 100%,
      url(../images/bg-design_3.png) no-repeat 18% top,
      url(../images/bg-design_4.png) no-repeat 100% 0,
      linear-gradient(359.79deg, #f1f6f6 0.37%, #fff 99.69%);
  }
}
@media (max-width: 767px) {
  .b-wrapper.design-theme {
    background: linear-gradient(359.79deg, #f1f6f6 0.37%, #fff 99.69%);
  }
}
.b-wrapper.facts-theme {
  background: url(../images/bg-facts_1.png) no-repeat 0 0,
    url(../images/bg-facts_2.png) no-repeat 100% 100%,
    url(../images/bg-facts_3.png) no-repeat 100% 100%,
    url(../images/bg-facts_4.png) no-repeat 0 calc(100% - 120px),
    url(../images/bg-facts_5.png) no-repeat 330px top,
    linear-gradient(359.79deg, #f1f6f6 0.37%, #fff 99.69%);
}
@media (max-width: 1440px) {
  .b-wrapper.facts-theme {
    background: url(../images/bg-facts_1.png) no-repeat 0 0,
      url(../images/bg-facts_2.png) no-repeat 100% 100%,
      url(../images/bg-facts_4.png) no-repeat 0 100%,
      url(../images/bg-facts_5.png) no-repeat 340px top,
      linear-gradient(359.79deg, #f1f6f6 0.37%, #fff 99.69%);
  }
}
@media (max-width: 767px) {
  .b-wrapper.facts-theme {
    background: linear-gradient(359.79deg, #f1f6f6 0.37%, #fff 99.69%);
  }
}
.b-wrapper.generic-theme {
  background: url(../images/bg-generic_1.png) no-repeat 0 0,
    url(../images/bg-generic_2.png) no-repeat 340px top,
    url(../images/bg-generic_3.png) no-repeat right 900px,
    linear-gradient(359.79deg, #f1f6f6 0.37%, #fff 99.69%);
}
@media (max-width: 1440px) {
  .b-wrapper.generic-theme {
    background: url(../images/bg-generic_1.png) no-repeat 0 0,
      url(../images/bg-generic_2.png) no-repeat 340px top,
      url(../images/bg-generic_3.png) no-repeat right 900px,
      linear-gradient(359.79deg, #f1f6f6 0.37%, #fff 99.69%);
  }
}
@media (max-width: 767px) {
  .b-wrapper.generic-theme {
    background: linear-gradient(359.79deg, #f1f6f6 0.37%, #fff 99.69%);
  }
}
.b-wrapper.prices-theme {
  background: url(../images/bg-generic_1.png) no-repeat 0 0,
    url(../images/bg-generic_2.png) no-repeat 340px top,
    url(../images/bg-dots.png) no-repeat left 565px,
    url(../images/bg-dots.png) no-repeat right 1170px;
}
@media (max-width: 1440px) {
  .b-wrapper.prices-theme {
    background: url(../images/bg-generic_1.png) no-repeat 0 0,
      url(../images/bg-generic_2.png) no-repeat 340px top;
  }
}
.b-wrapper.laboratory-theme {
  background: url(../images/bg-design_1.png) no-repeat 0 100%,
    url(../images/bg-design_3.png) no-repeat 18% top,
    url(../images/bg-laboratory_2.png) no-repeat 100% 0,
    url(../images/bg-design_5.png) no-repeat left 50%,
    url(../images/bg-design_6.png) no-repeat right 98%,
    url(../images/bg-laboratory_1.png) no-repeat right 290px,
    linear-gradient(359.79deg, #f1f6f6 0.37%, #fff 99.69%);
}
@media (max-width: 1440px) {
  .b-wrapper.laboratory-theme {
    background: url(../images/bg-design_1.png) no-repeat 0 100%,
      url(../images/bg-design_3.png) no-repeat 18% top,
      url(../images/bg-laboratory_2.png) no-repeat 100% 0,
      url(../images/bg-laboratory_1.png) no-repeat right 290px,
      linear-gradient(359.79deg, #f1f6f6 0.37%, #fff 99.69%);
  }
}
@media (max-width: 767px) {
  .b-wrapper.laboratory-theme {
    background: linear-gradient(359.79deg, #f1f6f6 0.37%, #fff 99.69%);
  }
}
.b-wrapper.partners-theme {
  background: url(../images/bg-design_1.png) no-repeat 0 100%,
    url(../images/bg-design_2.png) no-repeat 0 100%,
    url(../images/bg-design_3.png) no-repeat 18% top,
    url(../images/bg-design_4.png) no-repeat 100% 0,
    url(../images/bg-design_5.png) no-repeat left 20%,
    url(../images/bg-design_6.png) no-repeat right 98%;
}
@media (max-width: 991px) {
  .b-wrapper.partners-theme {
    background: url(../images/bg-design_1.png) no-repeat 0 100%,
      url(../images/bg-design_2.png) no-repeat 0 100%,
      url(../images/bg-design_3.png) no-repeat 18% top,
      url(../images/bg-design_4.png) no-repeat 100% 0;
  }
}
@media (max-width: 767px) {
  .b-wrapper.partners-theme {
    background: linear-gradient(359.79deg, #f1f6f6 0.37%, #fff 99.69%);
  }
}
.b-wrapper.partners-theme .holder {
  padding-bottom: 125px;
}
@media (max-width: 426px) {
  .b-wrapper.partners-theme .holder {
    padding-bottom: 50px;
  }
}
.b-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 38px 24px 0;
}
@media (max-width: 767px) {
  .b-header {
    background-color: #fff;
    padding: 12px 16px;
  }
}
.b-header .main {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .b-header .main {
    flex: 100%;
    justify-content: space-between;
  }
}
.b-header .main .logo {
  display: inline-block;
}
@media (max-width: 767px) {
  .b-header .main .logo {
    width: 48px;
  }
}
.b-header .main .burger {
  margin-left: 56px;
}
@media (max-width: 991px) {
  .b-header .main .burger {
    margin-left: 24px;
  }
}
.b-header .info {
  display: flex;
  align-items: center;
  margin-left: 32px;
}
@media (max-width: 991px) {
  .b-header .info {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .b-header .info {
    display: none;
  }
}
.b-header .info .links {
  display: flex;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .b-header .info .links .item {
    font-size: 0.9em;
  }
}
.b-header .info .links .item + .item {
  margin-left: 41px;
  position: relative;
}
.b-header .info .links .item a {
  position: relative;
}
.b-header .info .links .item a:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.5s ease;
  opacity: 0.8;
}

.b-header .info .links .item a:hover::before {
  transform: scaleX(1);
}
@media (max-width: 991px) {
  .b-header .info .links .item + .item {
    margin-left: 30px;
  }
}
.b-header .info .links .item + .item:before {
  content: '';
  position: absolute;
  left: -23px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0ad2d4;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
@media (max-width: 991px) {
  .b-header .info .links .item + .item:before {
    left: -18px;
  }
}
.b-header .info .g-button {
  margin-left: 54px;
}
@media (max-width: 991px) {
  .b-header .info .g-button {
    margin-left: 32px;
  }
}
.b-navigation {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 354px;
  height: 100vh;
  overflow: auto;
  transform: translateX(-150%);
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .b-navigation {
    width: 100%;
  }
}
.b-navigation.active {
  transform: translateX(0);
}
.b-navigation .close {
  position: absolute;
  top: 23px;
  right: 22px;
}
@media (max-width: 767px) {
  .b-navigation .close {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 50px;
    right: 16px;
    top: 12px;
  }
}
.b-navigation .header {
  padding: 38px 0 0 40px;
}
@media (max-width: 767px) {
  .b-navigation .header {
    padding: 12px 16px;
  }
}
.b-navigation .header .logo {
  display: inline-block;
}
@media (max-width: 767px) {
  .b-navigation .header .logo {
    width: 48px;
  }
}
.b-navigation .links {
  flex: 1;
  padding: 50px 0 0 40px;
}
@media (max-width: 767px) {
  .b-navigation .links {
    display: flex;
    padding: 40px 15px 0;
  }
}
.b-navigation .links .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 2.05;
  font-weight: 700;
}
@media (max-width: 767px) {
  .b-navigation .links .list {
    flex: 100%;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .b-navigation .links .list .item {
    width: 100%;
  }
}
.b-navigation .links .list .item .link {
  color: #101010;
}
.b-navigation .links .list .item .link.active,
.b-navigation .links .list .item .link:hover {
  opacity: 1;
  color: #0ad2d4;
}
.b-navigation .nav-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #2a6769;
  padding: 40px 50px;
  height: 220px;
}
@media (max-width: 767px) {
  .b-navigation .nav-bottom {
    padding: 40px 15px;
  }
}
.b-navigation .nav-bottom .g-button {
  font-size: 0.7em;
  min-width: 255px;
  height: 60px;
}
.b-navigation .nav-bottom .social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 38px;
  padding: 0 8px;
}
@media (max-width: 767px) {
  .b-navigation .nav-bottom .social {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .b-navigation .nav-bottom .social .item + .item {
    margin-left: 32px;
  }
}
.b-navigation .social {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 38px;
  padding: 0 8px;
}
@media (max-width: 767px) {
  .b-navigation .social {
    display: none;
  }
}
@media (max-width: 767px) {
  .b-navigation .social .item + .item {
    margin-left: 32px;
  }
}
.b-main-content {
  padding: 32px 0 0;
}
.b-main-content .holder {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .b-main-content .holder {
    flex-direction: column;
  }
}
.b-main-content .holder .content {
  flex: 55% 1 1;
  padding-right: 32px;
}
@media (max-width: 767px) {
  .b-main-content .holder .content {
    flex: 100%;
    padding: 0;
  }
}
.b-main-content .holder .content .subtitle {
  text-transform: uppercase;
  color: #2a6769;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  line-height: 1.48;
}
@media (max-width: 767px) {
  .b-main-content .holder .content .subtitle {
    font-size: 0.9em;
    text-align: center;
  }
}
.b-main-content .holder .content .title {
  font-family: Robotoblack;
  margin-top: 20px;
  font-weight: 900;
  font-size: 2.4em;
  line-height: 1.25;
  color: #2a6769;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .b-main-content .holder .content .title {
    font-size: 1.8em;
    line-height: 1.12;
    text-align: center;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .b-main-content .holder .content .g-button {
    display: none;
  }
}
.b-main-content .holder .image {
  flex: 45% 1 1;
  text-align: right;
}
@media (max-width: 767px) {
  .b-main-content .holder .image {
    flex: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.b-main-content .holder .image .img-index {
  max-width: 430px;
  width: 100%;
}
.b-main-content .holder .image .g-button {
  display: none;
}
@media (max-width: 767px) {
  .b-main-content .holder .image .g-button {
    display: inline-flex;
    margin-top: 6px;
  }
}
.b-main-content.page404 {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .b-main-content.page404 {
    padding: 0;
  }
}
.b-main-content.page404 .holder {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .b-main-content.page404 .holder {
    align-items: center;
  }
}
.b-main-content.page404 .holder .content {
  padding-top: 30px;
}
.b-main-content.page404 .holder .image {
  flex: 70%;
  margin-bottom: -100px;
}
@media (max-width: 767px) {
  .b-main-content.page404 .holder .image {
    margin-bottom: 0;
  }
}
.b-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.b-line {
  width: 100%;
  height: 224px;
  margin-top: 40px;
  background: url(../images/bg-line2.png) no-repeat 50%;
}
@media (max-width: 767px) {
  .b-line {
    display: none;
  }
}
.b-line .holder {
  position: relative;
  height: 254px;
}
.b-line .holder .item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  font-size: 1.1em;
  text-align: center;
}
@media (max-width: 991px) {
  .b-line .holder .item {
    font-size: 0.9em;
  }
}
.b-line .holder .item .icon {
  margin: 0 0 16px;
}
.b-line .holder .item .link {
  color: #101010;
}
.b-line .holder .item .link:hover {
  color: #0ad2d4;
}
.b-line .holder .item.top {
  flex-direction: column-reverse;
}
.b-line .holder .item.top .icon {
  margin: 16px 0 0;
}
.b-line .holder .item.design {
  top: -27px;
  left: 15px;
}
@media (max-width: 1140px) {
  .b-line .holder .item.design {
    left: 1%;
  }
}
.b-line .holder .item.performance {
  top: 78px;
  left: 149px;
}
@media (max-width: 1140px) {
  .b-line .holder .item.performance {
    left: 11%;
  }
}
.b-line .holder .item.development {
  top: -21px;
  left: 480px;
}
@media (max-width: 1140px) {
  .b-line .holder .item.development {
    left: 34%;
  }
}
.b-line .holder .item.support {
  top: 115px;
  left: 753px;
}
@media (max-width: 1140px) {
  .b-line .holder .item.support {
    left: 54%;
  }
}
.b-line .holder .item.documents {
  top: 70px;
  left: 980px;
}
@media (max-width: 1140px) {
  .b-line .holder .item.documents {
    left: 70%;
  }
}
.b-modal {
  width: 100%;
}
.b-modal .title {
  font-size: 1.8em;
  line-height: 1.16;
  font-weight: 700;
  margin-bottom: 49px;
}
@media (max-width: 767px) {
  .b-modal .title {
    font-size: 1.7em;
    line-height: normal;
  }
}
.b-modal .subtitle {
  width: 690px;
  max-width: 100%;
  padding-left: 0.5em;
}
@media (max-width: 767px) {
  .b-modal .subtitle {
    margin: 43px auto 0;
    text-align: start;
  }
}
.b-modal .f-form {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f-form .f-row.modal-input--1 {
  width: 60%;
  margin-bottom: 32px;
}
.f-form .f-row.modal-input--2 {
  width: 38%;
  margin-bottom: 32px;
}
@media (max-width: 1000px) {
  .f-form .f-row.modal-input--1,
  .f-form .f-row.modal-input--2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .b-modal .f-form .f-file {
    margin: 0 auto;
  }
}
.fancybox-content {
  padding: 39px 86px;
  width: 1083px;
  max-width: 90%;
  border-radius: 24px;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
  background-image: url(../images/modal.png);
  background-repeat: no-repeat;
  background-position: top 0 right 0;
}
@media (max-width: 900px) {
  .fancybox-content {
    padding: 64px 16px 33px;
  }
}
.fancybox-slide--html .fancybox-close-small {
  width: 32px;
  height: 32px;
  top: 45px;
  right: 38px;
  padding: 0;
  background: url(../images/ic-close.svg) no-repeat 50%;
  background-size: cover;
}
@media (max-width: 767px) {
  .fancybox-slide--html .fancybox-close-small {
    width: 20px;
    height: 20px;
    top: 22px;
    right: 20px;
  }
}
.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}
.f-form {
  /*    max-width: 690px;*/
  margin: 0 auto;
}
.f-form .f-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.f-form .f-row.column {
  flex-direction: column;
}
/*.f-form .f-row + .f-row {
    margin-top: 30px;
}*/
@media (max-width: 767px) {
  .f-form .f-row {
    justify-content: center;
    flex-direction: column;
  }
}
.f-form .f-row .f-element {
  /* display: flex;
    justify-content: center;*/
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .f-form .f-row .f-element + .f-element {
    margin-top: 30px;
  }
}
.f-form .f-row .f-element.centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-form .f-row .f-element.end {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .f-form .f-row .f-element.end {
    justify-content: center;
  }
}
.f-form .f-row .f-element.mobile-centered {
  margin-top: 20px;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .f-form .f-row .f-element.mobile-centered {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.f-form .f-row .f-element .f-input,
.f-form .f-row .f-element .f-textarea {
  /*    height: 56px;*/
  outline: 0 none;
  width: 100%;
  background-color: transparent;
  background: #f3f8f8;
  border: 2px solid rgba(164, 197, 198, 0.48);
  border-radius: 4px;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: rgba(42, 62, 80, 0.82);
  padding: 12px 16px 11px 16px;
}
.f-element label {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 4px;
  display: block;
}
/*@media (max-width: 767px) {
    .f-form .f-row .f-element .f-input,
    .f-form .f-row .f-element .f-textarea {
        text-align: center;
        padding: 0;
    }
}*/
/*.f-form .f-row .f-element .f-input.error,
.f-form .f-row .f-element .f-textarea.error {
    border-bottom: 2px solid #0ad2d4;
    border-radius: 0;
}*/
.f-form .f-row .f-element .f-input::-webkit-input-placeholder,
.f-form .f-row .f-element .f-textarea::-webkit-input-placeholder {
  color: rgba(42, 62, 80, 0.82);
  font-family: Roboto, sans-serif;
}
.f-form .f-row .f-element .f-textarea {
  resize: none;
  padding-top: 5px !important;
}

.f-form .f-row .f-element .f-file {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #a4c5c6;
  cursor: pointer;
  color: #a4c5c6;
  outline: 0 none;
  height: 54px;
  padding: 0 24px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  border-radius: 30px;
  font-weight: 700;
  transition: opacity 0.15s ease-in-out;
}
.f-form .f-row .f-element .f-file:hover {
  opacity: 0.8;
}
.f-form .f-row .f-element label.error,
.b-modal label.error {
  position: absolute;
  /* bottom: -46px;
    left: 0;
    background-color: #0ad2d4;
    color: #fff;
    box-shadow: 4px 8px 2px rgba(0, 0, 0, 0.1);
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 0.6em;
    z-index: 5*/
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 125% */

  letter-spacing: 0.001em;

  /* new/red */

  color: #c4161c;
}
.contacts-form__soglasie .error {
  bottom: -28px;
}
.b-modal .g-recaptcha {
  padding-top: 45px;
}
.f-input.error {
  border-color: #c4161c !important;
  color: #c4161c !important;
}
/*@media (max-width: 540px) {
    .f-form .f-row .f-element label.error {
        padding: 5px 10px;
        bottom: -30px;
    }
}*/
.f-form .f-row .f-element label.error:after {
  content: none;
}
input.g-button {
  min-width: 359px;
}
@media (max-width: 620px) {
  input.g-button {
    min-width: 100%;
  }
}
.red {
  color: #c4161c;
}
.b-footer {
  flex-direction: column;
  text-align: center;
  padding: 0 24px 40px;
  margin-top: 40px;
}
.b-footer,
.b-footer .social {
  display: flex;
  align-items: center;
}
.b-footer .social .item + .item {
  margin-left: 32px;
}
.b-footer .social .item img {
  display: block;
}
.b-footer .copyright {
  margin-top: 24px;
  font-size: 0.8em;
  line-height: 1.188;
  color: rgba(0, 0, 0, 0.5);
}
.b-footer.white .copyright {
  color: hsla(0, 0%, 100%, 0.5);
}
.b-features .holder {
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .b-features .holder {
    display: flex;
    flex-wrap: wrap;
  }
}
.b-features .holder .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .b-features .holder .item {
    width: 33.33%;
    flex-direction: column-reverse;
    justify-content: stretch;
    margin-bottom: 60px;
    padding: 0 16px;
    max-height: 530px;
  }
}
@media (max-width: 767px) {
  .b-features .holder .item {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .b-features .holder .item {
    margin-bottom: 20px;
  }
}
.b-features .holder .item .info {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 1440px) {
  .b-features .holder .item .info {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .b-features .holder .item .info {
    margin-top: 10px;
  }
}
.b-features .holder .item .info .title {
  font-size: 2.7em;
  line-height: 1.167;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .b-features .holder .item .info .title {
    font-size: 1.2em;
  }
}
.b-features .holder .item .info .subtitle {
  font-weight: 700;
  margin-top: 1em;
  line-height: 1.25;
}
.b-features .holder .item .info .g-button {
  margin-top: 34px;
}
@media (max-width: 1440px) {
  .b-features .holder .item .info .g-button {
    margin-top: 15px;
  }
}
.b-features .holder .item .image {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .b-features .holder .item .image {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .b-features .holder .item .image {
    justify-content: center;
  }
}
.b-features .holder .item .image img {
  width: 100%;
}
@media (max-width: 1440px) {
  .b-features .holder .item .image img {
    max-width: 400px;
    width: 100%;
  }
}
.b-features .holder .item:nth-child(2n + 2) {
  flex-direction: row-reverse;
}
@media (max-width: 1440px) {
  .b-features .holder .item:nth-child(2n + 2) {
    flex-direction: column-reverse;
  }
}
.b-features .holder .item:nth-child(2n + 2) .info {
  padding-right: 0;
}
.b-features .holder .item:nth-child(2n + 2) .image {
  justify-content: flex-start;
  padding-right: 50px;
}
@media (max-width: 1440px) {
  .b-features .holder .item:nth-child(2n + 2) .image {
    padding-right: 0;
    justify-content: center;
  }
}
.b-content .holder {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .b-content .holder {
    flex-direction: column-reverse;
  }
}
.b-content .holder .info {
  flex: 55%;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .b-content .holder .info {
    flex: 100%;
    padding-right: 0;
    margin-top: 15px;
    text-align: center;
  }
}
.b-content .holder .info.no-paddings {
  padding: 0;
}
@media (max-width: 767px) {
  .b-content .holder .info.no-paddings {
    margin-top: 0;
  }
}
.b-content .holder .info .facts-list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .b-content .holder .info .facts-list {
    margin-top: 40px;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.b-content .holder .info .facts-list .item {
  flex: 50%;
  display: flex;
  flex-direction: column;
  padding-right: 15px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .b-content .holder .info .facts-list .item {
    flex: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.b-content .holder .info .facts-list .item .value {
  color: #2a6769;
  font-weight: 700;
  font-size: 4.5em;
  line-height: 1.17;
}
@media (max-width: 767px) {
  .b-content .holder .info .facts-list .item .value {
    font-size: 2.8em;
  }
}
.b-content .holder .info .facts-list .item .label {
  font-size: 0.9em;
  line-height: 1.15;
  color: #000;
}
.b-content .holder .info .facts-list .item .label .highlight {
  font-weight: 700;
  color: #2a6769;
  font-size: 2em;
  line-height: normal;
}
@media (max-width: 767px) {
  .b-content .holder .info .facts-list .item .label .highlight {
    font-size: 1.3em;
  }
}
.b-content .holder .info .facts-list .item.horizontal {
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  .b-content .holder .info .facts-list .item.horizontal {
    flex-direction: column;
  }
}
.b-content .holder .info .facts-list .item.horizontal .label {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .b-content .holder .info .facts-list .item.horizontal .label {
    margin-left: 0;
  }
}
@media (max-width: 1140px) {
  .b-content .holder .info .g-title-h1 {
    font-size: 3em;
  }
}
@media (max-width: 767px) {
  .b-content .holder .info .g-title-h1 {
    font-size: 2em;
  }
}
.b-content .holder .image {
  flex: 45%;
  text-align: center;
}
@media (max-width: 767px) {
  .b-content .holder .image {
    flex: 100%;
  }
}
.b-content .holder .image img.morph {
  margin-left: -80px;
  width: calc(100% + 80px);
  max-width: calc(100% + 80px);
}
@media (max-width: 1440px) {
  .b-content .holder .image img.morph {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .b-content .holder .image img {
    width: 450px;
  }
}
.b-content .holder .image img.price1 {
  max-width: 550px;
  margin-right: -80px;
}
@media (max-width: 1440px) {
  .b-content .holder .image img.price1 {
    max-width: 450px;
  }
}
@media (max-width: 1140px) {
  .b-content .holder .image img.price1 {
    display: none;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .b-content .holder .image img.price1 {
    display: inline-block;
    max-width: 100%;
    padding-bottom: 20px;
  }
}
.b-content .holder.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .b-content .holder.reverse {
    flex-direction: column-reverse;
  }
}
.b-content .holder.reverse .info {
  padding-right: 0;
}
.b-content .holder.reverse .image {
  padding-right: 80px;
}
@media (max-width: 767px) {
  .b-content .holder.reverse .image {
    padding-right: 0;
  }
}
.b-content .holder.with-top {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .b-content .holder.with-top {
    margin-top: 40px;
  }
}
.b-content .holder.centered {
  align-items: center;
}
.b-content .holder + .holder {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .b-content .holder + .holder {
    margin-top: 40px;
  }
}
.b-content .b-team {
  margin-top: 84px;
}
.b-advantages {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .b-advantages {
    flex-direction: column;
  }
}
.b-advantages .advantages-item {
  display: flex;
  align-items: center;
  padding: 26px;
  background-color: #f3f8f8;
  flex: calc(50% - 20px);
  margin: 0 20px 20px 0;
}
@media (max-width: 1440px) {
  .b-advantages .advantages-item {
    box-shadow: 0 0 16px hsla(0, 0%, 100%, 0.06);
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  .b-advantages .advantages-item {
    margin: 20px 0 0;
  }
}
.b-advantages .advantages-item.wide {
  flex: calc(100% - 20px) 0 0;
  margin: 0 0 20px;
}
.b-advantages .advantages-item.thin {
  flex: calc(33.33% - 40px) 0 0;
}
@media (max-width: 991px) {
  .b-advantages .advantages-item + .advantages-item {
    margin: 20px 0 0;
  }
}
.b-advantages .advantages-item .advantages-icon {
  flex: 50px 0 0;
}
@media (max-width: 767px) {
  .b-advantages .advantages-item .advantages-icon {
    flex: 40px 0 0;
  }
}
.b-advantages .advantages-item .advantages-icon img {
  display: block;
}
.b-advantages .advantages-item .advantages-label {
  margin-left: 43px;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .b-advantages .advantages-item .advantages-label {
    text-align: left;
    font-size: 0.9em;
    line-height: 1.16;
    margin-left: 16px;
  }
}
.b-generic {
  background-repeat: no-repeat;
  background-position: right 100px;
  background-size: 660px auto;
  padding-bottom: 91px;
}
@media (max-width: 1440px) {
  .b-generic {
    background-position: 120% top;
    background-size: 560px auto;
  }
}
@media (max-width: 767px) {
  .b-generic {
    flex-direction: column-reverse;
    background: none !important;
  }
}
.b-generic .holder {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .b-generic .holder {
    flex-direction: column-reverse;
  }
}
.b-generic .holder .info {
  flex: 100%;
  max-width: 930px;
}
@media (max-width: 991px) {
  .b-generic .holder .info {
    flex: 70%;
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .b-generic .holder .info {
    flex: 100%;
    max-width: 100%;
    margin-top: 15px;
    text-align: center;
  }
}
.b-generic .holder .info .g-title-h2 {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .b-generic .holder .info .g-title-h2 {
    margin-top: 34px;
  }
}
.b-generic .holder .info .headline {
  margin-top: 54px;
  font-size: 1.4em;
  line-height: 1.25;
  color: #000;
  font-weight: 700;
}
@media (max-width: 767px) {
  .b-generic .holder .info .headline {
    margin-top: 34px;
    font-size: 1.1em;
  }
}
.b-generic .holder .info .headline + .b-advantages {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .b-generic .holder .info .headline + .b-advantages {
    margin-top: 30px;
  }
}
.b-generic .holder .info .b-advantages {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .b-generic .holder .info .b-advantages {
    margin-top: 34px;
  }
}
.b-generic .holder .info .price {
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.25;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .b-generic .holder .info .price {
    font-size: 1em;
    margin-top: 30px;
  }
}
.b-generic .holder .image {
  display: none;
}
@media (max-width: 767px) {
  .b-generic .holder .image {
    display: block;
    flex: 100%;
    text-align: center;
  }
}
.b-generic .holder .image .controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b-generic .holder .image .controls .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 46px 0 0;
  height: 46px;
  background-color: #e6efef;
  border-radius: 50%;
}
.b-generic .holder .image .controls .headline {
  color: #000;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0 16px;
}
.b-breadcrumbs {
  padding: 27px 0;
}
@media (max-width: 767px) {
  .b-breadcrumbs {
    display: none;
  }
}
.b-breadcrumbs .breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  line-height: 1.25;
}
.b-breadcrumbs .breadcrumbs .breadcrumbs-item + .breadcrumbs-item {
  margin-left: 22px;
  position: relative;
}
.b-breadcrumbs .breadcrumbs .breadcrumbs-item + .breadcrumbs-item:before {
  content: '>';
  color: #000;
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
}
.b-breadcrumbs .breadcrumbs .breadcrumbs-item .breadcrumbs-link {
  color: #000;
}
.b-breadcrumbs .breadcrumbs .breadcrumbs-item .breadcrumbs-current {
  color: #a4c5c6;
}
.b-start-project {
  background-color: #a4c5c6;
}
.b-start-project .controls .holder {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .b-start-project .controls .holder {
    flex-direction: column;
    height: auto;
    padding: 32px 0;
  }
}
.b-start-project .controls .holder .title {
  color: #fff;
  font-size: 2.7em;
  line-height: 1.14;
  font-weight: 700;
}
@media (max-width: 767px) {
  .b-start-project .controls .holder .title {
    font-size: 1.8em;
    text-align: center;
  }
}
.b-start-project .controls .holder .buttons {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .b-start-project .controls .holder .buttons {
    margin: 20px 0 0;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .b-start-project .controls .holder .buttons .g-button {
    width: 100%;
  }
}
.b-start-project .controls .holder .buttons .g-button + .g-button {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .b-start-project .controls .holder .buttons .g-button + .g-button {
    margin: 20px 0 0;
  }
}
.b-start-project .form {
  display: none;
  background: url(../images/bg-start_1.png) no-repeat 0 0,
    url(../images/bg-start_2.png) no-repeat 100% 100%;
  padding: 80px 0 0;
  border-top: 1px solid #fff;
}
.b-start-project .form.white {
  border-top: none;
  background: url(../images/bg-start_3.png) no-repeat 0 0,
    url(../images/bg-start_4.png) no-repeat 100% 100% #f4f5f5;
  background-size: 35% auto, 35% auto;
}
@media (max-width: 767px) {
  .b-start-project .form.white {
    background: #f4f5f5;
  }
}
.b-start-project .form .form-box {
  background-color: #fff;
  padding: 58px 24px 60px;
  max-width: 1163px;
  margin: 0 auto;
}
.b-start-project .form .form-box.wide {
  max-width: 1246px;
}
@media (max-width: 1440px) {
  .b-start-project .form .form-box.wide {
    max-width: 1163px;
  }
}
.b-start-project .form .form-box .title {
  font-size: 2.7em;
  line-height: 1.241;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .b-start-project .form .form-box .title {
    font-size: 1.7em;
    line-height: normal;
  }
}
.b-start-project .form .form-box .subtitle {
  width: 690px;
  max-width: 100%;
  margin: 63px auto 0;
}
@media (max-width: 767px) {
  .b-start-project .form .form-box .subtitle {
    margin: 43px auto 0;
    text-align: center;
  }
}
.b-start-project .form .form-box .f-form {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .b-start-project .form .form-box .f-form .f-file {
    margin: 0 auto;
  }
}
.b-contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 45px;
}
.b-contacts .contacts-item {
  flex: 33.33% 1 1;
  padding: 0 20px 0 40px;
  margin-bottom: 40px;
  font-size: 1em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .b-contacts .contacts-item {
    flex: 50% 1 1;
    text-align: left;
  }
}
@media (max-width: 540px) {
  .b-contacts .contacts-item {
    flex: 100% 1 1;
    text-align: center;
    padding: 0;
  }
}
.b-contacts .contacts-item .item-headline {
  font-weight: 700;
}
.b-contacts .contacts-item .contacts-list {
  margin-top: 10px;
}
.b-contacts .contacts-item .contacts-list .contact {
  position: relative;
}
.b-contacts .contacts-item .contacts-list .contact.phone:before {
  content: '';
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../images/ic-phone.svg) no-repeat 50%;
}
@media (max-width: 540px) {
  .b-contacts .contacts-item .contacts-list .contact.phone:before {
    display: none;
  }
}
.b-contacts .contacts-item .contacts-list .contact.mail:before {
  content: '';
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../images/ic-mail.svg) no-repeat 50%;
}
@media (max-width: 540px) {
  .b-contacts .contacts-item .contacts-list .contact.mail:before {
    display: none;
  }
}
.b-address {
  margin-top: 50px;
  display: flex;
}
@media (max-width: 540px) {
  .b-address {
    flex-direction: column;
    margin-top: 1em;
  }
}
.b-address .column {
  flex: 50% 0 0;
  padding-right: 50px;
}
@media (max-width: 540px) {
  .b-address .column {
    flex: 100% 1 1;
    text-align: center;
    padding: 0;
    margin-top: 1em;
  }
}
.b-address .column .direction + .direction {
  margin-top: 1em;
}
.b-props {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 931px;
  padding: 0 16px;
  margin: 62px auto 0;
}
@media (max-width: 767px) {
  .b-props {
    flex-direction: column;
    margin-top: 31px;
  }
}
.b-props .image {
  flex: 250px 0 0;
  padding-right: 75px;
}
@media (max-width: 767px) {
  .b-props .image {
    display: none;
  }
}
.b-props .content {
  flex: calc(100% - 250px) 0 0;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .b-props .content {
    text-align: center;
    flex: 100% 0 0;
    font-size: 0.9em;
  }
}
.b-props .content .block + .block {
  margin-top: 1em;
}
.b-prices {
  background-size: cover;
  padding: 74px 0 54px;
  flex: 1;
}
.b-prices .holder .hold-table {
  display: flex;
}
.b-prices .holder .hold-table .content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px 0;
}
@media (max-width: 1140px) {
  .b-prices .holder .hold-table .content {
    display: none;
  }
}
.b-prices .holder .hold-table .content .quote {
  position: relative;
  width: 363px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #e6efef;
  padding: 20px 30px;
  z-index: 2;
}
.b-prices .holder .hold-table .content .quote:before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: calc(50% - 7.5px);
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  background-color: #fff;
}
.b-prices .holder .hold-table .content .quote p {
  font-size: 14px;
  line-height: normal;
}
.b-prices .holder .hold-table .content .quote p + p {
  margin-top: 20px;
}
.b-prices .holder .hold-table .content .hold-img {
  position: absolute;
  top: 200px;
  z-index: 1;
}
.b-prices .holder .hold-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.b-prices .holder .hold-text .block-text {
  border-top: 3px solid #a4c5c6;
  border-bottom: 3px solid #a4c5c6;
  max-width: 930px;
  padding: 45px;
}
@media (max-width: 767px) {
  .b-prices .holder .hold-text .block-text {
    padding: 15px;
  }
}
.b-prices .holder .hold-text .block-text .title {
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}
.b-prices .holder .hold-text .block-text .subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .b-tabs .tabs-holder {
    border-bottom: none;
    position: relative;
    padding: 0 16px;
  }
}
.b-tabs .tabs-holder .mobile-tab {
  display: none;
}
@media (max-width: 767px) {
  .b-tabs .tabs-holder .mobile-tab {
    display: flex;
    align-items: center;
    width: 100%;
    height: 59px;
    padding: 0 36px 0 16px;
    font-size: 0.8em;
    line-height: 1.25;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background-color: #fff;
    transition: all 0.15s ease-in-out;
    position: relative;
    font-weight: 700;
  }
}
.b-tabs .tabs-holder .mobile-tab:before {
  content: '';
  background: url(../images/ic-chevron.png) no-repeat 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  transition: transform 0.15s ease-in-out;
}
.b-tabs .tabs-holder .mobile-tab.open {
  border-color: #0ad2d4;
  color: #0ad2d4;
}
.b-tabs .tabs-holder .mobile-tab.open:before {
  transform: rotate(180deg);
  top: calc(50% - 7px);
}
.b-tabs .tabs-holder .tabs-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1163px;
  padding: 0 16px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .b-tabs .tabs-holder .tabs-list {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease-in;
    position: absolute;
    top: 100%;
    left: 16px;
    z-index: 1;
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background-color: #fff;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .b-tabs .tabs-holder .tabs-list.show {
    opacity: 1;
    visibility: visible;
  }
}
.b-tabs .tabs-holder .tabs-list .tab-item {
  flex: 1 1;
  text-align: center;
  position: relative;
  height: 59px;
  cursor: pointer;
  transition: color 0.15s ease-in-out;
  padding: 0 10px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .b-tabs .tabs-holder .tabs-list .tab-item {
    font-size: 0.8em;
    width: 100%;
    flex: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.b-tabs .tabs-holder .tabs-list .tab-item:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0ad2d4;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
@media (max-width: 767px) {
  .b-tabs .tabs-holder .tabs-list .tab-item:before {
    display: none;
  }
}
.b-tabs .tabs-holder .tabs-list .tab-item.active {
  color: #0ad2d4;
}
.b-tabs .tabs-holder .tabs-list .tab-item.active:before {
  opacity: 1;
}
.b-tabs .tabs-holder .tabs-list .tab-item:hover {
  color: rgba(10, 210, 212, 0.2);
}
@media (max-width: 767px) {
  .b-tabs .tabs-holder .tabs-list .tab-item:hover {
    color: #0ad2d4;
  }
}
.b-tabs .tabs-holder .tabs-list .tab-item:hover:before {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .b-tabs .tabs-holder .tabs-list .tab-item:hover:before {
    opacity: 1;
  }
}
.b-tabs .tab-content {
  padding-top: 57px;
}
.b-team {
  width: 100%;
}
.b-team .team-group {
  display: flex;
  flex-direction: column;
}
.b-team .team-group + .b-team .team-group {
  margin-top: 10px;
}
.b-team .team-group_title {
  margin-bottom: 40px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .b-team .team-group_title {
    font-size: 1.8em;
    line-height: 1.25;
    color: #000;
  }
}
.b-team .team-group .team-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.b-team .team-group .team-holder .team-member {
  flex: 20% 0 0;
  padding: 0 5px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 1200px) {
  .b-team .team-group .team-holder .team-member {
    flex: 25% 0 0;
  }
}
@media (max-width: 991px) {
  .b-team .team-group .team-holder .team-member {
    flex: 33% 0 0;
  }
}
@media (max-width: 767px) {
  .b-team .team-group .team-holder .team-member {
    flex: 50% 0 0;
  }
}
@media (max-width: 540px) {
  .b-team .team-group .team-holder .team-member {
    flex: 100% 0 0;
  }
}
.b-team .team-group .team-holder .team-member > div {
  width: 220px;
}
.b-team .team-group .team-holder .team-member_image img {
  max-width: 170px;
  display: block;
  margin: 0 auto;
}
.b-team .team-group .team-holder .team-member_name {
  margin-top: 25px;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.15;
}
.b-team .team-group .team-holder .team-member_experience {
  margin-top: 1em;
  font-size: 0.7em;
  color: #818181;
  line-height: 1.15;
}
.b-team .more-btn {
  width: 235px;
  margin: 0 auto;
}
.b-competence {
  margin-top: 66px;
}
.b-competence .competence-group {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
@media (max-width: 991px) {
  .b-competence .competence-group {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .b-competence .competence-group {
    margin-top: 45px;
  }
}
.b-competence .competence-group + .competence-group {
  margin-top: 0;
}
.b-competence .competence-group .competence-item {
  flex: 33.33% 0 0;
  padding-right: 40px;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .b-competence .competence-group .competence-item {
    flex: 50% 0 0;
  }
}
@media (max-width: 767px) {
  .b-competence .competence-group .competence-item {
    flex: 100% 0 0;
    margin-bottom: 36px;
  }
}
.b-competence .competence-group .competence-item .competence-title {
  border-left: 6px solid #a4c5c6;
  padding: 12px 0 12px 22px;
  font-weight: 700;
  font-size: 1.4em;
}
@media (max-width: 767px) {
  .b-competence .competence-group .competence-item .competence-title {
    font-size: 1em;
  }
}
.b-competence .competence-group .competence-item .competence-list {
  margin-top: 35px;
  font-size: 1.2em;
  line-height: 1.167;
}
@media (max-width: 767px) {
  .b-competence .competence-group .competence-item .competence-list {
    font-size: 0.9em;
    margin-top: 22px;
  }
}
.b-competence .competence-group .competence-item .competence-list__item {
  padding-left: 28px;
  position: relative;
}
.b-competence
  .competence-group
  .competence-item
  .competence-list__item
  + .competence-list__item {
  margin-top: 4px;
}
.b-competence .competence-group .competence-item .competence-list__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #a4c5c6;
}
@media (max-width: 767px) {
  .b-competence
    .competence-group
    .competence-item
    .competence-list__item:before {
    top: 7px;
  }
}
.b-competence
  .competence-group
  .competence-item.amulet-theme
  .competence-title {
  border-left-color: #84ad7e;
}
.b-competence
  .competence-group
  .competence-item.amulet-theme
  .competence-list__item:before {
  background-color: #84ad7e;
}
.b-competence .competence-group .competence-item.pink-theme .competence-title {
  border-left-color: #d086a5;
}
.b-competence
  .competence-group
  .competence-item.pink-theme
  .competence-list__item:before {
  background-color: #d086a5;
}
.b-competence .competence-group .competence-item.coral-theme .competence-title {
  border-left-color: #c7b2a5;
}
.b-competence
  .competence-group
  .competence-item.coral-theme
  .competence-list__item:before {
  background-color: #c7b2a5;
}
.b-competence .competence-group .competence-item.cadet-theme .competence-title {
  border-left-color: #a4b4c6;
}
.b-competence
  .competence-group
  .competence-item.cadet-theme
  .competence-list__item:before {
  background-color: #a4b4c6;
}
.b-competence .competence-group .competence-item.puce-theme .competence-title {
  border-left-color: #d0868f;
}
.b-competence
  .competence-group
  .competence-item.puce-theme
  .competence-list__item:before {
  background-color: #d0868f;
}
.b-competence
  .competence-group
  .competence-item.thistle-theme
  .competence-title {
  border-left-color: #c4c7a5;
}
.b-competence
  .competence-group
  .competence-item.thistle-theme
  .competence-list__item:before {
  background-color: #c4c7a5;
}
.b-competence
  .competence-group
  .competence-item.acapulco-theme
  .competence-title {
  border-left-color: #7eada5;
}
.b-competence
  .competence-group
  .competence-item.acapulco-theme
  .competence-list__item:before {
  background-color: #7eada5;
}
.b-competence .competence-group .competence-item.split {
  flex: 66.66% 0 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .b-competence .competence-group .competence-item.split {
    flex: 100% 0 0;
  }
}
.b-competence .competence-group .competence-item.split .competence-list {
  display: flex;
  flex-wrap: wrap;
}
.b-competence .competence-group .competence-item.split .competence-list__item {
  flex: 50% 0 0;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .b-competence
    .competence-group
    .competence-item.split
    .competence-list__item {
    flex: 100% 0 0;
  }
}
.b-steps {
  padding: 65px 0;
  background-color: #f5f7f7;
}
.b-steps .holder .step-item {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .b-steps .holder .step-item {
    flex-direction: column-reverse;
  }
}
.b-steps .holder .step-item + .step-item {
  margin-top: 30px;
}
.b-steps .holder .step-item.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .b-steps .holder .step-item.reverse {
    flex-direction: column-reverse;
  }
}
.b-steps .holder .step-item.reverse .item-text {
  padding-left: 10px;
}
.b-steps .holder .step-item.reverse .item-text .title {
  text-align: left;
}
@media (max-width: 767px) {
  .b-steps .holder .step-item.reverse .item-text .title {
    text-align: center;
  }
}
.b-steps .holder .step-item.reverse .item-img {
  text-align: right;
}
@media (max-width: 767px) {
  .b-steps .holder .step-item.reverse .item-img {
    text-align: center;
  }
}
.b-steps .holder .step-item.reverse .item-img img.img-num {
  margin: 0 97px 0 0;
}
@media (max-width: 767px) {
  .b-steps .holder .step-item.reverse .item-img img.img-num {
    margin: 0 0 15px;
  }
}
.b-steps .holder .step-item.reverse .item-img img.arrow-l {
  position: absolute;
  left: 60px;
  bottom: -50px;
  margin: 0;
}
@media (max-width: 1140px) {
  .b-steps .holder .step-item.reverse .item-img img.arrow-l {
    display: none;
  }
}
.b-steps .holder .step-item .item-text {
  display: flex;
  flex-direction: column;
  flex: 50% 0;
  padding-right: 10px;
}
.b-steps .holder .step-item .item-text .title {
  font-size: 1.2em;
  font-weight: 700;
  text-align: right;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .b-steps .holder .step-item .item-text .title {
    text-align: center;
  }
}
.b-steps .holder .step-item .item-text .subtitle {
  text-align: right;
}
@media (max-width: 767px) {
  .b-steps .holder .step-item .item-text .subtitle {
    text-align: center;
  }
}
.b-steps .holder .step-item .item-img {
  flex: 50% 0;
}
.b-steps .holder .step-item .item-img img.img-num {
  margin-left: 97px;
}
@media (max-width: 767px) {
  .b-steps .holder .step-item .item-img img.img-num {
    margin: 0 0 15px;
  }
}
.b-steps .holder .step-item .item-img img.arrow-r {
  position: absolute;
  bottom: -90px;
  right: 60px;
}
@media (max-width: 1140px) {
  .b-steps .holder .step-item .item-img img.arrow-r {
    display: none;
  }
}
.b-presentation {
  background-color: #fff;
}
.b-presentation .holder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.b-presentation .holder .content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 50% 0;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .b-presentation .holder .content {
    flex: 100%;
    justify-content: center;
    padding: 0;
  }
}
.b-presentation .holder .content .label {
  font-size: 2.1em;
  font-weight: 700;
  text-align: right;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .b-presentation .holder .content .label {
    font-size: 1.2em;
  }
}
.b-presentation .holder .image {
  flex: 50% 0;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .b-presentation .holder .image {
    display: none;
  }
}
.cards {
  display: flex;
  margin: 0 -34px;
  flex-wrap: wrap;
}
@media (max-width: 1350px) {
  .cards {
    margin: 0;
  }
}
.cards.cards--hidden {
  height: 0;
  transition: 0.5s;
  overflow: hidden;
}
.cards__item {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(33.33333% - 68px);
  min-height: 480px;
  margin: 0 34px 68px;
  padding: 0 36px 67px;
  color: #1a1a1a;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1220px) {
  .cards__item {
    width: calc(50% - 68px);
  }
}
@media (max-width: 768px) {
  .cards__item {
    margin: 0 20px 68px;
    width: calc(50% - 40px);
  }
}
@media (max-width: 720px) {
  .cards__item {
    margin: 0 0 20px;
    width: 100%;
    padding: 0 15px 67px;
  }
}
.cards__item-img {
  display: flex;
  height: 170px;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  box-sizing: border-box;
}
.cards-item__link {
  position: absolute;
  right: 36px;
  bottom: 18px;
  left: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 720px) {
  .cards-item__link {
    right: 15px;
    left: 15px;
  }
}
.cards__item-text {
  margin-top: 52px;
}
.cards__item-title {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  line-height: 125%;
}
@media (max-width: 426px) {
  .cards__item-title {
    font-size: 20px;
  }
}
.cards__item-subtitle {
  font-size: 18px;
}
@media (max-width: 426px) {
  .cards__item-subtitle {
    font-size: 16px;
  }
}
.cards-item__link--left {
  font-size: 18px;
  line-height: 125%;
  text-decoration: none;
  color: #0ad2d4;
}
.cards-item__link--left:hover {
  text-decoration: underline;
  color: #0ad2d4;
}
.cards-item__link--left:hover ~ .cards-item__link--right:before {
  background-image: url(../images/ic-arrow_r-2-blue.svg);
}
.cards-item__link--right {
  position: relative;
  width: 29px;
  height: 9px;
}
.cards-item__link--right:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 29px;
  height: 9px;
  background-image: url(../images/ic-arrow_r-2.svg);
  background-repeat: no-repeat;
  content: '';
  transition: 0.5s;
}
.cards-item__link--right:hover:before {
  background-image: url(../images/ic-arrow_r-2-blue.svg);
}
.cards__button {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/*# sourceMappingURL=style.bundle.css.map*/
.contacts-form__soglasie {
  position: relative;
  margin-top: 0 !important;
}
.contacts-form__soglasie input {
  position: absolute;
  opacity: 0;
}
.contacts-form__soglasie label.privacy {
  position: relative;
  vertical-align: middle;
  padding-left: 38px;
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  display: block;
  color: #2d2d2d;
  cursor: pointer;
}
.contacts-form__soglasie label.privacy:after {
  content: none;
  display: inline-block;
  width: 12px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border 0.1s linear;
  -o-transition: border 0.1s linear;
  transition: border 0.1s linear;
  z-index: 2;
}
.contacts-form__soglasie label.privacy:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid #a4c5c6;
  border-radius: 2px;
}
.contacts-form__soglasie input:checked ~ label.privacy:before {
  background: #2a6769;
  border-color: #2a6769;
}
.contacts-form__soglasie input:checked ~ label.privacy:after {
  content: '';
}
.contacts-form__soglasie label.privacy a {
  color: #21e1e3;
  text-decoration: underline;
}

.contacts-form__soglasie label.privacy a:hover {
  text-decoration: none;
}
