@charset "UTF-8";
/*
Главный файл
 */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

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

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

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

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

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

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

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

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

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-border-radius: 30px;
          border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/**
 * Fancybox v3.3.5
 */
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;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

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

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

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

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

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

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

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s,visibility 0s;
  -o-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 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;
  text-align: center;
  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;
  -webkit-transform: translateZ(0);
  z-index: 99994; }

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

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

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

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

.fancybox-slide--next {
  z-index: 99995; }

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

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

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

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

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

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

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

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

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .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--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  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;
  height: -webkit-calc(100% - 44px);
  height: calc(100% - 44px);
  margin-bottom: 44px; }

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

.fancybox-iframe {
  vertical-align: top; }

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

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

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

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

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

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

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s,visibility 0s,color .25s;
  -o-transition: opacity .25s,visibility 0s,color .25s;
  transition: opacity .25s,visibility 0s,color .25s; }

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  -o-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

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

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  -webkit-background-size: contain;
          background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

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

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

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  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 > ul {
  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 > ul {
  overflow: hidden; }

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

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

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

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

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

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px); } }

/*  */
@font-face {
  font-family: 'UniSansHeavy';
  src: url("/web_frontend/static/font/UniSansHeavyCaps.eot?v=4.4.0");
  src: url("/web_frontend/static/font/UniSansHeavyCaps.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("/web_frontend/static/font/UniSansHeavyCaps.woff2?v=4.4.0") format("woff2"), url("/web_frontend/static/font/UniSansHeavyCaps.woff?v=4.4.0") format("woff"), url("/web_frontend/static/font/UniSansHeavyCaps.ttf?v=4.4.0") format("truetype"), url("/web_frontend/static/font/UniSansHeavyCaps.svg?v=4.4.0#Intro") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Ubuntu';
	src: url("/web_frontend/static/font/ubuntu.eot"); /* IE9 Compat Modes */
	src: url("/web_frontend/static/font/ubuntu.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("/web_frontend/static/font/ubuntu.otf") format("opentype"), /* Open Type Font */
		url("/web_frontend/static/font/ubuntu.svg") format("svg"), /* Legacy iOS */
		url("/web_frontend/static/font/ubuntu.ttf") format("truetype"), /* Safari, Android, iOS */
		url("/web_frontend/static/font/ubuntu.woff") format("woff"), /* Modern Browsers */
		url("/web_frontend/static/font/ubuntu.woff2") format("woff2"); /* Modern Browsers */
	font-weight: 400;
	font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
	src: url("/web_frontend/static/font/ubuntu-bold.eot"); /* IE9 Compat Modes */
	src: url("/web_frontend/static/font/ubuntu-bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("/web_frontend/static/font/ubuntu-bold.otf") format("opentype"), /* Open Type Font */
		url("/web_frontend/static/font/ubuntu-bold.svg") format("svg"), /* Legacy iOS */
		url("/web_frontend/static/font/ubuntu-bold.ttf") format("truetype"), /* Safari, Android, iOS */
		url("/web_frontend/static/font/ubuntu-bold.woff") format("woff"), /* Modern Browsers */
		url("/web_frontend/static/font/ubuntu-bold.woff2") format("woff2"); /* Modern Browsers */
	font-weight: 700;
	font-style: normal;
}
body {
  min-width: 300px;
  background-color: #fff;
  color: #000;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  overflow: auto; }

body, html {
  height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column; }

.wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto; }

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before {
  content: " ";
  display: table;
  clear: both; }

.green-link {
  position: relative; }

.green-link::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #00ab5a;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.green-link:hover::after {
  background: 0 0; }

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

.clear, .clr {
  clear: both; }

.center {
  text-align: center; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.wrapper {
  overflow: hidden;
  background: #fff; }

.wrapper .section {
  padding: 0 15px; }

.wrapper .section {
  position: relative;
  z-index: 1;
  margin-bottom: 70px; }

.primech {
  display: block;
  font-size: 12px;
  text-align: center;
  margin: 12px 0; }

.primech.primech--white {
  color: #fff; }

.section .section__title {
  font-size: 35px;
  color: #333;
  text-align: center;
  font-family: Ubuntu,sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 40px;
  margin-top: 0; }

.section .section__title.section__title--white {
  color: #fff; }

.section .section__text {
  margin-top: 0;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 40px; }

.section .section__text.section__text--white {
  color: #fff; }

#content.section h2 {
  font-size: 19px;
  font-family: Ubuntu,sans-serif;
  font-weight: 700;
  line-height: 1.3; }

@media (max-width: 481px) {
  #content.section .section__title {
    font-size: 20px; } }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  color: #000; }

a:focus {
  outline: 0 !important; }

.pseudolink {
  color: #00ab5a;
  font-size: 16px;
  line-height: 18px;
  position: relative; }

.pseudolink:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #00ab5a;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.pseudolink:hover::after {
  background: 0 0; }

h1 {
  font-size: 2.8em;
  line-height: 44px;
  margin: 0;
  font-family: Open sans;
  font-weight: 200;
  text-align: center; }

.icon {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.owl-theme .owl-dots .owl-dot {
  outline: 0; }

.owl-theme .owl-dots .owl-dot span {
  background: #666; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #000; }

.fancybox-image {
  -webkit-transform: none;
  -ms-transform: none;
      transform: none; }

#intercom-container {
  z-index: 5 !important; }

/*-------Элемент с границей-----*/
.border-item {
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 6px;
          border-radius: 6px; }

@media all and (max-width: 991px) {
  body.lock {
    overflow: hidden; }
  .wrapper .section {
    padding-left: 0;
    padding-right: 0; } }

@media all and (max-width: 768px) {
  .section .section__title {
    margin-bottom: 30px; }
  .section .section__text {
    margin-bottom: 30px; } }

@media all and (max-width: 481px) {
  .wrapper .section {
    margin-bottom: 50px; }
  .section .section__title {
    font-size: 28px; }
  .section .section__text {
    font-size: 16px; } }

/*-------Шапка сайта -----*/
#header {
  margin-bottom: 30px;
  position: relative;
  margin-bottom: 70px;
  padding-top: 30px;
  z-index: 2; }

#header {
  background: #7032c1;
  background: -webkit-linear-gradient(45deg, #7032c1 0, #2c3aba 39%, #36abe2 86%, #1fcfdc 100%);
  background: -o-linear-gradient(45deg, #7032c1 0, #2c3aba 39%, #36abe2 86%, #1fcfdc 100%);
  background: linear-gradient(45deg, #7032c1 0, #2c3aba 39%, #36abe2 86%, #1fcfdc 100%); }

#header .header-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0; }

#header .header-triangle {
  float: left;
  width: 50%;
  max-height: 50px;
  fill: #fff; }

#header .header-bottom, #header .header-top {
  position: relative;
  z-index: 2; }

#header.fixed .header-bottom, #header.fixed .header-top {
  z-index: auto; }

#header .header-tree {
  position: relative;
  z-index: 2; }

#header .header-top .header-top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

#header .logo {
  text-align: left;
  display: inline-block;
  float: left;
  z-index: 1;
  padding: 0; }

#header .logo .logo-img {
  width: 100% !important;
  max-width: 210px; }

#header .logo .logo-img--mobile {
  display: none; }

#header .logo .logo-text {
  display: block;
  display: none;
  margin-top: -5px;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  width: 100%;
  font-family: "Open Sans",Arial,sans-serif;
  text-shadow: none;
  text-align: center;
  letter-spacing: .1px; }

#header .header-nav {
  float: right; }

.header-menu__list {
  display: inline-block;
  vertical-align: middle; }

.header-menu__list li {
  position: relative;
  float: left;
  margin: 0;
  margin-right: 30px; }

.header-menu__list a {
  display: block;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
  color: #fff; }

.header-menu__list li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: rgba(0, 0, 0, 0.09);
  content: '';
  opacity: 0;
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,-webkit-transform .3s;
  -o-transition: opacity .3s,transform .3s;
  transition: opacity .3s,transform .3s;
  transition: opacity .3s,transform .3s,-webkit-transform .3s; }

.header-menu__list li.active::after, .header-menu__list li:hover::after {
  opacity: 1; }

.header-menu__list li.hide {
  display: none; }

.header-login {
  display: inline-block;
  vertical-align: middle;
  height: 42px; }

#header nav ul.nav-main li > a:hover, #header nav ul.nav-main li.active a, #header nav ul.nav-main li.dropdown.open .dropdown-toggle, #header nav ul.nav-main li.dropdown:hover a, #header nav ul.nav-main ul.dropdown-menu {
  color: #fff;
  background-color: #23949e !important; }

#header .headerTopText {
  padding: 60px 5px 50px;
  min-height: 300px; }

#header .headerTopText.headerTopText--noMinHeight {
  min-height: auto;
  padding-bottom: 70px; }

#header .headerTopText.headerTopText--partners {
  padding-bottom: 55px; }

#header .headerTopText .header-subtitle {
  margin-top: 0;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center; }

#header .headerTopText .header-subtitle + .btn-wrapper {
  margin-top: 50px; }

#header .header-title {
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  line-height: 55px;
  font-family: Ubuntu,sans-serif; }

#header .header-title + .header-subtitle {
  margin-top: 30px; }

#header.index .header-title {
  margin-bottom: 30px; }

#header .ourPlus-list {
  margin-bottom: 50px;
  text-align: center; }

#header .ourPlus-list li {
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  line-height: 35px; }

#header .ourPlus-list li:after {
  content: '';
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

#header .ourPlus-list li:last-child:after, #header .ourPlus-list li:nth-child(3):after {
  display: none; }

#header .header-top {
  -webkit-transition: position .3s ease-in;
  -o-transition: position .3s ease-in;
  transition: position .3s ease-in; }

#header .header-top.fixed {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-box-shadow: 0 0 50px rgba(36, 36, 59, 0.15);
  box-shadow: 0 0 50px rgba(36, 36, 59, 0.15);
  background: #fff;
  padding-bottom: 5px; }

#header .header-top.fixed .logo-img {
  display: none; }

#header .header-top.fixed .logo-img.logo-img--mobile {
  display: block;
  max-width: 160px; }

#header .header-top.fixed .logo {
  margin-top: 5px; }

#header .header-top.fixed .header-nav {
  margin-top: 8px; }

#header .header-top.fixed .mobile-btn .line {
  background: #000; }

#header .header-top.fixed .header-menu__list a {
  color: #000; }

#header .header-top.fixed .btn.btn--header {
  border: 2px solid #03bb64;
  background: #03bb64; }

#header .header-top.fixed .btn.btn--header:hover {
  color: #03bb64;
  background: #fff; }

#header .header-top.fixed .mobile-btn {
  top: 3px; }

#header .header-top.fixed .mobile-btn.active {
  top: 10px; }

.header-menu {
  display: inline-block;
  vertical-align: middle; }

.mobile-btn .fa {
  font-family: FontAwesome;
  font-size: 28px;
  display: inline-block;
  vertical-align: middle; }

.mobile-btn {
  position: relative;
  padding: 6px;
  display: none;
  text-align: center;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer; }

.mobile-btn.active {
  position: fixed;
  z-index: 1;
  right: 8px;
  margin-right: 0;
  top: 16px;
  padding: 12px; }

.mobile-btn .line {
  display: block;
  width: 22px;
  height: 3px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background: #fff;
  margin-bottom: 4px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.mobile-btn .line:last-child {
  margin-bottom: 0; }

.mobile-btn.active .line {
  background: #000; }

.mobile-btn.active:hover .line {
  background: #03bb64; }

.mobile-btn.active .line-1 {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
      transform: translateY(9px) rotate(45deg); }

.mobile-btn.active .line-2 {
  opacity: 0; }

.mobile-btn.active .line-3 {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  -ms-transform: translateY(-5px) rotate(-45deg);
      transform: translateY(-5px) rotate(-45deg); }

.header-decor {
  height: 115px;
  background-image: url("/web_frontend/static/img/new_design/new_year_img/header-top-bg-2020.png");
  position: relative;
  z-index: 2; }

.header-decor::before {
  content: '';
  position: absolute;
  top: -115px;
  left: 0;
  z-index: 3;
  height: 115px;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.75);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.75); }

@media all and (max-width: 1199px) {
  .header-menu__list li {
    margin-right: 6px; } }

@media all and (max-width: 1024px) {
  #header .header-title {
    font-size: 40px;
    line-height: 1.3; }
  #header .headerTopText {
    padding: 35px 5px 45px; }
  #header .ourPlus-list {
    margin-top: 15px; } }

@media all and (max-width: 991px) {
  #header {
    padding-top: 0; }
  #header .logo {
    margin-top: 13px; }
  #header .logo .logo-img {
    max-width: 162px; }
  #header .logo.fixed {
    position: fixed;
    top: 0;
    left: 15px;
    z-index: 4; }
  #header .logo.fixed .logo-img:first-child {
    display: none; }
  #header .logo.fixed .logo-img.logo-img--mobile {
    display: block; }
  #header .header-nav {
    position: relative;
    margin-top: 13px; }
  #header .logo .logo-text {
    display: none; }
  .mobile-btn {
    display: inline-block;
    vertical-align: middle; }
  #header .header-menu .header-menu__list {
    display: none;
    margin-top: 15px;
    margin-bottom: 15px;
    position: static;
    padding: 0 5px; }
  #header .header-menu .header-login {
    display: none; }
  #header .header-menu.fixed .header-login {
    display: block;
    text-align: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
    margin-top: 75px; }
  #header .header-menu.fixed .header-menu__list {
    display: block; }
  #header .header-menu.fixed .btn.btn--header {
    border: 2px solid #03bb64;
    background: #03bb64; }
  #header .header-menu.fixed .btn.btn--header:hover {
    color: #03bb64;
    background: #fff; }
  #header .header-menu .header-menu__list li {
    float: none;
    width: 100%;
    margin: 0;
    text-align: center;
    margin-bottom: 11px; }
  #header .header-menu .header-menu__list li.hide {
    display: block; }
  #header .header-menu .header-menu__list li:last-child {
    margin-bottom: 0; }
  #header .header-menu__list a::after {
    content: none; }
  #header .header-menu__list .fa, #header .header-menu__list a {
    color: #000; }
  #header .header-menu__list a:hover, #header .header-menu__list li.active a {
    color: #03bb64; }
  #header .header-menu__list a {
    padding: 6px 12px;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease; }
  #header .header-menu__list li::after {
    content: none; }
  .header-menu {
    float: right;
    margin-top: 6px;
    margin-left: 19px;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column; }
  .header-menu.fixed {
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0; }
  .header-menu.fixed + .header-login {
    margin-right: 60px; } }

