

/* Start:/bitrix/templates/quartz2018/js/fancybox/jquery.fancybox.css?175601957017669*/
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

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

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

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

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  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 > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* End */


/* Start:/bitrix/templates/quartz2018/js/slick/slick.css?17560195701776*/
/* Slider */
.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: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    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:/bitrix/templates/quartz2018/js/swiper/css/swiper.min.css?175601957019778*/
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */


/* Start:/bitrix/templates/quartz2018/css/tooltipster.bundle.min.css?17560195706495*/
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
/* End */


/* Start:/bitrix/templates/quartz2018/js/lazyYT/lazyYT.css?17560195702477*/
/*!
* lazyYT (lazy load YouTube videos)
* v1.0.1 - 2014-12-30
* (CC) This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
* http://creativecommons.org/licenses/by-sa/4.0/
* Contributors: https://github.com/tylerpearson/lazyYT/graphs/contributors || https://github.com/daugilas/lazyYT/graphs/contributors
*/

.lazyYT-container {
  direction:ltr;
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  background-color: #000000;
}

.lazyYT-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*
 * Video Title (YouTube style)
 */

.lazyYT-container .html5-info-bar {
  position: absolute;
  top: 0;
  z-index: 935;
  width: 100%;
  height: 30px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
     -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
          transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.lazyYT-container .html5-title {
  padding-right: 6px;
  padding-left: 12px;
}

.lazyYT-container .html5-title-text-wrapper {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}

.lazyYT-container .html5-title-text {
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none;
}

.lazyYT-container .html5-title-text:hover {
  color: #fff;
  text-decoration: underline;
}

/*
 * Thumbnail
 */

.ytp-thumbnail {
  padding-bottom: inherit;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

/*
 * Play button (YouTube style)
 */

.ytp-large-play-button {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 86px !important;
  height: 60px !important;
  padding: 0 !important;
  margin: -29px 0 0 -42px !important;
  font-size: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  opacity: .9;
}

.ytp-large-play-button-svg {
  opacity: .9;
  fill: #1f1f1f;
}

.lazyYT-image-loaded:hover .ytp-large-play-button-svg,
.ytp-large-play-button:focus .ytp-large-play-button-svg {
  opacity: 1;
  fill: #cc181e;
}

/* End */


/* Start:/bitrix/templates/quartz2018/css/style.css?175601957055062*/
.header.inner.sticky .link-vk-youtube-mobile {
    display: none;
}/* Reset styles
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, summary {
	display: block;
}
body { 
    line-height: 1;
}
:focus { 
    outline: 0;
}
ins { 
    text-decoration: none;
}
del { 
    text-decoration: line-through;
}
input, textarea {
	padding: 0;
}
table {
	border-collapse: collapse;.work-chars
	border-spacing: 0;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
}
u {
	text-decoration: underline;
}

/* Global styles
-----------------------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 0;
	min-height: 0;
}

@font-face {
    font-family: 'Monotype Corsiva';
    src: url('/bitrix/templates/quartz2018/css/../fonts/monotypecorsiva.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
	background: #fff;
	color: #000000;
	font: 17px "Open Sans", Tahoma, Arial, Verdana, sans-serif;
	font-weight: 400;
	line-height: 1.55;
	width: 100%;
	min-width: 300px;
}

a {
	color: #ff4343;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 15px 0;
}
h1, .h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 1.1;
	margin: 15px 0 25px 0;
}
h1, .h1 {
	font-size: 36px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
ul {
	list-style: disc;
	margin: 5px 0 5px 15px;
}
ol {
	list-style: decimal;
	margin: 5px 0 5px 15px;
}
li {margin: 0;}
input {
	vertical-align: middle;
}
img {
	max-width: 100%;
}
.hidden {
	display: none;
}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}

:-ms-input-placeholder 		{color:#757575;}
::-ms-input-placeholder 	{color:#757575;}
::-webkit-input-placeholder {color:#757575;}
::-moz-placeholder 			{color:#757575;}
:placeholder-shown 			{color:#757575;}

::-ms-clear {
    display: none;
}

.popup-sity {position: absolute;width: 355px;height:125px;background: #fff;z-index: 1060;top: 40px; display: none; box-shadow: 0 0 15px #f2b2ac;}
.popup-sity .arr {background: url("/../../images/popup-sity-arr.png") no-repeat center left; width: 100%;height: 15px;position: absolute;top: -10px}
.popup-sity .bord {width: 100%;height: 3px;background: #3e454f;border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0;-moz-border-radius: 5px 5px 0 0;}
.popup-sity .close {background: url("/../../images/popup-sity-close.png") no-repeat center center;width: 12px;height: 12px;position: absolute;right: 10px;top:10px;cursor: pointer;}
.popup-sity .question {margin: 20px 0 0 20px;}
.popup-sity .yes {
  background: #ff4c4c none repeat scroll 0 0;
  bottom: 20px;
  height: 44px;
  left: 20px;
  padding: 10px 0 0;
  position: absolute;
  text-align: center;
  width: 159px;
}
.popup-sity .yes a {
  display: block;
  width: 159px;
  height: 44px;
  color: #fff;
}
.popup-sity .no {
	bottom: 20px;
	height: 44px;
	padding: 10px 0 0;
	position: absolute;
	right: 20px;
	text-align: center;
	width: 138px;
}
.popup-sity .no a {
  text-decoration: none;
  border-bottom: 1px dashed;
  color: #ff4c4c;
}


.popup-sity .yes a:hover,.popup-sity .no a:hover{text-decoration: none;}

#cityes {width: 935px; padding: 50px; background: #fff;}
#cityes .city-reg {width: 163px;padding: 0px 5px 10px;display: inline-block;vertical-align: top;line-height: 18px;}
#cityes .city-reg .reg-title {color: #777777;font-size: 15px;font-weight: bold;}
#cityes .city-reg .reg-title a{font-weight: bold; color: #38558a; text-decoration: none;}
#cityes .city-reg .reg-title a:hover{font-weight: bold; color: #38558a; text-decoration: underline;}
#cityes .city-reg ul {margin-left: 0px; list-style-type: none; padding: 0px; margin-top: 15px;}
#cityes .city-reg li a {color: #38558a; text-decoration: none; font-size: 16px;}
#cityes .city-reg li a:hover {text-decoration: underline; color: #38558a; text-decoration: underline;}
.reg-list {display: block; height: 40px; margin-top: 15px;}

/* ideal flexbox grid */
.container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}
.container > .container {
	padding: 0;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        -webkit-box-orient: horizontal;
	        -webkit-box-direction: normal;
	        flex-direction: row;
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	        -webkit-box-align: start;
	        -webkit-align-items: flex-start;
	            -ms-flex-align: start;
	                align-items: flex-start;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        -webkit-box-pack: justify;
	        justify-content: space-between;
}
.wrap {
	flex-wrap: wrap;
}
.row>* {
	padding-left: 15px;
	padding-right: 15px;
}
.col-1 {flex-basis: 8.33333%;}
.col-2 {flex-basis: 16.66667%;}
.col-3 {flex-basis: 25%;}
.col-4 {flex-basis: 33.33333%;}
.col-5 {flex-basis: 41.66667%;}
.col-6 {flex-basis: 50%;}
.col-7 {flex-basis: 58.33333%;}
.col-8 {flex-basis: 66.66667%;}
.col-9 {flex-basis: 75%;}
.col-10 {flex-basis: 83.33333%;}
.col-11 {flex-basis: 91.66667%;}
.col-12 {flex-basis: 100%;}


/* Header
-----------------------------------------------------------------------------*/
/*bx-panel fix*/
#bx-panel ~ header{
	padding-top: 0;
}

.header{
	position: absolute;
	/*transition: all 0.5s linear;*/
	width: 100%;
	z-index: 100;
	/*background-color: rgba(255,255,255,0.81);*/
	background-color: rgba(251,251,251,0.8);
	padding-top: 30px;
}

.header.inner, .header.inner .site-label{
	padding-top: 0;
	top:0
}

#bx-panel{
	position: absolute!important;
    width: 100%!important;
	top:0;
}
.header.sticky{
	position: fixed;
    background-color: rgba(255,255,255,0.81);
    /*transition: all 0.5s linear;*/
    padding-bottom: 5px;
}

.header.sticky .h-top{
	display:none;
}

.header.sticky .h-middle{
	padding-top: 0;
	padding-bottom: 0;
	background-color: rgba(251,251,251,0.8);
	height:172px;
}

.header.sticky .h-middle::after{
	content: '';
	display: block;
	position: fixed;
	margin-top: -64px;
	width: 100%;
	height: 64px;
	/*background-color: rgba(255,255,255,0.8);*/
}

.header.sticky .col-h-slogan span{
	margin-left: 5px;
}

.header.sticky .h-middle .row-h-middle{
	align-items: center;
	margin-bottom: 0;
	padding-top: 10px;
}

.header.sticky .col-h-phone{
	order: 2;
	z-index: 12;
	padding-top: 16px;
}
.header.sticky .col-h-address.hidden{
	display: block;
	text-align: right;
	/*margin-bottom: 5px;*/
	margin-bottom: 0;
/*	position: absolute;
	top: 0;
	right: 0;
	width: 480px;*/
}
.header.sticky .col-h-address .h-city{
	font-size: 14px;
	/*margin-left: 43px;*/
	/*margin: 0;*/
	margin-right: 16px;
}

.header.sticky .col-h-logo{
	flex-grow: inherit;
	min-width: 250px;
}

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

.header.sticky .col-h-slogan.hidden{
	display: block;
	order: 1;
}


.header.sticky .col-h-links{
	order: 4;
	z-index: 12;
	padding-bottom: 15px;
	position: relative;
	/*padding-top: 25px;*/
	padding-top: 0;
}
/*.h-top */
.h-top {
	background-color: #f5f2f0;
	padding: 7px 0;
	color: #777777;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.43;
}
.row-h-top {
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.col-h-address {
	
}
.h-city {
	color: #2a487f;
	text-decoration: none;
	border-bottom: 1px dashed #2a487f;
	margin-right: 4px;
}
.h-city:hover {
	border-bottom-color: transparent;
	opacity: .8;
}
.col-h-slogan {
	flex-grow: 1;
	text-align: center;
	color: #3b5687;
	font-size: 14px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	line-height: 1.43;
	text-transform: uppercase;
}
.col-h-slogan span {
	color: #ff4c4c;
	font-weight: 700;
}
.col-h-worktime {
	
}
.h-worktime  {
	min-width: 200px;
}

/*.h-middle */
.h-middle {
	padding: 18px 0 10px;
	/*height: 160px;*/
	height: 135px;
}
.row-h-middle {
	justify-content: space-between;
	margin-bottom: 17px;
	position: relative;
}
.col-h-phone {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 207px;
}
.h-phone {
	color: #444444;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.33;
	text-decoration: none;
	display: inline-block;
	padding: 3px 0;
	padding-left: 34px;
	background: url(/bitrix/templates/quartz2018/css/../images/icon-phone.png) no-repeat 0 50%;
	margin: 0 auto 3px;
}
.header.sticky .h-phone {
	font-size: 20px;
	font-weight: bold;
    /*padding-left: 30px;*/
    padding: 1px 0 3px 30px;
    margin: 0 16px 3px auto;
}
.col-h-callback {
	text-align: center;
	white-space: nowrap;
}
.h-callback {
	display: inline;
	color: #ff0000;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.31;
	text-decoration: none;
	border-bottom: 1px dotted #ff0000;
}
.h-callback:hover {
	border-bottom-color: transparent;
}
.h-phone:hover {
	opacity: .8;
}
.col-h-logo {
	/*flex-grow: 1;*/
	text-align: center;
	margin-top: -6px;
}
.logo {
	display: inline-block;
	text-decoration: none;
}
.col-h-links {
	display: flex;
	flex-direction: column;
	min-width: 245px;
}
.h-links {
	margin: 0;
	min-width: 207px;
}
.h-links li {
	list-style: none;
	margin: 2px 0 5px;
	min-height: 30px;
}
.h-links li a {
	color: #444444;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}
.h-links li a:hover {
	text-decoration: none;
	opacity: .8;
}
.h-links li a span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 11px;
	width: 23px;
	text-align: center;
}
.h-links li a img {
	vertical-align: middle;
}
.col-h-mobile {}
.col-h-mobile .h-mail {
	color: #444;
	text-transform: uppercase;
	padding: 3px 5px;
	margin: 0 auto;
	text-decoration: none;
	font-weight: bold;
}
.col-h-mobile .h-mail span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	width: 38px;
	text-align: center;
}
.col-h-mobile .h-phone {
	font-size: 18px;
	font-weight: bold !important;
	margin: 0 auto !important;
	padding-right: 5px;
}
/*.navbar */
.navbar {;
	
}
.navbar ul li.active a:after{
	content: '';
	width: auto;
	display: block;
	border-bottom: 1px dashed #444444;
}
.navbar ul li.active a:after{
	border-bottom: 1px dashed #ff4343;
}
.nav {
	margin: 0;
	display: flex;
	text-align: center;
	/*background-color: rgba(255,255,255,0.8);*/
	/*background-color: rgba(255,255,255,1);*/
	background-color: #f7f7f7;
	position: relative;
	z-index: 10;
}

.nav li {
	list-style: none;
	flex-grow: 1;
	position: relative;
}
.nav li:before {
	content: '';
	display: block;
	width: 1px;
	height: 45px;
	background-color: #d8d8d8;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
}
.nav li:first-child:before,
.nav li:nth-child(2):before {
	display: none;
}
.nav li a {
	display: inline-block;
	padding: 22px 5px;
	text-decoration: none;
	color: #3b5687;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.43;
	text-transform: uppercase;
}

.nav li:last-child a{
	color: #ff4c4c;
}
.nav li.active a,
.nav li a:hover {
	color: #ff4c4c;
}

.nav li.active a {
	font-weight: 600;
}

.nav-toggle {
	display: none;
	width: 23px;
	height: 18px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	    transform: rotate(0deg);
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	cursor: pointer;
	order: 1;
	position: absolute;
	left: 25px;
	top: 20px;
	top: 76px;
}
.nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #ff0000;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	    transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.nav-toggle span:nth-child(1) {
	top: 0px;
}
.nav-toggle span:nth-child(2),
.nav-toggle span:nth-child(3) {
	top: 8px;
}
.nav-toggle span:nth-child(4) {
	top: 16px;
}
.nav-toggle.open {
	top: 14px;
	left: 10px;
}
.nav-toggle.open span {
	/*background-color: #fff;*/
}
.nav-toggle.open span:nth-child(1) {
	top: 12px;
	width: 0%;
	left: 50%;
}
.nav-toggle.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}
.nav-toggle.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
}
.nav-toggle.open span:nth-child(4) {
	top: 14px;
	width: 0%;
	left: 50%;
}


/* Content
-----------------------------------------------------------------------------*/
.content {
	padding-bottom: 0px;
}
.breadcrumbs-wrap {
	/*background-color: #f5f2f0;*/
	margin-top: 0px;
	/*padding: 50px 0 12px;*/
	padding: 40px 0 12px;
	margin-bottom: 19px;
}
.breadcrumbs {
	margin: 0;
	/*padding: 0 15px;*/
	padding: 0;
}
.breadcrumbs li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.26;
	color: #b0b0b0;
}
.breadcrumbs li:before {
	content: ' > ';
	padding: 0 3px;
	color: #727274;
}
.breadcrumbs li:first-child:before {
	content: '';
	display: none;
}
.breadcrumbs li a {
	color: #727274;
	text-decoration: none;
}
.breadcrumbs li a:hover {
	opacity: .8;
}

/*.button */
.button {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	padding: 7px 13px;
	transition: 0.2s;
	border: 0;
	cursor: pointer;
	text-align: center;
}
.button img {
	margin: 0 6px;
	vertical-align: middle;
}
.button-red {
	background-color: #f04f54;
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.53;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 11px 45px;
}
.button-red-trans {
	color: #ff5858;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	background: none;
	border: 2px solid rgba(255, 34, 34, 0.25);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.button-red-trans.sqr {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 12px 38px;
	margin-bottom: 15px;
}
.button-red-trans:hover {
	background-color: #ff5858;
	color: #fff;
}
.button-red-trans .i-download {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	margin-right: 6px;
	background: url(/bitrix/templates/quartz2018/css/../images/icon-download.png) no-repeat 0 0;
	width: 14px;
	height: 14px;
	margin-top: -2px;
	flex-shrink: 0;
}
.button-red-trans .i-download:after {
	content: '';
	background: url(/bitrix/templates/quartz2018/css/../images/icon-download-white.png) no-repeat 0 0;
}
.button-red-trans:hover .i-download {
	background: url(/bitrix/templates/quartz2018/css/../images/icon-download-white.png) no-repeat 0 0;
}
.button-blue {
	background-color: #38558a;
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.11;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 12px 20px;
}
.button-blue:hover {
	opacity: .8;
}

h1 + div .button-red-trans {
	margin-top: 5px;
}

.button span {
	white-space: nowrap;
}

/*.row-products */
.row-products {
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 14px;
	margin-bottom: 24px;
}
.prod-item {
	display: block;
	text-decoration: none;
	max-width: 370px;
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 10px 30px #F5F2F0;
	height: 324px;
	margin: 15px auto 24px;
}
.prod-item:after {
	content: '';
	display: block;
	height: 179px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: url(/bitrix/templates/quartz2018/css/../images/prod-grad.png) no-repeat 0 0;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
}
.prod-image {
	height: 207px;
}
.prod-image img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px!important;
}

.prod-title {
	position: relative;
	z-index: 2;
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	padding: 10px 7px 10px 11px;
	white-space: nowrap;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.prod-foot {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	align-items: center;
	padding: 0px 17px 15px;
}
.prod-price {
	padding-top: 0px;
	text-align: center;
	padding-left: 14px;
	padding-right: 10px;
}
.price-value {
	color: #ff4c4c;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 700;
}
.price-note {
	color: #727274;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.64;	
}
.prod-item .button {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.43;
	text-transform: uppercase;
	margin-top: 7px;
	padding: 7px 19px;
}
.prod-item:hover .button {
	background-color: #ff5858;
	color: #fff;
}

/*.row-info */
.row-info {
	margin-top: 40px;
}
.type-wrapper + .row-info {
	margin-top: 19px;
	margin-bottom: 26px;
}
.type-wrapper + .row-info h4 {
	margin-top: 0;
	line-height: 1.3;
}

ol.list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol.list>li {
	counter-increment: step-counter;
	margin-bottom: 26px;
	position: relative;
	padding-left: 38px;
	margin-top: 2px;
}
ol.list>li::before,
.slick-dots li button {
	border: 0;
	content: counter(step-counter);
	margin-right: 5px;
	background-color: rgba(240, 61, 67, 0.9);
	color: white;
	font-weight: bold;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	color: #ffffff;
	font-family: Calibri, "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 1px;
	padding: 0;
}
.slick-dots li button {
	line-height: 23px;
	background-color: #d4d4d4;
	transition: 0.2s;
	position: static;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover {
	background-color: rgba(240, 61, 67, 0.9);
}

.slick-dots {
	margin: 0;
	text-align: center;
}
.slick-dots li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 1px 2px;
}
.slick-dots li button {
	border: 0;
	cursor: pointer;
}


.video {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 20px;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	-webkit-transform:translateZ(0);
	-webkit-mask-image:-webkit-radial-gradient(circle, white, black);
}

.video._no_bottom{
	padding-bottom: 0px;
}

.video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.bg-gray {
	padding: 15px 0 30px;
	background-color: #f5f2f0;
	margin: 15px 0 0px;
}


ul.list-circle {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 21px;
	text-align: left;
}
ul.list-circle>li {
	list-style: none;
	margin-bottom: 17px;
	position: relative;
	padding-left: 23px;
}
ul.list-circle>li::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
	border: 2px solid #ef3c43;
}

.cols-two {
	column-count: 2;
}

.mt30 {
	margin-top: 30px;
}

/* delivery */
.pays-wrapper {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	margin: 0 -15px 34px;
}
.pay-item {
	width: 165px;
	margin: 31px 18px 15px;
	padding: 0 3px;
}
.pay-image {
	height: 58px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 10px;
}
.pay-title {
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.47;
}
.pay-title span {
	white-space: nowrap;
}
.pay-title i {
	color: #575656;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	display: block;
	line-height: 1.2;
	font-style: normal;
}

