html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
ul {
  list-style: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
@charset "UTF-8";
body.fancybox-active {
  overflow: hidden;
}
body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.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: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}
.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
  display: none;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}
.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}
.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}
.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--zoom svg path {
  fill: transparent;
}
.fancybox-navigation {
  display: none;
}
.fancybox-show-nav .fancybox-navigation {
  display: block;
}
.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}
.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8)
  );
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, 0.4);
  border-top: 6px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
}
.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.fancybox-share p:first-of-type {
  margin-right: -10px;
}
.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  transition: all 0.2s;
}
.fancybox-share_button:focus,
.fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}
.fancybox-share input {
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
}
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}
.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 {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

body {
  font-family: "SF UI Display";
  background: #fff;
  font-size: 14px;
  color: #444;
  min-width: 320px;
  overflow-x: hidden;
  line-height: 1.2;
}

html {
  overflow-x: hidden;
}

.inner {
  width: 1410px;
  margin: 0 auto;
  box-sizing: border-box;
}

section {
  position: relative;
  left: 190px;
}

header {
  position: fixed;
  background: #fff;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  z-index: 1000;
  left: 190px;
  width: 100%;
}
header .logo,
header .ct,
header .pull {
  display: none;
}
header .logo p.callback {
  display: none;
}
header .main__navigation {
  padding: 26px 0;
}
header .main__navigation .inner {
  position: relative;
}
header .main__navigation .search {
  position: absolute;
  top: 0;
  right: 0;
}
header .icon-phone {
  display: none;
  width: 25px;
  height: 25px;
  background-image: url(../img/phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 15px;
  float: right;
  margin-right: 45px;
}
header .main__navigation .search a {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../img/loupe.svg") 50% 50% no-repeat;
}
header .main__navigation .search .form_s {
  display: none;
  position: absolute;
  top: -10px;
  right: 0;
  width: 250px;
}
header .main__navigation .search .form_s input[type="text"] {
  width: 100%;
  padding: 0 50px 0 15px;
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #c4c4c4;
}
header .main__navigation .search .form_s input[type="submit"] {
  background: url("../img/loupe.svg") 50% 50% no-repeat;
  background-size: 50% 50%;
  background-position: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  cursor: pointer;
  font-size: 0;
}
header .main__navigation ul {
  max-width: 1090px;
}
header .main__navigation ul li {
  position: relative;
}
header .main__navigation ul li:last-child {
  margin: 0;
}
header .main__navigation ul li .sub-menu {
  display: none;
  position: absolute;
  top: 20px;
  left: -200px;
  width: 500px;
  padding: 50px 0 0;
  z-index: 999;
}
header .main__navigation ul li.catalog .sub-menu {
  left: 0;
}
header .main__navigation ul li.about .sub-menu {
  width: 300px;
  left: -80px;
}
header .main__navigation ul li:hover .sub-menu {
  display: block;
}
header .main__navigation ul li .sub-menu:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  content: "";
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
}
header .main__navigation ul li .sub-menu li {
  background: #ff6363;
  padding: 0 42px;
  position: relative;
  z-index: 2;
}
header .mobile-phone-line {
  width: 100%;
  background-color: #000000;
  display: none;
  padding: 10px 0;
}
header .mobile-phone-line a {
  display: block;
  margin: auto;
  width: fit-content;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}
header .main__navigation ul li .sub-menu li a {
  background: transparent;
  font-weight: normal;
  font-size: 19px;
  /*font-size: 12px;*/
  border-bottom: 1px solid #c4c4c4;
  padding: 5px 0;
}
@media only screen and (max-height: 800px) and (min-width: 1321px) {
  header .main__navigation ul li .sub-menu li a {
    font-size: 12px;
  }
}
header .main__navigation ul li .sub-menu li a:hover {
  background: transparent;
}
header .main__navigation ul li .sub-menu li:last-child a {
  border-bottom: none;
  padding-bottom: 26px;
}
header .main__navigation ul li .sub-menu li:first-child a {
  padding-top: 26px;
}
header .main__navigation ul li a {
  color: #444;
  font-size: 17px;
  font-weight: 600;
  display: block;
}
header .main__navigation ul li:hover > a {
  color: white;
}
header .main__navigation ul li.catalog a {
  background: url("../img/catalog.png") 0 50% no-repeat;
  padding: 0 0 0 40px;
}
header .main__navigation ul li.menu-item-has-children a {
  background: url("../img/arr.png") 100% 50% no-repeat;
  padding: 0 19px 0 0;
}
header .main__navigation ul li.menu-item-has-children:hover > a {
  background: url("../img/arrb.png") 100% 50% no-repeat;
}

#main__sidebar {
  position: fixed;
  top: 0;
  left: calc(50% - 950px);
  width: 380px;
  z-index: 1999;
  height: 100%;
  border-right: 1px solid #c4c4c4;
  background: #fff;
  box-sizing: border-box;
  padding: 35px;
  font-size: 16px;
  overflow-y: auto;
}
#main__sidebar .logo {
  padding: 0 0 5px;
  margin-bottom: 28px;
  border-bottom: 1px solid #c4c4c4;
}
#main__sidebar .logo img{
  width: 100%;
}
#main__sidebar .contacts {
}
#main__sidebar .contacts a {
  color: #444;
}
#main__sidebar .contacts p.phone a,
#main__sidebar .contacts p.whatsapp a {
  font-size: 18px;
  font-weight: 600;
}
#main__sidebar .contacts p {
  padding: 3px 0 3px 35px;
  box-sizing: border-box;
  max-width: 265px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 18px;
}
#main__sidebar .contacts p.phone {
  background: url("../img/phone.png") 0 50% no-repeat;
  background-size: 17px;
}
/*#main__sidebar .contacts p.whatsapp {
  background: url("../img/wablue.png") 0 50% no-repeat;
  background-size: 8%;
}*/
#main__sidebar .contacts p.email {
  background: url("../img/email.png") 0 50% no-repeat;
  background-size: 20px;
}
#main__sidebar .contacts p.timework {
  background: url("../img/timework.png") 0 50% no-repeat;
  background-size: 17px;
}
#main__sidebar .contacts p.address {
  background: url("../img/address.png") 0 50% no-repeat;
  background-size: 17px;
}
#main__sidebar .contacts p.callback {
  max-width: 100%;
  margin: 23px 0;
  padding-left: 0;
}
#main__sidebar .contacts p.vkontakte {
}
#main__sidebar .contacts p.vkontakte a {
  color: #ff0000;
  border-bottom: 1px solid #bbcee0;
}
#main__sidebar .contacts p.vkontakte a:hover {
  border-color: transparent;
}
#main__sidebar .contacts .social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#main__sidebar .contacts .social a + a {
  margin-left: 10px;
}
#main__sidebar .contacts .social a {
  margin-right: 5px;
  border-radius: 50%;
}
#main__sidebar .contacts .social img {
  width: 30px;
  height: 30px;
}
#main__sidebar .contacts .social a:hover {
  box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.45);
}
#main__sidebar .catalog {
  padding: 23px 0 0;
}
#main__sidebar .catalog span {
  display: block;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 13px;
}
#main__sidebar .catalog li {
  font-size: 18px;
  margin-bottom: 14px;
}
#main__sidebar .catalog li a {
  color: #444;
}
#main__sidebar .catalog li a:hover {
  color: #ff0000;
}
#main__sidebar .more {
  font-size: 16px;
}
#main__sidebar .more a {
  color: #ff0000;
  border-bottom: 1px solid #ff6363;
}
#main__sidebar .more a:hover {
  border-color: transparent;
}