@media all and (max-width: 768px) {
  #header .header-title {
    font-size: 35px; }
  #header .headerTopText {
    min-height: auto; } }

@media all and (max-width: 641px) {
  #header .ourPlus-list li {
    font-size: 16px;
    margin: 0 2px; } }

@media all and (max-width: 481px) {
  #header {
    margin-bottom: 40px; }
  #header .header-title {
    font-size: 27px;
    line-height: 1.3; }
  #header .headerTopText {
    padding: 20px 0 35px; }
  #header .headerTopText.headerTopText--noMinHeight p {
    margin-bottom: 0; }
  #header .ourPlus-list {
    display: none; } }

@media all and (max-width: 470px) {
  #header .logo {
    float: none;
    text-align: center; }
  .header-menu.fixed + .header-login {
    margin-right: 0; }
  #header .header-nav {
    position: static;
    float: none;
    text-align: center; }
  .header-menu {
    position: absolute;
    top: 15px;
    right: 15px; }
  #header .header-top.fixed .header-menu {
    top: 6px; }
  #header .header-title {
    font-size: 23px; }
  #header.index .header-title {
    margin-bottom: 15px; }
  #header .ourPlus-list br {
    display: none; }
  #header .ourPlus-list li {
    font-size: 15px; }
  #header .ourPlus-list li:nth-child:after {
    display: none; }
  #header .ourPlus-list li:nth-child(1):after, #header .ourPlus-list li:nth-child(3):after {
    display: inline-block; } }

@media all and (max-width: 381px) {
  #header .ourPlus li:after {
    display: none; } }

#footer {
  position: relative;
  color: #fff;
  background: #403590;
  clear: both; }

#footer .footer__top {
  position: relative;
  padding: 35px 0;
  background-color: #403591; }

.footer-nav {
  text-align: center;
  margin-bottom: 36px; }

.footer-nav .footer-nav__link {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin: 0 10px 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.footer-nav .footer-nav__link.active, .footer-nav .footer-nav__link:hover {
  background: #fff;
  color: #435eb8; }

.footer-info > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center; }

.footer-info .footer__col {
  height: 100%; }

.footer-info .footer__col.footer__col--left {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.footer-info .footer__col.footer__col--right {
  text-align: left; }

.footer-info .footer-info__email a, .footer-info .footer-info__phone a {
  color: #fff;
  font-size: 18px;
  font-weight: 400; }

.footer-info .footer-info__phone {
  margin-bottom: 2px; }

.footer-info .footer-info__phone span {
  font-size: 14px;
  color: #fff; }

.footer-info__contacts p, .footer-info__contacts span {
  color: #fff;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400; }

#footer .footer__bottom {
  background: #fff;
  padding: 11px 0; }

.footer__bottom .footer__col.footer__col--left {
  text-align: right; }

.footer__bottom .footer__col.footer__col--right {
  text-align: left; }

.footer__bottom .footer__col.footer__col--center {
  text-align: center; }

.footer__bottom a {
  margin: 0 10px;
  color: #000;
  font-size: 12px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s; }

.footer__bottom a:hover {
  color: #03bb64; }

.footer .footer-bg-img {
  display: block;
  margin-top: 20px;
  width: 100%; }

/* .footer .footer__top::after, .footer .footer__top::before {
    content: '';
    display: block;
    width: 253px;
    height: 260px;
    position: absolute;
    bottom: 0;
}
.footer .footer__top::before {
    left: 0;
    background-image: url('/web_frontend/static/img/new_design/new_year_img/banner-left.png');
}
.footer .footer__top::after {
    right: 0;
    background-image: url('/web_frontend/static/img/new_design/new_year_img/banner-right.png');
} */
@media all and (max-width: 1024px) {
  .footer .footer__top::after, .footer .footer__top::before {
    display: none; } }

@media all and (max-width: 481px) {
  #footer .footer__col {
    text-align: center; }
  #footer .footer-info .footer__col {
    margin-bottom: 15px; }
  .footer-nav {
    margin-bottom: 20px; }
  #footer .footer__top {
    padding: 20px 0 0; }
  .footer-nav .footer-nav__link {
    margin: 0 5px 10px; }
  .footer__bottom a {
    display: block;
    margin-bottom: 5px; } }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.row:after, .row:before {
  content: " ";
  display: table;
  clear: both; }

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.row-flex::after, .row-flex::before {
  display: none; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container:after, .container:before {
  display: table;
  line-height: 0;
  content: ""; }

.container:after {
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-sms-1, .col-sms-2, .col-sms-3, .col-sms-4, .col-sms-5, .col-sms-6, .col-sms-7, .col-sms-8, .col-sms-9, .col-sms-10, .col-sms-11, .col-sms-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

@media all and (min-width: 768px) {
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; } }

@media (min-width: 769px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; }
  .container {
    width: 1170px; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; } }

@media all and (max-width: 768px) {
  .col-sms-12 {
    width: 100%; }
  .col-sms-11 {
    width: 91.66666666666666%; }
  .col-sms-10 {
    width: 83.33333333333334%; }
  .col-sms-9 {
    width: 75%; }
  .col-sms-8 {
    width: 66.66666666666666%; }
  .col-sms-7 {
    width: 58.333333333333336%; }
  .col-sms-6 {
    width: 50%; }
  .col-sms-5 {
    width: 41.66666666666667%; }
  .col-sms-4 {
    width: 33.33333333333333%; }
  .col-sms-3 {
    width: 25%; }
  .col-sms-2 {
    width: 16.666666666666664%; }
  .col-sms-1 {
    width: 8.333333333333332%; } }

@media all and (max-width: 481px) {
  .col-smb-12 {
    width: 100%; }
  .col-smb-11 {
    width: 91.66666666666666%; }
  .col-smb-10 {
    width: 83.33333333333334%; }
  .col-smb-9 {
    width: 75%; }
  .col-smb-8 {
    width: 66.66666666666666%; }
  .col-smb-7 {
    width: 58.333333333333336%; }
  .col-smb-6 {
    width: 50%; }
  .col-smb-5 {
    width: 41.66666666666667%; }
  .col-smb-4 {
    width: 33.33333333333333%; }
  .col-smb-3 {
    width: 25%; }
  .col-smb-2 {
    width: 16.666666666666664%; }
  .col-smb-1 {
    width: 8.333333333333332%; } }

.btn-wrapper {
  position: relative;
  height: 65px; }

.btn-wrapper .btn--big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.btn-wrapper .btn--big span {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto; }

@media all and (max-width: 481px) {
  .btn-wrapper .btn--big {
    max-width: 100%;
    width: 290px;
    height: 55px;
    font-size: 16px;
    line-height: 55px; } }

.btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: baseline;
  color: #fff;
  font-family: "Open Sans",Arial,sans-serif;
  padding: 10px 15px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.3, 1.76);
  transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.3, 1.76);
  -o-transition: transform 0.3s cubic-bezier(0.42, 0, 0.3, 1.76);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.3, 1.76);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.3, 1.76), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.3, 1.76);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
       -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  background-color: #75c248;
  background-color: #03bb64;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: none;
  will-change: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  white-space: normal;
  -webkit-box-shadow: 0 0 50px rgba(36, 36, 59, 0.15);
          box-shadow: 0 0 50px rgba(36, 36, 59, 0.15);
  -webkit-font-smoothing: subpixel-antialiased; }

.btn:hover {
  background-color: #11bb85; }

#header .btn.btn--header {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 6px 10px;
  text-transform: none;
  border: 2px solid #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: transparent;
  padding: 8px 25px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: none;
          box-shadow: none; }

#header .btn.btn--header:hover {
  color: #4079d3;
  background: #fff; }

.btn.btn--big {
  display: block;
  width: 364px;
  height: 65px;
  font-size: 18px;
  line-height: 65px;
  margin: 0 auto;
  padding: 0;
  clear: both; }

@media all and (max-width: 481px) {
  /*     .btn.btn--big:before {
        width: 90px;
        top: -19px;
        left: -5px;
    }
    .btn.btn--big:after {
        width: 45px;
        top: -14px;
        right: -9px;
    } */ }

.btn.btn--func {
  background-color: #3d3493;
  margin-top: 0; }

.btn.btn--func:after, .btn.btn--func:before {
  display: none; }

.btn.btn--func:hover {
  background-color: #352e77; }

.btn.btn--small {
  width: 135px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn.btn--small:hover {
  background: #3d3493; }

.btn.btn--example {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff !important;
  text-decoration: none !important;
  margin-top: 15px; }

.btn--example:hover {
  background: #00ab5a; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-logo_st:before {
  content: "\e000"; }

.sort-source {
  margin: 0; }

.sort-source button {
  color: #000; }

.sort-source button.is-checked {
  color: #fff;
  background-color: #03bb64 !important; }

.sort-source button {
  display: inline-block;
  font-family: "Open Sans",Arial,sans-serif;
  cursor: pointer;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 8px 13px;
  background-color: transparent;
  border: none;
  outline: 0;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  font-size: 14px; }

.sort-source button:hover {
  background-color: rgba(0, 0, 0, 0.06); }

/*  .btn.btn--big:before {
    content: '';
    position: absolute;
    top: -19px;
    left: -6px;
    width: 123px;
    height: 44px;
    background: none;
}
.btn.btn--big:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -13px;
    left: -6px;
    right: -13px;
    width: auto;
    height: 38px;
    background: url('/web_frontend/static/img/new_design/new_year_img/btn-left-bg.svg') no-repeat left,url('/web_frontend/static/img/new_design/new_year_img/btn-right-bg.svg') no-repeat right;
}  */
@media all and (max-width: 1199px) {
  .version .btn.btn--small {
    width: 100%; } }

@media all and (max-width: 991px) {
  .version .btn.btn--small {
    width: auto;
    padding: 0 5px;
    font-size: 12px;
    left: -9px; } }

@media all and (max-width: 750px) {
  .version .btn.btn--small {
    left: 0; } }

@media all and (max-width: 381px) {
  .version .btn.btn--small {
    font-size: 11px; } }

@media all and (max-width: 1024px) {
  .Safari .calcRevenue .calcRevenue__form-wrap--start .calcRevenue__form-input-wrap::before {
    left: -38px; } }

/* loading on button */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #cef;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 .2s infinite;
  animation: lds-ellipsis1 .2s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 .2s infinite;
  animation: lds-ellipsis2 .2s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 .2s infinite;
  animation: lds-ellipsis2 .2s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 .2s infinite;
  animation: lds-ellipsis3 .2s infinite; }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }

.button_med.loading .lds-ellipsis {
  display: inline-block; }

.button_med.loading span {
  display: none; }

.button_med .lds-ellipsis {
  height: 10px;
  display: none; }

.button_med .lds-ellipsis div {
  top: 0; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #c3c3c3; }

.owl-theme .owl-dots .owl-dot span {
  background: #dedede; }

.owl-carousel .owl-next, .owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -20px !important;
  width: 25px;
  height: 40px;
  font-size: 0 !important;
  outline: 0 !important; }

.owl-carousel .owl-prev {
  left: -39px;
  background: url(/web_frontend/static/img/new_design/arrow_left.png) no-repeat center top !important; }

.owl-carousel .owl-prev:hover {
  background: transparent url(/web_frontend/static/img/new_design/arrow_left.png) no-repeat center bottom !important; }

.owl-carousel .owl-next {
  right: -39px;
  background: url(/web_frontend/static/img/new_design/arrow_right.png) no-repeat center top !important; }

.owl-carousel .owl-next:hover {
  background: url(/web_frontend/static/img/new_design/arrow_right.png) no-repeat center bottom !important; }

#blockShablons .owl-carousel .owl-prev {
  left: -49px; }

#blockShablons .owl-carousel .owl-next {
  right: -49px; }

#blockExample .owl-carousel .owl-prev {
  left: -49px; }

#blockExample .owl-carousel .owl-next {
  right: -49px; }

@media all and (max-width: 1199px) {
  #blockShablons .owl-carousel .owl-prev {
    left: -25px; }
  #blockShablons .owl-carousel .owl-next {
    right: -25px; } }

@media all and (max-width: 991px) {
  #blockShablons .owl-carousel .owl-prev {
    left: 0; }
  #blockShablons .owl-carousel .owl-next {
    right: 0; }
  /* Статистика */
  #blockStat .blockStat-list .owl-stage-outer {
    overflow: hidden; }
  #blockStat .owl-carousel .owl-next {
    right: 0; }
  #blockStat .owl-carousel .owl-prev {
    left: 0; }
  /* Отзывы */
  #blockReview .owl-carousel .owl-next {
    right: 0; }
  #blockReview .owl-carousel .owl-prev {
    left: 0; }
  /* Новости */
  #blockNews .owl-carousel .owl-next {
    right: 0; }
  #blockNews .owl-carousel .owl-prev {
    left: 0; }
  /* Партнёры */
  #partnerRules .owl-carousel .owl-next {
    right: 0; }
  #partnerRules .owl-carousel .owl-prev {
    left: 0; } }

@media all and (max-width: 481px) {
  #blockExample .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 100%;
    max-height: 25px;
    overflow: hidden; } }

