

/* Start:/local/templates/positive/styles.css?1770202452197*/
.contacts__link { color:#1b1b1b }
.article h2, .article .h2 {
    margin-top: 56px;
    margin-bottom: 36px;
}
.catalog_container .load_more{
	left: 50%;
	position: relative;
	margin-left: -85px;
}
/* End */


/* Start:/local/templates/positive/template_styles.css?177020245292779*/
.clear {
  clear: both;
  content: '';
  display: block;
}
img { max-width:100% }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/local/templates/positive/fonts/open-sans-v17-latin_cyrillic-regular.eot');
  src: url('/local/templates/positive/fonts/open-sans-v17-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), url('/local/templates/positive/fonts/open-sans-v17-latin_cyrillic-regular.woff2') format('woff2'), url('/local/templates/positive/fonts/open-sans-v17-latin_cyrillic-regular.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/local/templates/positive/fonts/open-sans-v17-latin_cyrillic-700.eot');
  src: url('/local/templates/positive/fonts/open-sans-v17-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), url('/local/templates/positive/fonts/open-sans-v17-latin_cyrillic-700.woff2') format('woff2'), url('/local/templates/positive/fonts/open-sans-v17-latin_cyrillic-700.woff') format('woff');
}
body,
input,
textarea,
button,
h1,
h2,
h3,
h4 {
  font-family: 'Open Sans', sans-serif;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.case__list .slick-arrow {
  border: 1px solid #00baff;
  border-radius: 4px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 0;
  height: 48px;
  width: 48px;
  position: absolute;
  top: 50%;
  right: 0;
}
.case__list .slick-disabled {
  opacity: 0.3;
}
.case__list .slick-prev {
  background-image: url('/local/templates/positive/img/slider-prev.png');
  margin-top: -60px;
}
.case__list .slick-next {
  background-image: url('/local/templates/positive/img/slider-next.png');
  margin-top: 12px;
}
.reviews__list .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.reviews__list .slick-dots li {
  position: relative;
}
.reviews__list .slick-dots li:not(:last-child) {
  margin-bottom: 24px;
}
.reviews__list .slick-dots button {
  background: none;
  border: none;
  box-shadow: none;
  color: #c5c5c5;
  cursor: pointer;
  font-size: 12px;
  padding: 0;
}
.reviews__list .slick-dots button:before {
  content: '0';
}
.reviews__list .slick-dots .slick-active {
  color: #00baff;
  font-size: 22px;
}
.reviews__list .slick-dots .slick-active:before {
  content: '— ';
  position: absolute;
  left: -28px;
  top: 0;
}
.reviews__list .slick-dots .slick-active button {
  color: #00baff;
  font-size: 22px;
}
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-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: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .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 .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 .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: .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;
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}
/* 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 44px 25px 44px;
  }
}
.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: .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: 12px;
      padding-right: 12px;
    }
  }
}
/* 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 .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: .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);
  }
}
body {
  color: #1b1b1b;
  font-size: 16px;
  margin: 0;
}
.container {
  margin: 0 auto;
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
  max-width: 1182px;
  width: 100%;
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #00baff;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #1b1b1b;
}
img {
  outline: none;
  border: none;
}
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
input:active,
select,
select:hover,
select:focus,
select:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
button,
button:hover,
button:focus,
button:active {
  outline: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner {
  border: none;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
h1,
.h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 28px;
  text-align: left;
}
h2,
.h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 56px;
  text-align: left;
}
h3,
.h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 28px;
  text-align: left;
}
p {
  margin: 0 0 28px;
}
p:last-child {
  margin-bottom: 0;
}
header,
footer,
nav,
section,
main {
  display: block;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.overflow {
  overflow: hidden;
}
.header__top {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header__top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.logo {
  margin-right: 16px;
}
.logo__link {
  display: inline-block;
}
.logo__image {
  display: block;
  margin-top: -8px;
}
.header__partner img {
  display: block;
  height: 32px;
}
.header__address {
  border-left: 1px solid #c5c5c5;
  color: #c5c5c5;
  font-size: 12px;
  line-height: 1.6;
  margin-left: 16px;
  padding-left: 20px;
}
.header__social {
  margin-left: auto;
}
.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #1b1b1b;
  margin-left: 32px;
  padding-top: 16px;
}
.contacts__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00baff;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  margin-right: 8px;
}
.contacts__icon svg {
  fill: #fff;
  height: 18px;
  width: 18px;
}
.contacts__icon img {
  display: block;
}
.contacts__desc {
  padding-bottom: 16px;
  position: relative;
}
.contacts__name {
  font-size: 10px;
}
.contacts__value {
  font-size: 16px;
  white-space: nowrap;
}
.contacts__link {
  display: inline-block;
  font-size: 12px;
  text-decoration: underline;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contacts__link:hover {
  color: #00baff;
  text-decoration: none;
}
.header__bottom {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.nav__list {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__item {
  display: inline-block;
  position: relative;
}
.nav__item:not(:last-child) {
  margin-right: 56px;
}
.nav__item:hover .nav-sub__wrap {
  display: block;
}
.nav__item--drop .nav__link {
  padding-right: 12px;
  position: relative;
}
.nav__item--drop .nav__link:after {
  content: '';
  border-width: 4px;
  border-style: solid;
  border-color: currentColor transparent transparent;
  height: 0;
  width: 0;
  position: absolute;
  top: 8px;
  right: 0;
}
.nav__link {
  color: #646464;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.nav__link:hover {
  color: #00baff;
}
.nav__item--active .nav__link {
  color: #00baff;
}
.header__bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.header__language {
  margin-left: 32px;
}
.language__link {
  color: #c5c5c5;
  display: inline-block;
  line-height: 0.9;
  text-transform: uppercase;
}
.language__link:not(:first-child) {
  border-left: 1px solid #c5c5c5;
  margin-left: 8px;
  padding-left: 8px;
}
.language__link--active {
  color: #00baff;
}
.menu-toggle {
  background-image: url('/local/templates/positive/img/icon-menu.svg');
  cursor: pointer;
  display: none;
  height: 28px;
  width: 28px;
  margin-right: 8px;
}
.menu-close {
  background-image: url('/local/templates/positive/img/icon-close.svg');
  cursor: pointer;
  display: none;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.nav-sub__wrap {
  display: none;
  padding-top: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 500;
}
.nav-sub__list {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 13px 24px 3px rgba(196, 193, 201, 0.6);
  list-style: none;
  margin: 0;
  padding: 8px 20px 8px;
}
.nav-sub__item {
  border-top: 1px solid #f2f2f2;
  display: block;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: nowrap;
}
.nav-sub__item:first-child {
  border-top: none;
}
.nav-sub__item--btn {
  border-top: none;
}
.nav-sub__item--btn .btn {
  padding: 8px 20px;
}
.nav-sub__link {
  color: #646464;
}
.btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #00baff;
  border: 1px solid #00baff;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 24px;
  text-decoration: none;
  text-transform: uppercase;
}
.btn span {
  background-image: url('/local/templates/positive/img/icon-btn.svg');
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
  padding-right: 36px;
}
.btn:hover {
  background-color: #009cff;
  border-color: #009cff;
  color: #fff;
}
.btn:active {
  background-color: #028ce3;
  border-color: #028ce3;
  color: #fff;
}
.btn--border {
  background-color: #fff;
  border-color: #00baff;
  color: #00baff;
}
.btn--border:hover {
  background-color: #009cff;
  border-color: #009cff;
  color: #fff;
}
.btn--border:active {
  background-color: #028ce3;
  border-color: #028ce3;
  color: #fff;
}
.btn--light {
  background-color: #fff;
  color: #00baff;
}
.btn--red {
  background-color: #e13045;
  border-color: #e13045;
}
.btn--red:hover {
  background-color: #cf283b;
  border-color: #cf283b;
}
.btn--red:active {
  background-color: #ae202c;
  border-color: #ae202c;
}
.btn--big {
  font-size: 17px;
  font-weight: 400;
  padding: 12px 30px;
  text-align: center;
}
.btn-center {
  text-align: center;
}
.btn-margin {
  margin: 40px 0;
}
.inputbox {
  border: 1px solid #1b1b1b;
  box-shadow: none;
  box-sizing: border-box;
  color: #1b1b1b;
  display: inline-block;
  height: 27px;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 10px;
  padding: 3px 10px;
  width: 100%;
}
textarea.inputbox {
  height: auto;
}
.social {
  font-size: 0;
  white-space: nowrap;
}
.social__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #00baff;
  border-radius: 50%;
  height: 36px;
  width: 36px;
}
.social__link svg {
  fill: #00baff;
  height: 18px;
  width: 18px;
}
.social__link + .social__link {
  margin-left: 16px;
}
.mobile__social {
  display: none;
}
.title__social {
  margin-top: 8px;
}
.title__social .social__link {
  background-color: #00baff;
  height: 28px;
  width: 28px;
}
.title__social .social__link svg {
  fill: #fff;
  height: 14px;
  width: 14px;
}
.title__social .social__link + .social__link {
  margin-left: 6px;
}
.showcase {
  padding-top: 36px;
  padding-bottom: 36px;
}
.showcase__title-before {
  font-size: 19px;
  margin-top: 40px;
  margin-bottom: 16px;
}
.showcase__wrap {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  padding: 40px;
}
.showcase__title {
  font-size: 28px;
  margin-bottom: 16px;
  max-width: 400px;
}
.showcase__text {
  color: #7f7f7f;
  font-size: 18px;
}
.showcase-buy {
  background-image: url('/local/templates/positive/img/showcase-buy__desktop.png');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  margin-bottom: 48px;
  padding: 60px 0;
  text-align: center;
}
.showcase-buy__title {
  color: #758793;
  font-size: 38px;
}
.showcase-buy__btns .btn {
  font-size: 14px;
}
.showcase-buy__btns .btn + .btn {
  margin-left: 20px;
}
.showcase-buy__text {
  color: #758793;
  font-size: 20px;
  margin-bottom: 32px;
}
.section__service {
  padding-top: 16px;
  padding-bottom: 16px;
}
.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.service__item {
  display: block;
  padding-top: 34px;
  padding-left: 12px;
  padding-right: 12px;
  width: 20%;
}
.service__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  height: 100%;
}
.service__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
}
.service__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  color: #1b1b1b;
  font-size: 18px;
  margin-bottom: 36px;
}
.service__link {
  border-bottom: 1px solid;
  display: inline-block;
  color: #00baff;
  font-size: 12px;
}
.service__link:hover {
  border-bottom-color: transparent;
  color: #1b1b1b;
}
.service__image {
  margin-top: -34px;
  text-align: center;
}
.service__image img {
  max-width: 100%;
}
.title__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 56px;
}
.title__link h2,
.title__link .h2 {
  margin-bottom: 0;
}
.title__link a {
  font-size: 14px;
  text-decoration: underline;
}
.reviews__title .title__link {
  display: block;
}
.reviews__title .title__link h2,
.reviews__title .title__link .h2 {
  margin-bottom: 12px;
}
.reviews__title .title__link a {
  font-size: 14px;
  text-decoration: underline;
}
.section__blog {
  padding-top: 48px;
  padding-bottom: 60px;
}
.blog__list {
  margin-left: -20px;
}
.blog__list:after {
  clear: both;
  content: '';
  display: block;
}
.blog__item {
  float: left;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  width: 50%;
}
.blog__item:first-child {
  margin-bottom: 0;
  position: relative;
}
.blog__item:first-child .blog__image {
  float: none;
  margin-right: 0;
  width: 100%;
}
.blog__item:first-child .blog__desc {
  background: -moz-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.7) 30%, rgba(245, 245, 245, 0.85) 44%, rgba(245, 245, 245, 0.9) 53%, rgba(245, 245, 245, 0.95) 62%, rgba(245, 245, 245, 0.98) 100%);
  background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.7) 30%, rgba(245, 245, 245, 0.85) 44%, rgba(245, 245, 245, 0.9) 53%, rgba(245, 245, 245, 0.95) 62%, rgba(245, 245, 245, 0.98) 100%);
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.7) 30%, rgba(245, 245, 245, 0.85) 44%, rgba(245, 245, 245, 0.9) 53%, rgba(245, 245, 245, 0.95) 62%, rgba(245, 245, 245, 0.98) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5f5f5', endColorstr='#faf5f5f5', GradientType=0);
  border-radius: 0 0 4px 4px;
  padding: 48px 20px 52px;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}
.blog__item:first-child .blog__link {
  bottom: 20px;
  left: 20px;
}
.blog__item:first-child .blog__link:hover {
  color: #fff;
}
.blog__image {
  border-radius: 4px;
  display: block;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  width: 45%;
}
.blog__image img {
  display: block;
  width: 100%;
}
.blog__desc {
  overflow: hidden;
  padding-bottom: 32px;
  position: relative;
}
.blog__tag {
  background-color: #f7f7f7;
  border-radius: 4px;
  color: rgba(27, 27, 27, 0.8);
  display: inline-block;
  font-size: 12px;
  padding: 2px 8px;
}
.blog__title {
  font-size: 18px;
  margin-bottom: 16px;
}
.blog__tag + .blog__title {
  margin-top: 12px;
}
.blog__text {
  color: #646464;
  font-size: 14px;
}
.blog__link {
  color: #00baff;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog__link:hover {
  text-decoration: none;
}
.blog__list--inner .blog__item:first-child,
.blog__list--inner .blog__item:nth-child(7),
.blog__list--inner .blog__item:nth-child(8) {
  margin-bottom: 40px;
  position: relative;
}
.blog__list--inner .blog__item:first-child .blog__image,
.blog__list--inner .blog__item:nth-child(7) .blog__image,
.blog__list--inner .blog__item:nth-child(8) .blog__image {
  float: none;
  margin-right: 0;
  width: 100%;
}
.blog__list--inner .blog__item:first-child .blog__desc,
.blog__list--inner .blog__item:nth-child(7) .blog__desc,
.blog__list--inner .blog__item:nth-child(8) .blog__desc {
  background: -moz-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.7) 30%, rgba(245, 245, 245, 0.85) 44%, rgba(245, 245, 245, 0.9) 53%, rgba(245, 245, 245, 0.95) 62%, rgba(245, 245, 245, 0.98) 100%);
  background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.7) 30%, rgba(245, 245, 245, 0.85) 44%, rgba(245, 245, 245, 0.9) 53%, rgba(245, 245, 245, 0.95) 62%, rgba(245, 245, 245, 0.98) 100%);
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.7) 30%, rgba(245, 245, 245, 0.85) 44%, rgba(245, 245, 245, 0.9) 53%, rgba(245, 245, 245, 0.95) 62%, rgba(245, 245, 245, 0.98) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5f5f5', endColorstr='#faf5f5f5', GradientType=0);
  border-radius: 0 0 4px 4px;
  color: #fff;
  padding: 30px 20px 52px;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}
.blog__list--inner .blog__item:first-child .blog__tag,
.blog__list--inner .blog__item:nth-child(7) .blog__tag,
.blog__list--inner .blog__item:nth-child(8) .blog__tag {
  background-color: rgba(36, 36, 36, 0.4);
  color: #fff;
}
.blog__list--inner .blog__item:first-child .blog__title,
.blog__list--inner .blog__item:nth-child(7) .blog__title,
.blog__list--inner .blog__item:nth-child(8) .blog__title {
  color: #1b1b1b;
  margin-bottom: 8px;
}
.blog__list--inner .blog__item:first-child .blog__link,
.blog__list--inner .blog__item:nth-child(7) .blog__link,
.blog__list--inner .blog__item:nth-child(8) .blog__link {
  bottom: 20px;
  left: 20px;
}
.blog__list--inner .blog__item:first-child .blog__link:hover,
.blog__list--inner .blog__item:nth-child(7) .blog__link:hover,
.blog__list--inner .blog__item:nth-child(8) .blog__link:hover {
  color: #1b1b1b;
}
.blog__list--inner .blog__item:nth-child(4),
.blog__list--inner .blog__item:nth-child(9) {
  float: right;
  width: 27%;
  position: relative;
}
.blog__list--inner .blog__item:nth-child(4) .blog__image,
.blog__list--inner .blog__item:nth-child(9) .blog__image {
  float: none;
  margin-right: 0;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  width: auto;
  z-index: 5;
}
.blog__list--inner .blog__item:nth-child(4) .blog__desc,
.blog__list--inner .blog__item:nth-child(9) .blog__desc {
  background: -moz-linear-gradient(top, rgba(245, 245, 245, 0) 0%, #f5f5f5 30%, #f5f5f5 100%);
  background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0%, #f5f5f5 30%, #f5f5f5 100%);
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, #f5f5f5 30%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f5f5f5', GradientType=0);
  border-radius: 0 0 4px 4px;
  padding: 50% 36px 52px;
  position: relative;
  z-index: 10;
}
.blog__list--inner .blog__item:nth-child(4) .blog__tag,
.blog__list--inner .blog__item:nth-child(9) .blog__tag {
  background-color: rgba(36, 36, 36, 0.4);
  color: #fff;
}
.blog__list--inner .blog__item:nth-child(4) .blog__title,
.blog__list--inner .blog__item:nth-child(9) .blog__title {
  margin-bottom: 16px;
}
.blog__list--inner .blog__item:nth-child(4) .blog__link,
.blog__list--inner .blog__item:nth-child(9) .blog__link {
  bottom: 20px;
  left: 36px;
}
.blog__list--inner .blog__item:nth-child(5),
.blog__list--inner .blog__item:nth-child(6),
.blog__list--inner .blog__item:nth-child(10),
.blog__list--inner .blog__item:nth-child(11) {
  width: 73%;
}
.blog__list--inner .blog__item:nth-child(5) .blog__image,
.blog__list--inner .blog__item:nth-child(6) .blog__image,
.blog__list--inner .blog__item:nth-child(10) .blog__image,
.blog__list--inner .blog__item:nth-child(11) .blog__image {
  width: 38%;
}
.blog__list--inner .blog__item:nth-child(7) {
  clear: right;
}
.section__case {
  background: #faf7ff;
  background: -moz-linear-gradient(top, #faf7ff 0%, #faf7ff 79%, #ffffff 80%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #faf7ff 0%, #faf7ff 79%, #ffffff 80%, #ffffff 100%);
  background: linear-gradient(to bottom, #faf7ff 0%, #faf7ff 79%, #ffffff 80%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faf7ff', endColorstr='#ffffff', GradientType=0);
  padding-top: 80px;
  padding-bottom: 40px;
}
.case__list {
  padding-right: 200px;
}
.case__item {
  padding-right: 70px;
}
.case__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 32px 0 32px 48px;
}
.case__image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.case__image-inner {
  background-image: url('/local/templates/positive/img/case__image.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: -70px;
  padding-top: 87.43%;
  position: relative;
  width: 404px;
}
.case__image-inner img {
  display: block;
  max-height: calc(100% - 27px);
  max-width: 100%;
  position: absolute;
  top: 13px;
  bottom: 14px;
  left: 26px;
  right: 26px;
}
.case__info {
  margin-right: 100px;
}
.case__title {
  font-size: 24px;
  margin-bottom: 16px;
}
.case__tag-item {
  border: 1px solid;
  border-radius: 2px;
  color: #00baff;
  display: inline-block;
  font-size: 10px;
  margin-right: 8px;
  padding: 2px 4px;
  text-transform: uppercase;
}
.case__text {
  color: #c5c5c5;
  margin-top: 24px;
  margin-bottom: 40px;
}
.case__link {
  color: #00baff;
  text-decoration: underline;
}
.section__sertificate {
  padding-top: 36px;
  padding-bottom: 48px;
}
.section__sertificate--grey {
  background-color: #faf7ff;
}
.sertificate__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1%;
  margin-right: -1%;
}
.sertificate__item {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 16px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 8px;
}
.sertificate__item img {
  display: block;
  width: 100%;
}
.sertificate__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}
.section__inner .sertificate__list {
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
.section__inner .sertificate__item {
  width: 14.666%;
}
.section__reviews {
  padding-top: 36px;
  padding-bottom: 48px;
}
.section__reviews .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.reviews__list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  padding-right: 200px;
  width: 700px;
}
.reviews__item {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  width: 200px;
}
.reviews__item a {
  display: block;
  position: relative;
}
.reviews__item a:after {
  content: '';
  background-image: url('/local/templates/positive/img/reviews-curl.png');
  background-repeat: no-repeat;
  height: 160px;
  width: 130px;
  position: absolute;
  bottom: -21px;
  left: -12px;
}
.reviews__item img {
  display: block;
  width: 100%;
}
.section__share {
  padding-top: 240px;
  padding-bottom: 240px;
}
.share__social {
  margin-top: 60px;
}
.share__form {
  position: absolute;
  top: -240px;
  right: 36px;
  z-index: 100;
  width: 540px;
}
.share__social .ya-share2__container_size_m .ya-share2__item {
  margin-right: 24px;
}
.share__social .ya-share2.big .ya-share2__container_size_m span.ya-share2__icon {
  height: 80px;
  width: 80px;
  background-size: auto;
}
.share__social .ya-share2__item_service_vkontakte .ya-share2__badge {
  background: none;
}
.share__social .ya-share2__item_service_vkontakte .ya-share2__icon {
  background: url('/local/templates/positive/img/icon-vk.svg') center center / 100%;
}
.share__social .ya-share2__item_service_facebook .ya-share2__badge {
  background: none;
}
.share__social .ya-share2__item_service_facebook .ya-share2__icon {
  background: url('/local/templates/positive/img/icon-facebook.svg') center center / 100%;
}
.share__social .ya-share2__item_service_twitter .ya-share2__badge {
  background: none;
}
.share__social .ya-share2__item_service_twitter .ya-share2__icon {
  background: url('/local/templates/positive/img/icon-facebook.svg') center center / 100%;
}
.share__social--small .ya-share2__container_size_m .ya-share2__item {
  margin-right: 12px;
}
.share__social--small .ya-share2__container_size_m .ya-share2__icon {
  height: 28px;
  width: 28px;
}
.share__social--small .ya-share2__item_service_vkontakte .ya-share2__icon {
  background: url('/local/templates/positive/img/icon-vk-white.svg') center center / 100%;
}
.share__social--small .ya-share2__item_service_facebook .ya-share2__icon {
  background: url('/local/templates/positive/img/icon-facebook-white.svg') center center / 100%;
}
.share__social--small .ya-share2__item_service_twitter .ya-share2__icon {
  background: url('/local/templates/positive/img/icon-twitter-white.svg') center center / 100%;
}
.share__block {
  background-color: #f7f7f7;
  border-radius: 4px;
  margin-left: 20px;
  padding: 20px 20px 28px;
  width: 160px;
}
.share__block-title {
  font-size: 14px;
  opacity: 0.7;
}
.share__block .share__social {
  margin-top: 20px;
}
.section__inner {
  padding-top: 40px;
  padding-bottom: 60px;
}
.breadcrumbs {
  font-size: 0;
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}
.breadcrumbs__item {
  color: rgba(27, 27, 27, 0.4);
  display: inline-block;
  font-size: 14px;
}
.breadcrumbs__item a {
  color: rgba(27, 27, 27, 0.4);
}
.breadcrumbs__item + .breadcrumbs__item:before {
  content: '/';
  margin-left: 10px;
  margin-right: 10px;
}
.title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}
.title__block:only-child {
  width: 100%;
}
.title__block:only-child h1 {
  margin-bottom: 0;
}
.tag__title {
  border-top: 1px solid #dbdbdb;
  margin-bottom: 16px;
  padding-top: 16px;
}
.tag__list {
  font-size: 0;
  margin-left: -4px;
  margin-right: -4px;
}
.tag__item {
  background-color: #ebebeb;
  border-radius: 4px;
  color: rgba(27, 27, 27, 0.4);
  display: inline-block;
  font-size: 14px;
  margin-bottom: 6px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px 12px;
}
.tag__item--active {
  background-color: #caf1ff;
  color: #00baff;
  font-weight: 700;
}
.article p {
  line-height: 1.8;
  margin-right: 180px;
}
.article ul,
.article ol {
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 28px;
  margin-right: 180px;
}
.article .full-width {
  margin-bottom: 28px;
  width: 100%;
}
.article img {
  border-radius: 8px;
}
.article h2,
.article .h2,
.article h3,
.article .h3 {
  color: #00baff;
  margin-right: 180px;
}
.article h2,
.article .h2 {
  margin-top: 56px;
  margin-bottom: 36px;
}
.article ul {
  list-style: none;
  padding-left: 0;
}
.article ul li {
  margin-bottom: 8px;
  padding-left: 28px;
  position: relative;
}
.article ul li:before {
  background-color: #00baff;
  border-radius: 50%;
  content: '';
  height: 8px;
  width: 8px;
  position: absolute;
  top: 11px;
  left: 0;
}
.article ol {
  counter-reset: list-ol;
  list-style: none;
  padding-left: 0;
}
.article ol li {
  counter-increment: list-ol;
  margin-bottom: 8px;
  padding-left: 28px;
  position: relative;
}
.article ol li:before {
  color: #00baff;
  content: counter(list-ol) '.';
  font-weight: 700;
  position: absolute;
  top: 1px;
  left: 0;
}
.article figure {
  margin: 0 0 28px;
}
.article figure img {
  margin-bottom: 0;
}
.article figure .full-width {
  margin-bottom: 0;
}
.article figcaption {
  color: #646464;
  font-size: 14px;
  text-align: right;
}
.article .article__contents {
  margin: 0 0 32px;
}
.article .article__contents li:before {
  background-color: transparent;
  border-radius: 0;
  border-width: 6px 0 6px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #e6e6e6;
  top: 9px;
}
.article .article__contents ul {
  margin: 8px 0;
}
.service__inner .article p {
  margin-right: 0;
}
.service__inner .article ul,
.service__inner .article ol {
  margin-right: 0;
}
.article-table {
  border-collapse: collapse;
  width: 100%;
}
.article-table th {
  border-bottom: 1px solid #f2f2f2;
  font-size: 18px;
  font-weight: 400;
  padding: 16px;
  text-align: left;
}
.article-table th:first-child {
  padding-left: 0;
}
.article-table th:last-child {
  padding-right: 0;
}
.article-table td {
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  padding: 16px;
}
.article-table td:first-child {
  padding-left: 0;
}
.article-table td:last-child {
  padding-right: 0;
}
.article-table .article-table__name {
  color: #00baff;
  font-size: 18px;
}
.article__column {
  margin-bottom: 28px;
}
.article__column-title {
  font-size: 19px;
  margin-bottom: 16px;
}
.article__column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
}
.article__column-item {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  width: 33%;
}
.article__column-item a {
  background-color: #f7f7f7;
  border-radius: 4px;
  display: block;
  padding: 20px 36px;
  text-decoration: underline;
}
.article__block {
  background-color: #f7f7f7;
  border-radius: 4px;
  margin: 20px 0;
  overflow: hidden;
  padding: 40px 72px 40px 120px;
  position: relative;
}
.article__block:after {
  border-width: 9px 0 9px 14px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #00baff;
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  left: 48px;
}
.article__block:before {
  color: #fff;
  content: '';
  font-size: 92px;
  font-weight: 700;
  line-height: 0.8;
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
  bottom: -2px;
  right: -18px;
  text-align: right;
  white-space: pre;
}
.article__block--promo {
  background-color: #00baff;
  color: #fff;
  min-height: 150px;
  padding-right: 380px;
}
.article__block--promo:after {
  border-left-color: #fff;
}
.article__block--promo:before {
  content: 'ПРОМО\0aКОД';
}
.article__block--promo .article__block-text {
  font-weight: 700;
  line-height: 1.6;
}
.article__block--definition {
  background-color: #bbee22;
  min-height: 150px;
  padding-right: 380px;
}
.article__block--definition:after {
  border-left-color: #1b1b1b;
}
.article__block--definition:before {
  content: 'ОПРЕДЕ\0aЛЕНИЕ';
}
.article__block--action {
  background-color: #f8bb55;
  color: #fff;
  min-height: 150px;
  padding-right: 380px;
}
.article__block--action:after {
  border-left-color: #fff;
}
.article__block--action:before {
  content: 'АКЦИЯ';
}
.article__block--shadow {
  background-color: #fff;
  box-shadow: 0 12px 46px 14px rgba(133, 145, 148, 0.15);
}
.article__block-image {
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: calc(50% - 60px);
}
.article__block--showcase {
  padding-top: 56px;
  padding-bottom: 64px;
  padding-left: 86px;
  padding-right: 50%;
}
.article__block--showcase:before {
  display: none;
}
.article__block--showcase:after {
  display: none;
}
.article__block--showcase .article__block-title {
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 36px;
}
.article__block--showcase .article__block-text {
  font-size: 18px;
  margin-bottom: 36px;
}
.article__block-title {
  font-size: 22px;
  margin-bottom: 16px;
  position: relative;
  z-index: 10;
}
.article__block-text {
  line-height: 1.8;
  position: relative;
  z-index: 10;
}
.article__block-text a {
  border-bottom: 1px dashed;
  color: currentColor;
  font-weight: 700;
}
.article__block-text a:hover {
  border-bottom-color: transparent;
}
.article__block-text + .btn {
  margin-top: 36px;
}
.article__block-promo-link {
  background-color: #fff;
  border-radius: 4px;
  color: #00baff;
  display: inline-block;
  font-size: 14px;
  padding: 4px 8px;
  position: absolute;
  top: 8px;
  right: 8px;
  text-decoration: underline;
}
.article__block-promo {
  font-size: 54px;
  line-height: 1;
  margin: 32px 0 32px;
}
.article__block-sub {
  opacity: 0.7;
}
.article__block-sub--big {
  font-size: 34px;
}
.article__block-btn-text {
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 20px;
}
.article__block-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.article__block-action-discount {
  font-size: 84px;
  line-height: 0.9;
  margin-right: 20px;
}
.article__block-action-discount span {
  font-size: 52px;
}
.article__block-action-text a {
  border-bottom: 1px dashed;
  color: currentColor;
  font-weight: 700;
}
.article__block-action-text a:hover {
  border-bottom-color: transparent;
}
.article__block-time {
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.article__block-time-title {
  color: #c5c5c5;
  margin-bottom: 20px;
}
.timer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1b1b1b;
  font-size: 34px;
}
.timer__wrap > * {
  text-align: right;
  width: 40px;
}
.timer__wrap > * + * {
  margin-left: 24px;
  position: relative;
}
.timer__wrap > * + *:before {
  content: ':';
  position: absolute;
  top: 0;
  left: -16px;
}
.timer__title {
  font-size: 0;
  color: #c5c5c5;
}
.timer__title span {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  width: 40px;
}
.timer__title span + span {
  margin-left: 24px;
}
.product {
  margin-bottom: 24px;
}
.product__title {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}
.product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__variable {
  padding-top: 130px;
  position: relative;
  width: 18%;
}
.product__variable:before {
  background-color: #f7f7f7;
  border-top: 1px solid #e7e6e9;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 71px;
  width: 100%;
}
.product__variable-title {
  margin-bottom: 12px;
}
.product__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.product__item {
  margin-bottom: 24px;
  width: 100%;
}
.product__item-title {
  background-color: #f7f7f7;
  border-top: 1px solid #e7e6e9;
  color: #646464;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.product__item-info {
  text-align: center;
}
.product__price-old {
  color: #808080;
  text-decoration: line-through;
}
.product__price-new {
  color: #00baff;
  font-size: 22px;
}
.product__price-period {
  color: #00baff;
  font-size: 14px;
  margin-bottom: 16px;
}
.product__price-discount {
  background-color: #f8bb55;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 2px 16px;
}
.product__price-profit {
  color: #808080;
  margin-top: 8px;
  margin-bottom: 8px;
}
.product__more-wrap {
  margin-top: 8px;
}
.product__more-link {
  font-size: 14px;
  text-decoration: underline;
}
.product__select,
.filter__select {
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
}
.product__selected,
.filter__selected {
  border: 1px solid #00baff;
  border-radius: 4px;
  color: #00baff;
  cursor: pointer;
  padding: 8px 28px 8px 16px;
  position: relative;
}
.product__selected:before,
.filter__selected:before {
  border-width: 6px 4px;
  border-style: solid;
  border-color: #00baff transparent transparent;
  content: '';
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 12px;
}
.product__select-dropdown,
.filter__select-dropdown {
  display: none;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  padding: 4px 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
}
.product__select-dropdown.open,
.filter__select-dropdown.open {
  display: block;
}
.product__select-item,
.filter__select-item {
  color: #646464;
  cursor: pointer;
  padding: 4px 16px;
  white-space: nowrap;
}
.product__select-item:hover,
.filter__select-item:hover {
  color: #00baff;
}
.section__bg-half {
  background: -moz-linear-gradient(top, #faf7ff 0%, #faf7ff 50%, #ffffff 50.1%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #faf7ff 0%, #faf7ff 50%, #ffffff 50.1%, #ffffff 100%);
  background: linear-gradient(to bottom, #faf7ff 0%, #faf7ff 50%, #ffffff 50.1%, #ffffff 100%);
  box-shadow: 0 -2px 0 0 #fff inset;
  padding-top: 20px;
  padding-bottom: 20px;
}
.service-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.service-item__title h2 {
  margin-bottom: 0;
  margin-right: 24px;
}
.service-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin-bottom: 48px;
}
.service-item__item {
  min-height: 100px;
  min-width: 276px;
  padding: 4px;
  width: 25%;
}
.service-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  height: 100%;
  padding: 12px 12px 12px 20px;
}
.service-item__link:hover {
  border-color: #00baff;
}
.service-item__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 24px;
  width: 40px;
}
.service-item__name {
  color: #1b1b1b;
  font-size: 14px;
}
.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 28px;
}
.service__inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.service__inner .article__block {
  padding-left: 60px;
  padding-right: 60px;
}
.service__inner .article__block:after {
  left: 24px;
  top: 46px;
}
.service__inner .article__column-item {
  width: 50%;
}
.service__inner .article__block-promo {
  font-size: 48px;
}
.service__inner .article__block-sub--big {
  font-size: 30px;
}
.service__inner .article__block--showcase {
  padding-top: 40px;
  padding-bottom: 48px;
  padding-left: 52px;
  padding-right: 42%;
}
.service__inner .article__block--showcase .article__block-title {
  font-size: 36px;
  margin-bottom: 24px;
}
.service__inner .article__block--showcase .article__block-text {
  font-size: 16px;
  margin-bottom: 24px;
}
.service__inner .article__block-image {
  right: 40px;
  max-width: calc(42% - 40px);
}
.aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 32px;
  width: 350px;
}
.aside__wrap {
  background-color: #f3f3f3;
  border-radius: 4px;
  padding-top: 36px;
  padding-bottom: 36px;
}
.aside-toggle {
  background-color: #f3f3f3;
  cursor: pointer;
  display: none;
  padding: 8px 12px;
}
.aside-toggle__btn {
  background-color: #00baff;
  background-image: url('/local/templates/positive/img/icon-menu.svg');
  border-radius: 4px;
  display: inline-block;
  height: 28px;
  width: 28px;
  vertical-align: middle;
}
.aside-toggle__title {
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}
.aside-close {
  background-color: #00baff;
  background-image: url('/local/templates/positive/img/icon-close.svg');
  border-radius: 4px;
  cursor: pointer;
  display: none;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.aside__item:not(:last-child) {
  margin-bottom: 32px;
}
.aside__item--open .aside__title:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 9px;
}
.aside__item--open .aside__list {
  display: block;
}
.aside__title {
  cursor: pointer;
  font-size: 22px;
  padding-left: 56px;
  position: relative;
}
.aside__title:before {
  border-top: 6px solid transparent;
  border-left: 8px solid #00baff;
  border-bottom: 6px solid transparent;
  content: '';
  display: block;
  position: absolute;
  left: 24px;
  top: 10px;
}
.aside__list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
}
.aside__list-item--active .aside__link {
  background-color: #e6e6e6;
  color: #646464;
}
.aside__link {
  color: #646464;
  display: block;
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 56px;
  padding-right: 20px;
}
.aside__link:hover {
  background-color: #e6e6e6;
  color: #646464;
}
.price__line {
  background-color: #00baff;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 24px;
  padding: 8px 20px;
}
.price__title {
  color: #b3eaff;
  display: inline-block;
  font-size: 14px;
  opacity: 0.9;
  vertical-align: middle;
}
.price__count {
  display: inline-block;
  font-size: 24px;
  margin-left: 20px;
  vertical-align: middle;
}
.contacts__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
.contacts__list .contacts__item {
  display: block;
  margin-bottom: 24px;
  margin-left: 0;
}
.contacts__title {
  font-size: 14px;
  margin-bottom: 4px;
  opacity: 0.4;
}
.contacts__info {
  font-size: 20px;
}
.contacts__info .small {
  font-size: 14px;
}
.contacts__info--column {
  columns: 2;
}
.contacts__section {
  margin-bottom: 64px;
}
.contacts__section h2 {
  margin-bottom: 40px;
}
.contacts-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 12px 16px;
  width: 49%;
}
.contacts-info__item--start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contacts-info__image {
  border-radius: 50%;
  margin-right: 40px;
  height: 129px;
  width: 129px;
}
.contacts-info__name {
  font-size: 20px;
  margin-bottom: 12px;
}
.contacts-info__position {
  font-size: 14px;
  margin-bottom: 12px;
  opacity: 0.4;
}
.contacts-info__phone {
  font-size: 14px;
}
.grid-sizer {
  width: 32%;
}
.gutter-sizer {
  width: 2%;
}
.reviews-grid:after {
  clear: both;
  content: '';
  display: block;
}
.review-item {
  background: #faf7ff;
  border-radius: 4px;
  float: left;
  margin-bottom: 2%;
  padding: 24px 32px;
  width: 32%;
}
.review-item__title {
  font-size: 14px;
}
.review-item__image {
  display: table;
  margin: 16px auto;
  position: relative;
}
.review-item__image:before {
  background-color: #00baff;
  background-image: url('/local/templates/positive/img/icon-search.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  border-radius: 50%;
  content: '';
  display: block;
  height: 32px;
  width: 32px;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.review-item__image img {
  display: block;
  max-width: 100%;
}
.review-item__image:hover:before {
  opacity: 1;
}
.review-item__info {
  font-size: 14px;
}
.review-item__info span {
  color: #00baff;
  font-weight: 700;
}
.bottom_form {
  border-top: 1px solid #ededed;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0px;
  position: fixed;
  width: 100%;
  height: 70px;
  z-index: 990;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
  -webkit-transition: margin-bottom 300ms linear;
  transition: margin-bottom 300ms linear;
  margin-bottom: -70px;
}
.bottom_form.sticky {
  margin-bottom: 0;
}
.bottom_form.success {
  background-color: #bae51a;
}
.bottom_form .container,
.bottom_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
  max-width: 1182px;
  width: 100%;
}
.bottom_form.success .h3,
.bottom_form .form_title .h3 {
  margin-bottom: 0;
}
.bottom_form .form_input,
.bottom_form .form_title {
  margin-right: 20px;
}
.bottom_form .form_input input {
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
}
.bottom_form .form_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -25px;
  margin-right: -25px;
}
.catalog_container .item {
  margin-bottom: 48px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  width: 25%;
}
.catalog_container a {
  border: 1px solid #c5c5c5;
  display: block;
}
.catalog_container a:hover {
  border-color: #00baff;
}
.catalog_container a:hover ~ .desc {
  background-color: #fff;
}
.catalog_container img {
  display: block;
  width: 100%;
}
.catalog_container .desc {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 12px;
  position: absolute;
  bottom: 1px;
  text-align: center;
  left: 26px;
  right: 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog_container .desc a {
  border: none;
  color: #1b1b1b;
}
.catalog_container .desc .price {
  color: #00baff;
  font-weight: 700;
  margin-top: 4px;
}
.work {
  /*.text {
        display: block;
        float: right;
        width: 50%;
    }
    .text p {
        color:#333333;
        margin:23px 0 0 0;
    }
    .text .data {
        background:url(/local/templates/positive/components/bitrix/news/catalog/bitrix/news.detail/.default/../img/dots1.png) left bottom repeat-x;
        padding:28px 0 45px 0;
    }
    .text .data .title {
        color:#010101;
    }
    .text .data a {
        display:block;
        color:#2782aa;
        margin:23px 0 0 0;
        position:relative;
        left:0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .text .data a:hover {
        left:5px;
        text-decoration:underline;
    }
    .services.inner {
        width: 20%;
    }
    .opis {
        width: 78%;
    }
    .services.inner > div > ul {
        display: block;
        margin: 0;
    }
    .services.inner > div > ul > li > ul {
        margin: 15px 0 15px 40px;

    }
    .services.inner > div li a {
        font-size: 18px;
        color: #000;
    }
    .services.inner > div li a:hover, .services.inner > div li a.active {
        color: #1196d5;
    }
    .services.inner > div li {
        margin-bottom: 10px;
    }*/
}
.work .pic {
  float: left;
  margin-right: 32px;
  margin-bottom: 32px;
  max-width: 520px;
  width: 55%;
}
.work .pic a {
  display: block;
}
.work .pic .img-fancybox {
  max-height: 520px;
  overflow: hidden;
}
.work .pic img {
  display: block;
  max-width: 700px;
  width: 100%;
  box-shadow: 0 10px 15px -6px #000;
  border-radius: 4px;
}
.work .dop_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin-top: 12px;
}
.work .dop_photo a {
  margin: 0 2%;
  width: 20%;
}
.work .dop_photo img {
  display: block;
  max-width: 100%;
}
.work .price.inner {
  display: inline-block;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  padding: 20px 0px;
  border: 1px solid #BEC0C6;
  width: 558px;
}
.work .price.inner .old_pr {
  font-weight: normal;
  color: red;
  text-decoration: line-through;
}
.work .btn {
  display: table;
  margin: 15px auto;
}
.work h2,
.work .h2 {
  clear: both;
  margin-top: 56px;
  margin-bottom: 36px;
}
.footer__top {
  background-color: #2a2a2a;
  padding-top: 56px;
  padding-bottom: 32px;
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-bottom: 32px;
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__wrap:after {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  content: '';
  display: block;
  width: 540px;
}
.footer__inner {
  margin-right: 32px;
}
.footer__info {
  color: #c5c5c5;
  font-size: 12px;
}
.footer__partner img {
  display: block;
  height: 32px;
}
.footer-nav .nav__item {
  margin-bottom: 24px;
}
.footer-nav .nav__item:not(:last-child) {
  margin-right: 40px;
}
.footer-nav .nav__link {
  color: #c5c5c5;
}
.footer-nav .nav__item--active .nav__link {
  background-color: #fff;
  border-radius: 4px;
  color: #1b1b1b;
  padding: 8px 12px;
}
.footer__bottom {
  background-color: #232323;
  padding-top: 12px;
  padding-bottom: 12px;
}
.copyright {
  color: #9e9e9e;
  font-size: 12px;
}
.footer__contacts {
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -8px;
  margin-right: -8px;
}
.footer__contacts .contacts__item {
  color: #fff;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 0;
}
.footer__contacts .contacts__icon {
  background-color: #fff;
}
.footer__contacts .contacts__icon svg {
  fill: #1b1b1b;
}
.footer__contacts .contacts__desc {
  padding-bottom: 0;
}
.footer__contacts .contacts__name {
  opacity: 0.4;
}
.footer-sub {
  margin-bottom: 32px;
}
.footer-sub__item {
  color: #9e9e9e;
  display: inline-block;
  font-size: 12px;
  line-height: 0.9;
}
.footer-sub__item:not(:first-child) {
  border-left: 1px solid #9e9e9e;
  margin-left: 8px;
  padding-left: 8px;
}
.footer-sub__item:hover {
  color: #fff;
}
@media all and (max-width: 1200px) {
  .header__top {
    padding-top: 4px;
    padding-bottom: 12px;
  }
  .logo__image {
    width: 100px;
  }
  .header__partner img {
    height: auto;
    width: 100px;
  }
  .header__address {
    line-height: 1.2;
  }
  .contacts__item {
    margin-left: 20px;
    padding-top: 20px;
  }
  .contacts__icon {
    height: 28px;
    width: 28px;
  }
  .contacts__icon svg {
    height: 14px;
    width: 14px;
  }
  .contacts__value {
    font-size: 14px;
  }
  .social__link {
    height: 28px;
    width: 28px;
  }
  .social__link svg {
    height: 14px;
    width: 14px;
  }
  .showcase__title {
    font-size: 22px;
    max-width: 320px;
  }
  .showcase__text {
    font-size: 14px;
  }
  .service__desc {
    padding: 16px;
  }
  .service__title {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .blog__list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .blog__item {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog__item:first-child .blog__desc {
    left: 10px;
    right: 10px;
  }
  .blog__title {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .blog__list--inner .blog__item:first-child,
  .blog__list--inner .blog__item:nth-child(7),
  .blog__list--inner .blog__item:nth-child(8) {
    margin-bottom: 20px;
  }
  .blog__list--inner .blog__item:first-child .blog__desc,
  .blog__list--inner .blog__item:nth-child(7) .blog__desc,
  .blog__list--inner .blog__item:nth-child(8) .blog__desc {
    left: 10px;
    right: 10px;
  }
  .article__block--showcase {
    padding-left: 60px;
  }
  .case__list {
    padding-right: 72px;
  }
  .sertificate__badges img {
    height: 50px;
  }
  .reviews__list {
    padding-right: 100px;
    width: 580px;
  }
  .share__form {
    max-width: 400px;
  }
  .footer__wrap:after {
    width: 400px;
  }
  .service-item__item {
    width: 33.333%;
  }
  .service {
    display: block;
  }
  .aside {
    background-color: #fff;
    margin-bottom: 32px;
    margin-right: 0;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .aside.fixed {
    padding: 8px 36px;
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    z-index: 400;
  }
  .aside.fixed .aside-toggle {
    background-color: transparent;
    padding: 0;
  }
  .aside.isfixed {
    box-shadow: 0 0 20px rgba(86, 92, 101, 0.1);
    top: 0;
  }
  .aside-toggle {
    display: block;
  }
  .aside-close {
    display: block;
  }
  .aside__wrap {
    display: none;
    max-height: 100%;
    overflow: auto;
    padding-top: 52px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 400;
  }
  .open .aside__wrap {
    display: block;
  }
  .aside__list {
    padding-top: 4px;
  }
  .aside__link {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .catalog_container {
    margin-left: -12px;
    margin-right: -12px;
  }
  .catalog_container .item {
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .work .pic {
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .work .price.inner {
    display: table;
    margin: 0 auto;
    width: auto;
    min-width: 558px;
  }
  .form_title .h3 {
    font-size: 18px;
  }
  .form_title p {
    font-size: 12px;
  }
}
@media all and (max-width: 960px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  h2,
  .h2 {
    margin-bottom: 44px;
  }
  .title__link {
    margin-bottom: 44px;
  }
  .header__top .container {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo {
    margin-bottom: 12px;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  .logo__image {
    margin-top: 0;
  }
  .header__address {
    display: none;
  }
  .header__social {
    display: none;
  }
  .header .contacts__item--email {
    display: none;
  }
  .contacts__item {
    padding-top: 0;
  }
  .contacts__desc {
    padding-bottom: 0;
  }
  .contacts__name {
    font-size: 8px;
  }
  .contacts__value {
    font-size: 12px;
  }
  .contacts__link {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .menu-close {
    display: block;
  }
  body.open {
    overflow: hidden;
  }
  .open .header__bottom {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .header__bottom {
    -webkit-transform: translateX(-380px);
    transform: translateX(-380px);
    background-color: #fff;
    box-shadow: 0 0 50px rgba(60, 60, 60, 0.18);
    padding: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 280px;
    z-index: 500;
  }
  .header__bottom .container {
    display: block;
    height: 100%;
    overflow: auto;
    padding: 24px 32px;
  }
  .header .nav__item {
    display: block;
  }
  .header .nav__item:not(:last-child) {
    margin-bottom: 24px;
    margin-right: 0;
  }
  .header__bottom-right {
    display: block;
    margin-top: 32px;
  }
  .header__language {
    margin-top: 32px;
    margin-left: 0;
  }
  .mobile__social {
    margin-top: 32px;
    margin-bottom: 64px;
    display: block;
  }
  .nav-sub__wrap {
    display: block;
    padding-left: 20px;
    position: static;
  }
  .nav-sub__list {
    box-shadow: none;
    padding: 0;
  }
  .showcase__wrap {
    background-position: center center;
    padding: 16px;
  }
  .showcase__title {
    margin-bottom: 4px;
  }
  .showcase-buy {
    background-image: url('/local/templates/positive/img/showcase-buy__tablet.png');
  }
  .service__item {
    width: 33.33%;
  }
  .service__title {
    margin-bottom: 12px;
  }
  .blog__item {
    width: 100%;
  }
  .blog__item:first-child {
    margin-bottom: 20px;
  }
  .blog__item:first-child .blog__image {
    float: left;
    margin-right: 20px;
    width: 45%;
  }
  .blog__item:first-child .blog__desc {
    background: none;
    color: #1b1b1b;
    padding: 0 0 32px;
    position: relative;
    left: auto;
    right: auto;
  }
  .blog__item:first-child .blog__link {
    bottom: 0;
    left: 0;
  }
  .blog__item:first-child .blog__link:hover {
    color: #1b1b1b;
  }
  .blog__list--inner .blog__item:nth-child(n) {
    float: left;
    width: 100%;
  }
  .blog__list--inner .blog__item:nth-child(n) .blog__image {
    float: left;
    margin-right: 20px;
    position: static;
    width: 45%;
  }
  .blog__list--inner .blog__item:nth-child(n) .blog__desc {
    background: none;
    color: #1b1b1b;
    padding: 0 0 32px;
    position: relative;
  }
  .blog__list--inner .blog__item:nth-child(n) .blog__link {
    bottom: 0;
    left: 0;
  }
  .title__wrap--mobile {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .share__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-top: 16px;
    margin-left: 0;
    padding: 8px 12px;
    width: auto;
  }
  .share__block .share__social {
    margin-top: 0;
    margin-left: 20px;
  }
  .article p {
    margin-right: 0;
  }
  .article h2,
  .article .h2,
  .article h3,
  .article .h3 {
    margin-right: 0;
  }
  .article ul,
  .article ol {
    margin-right: 0;
  }
  .article__column-list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .article__column-item {
    padding-left: 12px;
    padding-right: 12px;
    width: 50%;
  }
  .article__block {
    padding: 20px 20px 20px 48px;
  }
  .article__block:after {
    top: 28px;
    left: 20px;
  }
  .article__block:before {
    font-size: 60px;
    right: -10px;
  }
  .article__block--promo {
    padding-bottom: 100px;
  }
  .article__block-promo {
    font-size: 48px;
  }
  .article__block-sub--big {
    font-size: 30px;
  }
  .article__block--definition {
    padding-bottom: 100px;
  }
  .article__block--action {
    padding-bottom: 100px;
  }
  .article__block-promo-link {
    margin-top: 28px;
    position: static;
  }
  .article__block--showcase {
    padding-top: 40px;
    padding-bottom: 48px;
    padding-left: 52px;
    padding-right: 42%;
  }
  .article__block--showcase .article__block-title {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .article__block--showcase .article__block-text {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .article__block-text + .btn {
    margin-top: 24px;
  }
  .article__block-image {
    right: 40px;
    max-width: calc(42% - 40px);
  }
  .service__inner .article__block {
    padding: 20px 20px 20px 48px;
  }
  .service__inner .article__block:after {
    top: 28px;
    left: 20px;
  }
  .service__inner .article__block--promo {
    padding-bottom: 100px;
  }
  .service__inner .article__block--definition {
    padding-bottom: 100px;
  }
  .service__inner .article__block--action {
    padding-bottom: 100px;
  }
  .service__inner .article__block--showcase {
    padding-top: 40px;
    padding-bottom: 48px;
    padding-left: 52px;
    padding-right: 42%;
  }
  .section__case {
    padding-top: 40px;
  }
  .case__list {
    padding-right: 0;
  }
  .case__list .slick-arrow {
    margin-top: 0;
    top: -96px;
  }
  .case__list .slick-prev {
    right: 60px;
  }
  .case__desc {
    padding: 24px 0 24px 24px;
  }
  .case__info {
    margin-right: 40px;
  }
  .case__image-inner {
    width: 300px;
  }
  .section__sertificate {
    padding-bottom: 20px;
  }
  .sertificate__list {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .sertificate__item,
  .section__inner .sertificate__item {
    width: 23%;
  }
  .sertificate__badges {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sertificate__badges img {
    height: 50px;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .section__reviews {
    padding-top: 20px;
    padding-bottom: 36px;
  }
  .section__reviews .container {
    display: block;
  }
  .reviews__title {
    margin-bottom: 32px;
  }
  .reviews__list {
    margin-left: 0;
    width: 560px;
  }
  .section__share {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .share__form {
    margin-left: auto;
    margin-right: auto;
    position: static;
    max-width: 600px;
    width: 100%;
  }
  .share__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .share__title h2 {
    margin-bottom: 0;
  }
  .share__social {
    margin-top: 0;
  }
  .footer__wrap:after {
    display: none;
  }
  .footer__inner {
    margin-right: 0;
    width: 100%;
  }
  .footer__logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer__info {
    margin-left: 24px;
    margin-right: 24px;
  }
  .footer__contacts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer__contacts .contacts__item {
    min-width: 160px;
  }
  .product__info {
    display: block;
  }
  .product__variable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 0;
    width: 100%;
  }
  .product__variable:before {
    display: none;
  }
  .product__variable-title {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .product__title {
    font-size: 24px;
  }
  .product__table {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .product__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-width: 200px;
    width: auto;
  }
  .service-item__title h2 {
    font-size: 32px;
  }
  .service-item__item {
    width: 50%;
  }
  .aside.fixed {
    padding: 8px 12px;
  }
  .aside__title {
    padding-left: 40px;
    padding-right: 12px;
  }
  .aside__title::before {
    left: 12px;
  }
  .aside__link {
    padding-left: 40px;
    padding-right: 12px;
  }
  .catalog_container .item {
    width: 33.33%;
  }
  .contacts__list .contacts__item {
    margin-bottom: 16px;
  }
  .contacts__info {
    font-size: 16px;
  }
  .contacts__map {
    display: none;
  }
  .contacts-info__item {
    width: 100%;
  }
  .contacts-info__item:not(:last-child) {
    margin-bottom: 24px;
  }
  .grid-sizer,
  .review-item {
    width: 49%;
  }
  .bottom_form .form_block {
    display: block;
  }
  .bottom_form .form_input {
    margin-right: 0;
    margin-bottom: 4px;
  }
  .bottom_form .form_input input {
    height: 28px;
  }
  .bottom_form .btn {
    font-size: 12px;
    padding: 4px 20px;
    width: 100%;
  }
}
@media all and (max-width: 650px) {
  .service__inner .article__block--showcase,
  .article__block--showcase {
    padding: 20px 24px 40px;
  }
  .service__inner .article__block--showcase .article__block-title,
  .article__block--showcase .article__block-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .service__inner .article__block--showcase .article__block-text,
  .article__block--showcase .article__block-text {
    margin-bottom: 24px;
  }
  .service__inner .article__block--showcase .article__block-image,
  .article__block--showcase .article__block-image {
    display: table;
    margin: 0 auto 20px;
    position: static;
    max-width: 300px;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
  .article__block-text + .btn {
    margin-top: 24px;
  }
}
@media all and (max-width: 580px) {
  h2,
  .h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  h1,
  .h1 {
    font-size: 32px;
  }
  .title__link {
    display: block;
    margin-bottom: 24px;
  }
  .title__link h2,
  .h2 {
    margin-bottom: 12px;
  }
  .btn--big {
    font-size: 12px;
  }
  .showcase {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .showcase__title {
    font-size: 16px;
    max-width: 240px;
  }
  .showcase__text {
    font-size: 12px;
    max-width: 220px;
  }
  .showcase-buy {
    background-image: url('/local/templates/positive/img/showcase-buy__mobile.png');
    padding: 32px 16px;
  }
  .showcase-buy__title {
    font-size: 24px;
  }
  .showcase-buy__text {
    font-size: 14px;
  }
  .showcase-buy__btns .btn {
    max-width: 240px;
    width: 100%;
  }
  .showcase-buy__btns .btn + .btn {
    margin-top: 16px;
    margin-left: 0;
  }
  .service__list {
    margin-left: -4px;
    margin-right: -4px;
  }
  .service__item {
    padding-left: 4px;
    padding-right: 4px;
    width: 50%;
  }
  .service__desc {
    padding: 12px;
  }
  .service__title {
    font-size: 14px;
  }
  .service__link {
    font-size: 10px;
  }
  .blog__list {
    margin: 0;
  }
  .blog__item {
    float: none;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .blog__item:first-child {
    margin-bottom: 0;
    margin-left: -12px;
    margin-right: -12px;
    position: relative;
    width: auto;
  }
  .blog__item:first-child .blog__image {
    border-radius: 0;
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .blog__item:first-child .blog__image img {
    width: 100%;
  }
  .blog__item:first-child .blog__desc {
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.7) 30%, rgba(245, 245, 245, 0.85) 44%, rgba(245, 245, 245, 0.9) 53%, rgba(245, 245, 245, 0.95) 62%, rgba(245, 245, 245, 0.98) 100%);
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.7) 30%, rgba(245, 245, 245, 0.85) 44%, rgba(245, 245, 245, 0.9) 53%, rgba(245, 245, 245, 0.95) 62%, rgba(245, 245, 245, 0.98) 100%);
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.7) 30%, rgba(245, 245, 245, 0.85) 44%, rgba(245, 245, 245, 0.9) 53%, rgba(245, 245, 245, 0.95) 62%, rgba(245, 245, 245, 0.98) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5f5f5', endColorstr='#faf5f5f5', GradientType=0);
    border-radius: 0;
    padding: 30px 20px 20px;
    position: absolute;
    left: 0;
    right: 0;
  }
  .blog__item:first-child .blog__link {
    position: static;
  }
  .blog__item:first-child .blog__link:hover {
    color: #fff;
  }
  .blog__image {
    float: none;
    margin-bottom: 16px;
    margin-right: 0;
    width: 100%;
  }
  .blog__list--inner {
    margin-bottom: 40px;
  }
  .blog__list--inner .blog__item:nth-child(n) {
    float: none;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
  }
  .blog__list--inner .blog__item:nth-child(n) .blog__image {
    border-radius: 4px 4px 0 0;
    float: none;
    margin-bottom: 0;
    margin-right: 0;
    width: auto;
  }
  .blog__list--inner .blog__item:nth-child(n) .blog__desc {
    background-color: #f5f5f5;
    border-radius: 0 0 4px 4px;
    padding: 24px 36px 52px;
    position: static;
  }
  .blog__list--inner .blog__item:nth-child(n) .blog__tag {
    background-color: rgba(36, 36, 36, 0.4);
    color: #fff;
  }
  .blog__list--inner .blog__item:nth-child(n) .blog__tag + .blog__tag {
    margin-left: 4px;
  }
  .blog__list--inner .blog__item:nth-child(n) .blog__title {
    margin-bottom: 16px;
  }
  .blog__list--inner .blog__item:nth-child(n) .blog__link {
    position: absolute;
    bottom: 20px;
    left: 36px;
  }
  .title__wrap {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin-bottom: 32px;
  }
  .article-table__wrap {
    overflow: auto;
  }
  .article-table th,
  .article-table td {
    font-size: 12px;
    padding: 4px 8px;
  }
  .article-table__name {
    font-size: 12px;
    padding-left: 0;
  }
  .article__block {
    padding-bottom: 40px;
  }
  .article__block--definition {
    padding-bottom: 120px;
  }
  .article__block--promo {
    padding-right: 48px;
  }
  .article__block--promo:before {
    display: none;
  }
  .article__block--action:before {
    display: none;
  }
  .article__block-promo {
    font-size: 36px;
  }
  .article__block-time {
    display: table;
    margin: 20px auto 0;
    position: static;
  }
  .article__column-list {
    margin-left: 0;
    margin-right: 0;
  }
  .article__column-item {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .service__inner .article__column-item {
    width: 100%;
  }
  .service__inner .article__block {
    padding-bottom: 40px;
  }
  .service__inner .article__block--definition {
    padding-bottom: 120px;
  }
  .service__inner .article__block--promo {
    padding-right: 48px;
  }
  .service__inner .article__block-promo {
    font-size: 36px;
  }
  .section__inner {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .case__item {
    padding-top: 160px;
    padding-right: 0;
  }
  .case__desc {
    display: block;
    padding: 24px;
  }
  .case__image {
    margin-top: -160px;
    text-align: center;
  }
  .case__image-inner {
    margin-right: 0;
    padding-top: 72.43%;
    width: 100%;
  }
  .case__info {
    margin-top: 24px;
    margin-right: 0;
  }
  .case__title {
    font-size: 20px;
  }
  .case__text {
    margin-bottom: 24px;
  }
  .case__list .slick-arrow {
    height: 36px;
    width: 36px;
    top: -64px;
  }
  .case__list .slick-prev {
    right: 40px;
  }
  .sertificate__item,
  .section__inner .sertificate__item {
    width: 48%;
  }
  .sertificate__badges img {
    height: 42px;
  }
  .reviews__title {
    margin-bottom: 24px;
  }
  .reviews__list {
    padding-bottom: 40px;
    padding-right: 0;
    width: 100%;
  }
  .reviews__list .slick-dots {
    top: auto;
    bottom: 0;
    left: 0;
    text-align: center;
  }
  .reviews__list .slick-dots li {
    display: inline-block;
  }
  .reviews__list .slick-dots li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .reviews__list .slick-dots .slick-active::before {
    position: static;
  }
  .reviews__item {
    padding-bottom: 10px;
  }
  .reviews__item a:after {
    background-size: 100%;
    height: 80px;
    width: 65px;
    bottom: -11px;
    left: -6px;
  }
  .share__title {
    display: block;
  }
  .share__social {
    margin-top: 24px;
  }
  .share__social .ya-share2__container_size_m .ya-share2__icon {
    height: 60px;
    width: 60px;
  }
  .share__social--small .ya-share2__container_size_m .ya-share2__icon {
    height: 28px;
    width: 28px;
  }
  .footer__top {
    padding-top: 32px;
  }
  .footer__logo {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin-bottom: 16px;
  }
  .footer__info {
    margin-right: 0;
  }
  .footer__partner {
    margin-top: 16px;
  }
  .product__item {
    min-width: 148px;
  }
  .service-item__title {
    display: block;
  }
  .service-item__title h2 {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .service-item__item {
    width: 100%;
  }
  .catalog_container .item {
    width: 50%;
  }
  .work .price.inner {
    width: 100%;
    min-width: 0;
  }
  .contacts__info--column {
    columns: 1;
  }
  .grid-sizer,
  .review-item {
    margin-bottom: 20px;
    width: 100%;
  }
  .bottom_form {
    display: none;
  }
}
@media all and (max-width: 400px) {
  .btn--big {
    width: 100%;
  }
  .catalog_container .item {
    width: 100%;
  }
  .contacts-info__item {
    display: block;
  }
  .contacts-info__image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

@media all and (max-height: 580px) {
  .bottom_form {
    display: none;
  }
}
/*# sourceMappingURL=template_styles.css.map */
/* End */
/* /local/templates/positive/styles.css?1770202452197 */
/* /local/templates/positive/template_styles.css?177020245292779 */