#promo {
  position: relative;
  color: #fff;
  margin-top: 74px;
}
#promo .inner {
  position: relative;
}
#promo .slider__navs {
  position: absolute;
  top: 200px;
  right: 190px;
  font-weight: 100;
  font-size: 24px;
  transform: rotate(-90deg);
  font-family: "Proxima Nova";
}
#promo .slick-slide {
  padding: 120px 0 100px;
  height: 400px;
  position: relative;
  z-index: -2;
}
#promo .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000078;
  z-index: -1;
}
#promo .text {
  margin: 0 0 0 230px;
  max-width: 550px;
  width: 100%;
  text-shadow: #ff0000 0 0 10px;
}
#promo .text .title {
  font-size: 52px;
  font-weight: 700;
  font-family: "Proxima Nova";
}
#promo .text p {
  font-size: 23px;
  line-height: 1.5;
  margin: 22px 0 58px;
}
#promo .slick-dots {
  text-align: center;
  width: 22px;
  right: 200px;
  bottom: 150px;
}
#promo .slick-dots li {
  display: block;
  margin: 13px 0;
  width: 22px;
  height: 22px;
}
#promo .slick-dots li.slick-active button {
  background: url("../img/settings.svg") 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  border: none;
  position: relative;
  background-size: 100%;
}
#promo .slick-dots li button {
  width: 10px;
  height: 10px;
  border: none;
  background: #fff;
  position: relative;
  background-size: 100%;
  margin: 0 auto;
}
#promo .slick-dots li.slick-active button:after {
  display: none;
  width: 22px;
  height: 22px;
  background: url("../img/p_active.png") 50% 50% no-repeat;
  position: absolute;
  top: -9px;
  left: -9px;
  content: "";
}

#services {
  padding: 45px 0 100px;
}
#services.services__inn {
  padding: 0 0 50px;
  position: relative;
  z-index: 3;
}
#services.services__inn .bt {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
#services.services__inn .bt:after {
  left: 0;
}
#services li {
  width: 24%;
  transition: all 0.15s ease-out;
  position: relative;
  background: url("../img/service1.jpg") 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "Proxima Nova";
}
#services li:nth-child(2) {
  background: url("../img/service2.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#services li:nth-child(3) {
  background: url("../img/service3.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#services li:nth-child(4) {
  background: url("../img/service4.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#services li .inn {
  padding: 30px 35px;
  transition: all 0.15s ease-out;
  box-sizing: border-box;
  height: 240px;
  /*background: rgba(255, 0, 0, 0.6);*/
  border: 4px solid rgba(255, 0, 0, 0.6);
}
#services li:hover .inn {
  color: #444;
  z-index: 3;
  position: relative;
  background: transparent;
  border: none;
}
#services li:hover span {
  color: #a7a7a7;
}
#services li:hover .data {
  opacity: 1;
  z-index: 5;
}
#services li .data {
  opacity: 0;
  box-shadow: -1px -1px 15px 0px rgba(0, 0, 0, 0.12);
  transition: all 0.15s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 170px 35px 30px;
  color: #4d4d4d;
  font-size: 18px;
  font-family: "SF UI Display";
  background: #fff;
  line-height: 1.4;
}
#services li .data p {
  margin-bottom: 4px;
}
#services li .data a.more {
  float: right;
  margin-top: 25px;
}
#services li span {
  font-size: 28px;
  display: block;
  color: #fff;
  margin-bottom: 5px;
  text-shadow: 1px 1px 8px black, 0 0 6px black;
}
#services li h3 {
  font-size: 32px;
  font-weight: 700;
  text-shadow: 1px 1px 8px black, 0 0 6px black;
}
#services li:hover h3, #services li:hover span {
  text-shadow: none;
}

#about__main {
  position: relative;
  padding: 90px 0;
  /*background: url("../img/bg_about.png") 50% 0 no-repeat;*/
}
#about__main .bt {
  text-align: left;
}
#about__main .bt:after {
  left: 0;
}
#about__main .text {
  max-width: 1000px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 80px 50px 110px;
  box-shadow: -1px -1px 15px 0px rgba(0, 0, 0, 0.12);
  color: #4d4d4d;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  background: #fff;
  z-index: 4;
}
#about__main .text:after {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 70px;
  height: 170px;
  content: "";
  background: #ff0000;
}
#about__main .text p {
  margin-bottom: 38px;
}
#about__main .text a.more {
  margin-left: 50px;
}
#about__main .slider_am {
  position: absolute;
  top: 0;
  left: calc(50% + 110px);
  width: 100%;
  max-width: 670px;
}
#about__main .slider_am img {
  width: 100%;
}
#about__main .slider_am .slick-slide {
  height: 515px;
  overflow: hidden;
}
#about__main .slick-prev {
  top: 100%;
  left: 110px;
}
#about__main .slick-next {
  top: 100%;
  right: calc(100% - 260px);
}

#catalog {
  padding: 0 0 0;
}
#catalog.catalog__inn {
  padding: 0 0 20px;
}
#catalog li {
  position: relative;
  width: 455px;
  height: 225px;
  box-sizing: border-box;
  padding: 30px 0 0 35px;
  color: #fff;
  background: linear-gradient(231deg, #ffffff 0%, #000000 100%);
  margin-bottom: 45px;
  transition: all 0.15s ease-out;
}
#catalog li:hover {
  background: #fff;
  color: #444;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.12);
}
#catalog li img {
  position: absolute;
  top: -20px;
  right: 30px;
}
#catalog li h3 {
  font-weight: 700;
  font-size: 21px;
  max-width: 200px;
}
#catalog li .more {
  margin: 33px 0 0 40px;
}