/* Подсказки */
.tooltip-msg, .tooltip-msg-arrow::after {
  z-index: 99000;
  background: #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  border: 1px solid #fff; }

.tooltip-msg {
  display: block;
  line-height: 1.8em;
  font-size: 1.1em;
  text-align: center;
  position: absolute;
  z-index: 99000;
  background-color: #000;
  padding: 20px 15px;
  margin: 0 5px 0 0;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.tooltip-msg-visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  vertical-align: center; }

.tooltip-msg-visible-light {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  vertical-align: center; }

.tooltip-msg-arrow {
  overflow: hidden;
  position: absolute; }

.tooltip-msg-arrow::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

.tooltip-msg-arrow-bottom {
  width: 70px;
  height: 16px;
  left: 50%;
  margin-left: -30px;
  bottom: -16px; }

.tooltip-msg-arrow-bottom::after {
  left: 20px;
  top: -20px; }

.tooltip-msg-arrow-top {
  width: 70px;
  height: 16px;
  left: 50%;
  margin-left: -30px;
  top: -16px; }

.tooltip-msg-arrow-top::after {
  left: 20px;
  bottom: -20px; }

.tooltip-msg-arrow-left {
  width: 16px;
  height: 70px;
  top: 50%;
  margin-top: -29px;
  left: -16px; }

.tooltip-msg-arrow-left::after {
  top: 16px;
  right: -20px; }

.tooltip-msg-arrow-right {
  width: 16px;
  height: 70px;
  top: 50%;
  margin-top: -29px;
  right: -16px; }

.tooltip-msg-arrow-right::after {
  top: 16px;
  left: -20px; }

.tooltip-msg-success, .tooltip-msg-arrow-success::after {
  background: #139c06;
  -webkit-box-shadow: 0 0 10px #139c06;
  box-shadow: 0 0 10px #139c06; }

.tooltip-msg-error, .tooltip-msg-arrow-error::after {
  background: #af0000;
  -webkit-box-shadow: 0 0 10px #af0000;
  box-shadow: 0 0 10px #af0000; }

.tooltip-msg-notice, .tooltip-msg-arrow-notice::after {
  background: #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000; }

/* Страница Помощь */
.faq-block__category {
  margin-bottom: 70px; }

.faq-block__category:last-child {
  margin-bottom: 0; }

.faq-block__category-inner {
  display: table-row; }

.faq-block .faq-block__icon {
  display: table-cell;
  vertical-align: top;
  width: 64px;
  max-width: initial; }

.faq-block .faq-block__content {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px; }

.faq-block .faq-block__title {
  color: #00ab5a;
  font-size: 21px;
  font-weight: 400; }

.faq-block .faq-block__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.faq-block .faq-block__list .faq-block__item {
  margin-bottom: 10px; }

.faq-block .faq-block__item-link {
  display: inline-block;
  position: relative; }

.faq-block .faq-block__item-link.active {
  margin-bottom: 15px; }

.faq-block .faq-block__item-content {
  padding-left: 15px; }

.faq-block .faq-block__item-link::after {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: 0 0;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0; }

.faq-block .faq-block__item-link.active::after, .faq-block .faq-block__item-link:hover::after {
  background: #00ab5a; }

.faq-block {
  cursor: default; }

.faq-block code {
  display: block; }

.faq-block code, .faq-block pre {
  max-width: 100%;
  overflow: auto; }

.faq-block .faq-block__item-content a[target="_blank"] {
  border-bottom: 1px dashed; }

.faq-block .faq-block__item-content a:not([title="Увеличить"]):hover {
  border-bottom: 1px dashed transparent; }

/* 2колонки тест */
.faq-block .faq-block__category.test .faq-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1046px; }

.faq-block .faq-block__category.test .faq-block__list .faq-block__item {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
          flex-basis: 50%; }

.faq-block .faq-block__category .faq-block__item {
  display: none; }

.all {
  display: none;
  cursor: pointer; }

.faq-block .faq-block__category .faq-block__item:nth-child(6) ~ li.all {
  display: block; }

.faq-block .faq-block__category .faq-block__item:nth-child(1), .faq-block .faq-block__category .faq-block__item:nth-child(2), .faq-block .faq-block__category .faq-block__item:nth-child(3), .faq-block .faq-block__category .faq-block__item:nth-child(4), .faq-block .faq-block__category .faq-block__item:nth-child(5) {
  display: block; }

/**/
.faq-block .faq-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.faq-block .faq-block__category-list {
  width: 30%;
  position: relative;
  left: 1px;
  z-index: 2; }

.faq-block .faq-block__content-wrapper {
  width: 70%; }

.faq-block .faq-block__title {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }

.faq-block .faq-block__category {
  margin-bottom: 15px;
  padding: 8px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
  border-right: 1px solid transparent;
  -webkit-transition: border .3s ease;
  -o-transition: border .3s ease;
  transition: border .3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.faq-block .faq-block__category:last-child {
  margin-bottom: 0; }

.faq-block .faq-block__category.active {
  border: 1px solid #dcdcdc;
  padding: 8px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  border-right: 1px solid #fff;
  position: relative; }

.faq-block .faq-block__category.active .faq-block__title, .faq-block .faq-block__category:hover .faq-block__title {
  color: #00ab5a; }

.faq-block .faq-block__icon {
  display: table-cell;
  vertical-align: top;
  width: 32px; }

.faq-block .faq-block__list .faq-block__item:last-child {
  margin-bottom: 0; }

.faq-block .faq-block__content {
  padding-left: 0;
  position: relative;
  border: 1px solid #dcdcdc;
  padding: 20px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  height: 100%;
  display: block; }

.faq-block .faq-block__content {
  display: none; }

.faq-block .faq-block__content.active {
  display: block; }

.faq-block .faq-block__content.first {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0; }

.faq-block .faq-block__content.last {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0; }

.faq-block .faq-block__list .faq-block__item {
  margin-bottom: 17px;
  position: relative; }

.faq-block .faq-block__list .faq-block__item-link::before {
  position: absolute;
  left: 0;
  top: 3px;
  content: '';
  width: 11px;
  height: 16px;
  background: url(/web_frontend/static/img/new_design/Support/arrow-faq.png) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.faq-block .faq-block__list .faq-block__item-link.active::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.faq-block .faq-block__item-link {
  padding-left: 15px;
  font-size: 16px; }

.faq-block .faq-block__item-link::after {
  width: -webkit-calc(100% - 15px);
  width: calc(100% - 15px);
  left: auto;
  right: 0; }

.faq-block .faq-block__content-wrapper .faq-block__category {
  display: none; }

@media all and (max-width: 991px) {
  .faq-block .faq-block__item-content {
    padding-left: 0; }
  .faq-block .faq-block__category-list {
    display: none; }
  .faq-block .faq-block__content-wrapper {
    width: 100%; }
  .faq-block .faq-block__content {
    display: block !important;
    height: auto;
    margin-bottom: 15px;
    padding: 8px; }
  .faq-block .faq-block__content.first {
    -webkit-border-top-left-radius: 6px;
            border-top-left-radius: 6px; }
  .faq-block .faq-block__content.last {
    -webkit-border-bottom-left-radius: 6px;
            border-bottom-left-radius: 6px; }
  .faq-block .faq-block__category {
    margin-bottom: 0; }
  .faq-block .faq-block__list {
    display: none;
    padding-left: 10px; }
  .faq-block .faq-block__list.active {
    display: block; }
  .faq-block .faq-block__content-wrapper .faq-block__category {
    display: block; }
  .faq-block .faq-block__category.active {
    border-color: transparent;
    margin-bottom: 15px; } }

/*-------- Блок тарифы на странице тарифов-------*/
#blockTarif.blockTarifPage {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0; }

#blockTarif.blockTarifPage .itemTarif {
  border: 1px solid #dcdcdc;
  padding: 20px; }

#blockTarif.blockTarifPage .itemTarif .textTarif {
  margin-bottom: 25px; }

#blockTarif.blockTarifPage .priceTarif {
  color: #000; }

#blockTarif .listTarif {
  list-style: none;
  padding: 0 10%; }

#blockTarif .listTarif li {
  font-size: 13px;
  text-align: left; }

#blockTarif .listTarif span {
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle; }

#blockTarifPage .item {
  -webkit-border-radius: 6px;
          border-radius: 6px;
  max-width: 272px;
  margin-right: 17px;
  border: 3px dashed transparent;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#blockTarifPage .item:first-child, #blockTarifPage .item:hover {
  border: 3px dashed #37b44a;
  background: #fff; }

#blockTarifPage .item:last-child {
  margin-right: 0; }

#blockTarifPage .item .itemTarif {
  padding: 30px 0; }

#blockTarifPage .nameTarif {
  font-family: Intro;
  font-size: 20px;
  margin-bottom: 28px; }

#blockTarifPage .textTarif {
  font-size: 16px;
  margin-bottom: 30px; }

#blockTarifPage .priceTarif {
  font-family: Intro;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 33px;
  color: #37b44a; }

#blockTarifPage .priceTarif .num {
  font-size: 40px; }

#blockTarifPage .descTerif {
  text-align: left;
  list-style: none;
  margin: 0; }

#blockTarifPage .descTerif li:before {
  content: "";
  width: 20px;
  height: 15px;
  background: url(/web_frontend/static/img/new_design/list_7_16.png) no-repeat;
  display: inline-block; }

#blockTarifPage p.primech {
  font-size: 10px !important;
  margin: 0;
  margin-top: 25px; }

.blockTarifList {
  padding: 0 15px;
  margin-bottom: 40px; }

.surpriseTarifPage {
  border: 2px dashed #2a68b2;
  -webkit-border-radius: 80px;
          border-radius: 80px;
  display: block;
  width: 100%; }

.surpriseTarifPage .presentImg {
  text-align: right;
  padding: 25px;
  padding-top: 30px; }