/*.section-order */
.section-order {
	padding: 28px 0 0px;
	margin-bottom: 0px;
}
.itext {
	display: block;
	width: 100%;
	max-width: 370px;
	height: 50px;
	border: 1px solid rgba(172, 142, 122, 0.5);
	background-color: #ffffff;
	color: #777777;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.11;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 0 15px;
}
textarea.itext {
	width: 100%;
	max-width: 100%;
	height: 118px;
	min-height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.form-row {
}
.row-form-inputs {
	margin-bottom: 15px;
}
.form-row .button {
	width: 100%;
	margin-bottom: 15px;
}
.button:hover {
	opacity: .8;
}
.button-orange {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 15px 15px;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.11;
	transition: 0.2s;
	color: #000000;
	background-color: #ffc600;
}
label.checkbox {
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.83;
	position: relative;
	display: block;
	cursor: pointer;
}
label.checkbox input {
	position: absolute;
	opacity: 0;
}
label.checkbox input + span {
	padding: 2px 0;
	padding-left: 24px;
	position: relative;
	display: block;
}
label.checkbox input + span:before {
	content: '';
	display: block;
	width: 16px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 0px;
	background: url(/bitrix/templates/quartz2018/css/../images/checkbox.png) no-repeat 0 0;
}
label.checkbox input:checked + span:before {
	background-position: 0 100%;
}
label.checkbox a {
	color: #425d8f;
}

/* our works */
.work-intro {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 33px;
}
.wi-item {
	width: 25%;
	padding: 0 15px;
	position: relative;
}
.wi-item:before  {
	content: '';
	display: block;
	width: 1px;
	height: 107px;
	position: absolute;
	left: 0;
	top: 17px;
	background-color: #d8d8d8;
}
.wi-item:first-child:before  {
	display: none;
}
.wi-title {
	color: #38558a;
	font-family: "Open Sans", sans-serif;
	font-size: 70px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 7px;
}
.wi-title span {
	display: block;
	color: #38558a;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 3px;
}
.wi-note {
	color: #727274;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.67;
}

/*.row-work */
.row-work {
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 11px;
	justify-content: flex-start;
}
.row-work>* {
	margin-bottom: 29px;
}
.work-item {
	background-color: #f5f2f0;
	padding: 17px 15px 20px;
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}
.work-head {
	text-align: center;
	margin-bottom: 17px;
	min-height: 216px;
}
.work-logo {
	text-align: center;
	margin-bottom: 7px;
	height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.work-title {
	color: #000000;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
	min-height: 56px;
}
.work-title span {
	display: block;
}
.work-descr {
	color: #727274;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
	min-height: 69px;
}
.work-info {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.work-chars {
	padding-left: 14px;
	padding-top: 17px;
	max-width: 65%;
}
.wc-title {
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.47;
	display: block;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.wc-descr {
	color: #727274;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.47;
	min-height: 70px;
}
.wc-descr + .wc-title {
	margin-top: 18px;
}
.work-doc {
	margin-right: 16px;
	margin-top: -5px;
	display: block;
	width: 150px;
	
}
.work-image {
	margin: auto -15px 0px;
	padding-top: 5px;
}
.work-image img {
	display: block;
}
.work-mobile-links {
	display: none;
	margin: 0;
}
.work-mobile-links li {
	list-style: none;
}
.work-mobile-links li a {
	color: #38558a;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 2.94;
	display: inline-block;
	padding: 5px 0;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left center;
}
.work-mobile-links li.work-link-letter a {background: url(/bitrix/templates/quartz2018/css/../images/wl-letter.png) no-repeat 0px 50%;}
.work-mobile-links li.work-link-video a {background: url(/bitrix/templates/quartz2018/css/../images/wl-video.png) no-repeat 0 50%;}

.fancybox-infobar,
.fancybox-button--thumbs,
.fancybox-button--zoom {
	display: none !important;
}



/*.sl-wrapper */
.sl-wrapper {
	margin-top: 31px;
	margin-bottom: 16px;
}
.slider-letters {
	margin-top: 45px;
}
.slider-letters a {
	display: inline-block;
	display: block;
	position: relative;
	max-width: 202px;
	margin: 0 auto;
}
.slider-letters a img {
	display: block;
	margin: 0 auto;
}
.slider-letters a:after {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: rgba(240, 61, 67, 0.8) url(/bitrix/templates/quartz2018/css/../images/icon-zoom.png) no-repeat center center;
	transition: 0.2s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.slider-letters a:hover:after {
	opacity: 1;
}

.slick-arrow {
	border: 0;
	background: none;
	cursor: pointer;
	text-decoration: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	font-size: 0;
	background-repeat: no-repeat;
	background-color: #425d8f;
	background-position: center center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: 0.2s;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 20;
}
.slick-arrow:hover {
	background-color: #f15055;
}
.slick-prev {
	background-image: url(/bitrix/templates/quartz2018/css/../images/sl-prev.png);
	left: -80px;
}
.slick-next {
	background-image: url(/bitrix/templates/quartz2018/css/../images/sl-next.png);
	right: -80px;
}

.slider-letters .slick-slide {
	padding: 0 10px;
}
.slider-letters .slick-active {
	box-shadow: 0 -10px 30px #f2f2f2;
	transition: 0.2s;
}
/*.slider-letters .slick-current {
	opacity: 0.7;
}
.slider-letters .slick-current + .slick-active {
	opacity: 0.8;
}
.slider-letters .slick-current + .slick-active + .slick-active {
	opacity: 0.9;
}
.slider-letters .slick-current + .slick-active + .slick-active + .slick-active {
	opacity: 1;
}
.slider-letters .slick-current + .slick-active + .slick-active + .slick-active + .slick-active {
	opacity: 0.9;
}
.slider-letters .slick-current + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
	opacity: 0.8;
}
.slider-letters .slick-current + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
	opacity: 0.7;
}
.slider-letters .slick-active:hover {
	opacity: 1 !important;
}*/


/* about */
.row-info-about {
	margin-top: -6px;
	margin-bottom: 13px;
}
.row-info-about .video {
	margin-top: 10px;
	float: right;
	width: 300px;
	padding-bottom: inherit;
}
.row-info-about p {
	margin-top: 0;
	line-height: 1.9;
	font-size: 16px;
}
.video-block{
    width: 100%;
}



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

.video-block .video {
    float: right;
    width: 50%;
    height: 320px;
    display: block;
    margin-left: 15px;
    padding-bottom: inherit;
}

.video-block p {
	width: 100%;
}



/*.section-about */
.section-about {
	background: url(/bitrix/templates/quartz2018/css/../images/section-about.jpg) no-repeat center top / cover;
	min-height: 648px;
	padding: 20px 0 5px;
	margin-bottom: 25px;
}
.about-wrapper {
	max-width: 800px;
	margin: 0 auto;

	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
}
.about-item {
	background: url(/bitrix/templates/quartz2018/css/../images/about-shadow.png) repeat-x left bottom;
	background-color: rgba(34, 64, 120, 0.7);
	background: url(/bitrix/templates/quartz2018/css/../images/about-item.png) no-repeat 0 0 / cover;
	width: calc(50% - 24px);
	margin: 6px 12px 6px;
	min-height: 277px;
	margin-bottom: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}
.about-title {
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
	/*background-color: rgba(22, 45, 96, 0.7);*/
	padding: 24px 37px;
}
.about-inner {
	color: #f5f2f0;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 400;
	padding: 4px 37px 10px;
	line-height: 1.3;
}
.about-inner p {
	margin-top: 8px;
	line-height: 1.2;
}
.about-inner ul {
	margin: 0;
	list-style: none;
}
.about-inner ul li {
	margin-bottom: 17px;
}
ul.about-list {
	margin: 0;
	margin-left: -2px;
}
ul.about-list li {
	list-style: none;
	font-size: 17px;
	margin-bottom: 19px;
}
ul.about-list li:first-child span{
	margin-left: 5px;
    margin-right: 10px;
}
ul.about-list li span {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	margin-right: 15px;
}

/*.slider-full */
.slider-full {
	margin-top: 33px;
	margin-bottom: -10px;
}
.slider-full + .bg-gray {
	margin-top: 0;
}
.slider-full img {
	width: 100%;
}
.slider-full a {
	display: block;
	position: relative;
}
.slider-full a:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 7px solid #f04f54;
	opacity: 0;
	transition: 0.1s;
}
.slider-full a:hover:before {
	/*opacity: 1;*/
}

/*.row-director */
.row-director {
	padding: 13px 0 26px;
	max-width: 1130px;
	
}
.dr-image {
	flex-shrink: 0;
	flex-basis: 200px;
	padding-top: 24px;
}
.dr-image img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.dr-info {
	padding-left: 15px;
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.41;
	padding-top: 20px;
}
.dr-footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 47px;
}
.dr-title {
	padding-right: 15px;
}
.dr-name {
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.41;
}
.dr-post {
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.41;
}
.dr-button {
	
}
.dr-button .button {
	padding: 11px 10px;
}


/* contacts */
.c-map {
	position: relative;
	overflow: hidden;
	margin-top: 31px;
	margin-bottom: 40px;
}
.c-map .container {
	position: relative;
}
.c-map-inner {
	height: 447px;
}
.c-map-inner>img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-height: 447px;
	max-width: none;
	object-fit: cover;
	object-position: center center;
}
.c-contacts-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}
.c-contacts {
	height: 447px;
	width: 100%;
	max-width: 370px;
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.17);
	background-color: rgba(245, 242, 240, 0.85);
	border-left: 2px solid #cfcecd;
	color: #010000;
	font-family: Calibri;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	padding: 23px 29px;
	pointer-events: auto;
}
.c-contacts a {
	text-decoration: none;
}
.c-contacts p {
	margin: 15px 0 13px;
}
.cc-phone {
	color: #b82837;
	font-family: "Open Sans", sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 18px;
	display: inline-block;
}
.cc-email {
	color: #b82837;
	font-family: Calibri;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
}
.cc-address {
	
}
.cc-address p {
	margin: 8px 0;
}