#advantages {
  padding: 50px 0 0;
  background: url("../img/bg_advantages.png") 50% 230px no-repeat;
}
#advantages.no__bg {
  padding: 0 0 50px;
  background: transparent;
}
#advantages .flex {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 70px;
}
#advantages li {
  margin-bottom: 45px;
  min-width: 221px;
}
#advantages li h3 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
#advantages li .image {
  height: 100px;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  justify-content: center;
}
#advantages.advantages__large li .image {
  height: 120px;
}
#advantages.advantages__large li {
  width: 30%;
}
#advantages li .image:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 74px;
  height: 5px;
  background: #ff0000;
  content: "";
  transform: translate(-50%, 0);
}

#articles {
  padding: 25px 0;
}
#articles.page__articles {
  padding-top: 0;
}
#articles.page__articles .bt {
  text-align: left;
}
#articles.page__articles .bt:after {
  left: 0;
}
#articles .item {
  width: 32%;
  position: relative;
  margin-bottom: 50px;
}
#articles .item img {
  width: 100%;
  height: auto;
}
#articles .item .inn {
  position: relative;
  margin-bottom: 37px;
}
#articles .item .data {
  background: #fff;
  box-sizing: border-box;
  width: 355px;
  padding: 20px 45px;
  position: absolute;
  bottom: -20px;
  right: 0;
}
#articles .item .data:hover {
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.12);
}
#articles .item .data span {
  display: block;
  font-size: 12px;
  color: #7a7a7a;
  margin-bottom: 6px;
}
#articles .item .data a {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #444;
  line-height: 1.3;
  background: url("../img/arr_rb.png") 110% 50% no-repeat;
}
#articles .item .data a:hover {
  color: #ff0000;
  background-position: 100% 50%;
}
#articles .item .inn__s .data a {
  font-size: 18px;
}

#marks {
  padding: 60px 0;
  text-align: center;
  background: #f8f8f8;
}
#marks h2 {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 70px;
  letter-spacing: 0.02em;
}
#marks .slick-prev,
#marks .slick-next {
  width: 60px;
  height: 60px;
  margin-top: -30px;
}
#marks .inn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 60px;
  opacity: 0.57;
  padding: 0 40px;
  width: auto;
  margin: 0 auto;
}
#marks .inn:hover {
  opacity: 1;
}

#callback__form {
  padding-bottom: 90px;
}
#callback__form.callback__form__gray {
  background: #f9f9f9;
}
#callback__form .inner {
  max-width: 1220px;
}
#callback__form .flex {
  align-items: center;
}
#callback__form .text {
  max-width: 640px;
  box-sizing: border-box;
  width: 100%;
  padding: 25px 0 25px 55px;
  border-left: 8px solid #ff0000;
  line-height: 1.3;
}
#callback__form .text .title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
}
#callback__form .text p {
  font-size: 20px;
  line-height: 1.5;
}
#callback__form .form {
  width: 445px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 20px -5px #ff0000;
  box-shadow: 0px 0px 20px 0px #ff0000;
}

#page__contacts {
  font-size: 18px;
  line-height: 1.5;
  padding: 0 0 90px;
}
#page__contacts .bt {
  text-align: left;
}
#page__contacts .bt:after {
  left: 0;
}
#page__contacts .data {
  max-width: 300px;
}
#page__contacts #map {
  width: calc(100% - 450px);
}
#page__contacts .data a {
  color: #444;
}
#page__contacts .data .ci {
  padding: 3px 0 3px 45px;
  margin-bottom: 33px;
}
#page__contacts .data .address {
  background: url("../img/address.png") 0 50% no-repeat;
}
#page__contacts .data .phones {
  background: url("../img/phone.png") 0 50% no-repeat;
}
#page__contacts .data .email {
  background: url("../img/email.png") 0 50% no-repeat;
}
#page__contacts .data .timework {
  background: url("../img/timework.png") 0 50% no-repeat;
}
#page__contacts .data .vkontakte {
  margin-bottom: 0;
}
#page__contacts .data .vkontakte a {
  font-weight: 700;
  color: #ff0000;
  border-bottom: 1px solid transparent;
}
#page__contacts .data .vkontakte a:hover {
  border-color: #ff0000;
}
#page__contacts .social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#page__contacts .social a + a {
  margin-left: 10px;
}
#page__contacts .social img {
  width: 30px;
  height: 30px;
}

#breadcrumbs {
  padding: 30px 0;
  margin-top: 74px;
}
#breadcrumbs li {
  display: inline-block;
  font-size: 16px;
}
#breadcrumbs li span {
  display: inline-block;
  margin: 0 10px 0 10px;
  color: #888;
}
#breadcrumbs li a {
  color: #888;
  border-bottom: 1px solid transparent;
}
#breadcrumbs li a:hover {
  border-color: #888;
}

#page__error {
  text-align: center;
  padding: 40px 0 140px;
}
#page__error .title {
  font-size: 300px;
  font-weight: 700;
}
#page__error p {
  font-size: 24px;
  margin-bottom: 30px;
}
#page__error .btn {
  max-width: 300px;
}

#page__content {
  /*padding: 0 0 50px;*/
  font-size: 18px;
  line-height: 1.5;
}
#page__content .bt {
  text-align: left;
  display: flex;
  flex-direction: row;
  /* margin-top: 20px;*/
}
#page__content .bt:after {
  left: 0;
}
#page__content p {
  margin-bottom: 37px;
}
.page_content h3,
#page__content h2,
#page__content h3,
#page__content h4,
#page__content h5,
#page__content h6 {
  font-size: 34px;
  font-weight: 700;
  color: #ff0000;
  margin-bottom: 20px;
}
#page__content img.aligncenter {
  max-width: 100%;
  height: auto;
  margin: 0 auto 30px;
}
#page__content img.alignright {
  max-width: 50%;
  height: auto;
  float: right;
  margin: 0 0 30px 70px;
  position: relative;
  top: 50px;
}
#page__content a {
  color: #ff0000;
}
#page__content a:hover {
  color: #000;
}
#page__content ul {
  padding-bottom: 32px;
}
#page__content ul li {
  margin-bottom: 5px;
}
#page__content .item {
  width: 25%;
  position: relative;
  margin-bottom: 70px;
}
#page__content .item p {
  margin-bottom: 0;
  font-weight: 600;
  position: relative;
  z-index: 2;
  max-width: 200px;
}
#page__content .item i {
  font-style: normal;
  position: relative;
  z-index: 4;
}
#page__content .item img {
  margin-bottom: 10px;
}
#page__content .item span {
  position: absolute;
  top: -170px;
  left: 150px;
  font-size: 187px;
  font-weight: 600;
  color: #f3f3f3;
}