.surpriseTarifPage .presentText {
  text-align: left;
  padding: 0;
  color: #333; }

.surpriseTarifPage .presentText p {
  font-family: Intro;
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 30px; }

.surpriseTarifPage .presentText-descr {
  font-size: 18px; }

/* Таблица тарифов */
.table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  width: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 1px solid #dfe3e8; }

.table__row:first-child {
  border-top: 1px solid #dfe3e8; }

.table__row.table__row--first {
  border-color: transparent;
  background: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.table__row.table__row--first:last-child .table__cell_head {
  padding: 15px; }

.table__row.table__row--first.fixed {
  border-bottom: 1px solid #dee3e8;
  margin-bottom: 40px;
  z-index: 2; }

.table__row.table__row--first:not(.table__row--hover):hover {
  background: #fff; }

.table__row.table__row--hover, .table__row:hover {
  background: #f3f6fa; }

.blockTarifPage-table .table__row:not(.table__row--first):hover {
  cursor: pointer; }

.table__body .table__row:first-child .table__cell, .table__cell_head .version__name {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .3px; }

.table__row--first .table__cell_head {
  font-weight: 400;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 20px; }

.table__row--first .table__cell_head:first-child span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 16px; }

.table__row--first .table__cell_head {
  border-top: 1px solid #dfe3e8; }

.table__cell_head .version {
  max-height: 70px; }

.table__cell_head .version__price {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1;
  color: #24243b; }

.table__cell_head .version__price .currency-mark {
  font-size: 23px; }

.table__cell {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  position: relative;
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  border-left: 1px solid #dfe3e8;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease; }

.table__cell:last-child {
  border-right: 1px solid #dfe3e8; }

.table__cell:nth-child(1) {
  width: 36%;
  padding-left: 20px;
  background: 0 0; }

.table__cell:nth-child(n+2) {
  width: 16%;
  text-align: center; }

.blockTarifPage-table__tabs {
  display: none; }

.table__cell.hover {
  background: rgba(0, 0, 0, 0.01); }

@media all and (max-width: 991px) {
  .table__cell_head .version__price {
    font-size: 28px; }
  .table__cell {
    padding: 7px; } }

@media all and (max-width: 768px) {
  .table__row--first .table__cell_head {
    font-size: 17px; }
  .table__cell_head .version__price {
    font-size: 26px; } }

@media all and (max-width: 750px) {
  .table__cell:nth-child(1) {
    width: 50%; }
  .table__cell:nth-child(n+3) {
    display: none; }
  .table__cell.table__cell--hide {
    display: none; }
  .table__cell.table__cell--show {
    display: table-cell; }
  .table__cell:nth-child(n+2) {
    width: 50%;
    border-right: 1px solid #dfe3e8; }
  .planTarif-list .planTarif-list__btn {
    display: block;
    background: 0 0;
    border: none;
    width: 100%;
    padding: 7px;
    border-top: 1px solid #dfe3e8;
    border-bottom: 1px solid #dfe3e8;
    cursor: pointer;
    outline: 0;
    color: rgba(0, 0, 0, 0.75);
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s; }
  .planTarif-list .planTarif-list__btn.planTarif-list__btn--active, .planTarif-list .planTarif-list__btn:hover {
    background: #03bb64;
    color: #fff; } }

@media all and (max-width: 641px) {
  .table__cell_head .version__price {
    font-size: 22px; } }

@media all and (max-width: 481px) {
  .blockTarifPage-table .table__cell {
    font-size: 14px;
    width: 40%; }
  .blockTarifPage-table .table__cell:nth-child(1) {
    width: 60%;
    word-break: break-word;
    padding-left: 10px; }
  .blockTarifPage-table .table__cell_head .version__price {
    font-size: 17px; }
  .table__cell_head .version__price {
    font-size: 15px; }
  .table__cell_head .version__price .currency-mark {
    font-size: 15px; }
  .table__row--first .table__cell_head {
    padding: 0; }
  .table__row.table__row--first:last-child .table__cell_head {
    padding: 7px; } }

/* Подсказки страницы тарифов */
.tooltip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }

.tooltip .tooltiptext {
  visibility: hidden;
  opacity: 0;
  width: 305px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

.tooltip .tooltiptext {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 150%; }

.tooltip .tooltiptext::before {
  content: '';
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  left: -15px;
  top: 0; }

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent; }

.icon {
  display: inline-block;
  height: 1em;
  width: .8em;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.tooltip .pricing-plan__tooltip-icon {
  position: static;
  vertical-align: middle;
  width: 16px; }

@media all and (max-width: 480px) {
  .tooltip .tooltiptext {
    top: auto;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: 0;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent; }
  .tooltip .tooltiptext::before {
    content: '';
    display: block;
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    top: 100%; } }

@media all and (max-width: 460px) {
  .tooltip {
    position: static; }
  .tooltip .tooltiptext {
    top: auto;
    bottom: 100%;
    left: -5%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0); } }

/* Икони в таблице тарифов */
.table__cell svg {
  display: inline-block;
  vertical-align: middle; }

.table__cell .svg-icon-pricing {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.thumb-info:hover .thumb-info-action {
  opacity: 1; }

.thumb-info .thumb-info-action {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: rgba(36, 27, 28, 0.6);
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  font-size: 50px; }

.thumb-info-action-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.thumb-info .thumb-info-inner {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: block;
  white-space: nowrap; }

.thumb-info .thumb-info-title {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: #099;
  bottom: 10%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  left: 0;
  letter-spacing: -1px;
  padding: 9px 11px 9px;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  z-index: 1; }

.thumb-info .thumb-info-type {
  background-color: #dd0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: #000;
  float: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 8px -2px -15px -2px;
  padding: 2px 9px;
  text-transform: none; }

.thumb-info img {
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  position: relative; }

.thumb-info:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }

.thumb-info-caption {
  padding: 10px 0; }

.thumb-info-caption div {
  color: #099;
  cursor: pointer;
  padding-top: 5px; }

.thumb-info-caption div:hover {
  text-decoration: underline; }

.thumb-info-caption p {
  font-size: .9em;
  line-height: 20px;
  margin: 0 0 8px;
  padding-top: 5px; }

/*  */
ul.portfolio-list {
  list-style: none;
  padding: 0; }

ul.portfolio-list .isotope-item {
  z-index: 1; }

ul.portfolio-list .portfolio-item {
  margin-bottom: 35px; }

ul.portfolio-list .portfolio-item .thumb-info + a {
  display: block;
  margin: 10px 0 0 0;
  font-size: 18px; }

ul.portfolio-list .portfolio-item .portfolio-item__action {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease; }

ul.portfolio-list .portfolio-item:hover .portfolio-item__action {
  visibility: visible;
  background: rgba(0, 0, 0, 0.7); }

ul.portfolio-list .portfolio-item .portfolio-item__link {
  position: relative;
  display: block;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden; }

.portfolio-item .portfolio-item__action .portfolio-item__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.portfolio-item .portfolio-item__action .portfolio-item__btn svg {
  fill: #fff;
  width: 50px;
  height: 50px; }

ul.portfolio-list .portfolio-item:hover .portfolio-item__btn {
  opacity: 1; }

ul.team-list {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.team-list .team-item {
  margin-bottom: 35px; }

ul.team-list .team-item .thumb-info-social-icons {
  margin: 0 10px; }

.portfolio-modal .portfolio-modal__title {
  margin: 0;
  padding-top: 25px;
  margin-bottom: 7px; }

.portfolio-modal .portfolio-modal__link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px; }

.platform-portfolio-modal .portfolio-modal__descr {
  margin-bottom: 15px; }

.portfolio-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.portfolio-modal .portfolio-modal__img-wrap {
  width: 65%;
  padding-left: 15px; }

.portfolio-modal .portfolio-modal__descr {
  max-width: 330px;
  padding: 0 10px;
  margin-left: 20px;
  color: #fff;
  text-align: left; }

.portfolio-modal .portfolio-modal__navigation {
  height: 45px;
  width: 100%;
  position: relative; }

.portfolio-modal .portfolio-modal__navigation .fancybox-button {
  background: #30373b; }

.portfolio-modal .portfolio-modal__navigation .fancybox-button:not(:last-child) {
  margin-right: 15px; }

.portfolio-modal .portfolio-modal__img {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
      transform: scale(0.9); }

.portfolio-modal .portfolio-modal__img.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1); }

.portfolio-modal .portfolio-modal__action {
  margin-top: 60px; }

.portfolio-modal .portfolio-modal__action-text {
  display: block;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px; }

/* Fancybox */
.portfolio.fancybox-container .fancybox-content {
  overflow-x: hidden; }

.portfolio.fancybox-container.portfolio .fancybox-navigation {
  display: none; }

.portfolio .fancybox-stage .fancybox-content {
  padding: 0;
  background: 0 0; }

.portfolio.fancybox-container .fancybox-caption:after {
  display: none; }

.portfolio .fancybox-stage .fancybox-close-small svg {
  fill: transparent;
  opacity: 1;
  stroke: #fff;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
      transform: scale(1.4); }

.portfolio.fancybox-container .fancybox-caption, .portfolio.fancybox-container .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s,visibility 0s;
  -o-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
  visibility: visible; }

.portfolio.fancybox-container.fancybox-is-open .fancybox-bg {
  opacity: .97; }

@media all and (max-width: 991px) {
  .portfolio-modal {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .portfolio-modal .portfolio-modal__img-wrap {
    width: 75%;
    padding-left: 0;
    margin: 60px auto 0; }
  .portfolio-modal .portfolio-modal__descr {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    margin: 0 auto; } }

@media all and (max-width: 481px) {
  .portfolio-modal .portfolio-modal__img-wrap {
    width: 95%; } }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  -webkit-border-radius: 6px;
          border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.thumb-info {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  max-width: 100%; }

.img-thumbnail {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  position: relative; }

/*------ Блок мы------*/
.aboutUs-list {
  margin-bottom: 40px; }

.aboutUs-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.itemUs {
  height: 100%;
  padding: 40px 20px;
  color: #000;
  text-align: center;
  font-size: 20px;
  background: #fff;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 10px;
          border-radius: 10px; }

.itemUs .numUs {
  font-weight: 700;
  font-family: Ubuntu;
  font-size: 50px;
  line-height: 1;
  color: #00ab5a;
  text-transform: none;
  margin-bottom: 20px; }

.itemUs .numUs span {
  font-size: 24px; }

.itemUs .shortnumUs {
  font-size: 16px; }

/*------ Наши контакты------*/
.blockContacts .image {
  margin-bottom: 25px; }

.blockContacts .title {
  font-weight: 700; }

/* О нас */
.aboutUs-intro {
  margin-bottom: 40px; }

.aboutUs-intro__text p {
  font-size: 16px;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 20px;
  text-indent: 15px; }

.aboutUs-intro__text p:last-child {
  margin-bottom: 0; }

.aboutUs-intro__img img {
  display: block;
  margin: auto;
  max-width: 315px; }

.blockIntro {
  margin-bottom: 15px; }

.blockIntro .item {
  padding: 20px;
  background: #fff;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 10px;
          border-radius: 10px; }

.blockIntro .item + p {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0; }

.blockIntro li {
  font-size: 16px; }

.blockIntro h3 {
  font-weight: 400;
  color: #00ab5a;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px; }

.blockIntro .blockIntro-list {
  list-style: none;
  text-align: left;
  padding-left: 15px; }

.blockIntro .blockIntro-list li {
  position: relative;
  font-size: 16px;
  font-weight: 400; }

.blockIntro .blockIntro-list li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #000;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -11px; }

.connect-block {
  margin-bottom: 35px; }

.connect-block .connect-block__item {
  padding: 20px;
  background: #fff;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  text-align: center; }

.connect-block .connect-block__item p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px; }

.connect-block .connect-block__link {
  display: inline-block;
  color: #00ab5a;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; }

.aboutUs-text {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 21px; }

.aboutUs-text p {
  margin-top: 0;
  margin-bottom: 20px;
  text-indent: 15px; }

.aboutUs-text p:last-child {
  margin-bottom: 0; }

.blokCMSMAG {
  display: block;
  margin-bottom: 50px;
  width: 100%;
  padding: 25px 10px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 50px rgba(36, 36, 59, 0.15);
  box-shadow: 0 0 50px rgba(36, 36, 59, 0.15); }

.blokCMSMAG p {
  padding: 0;
  margin: 0;
  font-size: 21px;
  line-height: 24px;
  color: #3d3493;
  margin-bottom: 10px; }

.blokCMSMAG span {
  color: #000;
  font-size: 16px;
  line-height: 18px; }

.itemTech .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px; }

.itemTech .title + span {
  font-size: 18px; }

.itemTech .itemTech--requisite {
  font-weight: 600;
  font-size: 14px; }

.blockAfterGen .aboutUs-text {
  margin-top: 30px; }

.blockContacts .itemTech--requisite {
  margin-top: 22px; }

@media all and (max-width: 1199px) {
  .aboutUs-list .itemUs {
    padding: 40px 15px; } }

@media all and (max-width: 991px) {
  .aboutUs-list .item {
    margin-bottom: 30px; }
  .aboutUs-list {
    margin-bottom: 40px; }
  .aboutUs-intro .aboutUs-intro-img {
    text-align: center; }
  .aboutUs-intro__img {
    margin-bottom: 15px; }
  .aboutUs-intro__img img {
    max-width: 240px; } }

@media all and (max-width: 768px) {
  .aboutUs-list .itemUs {
    padding: 23px 15px;
    max-width: 100%; } }

@media all and (max-width: 481px) {
  .aboutUs-list {
    margin-bottom: 20px; } }

@media all and (max-width: 381px) {
  .aboutUs-intro__img img {
    max-width: 100%; } }

/* Страница Вакансии */
#blockVacansyPage .vacansyBlock {
  border: 1px solid #dcdcdc;
  background: #fff;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  margin: 0 0 15px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#blockVacansyPage .vacansyBlock:hover {
  border: 1px solid #00ab5a; }

#blockVacansyPage .vacansyBlock > a {
  color: #000;
  position: relative;
  display: block;
  padding: 22px 20px;
  font-size: 18px; }

#blockVacansyPage .vacansyText {
  padding: 0 20px; }

#blockVacansyPage .vacansyBlock:hover > a {
  color: #00ab5a; }

#blockVacansyPage .vacansyBlock .btn--big {
  color: #fff;
  border: none;
  font-size: 19px; }

#blockVacansyPage .blockVacansy-text p {
  font-size: 16px;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 20px;
  text-indent: 15px; }

.blockVacansy-text {
  margin-bottom: 35px; }

#blockVacansyPage .blockVacansy-text p:last-child {
  margin-bottom: 0; }

#blockFaqPage h2 {
  font-size: 35px;
  color: #000;
  text-align: center;
  font-family: Intro;
  font-weight: 400;
  line-height: 40px; }

.support-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

.support-list.support-list--vacancies {
  max-width: 700px;
  margin: auto; }

.support-list .support-list__item {
  text-align: center; }

.support-list .support-list__img {
  margin-bottom: 18px; }

.support-list .support-list__name {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 10px; }

.support-list .support-list__link {
  color: #00ab5a;
  font-size: 16px;
  line-height: 18px;
  position: relative;
  display: inline-block; }

.support-list .support-list__link.support-list__link--no-line::after {
  display: none; }

.support-list .support-list__link::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #00ab5a;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.support-list .support-list__link:hover::after {
  background: 0 0; }

.support-list .support-list__text {
  font-size: 14px;
  margin-bottom: 0; }

.support-text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 50px; }

/*------ Блок тарифы------*/
#blockTarif.unicDesign {
  padding-top: 100px;
  padding-bottom: 100px; }

#blockTarif.unicDesign {
  background: #2c9af4;
  background: -webkit-linear-gradient(45deg, #2c9af4 0, #4743b7 24%, #3d3491 50%, #7d53b5 82%, #a560b4 100%);
  background: -o-linear-gradient(45deg, #2c9af4 0, #4743b7 24%, #3d3491 50%, #7d53b5 82%, #a560b4 100%);
  background: linear-gradient(45deg, #2c9af4 0, #4743b7 24%, #3d3491 50%, #7d53b5 82%, #a560b4 100%); }

#blockTarif.unicDesign .container {
  position: relative;
  z-index: 2;
  padding: 0; }

#blockTarif.section .section__text {
  margin-bottom: 20px; }

#blockTarif.unicDesign .blockTarif-list {
  margin-bottom: 40px; }

#blockTarif.unicDesign .itemTarif {
  height: 100%;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #000;
  text-align: left;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

#blockTarif.unicDesign .nameTarif {
  margin-bottom: 25px;
  font-size: 21px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Ubuntu,sans-serif;
  text-align: left; }

#blockTarif.unicDesign .itemTarif .descTarif {
  margin: 0;
  margin-bottom: 30px; }

#blockTarif.unicDesign .itemTarif .priceTarif .num {
  font-size: 30px; }

#blockTarif.unicDesign .itemTarif .priceTarif {
  margin-bottom: 7px;
  font-family: Ubuntu,sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #00ab5a;
  text-transform: none;
  margin-bottom: 0;
  margin-top: auto; }

#blockTarif.unicDesign .itemTarif .shortTarif {
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1; }

#blockTarif.unicDesign .shortTarif span {
  font-size: 15px; }

#blockTarif.unicDesign .itemTarif .textTarif {
  font-size: 16px; }

#blockTarif.unicDesign .itemTarif .textTarif b {
  font-weight: 100; }

#blockTarif.unicDesign .presentImg, #blockTarif.unicDesign .presentText {
  color: #fff;
  font-size: 18px; }

#blockTarif.unicDesign .presentImg {
  text-align: right;
  padding: 10px;
  padding-right: 3px; }

#blockTarif.unicDesign .presentText p {
  text-align: center; }

#blockTarif.unicDesign .blockTarif-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

#blockTarif.unicDesign .listTarif {
  list-style: disc;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  margin-bottom: 30px; }

#blockTarif.unicDesign .listTarif li {
  font-size: 14px; }

@media (max-width: 1199px) {
  #blockTarif.unicDesign .itemTarif .priceTarif .num {
    font-size: 25px; } }

@media (max-width: 991px) {
  #blockTarif.unicDesign .blockTarif-list .row-flex {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }

@media (max-width: 768px) {
  #blockTarif.unicDesign .container {
    padding: 0 15px; } }

@media (max-width: 481px) {
  #blockTarif.unicDesign .blockTarif-list .item {
    max-width: 100%; } }

/*------ Блок поможем и обучим------*/
#unicDesign .unicDesign-list {
  list-style: none;
  padding: 0; }

#unicDesign .unicDesign-list__item:first-child {
  margin-top: 40px; }

#unicDesign .unicDesign-list__item:last-child {
  margin-bottom: 0; }

#unicDesign .unicDesign-list__item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

#unicDesign .unicDesign-list__img {
  max-width: 136px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0; }

#unicDesign .unicDesign-list li:nth-child(even) .unicDesign-list__img {
  margin-left: 25px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

#unicDesign .unicDesign-list li:nth-child(odd) .unicDesign-list__img {
  margin-right: 25px; }

#unicDesign .unicDesign-list .unicDesign-list__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
  padding-right: 50px; }

#unicDesign .unicDesign-list .unicDesign-list__text-title {
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 12px; }

#unicDesign .unicDesign-list .unicDesign-list__text p {
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3; }

#unicDesign .unicDesign-list .unicDesign-list__item:nth-child(2) p,
#unicDesign .unicDesign-list .unicDesign-list__item:nth-child(4) p {
  text-align: right; }

#unicDesign .unicDesign-list .unicDesign-list__item:nth-child(2),
#unicDesign .unicDesign-list .unicDesign-list__item:nth-child(4) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right; }