.form-feedback {
	background-color: #f5f2f0;
	padding: 23px 30px 13px;
	margin-bottom: 29px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.form-feedback .itext {
	height: 44px;
}
.form-feedback textarea.itext {
	height: 116px;
}
.form-buttons {
	margin-top: 22px;
	margin-left: -7px;
}
.form-buttons .button {
	margin-left: 7px;
}
.c-reqs {;
	margin-top: -7px;
	margin-bottom: 20px;
	
}
.c-reqs p {
	margin: 10px 0;
	line-height: 1.55;
}

label.check {
	cursor: pointer;
	display: block;
	position: relative;
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.86;
	margin-top: 14px;
	margin-bottom: 14px;
}
label.check input {
	position: absolute;
	opacity: 0;
}
label.check input + span {
	position: relative;
	padding: 1px 0;
	padding-left: 23px;
	padding-top: 2px;
}
label.check input + span:before {
	content: '';
	display: block;
	width: 16px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 3px;
	background: url(/bitrix/templates/quartz2018/css/../images/checkbox.png) no-repeat 0 0;
}
label.check input + span.error:before {
	background-color: #f04f54;
	background-position: 1px -1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
label.check-red input + span:before {
	top: 6px;
	width: 14px;
	height: 14px;
	background: url(/bitrix/templates/quartz2018/css/../images/check-red.png) no-repeat 0 0;
}
label.check input:checked + span:before {
	background-position: 0 100%;
	background-color: transparent;
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
}
label.check a {
	color: #425d8f;
}
label.check-red a {
	color: #ff0000;
}
label.check-red input + span {
	padding-left: 24px;
	display: block;
	line-height: 1.3;
}

/* products single */
.prod-descr-text p {
	margin: 10px 0 26px;
}
.prod-descr-text th,
.prod-descr-text td {
	border: 1px solid;
}
.prod-descr-text .text_float {
	float: left;
	width: 44%;
}
.prod-descr-text .float_list {
	width: 100% !important;
}
.type-wrapper .button {
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.type-wrapper {
	background-color: #f5f2f0;
	padding: 30px 0px 1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 28px;
}
.type-intro {
	display: flex;
}
.ti-image {
	flex-shrink: 0;
	width: 340px;
	margin-left: 30px;
}
.ti-image img{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.ti-text {
	flex-grow: 1;
	padding-left: 30px;
	padding-right: 30px;
}
.ti-title {
	color: #38558a;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: -7px;
	margin-bottom: 10px;
	min-height: 56px;
}
.ti-descr {
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 44px;
}
.tabs-menu {
	margin: 10px -14px;
	display: flex;
}
.tabs-menu li {
	flex-grow: 1;
	margin: 0 15px;
	padding: 7px 7px;
	list-style: none;
	color: #2a487f;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	transition: 0.2s;
	text-align: center;
	/*width: 32%;*/
	/*max-width: 32%;*/
}
.tabs-menu li span {
	border-bottom: 1px dotted #2a487f;
}
.tabs-menu li:hover span {
	border-bottom-color: transparent;		
}
.tabs-menu li.active {
    border: 1px solid #38558A;
    border-radius: 5px;
}
.tabs-menu li.active span {
	border-bottom-color: transparent;
font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #38558A;	
}
.type-content {
	padding-top: 21px;
	
}
.tab-item {
	display: none;
}
.tab-item.active {
	display: block;
}
/*
.type-wrapper .tc-table {
	margin-right: -30px;	
}
*/
.tc-table {
	background-color: #f5f2f0;
	min-width: 100%;
	border: 0;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	/*overflow: hidden;*/
	overflow: visible;
	margin-bottom: 20px;
}
.tc-table th {
	background-color: #ebe6e2;
	padding: 15px 30px 15px 27px;
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	vertical-align: top;
	text-align: left;
}

.tc-table td {
	vertical-align: top;
	border: 0;
	padding: 24px 0px 27px;
	/*border-bottom: 5px solid #fff;*/
}

.type-content .tc-table.product-table td{
	border-bottom: 5px solid  #fff;
}

.tc-table td:first-child {
	padding-left: 27px;
}
.type-wrapper .tc-table tr:last-child td {
	border-bottom: 0;
	padding-bottom: 0;
}
td.tc-image {
	width: 380px;
	min-width: 380px;
	max-width: 380px;
}
td.tc-image img {
	max-width: 265px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.type-content td.tc-image img {
	max-width: 340px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.tc-image-title {
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.44;
	margin-bottom: 20px;
}
td.tc-checks {
	font-size: 0;
	padding-top: 27px;
}
.tc-checks label.check {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	margin: 3px 0;
	font-size: 16px;
	padding-right: 5px;
}
td.tc-cost {
	width: 405px;	
	max-width: 405px;
	padding-right: 30px;	
}
td.tc-cost>* {
	margin-bottom: 15px;
}
td.tc-cost .itext {
	height: 45px;
	font-size: 17px;
	margin-bottom: 15px;
}
td.tc-cost .button {
	width: 100%;
	text-align: center;
	padding: 13px 15px;
	font-size: 17px;
	line-height: 1.1;
}
.tc-price {
	color: #ff4c4c;
	font-family: "Open Sans", sans-serif;
	font-size: 26px;
	line-height: 1;
	text-align: center;
	font-weight: 300;
	margin-bottom: 22px !important;
}
.tc-price span {
	font-weight: 600;	
}

.tc-table th.tc-th-fraction {

}
.tc-table th.tc-th-photo {
	padding-left: 0;

}
.tc-table th.tc-th-cost {
	text-align: center;
}


/* cart */
.cart-table {
	margin-top: 40px;
	margin-bottom: 40px;
}
.cart-table th {
	
}
.cart-table td {
	padding-top: 17px;
	padding-bottom: 13px;
}
.cart-table td:last-child {
	padding-right: 32px;	
}
/*
.cart-table>tbody>tr:nth-child(even)>td {
	background-color: #ebe6e2;
}
*/

tr.tr_section_even{
	background-color: #ebe6e2;
}

tr.first > td{
	border-top: 5px solid #fff;
}

tbody tr.first:first-child > td{
	border-top: 0;
}

.tc-table {
	
}
.tc-image {
	
}
.cart-table .tc-image-title {
	font-size: 20px;
	margin-bottom: 10px;
	
}

.tc-image-note {
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.44;
	margin-bottom: 18px;
}
.tc-data {
	
}
.ct-type {
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 35px;
	margin-bottom: 17px;
	padding-left: 0px;
}
.ct-info {
	width: 100%;
	border: 1px solid #dfdad6;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
}
.ct-info tbody {
	width: 100%;
	display: table;
}
.ct-info th {
	color: #373634;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.53;
	vertical-align: middle;
	padding: 21px 15px 20px 5px;
	border: 0;
	background: none;
}
.ct-info td {
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	vertical-align: middle;
	padding: 10px 5px;
	border: 0;
}
.ct-info tr:nth-child(even) td {
	background-color: #e9e6e4;
}
.cart-table tr.tr_section_even td .ct-info tr:nth-child(even) td {
	background-color: #dfdad7;
}

.ct-price {
	color: #f04f54;
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}
.ct-price span {
	font-weight: bold;
}
.ct-info .itext {
	width: 160px;
	height: 33px;
}
select.itext {
	padding: 0 5px;
	border: 1px solid rgba(168, 168, 168, 0.5);
	background-color: #ffffff;
	cursor: pointer;
}
.ct-delete {
	display: block;
	width: 13px;
	height: 13px;
	text-decoration: none;
	background: url(/bitrix/templates/quartz2018/css/../images/icon-delete.png) no-repeat 0 0;
	cursor: pointer;
	margin-left: auto;
}

td.td-number {;
	padding-left: 12px !important;
	width: 27%;
}
td.td-select {
	width: 138px;
}
td.td-input {
	
}
td.td-delete {
	vertical-align: middle;
	text-align: right;
	padding-right: 15px;
}
.cart-table>tbody>tr:last-child>td {
	padding-bottom: 33px;
}
.button-order {
	min-width: 250px;
	font-size: 17px;
}

.mini-tabs-mobile {
	margin: 0;
	display: flex;
	display: none;
	margin-bottom: 15px;
}
.mini-tabs-mobile li {
	list-style: none;
	padding: 5px 5px;
	text-align: center;
	flex-grow: 1;
	color: #000000;
	cursor: pointer;
	font-size: 14px;
	flex-basis: 33.3%;
}
.mini-tabs-mobile li {
	background-color: #38558a;
	color: #fff;
}
.mini-tabs-mobile li.active {
	color: #000000;
	background: none;
}
.cart-button {
	text-align: right;
}

.crt-mobile {
	display: none;
}

/* index */
.slider-main {
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-top: -30px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.slider-main .container {;
	max-width: 680px;
	min-height: 100%;
	
}

.slider-main img{
	position: relative;
}
.slider-main img.mobile {
	display: none;
}
.slider-main .slide {
	padding: 10vh 0 20px;
	height: auto;
	background-repeat: no-repeat;
}
.slider-main .slick-dots {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	text-align: center;
}
.slider-main .slick-dots li {
	list-style: none;
	margin: 1px 5px;
}
.slider-main .slick-dots li button {
	font-size: 0;
	text-indent: -9999px;
	border: 1px solid #000000;
	background-color: transparent;
	opacity: 0.5;
	width: 10px;
	height: 10px;
}
.slider-main .slick-dots li.slick-active button {
	background-color: #000000;
}

.slider-main .slick-arrow {
	top: 50%;
	width: 30px;
	height: 60px;
	background-color: #fff;
}
.slider-main .slick-arrow:hover {
	background-color: #f15055;
}
.slider-main .slick-prev {
	left: 0;
	border-radius: 0 30px 30px 0;
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	background-image: url(/bitrix/templates/quartz2018/css/../images/sl-prev-w.png);
	background-position: 4px 50%;
}
.slider-main .slick-next {
	right: 0;
	border-radius: 30px 0 0 30px;
	-webkit-border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	background-image: url(/bitrix/templates/quartz2018/css/../images/sl-next-w.png);
	background-position: 16px 50%;
}
.slider-main .slick-prev:hover {
	background-image: url(/bitrix/templates/quartz2018/css/../images/sl-prev.png);
}
.slider-main .slick-next:hover {
	background-image: url(/bitrix/templates/quartz2018/css/../images/sl-next.png);
}

.sl-title {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #b82837;
	font-size: 51px;
	line-height: 1.2;
	margin-top: 8px;
	margin-bottom: 6px;
}
.sl-note {
	color: #3e5a8e;
	font-family: "Open Sans", sans-serif;
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;	
}
.sl-descr {
	opacity: 0.8;
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 37px;
}
.sl-button {
	background-color: #ffc600;
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.11;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 16px 30px;
	position: absolute;
	transform: translate(-50%, 0);
	bottom: 30px;
	left: 50%;
}

.c-buttons {
	display: flex;
	justify-content: center;
}
.c-buttons .button {
	margin: 0 10px;
	margin-bottom: 10px !important;
}


.slider-works-main {
	margin: 0 -15px;
	margin-top: 40px;
	margin-bottom: 24px;
}
.slider-works-main .slide {
	padding: 0 15px;
}
.slider-works-main .work-item {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}


/*.row-benefits */
.row-benefits {
	flex-wrap: wrap;
	margin-top: 40px;
}
.bn-item {
	display: block;
	max-width: 370px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 40px;
}
.bn-image img {
	display: block;
	width: 370px;
	height: 285px;
}
.bn-text {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.bn-icon {
	margin-bottom: 14px;
	height: 114px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}
.bn-title {
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	padding: 0 95px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.bn-title span {
	border-bottom: 1px dotted #fff;
	padding-top: 3px;
}

/*.delivery-map */
.delivery-map {
	background: url(/bitrix/templates/quartz2018/css/../images/delivery.jpg) no-repeat center bottom;
	margin-top: -100px;
	padding-top: 76px;
}
.delivery-map img {
	opacity: 0;
	margin-top: -80px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.delivery-map .delivery-mobile {
	display: none;
}

.mt30 {
	margin-top: 30px;
}


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

.hidden-text {
	display: none;
}

.row-products + .c-buttons,
.row-work + .c-buttons {
	margin-top: -8px;
}

.row-work + .c-buttons{
	margin-bottom: 60px;
}

.after-delivery {
	margin-top: 0;
	padding: 42px 0 3px;
	background-color: #e7ded8;
}

.m-mobile-link {
	display: none;
}

.itext {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;

}
.itext::-webkit-outer-spin-button,
.itext::-webkit-inner-spin-button {
    -webkit-appearance: none;
            appearance: none;
    margin: 0;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	background-color: #f5f2f0;
	padding: 2px 0;
	color: #727274;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
}

/*.row-footer */
.row-footer {
	justify-content: space-between;
	align-items: center;
}
.col-f-logo {
	flex-basis: 167px;
	
}
.f-logo {
	
}

.col-f-contacts {
	flex-basis: 370px;
	padding-top: 5px;
}
.col-f-contacts p {
	margin: 10px 0;
}
.col-f-contacts a {
	color: #2a487f;
}
.f-city-label {
	display: none;
}

.col-f-callback {
	flex-basis: 260px;
	
}

.col-f-info {
	flex-basis: 300px;
	
}
.col-f-info p {
	margin: 5px 0;
}
.col-f-info a {
	color: #727274;
}

.site-label {
	position: absolute;
	left: 50%;
	margin-left: 600px;
	top: 30px;
	width: 110px;
	height: 147px;
	padding-top: 8px;
	color: #fdfcfa;
	font-family: "Monotype Corsiva";
	font-size: 34px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	background: url(/bitrix/templates/quartz2018/css/../images/site-label.png) no-repeat 0 0;
}
.site-label span {
	display: block;
	font-size: 50px;
	line-height: 43px;
	margin-bottom: -4px;
}
/*.popup */
.fancybox-content {
	padding: 20px;
}
.fancybox-bg {
	background-color: rgb(255 255 255);
}
.fancybox-close-small {
	width: 24px;
	height: 25px;
	background: url(/bitrix/templates/quartz2018/css/../images/close.png) no-repeat 0 0;
	cursor: pointer;
	right: 20px;
	top: 20px;
}
.fancybox-close-small>* {
	display: none;
}
.popup {

}
.popup-inner {
	padding: 10px 10px;
}
#form-callback {
	width: 830px;
}
.form-title {
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 0.5;
	margin-top: 10px;
	margin-bottom: 46px;
}
.form-item {
	color: #262626;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 400;

	display: flex;
	align-items: flex-start;
	margin: 20px auto;
	max-width: 690px;
	padding-right: 48px;
}
.form-item-textarea {
}
.form-item-textarea textarea.itext {
	margin-top: 0;
	height: 70px;
}
.form-item>label {
	width: 130px;
	text-align: right;
	flex-shrink: 0;
	margin-right: 30px;
	padding-top: 2px;
}
.form-item .itext {
	height: 34px;
}
.form-item .itext,
.form-item>label + * {
	flex-grow: 1;
	max-width: 100%;
}
.popup label.check-red {
	max-width: 700px;
}
.check-red a {
	
}
.form-footer {
	padding: 15px 20px;
	border-top: 1px dotted #d5d5d5;
	margin: 0 -28px;
	color: #444444;
	font-family: Calibri;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.44;
	margin-bottom: -25px;
}
.form-phone {
	padding: 7px 0 3px;
	padding-left: 30px;
	background: url(/bitrix/templates/quartz2018/css/../images/icon-phone.png) no-repeat 0 8px;
}
.c-phone {
	color: #444444;
	font-weight: 700;
	text-decoration: none;
}
a.c-phone:hover {
	color: #ff0000;
}
.popup .button {
	margin-top: 8px;
	margin-bottom: 6px;
	padding: 11px 35px;
}

/* to-top */
.scrollup {
    width: 38px;
    height: 38px;
    position: fixed;
    bottom: 35px;
    left: 50%;
    margin-left: 733px;
    display: none;
    text-indent: -9999px;
	background: url(/bitrix/templates/quartz2018/css/../images/to-top.png) no-repeat 0 0;
    z-index: 100;
    background-size: cover;
}
.scrollup:hover {
	opacity: .9;
}

.popup-cart {
	display: block;
	text-decoration: none;
    width: 62px;
    height: 65px;
	background: #38558a url(/bitrix/templates/quartz2018/css/../images/popup-cart.png) no-repeat 47% 48%;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	position: fixed;
	right: 0;
	top: 50%;
	transition: 0.2s;
	z-index: 9999;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.popup-cart:hover {
	opacity: .9;
}
.thank-message{
	width: 300px;
}
.popup-cart span {
	display: block;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	background-color: #f04f54;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
right: 3px;
    top: 9px;
	color: #ffffff;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: bold;
}

.bn-description{
	display: none;
}

.bn-item:hover{
			-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}


.bn-item:hover .bn-description{
	cursor: default;
	display: block;
	color: white;
	position: absolute;
	line-height: 1.2;
	font-size: 15px;
	padding: 15px 30px;
	background-color: rgba(29, 56, 109, 0.95);
	height: 282px;
	width: 100%;
}


.bn-description .description__wrapper {
    display: table;
    height: 250px;
    width: 100%;
}

.description__wrapper div {
    display: table-cell;
    margin: 0;
    padding: 20px 0px;
    text-align: left;
    vertical-align: middle;
}

.fancybox-can-drag .fancybox-content{
	cursor: default!important;
}

.tippy-popper .tippy-tooltip{
	background-color: #fcf8e3;
	color: #8a6d3b;
}

.tippy-popper[x-placement^='top'] .tippy-tooltip .tippy-arrow {
	border-top-color: #fcf8e3;
}
.tippy-popper[x-placement^='bottom'] .tippy-tooltip .tippy-arrow {
	border-bottom-color: #fcf8e3;
}
.tippy-popper[x-placement^='left'] .tippy-tooltip .tippy-arrow {
	border-left-color: #fcf8e3;
}
.tippy-popper[x-placement^='right'] .tippy-tooltip .tippy-arrow {
	border-right-color: #fcf8e3;
}

#basket-callback .popup-inner{
	padding: 30px 10px 10px 0;
}




.basket-tooltip {
	position: absolute;
	display: none;
	padding: 5px 10px;
	top: 500px;
	background-color: white;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: black;
	animation: fadein 2s;
	font-size: 15px;
	border: 1px solid grey;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.basket-tooltip:before, .basket-tooltip:after{
	content: '';
	width: 0px;
	height: 1px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
	position: absolute;
	top: -11px;
	left: 46%;
	border-style: solid;

}

.basket-tooltip img{
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px 5px 0;
}

/* this border color controlls the color of the triangle (what looks like the fill of the triangle) */
.basket-tooltip:after {
	top: -24px;
	border-color: transparent transparent grey transparent;
	border-width: 11px;
	z-index: 0;
}

/* this border color controlls the outside, thin border */
.basket-tooltip:before {
	top: -21px;
	border-color: transparent transparent white transparent;
	border-width: 10px;
	z-index: 1;
	left: 46.5%;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
.reasons {
	margin-bottom: 15px;
}
.reasons .video {
	margin-top: 10px;
}
.swiper-slider-rel {
	position: relative;
}
.swiper-slider-rel .swiper-container {
	position: initial;
}
.swiper-button-prev {
	text-decoration: none;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	text-indent: -9999px;
	font-size: 0;
	background-repeat: no-repeat;
	background-color: #425d8f;
	background-position: center center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: 0.2s;
	z-index: 20;
	background-size: auto;
	background-image: url(/bitrix/templates/quartz2018/css/../images/sl-prev.png);
	left: -80px;
}
.swiper-button-next {
	text-decoration: none;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	text-indent: -9999px;
	font-size: 0;
	background-repeat: no-repeat;
	background-color: #425d8f;
	background-position: center center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: 0.2s;
	z-index: 20;
	background-size: auto;
	background-image: url(/bitrix/templates/quartz2018/css/../images/sl-next.png);
	right: -80px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	background-color: #f15055;
}
.razdel_h1,
.cool-list h1 {
  font-size: 27px; 
  margin-bottom: 20px;
}

.cool-list h2 {
  font-size: 26px;
}
.fancybox-slide--video {
	padding: 44px 0 44px 3px;
}
.fancybox-slide--video .fancybox-content {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	overflow: hidden;
	-webkit-transform:translateZ(0);
	-webkit-mask-image:-webkit-radial-gradient(circle, white, black);
}
.fancybox-slide--video .fancybox-content iframe {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.slider-main .swiper-pagination {
	bottom: 0;
}
.slider-main .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #000000;
	background: transparent;
	opacity: 0.5;
	margin: 0 8px !important;
}
.slider-main .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #000000;
}
.slider-main .swiper-slide {
	padding: 0;
	/*padding: 10vh 0 0;*/
	height: auto;
	background-repeat: no-repeat;
}

.lazyYT .html5-info-bar{
	display: none;
}
/* End */


/* Start:/bitrix/templates/quartz2018/css/media.css?175601957029930*/
/* Large Devices, Tablets, iPad Pro */
@media only screen and (max-width : 1599px) {
	.scrollup {
		left: auto;
		right: 15px;
		margin-left: 0;
	}
}
@media only screen and (max-width : 1439px) {
	.site-label {
		width: 55px;
		height: 75px;
		background-size: cover;
		padding-top: 2px;
		font-size: 20px;
		line-height: 1;
		font-weight: 400;
	}
	.site-label span {
		display: block;
		font-size: 24px;
		line-height: 23px;
		margin-bottom: -4px;
	}

	.slider-works-main {
		padding: 0 50px;
	}
	.slider-works-main .slick-prev {
		left: 15px;
	}
	.slider-works-main .slick-next {
		right: 15px;
	}
	.swiper-button-prev {
		left: 15px;
	}
	.swiper-button-next {
		right: 15px;
	}
}
@media only screen and (max-width : 1365px) {
	.row-work + .c-buttons{
		margin-bottom: 0px;
	}
	.site-label {
		left: auto;
		right: 7px;
		margin: 0;
	}

	.row-h-top, 
	.row-h-middle {
		padding-right: 20px;
	}

	.slick-prev {
		left: 0;
	}
	.slick-next {
		right: 0;
	}
	.slider-letters {
		padding: 0 60px;
	}
	.swiper-button-prev {
		left: 0;
	}
	.swiper-button-next {
		right: 0;
	}
}

/* Medium Devices, Tablets */
@media only screen and (min-width : 1230px) {
	.tc-table>tbody>tr {
		display: table-row !important;
	}
}
@media only screen and (max-width : 1229px) {
	.row-products>* {
		flex-basis: 50%;
	}
	.row-h-middle {
		padding-right: 45px;
	}
/*	.row-info {
		display: block;
	}
	.row-info .video {
		max-width: 570px;
		margin: 0 auto;
	}*/

	.wi-item {
		padding: 0 3px;
	}

	.row-work {
		/*display: block;*/
	}
	.row-work>* {
		margin-bottom: 19px;
	}
	.row-work .col-4 {
		flex-basis: 50%;
	}
	.work-item {
		max-width: 570px;
		margin-left: auto;
		margin-right: auto;
	}

	.type-intro {
		display: block;
	}
	.ti-image {
		max-width: 340px;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.ti-text {
		padding-top: 15px;
		padding-left: 0;
	}
	.ti-title {
		font-size: 16px;
		/*text-align: center;*/
	}

	.type-wrapper {
		padding: 15px 15px;
	}

/*	.tc-table,
	.tc-table thead,
	.tc-table tbody,
	.tc-table tr,
	.tc-table th,
	.tc-table td {
		display: block;
	}*/
	td.tc-image {
		min-width: 0;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		/*padding: 0 !important;*/
		padding: 20px 10px 0 !important;
		text-align: center;
	}
	.tc-table thead {
		display: none;
	}
	.type-content .tc-table.product-table td {
		border-bottom: 0;
		padding: 0;
	}

	.tabs-menu {
		/*display: block;*/
		display: none;
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 0;
		text-align: left;
	}

	.tabs-menu li {
		margin: 0;
		color: #2a487f;
		font-family: "Open Sans";
		font-size: 17px;
		font-weight: 400;
		line-height: 1.65;
		background-color: #fff;
		border-bottom: 1px solid #ebe6e2;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		text-align: left;
		max-width: none;
		width: 100%;
	}

	.tabs-menu li:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 7px;
		height: 7px;
		margin-right: 10px;
		background-color: #38558a;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	}
	.tabs-menu li.active:before {
		background-color: #fff;
	}
	.tabs-menu li.active {
		background-color: #38558a;
		color: #fff;
	}
	.tabs-menu li span {
		border: 0;
	}
	.tc-checks {
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	.tc-checks label.check {
		font-size: 13px;
	}

	td.tc-cost {
		padding: 0;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		max-width: 370px;
	}
	.type-content {
		padding-top: 0;
	}
	.mini-tabs-mobile {
		display: flex;
		margin-left: -15px;
		margin-right: -15px;
		border-top: 5px solid #ffffff;
	}
	.mini-tabs-mobile li{
		word-wrap: break-word;
		border-right: 3px solid #ffffff;
	}

	.mini-tabs-mobile li:last-child{
		border-right: none;
	}

	.tc-image-title {
		display: none;
	}
	.type-wrapper .tc-table {
		margin-left: auto;
		margin-right: auto;
	}

	.button-red-trans.sqr {
		font-size: 14px;
		padding: 12px 8px;
	}
	.product-table.tc-table>tbody>tr {
		display: none;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.product-table.tc-table>tbody>tr:first-child,
	.product-table.tc-table>tbody>tr.active {
		display: table-row;
	}
	
	.cart-table {
		min-width: 0;
		/*max-width: 520px;*/
		margin-left: auto;
		margin-right: auto;
	}

	.cart-table tr.tr_section_even {
		background: none;
	}
	.cart-table>tbody>tr:nth-child(even) {
		background-color: #ebe6e2;
	}


	.tc-table.cart-table .ct-info tr:nth-child(even) {
		background-color: #e9e6e4;
	}
	.cart-table tr:nth-child(even) td .ct-info tr:nth-child(even) {
		background-color: #dfdad7;
	}
	.cart-table .tc-image-title {
		display: block;
		font-size: 17px;
		text-align: left;
		margin-bottom: 6px;
	}
	.cart-table .tc-image {
		max-width: none;
	}
	.tc-image-note {
		font-size: 14px;
		text-align: left;
		margin-bottom: 11px;
	}
	.tc-table.cart-table .ct-info thead {
		display: none;
	}
	.tc-table.cart-table .ct-info th {
		display: none !important;
	}

	.cart-table>tbody>tr:nth-child(odd)>td {
		background: none;
	}
	.tc-table.cart-table .ct-info {
		display: block;
		border: 0;
		/*margin: 0 -15px;*/
		margin: 0;
		width: auto;
		background: none;
	}
	.ct-info,
	.ct-info thead,
	.ct-info tbody,
	.ct-info tr,
	.ct-info th,
	.ct-info td {

	}
	.tc-table.cart-table .ct-info tr {
		display: flex;
		flex-wrap: wrap;
		padding: 0 15px;
	}
	.tc-table.cart-table .ct-info td.td-number {
		width: 100%;
		padding: 0 !important;
	}

	.cart-table {
	}
	.cart-table>tbody>tr {
		border-bottom: 10px solid #fff;
		padding: 10px 10px;
	}
	.ct-type {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.cart-table .tc-data {
		margin-top: 5px;
	}
	.cart-table .ct-type {
		margin: 0;
		padding: 0;
		font-size: 14px;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.cart-table .ct-price {
		font-size: 18px;
	}
	.tc-table.cart-table .ct-info tr {
		padding: 10px 28px 16px;
	}
	.tc-table.cart-table .ct-info td {
		background: none !important;
	}
	.tc-table.cart-table .ct-info .td-number {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 13px;
	}
	.tc-table.cart-table .ct-info .td-number .ct-delete {
		margin-right: -12px;
	}
	.tc-table.cart-table .ct-info .crt-mobile {
		display: block;
		margin-bottom: 6px;
	}
	.tc-table.cart-table .ct-info .td-input, 
	.tc-table.cart-table .ct-info .td-select {
		width: 48%;
	}
	.tc-table.cart-table .ct-info .td-input {
		/*padding-left: 10px !important;*/
		width: 50%;
	}
	.tc-table.cart-table .ct-info .itext {
		width: 100%;
	}
	.cart-table {
		margin-bottom: 10px;
	}
	.cart-button {
		text-align: center;
	}
	td.tc-image img {
		max-width: 95% !important;
	}

	.delivery-map {
		background-size: contain;
	}



	.popup-cart {
		width: 48px;
		height: 48px;
		background: #38558a url(/bitrix/templates/quartz2018/css/../images/popup-cart.png) no-repeat 50% 50% / 23px 19px;
		z-index: 999;
	}
	.popup-cart span {
		right: 2px;
		top: 4px;
	}
}


@media only screen and (min-width : 992px) {
	.nav {
		display: flex !important;
	}
	.about-inner {
		display: block !important;
	}
	.mobile-show{
		display: none;
	}

}
@media only screen and (max-width : 991px) {
	header {
		padding: 0px !important;
	}
	.h-middle {
		height: auto;
	}
	.row-work {
		display: block;
	}
	.row-info {
		display: block;
	}
	.row-info .video {
		/*max-width: 570px;*/
		margin: 0 auto;
	}
	.row-info-about p{
		text-align: left;
	}
	.header, .header .site-label{
		padding-top: 0;
		top:0;
	}
	.header.sticky .h-middle{
		height: auto;
		padding-bottom: 20px;
	}
	.col-h-logo {
		width: 100%;
	}
	.header.sticky .col-h-logo img{
		height: auto;
	}	

	.header.sticky .nav-toggle{
		top: 30px ;
	}	

	.header.sticky .h-email {
	    position: absolute;
	    text-align: right;
	    right: 42px;
	    bottom: 10px;
	    margin: 0;
	    top: 20px;
	}
	.row-h-middle {
		margin-bottom: 0;
	}
	.header.sticky .h-middle .row-h-middle{
		padding-top: 0;
	}
	.header.sticky .site-label, .header.sticky .col-h-slogan.hidden{
		display: none;
	}

	.header.sticky .col-h-logo{
		min-width: 100%;
		margin: 20px 0 0;
		/*padding-right: 50px;*/
		z-index: 10;
	}	

/*	.header.sticky .h-phone{
		bottom: 25px;
	}
*/
	.header.sticky{
		padding-top: 0;
	}

	.header.sticky .row-h-top, .header.sticky .row-h-middle{
		padding-right: 0;
	}

	.header.sticky .h-callback{
		display: none;
	}

	.header.sticky .h-middle::after{
		display: none;
	}

	tr.first > td{
		border-top: none;
	}
	.type-wrapper {
		margin-left: -10px;
		margin-right: -10px;
	}

	.nav-toggle {
		display: block;
		z-index: 300;
	}
	.nav {
		display: none;
		padding: 0;
		left: 0px;
		right: 0;
		top: 100%;
		background-color: #fff;
		border-top: 0;
		border-bottom: 1px solid #ccc;
		z-index: 100;
		position: absolute;

		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		/*background-color: rgba(56, 85, 138, 0.9);*/
		background-color: #48608d;
		/*padding-top: 67px;*/
		overflow: auto;
	}
	.nav>li {
		display: block;
		padding: 0;
		margin: 0;
		height: auto;
		width: 100%;
		border: 0;
		background: none;
	}
	.nav li:before {
		display: none;
	}
	.nav>li:not(.nav-h-logo) {
		border-bottom: 1px solid #a3afc6;
		width: auto;
		margin: 0 10px;
	}
	.nav>li.with-subs {
		border-top: 1px solid #a3afc6;
	}
	.nav>li>a {
		padding: 20px 15px;
		border: 0 !important;
		text-align: center;
		display: block;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		color: #ffffff;
		font-family: "Open Sans";
		/*font-size: 20px;
		font-weight: 400;*/
		line-height: 1.5;
		/*text-transform: none;*/
	}
	.nav>li.active>a,
	.nav>li.open>a, 
	.nav>li>a:hover {
		/*font-weight: 400;*/
		color: #38558a;
		background-color: #fff;
	}

	.logo {
		max-width: 120px;
		display: block;
		margin: 0 auto;
		position: relative;
		/*left: 10px;*/
		margin-top: -7px;
	}

	.row-products {
		display: block;
		margin-top: 18px;
	}
	.row-products>* {
		padding-left: 10px;
		padding-right: 10px;
	}
	.prod-title {
		padding: 10px 11px;
		white-space: normal;
		text-align: center;
	}
	.prod-item {
		margin: 8px auto;
	}
	.open.prod-item {
		padding-bottom: 5px;
		margin-bottom: 18px;
	}
	.mobile .prod-item {
		height: auto;
	}
	.mobile .col-4:not(:first-child) .prod-image {
		display: none;
	}
	.prod-foot {
		display: block;
		margin-top: -4px;
		text-align: center;
	}
	.mobile .col-4:not(:first-child) .prod-foot {
		display: none;
	}
	.prod-price {
		padding: 0;
		margin-bottom: 13px;
	}
	.prod-item .button {
		display: inline-block;
		margin-top: 1px;
	}
	.close.prod-title {
		background-color: #38558a;
		color: #ffffff;
		font-family: "Open Sans";
		font-size: 20px;
		font-weight: 400;
		line-height: 1.4;
		min-height: 53px;
	}
	.prod-image, .ti-image {
		position: relative;
		overflow: hidden;
	}
	.prod-image:after{
		content: '';
		display: block;
		height: 89px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -20px;
		z-index: 0;
		background: url(/bitrix/templates/quartz2018/css/../images/prod-grad.png) no-repeat 0 0;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	.ti-image img {
		display: block;
	}
	 .ti-image:after {
		content: '';
		display: block;
		height: 52px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -1px;
		z-index: 0;
		background: url(/bitrix/templates/quartz2018/css/../images/prod-grad.png) no-repeat 0 0;
		border-radius: 0 0 10px 10px;
		-webkit-border-radius: 0 0 10px 10px;
		-moz-border-radius: 0 0 10px 10px;
	}
	.f-city-label {
		display: inline;
	}
	.f-city-address {
		display: none;
	}
	.copyright {
		display: none;
	}

	.list.slider-mobile li:before {
		display: none;
	}

	.h-top {
		padding: 8px 0;
	}
	.col-h-address,
	.col-h-worktime {
		display: none;
	}
	.col-h-slogan {
		text-align: left;
		font-size: 12px;
		line-height: 1.7;
	}

	.col-h-phone,
	.col-h-links {
		/*min-width: 0;
		width: 0;*/
		display: none;
	}

	.row-h-middle {
		position: relative;
		min-height: 72px;
		flex-wrap: wrap;
		padding-right: 0;
	}
	.col-h-mobile {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
/*	.h-phone {
		padding: 0;
		font-size: 0;
		display: block;
		width: 23px;
		height: 23px;
		background: url(/bitrix/templates/quartz2018/css/../images/icon-phone.png) no-repeat 0 0;
		position: absolute;
		right: 10px;
		bottom: 10px;
		margin: 0;

		right: 15px;
		bottom: -11px;
	}*/
	.h-callback {
		border: 0;
		background-color: #38558a;
		color: #ffffff;
		font-family: "Open Sans";
		font-size: 14px;
		font-weight: 400;
		line-height: 1.29;
		display: inline-block;
		vertical-align: top;
		text-decoration: none;
		transition: 0.2s;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding: 9px 15px;
		position: absolute;
		bottom: 15px;
		bottom: -16px;
		left: 50%;
		transform: translateX(-50%);
	}
	.h-callback span {
		display: none;
	}
	.h-links li {
		margin: 0;
		padding: 0;
		min-height: 0;
	}
	.h-links li a {
		margin: 0;
		padding: 0;
	}
	.h-tender {
		display: none;
	}
	.h-email {
		position: absolute;
		left: 10px;
		bottom: 10px;
		margin: 0;

		left: 7px;
		bottom: -8px;
	}
	.h-email a {
	
	}


a.h-callback {
    display: none;
}

	.breadcrumbs-wrap {
		margin-top: 0;
		padding: 8px 0 5px;
	}
	.breadcrumbs-wrap .container {
		padding: 0 11px;
	}
	.col-h-slogan {
		padding-right: 70px !important;
	}

	h1, h2,
	.razdel_h1,
	.cool-list h1,
	.cool-list h2 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	
	#pays.pays-wrapper .pay-item:nth-child(2){
		order: 3;
	}

	#pays.pays-wrapper .pay-item:nth-child(3){
		order: 2;
	}

	.button-red-trans {
		padding: 15px 40px 15px 40px;
		line-height: 1.3;
	}

	.button-red-trans img {
		flex-shrink: 0;
		margin-top: -5px;
	}


	.row-footer {
		display: block;
		position: relative;
	}
	.col-f-logo {
		min-height: 95px;
	}
	.col-f-contacts {
		position: absolute;
		left: 0;
		top: 0;
		padding-top: 0;
		font-size: 14px;
	}
	.col-f-contacts p {
		margin: 0;
	}
	.col-f-callback {
		position: absolute;
		right: 5px;
		top: 45px;
	}
	.col-f-callback .button {
		line-height: 1.3;
		padding: 8px 15px;
		font-size: 14px;
	}
	.col-f-info {
		background-color: #38558a;
		color: #fff;
		padding: 5px 15px 8px !important;
	}
	.col-f-info a {
		color: #fff;
	}

	.scrollup {
		width: 32px;
		height: 32px;
		background-size: cover;
		background-color: rgba(255, 255, 255, 0.5);
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		bottom: 103px;
	}

	.slick-arrow {
		border: 0;
		background: none;
		cursor: pointer;
		text-decoration: none;
		width: 30px;
		height: 40px;
		text-indent: -9999px;
		font-size: 0;
		background-repeat: no-repeat;
		background-color: #425d8f;
		transition: 0.2s;
		position: absolute;
		top: 0;
		margin-top: -7px;
		z-index: 20;
	}
	.slick-arrow:hover {
		background-color: #f15055;
	}
	.slick-prev {
		background-image: url(/bitrix/templates/quartz2018/css/../images/sl-prev.png);
		background-position: right 15px center;
		border-radius: 0 20px 20px 0;
		-webkit-border-radius: 0 20px 20px 0;
		-moz-border-radius: 0 20px 20px 0;
		left: 0px;
	}
	.slick-next {
		background-image: url(/bitrix/templates/quartz2018/css/../images/sl-next.png);
		background-position: left 15px center;
		border-radius: 20px 0 0 20px;
		-webkit-border-radius: 20px 0 0 20px;
		-moz-border-radius: 20px 0 0 20px;
		right: 0px;
	}

	.row-info {
		margin-top: 23px;
	}

	.list.slider-mobile {
		padding-top: 53px;
		position: relative;
		text-align: center;
	}
	.list.slider-mobile .slick-dots {
		position: absolute;
		left: 0;
		right: 0;
		top: 0px;
	}
	
	.list.slider-mobile {
		margin-bottom: 30px;
	}
	.list.slider-mobile li {
		font-size: 14px;
		line-height: 1.6;
	}

	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.row>* {
		padding-left: 10px;
		padding-right: 10px;
	}
	.col-f-logo {
		padding-left: 16px;
		padding-top: 25px;
	}

	.section-order .container {
		max-width: 370px;		
	}
	.form-row {
		display: block;
	}
	.row-form-inputs {
		display: block;
	}
	.form-row .itext {
		margin-bottom: 15px;
	}
	.form-row .checkbox {
		margin-bottom: 15px;
	}

	.pays-wrapper {
		margin-left: -10px;
		margin-right: -10px;
	}

	.work-intro {
		flex-wrap: wrap;
		margin-bottom: 0px;
	}
	.wi-item {
		width: 50%;
		margin-bottom: 40px;
		padding: 0 10px;
	}
	.wi-item:nth-child(3):before {
		display: none;
	}
	.work-h {
		text-align: center;
	}

	.slider-letters {
		padding: 0 30px;
	}
	.slider-letters .slick-arrow {
		top: 50%;
		margin-top: -20px;
	}

	.slider-letters {
		padding: 0;
		margin-left: -10px;
		margin-right: -10px;
		overflow: hidden;
	}

	.row-director {
		flex-wrap: wrap;
	}
	.dr-descr {
		flex-basis: 100%;
	}
	.dr-info {
		flex-grow: 1;
		flex-basis: 50%;
	}
	.dr-title {
		flex-grow: 1;
		padding-right: 0;
	}

	.section-about {
		background-size: cover;
		min-height: 0;
		padding: 10px 0 10px;
		margin-top: -10px;
	}
	.about-wrapper {
		display: block;
	}
	.about-item {
		width: auto;
		margin-left: auto;
		margin-right: auto;
		max-width: 376px;
		min-height: 0;
		margin-bottom: 10px;
		background: none;
		background-color: rgba(34, 64, 120, 0.7);
	}
	.about-item:first-child .about-inner{
		display: block;
	}
	.about-inner {
		font-size: 14px;
		display: none;
		padding-top: 15px;
		padding-bottom: 5px;
		background: url(/bitrix/templates/quartz2018/css/../images/about-shadow.png) repeat-x left bottom;
		background-color: rgba(34, 64, 120, 0.7);
	}
	.about-inner p {
		line-height: normal;
	}
	.about-title {
		background-color: #e8dfd9;
		color: #010101;
		cursor: pointer;
		padding: 21px 37px;
	}
	.about-title:after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		margin-left: 8px;
		width: 9px;
		height: 9px;
		background: url(/bitrix/templates/quartz2018/css/../images/about-marker-black.png) no-repeat 0 0;
		opacity: .7;
	}
	.about-title:before {
		content: '';
		display: block;
		background: url(/bitrix/templates/quartz2018/css/../images/about-marker-white.png) no-repeat 0 0;
		position: absolute;
	}
	.open .about-title:after {
		opacity: 0;
	}
	.about-title:hover:after {
		background: url(/bitrix/templates/quartz2018/css/../images/about-marker-white.png) no-repeat 0 0;
		opacity: 1;		
	}
	.about-title:hover,
	.open .about-title {
		background: #082058;
		color: #fff;
	}

	.dr-image {
		flex-basis: 120px;
	}
	.dr-name {
		font-size: 14px;
	}
	.dr-post {
		font-size: 13px;
	}
	.dr-descr {
		font-size: 14px;
	}
	.dr-button {
		margin-top: 15px;
	}
	.dr-footer {
		margin-top: 15px;
	}
	.dr-button .button {
		font-size: 14px;
	}

	.c-map {
		margin-top: 15px;
	}
	.c-map-inner {
		height: 275px;
		overflow: hidden;
	}
	.c-map-inner iframe {
		height: 275px;
	}
	.c-contacts-wrap {
		position: static;
	}
	.c-contacts {
		box-shadow: none;
		border-left: 0;
		margin-left: -10px;
		margin-right: -10px;
		max-width: none;
		width: auto;
		height: auto;
		padding: 20px 15px 15px;
	}

	.center-mobile {
		text-align: center;
	}
	.slider-full img {
		/*height: 175px;*/
		max-width: none;
		object-fit: cover;
	}
	.c-reqs {
		font-size: 16px;
	}
	label.check {
		font-size: 14px;
		line-height: 1.4;
	}
	.c-contacts {
		font-size: 18px;
	}
	.cc-phone {
		font-size: 24px;
	}
	.cc-email {
		font-size: 18px;
	}
	.form-feedback {
		margin-left: -10px;
		margin-right: -10px;
		padding: 15px 15px;
	}
	.form-buttons {
		display: flex;
		justify-content: space-between;
	}
	.form-buttons .button {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 0;
	}

	.form-feedback .itext {
		height: 44px;
	}
	.form-feedback textarea.itext {
		height: 116px;
	}

	.slider-main {
		margin-top: 0;
	}
	.slider-main .swiper-slide {
		padding: 0;
	}
	/*
	.slider-main .slide {
		padding-left: 35px;
		padding-right: 35px;
	}
*/
	.benefits-wrapper {
		display: none;
	}
	.delivery-map {
		margin-top: 0;
		padding-top: 0;
	}

	.cols-two {
		column-count: 1;
	}

	.section-about {
		background: none;
	}

	.mobile-hide {
		display: none;
	}

	.after-delivery {
		padding: 10px 0 3px;
	}
	.cart-table {
		max-width: 520px;
	}
	.tc-table,
	.tc-table thead,
	.tc-table tbody,
	.tc-table tr,
	.tc-table th,
	.tc-table td {
		display: block;
	}
	.tc-table thead {
		display: none;
	}
	.product-table.tc-table>tbody>tr:first-child,
	.product-table.tc-table>tbody>tr.active {
		display: block;
	}
	td.tc-image img {
		max-width: 100% !important;
	}
}
@media only screen and (max-width : 768px) {
	.slider-main img.desktop {
		display: none;
	}
	.slider-main img.mobile {
		display: inline;
	}
}
/* Small Devices, iPad mini */
@media only screen and (max-width : 767px) {
	.slider-main img{
		position: relative;
		top: 0;
	}
	p{
		text-align: left;
	}
	.video-block .video {
	    float: right;
	    width: 100%;
	    height: auto;
	    /*padding-bottom: 56.25%;*/
	}
	.wi-item:before {
		height: 68px;
	}
	.wi-title {
		font-size: 40px;
		margin-bottom: 0px;
	}
	.wi-title span {
		font-size: 14px;
	}
	.wi-note {
		font-size: 14px;
	}

	.work-item {
		padding: 10px 10px;
	}
	.work-head {
		min-height: 0;
/*		display: flex;
		align-items: center;
		flex-wrap: wrap;*/
		margin-bottom: 10px;
	}
	.work-descr {
		width: 100%;
		text-align: left;
	}
	.work-title {
		font-size: 17px;
		flex-shrink: 0;
		padding-left: 15px;
		text-align: left;
		text-align: center;
	}
	.work-info {
		display: block;
		margin-bottom: 0px;
	}
	.work-chars {
		padding: 0;
	}
	.work-descr {
		font-size: 14px;
	}
	.wc-title {
		font-size: 14px;
	}
	.wc-descr {
		font-size: 14px;
		min-height: 0;
		margin-bottom: 15px;
	}
	.work-doc {
		margin: 0;
		padding: 0;
		display: none;
	}
	.work-image {
		margin: 0;
		display: none;
	}
	.work-mobile-links {
		display: block;
	}

	.form-item {
		padding-right: 0;
	}

	.slider-main .slide {
		padding: 0;
	}
	.slider-main .sl-title {
		color: #b82837;
		font-size: 26px;
		font-weight: 700;
		line-height: 1.76;
		text-transform: uppercase;
	}
	.slider-main .sl-note {
		font-weight: 700;
		color: #3e5a8e;
		font-size: 17px;
		text-transform: uppercase;
		line-height: 1.76;
	}
	.slider-main .sl-descr {
		opacity: 0.8;
		color: #000000;
		font-family: "Open Sans";
		font-size: 14px;
		font-weight: 400;
		line-height: 1.57;
	}
	.slider-main .container{
		position: relative;
		min-height: 100%;
	}
	.slider-main .sl-button {
		font-size: 14px;
		padding: 13px 10px;
		position: relative;
		bottom: 0;
		max-width: 300px;
		margin: 0 auto;
		margin-top: 5px;
		height: auto;
		display: block;
		max-height: 70px;
		transform: none;
		left: 0;
	}
	.slider-main .slick-arrow {
		display: none !important;
	}
	.swiper-button-prev,
	.swiper-button-next {
		display: none !important;
	}
	.slider-main .slide {
		height: 100%;
	}

	.sl-title {
		margin-top: 2px;
	}
	.sl-note {
		margin-bottom: 10px;
	}
	.sl-descr {
		margin-bottom: 20px;
	}
	.slider-main .slick-dots {
		bottom: 0px;
		position: relative;

	}

	.c-buttons {
		margin-left: -5px;
		margin-right: -5px;
	}
	.c-buttons .button {
		font-size: 14px;
		text-transform: none;
		font-weight: 400;
		padding: 11px 15px;
		margin: 0 5px;
	}
	.cart-table td:last-child{
		padding-right: 0;
	}

	.tc-table.cart-table .ct-info .td-select {
		width: 98%;
	}
	.tc-table.cart-table .ct-info .td-input {
		width: 100%;
	}
	#uptocall-start {
		display: none;
	}
}

/* Small Devices, Phones */
@media only screen and (max-width : 575px) {
	.slider-letters a img {
		/*width: 100%;*/
	}
	.row-info-about p{
		/*text-align: center;*/
	}
	.delivery-map {
		background: none;
		overflow: hidden;
		margin-left: -20px;
		margin-right: -20px;
	}
	.delivery-map img {
		opacity: 1;
		margin-top: 0;
	}
	.delivery-img {
		/*margin-left: -130px;
		margin-right: -130px;*/
	}

	.m-descr {
		color: #727274;
		font-family: "Open Sans";
		font-size: 14px;
		font-weight: 400;
		line-height: 1.57;
		text-align: center;
	}

	.m-mobile-hidden {
		display: none;
	}
	.m-mobile-link {
		display: block;
		text-align: center;
	}
	.m-mobile-link .button {
		font-size: 14px;
	}
}

/* Extra Small Devices, iPhone Retina */
@media only screen and (max-width : 479px) {
	.pay-item {
		width: calc(50% - 36px);
	}

	.cart-table {
		margin-left: -10px;
		margin-right: -10px;
	}

	.form-title {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.form-footer {
		font-size: 16px;
	}
	.form-item {
		display: block;
		margin: 11px 0;
	}
	.popup label.check-red {
		font-size: 13px;
	}
	.form-phone {
		min-height: 23px;
		background-position: 0 10px
	}
	.popup .button {
		width: 100%;
	}

	.content h1,
	.content h2,
	.content h3,
	.razdel_h1,
	.cool-list h1,
	.cool-list h2 {
		/*text-align: center;*/
		color: #000000;
	}
	.content h1,
	.content h2,
	.razdel_h1,
	.cool-list h1,
	.cool-list h2 {
		font-size: 20px;
	}
}
@media only screen and (max-width : 443px) {
	#cityes .city-reg.top {
		text-align: left !important;
	}
	#cityes .city-reg.top .reg-title {
		margin: 0 !important;
		display: block;
	}
}
@media only screen and (max-width : 414px) {
	.col-h-mobile .h-mail,
	.col-h-mobile .h-phone {
		font-size: 14px;
	}
}
@media only screen and (max-width : 339px) {
		.button-red-trans {
			padding: 15px 40px 15px 40px;
			line-height: 1.3;
		}
		.button-red-trans img {
			flex-shrink: 0;
			margin-top: -5px;
			margin-right: 20px;
		}
}
@media only screen and (max-width : 320px) {
	.delivery-map .delivery-img {
		display: none;
	}
	.delivery-map .delivery-mobile {
		display: block;
	}
}
.container .prod-descr-text .button.button-red.add2basket{
	display: none;
}




/*new mobile header start*/

.header > .h-middle .navbar .link-vk-youtube-mobile.social-wrapper{
	display:  none;
}

@media(max-width: 991px){
	.header .h-top{
		min-height: 57px;
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	.header .h-top .col-h-slogan{
		/*min-height: 41px;*/
		padding-right: 40px !important;
	}
	.header .h-top .col-h-slogan span{
		font-style: italic;
	}
	.header > .h-middle{
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		position: relative;
	}
	.header .row.row-h-middle{
		margin-right: 0px;
		margin-left: 0px;
		min-height: 80px;
		padding-top: 10px !important;
	}
	.header > .h-middle .nav-toggle{
		top: 30px !important;
		left: 25px !important;
	}
	.header:not(.sticky) > .h-middle .nav-toggle.open{
		top: -25px !important;
		left: 25px !important;
	}
	.header > .h-middle .nav-toggle span{
		background-color: #38558A;
	}


	.header > .h-middle .navbar{
		
	}
	.header > .h-middle .navbar .nav-h-logo{
		height: 80px;
		padding-left: 0px;
		padding-top: 10px;
		align-items: center;
	}
	.header > .h-middle .navbar .nav-h-logo a{
		padding: 0 !important;
		width: 100%;
		line-height: inherit;
	}
	.header > .h-middle .navbar .nav-h-logo div.col-h-logomob{
		width: calc(100% - 190px) !important;
		padding-left: 50px;
		padding-right: 0px;
		box-sizing: border-box;
		min-width: auto;
		margin-top: 0px;
		min-height: 60px;
		display: flex;
		align-items: center;		
	}
	.header > .h-middle .navbar .nav-h-logo .col-h-logomob{
		margin-top: 0px !important;
		width: 100% !important;
	}
	.header > .h-middle .navbar .nav-h-logo .col-h-logomob2{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;	
		margin-left: 0px;
		margin-right: 15px;
		padding: 0px;	
	}
	.header > .h-middle .navbar .nav-h-logo .col-h-logomob2 br{
		display: none;
	}
	.header > .h-middle .navbar .nav-h-logo .col-h-logomob2 .h-phone{
    		font-family: "Open Sans", sans-serif;
		background-image: none !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
		padding-bottom: 7px !important;
		padding-top: 3px !important;
		color: #c0242f;
		font-size: 18px;
		font-weight: 600 !important;
		order: 1;
		white-space: nowrap;
		line-height: 1.43;
		
	}
	.header > .h-middle .navbar .nav-h-logo .col-h-logomob2 .h-mail{
    		font-family: "Open Sans", sans-serif;
		background-image: none !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
		padding-bottom: 3px !important;
		padding-top: 3px !important;
		color: #38558A;
		font-size: 12px;
		font-weight: 600 !important;
		order: 2;
		white-space: nowrap;
		line-height: 1.43;
	}



	.header .row.row-h-middle .col-h-logo{
		width: calc(100% - 160px);
		padding-left: 50px;
		padding-right: 0px;
		box-sizing: border-box;
		min-width: auto;
		margin-top: 0px;
		min-height: 60px;
		display: flex;
		align-items: center;
	}
	.header .row.row-h-middle .col-h-logo .logo{
		margin-top: 0px !important;
		width: 100% !important;
	}
	.header .row.row-h-middle .col-h-mobile{
		width: auto;
		display: inline-flex;
		padding-left: 0px;
		padding-right: 0px;
	}
	.header .row.row-h-middle .header__contacts{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.header .row.row-h-middle .header__contacts .h-mail{
    		font-family: "Open Sans", sans-serif;
		background-image: none !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		padding-left: 0px;
		padding-right: 0px;
		color: #38558A;
		font-size: 12px;
		font-weight: 600 !important;
		order: 2;
		line-height: 1.43;
	}
	.header .row.row-h-middle .header__contacts .h-mail span{
		display: none;
	}
	.header .row.row-h-middle .header__contacts .h-phone{
    		font-family: "Open Sans", sans-serif;
		background-image: none !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
		padding-left: 0px;
		padding-right: 0px;
		color: #c0242f;
		font-size: 18px;
		font-weight: 600 !important;
		order: 1;
		line-height: 1.43;
		padding-bottom: 6px;
	}
	.header .row.row-h-middle .header__contacts .h-phone span{
		display: none;
	}
	.header .row.row-h-middle .link-vk-youtube-mobile{
		display: none;
	}
	.header > .h-middle .navbar .link-vk-youtube-mobile.social-wrapper{
		display:  block;
		padding-top: 15px;
	}
	.col-f-info{
		background-color: transparent;
		color: #727274;
	}
	.col-f-info a{
		background-color: transparent;
		color: #727274;
	}
}



/*new mobile header finish*/





/* End */


/* Start:/css/style_new.css?175601957752484*/
@import '/css/../css/bootstrap.min.css';
@import '/css/../css/bootstrap-theme.min.css';
/*@import url(/css/u.css);*/
/*@font-face {
  font-family: 'NeoSansCyrRegular';
  src: url('/css/../fonts/neosanscyr-regular.eot');
  src: url('/css/../fonts/neosanscyr-regular.eot') format('embedded-opentype'),
  url('/css/../fonts/neosanscyr-regular.woff') format('woff'),
  url('/css/../fonts/neosanscyr-regular.ttf') format('truetype'),
  url('/css/../fonts/neosanscyr-regular.svg#NeoSansCyrRegular') format('svg');
}
@font-face {
  font-family: 'NeoSansCyrMediumRegular';
  src: url('/css/../fonts/neosanscyr-medium.eot');
  src: url('/css/../fonts/neosanscyr-medium.eot') format('embedded-opentype'),
  url('/css/../fonts/neosanscyr-medium.woff') format('woff'),
  url('/css/../fonts/neosanscyr-medium.ttf') format('truetype'),
  url('/css/../fonts/neosanscyr-medium.svg#NeoSansCyrMediumRegular') format('svg');
}
@font-face {
  font-family: 'NeoSansCyrLightRegular';
  src: url('/css/../fonts/neosanscyr-light.eot');
  src: url('/css/../fonts/neosanscyr-light.eot') format('embedded-opentype'),
  url('/css/../fonts/neosanscyr-light.woff') format('woff'),
  url('/css/../fonts/neosanscyr-light.ttf') format('truetype'),
  url('/css/../fonts/neosanscyr-light.svg#NeoSansCyrLightRegular') format('svg');
}*/
/*@font-face {
  font-family:"Exo Regular";
  src:url("/css/../fonts/Exo-Regular.eot") format("eot"),
  url("/css/../fonts/Exo-Regular.woff") format("woff"),
  url("/css/../fonts/Exo-Regular.ttf") format("truetype"),
  url("/css/../fonts/Exo-Regular.svg#Exo-Regular") format("svg");
  font-weight:normal;
  font-style:normal;
}*/

body {
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
}
body.unresponsive {
  min-width: 1170px;
}
body.unresponsive .container {
  max-width: none !important;
  width: 1170px !important;
}
body.unresponsive [class^="col-"] {
  float: left;
}
body.unresponsive .col-sm-1,
body.unresponsive .col-md-1,
body.unresponsive .col-lg-1 {
  width: 8.33333333% !important;
}
body.unresponsive .col-sm-2,
body.unresponsive .col-md-2,
body.unresponsive .col-lg-2 {
  width: 16.66666667% !important;
}
body.unresponsive .col-sm-3,
body.unresponsive .col-md-3,
body.unresponsive .col-lg-3 {
  width: 25% !important;
}
body.unresponsive .col-sm-4,
body.unresponsive .col-md-4,
body.unresponsive .col-lg-4 {
  width: 33.33333333% !important;
}
body.unresponsive .col-sm-5,
body.unresponsive .col-md-5,
body.unresponsive .col-lg-5 {
  width: 41.66666667% !important;
}
body.unresponsive .col-sm-6,
body.unresponsive .col-md-6,
body.unresponsive .col-lg-6 {
  width: 50% !important;
}
body.unresponsive .col-sm-7,
body.unresponsive .col-md-7,
body.unresponsive .col-lg-7 {
  width: 58.33333333% !important;
}
body.unresponsive .col-sm-8,
body.unresponsive .col-md-8,
body.unresponsive .col-lg-8 {
  width: 66.66666667% !important;
}
body.unresponsive .col-sm-9,
body.unresponsive .col-md-9,
body.unresponsive .col-lg-9 {
  width: 75% !important;
}
body.unresponsive .col-sm-10,
body.unresponsive .col-md-10,
body.unresponsive .col-lg-10 {
  width: 83.33333333% !important;
}
body.unresponsive .col-sm-11,
body.unresponsive .col-md-11,
body.unresponsive .col-lg-11 {
  width: 91.66666667% !important;
}
body.unresponsive .col-sm-12,
body.unresponsive .col-md-12,
body.unresponsive .col-lg-12 {
  width: 100% !important;
}
body.unresponsive .col-sm-offset-0,
body.unresponsive .col-md-offset-0,
body.unresponsive .col-lg-offset-0 {
  margin-left: 0 !important;
}
body.unresponsive .col-sm-offset-1,
body.unresponsive .col-md-offset-1,
body.unresponsive .col-lg-offset-1 {
  margin-left: 8.33333333% !important;
}
body.unresponsive .col-sm-offset-2,
body.unresponsive .col-md-offset-2,
body.unresponsive .col-lg-offset-2 {
  margin-left: 16.66666667% !important;
}
body.unresponsive .col-sm-offset-3,
body.unresponsive .col-md-offset-3,
body.unresponsive .col-lg-offset-3 {
  margin-left: 25% !important;
}
body.unresponsive .col-sm-offset-4,
body.unresponsive .col-md-offset-4,
body.unresponsive .col-lg-offset-4 {
  margin-left: 33.33333333% !important;
}
body.unresponsive .col-sm-offset-5,
body.unresponsive .col-md-offset-5,
body.unresponsive .col-lg-offset-5 {
  margin-left: 41.66666667% !important;
}
body.unresponsive .col-sm-offset-6,
body.unresponsive .col-md-offset-6,
body.unresponsive .col-lg-offset-6 {
  margin-left: 50% !important;
}
body.unresponsive .col-sm-offset-7,
body.unresponsive .col-md-offset-7,
body.unresponsive .col-lg-offset-7 {
  margin-left: 58.33333333% !important;
}
body.unresponsive .col-sm-offset-8,
body.unresponsive .col-md-offset-8,
body.unresponsive .col-lg-offset-8 {
  margin-left: 66.66666667% !important;
}
body.unresponsive .col-sm-offset-9,
body.unresponsive .col-md-offset-9,
body.unresponsive .col-lg-offset-9 {
  margin-left: 75% !important;
}
body.unresponsive .col-sm-offset-10,
body.unresponsive .col-md-offset-10,
body.unresponsive .col-lg-offset-10 {
  margin-left: 83.33333333% !important;
}
body.unresponsive .col-sm-offset-11,
body.unresponsive .col-md-offset-11,
body.unresponsive .col-lg-offset-11 {
  margin-left: 91.66666667% !important;
}
body.unresponsive .col-sm-offset-12,
body.unresponsive .col-md-offset-12,
body.unresponsive .col-lg-offset-12 {
  margin-left: 100% !important;
}
body.unresponsive .visible-xs,
body.unresponsive .visible-xs-block,
body.unresponsive .visible-sm,
body.unresponsive .visible-sm-block {
  display: block !important;
}
body.unresponsive .visible-xs-inline,
body.unresponsive .visible-sm-inline {
  display: inline !important;
}
body.unresponsive .visible-xs-inline-block,
body.unresponsive .visible-sm-inline-block {
  display: inline-block !important;
}
body.unresponsive .hidden-xs,
body.unresponsive .hidden-sm {
  display: block !important;
}
body.unresponsive .container .navbar-header,
body.unresponsive .container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
body.unresponsive .navbar-header {
  float: left;
}
body.unresponsive .navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
body.unresponsive .navbar-toggle {
  display: none;
}
body.unresponsive .navbar-collapse {
  border-top: 0;
}
body.unresponsive .navbar-brand {
  margin-left: -15px;
}
body.unresponsive .navbar-nav {
  float: left;
  margin: 0;
}
body.unresponsive .navbar-nav > li {
  float: left;
}
body.unresponsive .navbar-nav > li > a {
  padding: 15px;
}
body.unresponsive .navbar-nav.navbar-right {
  float: right;
}
body.unresponsive .navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
body.unresponsive .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > .active > a,
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > .disabled > a,
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
body.unresponsive .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.pseudo-link {
  color: #a61b33;
  border-bottom: 1px dashed #a61b33;
  transition: all .35s ease;

  /* color: grey;
  border-bottom: 1px solid grey; */

}
.pseudo-link:hover,
.pseudo-link:focus {
  text-decoration: none;
  border-color: transparent;
  color: #a61b33;
}
.btn {
  padding: 10px 0px;
  width: 100%;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-color: #a61b33;

  display: inline-block;
  text-align: center;
  color: #ffffff;
  border: 3px solid #a61b33;
  transition: all .35s ease;
  text-decoration: none;

}
.btn:hover {
  background-color: transparent;
  color: #a61b33;
  text-decoration: none;
}
.posr {
  position: relative;
}
.containerm {
  /* Margin/padding copied from Bootstrap */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* Set width to your desired site width */
  width: 1170px;
}
header {
  padding: 0 0 12px;
}
header .logo {
  width: 111%;
}
header .pseudo-link {
  margin-left: 70px;
  margin-right: 40px;
}
header .dropdown {
  display: inline-block;
}
header .dropdown .pseudo-link {
  margin: 0px;
}
header .dropdown .dropdown-menu {
  padding: 0px;
  background-color: #f5f2ee;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
header .dropdown .dropdown-menu li a {
  padding: 8px 20px;
}
header .gray-text {
  color: #929292;
  margin-right: 5px;
  display: inline-block;
}
header .phone {
  vertical-align: top;
  display: inline-block;
  text-align: right;
}
header .phone a {
  color: #000000;
  font-size: 26px;
}
header .vcenter:nth-child(2n),
header .vcenter:nth-child(3n),
header .vcenter:nth-child(4n) {
  vertical-align: top;
  padding-top: 14px;
}
header .btn {
  margin-top: 4px;
}
.modal-sm {
  width: 365px;
}
/*
.p2:after {
  content: '';
  position: absolute;
  top: 0;
  border: 12px solid transparent;
  border-top-color: #e8e2d9;
  left: 33.5%;
}
.p3:after {
  content: '';
  position: absolute;
  top: 0;
  border: 12px solid transparent;
  border-top-color: #e8e2d9;
  left: 49%;
}
.p4:after {
  content: '';
  position: absolute;
  top: 0;
  border: 12px solid transparent;
  border-top-color: #e8e2d9;
  left: 64%;
}
.p5:after {
  content: '';
  position: absolute;
  top: 0;
  border: 12px solid transparent;
  border-top-color: #e8e2d9;
  left: 79%;
} */
.pipka-block {
  height: 20px;
  background-color: #f5f2ee;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
.uniq_pipka{
  background-image: url(/upload/3.jpg);
  background-size:cover;
}
.tab-pane {
  position: relative;
}
.promo-section {
  position: relative;
  z-index: 1;
}
.promo .item {
  /*height: 655px;*/
  height: 600px;
}
.promo .item .info {
  padding: 40px;
  width: 540px;
  color: #ffffff;
  margin-top: 100px;
  background-color: rgba(66, 24, 24, 0.55);
}
.promo .item .info h1,
.promo .item .info .h1
{ /* h2 */
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 43px;
  font-weight: bold;
}
.promo .item .info p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0px;
}
.nav-pos {
  width: 1170px;
  position: absolute;
  z-index: 10;
  bottom: 120px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
.owl-navigation {
  z-index: 10;
  margin-left: 15px;
}
.owl-navigation .pagination {
  display: inline-block;
  margin: 0px;
  margin-right: 15px;
}
.owl-navigation .pagination .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  background-color: #2a487f;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
}
.owl-navigation .pagination .owl-dot:before {
  content: '';
  width: 6px;
  height: 6px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  opacity: 0;
  transition: all .35s ease;
}
.owl-navigation .pagination .owl-dot:hover:before {
  opacity: 1;
}
.owl-navigation .pagination .owl-dot.active:before {
  content: '';
  width: 6px;
  height: 6px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  opacity: 1;
}
.owl-navigation .pagination .owl-dot:last-child {
  margin-right: 0px;
}
.owl-navigation .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #2a487f;
  font-size: 25px;
  margin-right: 15px;
  transition: all .35s ease;
}
.owl-navigation .arrow:hover {
  color: #ffffff;
}
.tabs-section {
  background-color: #ffffff;
  padding-top: 65px;
  position: relative;
  background-image: url(/css/../images/sand.jpg), url(/css/../images/sand2.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  background-position: 88% 30%, 11% 55%;
  z-index: 2;
}

/* .tabs-section:before {
  position: absolute;
  content: '';
  -webkit-transform: rotate(-3deg);
  transform: rotate(-5deg) skewX(-5deg);
  -webkit-transform-origin: 3% 0;
  transform-origin: 3% 0;
  top: 0;
  left: -31%;
  z-index: -1;
  width: 131.5%;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff 10%, rgba(255, 255, 255, 0.66) 34%, rgba(255, 255, 255, 0) 100%);
} */
.tabs-section:after {
  position: absolute;
  content: '';
  -webkit-transform: rotate(-3deg);
  transform: rotate(-5deg) skewX(-5deg);
  -webkit-transform-origin: 3% 0;
  transform-origin: 3% 0;
  top: 100%;
  left: -31%;
  z-index: -1;
  width: 131.5%;
  /*height: 6%;*/
  height: 340px;
  background: inherit;
  background-image: none;
  background-color: #ffffff;
}
.simple-form {
  padding: 40px 30px;
  padding-bottom: 40px;
  background-color: #2a487f;
}
.simple-form.abs-callback {
  width: 350px;
  position: absolute;
  bottom: 100%;
  right: 20px;
}
/* .simple-form h2 { */
.simple-form span.h2 {
  margin: 0px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  display: block;
}
.simple-form div.h2 {
  margin: 0px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  display: block;
}
.simple-form input[type="text"],
.simple-form input[type="tel"] {
  padding: 10px;
  border: 2px solid #00aeef;
  width: 100%;
  margin-bottom: 30px;
  transition: all .35s ease;
  height:40px;
}
.simple-form input[type="text"]:focus,
.simple-form input[type="tel"]:focus {
  border-color: #00aeef !important;
}
.simple-form input[type="submit"] {
  font-size: 22px;
  font-weight: bold;
}
.simple-form input[type="submit"]:hover {
  color: #ffffff;
}
.title, .title-modal {
  text-align: center;
  color: #a61b33;
  font-weight: bold;
  font-size: 52px;
  margin-bottom: 60px;
}
.title-modal {font-size: 32px; text-transform: uppercase;}
.nav-tabs {
  border: none;
  padding: 0px 136px;
  background-color: #e8e2d9;
  position: relative;
}
.nav-tabs li {
  width: 172px;
  height: 140px;
  text-align: center;
  padding-top: 34px;
}
.nav-tabs li a {
  padding: 0px;
  margin: auto;
  display: inline;
  width: 100%;
  font-size: 18px;
  vertical-align: middle;
  color: #000000;
  border-bottom: 1px dashed #000000;
}
.nav-tabs li a:hover,
.nav-tabs li a:focus {
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs li.active:after {
  content: '';
  position: absolute;
  bottom: -3px;
  border: 12px solid transparent;
  border-top-color: #e8e2d9;
  left: 42%;
  z-index: 1;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus {
  color: #a61b33 !important;
  background-color: transparent!important;
  border-color: transparent!important;
}
.goods-tab {
  position: relative;
  background-color: #f5f2ee;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
}
.goods-tab .arrow {
  position: absolute;
  font-size: 40px;
  z-index: 2;
  top: 35px;
  color: #b2a595;
  transition: color .35s ease;
}
.goods-tab .arrow:hover {
  color: #a61b33;
}
.goods-tab a[data-nav="prev"] {
  left: 30px;
}
.goods-tab a[data-nav="next"] {
  right: 30px;
}
.goods {
  /*padding: 80px 30px;*/
   padding: 80px 0px;
  padding-bottom: 30px;
  background-color: #f5f2ee;
 /* background-image: url(/css/../images/lowCost.jpg);*/
  background-repeat: no-repeat;
  background-position: 95% 30px;
}
.goods .goods-head {
  border-bottom: 1px solid #e8e2d9;
  padding: 0px 95px;
  padding-bottom: 25px;
  margin-bottom: 35px;


}
.uniq_background {

	  /*background-image: url(/upload/2.jpg);*/
	  height:200px;

	  position:relative;
	  z-index:0;
	  margin-top:-80px;
	  padding: 0px 120px !important;
      background-repeat: no-repeat

}
/*.uniq_background h2 {*/
.uniq_background span.h2 {
  margin: 0px;
  text-transform: uppercase;
  font-size: 26px !important;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  vertical-align:middle;
  line-height:30px;
  color: white;
  padding-top:70px;
  position: relative;
  z-index: 999999;


}
.uniq_background > div{
	    display: inline-block;
		background-image: url(/upload/pechat.png);
		position: absolute;
		width: 180px;
		z-index: 222222;
		height: 180px;
		right: 10px;
	    top: -17px;

}
.head_before{
	margin: 0 0 50px 0;
	font-size:16px;
	font-weight: 500;
}
.descr_zakaz{
	font-size:16px;
	margin-top:20px;
	margin-bottom:20px;
	text-transform: uppercase;
	font-weight:500;
}



/* .goods .goods-head h2 { */
.goods .goods-head span.h2 {
  margin: 0px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  display: block;
}
.goods .goods-head p {
  text-align: center;
  font-size: 20px;
}
.goods-body {
  padding: 0px 95px;
  text-align: center;
}
.goods-body .item {
  width: 280px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  margin-bottom: 55px;
  vertical-align: top;
}
.goods-body .item .category {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 30px;
}
.goods-body .item .goods-img {
  display: inline-block;
  position: relative;
}
.goods-body .item .goods-img > img {
  width: 280px;
  height: 175px;
}
.goods-body .item .content {
  padding: 25px 20px;
  background-color: #fefdfb;
}
.goods-body .item .content .price-block {
  font-size: 18px;
  display: inline-block;
  padding-bottom: 18px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e2d9;
}
.goods-body .item .content .price-block .price {
  font-size: 36px;
  font-weight: bold;
}
.goods-body .item .content .inStore {
  font-weight: bold;
}
.goods-body .item .content ul {
  list-style: none;
  padding-left: 0px;
}
.goods-body .item .content ul li {
  margin-bottom: 4px;
}
.goods-body .item .content .btn {
  margin-top: 15px;
  font-size: 18px;
}
.goods-body .item .like {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #a61b33;
  background-image: url(/css/../images/like.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.goods-body .item .fav {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #a61b33;
  background-image: url(/css/../img/fav.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.goods-body .item:nth-child(3n) {
  margin-right: 0px;
}
.button-block {
  padding: 60px 0px;
  text-align: center;
  background-color: #e8e2d9;
}
.button-block .wrap {
  margin: 0 auto;
  width: 735px;
}
.button-block .wrap span {
  text-transform: uppercase;
}
.button-block .buttons {
  padding-bottom: 24px;
  border-bottom: 2px dashed #cbc2b5;
  margin-bottom: 25px;
}
.button-block .buttons .btn {
  width: 345px;
  padding: 15px;
  font-size: 24px;
  font-weight: bold;
  margin-right: 30px;
}
.button-block .buttons .btn:last-child {
  margin-right: 0px;
}
.button-block .buttons .btn.empty {
  background-color: transparent;
  color: #a61b33;
  text-decoration: none;
}
.button-block .buttons .btn.empty:hover {
  background-color: #a61b33;
  color: #ffffff;
  text-decoration: none;
}
.cool-list {
  padding: 40px 30px;
  background-color: #f5f2ee;
}
.cool-list ul,
.cool-list .list {
  /* 		-moz-column-count: 2;
	    -moz-column-gap: 60px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 60px;
	    column-count: 2;
	    column-gap: 60px; */
  padding-left: 0px;
  list-style: none;
  display: inline-block;
  vertical-align: text-top;
  /*width: 48%;*/
  margin-right: 2%;
  padding-right: 35px;
}
.cool-list ul.full_w {
  width: 100%;
}
.cool-list ul:last-child,
.cool-list .list:last-child {
  margin-right: 0px;
}
.cool-list ul li,
.cool-list .list li,
.cool-list ul .list-item,
.cool-list .list .list-item {
  background-image: url(/css/../images/list.jpg);
  background-repeat: no-repeat;
  background-position: 0px 10px;
  padding-left: 25px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.cool-list ul li,
.cool-list .list li,
.cool-list ul .list-item,
.cool-list .list .list-item .list_lh{
	margin-bottom: 5px !important;

}
.cool-list  ul.low_img li   {
	background-size: 11px 3px !important;
	background-position: 0px 11px !important;
}

.dost li{
	margin-bottom:10px !important;
}
.blue-section {
  background-image: linear-gradient(to bottom, #0c3649 55%,  rgba(12, 54, 73, 0.65) 100%), url(/css/../images/blue.jpg); /* #0c3649 */
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 280px 0px;
  position: relative;
}
.blue-section .title {
  color: #ffffff;
  margin-top: 60px;
  margin-bottom: 75px;
}
.blue-section .benefits {
  padding: 50px 25px 0px 25px;
  border: 2px solid #476062;
  margin-bottom: 20px;
}
.blue-section .benefits .item {
  display: inline-block;
  width: 33%;
  vertical-align: text-top;
  margin-bottom: 35px;
}
.blue-section .benefits .item .img-block {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  margin-right: 3%;
}
.blue-section .benefits .item .text-block {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  color: #ffffff;
}
.blue-section .benefits .item .text-block p {
  line-height: 1.5;
}
.blue-section .map {
  margin-bottom: 35px;
}
.blue-section .map img {
  width: 100%;
}
.blue-section .video-block {
  display: inline-block;
  margin-right: 35px;
}
.blue-section .video-block:last-child {
  margin-right: 0px;
}
.small-title {
  margin-top: 0px;
  margin-bottom: 65px;
  color: #ffffff;
  text-align: center;
}
div.small-title{
	font-size:32px;
}
.top_menu_fsize{
	font-size:16px;
}
/*.partners-wpap__seo {
  padding: 70px 30px 0px 30px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}*/
.partners-wrap,.partners-wpap__seo {
  background-color: #ffffff;
  padding-top: 65px;
  position: relative;
  z-index: 2;
}
.partners-wrap:before {
  position: absolute;
  content: '';
  -webkit-transform: rotate(-3deg);
  transform: rotate(-5deg) skewX(-5deg);
  -webkit-transform-origin: 3% 0;
  transform-origin: 3% 0;
  top: 0;
  left: -31%;
  z-index: -1;
  width: 131.5%;
  height: 100%;
  background: inherit;
  background-color: #ffffff;
}
.partners-wrap__seo:before {
  position: absolute;
  /*content: '';*/
  -webkit-transform: rotate(-3deg);
  transform: rotate(-5deg) skewX(-5deg);
  -webkit-transform-origin: 3% 0;
  transform-origin: 3% 0;
  top: 0;
  left: -31%;
  z-index: -1;
  width: 131.5%;
  height: 100%;
  background: inherit;
  background-color: #ffffff;
}
.partners-wrap:after, .partners-wrap__seo:after {
  position: absolute;
  content: '';
  -webkit-transform: rotate(-3deg);
  transform: rotate(-5deg) skewX(-5deg);
  -webkit-transform-origin: 3% 0;
  transform-origin: 3% 0;
  top: 100%;
  left: -31%;
  z-index: -1;
  width: 131.5%;
  height: 9%;
  background: inherit;
  background-color: #ffffff;
}
.partners {
  margin-bottom: 90px;
  text-align: center;
}
.partners .item {
  display: inline-block;
  margin-right: 55px!important;
}
.thankful {
  border: 3px solid #ebebeb;
  padding: 65px 100px;
  position: relative;
}
.thankful .abs {
  color: #a61b33;
  background-color: #ffffff;
  position: absolute;
  width: 480px;
  top: -41px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 30px;
  margin-top: 15px;
  font-weight: 500;
}
.thankful .letters .item {
  display: inline-block;
  width: 18%;
  margin-right: 2%;
}
.thankful .letters .item:last-child {
  margin-right: 0px;
}
.letter-modal {
  padding: 15px;
}
.letter-modal .modal-content {
    width: 170%;
    margin-left: -100px;
}
.letter-modal img {
  width: 100%;
}
.modal .close {
  position: absolute;
  top: -22px;
  right: -24px;
  color: #ffffff;
  opacity: 1;
}
.questions {
  margin-top: 105px;
  padding-bottom: 160px;
  background-image: url(/css/../images/footer-block.png);
  background-size: cover;
}
.questions .simple-form {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.3);
  width: 920px;
  margin: 0 auto;
  padding: 60px 125px;
  padding-bottom: 75px;
  text-align: center;
}
.questions .simple-form .title {
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 40px;
}
.questions .simple-form p {
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
.questions .simple-form input[type="text"],
.questions .simple-form input[type="tel"] {
  padding: 12px;
  border: 2px solid #00aeef;
  width: 51%;
  margin-bottom: 30px;
}
.questions .simple-form input[type="submit"] {
  width: 51%;
}
footer {
  padding: 50px 0px 100px;
  background-color: #0d2131;
}
footer .footer-text {
  color: #748da3;
}
footer .right-info {
  text-align: right;
  color: #ffffff;
}
footer .right-info .tel {
  font-size: 26px;
  margin-bottom: 10px;
  display: inline-block;
}
footer .right-info .category,
footer .right-info .fn {
  font-weight: bold;
}
footer .right-info a {
  color: #ffffff;
  text-decoration: none;
}
.about .modal-dialog {
  width: 1150px;
}
.about .modal-content {
  padding: 55px 95px;
}
.about .modal-content .subtitle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 35px;
}
.about .modal-content .title {
  text-transform: uppercase;
}
.about .modal-content p {
  padding-left: 5px;
  margin-bottom: 20px;
}
.about .modal-content .divider {
  margin-bottom: 55px;
}
.list {
  padding-left: 5px;
  list-style: none;
  display: inline-block;
  vertical-align: text-top;
  width: 100%;
  margin-right: 2%;
  padding-right: 35px;
  margin-bottom: 0px;
}
.list:last-child {
  margin-right: 0px;
}
.list .list-item {
  background-image: url(/css/../images/list.jpg);
  background-repeat: no-repeat;
  background-position: 0px 10px;
  padding-left: 25px;
  margin-bottom: 10px;
}
.list .list-item:last-child {
  margin-bottom: 0px;
}
.icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #000;
  transition: all .35s ease;
}
.icon.tab-left,
.icon.tab-right {
  width: 40px;
  height: 40px;
  fill: #B2A595;
}
.icon.tab-left:hover,
.icon.tab-right:hover {
  fill: #a61b33;
}
.icon.top-arrow {
  fill: #2a487f;
  height: 22px;
  transition: all .35s ease;
}
.icon.top-arrow:hover {
  fill: #ffffff;
}
.good .modal-dialog {
  width: 1150px;
}
.good .modal-content {
  padding: 0px;
}
.good .padding-div {
  padding: 85px 95px;
}
.good .title {
  text-transform: uppercase;
}
.good .item {
  width: 46%;
  margin-bottom: 50px;
  display: inline-block;
  margin-right: 4%;
}
.item-container img{
  width: 444px;
  height: 300px;
}
.good .item:nth-child(2n) {
  margin-right: 0px;
}
.good .item img {
  margin-bottom: 25px;
}
.good .item p {
  font-weight: bold;
  font-size: 18px;
}
.good .footer .sides {
    min-height: 420px;
    /*max-height: 500px;*/
  display: inline-block;
  width: 50%;
  vertical-align: text-top;
  margin-right:-2px;
}
.good .footer .sides .text {
    min-height: 420px;
    max-height: 500px;
  /*height: 440px;*/
  background-color: #f5f2ee;
  padding: 55px 38px 40px 95px;
}
.good .footer .sides .text h3,
.good .footer .sides .text div.h3 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
  padding-bottom: 35px;
  border-bottom: 2px dashed #cbc2b5;
  margin-bottom: 25px;
}
.good .footer .sides .text p {
  text-transform: uppercase;
}
.good .footer .sides .simple-form {
  height: 420px;
  padding: 55px 95px 40px 38px;
}
.good .footer .sides .simple-form span {
  color: #ffffff;
  line-height: 20px;
}
.good .footer .sides .simple-form input[type="text"],
.good .footer .sides .simple-form input[type="tel"] {
  width: 75%;
  margin-bottom: 15px;
}
.good .footer .sides .simple-form input[type="submit"] {
  width: 75%;
}
.success {
  display: none;
}
.success > h3,
.success > .h3 {
  font-size: 20px;
  margin: 20px 0 !important;
}
.success > span.h2 {
  font-size: 18px !important;
  margin-top: 15px!important;
}
.sides .success > span.h2 {
  font-size: 16px !important;
  margin-top: 15px!important;
  margin-right: -60px;
}

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.calculation_item .b-photo {margin: 0 auto 12px;}
.b-photo {
  border: 10px solid #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-box-shadow:0 0 7px -2px #000;
  -moz-box-shadow:0 0 7px -2px #000;
  box-shadow:0 0 7px -2px #000;
  height: 203px;
  overflow: hidden;
  position: relative;
  width: 285px;
}
.b-photo img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  height: 100%;
  width: 100%;
}
.b-photo .fancybox:before {
  background: url("/css/../images/zoom.png");
  bottom: 6px;
  content: "";
  height: 26px;
  position: absolute;
  right: 6px;
  width: 26px;
}
.b-photo .fancybox {
  display: block;
  height: 203px;
  position: relative;
  width: 285px;
}
.price {
  font-size: 18px;
  margin: 0 0 5px;
  text-align: center;
}
.price > span {
  font-size: 36px;
}
.calculation_item .txt {
  font-size: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.calculation_item table {
  width: 100%;
}
.calculation_item tr:nth-child(2n+1) {
  background:#eeeae4;
}
.calculation_item tr:nth-child(2n+1) td {
  border-right: 1px solid #FFFDF6;
}
.calculation_item tr td {
  font-size: 16px;
  padding: 6px;
  text-align: center;
}
.calculation_item tr:nth-child(2n) {
  background:#FFFDF6;
}
.calculation_item tr:nth-child(2n) td {
  border-right: 1px solid #eeeae4;
}

.btnUp {
  position: fixed;
  bottom: 50px;
  left: 600px;
  z-index: 9999;
  box-shadow: 0 0 5px #0f0f0f;
  display: none;
  cursor: pointer;

}

li.list_lh{
	margin-bottom: 0 !important;
}

/*.goods-show {*/
    /*position: absolute;*/
    /*left: 20px;*/
    /*bottom: 20px;*/
    /*width: 215px;*/
/*}*/

@media screen and (max-width: 1200px) {
  .tabs-section:after {
    height: 6%;
  }
  .nav-tabs li {
    width: 171px;
  }
  .goods-body .item {
    width: 253px;
    margin-right: 60px;
  }
  header {
    padding: 20px 0px;
  }
  .partners .item {
    margin-right: 63px;
  }
  .goods-body .item .content {
    padding: 25px 11px;
  }
}
.greylist {
	color:grey;
}
@media (max-width: 1199px) {
  .container {
    width: 1170px !important;
    padding-right: 20px;
    padding-left: 20px;
  }
  body {
    width: 1170px !important;
  }
  .row {
    /*margin-left: 0px!important;*/
    /*margin-right: 0px!important;*/
  }
}
@media (max-width: 1169px) {
  .container {
    width: 100% !important;
    padding-right: 20px;
    padding-left: 20px;
  }
  body {
    width: 100% !important;
  }
  .ti-text {
    padding-right: 0;
  }
}
.fancybox.in-table {position: relative;}
.fancybox.in-table::before {background: rgba(0, 0, 0, 0) url("/css/../images/zoom.png") repeat scroll 0 0;content: "";height: 26px;left: 19px;position: absolute;top: -4px;width: 26px;}
#cityes {width: 935px; padding: 50px; background: #fff;}
#cityes .city-reg {width: 163px;padding: 0px 5px 10px;display: inline-block;vertical-align: top;line-height: 18px;}
#cityes .city-reg .reg-title {font-weight: bold; color: #b4b4b4;}
#cityes .city-reg .reg-title a{font-weight: bold; color: #a61b33; text-decoration: none;}
#cityes .city-reg .reg-title a:hover{font-weight: bold; color: #a61b33; text-decoration: underline;}
#cityes .city-reg ul {margin-left: 0px; list-style-type: none; padding: 0px; margin-top: 15px;}
#cityes .city-reg li a {text-decoration: underline; color: #a61b33; text-decoration: none;}
#cityes .city-reg li a:hover {text-decoration: underline; color: #a61b33; text-decoration: underline;}
.reg-list {display: block; height: 40px; margin-top: 15px;}
.back-to-top {
  position: fixed;
  bottom: 1em;
  right: 0px;
  text-decoration: none;
  color: #ffe2bd;
  font-size: 16px;
  padding: 1em;
  display: none;
  background: #e9771c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5NzcxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYTMwMzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #e9771c 0%, #ba3032 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9771c), color-stop(100%,#ba3032)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e9771c 0%,#ba3032 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e9771c 0%,#ba3032 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e9771c 0%,#ba3032 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #e9771c 0%,#ba3032 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9771c', endColorstr='#ba3032',GradientType=0 ); /* IE6-8 */
  z-index: 9999;
  border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  font-family: 'NeoSansCyrMediumRegular', sans-serif;
  text-transform: uppercase;}
.back-to-top:hover {
  color: #ffe2bd;
  text-decoration: none;
  background: #fe3d00;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlM2QwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYTAyMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #fe3d00 0%, #aa0202 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe3d00), color-stop(100%,#aa0202)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fe3d00 0%,#aa0202 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fe3d00 0%,#aa0202 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fe3d00 0%,#aa0202 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fe3d00 0%,#aa0202 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe3d00', endColorstr='#aa0202',GradientType=0 ); /* IE6-8 */}
.video-box.inner {margin: 40px auto;}
/*.city-link {position: absolute;top: 83px;right: 270px;}*/
.popup-sity {position: absolute;width: 355px;height:125px;background: #fff;z-index: 1060;top: 30px;left: 0;display: none; box-shadow: 0 0 15px #f2b2ac;}
.popup-sity .arr {background: url("/../../images/popup-sity-arr.png") no-repeat center center; width: 100%;height: 15px;position: absolute;top: -10px}
.popup-sity .bord {width: 100%;height: 3px;background: #3e454f;border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0;-moz-border-radius: 5px 5px 0 0;}
.popup-sity .close {background: url("/../../images/popup-sity-close.png") no-repeat center center;width: 12px;height: 12px;position: absolute;right: 10px;top:10px;cursor: pointer;}
.popup-sity .question {margin: 20px 0 0 20px;}
.popup-sity .yes {
  background: #a61b33 none repeat scroll 0 0;
  bottom: 20px;
  height: 44px;
  left: 20px;
  padding: 10px 0 0;
  position: absolute;
  text-align: center;
  width: 159px;
}
.popup-sity .yes a {
  display: block;
  width: 159px;
  height: 44px;
  color: #fff;
}
.popup-sity .no {
  bottom: 20px;
  height: 44px;
  padding: 10px 0 0;
  position: absolute;
  right: 20px;
  text-align: center;
  width: 138px;
}
.popup-sity .no a {
  text-decoration: none;
  border-bottom: 1px dashed;
  color: #a61b33;
}
.popup-sity .yes a:hover,.popup-sity .no a:hover{text-decoration: none;}

.form-load {display: none;background: rgba(0, 0, 0, 0.3) url("/../../images/fancybox_loading.gif") no-repeat center center;height: 100%;position: absolute;left: 0;top: 0;width: 100%;border-radius: 20px;-webkit-border-radius:20px;-moz-border-radius:20px;}
.btn-all {background-color: #3e454f;border-radius: 5px;-webkit-border-radius:5px;-moz-border-radius: 5px; color: #fff;display: block;font-size: 18px;font-weight: bold;height: 41px;line-height: 41px;margin: 0 auto 50px;text-align: center;width: 400px;}
.btn-all:hover {background-color: #64686f;text-decoration: none;}
#emSrc a {text-decoration:underline;color:rgb(54, 83, 137);}
.inner-sands li {float: left;position: relative;margin-bottom: 49px;margin-right: 20px;width: 298px;height:90px;border:1px solid #3f3f3f;}
.inner-sands li:nth-child(3n) {margin-right: 0;}
.inner-sands li a {display: block; width: 298px; height: 90px;}
.inner-sands li a:hover {text-decoration: none;}
.inner-sands li .name {font-size: 18px;margin:10px 10px 0;font-weight: bold;}
.inner-sands li .price {bottom: 10px;color: #f77b48;font-size: 16px;left: 10px;margin: 0;position: absolute;}
.inner-sands li .price span {font-size: 30px;}
.inner-sands li .more {bottom: 12px;font-size: 16px;position: absolute;right: 5px;color: #f77b48;font-weight: bold;}
.linear_for_block:before {
    position: absolute;
    content: '';
    -webkit-transform: rotate(-3deg);
    transform: rotate(-5deg) skewX(-5deg);
    -webkit-transform-origin: 3% 0;
    transform-origin: 3% 0;
    top: 0;
    left: -31%;
    z-index: -1;
    width: 131.5%;
    height: 110%;
    background: inherit;
    background-color: #ffffff;
}

.in_catalog {
  width: 586px!important;
  /*margin-top: 40px!important;*/
}

.content-section {
  min-height: 200px!important;
}

.distributor {
  text-transform: none;
}
.distributor a{
  color: #a61b33;
  /*text-decoration: underline;*/
  padding: 1px;
  border-bottom: 1px solid #a62b33;
  /*display: block;*/
}
.distributor a:hover {
  text-decoration: none;
  border: none;
  color: #a61b33;
}

.tbl_cost {
  font-size: 18px;
}
.tbl_cost b,
.tbl_cost span.text-bold {
  font-size: 30px;
}
.tbl_cost a {
  width: 300px;
  margin-top: 10px;
}

.dop_text_btn {
  width: 28%;
  margin: 20px auto;
  display: block;
}

.footnote {
    padding: 14px 0px!important;
    background: #fff;
    font-size: 16px;
}

.product_descr {
  margin: 20px -5px 20px 0px;
  opacity: 0.7;
}

.ls_articles {
  list-style: none;
}
.ln_articles {
  /*color: #a61b33;*/
}
.ln_articles:hover {
  color: #a61b33;
}
.post-content.inner a:hover{
  text-decoration: underline;
  color: #337ab7;
  opacity: .8;
}
.post-content.inner a.btn:hover {
  color: #a61b33;
  opacity: 1;
  text-decoration: none;
}
.post-content.inner  span.h2{
  display: block;
  text-align: center;
  font-size: 26px;
  padding: 20px 0 20px 0;
  text-transform: uppercase;
  font-weight: bold;
}
.post-content.inner  h2{
  display: block;
  /*text-align: center;*/
  font-size: 26px;
  padding: 20px 0 20px 0;
  /*text-transform: uppercase; */
  /*font-weight: bold; */
}
.breadcrumbs .pseudo-link {
  transition: all .35s ease;
    color: grey;
    border-bottom: 1px solid grey;
}
.breadcrumbs .pseudo-link:hover,
.breadcrumbs .pseudo-link:focus {
  text-decoration: none;
  border-color: transparent;
  color: #a61b33;
}
.breadcrumbs > span {
  color: grey;
}
.letters .item img {
  border: 1px solid #c3b7b7;
}
.text-bold {
  font-weight: bold;
}
.no-padding-for-ol {
  padding: 0px 0px 0px 15px;
}

div#jivo-iframe-container {
  z-index: 22222!important;
}

.for-scroll {
  height: 30px!important;
  line-height: 30px!important;
}

/**
* Новые стили для модифицированного лендинга
*/

/*.goods .goods-head h2,*/
.goods .goods-head span.h2,
.goods-body .item .content .inStore,
.button-block .buttons .btn,
.promo .item .info h1,
.title,
.about .modal-content .subtitle,
.comagic_phone,
.simple-form span.h2,
.button-block b,
.simple-form input[type="submit"],
.good .item p,
.name_product,
.cost_product,
.tbl_cost a,
.detail-page-header h1,
span.razdel.razd_about,
.post-content.inner h2

{
  font-weight: normal!important;
}

#btn_footer {
    width: 200px;
    margin: 0px 0px 10px 0px;
}
#btn_footer:hover {
    color: #fff;
}

.back_fon {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1060;
    opacity: .6;
    display: none;
}

#uptocall-mini {
  z-index: 1050!important;
}

div#jivo-iframe-container {
    z-index: 1050!important;
}

.plink_block {
  margin-top: 30px;
  padding: 0px 15px 20px 15px!important;
}
.plink_block a{
    color: #a61b33;
    text-decoration: none;
    padding: 1px;
    /*border-bottom: 1px solid #a62b33;*/
    /* display: block; */
}
.plink_block a:hover {
  opacity: .8;
  color: #a61b33;
}

.between_page:before {
  position: relative;
  content: '';
}

.video_floating {
    border: 1px solid #d6cfc5;
    padding: 15px;
    background: #f5f2ee;
  -webkit-transform:translateZ(0);
  -webkit-mask-image:-webkit-radial-gradient(circle, white, black);
}

.video_floating iframe {
  float: left;
  margin: 5px 20px 20px 0px;
  border: none;
  max-width: 560px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.video_wrap {
  position: relative;
  padding-bottom: 27%;
  overflow: hidden;
  max-width: 570px;
  height: 0;
  float: left;
  width: 100%;
  margin: 30px 20px 20px 0px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-transform:translateZ(0);
  -webkit-mask-image:-webkit-radial-gradient(circle, white, black);
}
.video_floating .video_wrap {
  padding-bottom: 28.9%;
}
.video_wrap iframe {
  float: none;
  margin: 0;
  border: none;
  max-width: 570px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.clear {clear: both;}

.float_list {
  width: 44%!important;
  margin-right: 0!important;
}
@media (max-width: 1200px) {
  .float_list {
    width: 100% !important;
  }
  .video_wrap {
    padding-bottom: 28%;
  }
  .video_floating .video_wrap {
    max-width: 100%;
    padding-bottom: 56.50%;
  }
  .video_floating .video_wrap iframe {
    max-width: 100%;
  }
  .prod-descr-text .text_float {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .h-middle {
    height: auto;
  }
}
@media (max-width: 991px) {
  .video_wrap {
    max-width: 100%;
    padding-bottom: 56.50%;
  }
  .video_wrap iframe {
    max-width: 100%;
  }
}
.tc-checks {position: relative;}
.choose-fract {
  /*display: none;*/
  font-size: 14px;
  /*color: #f04f54;*/
  /*position: absolute;*/
  /*top: 30px;*/
  margin-bottom: 12px;
}
.choose-fract.active {
  display: block;
}
@media only screen and (max-width : 1229px) {
  .choose-fract {
    /*top: auto;
    bottom: -18px;*/
  }
}
#form-frakzii {
  max-width: 800px;
}
#basket-callback {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}



/*------new styles-------*/
.reviews-list-slider {
    padding: 0 40px;
}
.reviews-slider-item {
	padding: 30px;
}
.reviews-item__top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reviews-item__text {
	padding-top: 20px;
}
.reviews-item__name {
	font-weight: bold;
    font-size: 18px;
}
.reviews-item__date {
	font-weight: bold;
    font-size: 16px;
}

.reviews-item__company-image-wrap {
    width: 100px;
}
.reviews-item__company-image {
    object-fit: contain;
    width: 100%;
}
.reviews-item__company-wrapper {
    display: flex;
    align-items: center;
}
.reviews-item__company-image-wrap {
	margin-left: 15px;
}
.reviews-list-slider .slick-prev {
	left: 0;
}
.reviews-list-slider .slick-next {
	right: 0;
}
.reviews-slider-item__text {
	padding-top: 10px;
}
.reviews-slider-item__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.reviews-slider-item__name {
    font-size: 16px;
    font-weight: 600;
}
.reviews-slider-item__date {
    font-size: 14px;
	margin-bottom: 5px;
}
.reviews-slider_company-wrapper {
	padding-top: 10px;
}
.reviews-list {
	padding-bottom: 50px;
}
.reviews-item {
	padding: 30px 0;
}
.reviews-item + .reviews-item {
	border-top: 2px solid #d8d8d8;
}
.reviews-item__top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reviews-item__text {
	padding-top: 20px;
}
.reviews-item__name {
	font-weight: bold;
    font-size: 18px;
}
.reviews-item__date {
	font-weight: bold;
    font-size: 16px;
}
.reviews-item__company-image-wrap {
    width: 100px;
}
.articles-list__item-image,
.reviews-item__company-image {
    object-fit: contain;
    width: 100%;
}
.reviews-item__company-wrapper {
    display: flex;
    align-items: center;
}
.reviews-item__company-image-wrap {
	margin-left: 15px;
}
.vacancies-block {
	padding: 30px 0 50px 0;
}
.vacancy-item {
	overflow: hidden;
	padding: 20px 0;
}
.vacancy-item + .vacancy-item {
	border-top: 2px solid #d8d8d8;
}
.vacancy-item__title {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    color: #3b5687;
	position: relative;
	padding-right: 45px;
}
.vacancy-item__title:after {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	width: 25px;
	height: 25px;
	right: 0;
}
.vacancy-item.is-active .vacancy-item__title:after {
	content: "\f106";
}
.vacancy-item__title:hover {
	color: #ff4c4c;
}
.is-active .vacancy-item__title {
    color: #ff4c4c;
}
.vacancy-item__info  {
	overflow: hidden;
	max-height: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.vacancy-item.is-active .vacancy-item__info {
	padding-top: 25px;
}
.vacancy-item__rate {
	font-weight: bold;
}
.vacancy-item__rate {
	margin-bottom: 15px;
}
.vacancies-block ul,
.vacancies-block ol {
	margin-left: 40px;
}
.reviews-slider-block {
	padding: 30px 0;
	margin-bottom: 40px;
}
.reviews-slider-title {

}
.reviews-slider-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-nav__item_dropdown .header-drawer {
	margin: 0;
}
.articles-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.articles-list__item {
    width: 30%;
    text-align: center;
	margin-bottom: 50px;
}
.articles-list__item-title {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #3b5687;
	font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.articles-list__item-text {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #444444;
    font-size: 14px;
    line-height: 1.3;
}
.articles-list__item-link {
	text-decoration: none;
}
.articles-list__item-link:hover .articles-list__item-title  {
    color: #ff4c4c;
}
.articles-list__item-link:hover .articles-list__item-text {
	color: black;
}
.articles-list__item-image-wrap  {
    margin-bottom: 10px;
}
.articles-text {
	margin-bottom: 40px;
}
.articles-list__item-date {
	font-size: 14px;
	padding-top: 5px;
    color: rgba(130, 130, 130, 0.7);
}
.article-detail__top {
	display: flex;
    flex-wrap: wrap;
}
.article-detail__image-wrap {
	width: 48%;
}
.article-detail__info {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}
.article-detail__date {
	line-height: 1;
	margin-left: 100px;
}
.article-detail__info-author {
    line-height: 1;
}
.article-detail__info-text {
    color: #b0b0b0;
    font-size: 14px;
}

.nav > li > a.header-nav__link {
	padding: 22px 10px;
}
.nav > li a .header-nav__text {
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
}
.navbar ul li.active a:after {
	content: none;
}
.nav > li.active .header-nav__text  {
	position: relative;
}
.nav > li.active .header-nav__text:after  {
    content: '';
    width: auto;
    display: block;
	border-bottom: 1px dashed #ff4343;
}
/*
.header-nav__item_dropdown .header-drawer {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    width: max-content;
    transform: translateX(-50%);
    left: 50%;
	background-color: #f7f7f7;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid white;
	margin-right: -1px;
}*/

.header-nav__item_dropdown .header-drawer {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    width: max-content;
    transform: translateX(-50%);
    left: 50%;
    background-color: #fff;
    display: inline-block;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid white;
    margin-right: -1px;
    min-width: 180px;
    border-top: 2px solid #425d8f;
}
.header-nav__child {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.1;
    color: #fff;
}

li.header-nav__child a.header-nav__link {
	color: #3b5687;
	padding-left: 20px;
	padding-right: 20px;
}
.header-nav__child a:hover {

}
.nav  li.header-nav__child:before {
	content: none;
}
.nav  li.header-nav__child a {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
}
.nav  li.header-nav__child a:hover {
	color: #ff4c4c;
}



@media (max-width: 1024px) {
	.reviews-list-slider {
		padding: 0;
	}
	.articles-list__item {
		width: 45%;
	}
}

@media only screen and (min-width: 992px) {
	.header-nav__item_dropdown:hover > .header-drawer {
		visibility: visible;
		opacity: 1;
		z-index: 130;
	}
}

@media only screen and (max-width: 991px) {


.header-nav__item_dropdown .header-drawer {

    display: flex;
}
	.nav > li > a:hover {
		color: white;
		background-color: #3b5687;
	}
	.nav li.header-nav__child:last-child a,
	li.header-nav__child a.header-nav__link {
		color: #3b5687;
	}
	.header-nav__child + .header-nav__child {
		border-top: 1px solid #3b5687;
	}
	.header-nav__item_dropdown .header-drawer {
		max-height: 0;
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
		left: unset;
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}
	li.header-nav__child .header-nav__link {
		display: block;
	}
	.header-nav__item_dropdown .header-drawer.is-shown {
		visibility: visible;
		opacity: 1;
		z-index: 10;
		max-height: unset;
	}
	.header-nav__item_dropdown:after {
		font-family: 'FontAwesome';
		content: "\f107";
		position: absolute;
		width: 25px;
		height: 25px;
		right: 20px;
	    top: 20px;
		color: white;
	}
	.header-nav__item_dropdown.is-active:after {
		content: "\f106";
	}
    .header-nav__item.header-nav__item_dropdown {
        overflow: hidden;
    }
}

@media (max-width: 768px) {
	.reviews-item__company-image-wrap {
		width: 70px;
	}
	.reviews-slider-title {

	}
	.articles-list__item {
		width: 45%;
	}
}

@media (max-width: 480px) {
	.articles-list__item {
		width: 100%;
	}
}



/*------- end new styles-------*/

/* End */


/* Start:/bitrix/templates/quartz2018/components/bitrix/breadcrumb/main_bread/style.css?17560195703975*/
.breadcrumbs__home span {
    font-size: 0px;
}
.breadcrumbs-wrap  div  ul  li:nth-child(2)::before {
    content: "";
}

.breadcrumbs__home a {
    width: 15px;
    height: 20px;
    background-image: url(/bitrix/templates/quartz2018/components/bitrix/news.detail/apply_detail_new_design/images/icons/breadcrumbs-home.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0 center;
    display: block;
}





.breadcrumbs-wrap{
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 18px;
}
@media(max-width: 991px){
	.breadcrumbs-wrap{
		padding-top: 0px;
	}
}
.breadcrumbs {
    margin-top: 15px;
    margin-bottom: 15px;
}
.breadcrumbs__item {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #B0B0B0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.breadcrumbs__item span {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #B0B0B0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.breadcrumbs__item:before{
    display: none;
}
.breadcrumbs__link {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #727274;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
    transition: 0.3s;
}
.breadcrumbs__link:hover span {
    color: #38558A;
}
.breadcrumbs__link:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #727274;
    border-right: 1px solid #727274;
    transform: rotate(-45deg);
    position: absolute;
    right: 7px;
    top: 7px;
}
.breadcrumbs__home a {
    width: 35px;
    height: 20px;
    background-image: url(/bitrix/templates/quartz2018/components/bitrix/news.detail/apply_detail_new_design/images/icons/breadcrumbs-home.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0 center;
    display: block;
}
.breadcrumbs__home span{
    display: none;
}
.breadcrumbs__mob {
    display: inline-block;
    vertical-align: top;
    display: none;
}
.breadcrumbs__wrapper {
    display: inline-block;
    vertical-align: top;
}



@media(max-width: 700px){    
    .breadcrumbs{
        white-space: nowrap;
        width: 100%;
        /*overflow-x: auto;*/
        box-sizing: border-box;
        padding-bottom: 5px;
        position: relative;
    }
    .breadcrumbs__mob{
        width: 26px;
        height: 20px;
        background-image: url(/bitrix/templates/quartz2018/images/breadcrumbs-more.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0 center;
        display: inline-block;
        position: relative;
        padding-right: 20px;
        box-sizing: content-box;
    }    
    .breadcrumbs__mob:after{
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-bottom: 1px solid #727274;
        border-right: 1px solid #727274;
        transform: rotate(-45deg);
        position: absolute;
        right: 6px;
        top: 7px;
    }
    .breadcrumbs__wrapper{
        display: none;
        position: absolute;
        top: calc(100% + 5px);
        left: 30px;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0px 0px 10px rgba(0,0,0,.3);
        background-color: #fff;
        padding: 8px 10px 0px 10px;
        border: 1px solid #E0E0E0;
	z-index: 99;
    }
    .breadcrumbs__wrapper .breadcrumbs__item{
        display: block;
        margin-bottom: 10px;
    }
    .breadcrumbs__wrapper .breadcrumbs__link{
        padding-right: 0;
    }
    .breadcrumbs__wrapper .breadcrumbs__link:after{
        display: none;
    }
    .breadcrumbs__end span{
	width: calc(100vw - 110px);
	white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
/* End */


/* Start:/bitrix/templates/quartz2018/styles.css?175601957020554*/

.fancybox-slide.fancybox-slide--iframe.fancybox-slide--current.rutube.fancybox-slide--complete {
    padding: 44px 0 44px 3px;
}
li.header-nav__item.header-nav__item_dropdown .header-drawer {
    box-shadow: 0px 0px 6px 1px #ccc;
}
#form-popup_reviews .form-title.succ {
    font-size: 21px;
    padding: 18px 24px;
    line-height: 0;
    margin: 0px;
}

.col-3.hide_element {
    display: none;
}
.bg-gray.bg-gray_new {
    padding: 50px 0px;
}
.block_we_are_trusted a img {
    text-align: center;
    margin: 0;
    margin: 0 auto;
    display: block;
}
.block_we_are_trusted a {
    min-height: 60px;
    display: block;
}
.name_company {
    text-align: center;
    margin: 10px 0px 0 0;
}
a.blockgallery.nophoto {
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
}
.blockgallery.nophoto img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -75px;
}
.fancybox-content .fancybox-image {
    border-radius: 4px;
}
.bg-gray_new {
    margin-bottom: 100px;
}
.bg-gray_new .slider-letters a:after{
content:"";
display: none;
}
.sectionsFilterNew li{
    list-style-type: none;
    display: inline-block;
    flex-grow: 1;
    position: relative;
    margin: 3px 0px;
    list-style: none;
    flex-grow: 1;
    position: relative;
}
.sectionsFilterNew li:before {
    content: '';
    display: block;
    width: 1px;
    height: 45px;
    background-color: #d8d8d8;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
}

.scroll_list_sections > ul > li:nth-child(1):before{
    content: '';
    display: none;
}
.sectionsFilterNew {
display: flex;
    vertical-align: top;
    flex-wrap: wrap;
    text-align: center;
    background-color: #f7f7f7;
    margin: 0px;
}
.sectionsFilterNew .section_name_all, .sectionsFilterNew .section_name {
    text-decoration: none;
    display: inline-block;
    padding: 9px 40px;
    cursor: pointer;
    color: #3b5687;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative; 
    width: 100%;
}
.sectionsFilterNew .section_name_all.active:before, .sectionsFilterNew .section_name.active:before {
    content: "";
    border-top: 2px solid #f00;
    position: absolute;
    width: 100%;
    left: 0;
    top: -1px;
}


@media (max-width: 580px){
.bg-gray_new .text-center {
    position: relative;
    top: -16px;
}
}
@media (max-width: 380px){
.bg-gray_new .text-center {
    position: relative;
    top: -36px;
}
}

/*GALLERY*/
.bn-image-gallery .name {
    text-align: center;
}
.blockgallery {
    min-height: 180px;
    display: block;
    position: relative;
}
.bn-image-gallery {
    text-align: center;
}
.row-gallery{
    flex-wrap: wrap;
    margin-top: 40px;
}
.row.row-gallery .col-3 {
    width: 25%;
    flex-basis: unset;
}
.row.row-gallery {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
}
.blockgallery img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 4px;
}

.ajax_load .row.row-gallery a.section_name {
    display: none;
}


.gallery-next_url a {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #d8d8d8;
    padding: 9px 60px;
    cursor: pointer;
    color: #3b5687;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
}
.gallery-next_url {
    text-align: center;
}




@media (max-width: 750px){
.sectionsFilterNew li:before{
display: none;
}

.scroll_list_sections .sectionsFilterNew{
	overflow: auto;
	display: block;
	white-space: nowrap;
	font-size: 0;
    	background: transparent;
    	height: 60px;
}
.scroll_list_sections .sectionsFilterNew > li{
	margin-bottom: 0px;
}
.scroll_list_sections .sectionsFilterNew > li > a{
	width: auto;
	margin-bottom: 6px;
    border: 1px solid #ccc;
    margin: 0 10px;
}


.blockgallery.nophoto img {
    width: 150px;
    height: 150px;
    200: 200;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
     position: unset;
    left: 50%;
    margin-left: 0px;
}
.row.row-gallery .col-3 {
    width: 50%;
}
.blockgallery {
    min-height: 100% !important;
}
.blockgallery img {
     position: unset;
}
}
@media (max-width: 710px){
	.sectionsFilterNew {
		flex-wrap: wrap;
    	justify-content: start;
		width: 100%;
	}

	.sectionsFilterNew .section_name_all, .sectionsFilterNew .section_name {
		text-align: center;
		margin-bottom: 20px;
	}
}
@media (max-width: 580px){
	.sectionsFilterNew {
		justify-content: center;
	}
}

@media (max-width: 500px){
	.row.row-gallery .col-3 {
		width: 100%;
	}
	.gallery-wrapper {
		text-align: center;
	}
}
/*END GALLERY*/

/*VIDEO*/
.blockvideo::before {
    content: "";
    background-image: url(/bitrix/templates/quartz2018/images/Icons/youtube.png);
    width: 70px;
    height: 70px;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    background-size: contain;
    z-index: 10;
    background-repeat: no-repeat;
}

.bn-image-video .name {
    text-align: center;
}
.blockvideo {
    min-height: 202px;
    display: block;
    position: relative;
}
.bn-image-video {
    text-align: center;
}
.row-video{
    flex-wrap: wrap;
    margin-top: 40px;
}
.row.row-video .col-4 {
    width: 33%;
    flex-basis: unset;
}
.row.row-video {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
}
.blockvideo img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 4px;
}

.ajax_load .row.row-video a.section_name {
    display: none;
}

.video-next_url a {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #d8d8d8;
    padding: 9px 60px;
    cursor: pointer;
    color: #3b5687;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
}
.video-next_url {
    text-align: center;
}

@media (max-width: 800px){
.row.row-video .col-4 {
    width: 50%;
}
.blockvideo {
    min-height: 100% !important;
}
.blockvideo img {
     position: unset;
}
}
@media (max-width: 710px){
	.sectionsFilterNew {
		flex-wrap: wrap;
    	justify-content: start;
		width: 100%;
	}

	.sectionsFilterNew .section_name_all, .sectionsFilterNew .section_name {
		text-align: center;
		margin-bottom: 20px;
	}
}
@media (max-width: 580px){
	.sectionsFilterNew {
		justify-content: center;
	}
}

@media (max-width: 550px){
	.row.row-video .col-4 {
		width: 100%;
	}
	.video-wrapper {
		text-align: center;
	}
}
/*END VIDEO*/


.popup-cart2 {
    display: block;
    text-decoration: none;
    width: 92px;
    height: 43px;
    margin: 5px 0;
    background: #38558a url(/bitrix/templates/quartz2018/images/popup-cart.png) no-repeat 47% 48%;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* position: fixed; */
    right: 0;
    /* top: 50%; */
    transition: 0.2s;
    z-index: 9999;
    float: left;
    background-size: 30%;
}
.popup-cart2 span {
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    background-color: #f04f54;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    right: 20px;
    float: right;
    top: 5px;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
}
.col-f-callback {
	display: flex;
	flex-direction: column;
    flex-basis: auto !important;
}
.col-f-callback a.button.button-blue {
    float: left;
    margin: 5px 20px 5px 0;
}
.col-f-info {
	position: relative;
    bottom: 35px;
}
.requisites {
	margin-top: 5px;
	font-size: 12px;
}
.link-vk-youtube-footer a, .link-vk-youtube-header a {
	display: inline-block;
	margin-right: 5px;
}
.h-worktime {
	display: flex;
    align-items: center;
}
.link-vk-youtube-header {
	margin-left: 10px;
}
.link-vk-youtube-mobile {
	margin-left: 10px;
	margin-top: 7px;
}
.link-vk-youtube-mobile a {
	margin-right: 10px;
}
@media screen and (max-width: 1270px) {
	.col-h-worktime {
		position: relative;
		right: 35px;
	}
}
@media screen and (max-width: 991px) {
	.col-f-contacts {
		display: flex;
	}
	.col-f-contacts .link-vk-youtube-footer {
		margin-left: 10px;
	}
	.requisites {
		text-align: right;
		margin: 10px 0;
	}
}

/*.nav li a {
    color: #3b5687;
    font-weight: bold !important;
}*/

/*.choose-fract {
    display: block !important;
    color: black !important;
}
*/
td.tc-cost .apply_form {
	display: none;
}

.apply_form {
	position: relative;
}
.apply_form-close {
	font-size: 14px;
	font-weight: bold;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 0;
	right: -10px;
	cursor: pointer;
}
.apply_form-message {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.apply_form-message.succ {
	color: green;
}
.tc-checks label.check {

    width: 100% !important;

}


.flexbb {
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
	column-gap: 0;
}


/*.col-h-logomob2 a {
    color: white !important;
    text-decoration: none;
}*/



.nav > li.nav-h-logo {
	display: none;
	padding-left: 35px;
	/*background-color: rgba(255, 255, 255, 0.9);*/
	background-color: #fff;
}
.nav > li.nav-h-logo a {

}

.col-h-logomob {
	margin: 0 auto;
}
.col-h-logomob a.logo {
	margin-top: 0;
	padding: 10px 0;
}
.col-h-logomob2 {
	margin: 0 auto;
	padding-top: 10px;
}
.col-h-logomob2 .h-phone {
	padding: 0 !important;
	background: none;
	font-size: 18px !important;
	font-weight: bold !important;
	color: #ff4c4c;
	margin: 0 !important;
}
.col-h-logomob2 .h-mail {
	padding: 0 !important;
	font-size: 12px !important;
	font-weight: bold !important;
}
.choose-type {
	display: none;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
}
.tab-item-name-mob {
	display: none;
	background-color: #38558a;
	color: #ffffff;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 10px;
	padding: 10px 15px;
	cursor: pointer;
	position: relative;
}

.tab-item-name-mob:before,
.tab-item-name-mob:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 19px;
	border: 10px solid transparent;
	border-top: 10px solid #ffffff;
}
.tab-item-name-mob:after {
	border-top: 10px solid #38558a;
	top: 17px; 
}

.tab-item-name-mob.active:before,
.tab-item-name-mob.active:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 8px;
	border: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
}
.tab-item-name-mob.active:after {
	border-bottom: 10px solid #38558a;
	top: 10px; 
}

@media only screen and (max-width : 1229px) {
	.choose-type {
		display: block;
	}
	.tab-item-name-mob {
		display: block;
	}
}

@media only screen and (max-width : 991px) {
	.nav > li.nav-h-logo {
		display: flex;
		margin-bottom: 15px;
	}
	.popup-cart2 {
		height: 34px;
	}
	.col-h-mobile {
		display: flex;
		justify-content: center;
	}
	.col-f-info {
		position: static;
	}
}
@media only screen and (max-width : 430px) {
	.col-f-logo {
		min-height: 135px !important;
		display: flex;
		align-items: center;
		padding-top: 0;
	}
	.col-f-contacts {
		top: 8px;
	}
	.col-f-callback {
		display: block;
		top: 40px;
		padding-right: 0;
	}
	.requisites {
		text-align: left;
		margin: 10px 0;
	}
	.col-f-callback a.button.button-blue,
	.popup-cart2 {
		float: none;
		margin: 5px 0;
	}

}




@media only screen and (max-width : 600px) {


.header.sticky .h-email {

    display: none  !important;
  
}



a.h-callback {

    display: none !important;
}


.h-phone {

font-weight: normal !important;
    right: 0px !important;

}




}


@media only screen and (max-width : 991px) {
/*
header.header.sticky .nav li a:hover {
    color: #38558a !important;
}*/
.h-email a {
    display: none !important;
}
/*
header.header.sticky .nav li a {
    color: #ffff !important ;
  
}
*/

/*.nav>li.active>a, .nav>li>a:hover {
border-bottom: 1px dotted red !important;
    color: #38558a !important;

}*/

/*.h-phone {
font-weight: normal !important;
    right: 75px ;
    font-size: 18px ;

}*/

}




/*header.header.sticky a.h-phone {
    font-size: 15px !important;

    padding-left: 25px !important;
}*/



/*header.header.sticky .nav li a {
    color: #444444;
    font-weight: normal !important;
}*/




/*header.header.sticky .h-links {
    padding-top: 40px;
}*/
.add-title {
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;
}
.areas-block {
	display: flex;
	position: relative;
	z-index: 10;
	margin-bottom: 50px;
}
.areas-section {
	padding: 20px 10px 45px 30px;
	margin-right: 20px;
	border-top: 4px solid #e3e7ea;
	border-radius: 4px;
	box-shadow: 2px 3px 10px rgba(197, 201, 204, 0.9);
	box-sizing: border-box;
	background: #fff;
	width: 100%;
	position: relative;
}
.areas-section.hide {
	display: none;
}
.areas-section:last-child {
	margin-right: 0;
}
.areas-section:hover {
	border-top: 4px solid #f04f54;
}
.areas-section-name {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 18px;
	margin-bottom: 20px;
}
.areas-section-name:hover {
	color: #6d6d6d;
	text-decoration: underline;
}
.areas-ul-wrap {
	display: flex;
}
.areas-section ul {
	list-style: none;
	margin: 0 auto 0 0;
	padding: 0 20px 0 0;
}
.areas-section ul li a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
.areas-section ul li a:hover {
	color: #6d6d6d;
	text-decoration: underline;
}
.areas-section ul.hide {
	display: none;
}
.areas-more {
	cursor: pointer;
	color: #f04f54;
	letter-spacing: 3px;
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	left: 30px;
	bottom: 15px;
	display: block;
	text-decoration: none;
}
.areas-close {
	display: none;
	width: 15px;
	height: 15px;
	background: url('/bitrix/templates/quartz2018/images/cancel.png') center center no-repeat;
	background-size: contain;
	position: relative;
	top: -45px;
}
.areas-section-bg {
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	background-size: cover;
	display: none;
}
.areas-section.open {
	border-top: 4px solid #f04f54;
}
.areas-section.open ul {
	width: 25%;
	margin: 0;
}
.areas-section.open .areas-more {
	display: none;
}
.areas-section.open ul.hide,
.areas-section.open .areas-close,
.areas-section.open .areas-section-bg {
	display: block;
}
.nav-sub-table {
	display: none;
	position: absolute;
	background: #f7f7f7;
	text-align: left;
	border-top: 1px solid #e3e7ea;
	padding: 30px 20px 0 60px;
	box-shadow: 0px 8px 8px rgba(197, 201, 204, 0.9);
}
.nav-sub-mobile {
	display: none;
}
.nav-sub-title {
	color: #3b5687;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.43;
	text-transform: uppercase;
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 15px;
	margin: 0 40px 20px 0;
}
.nav-sub-title a {
	padding: 0 !important;
	color: #3b5687 !important;
}
.nav-sub-title a:after {
	display: none !important;
}
.nav-sub-links {
	display: flex;
}
.nav-sub-main {
	display: flex;
	flex-wrap: wrap;
}
.nav li .nav-sub-main a {
	text-transform: none;
	font-weight: normal;
	color: #000;
	padding: 0;
	display: flex;
	align-items: center;
	width: 33%;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	margin-bottom: 20px;
}
.nav li .nav-sub-main a:hover {
	color: #3b5687;
	text-decoration: underline;
}
.nav li .nav-sub-main a img {
	margin-right: 20px;
	width: 80px;
	min-width: 80px;
	height: auto;
}
.nav li .nav-sub-main a.all-catalog {
	display: none;
}
.nav li .nav-sub-all {
	text-align: center;
	padding-right: 40px;
}
.nav li .nav-sub-main a.all-catalog,
.nav li .nav-sub-all a.all-catalog {
	width: auto;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	background: #3b5687;
	padding: 15px 30px;
	margin: 5px 0 20px;
	border-radius: 5px;
}
.nav li .nav-sub-all a.all-catalog:after {
	display: none !important;
}
.nav-sub-add {
	width: 200px;
	min-width: 200px;
}
.nav li .nav-sub-add a {
	width: 100%;
	padding: 0;
	font-weight: normal;
	text-transform: none;
	color: #3b5687;
}
.navbar ul li .nav-sub-add a:after {
	display: none;
}
.nav-sub-bottom {
/*	border-top: 1px solid #c6c6c6;
	margin: 0 40px 0 0;
	padding: 15px 0;*/
	text-align: center;
	position: absolute;
	top: 20px;
	right: 30px;
}
.nav li a.nav-sub-close {
	text-transform: none;
	font-weight: normal;
	color: #000;
	padding: 0 20px 0 0;
	background: url('/bitrix/templates/quartz2018/images/cancel.png') center right no-repeat;
	background-size: 12px;
}
.nav li a.nav-sub-close:hover {
	color: #ff4c4c;
	background: url('/bitrix/templates/quartz2018/images/cancel-red.png') center right no-repeat;
	background-size: 12px;
}
.navbar ul li a.nav-sub-close:after {
	display: none;
}
.with-subs.open {
	position: static;
}
.with-subs.open .nav-sub-table {
	display: block;
}
@media only screen and (max-width : 991px) {
	.header.sticky .nav-toggle {
		top: 14px;
	}
	.areas-block {
		display: block;
	}
	.areas-section {
		margin-bottom: 20px;
		padding: 20px 10px 45px 15px;
	}
	.areas-ul-wrap {
		display: block;
	}
	.areas-section.open ul {
		width: 100%;
	}
	.areas-section.open .areas-section-bg {
		display: none;
	}
	.areas-section.hide {
		display: block;
	}
	.areas-more {
		left: 15px;
	}
	.areas-close {
		width: 20px;
		height: 20px;
		background: url('/bitrix/templates/quartz2018/images/up-arrow.png') center center no-repeat;
		background-size: contain;
		position: absolute;
		top: auto;
		bottom: 15px;
	}
	.navbar ul li.active a:after {
		border-bottom: none;
	}
	.nav-sub-table {
		position: relative;
		background: transparent;
		box-shadow: none;
		padding: 20px 0 0;
	}
	.nav-sub-mobile {
		display: block;
	}
	.nav-sub-mobile .nav-sub-links:last-child .nav-sub-main {
		border-bottom: none;
	}
	.nav-sub-title {
		color: #ffffff;
		font-weight: normal;
		text-transform: none;
		font-size: 18px;
		border-bottom: none;
		padding: 0 25px 0 0;
		margin: 0 20px 10px 0;
		cursor: pointer;
		background: url('/bitrix/templates/quartz2018/images/down-w.png') right center no-repeat;
		background-size: 18px;
	}
	.nav-sub-title a {
		color: #ffffff !important;
		font-weight: normal !important;
		text-transform: none !important;
		font-size: 18px !important;
	}
	.nav-sub-title.open {
		background: url('/bitrix/templates/quartz2018/images/up-w.png') right center no-repeat;
		background-size: 18px;
	}
	.nav-sub-links {
		display: block;
	}
	.nav-sub-main {
		display: none;
		border-bottom: 1px solid #c6c6c6;
		margin-bottom: 10px;
	}
	.nav-sub-main.open {
		display: block;
	}
	.nav li .nav-sub-main a {
		display: block;
		width: auto;
		color: #ffffff;
		font-size: 13px;
		padding: 0;
		margin: 0 0 13px 20px;
	}
	.nav li .nav-sub-main a:hover {
		color: #c6c6c6;
		text-decoration: none;
	}
	.nav li .nav-sub-main a img {
		display: none;
	}
	.nav li .nav-sub-all {
		display: none;
	}
	.nav li .nav-sub-main a.all-catalog {
		display: block;
		background: #48608d;
		border: 1px solid #c6c6c6;
		font-weight: normal;
		text-align: center;
		width: 100%;
		margin-bottom: 15px;
	}
	.nav-sub-add {
		width: 100%;
		display: none;
	}
	.nav li .nav-sub-add a {
		color: #ffffff;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.nav li .nav-sub-add a:hover {
		color: #c6c6c6;
	}
	.nav-sub-bottom {
		display: none;
	}
	.nav li:last-child a {
		color: #ffffff;
	}
	.nav li:last-child a:hover {
		color: #48608d;
	}
}

@media only screen and (max-width : 650px) {
.fancybox-slide.fancybox-slide--iframe.fancybox-slide--current.rutube.fancybox-slide--complete .fancybox-content .fancybox-iframe {
    vertical-align: top;
    width: 520px;
    height: 300px;
    margin: 0 auto;
    text-align: center;
}

.fancybox-slide.fancybox-slide--iframe.fancybox-slide--current.rutube.fancybox-slide--complete .fancybox-content {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    height: auto;
    background: transparent;
    text-align: center;
}
}
@media only screen and (max-width : 550px) {
    .fancybox-slide.fancybox-slide--iframe.fancybox-slide--current.rutube.fancybox-slide--complete .fancybox-content .fancybox-iframe {
        width: 450px;
        height: 250px;
    }
}

@media only screen and (max-width : 450px) {
    .fancybox-slide.fancybox-slide--iframe.fancybox-slide--current.rutube.fancybox-slide--complete .fancybox-content .fancybox-iframe {

        width: 300px;
        height: 180px;
    }
}
/* End */


/* Start:/bitrix/templates/quartz2018/template_styles.css?175601957014737*/
/*СТИЛИ для новой корзины*/

#cart div:nth-child(1) .tc-data .cart-sp__section-captions {
    display: table-row;
    border-bottom: 1px solid #9d9d9d;
}
.cart-sp__section-captions {
    display: none;
}
p {
    margin: 0px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.cart-sp__table.ct-info {
    border: none;
}

.title-sp {
    font-family: "Open Sans", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: normal;
    color: #000;
    padding-top: 26px;
    padding-bottom: 30px;
}

.cart-sp {
    font-family: "Open Sans", sans-serif;
}
.cart-sp__top-mobile {
    display: none;
}
.cart-sp__wrapper {
    background-color: #F5F2F0;
    border-radius: 5px;
    padding: 25px;
    box-sizing: border-box;
}
.cart-sp__table tr.first > td{
    border: none;
}
.cart-sp__table .tr_section_even{
    background: transparent;
}
td.cart-sp__product-packaging.td-select .itext {
    color: #000;
    appearance: auto;
}
.cart-sp__table tbody tr:nth-child(n+4) .cart-sp__product-image,
.cart-sp__table tbody tr:nth-child(n+4) .cart-sp__product-name{
    display: none;
}
.cart-sp__section:nth-of-type(n + 2) {
    /*border-top: 3px solid #fff;*/
    margin-top: 25px;
    padding-top: 15px;
}
.cart-sp__section-name {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #38558A;
    padding-bottom: 20px;
}
.cart-sp__table {
    width: 100%;
    margin-bottom: 15px;
}
.cart-sp__table:nth-of-type(n + 2) {
    border-top: 1px solid #DFDAD6;
}
.cart-sp__table tr td {
    vertical-align: top;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #000;
    height: 42px;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-right: 30px;
    box-sizing: border-box;
}
.cart-sp__table tr:first-child td {
    padding-top: 15px;
}
.cart-sp__caption {
    border-bottom: 1px solid #DFDAD6;
    height: 32px !important;
    padding-top: 0 !important;
    padding-bottom: 5px !important;
}
.cart-sp__product-image {
    width: 150px;
}
.cart-sp__product-image img {
    max-width: 100%;
}
.cart-sp__product-name {
    width: 180px;
}
.cart-sp__product-name p {
    line-height: normal;
}
.cart-sp__product-fraction {
    width: 120px;
}
.cart-sp__product-packaging {
    width: 170px !important;
}
.cart-sp__product-packaging select {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    border-radius: 5px;
    height: 32px;
    background-color: #fff;
    outline: none;
    border: 1px solid #AC8E7A;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
}
.cart-sp__product-mass {
    width: 105px;
}
.cart-sp__product-mass input {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    border-radius: 5px;
    height: 32px;
    background-color: #fff;
    outline: none;
    border: 1px solid #AC8E7A;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}
.cart-sp__product-value {
    width: 190px;
    text-align: left;
}
.cart-sp__product-value span {
    font-weight: 700;
    color: #F04F54;
}
.cart-sp__product-sum {
    text-align: left;
}
.cart-sp__product-sum span {
    font-weight: 700;
    color: #F04F54;
}
.cart-sp__product-sum .mobile-descr {
    display: none;
}
.cart-sp__product-del {
    padding-right: 0px !important;
    width: 30px;
    position: relative;
}.cart-sp__product-del a {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/cart/images/icons/delete.png);
    background-repeat: no-repeat;
    background-position: center;
}
.ct-info tr:nth-child(even) td{
    background: transparent !important;
}
.cart-sp__sub-section-name {
    font-weight: 700;
}
.cart-sp__bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}
.cart-sp__continue {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #38558A;
    padding-left: 15px;
    position: relative;
    text-decoration: none;
}
.cart-sp__continue:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0px;
    border-left: 1px solid #38558A;
    border-bottom: 1px solid #38558A;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
}
.cart-sp__total {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000;
}
.cart-sp__total b {
    font-weight: 700;
}
.cart-sp__total span {
    color: #F04F54;
    font-weight: 700;
}


@media (min-width: 1200px) {
.cart-sp__product-mass.td-input .itext {
    width: 70px;
    height: 33px;
}
.cart-sp__product-fraction.td-number {
    width: 120px !important;
    padding-left: 5px !important;
}
.cart-sp__product-sum {
    width: 130px;
}
}

@media (max-width: 1200px) {
    .cart-sp__top-mobile {
        display: table-row;
    }
    .cart-sp__top-mobile td {
        text-align: left !important;
        padding-right: 0 !important;
    }
    .cart-sp__top-mobile p {
        display: inline-block;
        font-size: 16px;
    }
    .cart-sp__top-mobile p:first-child {
        padding-right: 30px;
    }
    .cart-sp__top-mobile p.cart-sp__mobile-value {
        float: right;
        font-size: 20px;
    }
    .cart-sp__top-mobile p.cart-sp__mobile-value span {
        font-weight: 700;
        color: #F04F54;
    }
    .cart-sp__wrapper {
        padding: 10px;
    }
    .cart-sp__section-name {
        font-size: 18px;
        padding-bottom: 0px;
    }
    .cart-sp__table:nth-of-type(n + 2) {
        border-top: 1px solid #DFDAD6;
    }
    .cart-sp__table tr td {
        padding-right: 15px;
        text-align: center;
        font-size: 14px;
    }
    .cart-sp__table tr:first-child td {
        padding-top: 15px;
    }
    .cart-sp__section-captions {
        display: none !important;
    }
    .cart-sp__product-image {
        width: 150px;
    }
    .cart-sp__product-image img {
        max-width: 100%;
    }
    .cart-sp__product-name {
        display: none;
    }
    .cart-sp__product-fraction {
        width: 120px;
    }
    .cart-sp__product-packaging {
        width: 170px;
    }
    .cart-sp__product-packaging select {
        max-width: 140px;
    }
    .cart-sp__product-mass {
        width: 105px;
    }
    .cart-sp__product-mass input {
        max-width: 75px;
    }
    .cart-sp__product-value {
        display: none !important;
    }
    .cart-sp__product-value span {
        font-weight: 700;
        color: #F04F54;
    }
    .cart-sp__product-sum {
        font-size: 16px !important;
        width: 190px;
    }
    .cart-sp__sub-section-name {
        display: none;
    }
}
@media (max-width: 650px) {
    .cart-sp__top-mobile {
        display: table-row;
    }
    .cart-sp__top-mobile td {
        text-align: left !important;
        padding-right: 0 !important;
    }
    .cart-sp__top-mobile p {
        display: block;
        font-size: 14px;
        text-align: center;
        width: 100%;
        line-height: 24px;
    }
    .cart-sp__top-mobile p:first-child {
        padding-right: 0px;
        padding-top: 8px;
    }
    .cart-sp__top-mobile p.cart-sp__mobile-value {
        float: none;
        font-size: 14px;
    }
    .cart-sp__wrapper {
        padding: 10px;
    }
    .cart-sp__section-name {
        font-size: 14px;
        text-align: center;
    }
    .cart-sp__table:nth-of-type(n + 2) {
        border-top: none;
    }
    .cart-sp__table tr {
        display: block;
    }
    .cart-sp__table tr td {
        display: block;
        height: auto;
        padding: 0;
        text-align: left;
   	 margin: 0;
    }
    .cart-sp__table tr:first-child td {
        padding-top: 0px;
    }
    .cart-sp__product {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cart-sp__product .cart-sp__product-name {
        display: none;
    }
    .cart-sp__product-image {
        width: 100%;
        padding: 8px 0px !important;
        text-align: center !important;
        order: 1;
    }
    .cart-sp__product-image img {
        max-width: 160px;
    }
    .cart-sp__product-fraction {
        width: calc(100% - 40px) !important;
        order: 2;
    }
    .cart-sp__product-packaging {
        margin-top: 2px;
    }
    .cart-sp__product-packaging {
        width: calc(50% - 5px) !important;
        order: 4;
    }
    .cart-sp__product-packaging select {
        max-width: none;
        width: 100% !important;
        font-size: 14px;
    }
    .cart-sp__product-mass {
        width: calc(50% - 5px);
        order: 5;
    }
    .cart-sp__product-mass input {
        max-width: none;
        width: 100% !important;
        font-size: 14px;
    }
    .cart-sp__product-value {
        display: none;
    }
    .cart-sp__product-value span {
        font-weight: 700;
        color: #F04F54;
    }
    .cart-sp__product-sum {
        font-size: 16px !important;
        width: 100%;
        order: 6;
        border-bottom: 1px solid #DFDAD6;
        padding-bottom: 5px !important;
    }
    .cart-sp__product-sum .mobile-descr {
        display: inline-block;
        padding-right: 4px;
        font-weight: 400;
        color: #000;
    }
    .cart-sp__product-del.td-delete a.ct-delete {
        position: absolute;
        bottom: 8px;
        right: 0px;
    }
    .cart-sp__product-del {
        order: 3;
    }
    .cart-sp__sub-section-name {
        font-weight: 700;
    }
    .cart-sp__bottom {
        flex-wrap: wrap;
    }
    .cart-sp__continue {
        width: 100%;
        order: 2;
        font-size: 14px;
    }
    .cart-sp__total {
        order: 1;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }
}
.make-order-sp {
    padding-bottom: 30px;
    font-family: "Open Sans", sans-serif !important;
}
.make-order-sp__wrapper {
    background-color: #F5F2F0;
    border-radius: 5px;
    padding: 30px;
    box-sizing: border-box;
}
.make-order-sp__form-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.make-order-sp__input {
    width: calc(33.333% - 20px);
    padding-bottom: 20px;
}
.make-order-sp__input input {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    border-radius: 5px;
    height: 44px;
    background-color: #fff;
    outline: none;
    border: 1px solid #AC8E7A;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
.make-order-sp__textarea {
    width: 100%;
}
.make-order-sp__textarea textarea {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    height: 175px;
    border-radius: 5px;
    background-color: #fff;
    outline: none;
    border: 1px solid #AC8E7A;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    box-sizing: border-box;
    padding: 10px 15px;
    resize: none;
}
.make-order-sp__agree {
    padding-top: 15px;
    padding-bottom: 30px;
}
.make-order-sp__agree label input {
    display: none;
}
.make-order-sp__agree label input:checked + p:before {
    background-position: 0 100%;
}
.make-order-sp__agree p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    padding-left: 22px;
    position: relative;
}
.make-order-sp__agree p:before {
    content: "";
    display: block;
    width: 16px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 1px;
    background: url(/bitrix/templates/quartz2018/../images/icons/checkbox.png) no-repeat 0 0;
}
.make-order-sp__agree p a {
    color: #38558A;
    text-decoration: underline;
    transition: 0.3s;
}
.make-order-sp__agree p a:hover {
    text-decoration: none;
}
.make-order-sp__buttons a {
    height: 48px;
    width: 180px;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    text-decoration: none;
    transition: 0.3s;
}
.make-order-sp__buttons a:last-child {
    margin-right: 0;
}
.make-order-sp__submit {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
    background-color: #F04F54;
}
.make-order-sp__submit:hover {
    opacity: 0.8;
}
.make-order-sp__reset {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #F04F54;
    background-color: transparent;
    border: 1px solid #F04F54;
}
.make-order-sp__reset:hover {
    background-color: #F04F54;
    color: #fff;
}

@media (max-width: 768px) {
    .wrapper-sp {
        padding-left: 10px;
        padding-right: 10px;
    }

    .title-sp {
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .make-order-sp__wrapper {
        padding: 15px;
    }
    .make-order-sp__input {
        width: 100%;
        padding-bottom: 15px;
    }
    .make-order-sp__textarea textarea {
        height: 120px;
    }
    .make-order-sp__agree {
        padding-bottom: 20px;
    }
    .make-order-sp__agree p {
        font-size: 14px;
        padding-left: 20px;
    }
    .make-order-sp__buttons a {
        height: 48px;
        width: 180px;
        border-radius: 5px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
        text-decoration: none;
        transition: 0.3s;
    }
    .make-order-sp__buttons a:last-child {
        margin-right: 0;
    }
}
@media (max-width: 500px) {
    .make-order-sp__input {
        width: 100%;
        padding-bottom: 15px;
    }
    .make-order-sp__textarea textarea {
        height: 120px;
    }
    .make-order-sp__agree {
        padding-bottom: 20px;
    }
    .make-order-sp__agree p {
        font-size: 14px;
        padding-left: 20px;
    }
    .make-order-sp__buttons {
        display: flex;
        justify-content: space-around;
    }
    .make-order-sp__buttons a {
        height: 48px;
        width: calc(50% - 10px);
        margin-right: 0px;
    }
    .make-order-sp__submit {
        font-size: 16px;
    }
    .make-order-sp__reset {
        font-size: 16px;
    }
}

/*END*/
/* End */
/* /bitrix/templates/quartz2018/js/fancybox/jquery.fancybox.css?175601957017669 */
/* /bitrix/templates/quartz2018/js/slick/slick.css?17560195701776 */
/* /bitrix/templates/quartz2018/js/swiper/css/swiper.min.css?175601957019778 */
/* /bitrix/templates/quartz2018/css/tooltipster.bundle.min.css?17560195706495 */
/* /bitrix/templates/quartz2018/js/lazyYT/lazyYT.css?17560195702477 */
/* /bitrix/templates/quartz2018/css/style.css?175601957055062 */
/* /bitrix/templates/quartz2018/css/media.css?175601957029930 */
/* /css/style_new.css?175601957752484 */
/* /bitrix/templates/quartz2018/components/bitrix/breadcrumb/main_bread/style.css?17560195703975 */
/* /bitrix/templates/quartz2018/styles.css?175601957020554 */
/* /bitrix/templates/quartz2018/template_styles.css?175601957014737 */