#callback__form__master {
  padding: 40px 0;
  color: #fff;
  background: url("../img/bg_form.jpg") 50% 50% no-repeat;
  background-size: cover;
  margin-bottom: 75px;
}
#callback__form__master .inner {
  max-width: 1170px;
}
#callback__form__master .text {
  width: 470px;
}
#callback__form__master .text .title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
#callback__form__master .text p {
  font-size: 18px;
  line-height: 1.5;
}
#callback__form__master .form {
  width: calc(100% - 600px);
}
#callback__form__master .form input[type="text"],
#callback__form__master .form input[type="tel"],
#callback__form__master .form input[type="email"] {
  background: #fff;
  border: none;
  height: 52px;
  width: 48%;
  padding: 0 25px;
}
#callback__form__master .form label {
  color: #fff;
  max-width: 420px;
}
#callback__form__master .form label a {
  color: #fff;
}
#callback__form__master .btn {
  max-width: 48%;
}

#list__works {
  text-align: center;
  padding: 0 0 50px;
}
#list__works .item {
  width: 24%;
  position: relative;
  margin-bottom: 45px;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.12);
}
#list__works .item .image {
  position: relative;
  position: relative;
  z-index: 3;
}
#list__works .item .image img {
  width: 100%;
  height: auto;
}
#list__works .item .image .over {
  opacity: 0;
  background: rgba(255, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
#list__works .item .image .over .btn {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 85px);
  width: 170px;
}
#list__works .item .data {
  padding: 20px 17px;
  position: relative;
  z-index: 3;
}
#list__works .item .data h2 {
  padding: 0 25px;
}
#list__works .item .desc {
  position: absolute;
  top: 0;
  left: 0;
  min-height: calc(100% + 80px);
  width: 100%;
  z-index: 2;
  background: #fff;
  text-align: left;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 1.6;
  padding: 0 17px 20px;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  display: none;
  align-items: flex-end;
}
#list__works .item:hover .desc {
  display: flex;
}
#list__works .item:hover .image .over {
  opacity: 1;
}
#list__works .item:hover {
  z-index: 10;
  box-shadow: none;
}
#list__works .item h2 {
  font-size: 21px;
  font-weight: 700;
}

#prices {
  padding: 50px 0;
  font-size: 18px;
  line-height: 1.5;
}
#prices p {
  margin-bottom: 37px;
}
#prices table {
  width: 100%;
}
#prices table th {
  text-align: left;
  color: #fff;
  background: #ff0000;
  font-size: 21px;
  font-weight: 600;
  padding: 15px 45px;
}
#prices table td {
  padding: 15px 45px;
  font-size: 16px;
  border-top: 1px solid #b6b6b6;
}
#prices table td:last-child {
  font-weight: 700;
  font-size: 18px;
}

#works {
  padding: 50px 0;
}
#works .inn {
  margin: 0 20px;
  position: relative;
}
#works .inn img {
  max-width: 100%;
}
#works .inn span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 30px;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
#works .inn:hover span {
  opacity: 1;
}
#works .slick-prev,
#works .slick-next {
  margin-top: -37px;
}

#customers {
  padding: 50px 0;
  text-align: center;
}
#customers li {
  width: 25%;
  margin-bottom: 60px;
}
#customers li .image {
  height: 150px;
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
#customers li p {
  font-size: 18px;
  font-weight: 700;
  color: #ff0000;
}

#page__catalog {
  padding: 0 0 50px;
}
#page__catalog .bt {
  text-align: left;
  display: flex;
}
#page__catalog .bt:after {
  left: 0;
}
#page__catalog .filters {
  justify-content: flex-start;
  box-sizing: border-box;
  border: 1px solid #c4c4c4;
  padding: 20px 25px;
  font-size: 16px;
  margin: 0 0 30px;
}
#page__catalog .filters span {
}
#page__catalog .filters a {
  display: block;
  color: #ff0000;
  border-bottom: 1px solid #bbcee0;
  margin: 0 0 0 35px;
}
#page__catalog .filters a:hover {
  border-color: transparent;
}
#page__catalog .items.flex {
  justify-content: flex-start;
}
#page__catalog .item {
  width: 24%;
  box-sizing: border-box;
  border: 1px solid #c4c4c4;
  padding: 25px;
  margin-bottom: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 10px;
  margin-bottom: 10px;
}
#page__catalog .item .image {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 275px;
}
#page__catalog .item .image img {
  max-width: 100%;
  max-height: 90%;
}
#page__catalog .item .title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: auto;
}
#page__catalog .item span {
  font-size: 18px;
  color: #999;
  display: block;
  margin: 15px 0 20px;
}
#page__catalog .item .price {
  color: #ff0000;
  font-size: 28px;
  font-weight: 700;
  line-height: 50px;
  position: relative;
}
#page__catalog .item .price .btn {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#page__catalog .item:hover .price .btn {
  opacity: 1;
}
#page__catalog .item:hover {
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.12);
  border-color: transparent;
}

#page__faq {
  padding: 0 0 50px;
}
#page__faq .bt {
  text-align: left;
  display: flex;
  /*flex-direction: column-reverse;*/
}
#page__faq .bt:after {
  left: 0;
}
.accordion {
  position: relative;
}
.accordion h2 {
  color: #fff;
  background: #ff0000;
  position: relative;
  padding: 20px 20px 20px 75px;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
  cursor: pointer;
}
.accordion h2:after {
  position: absolute;
  top: calc(50% - 18px);
  left: 26px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 31px;
  color: #fff;
  font-weight: 600;
  content: "+";
}
.accordion h2.ui-accordion-header-active:after {
  content: "-";
}
.ans {
  background: #f3f3f3;
  padding: 35px 35px 35px 75px;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  top: -20px;
}

#page__card {
  padding: 0 0 50px;
}
#page__card .bt {
  text-align: left;
}
#page__card .bt:after {
  left: 0;
}
#page__card .gallery {
  width: 636px;
}
#page__card .gallery .main__image {
  width: calc(100% - 110px);
 /* height: 465px;*/
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  order: 1;
  overflow: hidden;
}
#page__card .gallery .main__image img {
  max-width: 96%;
  max-height: 96%;
}
#page__card .gallery .thumbnails {
  width: 105px;
  order: 0;
}
#page__card .gallery .thumbnails .item {
  width: 105px;
  height: 105px;
  box-sizing: border-box;
  border: 1px solid #c4c4c4;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 10px;
  position: relative;
}
#page__card .gallery .thumbnails .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page__card .gallery .thumbnails img {
  max-width: 90%;
  max-height: 90%;
}
#page__card .info {
  width: calc(100% - 655px);
}
#page__card .info .sklad {
  margin-bottom: 60px;
  font-size: 16px;
}
#page__card .info .price {
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 50px;
  margin-bottom: 45px;
  border-bottom: 1px solid #c4c4c4;
}
#page__card .info .price span {
  font-weight: 700;
  font-size: 38px;
}
#page__card .info .price span i {
  display: block;
  font-size: 21px;
  font-weight: normal;
  font-size: 18px;
  color: #888;
  text-decoration: line-through;
  font-style: normal;
}
#page__card .info .price .btn {
  max-width: 250px;
  margin-left: 50px;
}
#page__card .advantages {
  position: relative;
  justify-content: flex-start;
}
#page__card .advantages .item {
  max-width: 270px;
  min-height: 60px;
  align-items: center;
  margin: 0 70px 25px 0;
}
#page__card .advantages .item p {
  width: calc(100% - 70px);
  font-size: 16px;
  line-height: 1.5;
}