.sprite-unicDesign {
  display: inline-block;
  vertical-align: middle; }

.no-webp .sprite-unicDesign {
  background-image: url(/web_frontend/static/img/new_design/unicDesign/sprite-unicDesign.png);
  background-position: left center;
  background-repeat: no-repeat; }

.webp .sprite-unicDesign {
  background-image: url(/web_frontend/static/img/new_design/unicDesign/sprite-unicDesign.webp);
  background-position: left center;
  background-repeat: no-repeat; }

.sprite-unicDesign.icon_1 {
  background-position: 0 0;
  width: 146px;
  height: 136px; }

.sprite-unicDesign.icon_2 {
  background-position: -147px 0;
  width: 163px;
  height: 137px; }

.sprite-unicDesign.icon_3 {
  background-position: -311px 0;
  width: 146px;
  height: 137px; }

@media (max-width: 991px) {
  #unicDesign .unicDesign-list .unicDesign-list__text {
    padding-right: 0;
    text-align: center; }
  #unicDesign .unicDesign-list__img {
    max-width: 100px;
    margin-bottom: 20px; }
  #unicDesign .unicDesign-list li:nth-child(odd) .unicDesign-list__img {
    margin-right: 0; }
  #unicDesign .unicDesign-list li:nth-child(even) .unicDesign-list__img {
    margin-left: 0; }
  #unicDesign .unicDesign-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
  #unicDesign .unicDesign-list .unicDesign-list__item:nth-child(2) p,
  #unicDesign .unicDesign-list .unicDesign-list__item:nth-child(4) p,
  #unicDesign .unicDesign-list .unicDesign-list__text p {
    text-align: center; }
  #unicDesign .unicDesign-list li:nth-child(even) .unicDesign-list__img {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; } }

/*------ Блок 4 шага------*/
#howItWork .container {
  position: relative;
  z-index: 2; }

#howItWork {
  padding: 0; }

#howItWork .section__text {
  text-align: center;
  color: #fff; }

#howItWork .step-list {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

#howItWork .step-list .step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #000;
  height: 90px;
  padding: 15px 10px;
  width: 100%;
  max-width: 870px;
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  font-size: 22px;
  line-height: 24px;
  border: 1px solid #dcdcdc; }

#howItWork .step-list .step-item:nth-child(1), #howItWork .step-list .step-item:nth-child(3) {
  float: left; }

#howItWork .step-list .step-item:nth-child(2), #howItWork .step-list .step-item:nth-child(4) {
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

#howItWork .step-list .step-item:nth-child(2) .cifrSpan, #howItWork .step-list .step-item:nth-child(4) .cifrSpan {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
          order: 1; }

#howItWork .step-list .step-item:last-child {
  margin-bottom: 0; }

#howItWork .step-list .step-item .cifrSpan {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px;
  font-size: 49px;
  line-height: 38px;
  font-weight: 700;
  font-family: Ubuntu,sans-serif; }

#howItWork .step-list .step-item:nth-child(1) .cifrSpan {
  color: #1967b4; }

#howItWork .step-list .step-item:nth-child(2) .cifrSpan {
  color: #3f3d97; }

#howItWork .step-list .step-item:nth-child(3) .cifrSpan {
  color: #1852a6; }

#howItWork .step-list .step-item:nth-child(4) .cifrSpan {
  color: #493794; }

#howItWork .step-list .step-item:nth-child(5) .cifrSpan {
  color: #493794; }

#howItWork .step-list .step-item .nameSpan {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 400;
  color: #000; }

@media all and (max-width: 991px) {
  #howItWork .row li {
    height: auto; }
  #howItWork .step-list {
    margin-bottom: 38px; }
  #howItWork .step-list .step-item {
    max-width: 615px;
    height: auto;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  #howItWork .step-list .step-item:nth-child(2), #howItWork .step-list .step-item:nth-child(4) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  #howItWork .step-list .step-item:nth-child(2) .cifrSpan, #howItWork .step-list .step-item:nth-child(4) .cifrSpan {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0; }
  #howItWork .step-list .step-item:nth-child(2) .cifrSpan {
    color: #1952a5; }
  #howItWork .step-list .step-item:nth-child(4) .cifrSpan {
    color: #2e49a0; } }

@media all and (max-width: 768px) {
  #howItWork {
    padding: 64px 0 0 0; } }

@media all and (max-width: 481px) {
  #howItWork .step-list {
    padding: 0; }
  #howItWork .step-list .step-item {
    margin-bottom: 20px; }
  #howItWork .step-list .step-item:nth-child(2) .cifrSpan, #howItWork .step-list .step-item:nth-child(4) .cifrSpan {
    float: none;
    margin-right: 15px; }
  #howItWork .step-list .step-item:nth-child(2), #howItWork .step-list .step-item:nth-child(4) {
    text-align: left; }
  #howItWork .step-list .step-item .cifrSpan {
    margin-right: 15px; }
  #howItWork .step-list .step-item:nth-child(odd) .cifrSpan {
    margin-left: 15px; }
  #howItWork .step-list .step-item:nth-child(even) .cifrSpan {
    margin-right: 15px;
    margin-left: 15px; }
  #howItWork .step-list .step-item .nameSpan {
    font-size: 18px;
    padding-left: 10px; } }

@media all and (max-width: 381px) {
  #howItWork .step-list .step-item .nameSpan {
    font-size: 17px; } }

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.form__col._left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 54%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.form__col._right {
  margin-left: 30px;
  width: -webkit-calc(46% - 30px);
  width: calc(46% - 30px); }

.form__col._left .form__block {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px); }

.form .form__textarea {
  resize: none; }

.form .form__block {
  margin-bottom: 10px;
  text-align: center; }

.form .form__block .form__textarea {
  height: 140px; }

.form .form__block .form__input {
  height: 59px; }

.form .form__block .form__input,
.form .form__block .form__textarea {
  width: 100%;
  padding: 18px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  outline: 0;
  -webkit-transition: border .3s ease;
  -o-transition: border .3s ease;
  transition: border .3s ease;
  font-family: "Open Sans",Arial,sans-serif; }

.form .form__block .form__textarea:focus,
.form .form__block .form_input:focus {
  border-color: #333; }

.form .form__button {
  margin-top: 40px; }

@media (max-width: 991px) {
  .form__col._left .form__block {
    width: -webkit-calc(50% - 7.5px);
    width: calc(50% - 7.5px); }
  .form__col._left {
    width: 100%; }
  .form__col._right {
    margin-left: 0;
    width: 100%; } }

@media (max-width: 481px) {
  .form__col._left .form__block {
    width: 100%; }
  .form .form__button {
    margin-top: 20px; } }

/*-----Блок Мы----*/
#whyMe {
  background: #fff; }

#whyMe .whyMe-list {
  max-width: 1050px;
  margin: auto; }

#whyMe .whyMe-item {
  padding: 0;
  margin-bottom: 40px; }

#whyMe .whyMe-item .whyMe-image {
  margin: 0 auto 15px;
  text-align: center; }

#whyMe .whyMe-item .whyMe-title {
  text-align: center;
  font-size: 16px; }

#whyMe .whyMe-item .whyMe-title span {
  font-size: 21px; }

/*---Блок калькулятор--*/
.calcRevenue {
  max-width: 1595px;
  margin: auto; }

.calcRevenue .calcRevenue__steps {
  float: left;
  width: 50%; }

.calcRevenue .calcRevenue__steps-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.calcRevenue .calcRevenue__item {
  margin-bottom: 15px;
  margin-left: 1px;
  padding: 26px 0;
  padding-left: 25px;
  font-size: 21px;
  border-left: 7px solid #cacaca; }

.calcRevenue .calcRevenue__item.one {
  border-color: #f3310c !important; }

.calcRevenue .calcRevenue__item.two {
  border-color: #f7971e !important; }

.calcRevenue .calcRevenue__item.three {
  border-color: #ffd03c !important; }

.calcRevenue .calcRevenue__item.four {
  border-color: #03bb64 !important; }

.calcRevenue .calcRevenue__item:last-child {
  margin-bottom: 0;
  color: #03bb64; }

.calcRevenue .calcRevenue__form-calc {
  float: right;
  width: 50%; }

.calcRevenue .calcRevenue__form-calc .calcRevenue__item {
  display: none;
  float: right;
  border-right: 7px solid #cacaca;
  border-left: 0;
  padding-right: 15px;
  clear: both; }

.calcRevenue .calcRevenue__form-wrap {
  height: 75px;
  position: relative;
  display: block;
  float: right;
  clear: both;
  padding: 15px;
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
  text-align: right; }

.calcRevenue .calcRevenue__form-wrap:last-child {
  margin-bottom: 0; }

.calcRevenue .calcRevenue__form-wrap::before {
  position: absolute;
  top: 0;
  right: 100%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 70px 75px 0;
  border-top-color: transparent;
  border-right-color: #f3310c;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.calcRevenue .calcRevenue__form-wrap.two::before {
  border-right-color: #f7971e; }

.calcRevenue .calcRevenue__form-wrap.three::before {
  border-right-color: #ffd03c; }

.calcRevenue .calcRevenue__form-wrap.four::before {
  border-width: 0 0 75px 70px;
  border-color: transparent transparent #03bb64 transparent; }

.calcRevenue .calcRevenue__form-wrap--start {
  padding: 10px; }

.calcRevenue .calcRevenue__form-wrap--start span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 21px;
  margin-right: 45px; }

.calcRevenue__form-wrap--start .calcRevenue__form-input-wrap:after {
  content: '';
  display: block;
  width: 1px;
  height: 83%;
  position: absolute;
  background: #fff;
  z-index: 1;
  top: 10%;
  left: 188px;
  -webkit-animation: fadeInFromNone 1s infinite;
  animation: fadeInFromNone 1s infinite; }

.calcRevenue__form-input-wrap.focus:after {
  background: rgba(0, 0, 0, 0); }

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  60% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

.calcRevenue .calcRevenue__form-wrap--start .calcRevenue__form-input-wrap {
  max-width: 285px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 100%; }

.calcRevenue .calcRevenue__form-wrap--start .calcRevenue__form-input {
  background: rgba(255, 255, 255, 0.5);
  padding: 6px;
  height: 100%; }

.calcRevenue .calcRevenue__form-wrap--start .calcRevenue__form-input-wrap::before {
  position: absolute;
  top: 0;
  right: 100%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 55px 0;
  border-top-color: transparent;
  border-right-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: transparent;
  border-left-color: transparent; }

.calcRevenue .calcRevenue__form-wrap--total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 94px; }

.calcRevenue .calcRevenue__form-wrap--total .calcRevenue__form-input {
  font-size: 32px;
  line-height: 1;
  max-width: 100%; }

.calcRevenue .calcRevenue__form-wrap--total .rub-sign {
  color: #fff;
  font-size: 26px;
  line-height: 1;
  margin-left: 6px; }

.calcRevenue .calcRevenue__form-wrap--total .calcRevenue__form-input.biglength {
  font-size: 26px;
  line-height: 42px; }

.calcRevenue .calcRevenue__form-wrap.one {
  background: #f3310c; }

.calcRevenue .calcRevenue__form-wrap.two {
  background: #f7971e; }

.calcRevenue .calcRevenue__form-wrap.three {
  background: #ffd03c; }

.calcRevenue .calcRevenue__form-wrap.four {
  background: #03bb64; }

.calcRevenue .calcRevenue__form-wrap.one {
  max-width: 465px; }

.calcRevenue .calcRevenue__form-wrap.two {
  max-width: 385px; }

.calcRevenue .calcRevenue__form-wrap.four, .calcRevenue .calcRevenue__form-wrap.three {
  max-width: 310px; }

.calcRevenue__form-input {
  max-width: 285px;
  height: 100%;
  display: inline-block;
  font-size: 41px;
  line-height: 1;
  background: 0 0;
  border: none;
  text-align: center;
  color: #fff;
  outline: 0;
  font-family: Ubuntu,sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0; }

@media all and (max-width: 1199px) {
  .calcRevenue .calcRevenue__item {
    padding-left: 15px; }
  .calcRevenue .calcRevenue__form-wrap.one {
    max-width: 515px; }
  .calcRevenue .calcRevenue__form-wrap.two {
    max-width: 395px; }
  .calcRevenue .calcRevenue__form-wrap.four, .calcRevenue .calcRevenue__form-wrap.three {
    max-width: 320px; }
  .calcRevenue .calcRevenue__form-wrap--total .calcRevenue__form-input.biglength {
    font-size: 40px; } }

@media all and (max-width: 991px) {
  .calcRevenue .calcRevenue__form-calc {
    margin-bottom: 15px; }
  .calcRevenue .calcRevenue__form-calc, .calcRevenue .calcRevenue__steps {
    width: 100%;
    float: none; }
  .calcRevenue .calcRevenue__steps {
    display: none; }
  .calcRevenue .calcRevenue__form-calc .calcRevenue__item {
    display: block; }
  .calcRevenue .calcRevenue__item {
    padding: 15px 0; } }

@media all and (max-width: 768px) {
  .calcRevenue .calcRevenue__form-wrap.one {
    max-width: 475px; } }

@media all and (max-width: 641px) {
  .calcRevenue .calcRevenue__form-wrap--total .calcRevenue__form-input.biglength {
    font-size: 27px; }
  .calcRevenue .calcRevenue__form-wrap.one {
    max-width: 395px; }
  .calcRevenue .calcRevenue__form-wrap.two {
    max-width: 320px; }
  .calcRevenue .calcRevenue__form-wrap.four, .calcRevenue .calcRevenue__form-wrap.three {
    max-width: 245px; }
  .calcRevenue__form-input {
    max-width: 100% !important; }
  .calcRevenue .calcRevenue__form-wrap--start .calcRevenue__form-input, .calcRevenue .calcRevenue__form-wrap--start .calcRevenue__form-input-wrap, .calcRevenue .calcRevenue__form-wrap.two .calcRevenue__form-input {
    max-width: 240px; }
  .calcRevenue .calcRevenue__form-wrap--total .calcRevenue__form-input, .calcRevenue__form-input {
    font-size: 30px;
    line-height: 45px; }
  .calcRevenue .calcRevenue__form-wrap {
    height: 80px;
    max-width: 100% !important; }
  .calcRevenue .calcRevenue__form-wrap::before {
    border-width: 0 50px 80px 0;
    display: none; }
  .calcRevenue .calcRevenue__form-wrap.four::before {
    border-width: 0 0 80px 50px; }
  .calcRevenue .calcRevenue__form-wrap--start .calcRevenue__form-input-wrap::before {
    border-width: 0 30px 60px 0;
    display: none; }
  .calcRevenue .calcRevenue__form-wrap--total img.rub-sign {
    max-width: 25px; }
  .calcRevenue .calcRevenue__item {
    padding-left: 15px; } }

@media all and (max-width: 481px) {
  .calcRevenue .calcRevenue__form-wrap.one {
    max-width: 340px; }
  .calcRevenue .calcRevenue__form-wrap.two {
    max-width: 285px; }
  .calcRevenue .calcRevenue__form-wrap.four, .calcRevenue .calcRevenue__form-wrap.three {
    max-width: 230px; }
  .calcRevenue .calcRevenue__form-wrap--start .calcRevenue__form-input, .calcRevenue .calcRevenue__form-wrap--start .calcRevenue__form-input-wrap, .calcRevenue .calcRevenue__form-wrap.two .calcRevenue__form-input {
    max-width: 180px; }
  .calcRevenue .calcRevenue__form-wrap--start span {
    margin-right: 10px; }
  .calcRevenue .calcRevenue__item {
    padding: 5px 0;
    font-size: 18px;
    text-align: right; }
  .calcRevenue .calcRevenue__form-wrap {
    padding: 7px;
    height: 60px; }
  .calcRevenue .calcRevenue__form-wrap--total {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center; } }

@media all and (max-width: 381px) {
  .calcRevenue .calcRevenue__form-wrap--start .calcRevenue__form-input, .calcRevenue .calcRevenue__form-wrap--start .calcRevenue__form-input-wrap, .calcRevenue .calcRevenue__form-wrap.two .calcRevenue__form-input {
    max-width: 158px; }
  .calcRevenue .calcRevenue__form-wrap.one {
    max-width: 295px; }
  .calcRevenue .calcRevenue__form-wrap.two {
    max-width: 260px; }
  .calcRevenue .calcRevenue__form-wrap.four, .calcRevenue .calcRevenue__form-wrap.three {
    max-width: 225px; }
  .calcRevenue .calcRevenue__form-wrap::before {
    border-width: 0 30px 80px 0; }
  .calcRevenue .calcRevenue__form-wrap.four::before {
    border-width: 0 0 80px 35px; } }

@media all and (max-width: 320px) {
  .calcRevenue .calcRevenue__item {
    font-size: 20px; }
  .calcRevenue .calcRevenue__form-wrap::before {
    border-width: 0 20px 80px 0; }
  .calcRevenue .calcRevenue__form-wrap--start .calcRevenue__form-input-wrap::before {
    border-width: 0 20px 60px 0; }
  .calcRevenue .calcRevenue__form-wrap--start span {
    font-size: 20px; }
  .calcRevenue .calcRevenue__form-wrap.one {
    max-width: 274px; }
  .calcRevenue .calcRevenue__form-wrap.two {
    max-width: 250px; } }

/*-----Бонусы ---*/
#bonusBlock {
  background: #fff; }

#bonusBlock .bonus-item {
  float: none;
  margin: 0 auto; }

#bonusBlock .bonus-inner {
  height: 100%;
  padding: 25px;
  background: #fff;
  text-align: center; }

#bonusBlock .bonus-inner .bonus-item-descr {
  display: block;
  font-size: 16px; }

#bonusBlock .bonus-inner .bonus-item-descr span {
  display: block;
  font-size: 21px;
  line-height: 36px; }

#bonusBlock .bonus-inner .bonus-item-title {
  display: block;
  color: #00ab5a;
  font-family: Ubuntu,sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 15px; }

#bonusBlock .bonus-inner .bonus-item-title .rub {
  font-family: Calibri;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px; }

/*-----Вывод средств-----*/
#autoMoney .autoMoney-inner {
  height: 100%;
  width: 100%;
  background: #fff;
  padding: 25px; }

#autoMoney .autoMoney-item .autoMoney-item-image {
  text-align: center;
  margin-bottom: 20px; }

#autoMoney .autoMoney-item .autoMoney-item-image-text {
  color: #3d3493;
  font-family: Ubuntu,sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center; }

#autoMoney .autoMoney-item .autoMoney-item-image-text .rub {
  font-family: Calibri;
  font-size: 80px; }

#autoMoney .autoMoney-item img {
  max-width: 100%;
  max-height: 128px; }

