

/* Start:/local/templates/stankov/css/normalize.css?15823630712166*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace,monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
/* End */


/* Start:/local/templates/stankov/css/slick.css?15823630711578*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
/* End */


/* Start:/local/templates/stankov/css/fancybox.css?158236307115380*/
body.compensate-for-scrollbar {
  overflow: hidden
}
.fancybox-active {
  height: auto
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}
.fancybox-container * {
  box-sizing: border-box
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47,0,.74,.71)
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22,.61,.36,1)
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.fancybox-toolbar {
  right: 0;
  top: 0
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0
}
.fancybox-slide--image::before {
  display: none
}
.fancybox-slide--html {
  padding: 6px
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5,0,.14,1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.fancybox-container [data-selectable=true] {
  cursor: text
}
.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}
.fancybox-spaceball {
  z-index: 1
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%
}
.fancybox-slide--video .fancybox-content {
  background: #000
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff
}
.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}
.fancybox-button {
  background: rgba(30,30,30,.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc
}
.fancybox-button:hover {
  color: #fff
}
.fancybox-button:focus {
  outline: 0
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0
}
.fancybox-button div {
  height: 100%
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
  display: none
}
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
  display: none
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998
}
.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px
}
.fancybox-navigation .fancybox-button div {
  padding: 7px
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right)
}
.fancybox-caption {
  background: linear-gradient(to top,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,rgba(0,0,0,0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
  }
}
.fancybox-caption--separate {
  margin-top: -50px
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg)
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0,0,.25,1)
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%,0,0)
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%,0,0)
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0,0,0)
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19,1,.22,1)
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5,1.5,1.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5,.5,.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1,1,1)
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg)
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg)
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0);
  transform: rotate(0)
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0,0,0) translate3d(-100%,0,0)
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0,0,0) translate3d(100%,0,0)
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1,1,1) translate3d(0,0,0)
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0,0,0) scale(1)
}
@media all and (max-height:576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px
  }
  .fancybox-slide--image {
    padding: 6px 0
  }
  .fancybox-close-small {
    right: -6px
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px,env(safe-area-inset-left));
      padding-right: max(12px,env(safe-area-inset-right))
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0
}
.fancybox-share p {
  margin: 0;
  padding: 0
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}
.fancybox-share__button: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: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  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__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
  z-index: 99991
}
.fancybox-thumbs__list a:focus::before {
  opacity: .5
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1
}
@media all and (max-width:576px) {
  .fancybox-thumbs {
    width: 110px
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}
/* End */


/* Start:/local/templates/stankov/css/styles.css?1593081258101389*/
@font-face {
  font-family: "Akzidenz Grotesk Pro";
  src: url(/local/templates/stankov/css/../fonts/akzidenz/akzidenz-grotesk-pro-light.woff) format("woff"),url(/local/templates/stankov/css/../fonts/akzidenz/akzidenz-grotesk-pro-light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal
}
@font-face {
  font-family: "Akzidenz Grotesk Pro";
  src: url(/local/templates/stankov/css/../fonts/akzidenz/akzidenz-grotesk-pro-regular.woff) format("woff"),url(/local/templates/stankov/css/../fonts/akzidenz/akzidenz-grotesk-pro-regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: "Akzidenz Grotesk Pro";
  src: url(/local/templates/stankov/css/../fonts/akzidenz/akzidenz-grotesk-pro-medium.woff) format("woff"),url(/local/templates/stankov/css/../fonts/akzidenz/akzidenz-grotesk-pro-medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal
}
@font-face {
  font-family: "Akzidenz Grotesk Pro";
  src: url(/local/templates/stankov/css/../fonts/akzidenz/akzidenz-grotesk-pro-bold.woff) format("woff"),url(/local/templates/stankov/css/../fonts/akzidenz/akzidenz-grotesk-pro-bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: "Akzidenz Grotesk Pro";
  src: url(/local/templates/stankov/css/../fonts/akzidenz/akzidenz-grotesk-pro-black.woff) format("woff"),url(/local/templates/stankov/css/../fonts/akzidenz/akzidenz-grotesk-pro-black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal
}
@font-face {
  font-family: "PT Russia Text";
  src: url(/local/templates/stankov/css/../fonts/pt-russia/pt-russia-text-regular.woff) format("woff"),url(/local/templates/stankov/css/../fonts/pt-russia/pt-russia-text-regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}
*,
:after,
:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
body,
html {
  height: 100%
}
body {
  font: 400 15px/19px "Akzidenz Grotesk Pro",sans-serif;
  color: #000;
  background: #ececec
}
a {
  color: red;
  outline: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
a:active,
a:hover {
  text-decoration: none
}
p {
  margin: 0 0 20px
}
img {
  display: block;
  max-width: 100%;
  margin: 0
}
b,
strong {
  font-weight: 700
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Akzidenz Grotesk Pro",sans-serif;
  font-weight: 700;
  line-height: normal;
  color: #000;
  margin: 0 0 20px
}
.h1,
h1 {
  font-size: 24px;
  margin: 0 0 20px
}
.h2,
h2 {
  font-size: 24px
}
.h3,
h3 {
  font-size: 18px
}
.h4,
h4 {
  font-size: 16px
}
.h5,
h5 {
  font-size: 15px
}
.h6,
h6 {
  font-size: 15px
}
ol,
ul {
  margin: 0 0 20px
}
q {
  display: block;
  margin: 0 0 20px
}
svg {
  display: block;
  overflow: hidden
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6f7278;
  opacity: 1
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6f7278;
  opacity: 1
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #6f7278;
  opacity: 1
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6f7278;
  opacity: 1
}
.error input::-webkit-input-placeholder,
.error textarea::-webkit-input-placeholder {
  color: red;
  opacity: 1
}
.error input::-moz-placeholder,
.error textarea::-moz-placeholder {
  color: red;
  opacity: 1
}
.error input:-moz-placeholder,
.error textarea:-moz-placeholder {
  color: red;
  opacity: 1
}
.error input:-ms-input-placeholder,
.error textarea:-ms-input-placeholder {
  color: red;
  opacity: 1
}
input::-ms-clear {
  display: none
}
.clearfix:after {
  content: "";
  display: table;
  clear: both
}
.cover {
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
  min-width: 320px;
  max-width: none
}
select {
  display: none
}
.jq-selectbox {
  display: block!important;
  cursor: pointer
}
.jq-selectbox select {
  display: block
}
.jq-selectbox__select {
  height: 42px;
  padding: 0 30px 0 10px;
  background: #f2f2f2;
  font: 400 15px "Akzidenz Grotesk Pro",sans-serif;
  color: #000
}
.jq-selectbox.disabled .jq-selectbox__select {
  cursor: default;
  color: #6f7278
}
.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 11px
}
.jq-selectbox .placeholder {
  color: #6f7278
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 17px;
  right: 11px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-color: #6f7278
}
.jq-selectbox__dropdown {
  width: 100%!important;
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  font: 400 15px "Akzidenz Grotesk Pro",sans-serif;
  left: 0!important;
  right: auto!important;
  top: 100%!important;
  bottom: auto!important
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
  max-height: 210px!important
}
.jq-selectbox li {
  padding: 11px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
  color: #000;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.jq-selectbox li:before {
  content: "";
  display: none;
  width: 20px;
  height: 10px;
  border-left: 2px solid red;
  border-bottom: 2px solid red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 16px;
  top: 28px;
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.jq-selectbox li.sel,
.jq-selectbox li.selected {
  background: #ebebeb;
  color: red
}
.jq-selectbox li.sel:before,
.jq-selectbox li.selected:before {
  opacity: 1!important
}
.jq-selectbox li:hover {
  background: #ebebeb;
  color: red
}
.jq-selectbox li:hover:before {
  opacity: 0
}
.jq-selectbox li.disabled {
  color: #6f7278
}
.jq-selectbox li.disabled:hover {
  background: 0 0
}
.slick-slider {
  display: block!important
}
.slick-track {
  margin-left: 0;
  margin-right: 0
}
.slick-dots {
  list-style: none;
  padding: 8px 0 0;
  margin: 0 -7px;
  position: relative;
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -moz-box!important;
  display: flex!important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.slick-dots li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 14px 7px 0
}
.slick-dots button {
  display: block;
  padding: 0;
  border: 2px solid red;
  background: 0 0;
  font-size: 0;
  outline: 0;
  cursor: pointer;
  width: 17px;
  height: 17px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.slick-dots .slick-active button {
  background: red
}
.slick-arrow {
  display: block;
  width: 36px;
  height: 168px;
  background: 0 0;
  border: none;
  cursor: pointer;
  outline: 0;
  position: absolute;
  top: 50%;
  margin-top: -84px;
  font-size: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.slick-arrow:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid red;
  position: absolute;
  top: 58px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.slick-arrow:active:before,
.slick-arrow:hover:before {
  border-color: #fff!important
}
.slick-prev {
  left: 0;
  border-left: 36px solid #fff
}
.slick-prev:before {
  border-left: 2px solid red;
  -webkit-transform: rotate(-37deg) skewY(-20deg);
  transform: rotate(-37deg) skewY(-20deg);
  left: -21px
}
.slick-prev:active,
.slick-prev:hover {
  border-left-color: red!important
}
.slick-next {
  right: 0;
  border-right: 36px solid #fff
}
.slick-next:before {
  border-right: 2px solid red;
  -webkit-transform: rotate(37deg) skewY(20deg);
  transform: rotate(37deg) skewY(20deg);
  right: -21px
}
.slick-next:active,
.slick-next:hover {
  border-right-color: red!important
}
.form-input,
.form-textarea {
  display: block;
  width: 100%;
  font: 400 15px "Akzidenz Grotesk Pro",sans-serif;
  color: #000;
  outline: 0;
  border: none;
  background: #f2f2f2
}
.error .form-input,
.error .form-textarea {
  background: #ffebeb;
  box-shadow: inset 0 0 0 1px red;
  color: red
}
.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1
}
.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
  color: #000;
  opacity: 1
}
.form-input:-moz-placeholder,
.form-textarea:-moz-placeholder {
  color: #000;
  opacity: 1
}
.form-input:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1
}
.form-input {
  padding: 0 10px;
  height: 42px
}
.form-input:disabled {
  background: 0 0;
  padding: 0 30px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 36px;
  margin-bottom: 5px;
  box-shadow: none!important;
  color: #000
}
.form-input:disabled::-webkit-input-placeholder {
  color: #000;
  opacity: 0
}
.form-input:disabled::-moz-placeholder {
  color: #000;
  opacity: 0
}
.form-input:disabled:-moz-placeholder {
  color: #000;
  opacity: 0
}
.form-input:disabled:-ms-input-placeholder {
  color: #000;
  opacity: 0
}
.form-input:disabled + .form__button-edit {
  display: block
}
.form-textarea {
  height: 100px;
  resize: none;
  padding: 10px
}
.form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  cursor: pointer
}
.form-checkbox__input {
  display: none
}
.form-checkbox__marker {
  width: 18px;
  height: 18px;
  background: #f2f2f2;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin-right: 15px
}
.form-checkbox__icon {
  display: block;
  width: 12px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -4px;
  stroke: #fff;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0)
}
.form-checkbox__input:checked + .form-checkbox__marker {
  background: red
}
.form-checkbox__input:checked + .form-checkbox__marker .form-checkbox__icon {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}
.form-checkbox__text {
  display: block;
  padding-top: 1px
}
.form-checkbox__text a {
  text-decoration: none
}
.form-checkbox__text a:active,
.form-checkbox__text a:hover {
  text-decoration: underline
}
.form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  cursor: pointer
}
.form-radio__input {
  display: none
}
.form-radio__marker {
  width: 18px;
  height: 18px;
  border: 2px solid red;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin-right: 15px
}
.form-radio__input:checked + .form-radio__marker {
  border-width: 4px
}
.form-radio__text {
  display: block;
  padding-top: 1px
}
input[type=file] {
  display: none
}
.jq-file {
  width: 100%;
  display: block!important;
  cursor: pointer
}
.jq-file input {
  display: block;
  height: auto;
  cursor: pointer
}
.jq-file__name {
  overflow: hidden;
  height: 100px;
  border: 1px dashed red;
  text-align: center;
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -moz-box!important;
  display: flex!important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font: 500 15px/19px "Akzidenz Grotesk Pro",sans-serif;
  background: #fff;
  color: red;
  padding: 5px 15px
}
.jq-file__browse {
  display: none
}
.jq-file.disabled .jq-file__name {
  color: #f2f2f2;
  border-color: #f2f2f2
}
.logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 45px;
  margin: 0 auto
}
.logo__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 27px
}
.logo__img-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.logo__icon {
  width: 45px;
  height: 45px;
  fill: red
}
.logo__company-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding-left: 26px;
  display: none
}
.nav {
  display: none;
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  background: #171c27;
  z-index: 199;
  border-top: 1px solid #232b3c;
  border-bottom: 1px solid #232b3c
}
.nav__list {
  list-style: none;
  padding: 15px 0;
  margin: 0
}
.nav__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none
}
.nav__link-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding: 10px 15px
}
.nav__item.active .nav__link {
  color: red
}
.advantage {
  background: rgba(255,255,255,.05);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  padding: 15px 20px 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%
}
.advantage__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #fff;
  margin: 0 0 13px
}
.advantage__text {
  margin: 0 0 13px;
  color: #fff
}
.section-name {
  position: relative
}
.section-name:before {
  content: "";
  display: none;
  width: 5px;
  height: 35px;
  background: red;
  position: absolute;
  left: 0;
  top: 0
}
.section-name__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  margin: 0!important;
  font-size: 24px
}
.card {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%
}
.card__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  text-decoration: none;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column
}
.card__img-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  position: relative
}
.card__img {
  width: 100%;
  max-width: none
}
.card__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  min-height: 84px;
  border-bottom: 2px solid red;
  border-top: 2px solid transparent;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.card__title {
  margin: 0!important;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  word-wrap: break-word;
  width: 100%
}
.card:hover .card__name {
  background: red
}
.card:hover .card__title {
  color: #fff
}
.card__inner-content {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto;
  padding-top: 15px;
}
.card__inner-content .card__name {
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 50px;
  margin-bottom: 10px;
}
.card:hover .card__inner-content .card__name {
  background: none;
}
.card:hover .card__inner-content .card__title {
  color: #000;
}
.card__inner-description {
  margin: 0 0 22px;
  padding: 0 10px;
  color: #000;
}
.card__inner-button-block {
  padding: 0 10px 10px;
}
.card__inner-button {
  cursor: pointer;
  border: 2px solid #ff0000;
  font-size: 15px;
  font-weight: 500;
  color: #ff0000;
  text-decoration: none;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  background: none;
  padding: 11px 0;
  display: block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.card:hover .card__inner-button {
  background: #ff0000;
  color: #fff;
}
.info-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.info-blocks__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}
.info-blocks__item-big {
  width: 100%;
  background: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  min-height: 100px
}
.info-blocks__item-img-block {
  width: 55px;
  position: relative;
  margin-right: 25px
}
.info-blocks__item-img {
  display: block;
  max-width: 53px;
  margin: 0 auto;
  max-height: 53px
}
.info-blocks__item-name {
  margin: 0;
  font: 700 15px/19px "Akzidenz Grotesk Pro",sans-serif;
  color: #000
}
.info-blocks__item-name br {
  display: none
}
.info-blocks__item-logo-block {
  position: relative;
  background: #fff;
  position: relative;
  height: 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%
}
.info-blocks__item-logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 183px;
  max-height: 25px
}
.address {
  background: #fff;
  position: relative
}
.address__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 20px 10px 10px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.address__button-block-gray,
.address__button-block-red,
.address__emails,
.address__information,
.address__phones {
  padding-left: 10px;
  padding-right: 10px
}
.address__information {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%
}
.address__point {
  color: red;
  font-weight: 500;
  margin-bottom: 10px
}
.address__time {
  margin-bottom: 10px;
  position: relative
}
.address__contacts {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.address__button-block-gray,
.address__button-block-red {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 50%
}
.address__button-block-gray {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2
}
.address__button-block-red {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  order: 3
}
.address__button-gray,
.address__button-red {
  border: 2px solid transparent;
  text-transform: uppercase;
  line-height: normal;
  padding: 11px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: block
}
.address__button-gray {
  color: #cfcfcf;
  border-color: #cfcfcf
}
.address__button-gray:active,
.address__button-gray:hover {
  background: #cfcfcf;
  color: #fff
}
.address__button-red {
  color: red;
  border-color: red
}
.address__button-red:active,
.address__button-red:hover {
  background: #171c27;
  color: red;
  border-color: #171c27
}
.address__contacts-elements {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1;
  width: 100%
}
.address__emails,
.address__phones {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  position: relative
}
.address__phones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding-bottom: 5px;
  width: 100%
}
.address__phones-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.address__emails {
  padding-bottom: 10px;
  width: 100%
}
.address__phone {
  width: 100%;
  margin-bottom: 5px
}
.address__phone-description {
  display: inline-block;
  font-size: 18px;
  color: #5a5a5a;
}
.address__phone-link {
  font-size: 18px;
  line-height: normal;
  color: #000;
  text-decoration: none;
  cursor: default
}
.address__email-link {
  line-height: 23px;
  color: red
}
.address__map {
  display: none
}
.address__map-container {
  height: 300px
}
.address__icon-block {
  position: absolute;
  left: 0;
  top: -6px;
  display: none
}
.address__icon {
  width: 36px;
  height: 36px
}
.buttons {
  position: fixed;
  z-index: 200;
  right: 15px;
  top: 50%;
  width: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none
}
.buttons__item:first-child {
  margin-top: 0
}
.buttons__link {
  background: red;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: none;
  position: relative;
  width: 50px;
  height: 50px
}
.buttons__link.active,
.buttons__link:active,
.buttons__link:hover {
  background: #171c27
}
.buttons__icon {
  fill: #252525;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.buttons__icon_phone {
  width: 18px;
  height: 14px
}
.buttons__link.active .buttons__icon,
.buttons__link:active .buttons__icon,
.buttons__link:hover .buttons__icon {
  fill: red
}
.fancybox-bg {
  opacity: 1!important;
  background: rgba(23,28,39,.92)
}
.fancybox-slide--html {
  padding: 40px 15px
}
.fancybox-close-small {
  display: none!important
}
.modal {
  width: 850px;
  display: none;
  background: #fff;
  padding: 30px 15px;
  overflow: visible
}
.modal .section-name {
  margin: 0 0 30px
}
.modal__form-string {
  margin: 0 0 35px
}
.modal__form-captcha {
  position: relative;
  margin: 0 -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.modal__form-captcha-img-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 5px;
  width: 100%;
  margin-bottom: 10px;
}
.modal__form-captcha-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding: 0 5px;
}
.modal__form-captcha-img {
  height: 42px;
}
.modal__form-label {
  color: #9e9e9e;
  margin: -5px 0 5px;
  position: relative
}
.modal__form-label span {
  color: red
}
.error .modal__form-label {
  color: red
}
.modal__form-submit {
  width: 100%;
  text-align: center;
  height: 42px;
  padding: 0;
  border: 2px solid red;
  font: 500 14px/18px "Akzidenz Grotesk Pro",sans-serif;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0;
  background: red;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  margin-top: 10px
}
.modal__form-submit:active,
.modal__form-submit:hover {
  color: red;
  background: #171c27;
  border-color: #171c27
}
.modal__form-submit_border {
  background: 0 0;
  color: red
}
.modal__form-submit_border:active,
.modal__form-submit_border:hover {
  color: red;
  background: #171c27;
  border-color: #171c27
}
.modal__form-submit:first-child {
  margin-top: 0!important
}
.modal__close {
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: -30px
}
.modal__close:after,
.modal__close:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px
}
.modal__close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.modal__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.modal__links-auth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  margin-right: -15px
}
.modal__links-auth-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding-right: 15px
}
.modal__links-auth-left .form-checkbox__auth-hidden-text {
  display: none
}
.modal__links-auth-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 15px
}
.modal__link-recovery {
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  color: red
}
.modal__link-recovery:active,
.modal__link-recovery:hover {
  text-decoration: underline
}
.modal__finish-text {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #000;
  padding: 15px 0 15px;
  max-width: 400px;
  margin: 0 auto
}
.error-list__content {
  border-left: 2px solid red;
  font-size: 15px;
  line-height: 19px;
  color: red;
  padding: 10px 0 10px 15px;
  position: relative
}
.error-list__item {
  margin-top: 7px
}
.error-list__item:first-child {
  margin-top: 0
}
.breadcrumbs {
  padding-top: 2px;
  font-weight: 300;
  color: #bfbfbf;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.breadcrumbs__link {
  display: inline-block;
  margin: 0 10px 10px 0;
  color: #bfbfbf;
  text-decoration: none
}
.breadcrumbs__link:active,
.breadcrumbs__link:hover {
  color: red
}
.breadcrumbs__line {
  display: inline-block;
  margin: 0 10px 10px 0
}
.breadcrumbs__last {
  display: inline-block;
  margin: 0 10px 0 0
}
.page-info {
  position: relative;
  padding-bottom: 10px
}
.page-info__img {
  position: absolute;
  top: -60px;
  right: -430px;
  z-index: 1;
  width: 901px;
  height: 762px;
  display: none
}
.page-info__content {
  width: 100%;
  position: relative;
  z-index: 2
}
.page-info__title {
  color: #fff;
  position: relative;
  padding-left: 38px;
  margin: 0 0 11px
}
.page-info__title_no-arrow {
  padding-left: 0!important;
}
.page-info__arrow {
  position: absolute;
  left: 0;
  top: 9px;
  fill: red;
  width: 19px;
  height: 13px
}
.page-info__list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px
}
.page-info__list-item {
  position: relative;
  padding-left: 40px;
  color: #fff;
  font-weight: 300;
  margin-top: 20px
}
.page-info__list-item:first-child {
  margin-top: 0
}
.page-info__list-marker {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: red
}
.page-info__list-marker:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #b11717
}
.page-info__buttons {
  position: relative;
  width: 230px
}
.page-info__button {
  display: block;
  border: 2px solid red;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none
}
.page-info__button_red {
  background: red;
  color: #fff
}
.page-info__button_red:active,
.page-info__button_red:hover {
  background: 0 0;
  color: red
}
.text .section-name {
  margin-bottom: 20px
}
.text__heading-text {
  font-size: 18px;
  line-height: 27px
}
.photo {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.photo__link {
  display: block;
  width: 100%;
  text-decoration: none
}
.photo__img {
  max-width: none;
  width: 100%
}
.bullet-list {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0!important;
}
.bullet-list__item {
  position: relative;
  padding-left: 20px
}
.bullet-list__item:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 8px;
  background: red
}
.small-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0
}
.info__description-project ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0
}
.info__description-project ul ul {
  padding-left: 10px;
  margin: 0;
}
.info__description-project ol {
  list-style-position: inside;
  padding: 0;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0
}
.info__description-project ol ol {
  padding-left: 30px;
  margin: 0;
}
.small-bullet-list__item,
.info__description-project ul li {
  position: relative;
  padding-left: 20px
}
.small-bullet-list__item:first-child,
.info__description-project ul li:first-child {
  margin-top: 0
}
.small-bullet-list__item:before,
.info__description-project ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 6px;
  background: red
}
.small-bullet-list_no-margins .small-bullet-list__item {
  margin: 0!important
}
.projects-list {
  padding-top: 30px;
  padding-bottom: 30px
}
.projects-list__elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative
}
.projects-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%
}
.projects-list__item-container {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding-bottom: 53px
}
.projects-list__item-img-block {
  position: relative;
  z-index: 2
}
.projects-list__item-img-link {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden
}
.projects-list__item-img {
  display: block;
  max-width: none;
  width: 100%
}
.projects-list__item-content {
  padding: 12px 0 0
}
.projects-list__item-container:hover .projects-list__item-content {
  opacity: 1;
  visibility: visible
}
.projects-list__item-name {
  margin: 0;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  word-wrap: break-word;
  color: red
}
.projects-list__item-name-link {
  display: block;
  text-decoration: none;
  color: red
}
.projects-list__item-name-link:active,
.projects-list__item-name-link:hover {
  text-decoration: underline
}
.projects-list__item-description {
  margin: 19px 0 0;
  font-size: 15px;
  line-height: 18px
}
.projects-list__item-button-block {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: right
}
.projects-list__item-button {
  height: 42px;
  border: 2px solid #cfcfcf;
  color: #cfcfcf;
  outline: 0;
  padding: 12px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  display: inline-block;
  min-width: 150px;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.projects-list__item-button:active,
.projects-list__item-button:hover {
  background: #cfcfcf;
  color: #fff
}
.projects-list__button-load {
  display: block;
  border: 2px solid #e4e4e4;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  color: #000;
  text-transform: uppercase;
  font: 500 15px/15px "Akzidenz Grotesk Pro",sans-serif;
  text-align: center;
  padding: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.projects-list__button-load:active,
.projects-list__button-load:hover {
  background: #e4e4e4
}
.video {
  position: relative;
  padding-top: 66%;
  background: #000;
  width: 100%
}
.video iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.ads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative
}
.ads__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 0 10px
}
.ads__item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column
}
.ads__item-top-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto
}
.ads__item-botom-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  padding: 0 0 10px 10px
}
.ads__item-img-link {
  text-decoration: none;
  display: block
}
.ads__item-img {
  display: block;
  width: 100%;
  max-width: none
}
.ads__item-info {
  padding: 22px 10px 10px
}
.ads__item-title {
  margin: 0;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  color: red
}
.ads__item-title-link {
  display: block;
  color: red;
  text-decoration: none
}
.ads__item-title-link:active,
.ads__item-title-link:hover {
  text-decoration: underline
}
.ads__item-description {
  margin: 15px 0 0;
  font-size: 15px;
  line-height: 19px
}
.ads__item-price {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding-right: 10px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: red;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center
}
.ads__item-button-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 10px
}
.ads__item-button {
  height: 42px;
  border: 2px solid #cfcfcf;
  color: #cfcfcf;
  outline: 0;
  padding: 12px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  display: inline-block;
  min-width: 128px;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.ads__item-button:active,
.ads__item-button:hover {
  background: #cfcfcf;
  color: #fff
}
.pagination {
  position: relative;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px
}
.pagination__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 15px 15px 0
}
.pagination__link {
  display: block;
  min-width: 45px;
  height: 45px;
  text-align: center;
  font-size: 15px;
  line-height: 45px;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  background: #fff;
  padding: 0 5px
}
.pagination__link:active,
.pagination__link:hover {
  color: #fff;
  background: red
}
span.pagination__link {
  color: #fff;
  background: red
}
.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column
}
.wrapper__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto
}
.wrapper__footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.header {
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  background: #171c27;
  z-index: 300;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.active-nav .header {
  background: #171c27!important
}
.header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  height: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  z-index: 100;
  padding-left: 45px;
  padding-right: 45px
}
.header__pull {
  cursor: pointer;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
  display: block
}
.header__pull:after,
.header__pull:before {
  content: "";
  display: block;
  width: 18px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.header__pull:before {
  top: 2px
}
.header__pull:after {
  top: 12px
}
.active-nav .header__pull:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px
}
.active-nav .header__pull:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px
}
.header__contacts {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.header__phone {
  display: block;
  text-decoration: none;
  cursor: default;
  color: #fff;
  margin: 0 8px;
  font-size: 21px;
  font-weight: 700;
  line-height: normal
}
.header__call-button {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  right: 15px;
  text-decoration: none;
  cursor: pointer;
  display: block
}
.header__call-icon {
  fill: #fff;
  width: 22px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  margin-top: -9px
}
.banner {
  background: #171c27;
  overflow: hidden;
  position: relative
}
.banner__content {
  height: 100%;
  position: relative
}
.banner__content:after,
.banner__content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0
}
.banner__content:before {
  background: url(/local/templates/stankov/css/../images/bg-grid.png) left top repeat;
  z-index: 2;
  display: block;
  top: 90px
}
.banner__content:after {
  background: url(/local/templates/stankov/css/../images/bg-banner.jpg) center center no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: .11;
  display: block;
  top: 0
}
.banner__content-bg-cubes {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  background: url(/local/templates/stankov/css/../images/bg-cubes.png) left -9px repeat
}
.banner__abstraction-cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3
}
.banner__abstraction-wrapper {
  position: relative;
  height: 100%;
  width: 100%
}
.banner__abstraction {
  position: absolute;
  right: -175px;
  top: -34px;
  height: 315px;
  width: 306px;
  z-index: 3
}
.banner__img {
  position: absolute;
  max-width: none;
  width: 310px;
  height: 262px;
  right: -157px;
  z-index: 4;
  top: 24px;
  display: block
}
.banner__cover {
  z-index: 5;
  padding-bottom: 5px
}
.banner__information {
  padding-top: 27px;
  margin-bottom: 15px
}
.banner__title {
  color: #fff;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  max-width: 180px
}
.banner__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 13px;
  position: relative;
  width: 220px
}
.banner__buttons-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  padding: 10px 0 0 0
}
.banner__button {
  display: block;
  border: 2px solid red;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: red;
  padding: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  text-align: center
}
.banner__button_fill {
  background: red;
  color: #fff
}
.banner__button:active,
.banner__button:hover {
  background: #171c27;
  color: red;
  border-color: #171c27
}
.banner__advantages {
  position: relative;
  padding-top: 27px;
  z-index: 7
}
.banner__advantages-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 0 0
}
.banner__advantage-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}
.section-cards {
  padding-top: 25px
}
.section-cards .section-name {
  margin-bottom: 25px
}
.section-cards__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  margin: 0 -5px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.section-cards__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 50%;
  padding: 0 5px 10px
}
.section-cards__item_inner {
  width: 100%;
}
.main-advantages {
  padding-top: 15px
}
.main-advantages .section-name {
  margin-bottom: 25px
}
.main-advantages__description {
  display: none;
  margin-bottom: 12px
}
.addresses {
  background: #ececec;
  overflow: hidden
}
.addresses__cover {
  padding-bottom: 20px;
  padding-top: 20px
}
.addresses__item {
  margin-top: 10px
}
.addresses__item_inner {
  margin-top: 20px
}
.addresses__item:first-child {
  margin-top: 0!important
}
.footer__logos {
  background: #f1f1f1
}
.footer__logos-cover {
  overflow: hidden
}
.footer__logos-content {
  position: relative;
  overflow: hidden;
  padding-top: 22px
}
.footer__main-logo {
  position: relative
}
.footer__main-logo,
.footer__small-logo {
  margin-bottom: 22px
}
.footer__logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.footer__icon-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.footer__logo-icon {
  width: 56px;
  height: 56px;
  fill: #d6d6d6
}
.footer__main-logo .footer__logo-icon path:nth-child(1),
.footer__main-logo .footer__logo-icon path:nth-child(3),
.footer__main-logo .footer__logo-icon path:nth-child(6) {
  fill: #35a900
}
.footer__main-logo .footer__logo-icon path:nth-child(2),
.footer__main-logo .footer__logo-icon path:nth-child(5) {
  fill: #ffc700
}
.footer__main-logo .footer__logo-icon path:nth-child(4) {
  fill: #4e99f7
}
.footer__main-logo .footer__logo-icon path:nth-child(7) {
  fill: red
}
.footer__logo-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding-left: 18px
}
.footer__logo-name-text {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #252525;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.footer__logo-description {
  margin: 1px 0 0;
  font: 400 14px/18px "PT Russia Text",sans-serif;
  color: #707070
}
.footer__all-logos {
  display: none
}
.footer__logo.active .footer__logo-name-text,
.footer__logo:active .footer__logo-name-text,
.footer__logo:hover .footer__logo-name-text {
  color: #d6d6d6
}
.footer__logo_main.active .footer__logo-name-text,
.footer__logo_main:active .footer__logo-name-text,
.footer__logo_main:hover .footer__logo-name-text {
  color: #252525
}
.footer__logos-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 13px;
  cursor: pointer
}
.footer__logos-arrow-icon {
  width: 13px;
  height: 8px;
  stroke: #c6c6c6;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.footer__logos-arrow.active .footer__logos-arrow-icon {
  -webkit-transform: scale(1,-1);
  transform: scale(1,-1)
}
.footer__logos-arrow:hover .footer__logos-arrow-icon {
  stroke: #000
}
.footer__information {
  background: #ececec;
  font-size: 12px;
  line-height: 15px;
  overflow: hidden
}
.footer__information-cover {
  padding-bottom: 25px;
  padding-top: 10px
}
.footer__information-content {
  position: relative;
  color: #000
}
.footer__copyright,
.footer__policy,
.footer__studio {
  text-align: center;
  margin-top: 15px
}
.footer__copyright br,
.footer__policy br,
.footer__studio br {
  display: none
}
.footer__copyright {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto
}
.footer__policy {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto
}
.footer__studio {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.footer__policy-link {
  color: #000;
  text-decoration: none
}
.footer__policy-link:active,
.footer__policy-link:hover {
  text-decoration: underline
}
.footer__studio-link {
  color: #000;
  text-decoration: none
}
.footer__studio-link:active,
.footer__studio-link:hover {
  text-decoration: underline
}
.customers {
  padding-top: 12px
}
.customers .section-name {
  margin-bottom: 25px
}
.customers__carousel-wrapper {
  overflow: hidden
}
.customers__carousel {
  display: none;
  position: relative;
  margin: 0 -5px
}
.customers__item {
  display: block!important;
  width: 100%!important;
  padding: 0 5px
}
.customers__item-content {
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 100px;
  background: #fff;
  display: block
}
.customers__item-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 85%;
  max-height: 70px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .7
}
.customers__item-content:hover .customers__item-img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1
}
.inner-banner {
  background: #171c27;
  position: relative
}
.inner-banner__abstraction {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: url(/local/templates/stankov/css/../images/bg-abstraction-gradient.png) right center no-repeat;
  background-size: auto 100%;
  opacity: .6;
  display: none
}
.inner-banner__bg-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: .11
}
.inner-banner .header {
  position: absolute;
  z-index: 100;
  background: 0 0
}
.inner-banner__wrapper {
  position: relative;
  padding-top: 75px;
  overflow: hidden
}
.inner-banner__wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background: url(/local/templates/stankov/css/../images/bg-grid.png) left top repeat
}
.inner-banner_heading .inner-banner__wrapper:before {
  display: block!important;
  background: url(/local/templates/stankov/css/../images/bg-grid.png) left top repeat!important;
  top: 100px
}
.inner-banner__content {
  position: relative;
  z-index: 10
}
.inner-banner__name-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  margin-right: -30px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center
}
.inner-banner__title {
  margin: 0!important;
  color: #fff;
  padding: 0 30px 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto
}
.inner-banner__name-button {
  display: none;
  font-weight: 500;
  font-size: 23px;
  line-height: 29px;
  color: #35a900;
  border: 2px solid #35a900;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin-right: 30px;
  padding: 22px 50px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.inner-banner__name-button:active,
.inner-banner__name-button:hover {
  border-color: #fff;
  color: #fff
}
.inner-banner__page-name {
  color: #fff
}
.inner-banner__page-name_arrow {
  position: relative;
  padding-left: 30px
}
.inner-banner__arrow {
  position: absolute;
  left: 0;
  top: 9px;
  fill: red;
  width: 19px;
  height: 13px
}
.product-info {
  background: #fff
}
.product-info__cover {
  padding-top: 11px;
  padding-bottom: 20px
}
.product-info__name {
  margin: 0 0 16px
}
.product-info__img-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  position: relative;
  margin: 0 auto 10px
}
.product-info__img {
  width: 100%;
  max-width: none
}
.product-info__description {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  margin-bottom: 10px
}
.product-info__sub-info {
  background: #fafafa;
  padding: 15px;
  overflow: hidden;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center
}
.product-info__sub-label {
  font-size: 15px;
  line-height: normal;
  margin: 0 0 6px
}
.product-info__sub-phone {
  display: inline-block;
  cursor: default;
  color: red;
  text-decoration: none;
  margin: 0 0 3px;
  font-size: 24px;
  line-height: 24px
}
.product-info__sub-text {
  font-size: 15px;
  line-height: normal;
  margin: 0 0 6px
}
.product-info__button {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  height: 42px;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background: red;
  color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border: 2px solid red
}
.product-info__button:active,
.product-info__button:hover {
  color: red;
  border-color: #171c27;
  background: #171c27
}
.product-text {
  background: #fff;
  padding-bottom: 40px;
  padding-bottom: 8px
}
.product-text__carousels {
  padding-top: 15px;
  margin-bottom: 20px
}
.product-text .inner-carousel {
  margin-top: 25px
}
.product-text .inner-carousel:first-child {
  margin-top: 0
}
.product-text__lists {
  padding-top: 3px;
  padding-bottom: 20px
}
.product-text__list-section {
  margin-top: 23px
}
.product-text__list-section:first-child {
  margin-top: 0
}
.product-text__list-section .section-name {
  margin-bottom: 20px
}
.product-text__list-bars {
  position: relative
}
.product-text__characteristics {
  padding-top: 15px;
  margin-bottom: 20px
}
.product-text__characteristics .section-name {
  margin-bottom: 25px
}
.product-text__characteristics-content {
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
  margin: 0 -15px;
  padding-bottom: 10px
}
.product-text__table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 18px;
  line-height: 23px;
  display: none
}
.product-text__table thead {
  border-bottom: 2px solid red
}
.product-text__table td,
.product-text__table th {
  padding: 14.5px 20px;
  text-align: left;
  vertical-align: top
}
.product-text__table th {
  font-weight: 700
}
.product-text__table tbody tr:nth-child(even) {
  background: #efefef
}
.product-text__table-mobile {
  font-size: 15px;
  line-height: 19px;
  color: #000
}
.product-text__table-mobile-tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}
.product-text__table-mobile-td {
  padding: 15px;
  width: 120px;
  word-wrap: break-word;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.product-text__table-mobile-td:first-child {
  border-right: 2px solid red;
  font-weight: 700;
  background: 0 0!important
}
.product-text__table-mobile-td:nth-child(odd) {
  background: #efefef
}
.inner-carousel__header {
  padding-bottom: 20px
}
.inner-carousel_sub .inner-carousel__header {
  padding-top: 18px
}
.inner-carousel__container {
  position: relative
}
.inner-carousel__slider-wrapper {
  overflow: hidden
}
.inner-carousel__slider {
  position: relative;
  display: none;
  margin: 0 -5px
}
.inner-carousel .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-left: 0;
  margin-right: 0;
  display: flex
}
.inner-carousel .slick-track:after,
.inner-carousel .slick-track:before {
  display: none
}
.inner-carousel .slick-slide {
  float: none;
  height: auto;
  min-height: 0;
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -moz-box!important;
  display: flex!important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.inner-carousel .slick-slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%
}
.inner-carousel__slide {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -moz-box!important;
  display: flex!important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%!important;
  padding: 0 5px
}
.inner-carousel .slick-prev {
  border-left-color: #ececec
}
.inner-carousel .slick-prev:active,
.inner-carousel .slick-prev:hover {
  border-left-color: red
}
.inner-carousel .slick-next {
  border-right-color: #ececec
}
.inner-carousel .slick-next:active,
.inner-carousel .slick-next:hover {
  border-right-color: red
}
.inner-carousel_sub .slick-prev {
  border-left-color: #fff
}
.inner-carousel_sub .slick-prev:active,
.inner-carousel_sub .slick-prev:hover {
  border-left-color: red
}
.inner-carousel_sub .slick-next {
  border-right-color: #fff
}
.inner-carousel_sub .slick-next:active,
.inner-carousel_sub .slick-next:hover {
  border-right-color: red
}
.contacts-list {
  background: #ececec
}
.contacts-list__cover {
  padding-top: 20px;
  padding-bottom: 50px
}
.contacts-list__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background: #fff
}
.contacts-list__nav-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 50%
}
.contacts-list__nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 59px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  font-size: 15px;
  line-height: 19px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 0 15px;
  font-weight: 500;
  width: 100%
}
.contacts-list__nav-item.active .contacts-list__nav-link {
  color: red;
  border-bottom-color: red
}
.contacts-list__content {
  padding-top: 20px;
  display: none
}
.contacts-list__content_requisites {
  padding-top: 0;
  background: #fff
}
.contacts-list__requisites-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 12px 15px 7px;
  color: #000;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.contacts-list__requisites-item:nth-child(odd) {
  background: #ececec
}
.contacts-list__requisites-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  font-weight: 700;
  margin-bottom: 5px
}
.contacts-list__requisites-name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 5px
}
.contacts-list__requisites-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  width: 100%;
  margin-bottom: 5px
}
.about-content {
  background: #fff
}
.about-content__cover {
  padding-top: 13px
}
.about-content__preview {
  margin: 0 0 30px
}
.about-content__section {
  padding-bottom: 5px
}
.about-content__section .section-name {
  margin: 0 0 10px
}
.about-content__section .section-name:before {
  height: 35px
}
.about-content__section .section-name__title {
  padding-right: 0;
  font-size: 18px
}
.info {
  background: #fff;
  padding-top: 22px;
  padding-bottom: 10px;
  overflow: hidden
}
.info_main-name {
  margin: 0 0 22px
}
.info__carousels {
  padding-top: 15px;
  margin-bottom: 20px
}
.info .inner-carousel {
  margin-top: 25px
}
.info .inner-carousel:first-child {
  margin-top: 0
}
.info__sections {
  padding-bottom: 8px
}
.info__section {
  margin-top: 24px
}
.info__section:first-child {
  margin-top: 0
}
.info__section-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 14px
}
.catalog__cover {
  padding-top: 10px;
  padding-bottom: 24px
}
.catalog__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background: #fff
}
.catalog__nav-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 50%
}
.catalog__nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 66px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 0 15px;
  font-weight: 500;
  width: 100%
}
.catalog__nav-item.active .catalog__nav-link {
  color: red;
  border-bottom-color: red
}
.catalog__content {
  padding-top: 10px;
  display: none
}
.categories__cover {
  padding-top: 20px
}
.categories__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 25px
}
.categories__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 0 10px;
  width: 100%
}
@media screen and (min-width:480px) {
  .jq-file__name {
    height: 64px
  }
  .card__name {
    padding: 5px 10px
  }
  .buttons__item {
    margin-top: 7px
  }
  .fancybox-slide--html {
    padding: 15px 40px
  }
  .modal {
    padding: 30px
  }
  .modal__close {
    right: -30px;
    top: 0
  }
  .modal__links-auth-left .form-checkbox__auth-hidden-text {
    display: inline
  }
  .projects-list__elements {
    margin: 0 -10px
  }
  .projects-list__item {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%
  }
  .banner__img {
    right: -75px
  }
  .section-cards__item_inner {
    width: 50%;
  }
}
@media screen and (min-width:600px) {
  .jq-selectbox__select {
    font-size: 18px;
    height: 59px;
    padding-left: 15px
  }
  .jq-selectbox__select-text {
    padding-top: 17px
  }
  .jq-selectbox__trigger-arrow {
    top: 25px
  }
  .jq-selectbox__dropdown {
    font-size: 18px
  }
  .jq-selectbox ul {
    max-height: 177px!important
  }
  .jq-selectbox li {
    padding: 17.5px 15px
  }
  .form-input,
  .form-textarea {
    font-size: 18px
  }
  .form-input {
    padding: 0 15px;
    height: 59px
  }
  .form-textarea {
    padding: 15px;
    height: 130px
  }
  .card__name {
    min-height: 90px;
    padding: 5px 20px
  }
  .card__title {
    font-size: 18px;
    line-height: 22px
  }
  .card__inner-content {
    padding-top: 15px;
  }
  .card__inner-content .card__name {
    margin-bottom: 15px;
    min-height: 54px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal__form-captcha {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .modal__form-captcha-img-wrapper {
    width: auto;
    margin-bottom: 0;
  }
  .modal__form-submit {
    font-size: 15px;
    line-height: 19px;
    height: 59px
  }
  .breadcrumbs {
    padding-top: 26px;
    padding-bottom: 6px;
    white-space: normal;
    overflow: visible
  }
  .page-info__title {
    font-size: 36px;
    padding-left: 50px;
    margin-bottom: 20px
  }
  .page-info__arrow {
    width: 37px;
    height: 25px;
    top: 11px
  }
  .page-info__list {
    margin-bottom: 33px
  }
  .page-info__buttons {
    width: 260px
  }
  .page-info__button {
    font-size: 15px;
    line-height: 19px;
    padding-top: 18px;
    padding-bottom: 18px
  }
  .text {
    font-size: 18px;
    line-height: 27px
  }
  .projects-list__elements {
    margin: 0 -15px
  }
  .projects-list__item {
    padding-left: 15px;
    padding-right: 15px
  }
  .ads {
    margin: 0 -5px
  }
  .ads__item {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px
  }
  .banner__content:before {
    display: none
  }
  .banner__content-bg-cubes {
    display: none
  }
  .banner__abstraction {
    right: -365px;
    top: 0;
    height: 100%;
    width: auto
  }
  .banner__img {
    width: 500px;
    height: 423px;
    right: -250px;
    top: 10px
  }
  .banner__information {
    width: 485px;
    padding-top: 64px
  }
  .banner__title {
    font-size: 44px;
    line-height: 44px;
    max-width: 300px
  }
  .banner__buttons {
    margin-right: -10px;
    padding-top: 23px;
    width: auto
  }
  .banner__buttons-item {
    width: 50%;
    padding-right: 10px
  }
  .banner__button {
    font-size: 15px;
    line-height: 19px;
    padding-top: 18px;
    padding-bottom: 18px
  }
  .banner__advantages {
    padding-top: 38px
  }
  .section-cards__list {
    margin: 0 -10px
  }
  .section-cards__item {
    padding: 0 10px 20px
  }
  .main-advantages {
    padding-top: 5px
  }
  .main-advantages .section-name {
    margin-bottom: 25px
  }
  .main-advantages__description {
    margin-bottom: 25px
  }
  .customers .section-name {
    margin-bottom: 25px
  }
  .inner-banner__abstraction {
    display: block
  }
  .inner-banner__wrapper:before {
    top: 0;
    display: none
  }
  .inner-banner_heading .inner-banner__wrapper:before {
    top: 75px
  }
  .inner-banner__name-page {
    padding-bottom: 33px
  }
  .inner-banner__title {
    font-size: 36px
  }
  .inner-banner__page-name {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 10px
  }
  .inner-banner__page-name_arrow {
    padding-left: 50px
  }
  .inner-banner__arrow {
    width: 37px;
    height: 25px;
    top: 12px
  }
  .product-info__cover {
    padding-top: 22px
  }
  .product-info__name {
    font-size: 36px;
    margin: 0 0 30px
  }
  .product-info__sub-label {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 17px
  }
  .product-info__sub-phone {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 11px
  }
  .product-info__sub-text {
    font-size: 20px;
    margin-bottom: 22px
  }
  .product-info__button {
    height: 59px;
    font-size: 15px;
    line-height: 19px;
    padding: 19px 0
  }
  .product-text__list-bars {
    margin-right: -50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .product-text__list-bar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
    padding-right: 50px
  }
  .bullet-list__item {
    font-size: 15px;
    line-height: 19px;
  }
  .product-text__characteristics .section-name {
    margin-bottom: 15px
  }
  .product-text__characteristics-content {
    margin: 0;
    padding-bottom: 0
  }
  .product-text__table {
    display: table
  }
  .product-text__table-mobile {
    display: none
  }
  .inner-carousel_sub {
    padding-bottom: 3px
  }
  .contacts-list__requisites-item {
    padding: 12px 0 12px 30px;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 18px;
    line-height: 23px
  }
  .contacts-list__requisites-title {
    padding-right: 30px;
    margin-bottom: 0
  }
  .contacts-list__requisites-name {
    padding-right: 30px;
    width: 240px;
    margin-bottom: 0
  }
  .contacts-list__requisites-text {
    padding-right: 30px;
    margin-bottom: 0
  }
  .categories__list {
    margin: 0 -10px;
    padding-bottom: 20px
  }
  .categories__item {
    width: 50%;
    padding: 0 10px 20px
  }
}
@media screen and (min-width:768px) {
  .jq-selectbox__select {
    height: 72px;
    padding: 0 56px 0 30px;
    font-size: 24px
  }
  .jq-selectbox__select-text {
    padding-top: 19px
  }
  .jq-selectbox__trigger {
    width: 56px
  }
  .jq-selectbox__trigger-arrow {
    top: 28px;
    right: 21px;
    width: 11px;
    height: 11px
  }
  .jq-selectbox__dropdown {
    font-size: 24px
  }
  .jq-selectbox ul {
    max-height: 360px!important
  }
  .jq-selectbox li {
    padding: 20.5px 56px 20.5px 30px
  }
  .jq-selectbox li:before {
    display: block
  }
  .form-input,
  .form-textarea {
    font-size: 24px
  }
  .error .form-input,
  .error .form-textarea {
    box-shadow: inset 0 0 0 2px red
  }
  .form-input {
    padding: 0 30px;
    height: 72px
  }
  .form-input:disabled {
    font-size: 36px;
    height: 47px;
    margin-bottom: 15px;
    padding-right: 65px
  }
  .form-textarea {
    padding: 20px 30px
  }
  .form-checkbox__marker {
    width: 25px;
    height: 25px
  }
  .form-checkbox__icon {
    width: 14px;
    height: 10px;
    margin-left: -7px;
    margin-top: -5px
  }
  .form-checkbox__text {
    font-size: 18px;
    line-height: 23px
  }
  .form-radio__marker {
    width: 30px;
    height: 30px
  }
  .form-radio__input:checked + .form-radio__marker {
    border-width: 6px
  }
  .form-radio__text {
    font-size: 18px;
    line-height: 23px;
    padding-top: 5px
  }
  .form-radio__text_big {
    font-size: 24px;
    line-height: 31px;
    padding-top: 0;
    padding-left: 15px
  }
  .jq-file__name {
    font-size: 17px;
    line-height: 25px
  }
  .logo {
    width: auto;
    margin: 0
  }
  .nav {
    top: 90px
  }
  .section-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 2px 0 2px 20px
  }
  .section-name_custome {
    padding: 0
  }
  .section-name:before {
    display: block
  }
  .section-name_custome:before {
    display: none
  }
  .info-blocks {
    margin: 0 -10px
  }
  .info-blocks__item {
    width: 33.3333333333%;
    padding: 0 10px 20px
  }
  .info-blocks__item_width-big {
    width: 50%
  }
  .info-blocks__item-big {
    display: block;
    padding: 38px 10px 22px;
    min-height: 0;
    text-align: center;
    border-bottom: 2px solid red
  }
  .info-blocks__item-img-block {
    height: 67px;
    width: 100%;
    margin-right: 0
  }
  .info-blocks__item-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
  }
  .info-blocks__item-name {
    margin: 42px 0 0;
    text-align: center;
    font-size: 18px;
    line-height: 23px
  }
  .info-blocks__item-name br {
    display: block
  }
  .info-blocks__item-logo-block {
    min-height: 70px;
    height: auto
  }
  .address__content {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 25px 15px 0
  }
  .address__button-block-gray,
  .address__button-block-red,
  .address__emails,
  .address__information,
  .address__phones {
    padding-left: 15px;
    padding-right: 15px
  }
  .address__information {
    width: 44%
  }
  .address__point {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 25px
  }
  .address__time {
    margin-bottom: 25px
  }
  .address__button-block-gray {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1
  }
  .address__button-block-red {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2
  }
  .address__button-gray,
  .address__button-red {
    margin-bottom: 25px
  }
  .address__contacts-elements {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
    width: auto
  }
  .address__phones {
    padding-bottom: 25px;
    width: 50%
  }
  .address__emails {
    padding-bottom: 25px;
    width: 50%
  }
  .fancybox-slide--html {
    padding-left: 80px;
    padding-right: 80px
  }
  .modal .section-name:before {
    height: 54px
  }
  .modal .section-name__title {
    font-size: 36px
  }
  .modal__form-label {
    font-size: 18px;
    line-height: 23px
  }
  .modal__form-submit {
    font-size: 23px;
    line-height: 29px;
    height: 80px;
    margin-top: 30px
  }
  .modal__close {
    width: 36px;
    height: 36px;
    right: -58px
  }
  .modal__close:after,
  .modal__close:before {
    margin-left: -2px;
    width: 4px
  }
  .modal__links-auth {
    margin-right: -30px
  }
  .modal__links-auth-left {
    padding-right: 30px
  }
  .modal__links-auth-left .form-checkbox__marker {
    top: 3px
  }
  .modal__links-auth-left .form-checkbox__text {
    padding-top: 0;
    font-size: 24px;
    line-height: normal
  }
  .modal__links-auth-right {
    padding-right: 30px
  }
  .modal__link-recovery {
    font-size: 24px;
    line-height: normal
  }
  .modal__finish-text {
    font-size: 36px;
    line-height: 44px;
    max-width: 630px;
    padding-bottom: 20px
  }
  .error-list__content {
    font-size: 18px;
    line-height: 23px;
    border-left-width: 5px;
    padding-left: 23px
  }
  .page-info {
    padding-bottom: 50px
  }
  .page-info__title {
    margin: 0 0 40px
  }
  .page-info__list {
    margin-bottom: 45px
  }
  .page-info__list-item {
    font-size: 18px;
    line-height: 23px
  }
  .page-info__list-marker {
    top: 2px
  }
  .bullet-list__item {
    font-size: 18px;
    line-height: 27px
  }
  .small-bullet-list__item,
  .info__description-project ul li {
    font-size: 18px;
    line-height: 27px
  }
  .small-bullet-list__item:before,
  .info__description-project ul li:before {
    top: 10px
  }
  .projects-list {
    padding-bottom: 50px
  }
  .projects-list__item {
    padding-bottom: 44px
  }
  .projects-list__item-container {
    padding-bottom: 94px
  }
  .projects-list__item-content {
    padding-top: 30px
  }
  .projects-list__item-name {
    font-size: 27px;
    line-height: 34px
  }
  .projects-list__item-description {
    font-size: 18px;
    line-height: 27px;
    margin-top: 25px
  }
  .projects-list__item-button {
    font-size: 20px;
    line-height: 20px;
    min-width: 175px;
    padding: 19px 10px;
    height: 62px
  }
  .projects-list__button-load {
    padding: 33px;
    font-size: 20px;
    line-height: 20px
  }
  .ads {
    margin: 0 -12px
  }
  .ads__item {
    padding: 0 12px 24px
  }
  .ads__item-botom-content {
    padding: 0 0 15px 15px
  }
  .ads__item-info {
    padding: 32px 15px 23px
  }
  .ads__item-title {
    font-size: 27px;
    line-height: 34px
  }
  .ads__item-description {
    font-size: 18px;
    line-height: 27px;
    margin-top: 30px
  }
  .ads__item-price {
    font-size: 24px;
    line-height: 24px;
    padding-right: 15px
  }
  .ads__item-button-block {
    padding-right: 15px
  }
  .ads__item-button {
    font-size: 20px;
    line-height: 20px;
    min-width: 154px;
    padding-top: 19px;
    padding-bottom: 19px;
    height: 62px
  }
  .pagination {
    padding-top: 0
  }
  .pagination__link {
    min-width: 53px;
    height: 53px;
    font-size: 24px;
    line-height: 53px
  }
  .header {
    background: 0 0;
    position: absolute
  }
  .header__content {
    height: 90px;
    padding-right: 60px
  }
  .header__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
  }
  .banner__img {
    right: -222px;
    top: 73px;
    width: 590px;
    height: 499px
  }
  .banner__cover {
    padding-bottom: 0
  }
  .banner__information {
    padding-top: 128px
  }
  .banner__title {
    font-size: 46px;
    line-height: 46px;
    max-width: 375px
  }
  .banner__buttons {
    padding-top: 35px
  }
  .banner__advantages {
    padding-top: 52px
  }
  .banner__advantages-list {
    margin-right: -15px
  }
  .banner__advantage-item {
    width: 33.3333333333%;
    padding-right: 15px;
    margin-bottom: 15px
  }
  .section-cards__item {
    width: 33.3333333333%
  }
  .main-advantages {
    padding-top: 25px
  }
  .main-advantages .section-name {
    margin-bottom: 27px
  }
  .main-advantages__description {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 27px
  }
  .addresses__item {
    margin-top: 20px
  }
  .footer__information-cover {
    padding-top: 20px;
    padding-bottom: 20px
  }
  .footer__information-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-right: -25px
  }
  .footer__copyright,
  .footer__policy,
  .footer__studio {
    padding-right: 25px;
    text-align: left;
    margin-top: 0
  }
  .footer__copyright br,
  .footer__policy br,
  .footer__studio br {
    display: block
  }
  .footer__copyright {
    width: 50%
  }
  .footer__policy {
    width: 50%
  }
  .footer__policy-link {
    text-decoration: underline
  }
  .footer__policy-link:active,
  .footer__policy-link:hover {
    text-decoration: none
  }
  .customers {
    padding-top: 17px
  }
  .customers .section-name {
    margin-bottom: 35px
  }
  .customers__carousel {
    margin: 0 -10px
  }
  .customers__item {
    padding: 0 10px
  }
  .customers__item-content {
    height: 170px
  }
  .customers__item-img {
    max-height: 93px
  }
  .inner-banner__wrapper {
    padding-top: 90px
  }
  .inner-banner_heading .inner-banner__wrapper:before {
    top: 90px
  }
  .product-info__sub-info {
    padding: 30px 50px 50px 50px;
    margin: 0
  }
  .product-info__sub-label {
    font-size: 36px
  }
  .product-info__sub-phone {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 16px
  }
  .product-info__sub-text {
    font-size: 29px;
    margin-bottom: 27px
  }
  .product-info__button {
    font-size: 24px;
    line-height: 31px;
    height: 83px;
    padding: 24px 0
  }
  .product-text__carousels {
    padding-top: 30px
  }
  .product-text__lists {
    padding-top: 43px
  }
  .product-text__list-section {
    margin-top: 35px
  }
  .product-text__list-section .section-name {
    margin-bottom: 30px
  }
  .product-text__characteristics {
    padding-top: 30px
  }
  .inner-carousel__header {
    padding-bottom: 30px
  }
  .inner-carousel_sub .inner-carousel__header {
    padding-top: 30px
  }
  .inner-carousel__slider {
    margin: 0 -10px
  }
  .inner-carousel__slide {
    padding: 0 10px
  }
  .contacts-list__nav-link {
    height: 90px;
    font-size: 24px;
    line-height: 30px
  }
  .contacts-list__requisites-name {
    width: 340px
  }
  .about-content__cover {
    padding-top: 28px
  }
  .about-content__preview {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 35px
  }
  .about-content__section {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 24px
  }
  .about-content__section .section-name {
    padding: 3px 0 3px 20px;
    margin-bottom: 22px
  }
  .about-content__section .section-name:before {
    display: block
  }
  .about-content__section .section-name__title {
    font-size: 24px
  }
  .info {
    padding-bottom: 30px
  }
  .info_main-name {
    margin-bottom: 18px
  }
  .info__carousels {
    padding-top: 30px
  }
  .info__sections {
    padding-top: 45px;
    padding-bottom: 33px
  }
  .info__section {
    margin-top: 55px
  }
  .info__section-name {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px
  }
  .catalog__cover {
    padding-top: 15px;
    padding-bottom: 30px
  }
  .catalog__nav-link {
    height: 90px;
    font-size: 24px;
    line-height: 30px
  }
  .catalog__content {
    padding-top: 25px
  }
}
@media screen and (min-width:990px) {
  body {
    font-size: 18px;
    line-height: 27px
  }
  p {
    margin: 0 0 27px
  }
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 27px
  }
  .h1,
  h1 {
    font-size: 48px
  }
  .h2,
  h2 {
    font-size: 38px
  }
  .h3,
  h3 {
    font-size: 36px
  }
  .h4,
  h4 {
    font-size: 34px
  }
  .h5,
  h5 {
    font-size: 24px
  }
  .h6,
  h6 {
    font-size: 18px
  }
  ol,
  ul {
    margin: 0 0 27px
  }
  q {
    margin: 0 0 27px
  }
  .cover {
    max-width: 970px
  }
  .slick-dots {
    padding-top: 26px
  }
  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: auto;
    background: 0 0;
    position: relative;
    top: 0;
    height: 100%;
    border-top: none;
    border-bottom: none
  }
  .nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 0
  }
  .nav__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
  }
  .nav__link:active,
  .nav__link:hover {
    color: red
  }
  .nav__link-text {
    padding: 0 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
  }
  .advantage {
    padding: 30px 30px 20px
  }
  .advantage__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px
  }
  .advantage__text {
    margin-bottom: 10px
  }
  .section-name {
    padding: 3px 0 3px 29px
  }
  .section-name_custome {
    padding: 3px 0 3px 29px
  }
  .section-name:before {
    height: 54px
  }
  .section-name_custome:before {
    display: block
  }
  .section-name__title {
    font-size: 36px
  }
  .section-cards__item_inner .card {
    border-bottom: 2px solid #ff0000;
  }
  .card__title {
    font-size: 20px;
    line-height: 24px
  }
  .card__inner-content .card__name {
    min-height: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .card__inner-content .card__title {
    line-height: 30px;
  }
  .card__inner-description {
    line-height: 23px;
    margin-bottom: 25px;
    font-size: 17px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .card__inner-button-block {
    padding: 0 20px 24px;
  }
  .card__inner-button {
    font-size: 20px;
    padding: 16px 0;
  }
  .info-blocks__item-big {
    padding: 35px 20px 30px;
    border-bottom: none
  }
  .info-blocks__item-img-block {
    height: 156px
  }
  .info-blocks__item-name {
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px
  }
  .info-blocks__item-logo-block {
    min-height: 140px
  }
  .info-blocks__item-logo {
    max-width: 371px;
    max-height: 51px
  }
  .address__content {
    padding: 20px 10px 0
  }
  .address__button-block-gray,
  .address__button-block-red,
  .address__emails,
  .address__information,
  .address__phones {
    padding-left: 20px;
    padding-right: 20px
  }
  .address__information {
    width: 40%;
    padding-bottom: 5px
  }
  .address__point {
    margin-bottom: 15px
  }
  .address__time {
    margin-bottom: 15px;
    line-height: 23px
  }
  .address__button-block-gray,
  .address__button-block-red {
    padding-bottom: 5px
  }
  .address__button-gray,
  .address__button-red {
    font-size: 20px;
    padding: 15px 25px;
    margin-bottom: 15px
  }
  .address__phones {
    padding-bottom: 14px
  }
  .address__emails {
    padding-bottom: 20px
  }
  .address__phone-link {
    font-size: 22px;
    line-height: 23px
  }
  .address__map-container {
    height: 410px
  }
  .buttons {
    display: block
  }
  .modal {
    padding: 70px 80px 80px
  }
  .modal .section-name {
    margin: 0 0 60px
  }
  .modal .section-name__title {
    font-size: 38px
  }
  .modal__button-block {
    padding-top: 15px
  }
  .modal__finish-text {
    font-size: 38px;
    line-height: 46px;
    padding-bottom: 5px
  }
  .breadcrumbs {
    font-size: 23px;
    line-height: 30px;
    color: rgba(255,255,255,.23);
    padding-top: 34px;
    padding-bottom: 20px
  }
  .breadcrumbs__link {
    color: rgba(255,255,255,.23)
  }
  .page-info {
    padding-top: 50px;
    padding-bottom: 100px
  }
  .page-info__title {
    margin: 0 0 80px;
    padding-left: 60px
  }
  .page-info__arrow {
    top: 20px
  }
  .page-info__list {
    margin-bottom: 85px
  }
  .page-info__list-item {
    font-size: 23px;
    line-height: normal;
    padding-left: 60px;
    margin-top: 20px
  }
  .page-info__list-marker {
    width: 24px;
    height: 24px;
    top: 3px
  }
  .page-info__list-marker:before {
    width: 12px;
    height: 12px
  }
  .page-info__buttons {
    width: 430px
  }
  .page-info__button {
    font-size: 23px;
    line-height: 29px;
    padding-top: 25px;
    padding-bottom: 25px
  }
  .text {
    font-size: 24px;
    line-height: 31px
  }
  .text p {
    margin: 0 0 32px
  }
  .text .h1,
  .text .h2,
  .text .h3,
  .text .h4,
  .text .h5,
  .text .h6,
  .text h1,
  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    margin: 0 0 32px
  }
  .text ol,
  .text ul {
    margin: 0 0 32px
  }
  .text q {
    margin: 0 0 32px
  }
  .text .section-name {
    margin-bottom: 32px
  }
  .text__heading-text {
    font-size: 24px;
    line-height: 31px
  }
  .bullet-list__item {
    font-size: 24px;
    line-height: 31px;
    padding-left: 30px
  }
  .bullet-list__item:before {
    top: 13px
  }
  .small-bullet-list__item {
    padding-left: 30px;
    margin-top: 20px
  }
  .projects-list {
    padding-top: 20px
  }
  .projects-list__elements {
    margin: 0 -20px
  }
  .projects-list__item {
    padding: 0 20px 40px
  }
  .projects-list__item-container {
    /* padding-bottom: 0 */
  }
  .projects-list__item-img-block {
    height: 388px;
    overflow: hidden
  }
  .projects-list__item-img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
  }
	/*
  .projects-list__item-content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    padding: 34px 25px 112px;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: rgba(255,255,255,.96);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px)
  }
	*/
  .projects-list__item-name {
    font-size: 24px;
    line-height: 31px;
    max-height: 93px;
    overflow: hidden
  }
  .projects-list__item-description {
    font-size: 19px;
    line-height: 28px;
    /*max-height: 84px;*/
    overflow: hidden;
    margin-top: 34px
  }
  .projects-list__item-button-block {
    padding: 0 25px;
   /* bottom: 25px */
  }
  .projects-list__item-button {
    color: red;
    border-color: red;
    min-width: 237px;
    padding: 19px
  }
  .projects-list__item-button:active,
  .projects-list__item-button:hover {
    background: red
  }
  .ads__item-botom-content {
    padding: 0 10px 25px 25px
  }
  .ads__item-info {
    padding: 32px 25px 23px
  }
  .ads__item-price {
    font-size: 32px;
    line-height: 32px
  }
  .ads__item-button {
    min-width: 190px
  }
  .pagination {
    padding-top: 48px
  }
  .header__content {
    padding-left: 0;
    padding-right: 0
  }
  .header__pull {
    display: none
  }
  .header__call-button {
    display: none
  }
  .banner__content:before {
    display: block
  }
  .banner__content-bg-cubes {
    display: block
  }
  .banner__abstraction-cover {
    padding-top: 90px
  }
  .banner__abstraction {
    right: 0
  }
  .banner__img {
    width: 740px;
    height: 626px;
    right: -300px;
    top: 100px
  }
  .banner__cover {
    padding-bottom: 45px
  }
  .banner__information {
    width: 710px;
    padding-top: 150px;
    margin-bottom: 0
  }
  .banner__title {
    font-size: 60px;
    line-height: 66px;
    max-width: 490px
  }
  .banner__title span {
    font-weight: 400
  }
  .banner__buttons {
    margin-right: -30px;
    padding-top: 35px
  }
  .banner__buttons-item {
    padding: 30px 30px 0 0
  }
  .banner__button {
    font-size: 23px;
    line-height: 29px;
    padding-top: 25px;
    padding-bottom: 25px
  }
  .banner__advantages {
    padding-top: 80px
  }
  .banner__advantages-list {
    margin-right: -30px
  }
  .banner__advantage-item {
    padding-right: 30px;
    margin-bottom: 30px
  }
  .section-cards {
    padding-top: 44px;
    padding-bottom: 0
  }
  .section-cards__item_inner {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .section-cards .section-name {
    margin-bottom: 44px
  }
  .section-cards_inner .section-name {
    margin-bottom: 24px;
  }
  .section-cards .section-name__title {
    font-size: 38px
  }
  .main-advantages {
    padding-top: 25px
  }
  .main-advantages .section-name {
    margin-bottom: 45px
  }
  .main-advantages .section-name__title {
    font-size: 38px
  }
  .main-advantages__description {
    margin-bottom: 60px;
    display: block
  }
  .addresses__cover {
    padding-bottom: 25px;
    padding-top: 40px
  }
  .addresses__item_inner {
    margin-top: 37px
  }
  .footer__information {
    font-size: 18px;
    line-height: 23px
  }
  .footer__information-cover {
    padding-top: 30px;
    padding-bottom: 30px
  }
  .footer__information-content {
    color: #5a5a5a
  }
  .footer__policy-link {
    color: #5a5a5a
  }
  .footer__studio-link {
    color: #5a5a5a
  }
  .customers {
    padding-top: 20px
  }
  .customers .section-name {
    margin-bottom: 40px
  }
  .customers .section-name__title {
    font-size: 38px
  }
  .inner-banner__wrapper:before {
    display: block;
    background: url(/local/templates/stankov/css/../images/bg-cubes.png) left top repeat
  }
  .inner-banner__name-page {
    margin-right: -50px;
    padding-bottom: 20px
  }
  .inner-banner__title {
    font-size: 48px;
    padding: 15px 50px 15px 0
  }
  .inner-banner__name-button {
    display: block;
    margin-right: 50px
  }
  .inner-banner__page-name {
    margin: 20px 0 35px;
    font-size: 48px
  }
  .inner-banner__page-name_arrow {
    padding-left: 60px
  }
  .inner-banner__arrow {
    top: 20px
  }
  .product-info__cover {
    padding-top: 48px;
    padding-bottom: 1px
  }
  .product-info__name {
    font-size: 48px;
    margin-bottom: 55px
  }
  .product-info__img-block {
    margin-bottom: 70px;
    width: 640px
  }
  .product-info__description {
    margin-bottom: 70px
  }
  .product-info__sub-info {
    padding: 30px
  }
  .product-info__sub-label {
    margin-bottom: 38px
  }
  .product-text {
    padding-bottom: 13px
  }
  .product-text__carousels {
    padding-top: 35px;
    margin-bottom: 27px
  }
  .product-text .inner-carousel {
    margin-top: 40px
  }
  .product-text__lists {
    padding-top: 48px;
    padding-bottom: 27px
  }
  .product-text__list-section {
    margin-top: 72px
  }
  .product-text__list-section .section-name {
    margin-bottom: 35px
  }
  .product-text__characteristics {
    padding-top: 35px;
    margin-bottom: 27px
  }
  .product-text__characteristics .section-name {
    margin-bottom: 40px
  }
  .product-text__table {
    font-size: 24px;
    line-height: 31px
  }
  .product-text__table td,
  .product-text__table th {
    padding-left: 30px;
    padding-right: 30px
  }
  .inner-carousel_sub {
    padding-bottom: 0
  }
  .inner-carousel__header {
    padding-bottom: 40px
  }
  .inner-carousel_sub .inner-carousel__header {
    padding-top: 40px
  }
  .contacts-list__cover {
    padding-top: 40px;
    padding-bottom: 70px
  }
  .contacts-list__content {
    padding-top: 37px
  }
  .contacts-list__content_requisites {
    padding-top: 0
  }
  .contacts-list__requisites-item {
    padding: 15px 0 15px 55px;
    font-size: 24px;
    line-height: normal
  }
  .contacts-list__requisites-title {
    padding-right: 55px
  }
  .contacts-list__requisites-name {
    padding-right: 55px
  }
  .contacts-list__requisites-text {
    padding-right: 55px
  }
  .about-content__cover {
    padding-top: 85px
  }
  .about-content__preview {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 45px
  }
  .about-content__section {
    padding-bottom: 34px
  }
  .about-content__section .section-name {
    margin: 0 0 37px;
    padding: 3px 0 3px 29px
  }
  .about-content__section .section-name:before {
    height: 54px
  }
  .about-content__section .section-name__title {
    font-size: 36px
  }
  .info {
    padding-top: 65px
  }
  .info_main-name {
    margin-bottom: 50px
  }
  .info__carousels {
    padding-top: 35px;
    margin-bottom: 27px
  }
  .info .inner-carousel {
    margin-top: 40px
  }
  .info__sections {
    padding-top: 50px;
    padding-bottom: 50px
  }
  .info__section {
    margin-top: 80px
  }
  .catalog__cover {
    padding-top: 40px;
    padding-bottom: 40px
  }
  .catalog__content {
    padding-top: 32px
  }
  .categories__cover {
    padding-top: 33px
  }
  .categories__list {
    padding-bottom: 40px
  }
}
@media screen and (min-width:1200px) {
  .cover {
    max-width: 1015px
  }
  .logo__company-name {
    display: block
  }
  .nav__link-text {
    padding: 0 17px
  }
  .address__information {
    width: 50%
  }
  .buttons__item {
    margin-top: 10px
  }
  .buttons__item:first-child {
    margin-top: 0
  }
  .buttons__link {
    width: 70px;
    height: 70px
  }
  .buttons__icon_phone {
    width: 26px;
    height: 21px
  }
  .page-info__img {
    display: block
  }
  .page-info__content {
    width: 720px
  }
  .page-info__title {
    font-size: 58px;
    line-height: 63px
  }
  .page-info__button {
    padding-top: 33px;
    padding-bottom: 33px
  }
  .header__contacts {
    display: none
  }
  .banner__img {
    right: -400px;
    width: 901px;
    height: 762px
  }
  .banner__cover {
    padding-bottom: 50px
  }
  .banner__information {
    width: 760px;
    padding-top: 173px
  }
  .banner__title {
    font-size: 68px;
    line-height: 74px;
    max-width: 535px
  }
  .banner__buttons {
    padding-top: 70px
  }
  .banner__button {
    padding-top: 33px;
    padding-bottom: 33px
  }
  .banner__advantages {
    padding-top: 73px
  }
  .footer__copyright br,
  .footer__policy br,
  .footer__studio br {
    display: none
  }
  .footer__copyright {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto
  }
  .footer__policy {
    text-align: center;
    width: auto
  }
  .product-info__button {
    height: 90px;
    padding: 28px 0
  }
  .product-text {
    padding-bottom: 28px
  }
  .product-text .inner-carousel {
    margin-top: 75px
  }
  .inner-carousel_sub {
    margin-bottom: 20px
  }
  .inner-carousel__header {
    padding-bottom: 50px
  }
  .inner-carousel_sub .inner-carousel__header {
    padding-top: 50px
  }
  .info .inner-carousel {
    margin-top: 75px
  }
}
@media screen and (min-width:1360px) {
  .cover {
    max-width: 1175px
  }
  .logo__link {
    font-size: 24px;
    line-height: 31px
  }
  .advantage__title {
    font-size: 25px;
    line-height: 33px
  }
  .advantage__text {
    font-size: 20px;
    line-height: 30px
  }
  .info-blocks__item-big {
    padding-left: 30px;
    padding-right: 30px
  }
  .page-info__img {
    right: -350px
  }
  .projects-list {
    padding-top: 40px;
    padding-bottom: 70px
  }
  .projects-list__item {
    width: 33.3333333333%
  }
  .ads__item {
    width: 33.3333333333%
  }
  .ads__item-price {
    font-size: 24px;
    line-height: 24px
  }
  .ads__item-button {
    min-width: 154px
  }
  .banner__img {
    right: -300px
  }
  .section-cards__item {
    width: 25%
  }
  .footer__logos-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-right: -25px
  }
  .footer__main-logo {
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
  }
  .footer__all-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .footer__small-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    width: 26%
  }
  .footer__small-logo:last-child {
    width: 22%
  }
  .footer__logos-arrow {
    display: none
  }
  .product-info__cover {
    padding-top: 80px;
    padding-bottom: 28px
  }
  .product-info__name {
    margin: 0 0 90px
  }
  .product-info__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
  }
  .product-info__img-block {
    margin: 0 0 70px;
    width: 550px
  }
  .product-info__description {
    padding-left: 50px
  }
  .product-text__characteristics .section-name {
    margin-bottom: 35px
  }
  .product-text__table td:first-child,
  .product-text__table th:first-child {
    padding-left: 60px
  }
  .product-text__table td:last-child,
  .product-text__table th:last-child {
    padding-right: 60px
  }
  .product-text__table th {
    padding-top: 25px;
    padding-bottom: 25px
  }
  .inner-carousel__slider_video {
    margin: 0 -25px
  }
  .inner-carousel__slider_video .inner-carousel__slide {
    padding: 0 25px
  }
  .contacts-list__nav-item {
    width: auto
  }
  .contacts-list__nav-link {
    padding: 0 90px;
    width: auto
  }
  .contacts-list__requisites-name {
    width: 540px
  }
}
@media screen and (min-width:1715px) {
  .cover {
    max-width: 1530px
  }
  .advantage {
    padding: 30px 47px 5px
  }
  .advantage__title {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px
  }
  .advantage__text {
    margin: 0 0 20px
  }
  .info-blocks {
    margin: 0 -15px
  }
  .info-blocks__item {
    padding: 0 15px 30px
  }
  .info-blocks__item-name {
    font-size: 27px;
    line-height: 32px;
    margin-top: 34px
  }
  .address__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
  }
  .address_inner .address__content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 30px 0;
    width: 521px;
    position: relative;
    z-index: 2
  }
  .address__information {
    width: 530px
  }
  .address_inner .address__information {
    padding: 0;
    width: 100%
  }
  .address_inner .address__point {
    font-size: 24px;
    line-height: 31px;
    margin: 0 0 33px
  }
  .address_inner .address__time {
    margin: 0 0 30px;
    padding: 0 0 0 65px
  }
  .address__contacts {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .address_inner .address__contacts {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start
  }
  .address__button-block-gray,
  .address__button-block-red {
    width: auto
  }
  .address_inner .address__button-block-gray,
  .address_inner .address__button-block-red {
    width: 100%;
    padding: 0
  }
  .address_inner .address__button-block-gray {
    display: none;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3
  }
  .address__button-block-red {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3
  }
  .address_inner .address__button-block-red {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2
  }
  .address_inner .address__button-gray,
  .address_inner .address__button-red {
    margin: 0 0 30px
  }
  .address__button-gray {
    min-width: 150px
  }
  .address__contacts-elements {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
  }
  .address_inner .address__contacts-elements {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1
  }
  .address__phones {
    width: 55%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
  }
  .address_inner .address__phones {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    padding: 0 0 0 65px;
    margin: 0 0 18px
  }
  .address_inner .address__phones-container {
    width: 100%
  }
  .address__emails {
    width: 45%
  }
  .address_inner .address__emails {
    width: 100%;
    padding: 0 0 0 65px;
    margin: 0 0 30px
  }
  .address_inner .address__map {
    display: block!important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 521px;
    z-index: 1
  }
  .address_inner .address__map-container {
    height: 100%
  }
  .address_inner .address__icon-block {
    display: block
  }
  .page-info__img {
    right: -170px
  }
  .ads__item-price {
    font-size: 36px;
    line-height: 36px
  }
  .ads__item-button {
    min-width: 190px
  }
  .header__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
  }
  .banner__img {
    right: 33px;
    top: 130px
  }
  .section-cards__item {
    width: 20%
  }
  .footer__logos-content {
    margin-right: -25px
  }
  .footer__main-logo {
    width: 550px;
    padding-right: 25px
  }
  .footer__logo_main .footer__logo-name {
    padding-left: 25px
  }
  .footer__logo_main .footer__logo-name-text {
    font-size: 24px;
    line-height: 30px
  }
  .footer__small-logo {
    padding-right: 25px
  }
  .footer__copyright {
    width: 550px
  }
  .footer__policy {
    text-align: left
  }
  .customers {
    padding-top: 12px
  }
  .customers__item-content {
    height: 200px
  }
  .product-info__img-block {
    width: 640px
  }
  .product-info__description {
    padding-left: 90px
  }
  .product-info__sub-info {
    padding: 47px 60px 60px 60px
  }
  .categories__list {
    margin: 0 -25px;
    padding-bottom: 10px
  }
  .categories__item {
    padding: 0 25px 50px
  }
  .card__inner-content .card__name {
    margin-bottom: 15px;
  }
  .card__inner-description {
    font-size: 18px;
    padding-top: 15px;
  }

}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?154918503564*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */


/* Start:/bitrix/components/bitrix/form.result.new/error.css?1549185085163*/
.form-error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/components/bitrix/form.result.new/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/stankov/template_styles.css?16705663641383*/
.no-items {
	text-align: center;
	width: 100%;
	color: #969696;
	background: #fff;
	margin: 12px;
	padding: 12px;
}

@media screen and (min-width: 1200px)
{
	.header__contacts {
		display: flex;
	}

	.header__contacts a {
		font-size: 16px;
	}
}


@media screen and (min-width: 1400px)
{
	.header__contacts a {
		font-size: 21px;
	}
}

.in-stock {
	color: #0d7b12;
	font-size: 18px;
}

.carousels-before {
	padding-top: 0;
	padding-bottom: 35px;
}

.projects-list__item-description {
	display: none;
}

.projects-list__item-container:before {
	content: "";
	display: none;
	position: absolute;
	left: -15px;
	top: -15px;
	right: -15px;
	bottom: -15px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.projects-list__item-container:hover:before {
	display: block;
}

.projects-list__item-img-block,
.projects-list__item-content {
	z-index: 10;
}

.projects-list__item-name {
	max-height: unset!important;
}

.catalog__parts {
	display: block;
}

.catalog__parts .ads__item-info {
	padding-bottom: 22px;
	text-align: center;
}

@media screen and (min-width: 768px)
{
	.catalog__parts .ads__item-info {
		padding-bottom: 32px;
	}
}

.product-info__button {
	color: #fff;
	text-decoration: none;
}

.item-sold {
	opacity: 0.5;
}

.detail-item-sold {
	background: #ff0000;
	color: #fff;
	padding: 10px 0;
	font-weight: bold;
	margin-bottom: 20px;
	opacity: 0.8;
	text-transform: uppercase;
}
/* End */
/* /local/templates/stankov/css/normalize.css?15823630712166 */
/* /local/templates/stankov/css/slick.css?15823630711578 */
/* /local/templates/stankov/css/fancybox.css?158236307115380 */
/* /local/templates/stankov/css/styles.css?1593081258101389 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?154918503564 */
/* /bitrix/components/bitrix/form.result.new/error.css?1549185085163 */
/* /local/templates/stankov/template_styles.css?16705663641383 */