#page__card .tabs {
  font-size: 18px;
  line-height: 1.5;
  padding: 85px 0 0;
}
#page__card .tabs .filters {
  text-align: center;
  margin-bottom: 35px;
  border-bottom: 1px solid #c4c4c4;
}
#page__card .tabs .filters li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  color: #888;
  border-bottom: 5px solid transparent;
  margin: 0 35px;
}
#page__card .tabs .filters li.active {
  color: #444;
  border-color: #ff0000;
}
#page__card .tabs .filters li:hover {
  color: #444;
}
#page__card .tabs p {
  margin-bottom: 25px;
}
#page__card .tab {
  display: none;
}
#page__card .tab.tab1 {
  display: block;
  text-align: justify;
}
#page__card .tab .item {
  width: 49%;
  border-bottom: 1px dashed #cbcbcb;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#page__card .tab .item span {
  font-weight: 700;
}
#page__card .delivery {
  padding: 30px 0 0;
}
#page__card .delivery h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c4c4c4;
}
#page__card .delivery p {
  font-size: 16px;
  margin-bottom: 0;
}

.note__section {
  font-size: 18px;
  line-height: 1.5;
}
.note__section p {
  margin-bottom: 30px;
}

.pagination__list {
  text-align: center;
  font-size: 18px;
  padding: 40px 0 0;
}
.pagination__list h2 {
  display: none;
}
.pagination__list a,
.pagination__list span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #000;
}
.pagination__list span.current {
  color: #fff;
  background: #ff0000;
}
.pagination__list a.prev,
.pagination__list a.next {
  width: auto;
  margin: 0 20px;
}
.pagination__list a:hover {
  color: #ff0000;
}

.filters__acc {
  padding: 40px 0 0;
}
.filters__acc .action {
  padding: 30px 0 0;
}
.filters__acc .btn {
  width: 47%;
  line-height: 44px;
  font-size: 16px;
  height: 44px;
}
.filters__acc .title {
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  padding: 2px 0 2px 22px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  background: url("../img/arra.png") 0 50% no-repeat;
  cursor: pointer;
}
.filters__acc .title.ui-accordion-header-active,
.filters__acc .title.active {
  background: url("../img/arraa.png") 0 50% no-repeat;
}
.filters__acc .title i {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 13px;
  font-style: normal;
}
.filters__acc .title:after {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
}
.filters__acc .box {
  margin-bottom: 40px;
}
.filters__acc .col {
  position: relative;
  width: 48%;
}
.filters__acc .col input {
  width: 100%;
  height: 30px;
  border: 1px solid #c4c4c4;
  font-size: 16px;
  padding: 0 10px 0 33px;
}
.filters__acc .col span {
  position: absolute;
  top: 0;
  left: 8px;
  color: #888888;
  font-size: 16px;
  line-height: 30px;
}
.filters__acc .row {
  width: 100%;
  margin-bottom: 9px;
}
.filters__acc .flex__ch {
  overflow-y: auto;
  max-height: 400px;
}
.filters__acc .box {
  display: none;
}
.filters__acc .box.active {
  display: block;
}

.morefull {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 0;
}

footer {
  padding: 80px 0 0;
  color: #fff;
  background: linear-gradient(231deg, rgba(180,0,0,1) 0%, rgba(68,0,0,1) 100%, rgba(255,0,0,1) 100%);
  position: relative;
  left: 190px;
  font-size: 18px;
  line-height: 1.3;
}
footer .inner {
  max-width: 1220px;
}
footer .col {
  max-width: 300px;
  width: 100%;
}
footer .col.col__address {
  max-width: 195px;
}
footer .row {
  min-height: 95px;
  margin-bottom: 32px;
}
footer .title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
}
footer .social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .social a + a {
  margin-left: 10px;
}
footer .social img {
  /*border-radius: 50%;*/
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
footer a {
  color: #fff;
}
footer p {
  margin-bottom: 7px;
}
footer li {
  margin-bottom: 11px;
}
footer li.last a {
  border-bottom: 2px solid #ff6363;
}
footer li.last a:hover {
  border-color: #fff;
}
footer li a {
  border-bottom: 1px solid transparent;
}
footer li a:hover {
  border-color: #a2bdd5;
}
footer .row__map {
  padding: 35px 0 0;
}
footer .row__map li a {
  border-color: #fff;
}
footer .row__map li a:hover {
  border-color: transparent;
}
footer .copyright {
  padding: 30px 0;
  color: #7a7a7a;
  font-size: 14px;
  background: #fff;
}
footer .copyright a {
  color: #7a7a7a;
  border-bottom: 1px solid #7a7a7a;
}
footer .copyright a:hover {
  border-color: transparent;
}
footer .copyright .develop {
  position: relative;
  top: -3px;
}
footer .copyright .develop a {
  border: none;
}
footer .copyright img {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  top: 3px;
}
footer .copyright .flex {
  align-items: center;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

a.more {
  display: inline-block;
  padding: 0 0 0 20px;
  font-size: 18px;
  color: #ff0000;
  border-bottom: 1px solid transparent;
  background: url("../img/arrm.png") 0 50% no-repeat;
}
a.more:hover {
  border-color: #ff0000;
}

.bt {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #444;
  font-family: "Proxima Nova";
  text-transform: uppercase;
  position: relative;
  padding: 0 0 30px;
  margin-bottom: 40px;
}
.bt:after {
  background: #ff0000;
  width: 90px;
  height: 5px;
  bottom: 0;
  left: calc(50% - 45px);
  content: "";
  position: absolute;
}
.bt a.btn {
  top: 0;
  right: 0;
  max-width: 200px;
  margin-left: auto;
}

.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;
}
.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;
}

.slick-loading .slick-list {
  background: none;
}

.slick-prev,
.slick-next {
  border: none;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 75px;
  height: 75px;
  padding: 0;
  cursor: pointer;
  margin-top: 0px;
  opacity: 1;
}

#promo .slick-prev,
#promo .slick-next {
  width: 21px;
  height: 38px;
  top: 50%;
  margin-top: -19px;
}
#promo .slick-prev {
  background: url("../img/arrp.png") 50% 50% no-repeat;
  left: 45px;
  transform: rotate(0deg);
}
#promo .slick-next {
  background: url("../img/arrp.png") 50% 50% no-repeat;
  right: 45px;
  transform: rotate(180deg);
}