#autoMoney .autoMoney-item .autoMoney-item-title {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

/*------Источник------*/
#source {
  padding: 105px 0;
  background: #26b2e7;
  background: -webkit-linear-gradient(315deg, #26b2e7 0, #1653a6 34%, #513391 83%, #8e3b93 100%);
  background: -o-linear-gradient(315deg, #26b2e7 0, #1653a6 34%, #513391 83%, #8e3b93 100%);
  background: linear-gradient(135deg, #26b2e7 0, #1653a6 34%, #513391 83%, #8e3b93 100%); }

#source .container {
  position: relative;
  z-index: 2; }

#source .source-bg {
  position: absolute;
  left: 0;
  right: 0; }

#source .source-bg--top {
  top: -1px; }

#source .source-bg--bottom {
  bottom: 0; }

#source .source-triangle {
  float: left;
  width: 50%;
  max-height: 50px;
  fill: #fff; }

#source .section__text {
  color: #fff;
  font-size: 18px; }

#source .section__text:last-child {
  margin-bottom: 0; }

#source .source-sum {
  font-size: 21px;
  font-weight: 700; }

#source .source-descr {
  font-size: 30px;
  line-height: 45px;
  margin-top: 0; }

#source .source-descr .sourse-invite-text {
  display: block;
  font-size: 22px;
  line-height: 1.3; }

.procentPayment-list {
  max-width: 1096px;
  margin: auto;
  margin-bottom: 40px; }

.procentPayment-list .procentPayment-img {
  text-align: center;
  position: relative; }

.procentPayment-list .procentPayment-img-text {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -45%);
      transform: translate(-50%, -45%);
  color: #000;
  font-size: 18px;
  font-weight: 400; }

.procentPayment-list .procentPayment-img-text span {
  display: block;
  color: #333;
  font-family: Ubuntu,sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 7px; }

.procentPayment-list .procentPayment-text {
  color: #fff;
  text-align: center;
  font-size: 18px; }

.procentPayment-list .procentPayment-numb {
  display: block;
  font-size: 21px;
  line-height: 2;
  font-weight: 400; }

/*----Расчет размера комисионных----*/
#calcSize .calcSize-item {
  text-align: center; }

#calcSize .section__text b {
  font-size: 21px; }

#calcSize .calcSize-item .calcSize-descr {
  display: block;
  font-size: 22px;
  color: #000; }

#calcSize .calcSize-item .calcSize-img {
  margin: 10px 0; }

@media all and (max-width: 481px) {
  #calcSize {
    padding: 30px 15px; }
  #calcSize .calcSize-item .calcSize-title {
    font-size: 28px;
    margin-bottom: 25px; } }

/*-----Методы размещеня-------*/
#methodUrl {
  background: #fff; }

#methodUrl .methodUrl-link {
  color: #3ab058;
  font-size: 21px;
  font-weight: 700; }

#methodUrl .methodUrl-img {
  display: block;
  margin: auto;
  text-align: center; }

/*---------Партнерам-----*/
#partnerRules .partnerRules-list {
  position: relative; }

#partnerRules .partnerRules-list .partnerRules-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 10px;
  padding: 15px 20px;
  color: #000;
  font-size: 16px; }

#partnerRules .partnerRules-list .partnerRules-list__item p {
  margin: auto;
  text-indent: 10px;
  text-align: justify; }

#partnerRules .partnerRules-list .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

/*--------Начните прямо сейчас---------*/
#startNow .startNow-list {
  margin-bottom: 40px; }

#startNow .startNow-item {
  width: 25%;
  position: relative;
  text-align: center; }

#startNow .startNow-item .startNow-image {
  display: block;
  margin-bottom: 30px;
  position: relative; }

#startNow .startNow-item .startNow-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000; }

#startNow .startNow-item:last-child .startNow-title:after {
  display: none; }

#startNow .startNow-separator {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  margin-right: -32px; }

#startNow .startNow-separator svg {
  width: 100%;
  height: 100%; }

#startNow .startNow-separator-item {
  display: inline-block;
  background: #cdcdcd;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

/*---------Партнерам (страница руководство)-----*/
#blockAboutPartner p {
  font-size: 16px;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 20px;
  text-indent: 15px; }

.quote-block {
  display: block;
  width: 100%;
  padding: 10px 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(36, 36, 59, 0.15);
  box-shadow: 0 0 10px rgba(36, 36, 59, 0.15);
  margin-top: 15px; }

.partners-faq__content {
  padding: 0 !important; }

.partners-faq__content .partners-faq__acticle {
  padding: 0 15px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 6px;
          border-radius: 6px; }

.partners-faq__content .partners-faq__acticle:first-child {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0; }

@media all and (max-width: 991px) {
  .sidebar-menu {
    margin-bottom: 40px; }
  .partners-faq__content {
    border: none; }
  .partners-faq__content ol, .partners-faq__content ul {
    padding-left: 15px; } }

.sidebar-menu {
  z-index: 1; }

.sidebar-menu .sidebar-menu__link {
  width: -webkit-calc(100% + 15px);
  width: calc(100% + 15px);
  padding: 8px;
  padding-right: 13px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  border: 1px solid transparent; }

.sidebar-menu__item .active {
  border: 1px solid #dcdcdc;
  position: relative;
  z-index: 1;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px; }

.sidebar-menu__item .active::before {
  content: '';
  position: absolute;
  z-index: 10;
  right: -2px;
  top: 0;
  height: 100%;
  width: 2px;
  background: #fff; }

.sidebar-menu .sidebar-menu__link.active, .sidebar-menu .sidebar-menu__link:hover {
  color: #00ab5a; }

.partners-faq__acticle ul li {
  list-style-type: disc; }

.partners-faq__acticle h5 {
  font-weight: 700;
  font-size: 15px; }

.partners-faq__acticle-title {
  display: none;
  font-size: 18px;
  margin: 0;
  margin-bottom: 20px; }

.partners-faq__acticle-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px; }

.partners-faq__acticle-sub.--marked {
  position: relative;
  font-size: 15px;
  padding-left: 15px;
  margin: 10px 0;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }

.partners-faq__acticle-sub.--marked:hover {
  color: #00ab5a;
  cursor: pointer; }

.partners-faq__acticle-sub.--marked::before {
  position: absolute;
  left: 0;
  top: 3px;
  content: '';
  width: 11px;
  height: 16px;
  background: url(/web_frontend/static/img/new_design/Support/arrow-faq.png) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.partners-faq__acticle-sub.--marked.--active::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.partners-faq__acc-content {
  display: none; }

.partners-faq__acticle-img {
  margin-right: 10px; }

.green-link {
  color: #00ab5a; }

.tag-text {
  display: block; }

@media all and (max-width: 991px) {
  .sidebar-menu .sidebar-menu__link {
    width: 100%; }
  .sidebar-menu__item .active {
    -webkit-border-radius: 6px;
            border-radius: 6px;
    border-right: 1px solid #dcdcdc; }
  .sidebar-menu__item .active::before {
    display: none; }
  .partners-faq__content .partners-faq__acticle {
    border: none; } }

/*------ Блок с шаблонами------*/
#blockShablons {
  margin-bottom: 30px; }

#blockShablons .imageBlock {
  text-align: center; }

#blockShablons .blockShablons-slider {
  margin: auto; }

#blockShablons .blockShablons-slider .blockShablons-slider__item {
  text-align: center; }

#blockShablons .blockShablons-slider .blockShablons-slider__item a {
  display: inline-block; }

#blockShablons .blockShablons-slider img {
  width: auto;
  margin: auto; }

@media all and (max-width: 991px) {
  #blockShablons .blockShablons-slider img {
    max-width: 80%; } }

@media all and (max-width: 481px) {
  #blockShablons .section__text br {
    display: none; }
  #blockShablons .blockShablons-slider img {
    max-width: 100%; } }

/*------ Блок с отчетами------*/
#blockStat .blockStat-list .owl-stage-outer {
  overflow: visible; }

#blockStat .blockStat-list .image {
  max-width: 610px;
  margin: auto;
  -webkit-box-shadow: 0 0 50px rgba(36, 36, 59, 0.15);
  box-shadow: 0 0 50px rgba(36, 36, 59, 0.15); }

#blockStat .blockStat-list .title {
  font-size: 16px;
  text-align: center;
  margin-top: 15px; }

#blockStat .blockStat-list {
  text-align: center; }

@media all and (max-width: 991px) {
  #blockStat .blockStat-list .image {
    -webkit-box-shadow: none;
    box-shadow: none; } }

@media all and (max-width: 768px) {
  #blockStat .blockStat-list .image {
    max-width: 80%;
    margin: auto; }
  #blockStat .blockStat-list .title br {
    display: none; } }

@media all and (max-width: 481px) {
  #blockStat .blockStat-list .image {
    max-width: 100%; }
  #blockStat .section__text br {
    display: none; } }

/*------ Блок с примерами------*/
#blockExample .row .image {
  -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0 2px 5px 0;
  box-shadow: rgba(0, 0, 0, 0.498039) 0 2px 5px 0; }

#blockExample .row .title {
  font-size: 18px;
  text-align: center; }

#blockExample .slider-example {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-box-shadow: 0 0 50px rgba(36, 36, 59, 0.15);
  box-shadow: 0 0 50px rgba(36, 36, 59, 0.15); }

#blockExample .slider-example .slider-example__link {
  display: block;
  max-height: 427px;
  overflow: hidden; }

#blockExample .slider-example img {
  display: block;
  margin: auto; }

#blockExample .center .item {
  padding: 20px 0;
  line-height: 35px; }

#blockExample .nameShop {
  font-family: Intro;
  font-size: 28px; }

#blockExample .shorShop {
  font-size: 18px;
  line-height: 25px; }

#blockExample .urlShop a {
  font-size: 12px;
  color: #35aee7; }