.slick-prev,
.slick-next {
  display: block !important;
  z-index: 10;
}
.slick-prev {
  background: #fff url("../img/arr_rb.png") 50% 50% no-repeat;
  left: 0;
  transform: rotate(180deg);
}
.slick-prev:hover {
  background: #ff0000 url("../img/arr_r.png") 50% 50% no-repeat;
}
.slick-next {
  background: #fff url("../img/arr_rb.png") 50% 50% no-repeat;
  right: 0;
}
.slick-next:hover {
  background: #ff0000 url("../img/arr_r.png") 50% 50% no-repeat;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  opacity: 1;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-prev {
  display: none;
}
.slick-next {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 7px;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  width: 20px;
  height: 20px;
}
.slick-dots li button {
  width: 20px;
  height: 20px;
  background: #f3faff;
  border: 2px solid #ffa200;
  box-sizing: border-box;
}
.slick-dots li.slick-active button {
  background: #ffa200;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
  box-shadow: none;
  background: transparent;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 18px;
  height: 40px;
  margin-bottom: 25px;
  padding: 0 10px;
}
.form .btn {
  width: 100%;
}
.form .privacy {
  padding: 0 0 37px;
}
.form textarea {
  resize: none;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  cursor: pointer;
  padding-left: 30px;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  display: block;
}
input[type="checkbox"] + label a {
  color: #4d4d4d;
  border-bottom: 1px solid #dadada;
}
input[type="checkbox"] + label a:hover {
  border-color: transparent;
}
input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  box-sizing: border-box;
  background: url("../img/sprite.png") 0% 50% no-repeat;
}
input[type="checkbox"] + label::before {
  background-position: 0px 0px;
}
input[type="checkbox"]:checked + label::before {
  background-position: 100% 50%;
}

.box__modal {
  display: none;
  font-family: "SF UI Display";
  width: 100%;
  max-width: 694px;
  box-sizing: border-box;
  padding: 50px 120px;
}
.box__modal .bt {
  text-transform: none;
  margin-bottom: 20px;
}
.box__modal p {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  position: relative;
  margin: 0 0 40px;
}

.clearfix {
  clear: both;
}
.center {
  display: inline-block;
  width: 100%;
  text-align: center;
}

a {
  text-decoration: none;
  transition: all 0.15s ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  transition: all 0.15s ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  transition: all 0.15s ease-out;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
}
.btn:hover {
  transition: all 0.15s ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-slide .btn-white {
  position: absolute;
  bottom: 100px;
}
.btn-white {
  padding: 0 80px 0 25px;
  height: 56px;
  line-height: 54px;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  font-size: 18px;
}
.btn-white:after {
  position: absolute;
  top: 5px;
  right: 6px;
  width: 44px;
  height: 44px;
  background: #fff url("../img/arr_btn.png") 50% 50% no-repeat;
  content: "";
}
.btn-white:hover {
  background: #ff0000;
  border-color: #ff0000;
}
.btn-white:hover:after {
  opacity: 1;
}

.btn-blue {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
  background: #ff0000;
  line-height: 50px;
  height: 50px;
}
.btn-blue:hover {
  background: #ff0000;
}

.btn-whites {
  width: 100%;
  max-width: 285px;
  font-size: 18px;
  font-weight: 500;
  color: #444;
  background: #fff;
  line-height: 48px;
  height: 50px;
  border: 1px solid #fff;
}
.btn-whites:hover {
  background: transparent;
  color: #fff;
}

.btn-bluetr {
  width: 200px;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  color: #ff0000;
  border: 1px solid #ff0000;
  line-height: 48px;
  height: 50px;
}
.btn-bluetr:hover {
  background: #ff0000;
  color: #fff;
}

.btn-catalog {
  width: 248px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #ff0000 url("../img/grid.png") 48px 50% no-repeat;
  text-align: left;
  padding-left: 84px;
}
.btn-catalog:hover {
  background: #ff0000 url("../img/grid.png") 48px 50% no-repeat;
}

input,
textarea,
select,
button {
  -webkit-appearance: none;
  box-sizing: border-box;
  font-family: "SF UI Display";
}

/*responsive*/

@media screen and (max-width: 1880px) {
  .inner {
    width: 1140px;
  }

  #main__sidebar {
    left: calc(50% - 820px);
  }
  #services li h3 {
    font-size: 26px;
  }

  #catalog li {
    width: 48%;
  }
  #catalog li:last-child {
    display: none;
  }
}

@media screen and (max-width: 1600px) {
  #main__sidebar {
    width: 300px;
    padding: 15px;
  }
  #main__sidebar {
    left: 0;
  }

  #services {
    padding-bottom: 55px;
  }

  .inner {
    width: 100%;
    padding: 0 20px;
  }

  header,
  footer,
  section {
    left: 300px;
    width: calc(100% - 300px);
  }

  #articles .item .data {
    padding: 20px;
    width: 260px;
  }
  #articles .item .data a {
    font-size: 16px !important;
    padding-right: 25px;
  }

  #callback__form .text {
    max-width: calc(100% - 515px);
  }

  #about__main .text {
    max-width: 750px;
    padding: 40px 40px 40px 90px;
  }

  #services li {
    width: 48%;
    margin-bottom: 4%;
  }
  #services li:hover {
    z-index: 10;
  }

  #promo .text {
    margin: 0 0 0 120px;
  }
  #promo .inner {
    padding: 0;
  }

  #main__sidebar .catalog li {
    display: none;
  }
  #main__sidebar .catalog li:nth-child(1),
  #main__sidebar .catalog li:nth-child(2),
  #main__sidebar .catalog li:nth-child(3),
  #main__sidebar .catalog li:nth-child(4) {
    display: block;
  }
  #main__sidebar .catalog li a {
    font-size: 18px;
  }

  #page__card .info .price .btn {
    margin: 20px 0 0;
  }
  #page__card .advantages .item {
    max-width: 100%;
    margin-right: 0;
  }

  header .main__navigation ul {
    max-width: 950px;
  }
  header .main__navigation .search {
    right: 20px;
  }
}

@media screen and (max-width: 1320px) {
  #main__sidebar {
    display: none;
  }
  .main__navigation .inner .logo img{
  height: 55px
  }
  header .main__navigation ul {
  max-width: 414px;
  }
  header .main__navigation ul li a {
  color: #444;
  font-size: 17px;
  font-weight: 600;
  display: block;
}
header .main__navigation ul li:hover > a {
  color: #ff0000;
}
  header,
  footer,
  section {
    left: 0px;
    width: 100%;
  }

  header .main__navigation ul li .sub-menu:after {
    display: none;
  }
  header .logo {
    display: block;
    float: left;
  }
  header .ct {
    display: block;
    float: right;
    margin-right: 50px;
    position: relative;
    top: 6px;
  }
  header .ct a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
  }
  header .main__navigation .search {
    top: calc(-77% - 11px);
  }
  header .main__navigation ul {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 10px;
    right: 0;
    z-index: 200000;
    background: #fff;
    height: calc(100vh - 97px);
    overflow-y: scroll;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.12);
  }
  header .main__navigation ul li {
    margin: 0;
  }
  header .main__navigation .has-childs {
    position: relative;
  }
  header .main__navigation .has-childs:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 18px;
    right: 20px;
    width: 14px;
    height: 14px;
    background-image: url(../img/sort-down2.svg);
    background-size: contain;
  }
  header .main__navigation ul li a {
    display: block;
    background: #fff;
    padding: 14px 20px;
    /* text-align: right;*/
    border-top: 1px solid #ff0000;
  }
  header .main__navigation ul li.catalog a {
    padding: 14px 20px 14px 60px;
    background-position: 20px 50%;
  }
  header .main__navigation ul li.menu-item-has-children a {
    padding: 14px 40px 14px 20px;
    background-position: calc(100% - 20px) 50% !important;
  }
  header .main__navigation ul li .sub-menu {
    width: 100% !important;
    height: auto;
    left: 0 !important;
    display: block1;
    position: relative;
    padding: 15px 0;
    top: 0;
    margin: 0;
    background: #f0f0f0;
    box-shadow: none;
  }
  header .main__navigation ul li .sub-menu li {
    padding: 0;
    background: transparent;
  }
  header .main__navigation ul li .sub-menu li a {
    border: none;
    padding: 5px 20px !important;
    background: transparent;
    text-align: left;
  }
  header .main__navigation {
    padding: 10px 0;
    background-color: black !important;
  }
  header .pull {
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    right: 250px;
    width: 40px;
    height: 40px;
    background: url("../img/pull.svg") 50% 50% no-repeat;
    background-size: 100%;
  }

  #promo .slick-dots,
  #promo .slider__navs {
    display: none !important;
  }
  #promo .text .title {
    font-size: 46px;
  }

  #catalog li {
    width: 49%;
    padding: 20px 0 0 20px;
  }
  #catalog li h3 {
    max-width: 130px;
    font-size: 18px;
  }

  #advantages .flex {
    justify-content: space-around;
  }
  #advantages li {
    width: 32%;
    max-width: 100%;
  }

  #articles .item {
    width: 49%;
  }
  #articles .item:last-child {
    display: none;
  }

  #page__contacts #map {
    width: calc(100% - 350px);
  }

  #callback__form .text {
    width: 100%;
    max-width: 100%;
    padding: 10px 0 10px 40px;
    margin-bottom: 40px;
  }
  #callback__form .form {
    margin: 0 auto;
  }

  #page__content .item {
    width: 48%;
  }
  #page__content img.alignright {
    max-width: 100%;
    margin: 0 auto 30px;
    top: 0;
    float: none;
  }

  #page__card .gallery {
    width: 400px;
  }
  #page__card .info {
    width: calc(100% - 420px);
  }
  #page__card .info .price span {
    width: 100%;
  }

  footer {
    font-size: 16px;
  }
  footer .col {
    width: 32%;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 960px) {
  #list__works .item {
    width: 48%;
  }
  #callback__form__master .text {
    width: 400px;
  }
  #callback__form__master .form {
    width: calc(100% - 440px);
  }
  #callback__form__master .form input[type="text"],
  #callback__form__master .form input[type="tel"],
  #callback__form__master .form input[type="email"] {
    width: 100%;
  }

  #page__catalog .item {
    width: 32%;
  }

  .bt a.btn {
    position: relative;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .bt {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  header .mobile-phone-line {
    display: block;
  }
  header .icon-phone {
    display: block;
  }
  header .ct {
    display: none;
  }
  header .main__navigation .search {
    top: calc(-77% - 11px);
  }
  header .main__navigation .search a {
    filter: invert(1) brightness(1.5);
  }
  header .pull {
    right: 20px;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  header .logo img {
    max-width: 140px;
  }
  header .logo p.callback {
    /*   display: block;*/
  }

  #customers li {
    width: 49%;
  }
  #customers li p {
    font-size: 15px;
  }

  .accordion h2 {
    font-size: 16px;
    padding: 15px 15px 15px 40px;
  }
  .accordion h2:after {
    left: 4px;
  }
  .ans {
    font-size: 16px;
    padding: 15px 15px 15px 40px;
  }

  .note__section {
    font-size: 16px;
  }

  #works .inn img {
    max-width: 400px;
  }

  .box__modal {
    max-width: calc(100% - 40px);
    padding: 30px 25px;
  }
  .box__modal p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .form .btn {
    font-size: 16px;
  }

  #promo .text {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  #promo .text .title {
    font-size: 32px;
  }
  #promo .text p {
    font-size: 18px;
    max-width: 100%;
  }
  #promo .text p br {
    display: none;
  }
  #promo .slick-prev,
  #promo .slick-next {
    display: none !important;
  }
  #promo .slick-dots {
    display: block !important;
    bottom: 15px;
    width: 100%;
    left: 0;
  }
  #promo .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }

  #list__works .item {
    width: 100%;
  }
  #list__works .item .data h2 {
    font-size: 16px;
    padding: 0 10px;
  }

  #callback__form__master .text {
    width: 100%;
    margin-bottom: 30px;
  }
  #callback__form__master .form {
    width: 100%;
  }
  #callback__form__master .text .title {
    font-size: 22px;
  }
  #callback__form__master .text .title br {
    display: none;
  }

  #advantages.advantages__large li {
    width: 100%;
  }

  #page__catalog .filters a {
    margin: 0 0 0 15px;
  }
  #page__catalog .item {
    width: 49%;
    padding: 15px;
  }
  #page__catalog .item .title {
    font-size: 17px;
  }
  #page__catalog .item span {
    font-size: 16px;
  }

  #page__contacts {
    padding: 0 0 50px;
  }
  #page__contacts #map {
    width: 100%;
    height: 350px;
    margin-top: 30px;
  }
  #page__contacts .data {
    max-width: 100%;
    font-size: 16px;
  }

  #page__content,
  #prices {
    font-size: 16px;
  }
  #page__content p,
  #prices p {
    margin-bottom: 20px;
  }
  #page__content ul {
    padding-bottom: 20px;
  }
  #page__content h2,
  #page__content h3,
  #page__content h4,
  #page__content h5,
  #page__content h6 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #page__content .item {
    font-size: 14px;
  }
  #page__content .item span {
    display: none;
  }

  #services {
    padding: 50px 0;
  }
  #services li {
    width: 100%;
  }
  #services li .inn {
    padding: 30px 20px;
  }
  #services li .data {
    padding-left: 20px;
    padding-right: 20px;
  }

  #about__main {
    padding: 50px 0;
    background: #fff;
  }
  #about__main .inner {
    padding: 0;
  }
  #about__main .text {
    max-width: 100%;
    padding: 20px;
  }
  #about__main .text:after {
    display: none;
  }
  #about__main .slider_am {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    left: 0;
  }
  #about__main .slider_am .slick-slide {
    height: auto;
  }
  #about__main .slick-prev {
    top: calc(100% - 60px);
    width: 60px;
    height: 60px;
    left: calc(100% - 120px);
  }
  #about__main .slick-next {
    top: calc(100% - 60px);
    width: 60px;
    height: 60px;
    right: 0;
  }

  #prices table th,
  #prices table td {
    font-weight: normal;
    font-size: 14px;
    padding: 10px;
  }
  #prices table td:last-child {
    width: 50px;
    font-size: 15px;
  }

  #catalog {
    padding: 50px 0;
  }
  #catalog li {
    width: 100%;
    margin: 40px 0 0;
  }
  #catalog li img {
    right: 10px;
    max-width: 120px;
  }
  #catalog .center {
    padding: 40px 0 0;
  }

  #advantages {
    padding: 50px 0;
    background: #fff;
  }
  #advantages li {
    width: 49%;
    font-size: 14px;
    min-width: 0;
  }
  #advantages li h3 {
    font-size: 14px;
  }
  #advantages li br {
    /*display: none;*/
  }
  #advantages li:last-child {
    margin: 0;
  }

  #page__card .gallery {
    width: 100%;
    margin-bottom: 30px;
  }
  #page__card .info {
    width: 100%;
  }
  #page__card .info .sklad {
    margin-bottom: 30px;
  }
  #page__card .tabs {
    font-size: 16px;
  }
  #page__card .tabs .filters li {
    margin: 0 15px;
    font-size: 16px;
  }
  #page__card .delivery h2 {
    font-size: 16px;
  }
  #page__card .tab .item {
    width: 100%;
    font-size: 14px;
  }
  #page__card .gallery .main__image {
    order: 0;
    width: 100%;
  }
  #page__card .gallery .main__image img {
    margin: 0 auto;
  }
  #page__card .gallery .thumbnails {
    width: 100%;
    order: 1;
    display: flex;
    justify-content: space-between;
  }
  #page__card .gallery .thumbnails .item {
    width: 24%;
  }

  #articles {
    padding: 50px 0;
  }
  #articles .item {
    width: 100%;
    margin-bottom: 0;
  }

  #marks h2 {
    font-size: 20px;
  }
  #marks .inn {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  #marks .inn img {
    max-width: 80%;
  }

  #callback__form {
    padding: 50px 0;
  }

  #page__error .title {
    font-size: 100px;
    font-weight: 700;
  }
  #page__error p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  footer {
    padding: 50px 0 0;
  }
  footer .col {
    width: 100%;
    max-width: 100% !important;
  }
  footer .col .row {
    min-height: 0;
  }
  footer .copyright .flex {
    justify-content: space-around;
    text-align: center;
  }
  #callback__form .text .title {
    font-size: 22px;
  }

  #page__catalog .filters {
    display: block;
  }
  #page__catalog .filters a,
  #page__catalog .filters span {
    margin: 7px;
    display: inline-block;
  }

  #callback__form__master .btn {
    max-width: 100%;
  }
}