.site-link a {
  color: #03bb64 !important; }

/*------ Блок 4 шага------*/
#stepBystep {
  background: #26b2e7;
  background: -webkit-linear-gradient(315deg, #26b2e7 0, #1653a6 34%, #513391 83%, #8e3b93 100%);
  background: -o-linear-gradient(315deg, #26b2e7 0, #1653a6 34%, #513391 83%, #8e3b93 100%);
  background: linear-gradient(135deg, #26b2e7 0, #1653a6 34%, #513391 83%, #8e3b93 100%); }

#stepBystep .container {
  position: relative;
  z-index: 2; }

#stepBystep {
  padding: 105px 0 0 0; }

#stepBystep .stepBystep-bg {
  position: absolute;
  left: 0;
  right: 0; }

#stepBystep .stepBystep-bg--top {
  top: -1px; }

#stepBystep .stepBystep-bg--bottom {
  bottom: 0; }

#stepBystep .stepBystep-triangle {
  float: left;
  width: 50%;
  max-height: 50px;
  fill: #fff; }

#stepBystep .section__text {
  text-align: center;
  color: #fff; }

#stepBystep .step-list {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
  max-width: 915px;
  margin-left: auto;
  margin-right: auto; }

#stepBystep .step-list .step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #000;
  background: #fafafa;
  height: 90px;
  padding: 15px 10px;
  width: 100%;
  max-width: 670px;
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  font-size: 22px;
  line-height: 24px; }

#stepBystep .step-list .step-item:nth-child(1), #stepBystep .step-list .step-item:nth-child(3) {
  float: left; }

#stepBystep .step-list .step-item:nth-child(2), #stepBystep .step-list .step-item:nth-child(4) {
  float: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }

#stepBystep .step-list .step-item:nth-child(2) .cifrSpan, #stepBystep .step-list .step-item:nth-child(4) .cifrSpan {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
          order: 1; }

#stepBystep .step-list .step-item:last-child {
  margin-bottom: 0; }

#stepBystep .step-list .step-item .cifrSpan {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px;
  font-size: 49px;
  line-height: 38px;
  font-weight: 700;
  font-family: Ubuntu,sans-serif; }

#stepBystep .step-list .step-item:nth-child(1) .cifrSpan {
  color: #1967b4; }

#stepBystep .step-list .step-item:nth-child(2) .cifrSpan {
  color: #3f3d97; }

#stepBystep .step-list .step-item:nth-child(3) .cifrSpan {
  color: #1852a6; }

#stepBystep .step-list .step-item:nth-child(4) .cifrSpan {
  color: #493794; }

#stepBystep .step-list .step-item .nameSpan {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  font-weight: 400;
  color: #000; }

#stepBystep .btn-wrapper {
  margin-bottom: 66px; }

@media all and (max-width: 991px) {
  #stepBystep .row li {
    height: auto; }
  #stepBystep .step-list {
    margin-bottom: 38px; }
  #stepBystep .step-list .step-item {
    max-width: 615px;
    height: 83px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  #stepBystep .step-list .step-item:nth-child(2), #stepBystep .step-list .step-item:nth-child(4) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  #stepBystep .step-list .step-item:nth-child(2) .cifrSpan, #stepBystep .step-list .step-item:nth-child(4) .cifrSpan {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0; }
  #stepBystep .step-list .step-item:nth-child(2) .cifrSpan {
    color: #1952a5; }
  #stepBystep .step-list .step-item:nth-child(4) .cifrSpan {
    color: #2e49a0; } }

@media all and (max-width: 768px) {
  #stepBystep {
    padding: 64px 0 0 0; } }

@media all and (max-width: 481px) {
  #stepBystep .step-list {
    padding: 0; }
  #stepBystep .step-list .step-item {
    margin-bottom: 20px; }
  #stepBystep .step-list .step-item:nth-child(2) .cifrSpan, #stepBystep .step-list .step-item:nth-child(4) .cifrSpan {
    float: none;
    margin-right: 15px; }
  #stepBystep .step-list .step-item:nth-child(2), #stepBystep .step-list .step-item:nth-child(4) {
    text-align: left; }
  #stepBystep .step-list .step-item .cifrSpan {
    margin-right: 15px; }
  #stepBystep .step-list .step-item:nth-child(odd) .cifrSpan {
    margin-left: 15px; }
  #stepBystep .step-list .step-item:nth-child(even) .cifrSpan {
    margin-right: 15px;
    margin-left: 15px; }
  #stepBystep .step-list .step-item .nameSpan {
    font-size: 18px;
    padding-left: 10px; } }

@media all and (max-width: 381px) {
  #stepBystep .step-list .step-item .nameSpan {
    font-size: 17px; } }

/*------ Блок тех.поддержка------*/
#blockSupport {
  padding-top: 40px; }

#blockSupport .imageBlock {
  text-align: center; }

#blockSupport p.primech {
  font-size: 12px; }

/*------ Блок поможем и обучим------*/
#blockAdvice .blockAdvice-list {
  list-style: none;
  padding: 0; }

#blockAdvice .blockAdvice-list__item:first-child {
  margin-top: 40px; }

#blockAdvice .blockAdvice-list__item:last-child {
  margin-bottom: 0; }

#blockAdvice .blockAdvice-list__item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center; }

#blockAdvice .blockAdvice-list__img {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0; }

#blockAdvice .blockAdvice-list li:nth-child(even) .blockAdvice-list__img {
  margin-left: 25px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
          order: 1; }

#blockAdvice .blockAdvice-list li:nth-child(odd) .blockAdvice-list__img {
  margin-right: 25px; }

#blockAdvice .blockAdvice-list .blockAdvice-list__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
  padding-right: 50px; }

#blockAdvice .blockAdvice-list .blockAdvice-list__text-title {
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 12px; }

#blockAdvice .blockAdvice-list .blockAdvice-list__text p {
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3; }

#blockAdvice .blockAdvice-list .blockAdvice-list__item:nth-child(2) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  text-align: right; }

.sprite-blockAdvice {
  display: inline-block;
  vertical-align: middle; }

.no-webp .sprite-blockAdvice {
  background-image: url(/web_frontend/static/img/new_design/blockAdvice/sprite-blockAdvice.png);
  background-position: left center;
  background-repeat: no-repeat; }

.webp .sprite-blockAdvice {
  background-image: url(/web_frontend/static/img/new_design/blockAdvice/sprite-blockAdvice.webp);
  background-position: left center;
  background-repeat: no-repeat; }

.sprite-blockAdvice.icon_1 {
  background-position: 0 0;
  width: 146px;
  height: 136px; }

.sprite-blockAdvice.icon_2 {
  background-position: -147px 0;
  width: 163px;
  height: 137px; }

.sprite-blockAdvice.icon_3 {
  background-position: -311px 0;
  width: 146px;
  height: 137px; }

/*------ Блок отзывов------*/
#blockReview .blockReview-list .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

#blockReview .item {
  margin: 0 10px;
  height: 100%;
  height: 100%;
  background: #fff; }

#blockReview .item .itemReview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  color: #000;
  text-align: left;
  height: 100%; }

#blockReview .item .authorInfo {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center; }

#blockReview .item .authorReviewPhoto {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  float: left;
  margin-left: 20px;
  margin-right: 15px;
  overflow: hidden; }

#blockReview .item .authorReview {
  float: left;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400; }

#blockReview .item .authorReview a {
  color: #00ab5a;
  font-size: 16px;
  position: relative; }

#blockReview .item .authorReview a::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #00ab5a;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#blockReview .item .authorReview a:hover::after {
  background: #fff; }

#blockReview .item .textReview {
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  clear: both;
  padding: 15px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 6px;
          border-radius: 6px; }

#blockReview .item .textReview p {
  text-indent: 10px;
  text-align: justify;
  color: #000;
  font-style: normal;
  font-size: 16px;
  margin: 0;
  margin-bottom: 15px; }

#blockReview .item .textReview p:last-child {
  margin-bottom: 0; }

.sprite-reviews {
  display: inline-block;
  vertical-align: middle; }

.no-webp .sprite-reviews {
  background-image: url(/web_frontend/static/img/new_design/Reviews/reviews_sprite.png);
  background-position: left center;
  background-repeat: no-repeat; }

.webp .sprite-reviews {
  background-image: url(/web_frontend/static/img/new_design/Reviews/reviews_sprite.webp);
  background-position: left center;
  background-repeat: no-repeat; }

.sprite-reviews._3d_layer {
  background-position: 0 0;
  width: 73px;
  height: 73px; }

.sprite-reviews.all_gzhel_ru {
  background-position: -74px 0;
  width: 73px;
  height: 73px; }

.sprite-reviews.artishka {
  background-position: -148px 0;
  width: 73px;
  height: 73px; }

.sprite-reviews.kasla_ru {
  background-position: -222px 0;
  width: 73px;
  height: 73px; }

.sprite-reviews.myshopforever {
  background-position: -296px 0;
  width: 73px;
  height: 73px; }

.sprite-reviews.olivestore {
  background-position: -370px 0;
  width: 73px;
  height: 73px; }

.sprite-reviews.rosa_store {
  background-position: -444px 0;
  width: 73px;
  height: 73px; }

.sprite-reviews.shopbestprices_ru {
  background-position: -518px 0;
  width: 73px;
  height: 73px; }

.sprite-reviews.shop_serpantin_ru {
  background-position: -592px 0;
  width: 73px;
  height: 73px; }

.sprite-reviews.snabjet_ru {
  background-position: -666px 0;
  width: 73px;
  height: 73px; }

/*------ Блок отзывов страница------*/
#blockReview.blockReview-page .item {
  margin: 0;
  margin-bottom: 60px; }

#blockReview.blockReview-page .item {
  max-width: 100%; }

/*------ Блок тарифы------*/
#blockTarif {
  padding-top: 100px;
  padding-bottom: 80px; }

#blockTarif {
  background: #2c9af4;
  background: -webkit-linear-gradient(45deg, #2c9af4 0, #4743b7 24%, #3d3491 50%, #7d53b5 82%, #a560b4 100%);
  background: -o-linear-gradient(45deg, #2c9af4 0, #4743b7 24%, #3d3491 50%, #7d53b5 82%, #a560b4 100%);
  background: linear-gradient(45deg, #2c9af4 0, #4743b7 24%, #3d3491 50%, #7d53b5 82%, #a560b4 100%); }

#blockTarif .container {
  position: relative;
  z-index: 2;
  padding: 0; }

#blockTarif.section .section__text {
  margin-bottom: 20px; }

#blockTarif .blockTarif-list {
  margin-bottom: 30px; }

#blockTarif .itemTarif {
  height: 100%;
  background: #fff;
  padding: 32px 20px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  color: #000;
  text-align: center;
  font-size: 20px; }

#blockTarif .nameTarif {
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 400; }

#blockTarif .itemTarif .priceTarif {
  margin-bottom: 7px;
  font-family: Ubuntu,sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #00ab5a;
  text-transform: none; }

#blockTarif .itemTarif .shortTarif {
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1; }

#blockTarif .shortTarif span {
  font-size: 15px; }

#blockTarif .itemTarif .textTarif {
  font-size: 16px; }

#blockTarif .itemTarif .textTarif b {
  font-weight: 100; }

#blockTarif .presentImg, #blockTarif .presentText {
  color: #fff;
  font-size: 18px; }

#blockTarif .presentImg {
  text-align: right;
  padding: 10px;
  padding-right: 3px; }

#blockTarif .presentText p {
  text-align: center; }

#blockTarif .blockTarif-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

/*------ Блок с новостями------*/
#blockNews .item {
  height: 100%;
  background: #fff;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding: 15px;
  margin: 0 10px; }

#blockNews .item .itemNews p {
  text-indent: 10px;
  text-align: justify;
  color: #000;
  font-style: normal;
  font-size: 16px;
  margin: 0;
  margin-bottom: 15px; }

#blockNews .allNews {
  width: 266px;
  margin: 0 auto;
  border: 2px solid #2d6aa1;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  color: #000; }

#blockNews .allNews p {
  font-size: 56px;
  font-weight: 600;
  margin: 25px; }

#blockNews .allNews span {
  font-size: 30px; }

#blockNews .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

/*----------Блок с функционалом------------*/
.funcStor .funcStor-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 35px;
  color: #000;
  text-align: center;
  font-family: Ubuntu,sans-serif;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase; }

#blockFunc .blockFunc-text {
  text-align: center;
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 0; }

.funcStor .funcStor__content {
  max-width: 1024px;
  text-align: center;
  padding-bottom: 15px;
  font-family: "Open Sans",Arial,sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.funcStor__item-info {
  padding-left: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1; }

.funcStor .funcStor__item-img {
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0; }

.funcStor .funcStor__item-title {
  text-align: left;
  margin: 0;
  padding-top: 14px;
  margin-bottom: 14px; }

.funcStor .funcStor-list {
  text-align: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.funcStor-list li {
  margin-bottom: 20px;
  width: 50%;
  padding-right: 5%; }

.funcStor .funcStor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 40px; }

@media all and (max-width: 768px) {
  .funcStor-list li {
    width: 100%; } }

@media all and (max-width: 481px) {
  .funcStor .funcStor-title {
    font-size: 28px; }
  .funcStor .funcStor__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 25px; }
  .funcStor__item-info {
    padding-left: 0; }
  .funcStor .funcStor__item-title {
    text-align: center; }
  .funcStor-list li {
    margin-bottom: 10px; } }

/*------ Блок с оплатами------*/
#blockPayment .blockPayment-list {
  margin-bottom: -15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }

#blockPayment .blockPayment-list__item {
  width: 25%;
  float: left;
  margin-bottom: 25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center; }

#blockPayment .blockPayment-list__image {
  min-width: 75px;
  margin-right: 15px;
  text-align: center; }

#blockPayment .blockPayment-list__title {
  font-size: 16px;
  text-align: left; }

#blockPayment .blockPayment-list.blockPayment-list--about {
  margin-bottom: 35px;
  max-width: 858px;
  margin-left: auto;
  margin-right: auto; }

#blockPayment .blockPayment-list.blockPayment-list--about .blockPayment-list__item {
  width: 25%; }

#blockPayment .blockPayment-list.blockPayment-list--about .blockPayment-list__item:last-child, #blockPayment .blockPayment-list.blockPayment-list--about .blockPayment-list__item:nth-child(3n-1) {
  width: 50%;
  padding-left: 5%; }

#blockPayment .blockPayment-list.blockPayment-list--about .blockPayment-list__item:nth-child(3n) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }

#blockPayment .blockPayment-list.blockPayment-list--about .blockPayment-list__item:last-child {
  margin-bottom: 0; }

.sprite-payment {
  display: inline-block;
  vertical-align: middle; }

.no-webp .sprite-payment {
  background-image: url(/web_frontend/static/img/new_design/Payments/payments_sprite.png);
  background-position: left center;
  background-repeat: no-repeat; }

.webp .sprite-payment {
  background-image: url(/web_frontend/static/img/new_design/Payments/payments_sprite.webp);
  background-position: left center;
  background-repeat: no-repeat; }

.sprite-payment.CashCourier {
  background-position: 0 0;
  width: 50px;
  height: 49px; }

.sprite-payment.Free_Kassa {
  background-position: -51px 0;
  width: 72px;
  height: 37px; }

.sprite-payment.Liqpay {
  background-position: -124px 0;
  width: 71px;
  height: 49px; }

.sprite-payment.NextPay {
  background-position: -196px 0;
  width: 64px;
  height: 42px; }

.sprite-payment.PayAnyWay {
  background-position: -261px 0;
  width: 71px;
  height: 49px; }

.sprite-payment.PayKeeper {
  background-position: -333px 0;
  width: 72px;
  height: 37px; }

.sprite-payment.PayOnline_System {
  background-position: -406px 0;
  width: 71px;
  height: 49px; }

.sprite-payment.Platron_ru {
  background-position: -478px 0;
  width: 72px;
  height: 37px; }

.sprite-payment.Qiwi {
  background-position: -551px 0;
  width: 50px;
  height: 49px; }

.sprite-payment.RBK_Money {
  background-position: -602px 0;
  width: 72px;
  height: 37px; }

.sprite-payment.SberbankOnline {
  background-position: -675px 0;
  width: 50px;
  height: 49px; }

.sprite-payment.TransferBank {
  background-position: -726px 0;
  width: 50px;
  height: 49px; }

.sprite-payment.WalletOne {
  background-position: -777px 0;
  width: 64px;
  height: 42px; }

.sprite-payment.WebMoney {
  background-position: -842px 0;
  width: 64px;
  height: 42px; }

.sprite-payment.Yandex_Kassa {
  background-position: -907px 0;
  width: 71px;
  height: 49px; }

.sprite-payment.Yandex_Money {
  background-position: -979px 0;
  width: 64px;
  height: 42px; }

/*------ Блок вопрос-ответ------*/
#blockQuestion .blockQuestion-list {
  margin-bottom: 25px; }

#blockQuestion .item {
  padding: 0 7px;
  margin-bottom: 30px; }

#blockQuestion .item:nth-child(2n+1) {
  clear: both; }

#blockQuestion .item .itemQuestion {
  height: 100%;
  background: #fff;
  padding: 16px 15px;
  color: #000;
  text-align: left; }

#blockQuestion .item .textquestion {
  padding: 0 10px;
  font-size: 16px;
  margin-bottom: 6px;
  color: #00ab5a; }

#blockQuestion .item .textanswer p {
  text-indent: 0;
  text-align: left;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  padding: 0 10px;
  margin: 0; }

/* Переключатель тарифов */
.blockTarif-switcher {
  margin-bottom: 15px;
  text-align: center; }

.blockTarif-switcher.index {
  margin-bottom: 30px; }

.blockTarif-switcher .switcher__text.switcher__text--white {
  color: #fff; }

.switcher__text {
  display: inline-block;
  vertical-align: middle; }

.blockTarif-switcher .switcher__container {
  display: inline-block;
  vertical-align: middle; }

.blockTarif-switcher .switcher__container {
  margin: 0 8px;
  background-color: #03bb64;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  height: 33px;
  width: 180px;
  position: relative;
  z-index: 10; }

.blockTarif-switcher .switcher__container .switch__btn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background-color: transparent;
  display: block;
  cursor: pointer;
  height: 100%;
  width: 100%; }

.blockTarif-switcher .switcher__container .period__item {
  display: block;
  position: absolute;
  -webkit-transition: color .3s ease-out 0s;
  -o-transition: color .3s ease-out 0s;
  transition: color .3s ease-out 0s;
  color: #fff;
  font-family: "Open Sans",Arial,sans-serif;
  z-index: 101;
  font-size: 16px;
  height: 100%;
  width: 60px;
  line-height: 29px;
  text-align: center;
  left: 2px;
  top: 0;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
  white-space: nowrap;
  padding: 0; }

.blockTarif-switcher .switcher__container .period__item.active {
  color: #03bb64; }

.blockTarif-switcher .switcher__container .period__item.period-year {
  left: auto;
  right: 2px; }

.blockTarif-switcher .switcher__container .switch__btn:after {
  display: block;
  position: absolute;
  content: '';
  top: 2px;
  left: 2px;
  height: 29px;
  width: 60px;
  background: #fff;
  -webkit-border-radius: 26px;
          border-radius: 26px;
  overflow: hidden;
  -webkit-transition: left .2s ease-out 0s;
  -o-transition: left .2s ease-out 0s;
  transition: left .2s ease-out 0s;
  z-index: 90; }

.blockTarif-switcher .switcher__container .period__item.period-sixmonth {
  left: 60px; }

.blockTarif-switcher .switcher__container .switch__btn.sixmonth:after {
  left: 60px; }

.blockTarif-switcher .switcher__container .switch__btn.year:after {
  left: -webkit-calc(100% - 62px);
  left: calc(100% - 62px); }

@media all and (max-width: 481px) {
  .blockTarif-switcher .switcher__text {
    margin-bottom: 15px; } }

.present {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
  text-align: center; }

.present.present--white {
  color: #fff; }

.present.present--tarif {
  font-size: 18px;
  margin-bottom: 15px; }

#blockTarif .present br {
  display: none; }

#blockTarif .blockTarif-bg {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 0; }

#blockTarif .blockTarif-bg--top {
  top: -1px; }

#blockTarif .blockTarif-bg--bottom {
  bottom: 0; }

#blockTarif .blockTarif-triangle {
  float: left;
  width: 50%;
  max-height: 50px;
  fill: #fff; }

/* Лендинг страницы */
#introText p {
  text-indent: 0; }

.introText__content {
  max-width: 900px;
  margin: 0 auto 50px;
  font-size: 18px;
  line-height: 24px; }

@media all and (max-width: 1199px) {
  #blockTarif .itemTarif {
    padding: 35px 10px 30px; }
  #blockTarifPage .item {
    margin-right: 6px;
    max-width: 230px;
    padding: 0px; }
  #blockAdvice .blockAdvice-list .blockAdvice-list__text {
    padding-right: 0; }
  .surpriseTarifPage .presentText p {
    font-size: 33px;
    margin-top: 10px; }
  #startNow .startNow-item {
    text-align: center; }
  #autoMoney .autoMoney-item .autoMoney-item-image-text {
    font-size: 85px; }
  #autoMoney .autoMoney-item .autoMoney-item-image-text .rub {
    font-size: inherit; } }

@media all and (max-width: 1024px) {
  #blockExample .slider-example {
    max-width: 840px;
    margin: auto; }
  .itemUs .numUs {
    font-size: 45px; }
  #blockTarif .itemTarif .priceTarif {
    font-size: 27px; } }

@media all and (max-width: 991px) {
  .btnNavBut {
    font-weight: normal;
    text-transform: none;
    border: 2px solid #35874c;
    padding: 9px 7px !important; }
  /* Отзывы */
  #blockReview .item {
    max-width: 80%;
    margin: auto; }
  /* Новости */
  #blockNews .item {
    max-width: 80%;
    margin: auto; }
  #blockPayment .blockPayment-list__image {
    margin: 0 auto; }
  #blockPayment .blockPayment-list__title {
    display: none; }
  #blockTarif .item {
    margin: 0 0 25px; }
  .blockTarifList .row {
    font-size: 0; }
  #blockTarifPage .item {
    padding: 0 15px;
    max-width: 340px;
    float: none;
    display: inline-block;
    margin: 10px;
    font-size: 16px; }
  #blockTarifPage .item:last-child {
    margin-right: 10px; }
  .startNow-separator-item:nth-child(n+4) {
    display: none !important; }
  #startNow .startNow-separator {
    margin-right: -18px;
    width: 35px;
    height: 35px; }
  #whyMe .whyMe-item:nth-child(5) {
    clear: both; }
  #startNow .startNow-item .startNow-title span {
    font-size: 20px; }
  #autoMoney .autoMoney-item:not(:last-child) {
    margin-bottom: 30px; }
  .methodUrl-block .methodUrl-item.methodUrl--center {
    float: right; }
  #methodUrl .methodUrl--last {
    text-align: left; }
  #methodUrl .methodUrl--first img {
    margin: 0;
    margin-bottom: -10px; }
  #methodUrl .methodUrl--last .methodUrl-list {
    margin: 5px 0; }
  .blokCMSMAG p {
    font-size: 18px; }
  .blokCMSMAG span {
    font-size: 14px; }
  .support-list__item {
    margin-bottom: 25px; }
  .blockIntro .item:first-child {
    margin-bottom: 15px; }
  .connect-block .connect-block__item:first-child {
    margin-bottom: 15px; }
  #partnerRules .partnerRules-list .partnerRules-list__item {
    max-width: 80%;
    margin: auto; } }

@media all and (max-width: 768px) {
  #blockTarif {
    padding-top: 70px;
    padding-bottom: 60px; }
  #blockTarif .blockTarif-list {
    margin-bottom: 0px; }
  #blockTarif .present {
    margin-bottom: 20px; }
  #blockTarif .present br {
    display: block; }
  #blockAdvice .blockAdvice-list li:nth-child(even) .imgBlock {
    float: left; }
  #blockAdvice .blockAdvice-list li:nth-child(2) .textBlock p,
  #blockAdvice .blockAdvice-list li:nth-child(2) .textBlock {
    text-align: left; }
  #blockAdvice .blockAdvice-list li:nth-child(even) .imgBlock,
  #blockAdvice .blockAdvice-list li:nth-child(odd) .imgBlock {
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
  #blockAdvice .blockAdvice-list .textBlock {
    padding-left: 15px; }
  #blockAdvice .blockAdvice-list .textBlock p {
    font-size: 20px;
    line-height: 1.3; }
  #blockExample .slider-example {
    max-width: 610px; }
  #blockTarif .container {
    padding: 0 15px; }
  #blockQuestion .item {
    padding: 0 15px;
    margin-bottom: 25px; }
  #blockQuestion .blockQuestion-list {
    margin-bottom: 10px; }
  .surpriseTarifPage .presentImg {
    float: none;
    text-align: center;
    padding: 0;
    padding-top: 10px; }
  .surpriseTarifPage .presentText {
    text-align: center; }
  #startNow .startNow-item {
    width: 100%;
    margin-bottom: 15px; }
  #startNow .startNow-separator {
    top: 100%;
    left: 50%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-right: 0;
    margin-left: -18px; }
  #startNow .startNow-item .startNow-image {
    margin-bottom: 35px; }
  #bonusBlock .bonus-item {
    margin-bottom: 25px; } }

@media all and (max-width: 767px) {
  #startNow .startNow-item .startNow-title:after {
    right: auto;
    top: 100%;
    left: 50%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .procentPayment-list .procentPayment-item {
    margin-bottom: 15px; } }

@media all and (max-width: 750px) {
  .blockTarifPage-table__tabs {
    display: block;
    margin-bottom: 10px; }
  .planTarif-list {
    display: table;
    width: 100%;
    border-collapse: collapse; }
  .planTarif-list .planTarif-list__item {
    display: table-cell;
    border-left: 1px solid #dfe3e8;
    border-right: 1px solid #dfe3e8; } }

@media all and (max-width: 641px) {
  #autoMoney .autoMoney-item .autoMoney-item-image-text {
    font-size: 80px; }
  #blockTarif .itemTarif {
    padding: 35px 5px 30px; }
  #blockTarif .itemTarif .priceTarif {
    font-size: 28px; } }

@media all and (max-width: 481px) {
  #blockReview .item,
  #blockNews .item {
    max-width: 98%; }
  #partnerRules .partnerRules-list .partnerRules-list__item {
    max-width: 98%; }
  #blockAdvice .blockAdvice-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  #blockAdvice .blockAdvice-list .blockAdvice-list__item:nth-child(2) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center; }
  #blockAdvice .blockAdvice-list li:nth-child(even) .blockAdvice-list__img {
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  #blockAdvice .blockAdvice-list li:nth-child(odd) .blockAdvice-list__img {
    margin-right: 0; }
  #blockAdvice .blockAdvice-list__img {
    margin-bottom: 25px; }
  #blockAdvice .blockAdvice-list .blockAdvice-list__text-title,
  #blockAdvice .blockAdvice-list .blockAdvice-list__text p {
    text-align: center; }
  #blockPayment .blockPayment-list__item {
    width: 33%; }
  #blockTarif .presentText {
    margin-top: 5px; }
  #blockTarif .presentText p {
    margin-top: 0; }
  #blockTarif .presentText br {
    display: none; }
  #blockAdvice ul li {
    margin: 0;
    margin-bottom: 20px; }
  #blockAdvice ul li:last-child {
    margin-bottom: 0; }
  #blockTarifPage .item {
    margin: 0;
    margin-bottom: 10px; }
  .surpriseTarifPage {
    -webkit-border-radius: 20px;
            border-radius: 20px; }
  .surpriseTarifPage .presentImg img {
    max-width: 60px; }
  .surpriseTarifPage .presentText {
    padding: 10px; }
  .surpriseTarifPage .presentText p {
    font-size: 26px; }
  .blockContacts .itemTech {
    margin-bottom: 15px; }
  .blockIntro .blockIntro-list {
    padding-left: 15px; }
  #methodUrl .methodUrl-item {
    font-size: 25px; }
  #source .source-descr {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 15px; }
  #source .source-descr .sourse-invite-text {
    font-size: 20px;
    margin-top: 15px; }
  #bonusBlock .bonus-inner .bonus-item-title {
    margin: 20px 5px;
    font-size: 64px; }
  #blockTarif .blockTarif-list .item {
    width: 100%;
    max-width: 320px;
    float: none;
    margin: 0 auto 25px; } }