@media screen and (max-width: 559px) {
  #page__catalog .item {
    width: 100%;
  }
  .btn-blue {
    font-size: 14px;
  }
  #promo .text .title {
    font-size: 20px;
  }
  #promo .text p {
    font-size: 16px;
  }
  #promo .slick-slide {
    height: 250px;
  }
  #page__content .bt {
    flex-direction: column;
  }
  .bt a.btn {
    margin-left: 0;
  }
  #marks .inn {
    margin: 0;
  }
  .slick-slide {
    width: auto;
  }
  #page__card .gallery .main__image {
    height: auto;
  }
}
/*responsive*/

/*=============== FILTER =============*/

.filters__acc .filter-head {
  font-size: 20px;
  color: #ff0000;
  margin-bottom: 20px;
  font-weight: 700;
}
.filters__acc .filter {
  margin-bottom: 10px;
}
.filters__acc .filter-header {
  font-size: 18px;
  color: #ff0000;
  margin-bottom: 10px;
  font-weight: 500;
  cursor: pointer;
}
.filters__acc .filter .filter-content {
  display: none;
}

.filters__acc .filter .display-price-filter {
  display: block;
}
.filters__acc .noUi-connect {
  background-color: #ff0000;
}
.filters__acc .range-filter .inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.filters__acc .range-filter .inputs input {
  width: 49%;
  border-radius: 5px;
  outline: none;
  border: 1px solid black;
  height: 40px;
  font-size: 16px;
}
.noUi-horizontal {
  height: 10px !important;
}
.noUi-horizontal .noUi-handle {
  top: -11px !important;
}

.filters__acc button.apply {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
  background: #ff0000;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  transition: all 0.15s ease-out;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
}

@media (max-width: 1400px) {
  #main__sidebar .catalog li a {
    font-size: 14px;
  }
  #main__sidebar .catalog li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #main__sidebar .logo {
    margin-bottom: 10px;
  }
  #main__sidebar .contacts p {
    margin-bottom: 5px;
    font-size: 14px;
  }
  #main__sidebar .contacts p.callback {
    margin: 12px 0;
  }
  #promo .slick-slide {
    height: 260px;
  }
  #promo .text .title {
    font-size: 32px;
  }
  #promo .text p {
    font-size: 16px;
  }
  #promo .slick-dots {
    bottom: 30px;
  }
}
.small-screen-link-catalog {
  display: none;
  margin-top: 30px;
  font-weight: 700;
  font-size: 21px;
}
.small-screen-link-catalog a {
  color: #ff0000;
  border-bottom: 2px solid #ff0000;
}
.small-screen-link-catalog a:hover {
  border-bottom: 2px solid #fff;
}
@media only screen and (max-height: 782px) and (min-width: 1401px) {
  #main__sidebar .catalog {
    display: none;
  }
  .small-screen-link-catalog {
    display: block;
  }
}
header .main__navigation {
  background-color: #ff2a2a;
}
header .main__navigation ul li a {
  color: black;
}
header .main__navigation ul li a:hover {
  color: white;
}
.dop-btn {
  width: 15%;
}
.dob-btn-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.svyazatsasospec {
  max-width: 340px !important;
}