

/* Start:/local/templates/nvacontact/fancybox/jquery.fancybox.css?175248996315997*/
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

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

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

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

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

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

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

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

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

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

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

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

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

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

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

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

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

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

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

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

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

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

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

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

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

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

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

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

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

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

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

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

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

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

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

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/*# sourceMappingURL=jquery.fancybox.css.map */

/* End */


/* Start:/local/templates/nvacontact/frontend/main.99bea37bdf75ea9f6af7.css?1774856196106652*/
*{margin:0;padding:0;border:0}ol,ul{list-style:none}img{vertical-align:top;max-width:100%;height:auto}input[type=text]:focus{outline:none}button,input,textarea{line-height:inherit;outline:none}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;font-family:"Roboto",sans-serif,Arial,Helvetica,Verdana;font-weight:400;vertical-align:middle}input,button,textarea{-webkit-appearance:none;-moz-appearance:none;border-radius:0}input[type=text],input[type=search],input[type=tel],input[type=email],input[type=number],input[type=password]{font-size:16px}button,input[type=submit],input[type=reset],input[type=button],.btn,label{cursor:pointer}input[type=file],input[type=checkbox]{display:none}b,strong,.bold{font-weight:700}a{color:#252728}a:hover{color:#f26b3e;text-decoration:none}em,i,.italic{font-style:italic}input[disabled]{cursor:default;background-color:#f5f5f5;pointer-events:none}input[type=checkbox],input[type=radio]{width:25px;height:25px;padding:0}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}input[type=number]{-webkit-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input::-ms-clear{display:none;width:0;height:0}html *{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;font-size:100%;outline:none}html *:before,html *:after{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{height:100%}body{background:#fff;color:#252728;direction:ltr;font:400 14px/25px "Roboto",sans-serif,Arial,Helvetica,Verdana}svg use{fill:#252728}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-weight:300}h1,.h1{font-size:35px;line-height:41px}h2,.h2{font-size:25px;line-height:29px}h3,.h3{font-size:20px;line-height:23px}h4,.h4{font-size:18px;line-height:21px}@media(max-width: 600px){h1,.h1{font-size:28px;line-height:32px}h2,.h2{font-size:22px;line-height:26px}h3,.h3{font-size:18px;line-height:21px}h4,.h4{font-size:16px;line-height:19px}}@font-face{font-family:"Roboto";font-weight:100;font-display:swap;src:url(/local/templates/nvacontact/frontend/assets/fonts/Roboto-Thin.woff2) format("woff2")}@font-face{font-family:"Roboto";font-weight:300;font-display:swap;src:url(/local/templates/nvacontact/frontend/assets/fonts/Roboto-Light.woff2) format("woff2")}@font-face{font-family:"Roboto";font-weight:400;font-display:swap;src:url(/local/templates/nvacontact/frontend/assets/fonts/Roboto-Regular.woff2) format("woff2")}@font-face{font-family:"Roboto";font-weight:700;font-display:swap;src:url(/local/templates/nvacontact/frontend/assets/fonts/Roboto-Bold.ttf) format("truetype")}@-webkit-keyframes dropdown__show{0%{opacity:0;margin-top:-10px}100%{opacity:1;margin-top:0}}@keyframes dropdown__show{0%{opacity:0;margin-top:-10px}100%{opacity:1;margin-top:0}}@-webkit-keyframes subcatalog__more{0%{display:block;opacity:0;margin-top:0}100%{opacity:1;margin-top:15px}}@keyframes subcatalog__more{0%{display:block;opacity:0;margin-top:0}100%{opacity:1;margin-top:15px}}@-webkit-keyframes search__result{0%{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;opacity:0;margin-top:-10px}100%{opacity:1;margin-top:0}}@keyframes search__result{0%{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;margin-top:-10px}100%{opacity:1;margin-top:0}}@-webkit-keyframes popup__shadow{0%{background:rgba(0,0,0,0);-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}100%{background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}@keyframes popup__shadow{0%{background:rgba(0,0,0,0);-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}100%{background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}.navbar__sort a:after,.filter__more>span:after,.header__menu .menu__has-subcatalog .subcatalog__more>span:after,.header__menu .menu__has-subcatalog>.link:after,.properties__more>span:after,.link__parent:after{-webkit-transition:all ease-in .2s;transition:all ease-in .2s;background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M.354 3.06a.5.5 0 0 1 .707-.706l3.793 3.792 3.792-3.792a.5.5 0 1 1 .708.707l-4.5 4.5-4.5-4.5Z%27/%3e%3c/svg%3e") center no-repeat;position:absolute;right:0;top:8px;width:10px;height:8px;content:""}.navbar__item_active:after,.navbar__sort a:hover:after,.filter__more.active>span:after,.header__menu .menu__has-subcatalog .subcatalog__more:hover>span:after,.header__menu .menu__has-subcatalog:hover>.link:after,.properties__more.active>span:after,.link__parent:hover:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.header__menu .menu__has-subcatalog+li:before,.header__notices .icon__notice+.icon__notice:before,.header__notices .icon__notice+[id^=bx_incl]:before,.header__notices script+.icon__notice:before,.header__notices .icon__notice+script+[id^=bx_incl]:before,.header__notices [id^=bx_incl]+.icon__notice:before,.header__notices .icon__notice+[id^=bxdynamic]+.icon__notice:before,.header__container_mob>.link:before,.header__container_mob>[id^=bx_incl_area]>.link:before,.breadcrumbs li:after{background:#dcdcdc;position:absolute;width:1px;height:19px;left:24px;top:50%;margin-top:-9px;content:""}.hide{display:none !important}.disabled{pointer-events:none;-webkit-filter:grayscale(0.75);filter:grayscale(0.75)}.margin-bottom_20{margin-bottom:20px}h1+.description{font-size:16px;line-height:19px;margin-bottom:30px}input.error,textarea.error{-webkit-box-shadow:inset 0 0 0 1px #f16b3e;box-shadow:inset 0 0 0 1px #f16b3e}.element__item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px 0}.element__hr{margin-top:50px}.container{width:1250px;padding:0 10px;margin-left:auto;margin-right:auto}@media(max-width: 1250px){.container{width:94%;padding-left:3%;padding-right:3%}}.block{padding:50px 0}.block.block_padding-top-0{padding-top:0}@media(max-width: 600px){.block{padding:35px 0}}.block__background_graylight{background-color:#f9f9f9}.block__header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media(max-width: 600px){.block__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}}.block__btns .btn{margin-bottom:5px}.block__btns .btn+.btn{margin-left:5px}@media(max-width: 900px){.block__btns{text-align:center}}.block__title+.link{margin-left:30px}@media(max-width: 600px){.block__title+.link{margin:10px 0 0}}.block__header+.block__content{margin-top:30px}.block__btns+.block__content{margin-top:35px}.block__btns+.block__content.block__content_margin-top-25{margin-top:25px}.block__tab_center{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.icon__size_10{width:10px;height:10px}.icon__size_11{width:11px;height:11px}.icon__size_12{width:12px;height:12px}.icon__size_13{width:13px;height:13px}.icon__size_14{width:14px;height:14px}.icon__size_15{width:15px;height:15px}.icon__size_16{width:16px;height:16px}.icon__size_17{width:17px;height:17px}.icon__size_19{width:19px;height:19px}.icon__size_21{width:21px;height:21px}.icon__size_23{width:23px;height:23px}.icon__size_25{width:25px;height:25px}.icon__size_30{width:30px;height:30px}.icon__size_67{width:67px;height:67px}.icon__size_69{width:69px;height:69px}.logo{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:215px}.logo+[id^=bx_incl_area]{width:100%}a.logo{text-decoration:none}a.logo:hover{color:inherit}.logo__icon{width:60px;height:60px}.logo__icon+.logo__content{margin-left:18px}.logo__icon use{fill:#f26b3e}.logo__content{text-align:right;text-transform:uppercase}.logo__title{color:#f26b3e;font-weight:300;letter-spacing:1px;font-size:20px;line-height:20px}.logo__title+.logo__slogan{margin-top:3px}.logo__slogan{font-size:9px;line-height:9px;color:#5c5c5c}.icon__notice{position:relative}.icon__notice .icon__circle{position:absolute;right:-11px;top:-11px}.icon__notice use{fill:#9d9d9d}a.icon__notice{cursor:pointer}a.icon__notice use{-webkit-transition:all ease-in .2s;transition:all ease-in .2s}a.icon__notice:hover use{fill:#5c5c5c}a.icon__notice:hover .icon__circle{background:#f26b3e}.icon__circle{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all ease-in .2s;transition:all ease-in .2s;background:#f9f9f9;border-radius:100%;color:#fff;font-size:12px;line-height:14px}a.icon__circle{cursor:pointer}a.icon__circle:hover{background:#f26b3e}a.icon__circle:hover svg use{fill:#fff}.icon__notice .icon__circle{padding:0}.icon__circle use{-webkit-transition:all ease-in .2s;transition:all ease-in .2s;fill:#9d9d9d}.icon__color_green{background:#6aa350}.icon__color_blue{background:#4da0ba}.icon__color_orange,.icon__color_active{background:#f26b3e}.icon__color_orange use,.icon__color_active use{fill:#fff}.icon__color_gray{background:#5c5c5c}.icon__color_green use,.icon__color_blue use,.icon__color_gray use{fill:#fff}.btn{background:#f9f9f9;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;font-size:20px;font-weight:300;padding:19px 51px;text-decoration:none;white-space:nowrap;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all ease-in .2s;transition:all ease-in .2s}@media(max-width: 900px){.btn{font-size:16px;padding:15px 40px}}a.btn:hover{background:#f26b3e;color:#fff}a.btn:hover .btn__icon use{fill:#fff}.btn__style_uppercase{text-transform:uppercase}.btn__color_active{background:#f26b3e;color:#fff;cursor:default}.btn__color_active .btn__icon use{fill:#fff}a.btn__color_orange:hover,a.btn__color_orange_hovered,a.btn__color_green:hover,a.btn__color_green_hovered,a.btn__color_blue:hover,a.btn__color_blue_hovered,a.btn__color_orange:hover,a.btn__color_orange_hovered,a.btn__color_gray:hover,a.btn__color_gray_hovered{background:#f9f9f9;color:#252728}a.btn__color_orange:hover .btn__icon use,a.btn__color_orange_hovered .btn__icon use,a.btn__color_green:hover .btn__icon use,a.btn__color_green_hovered .btn__icon use,a.btn__color_blue:hover .btn__icon use,a.btn__color_blue_hovered .btn__icon use,a.btn__color_orange:hover .btn__icon use,a.btn__color_orange_hovered .btn__icon use,a.btn__color_gray:hover .btn__icon use,a.btn__color_gray_hovered .btn__icon use{fill:#252728}.btn__color_orange .btn__icon use,.btn__color_green .btn__icon use,.btn__color_blue .btn__icon use,.btn__color_orange .btn__icon use,.btn__color_gray .btn__icon use{fill:#fff}.btn__color_green{background:#6aa350;color:#fff}.btn__color_blue{background:#4da0ba;color:#fff}.btn__color_orange{background:#f26b3e;color:#fff}.btn__color_gray{background:#5c5c5c;color:#fff}.btn__border{background:transparent;border:1px solid #9d9d9d;color:#5c5c5c}.btn__border:hover{background:#9d9d9d !important;color:#fff}.btn__icon{margin-right:15px}.btn__icon use{fill:#252728;-webkit-transition:all ease-in .2s;transition:all ease-in .2s}.btn__icon_nomargin{margin:0}.btn__size_24{padding:6px 17px;font-size:12px;line-height:12px}.btn__size_24 .btn__icon:not(.btn__icon_nomargin){margin-right:8px}.btn__size_36{padding:10px 25px;font-size:14px;line-height:16px}.btn__size_36 .btn__icon:not(.btn__icon_nomargin){margin-right:8px}.btn__size_36.btn__border{padding:9px 25px}.btn__size_36:hover.btn__color_orange{background:#f26b3e !important;border-color:#f26b3e;color:#fff}.btn__size_52{padding:16px 31px 15px;font-size:18px;line-height:21px}.btn__size_52.btn__border{font-size:14px;line-height:16px;padding:18px 25px 16px}.btn__burger_mob{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:32px;cursor:pointer;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media(min-width: 1250px){.btn__burger_mob{display:none}}.btn__burger_mob>span{background:#5c5c5c;width:100%;height:3px;display:block;border-radius:1px}.btn__burger_mob>span+span{margin-top:5px}.btn__burger_mob.active>span:nth-of-type(2){width:92%}.btn__close,.btn__close_mob{width:30px;cursor:pointer}.btn__close>span,.btn__close_mob>span{-webkit-transition:all ease-in .2s;transition:all ease-in .2s;background:#5c5c5c;width:100%;height:3px;display:block;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.btn__close>span+span,.btn__close_mob>span+span{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:-3px}.btn__close:hover>span:first-child,.btn__close_mob:hover>span:first-child{-webkit-transform:rotate(-35deg);-ms-transform:rotate(-35deg);transform:rotate(-35deg)}.btn__close:hover>span:last-child,.btn__close_mob:hover>span:last-child{-webkit-transform:rotate(35deg);-ms-transform:rotate(35deg);transform:rotate(35deg)}@media(min-width: 1250px){.btn__close_mob{display:none}}.btn-remove{background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M15.94 9.058a.584.584 0 0 0-.584.585V20.71c0 .323.261.585.583.585a.584.584 0 0 0 .583-.585V9.643a.584.584 0 0 0-.583-.585Zm-6.88 0a.584.584 0 0 0-.582.585V20.71c0 .323.261.585.583.585a.584.584 0 0 0 .583-.585V9.643a.584.584 0 0 0-.583-.585Z%27 fill=%27%239D9D9D%27/%3e%3cpath d=%27M4.048 7.443v14.425c0 .852.311 1.653.855 2.228A2.865 2.865 0 0 0 6.986 25h11.029a2.864 2.864 0 0 0 2.082-.904c.544-.575.855-1.376.855-2.228V7.443a2.236 2.236 0 0 0 1.637-2.451 2.23 2.23 0 0 0-2.208-1.947h-2.984v-.732a2.305 2.305 0 0 0-.673-1.641A2.285 2.285 0 0 0 15.088 0H9.912a2.285 2.285 0 0 0-1.636.672 2.305 2.305 0 0 0-.672 1.64v.733H4.619a2.23 2.23 0 0 0-2.208 1.947 2.236 2.236 0 0 0 1.637 2.45Zm13.967 16.386H6.985c-.996 0-1.771-.86-1.771-1.961V7.494h14.572v14.374c0 1.101-.775 1.961-1.771 1.961ZM8.77 2.313a1.13 1.13 0 0 1 .33-.814 1.12 1.12 0 0 1 .812-.328h5.176a1.13 1.13 0 0 1 1.143 1.142v.732H8.77v-.732ZM4.62 4.216h15.76c.58 0 1.05.471 1.05 1.053s-.47 1.054-1.05 1.054H4.62c-.58 0-1.049-.472-1.049-1.054 0-.582.47-1.053 1.05-1.053Z%27 fill=%27%239D9D9D%27/%3e%3cpath d=%27M12.5 9.058a.584.584 0 0 0-.583.585V20.71c0 .323.261.585.583.585a.584.584 0 0 0 .583-.585V9.643a.584.584 0 0 0-.583-.585Z%27 fill=%27%239D9D9D%27/%3e%3c/svg%3e") center no-repeat;cursor:pointer}.btn-remove:hover{background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M15.94 9.058a.584.584 0 0 0-.584.585V20.71c0 .323.261.585.583.585a.584.584 0 0 0 .583-.585V9.643a.584.584 0 0 0-.583-.585Zm-6.88 0a.584.584 0 0 0-.582.585V20.71c0 .323.261.585.583.585a.584.584 0 0 0 .583-.585V9.643a.584.584 0 0 0-.583-.585Z%27 fill=%27%23F26B3E%27/%3e%3cpath d=%27M4.048 7.443v14.425c0 .852.311 1.653.855 2.228A2.865 2.865 0 0 0 6.986 25h11.029a2.864 2.864 0 0 0 2.082-.904c.544-.575.855-1.376.855-2.228V7.443a2.236 2.236 0 0 0 1.637-2.451 2.23 2.23 0 0 0-2.208-1.947h-2.984v-.732a2.305 2.305 0 0 0-.673-1.641A2.285 2.285 0 0 0 15.088 0H9.912a2.285 2.285 0 0 0-1.636.672 2.305 2.305 0 0 0-.672 1.64v.733H4.619a2.23 2.23 0 0 0-2.208 1.947 2.236 2.236 0 0 0 1.637 2.45Zm13.967 16.386H6.985c-.996 0-1.771-.86-1.771-1.961V7.494h14.572v14.374c0 1.101-.775 1.961-1.771 1.961ZM8.77 2.313a1.13 1.13 0 0 1 .33-.814 1.12 1.12 0 0 1 .812-.328h5.176a1.13 1.13 0 0 1 1.143 1.142v.732H8.77v-.732ZM4.62 4.216h15.76c.58 0 1.05.471 1.05 1.053s-.47 1.054-1.05 1.054H4.62c-.58 0-1.049-.472-1.049-1.054 0-.582.47-1.053 1.05-1.053Z%27 fill=%27%23F26B3E%27/%3e%3cpath d=%27M12.5 9.058a.584.584 0 0 0-.583.585V20.71c0 .323.261.585.583.585a.584.584 0 0 0 .583-.585V9.643a.584.584 0 0 0-.583-.585Z%27 fill=%27%23F26B3E%27/%3e%3c/svg%3e") center no-repeat}.label__file{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px}.label__file:before{background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M13.029 8.744s1.014-.921.055-1.882c-.96-.96-1.937 0-1.937 0L9.473 8.536c-1.686 1.688-1.894 4.224-.208 5.91 1.687 1.688 4.28 1.539 5.966-.149l2.824-2.824a6.666 6.666 0 0 0 0-9.412l-.114-.114a6.657 6.657 0 0 0-9.409 0L1.946 8.536a6.665 6.665 0 0 0 0 9.414l.113.114c2.02 2.02 5.057 2.501 7.62 1.246.688-.337 1.436-.975.942-1.87-.522-.947-1.44-.741-1.925-.52-1.447.597-3.581.435-4.755-.739l-.114-.115a3.999 3.999 0 0 1 0-5.648l6.587-6.588a3.994 3.994 0 0 1 5.644 0l.115.113a4 4 0 0 1 0 5.648l-2.823 2.824c-.649.648-1.555.798-2.203.149-.649-.65-.44-1.496.208-2.145l1.674-1.675Z%27 fill=%27%23192A41%27/%3e%3c/svg%3e") center no-repeat;width:20px;height:20px;margin-right:18px;content:""}@media(max-width: 480px){.label__file{font-size:15px}.label__file:before{margin-right:14px}}.label__checkbox{position:relative;padding-left:35px;display:-webkit-inline-box;display:-ms-inline-flexbox;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.label__checkbox:before{background:#fff;position:absolute;display:block;left:0;top:50%;width:25px;height:25px;border:1px solid #dcdcdc;margin:-12px 0 0;content:""}input[type=checkbox]:checked+.label__checkbox:after{background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M13 1.402 5.836 13 0 8.591l1.841-2.173 3.17 2.394L10.454 0 13 1.402Z%27 fill=%27%23F26B3E%27/%3e%3c/svg%3e") center no-repeat;position:absolute;display:block;left:6px;top:50%;width:13px;height:13px;margin-top:-6px;content:""}.range{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;height:100%;min-height:36px}.range.disabled{-webkit-filter:none;filter:none}.range__input{background:#f9f9f9;color:#5c5c5c;width:100%;margin:0 3px;text-align:center}.range__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition:all ease-in .2s;transition:all ease-in .2s;background:#f9f9f9;min-width:36px;min-height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.range__btn svg use{fill:#9d9d9d}.range__btn:hover{background:#9d9d9d}.range__btn:hover svg use{fill:#f9f9f9}.range_disabled{pointer-events:none;opacity:.65}.search{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;position:relative;width:100%;height:50px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.search__input{-webkit-transition:all ease-in .2s;transition:all ease-in .2s;font-size:12px;line-height:14px;color:#5c5c5c;width:100%;height:100%;padding:0 50px 0 20px;border:1px solid #dcdcdc}.search__input:focus{border-color:#9d9d9d}.search__btn{background:transparent;position:absolute;right:20px;width:20px;height:20px}.search__btn svg{width:100%;height:100%}.search__btn svg use{fill:#9d9d9d}.search__result{background:#fff;position:absolute;display:none;opacity:0;left:0;top:100%;width:100%;padding:0 20px;margin-top:-10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #dcdcdc;border-top:0;z-index:99}.search__result>img{width:40px;margin:25px}.search__result>[id^=bx_incl_area]{width:100%}@media(max-width: 390px){.search__result{padding:0 8px}}.search:hover>.search__result:not(:empty),.search.active>.search__result:not(:empty){display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:1;margin-top:0;-webkit-animation:.2s ease-in search__result;animation:.2s ease-in search__result}.link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all ease-in .2s;transition:all ease-in .2s;color:#5c5c5c;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.link svg{margin-right:10px}.link svg use{-webkit-transition:all ease-in .2s;transition:all ease-in .2s;fill:#5c5c5c}a.link:hover svg use{fill:#f26b3e}.link__text+.link__text{margin-right:14px}.link__parent{position:relative;padding-right:20px;min-width:165px}.link__parent:hover .link__childs{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-animation:.2s ease-in dropdown__show;animation:.2s ease-in dropdown__show}.link__childs{background:#fff;position:absolute;left:-8px;top:calc(100% + 17px);width:calc(100% + 35px);padding:20px;display:none;-webkit-box-shadow:0 15px 30px rgba(0,0,0,.1);box-shadow:0 15px 30px rgba(0,0,0,.1);border:1px solid #dcdcdc;z-index:9}.link__childs .link+.link{margin-top:5px}.link__childs:before{position:absolute;display:block;width:100%;height:25px;bottom:100%;left:0;margin-top:-20px;content:""}.link__childs .link{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.link__question{position:relative;text-decoration:none;color:#252728 !important;padding-left:7px}.link__question:hover{text-decoration:underline}.link__question:before{background:#f26b3e;position:absolute;display:block;width:25px;height:25px;left:0;top:0;border-radius:100%;content:""}.link__question svg{margin-right:18px;z-index:1}.link__question svg use{fill:#fff !important}.link__color_inherit{color:inherit}.link__color_inherit:hover{color:inherit}.link__color_orange{color:#f26b3e}.link__color_orange svg use{fill:#f26b3e}.link__color_graylight{color:#f9f9f9}.link__color_graylight svg use{fill:#f9f9f9}.link__decoration_none{text-decoration:none}.link-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.link-list__item{font-size:16px;line-height:19px}a.link-list__item{color:#252728;text-decoration:underline}a.link-list__item:hover{text-decoration:none}span.link-list__item{color:#f26b3e}a.link-list__item:hover{color:#f26b3e}.link-list__item+.link-list__item{margin-top:7px}.slider{background:#f9f9f9;position:relative;width:100%;height:auto;max-height:calc(100vw/3);overflow:hidden}.slider__item{width:100%;height:100%}.slider__item img{width:100%;height:100%;min-height:100%;-o-object-fit:cover;object-fit:cover}.slider__dots{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:absolute;width:100%;left:0;bottom:38px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.slider__dots li{-webkit-transition:all ease-in .2s;transition:all ease-in .2s;background:#fff;text-indent:-9999px;width:30px;height:5px;margin:0 5px;cursor:pointer}.slider__dots li:hover,.slider__dots li.slick-active{background:#f26b3e}.slider__content{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:absolute;width:100%;height:100%;left:0;top:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.slider__content.slider__content_right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.slider__content.slider__content_center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.slider__content-inner{background:rgba(92,92,92,.7);padding:50px 90px;max-width:50vw}@media(max-width: 700px){.slider__content-inner{max-width:100%}}.slider__content-inner *{color:#fff}.slider__content-inner h2{text-transform:uppercase;margin-bottom:15px}.slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.slider .slick-slide{position:relative}.brands{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding-left:1px}.container>.brands,.container>[id^=bx_incl_area]>.brands{padding-top:0px;padding-bottom:50px}.description+.brands{padding-top:0}.brands__item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:308px;height:135px;border:1px solid #dcdcdc;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle;padding:20px;margin:-1px 0 0 -1px}.brands__item img{-webkit-transition:all ease-in .2s;transition:all ease-in .2s}.brands__item:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.brands_min{-ms-flex-wrap:wrap;flex-wrap:wrap}.brands_min .brands__item{width:205px;height:160px;padding:20px 30px}.brands_min .brands__item:hover{-webkit-filter:drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));filter:drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1))}@media(max-width: 600px){.brands{-ms-flex-wrap:wrap;flex-wrap:wrap}.brands__item{width:50%;height:110px;padding:12px}}.category.category__main{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:51px 0 50px}@media(max-width: 800px){.category.category__main{padding:20px 0}}@media(max-width: 463px){.category.category__main{padding:10px 0 0}}.category__item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition:all ease-in .2s;transition:all ease-in .2s;background:#fff;width:175px;padding:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #dcdcdc;text-decoration:none;margin:-1px 0 0 -1px}.category__item:hover{-webkit-box-shadow:0 10px 30px rgba(0,0,0,.1);box-shadow:0 10px 30px rgba(0,0,0,.1)}.category__item img{width:100%;height:164px;-o-object-fit:none;object-fit:none;margin:0 0 18px}.category__title{font-size:16px;line-height:16px;text-align: center;}.category-rect{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:1px 0 0 1px}.category-rect__item{-webkit-transition:all ease-in .2s;transition:all ease-in .2s;background:#fff;width:410px;height:100px;margin:-1px 0 0 -1px}.category-rect__item a{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;height:100%;padding:20px;border:1px solid #dcdcdc;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;text-decoration:none}.category-rect__item a img{min-width:60px;width:60px;height:60px;-o-object-fit:contain;object-fit:contain;overflow:hidden}.category-rect__item a img+.link{margin-left:20px}.category-rect__item a .link{font-size:16px;line-height:19px;text-align:left;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%}.category-rect__item:hover{-webkit-box-shadow:0 10px 30px rgba(0,0,0,.1);box-shadow:0 10px 30px rgba(0,0,0,.1)}.category-rect__item:hover .link{color:#f26b3e}.features{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;counter-reset:features;padding:1px 0 0 1px}.features__item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;background:#fff;position:relative;border:1px solid #dcdcdc;width:50%;margin:-1px 0 0 -1px;padding:40px 55px 40px 40px;overflow:hidden}.features__item:after{position:absolute;right:0;bottom:0;font-size:100px;line-height:40px;font-weight:200;color:#f2f2f2;counter-increment:features;content:"0" counter(features)}@media(max-width: 1200px){.features__item{width:100%}}@media(max-width: 600px){.features__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}}.features__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f9f9f9;min-width:113px;height:113px;margin-right:30px}.features__icon svg use{fill:#f26b3e}@media(max-width: 600px){.features__icon{margin:0 0 20px}}.features__title{font-size:18px;line-height:21px}.features__text{font-size:13px;line-height:15px;color:#5c5c5c}.features__title+.features__text{margin-top:11px}.catalog__tiles{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.catalog__tiles-col{position:relative;width:308px;margin:-1px 0 0 -1px}@media(max-width: 700px){.catalog__tiles-col{height:auto}}@media(max-width: 1250px){.catalog__tiles{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.catalog__rects{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.catalog__rects-col{-webkit-transition:all ease-in .2s;transition:all ease-in .2s;padding:20px;margin:-1px 0 0;border:1px solid #dcdcdc}.catalog__rects-col:hover{-webkit-box-shadow:0 10px 30px rgba(0,0,0,.1);box-shadow:0 10px 30px rgba(0,0,0,.1);z-index:99}.catalog-category{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.catalog-category .catalog__tiles-col{width:306px}.catalog-category__content{width:100%}.catalog-category__sidebar{position:relative;min-width:285px;width:285px;margin-right:30px}@media(max-width: 1250px){.catalog-category{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.catalog-category__sidebar{-webkit-transition:all ease-in .2s;transition:all ease-in .2s;background:#fff;position:fixed;left:-100%;top:0;width:94%;height:100%;overflow-y:scroll;border:0;padding:60px 0 0;z-index:9}.catalog-category__sidebar.active{left:0;-webkit-box-shadow:0 50px 100px rgba(0,0,0,.35);box-shadow:0 50px 100px rgba(0,0,0,.35)}.catalog-category__sidebar .btn__close_mob{position:absolute;right:20px;top:28px}}.product__item{background:#fff;width:100%;min-height:100%;padding:20px;border:1px solid #dcdcdc}.product__item:hover{-webkit-box-shadow:0 10px 30px rgba(0,0,0,.1);box-shadow:0 10px 30px rgba(0,0,0,.1);z-index:2}@media(min-width: 700px){.product__item:hover:not(.product__row){position:absolute}}.product__image{position:relative;width:100%;height:268px;margin:0 0 20px}.product__image>a{position:absolute;left:0;top:0}.product__image img,.product__image>a{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;z-index:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product__circle-btns{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product__circle-btns .icon__circle+.icon__circle,.product__circle-btns .icon__circle+input+.icon__circle{margin-left:5px}.product__circle-btns .icon__circle{cursor:pointer}.product__circle-btns input:checked+.icon__circle{background:#f26b3e}.product__circle-btns input:checked+.icon__circle svg use{fill:#fff}.product__title{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:18px;line-height:21px;text-decoration:none;margin:0 0 10px;min-height:42px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product__props{margin:0 0 10px}.product__props-item{font-size:14px;line-height:16px;color:#5c5c5c;margin:0 0 5px}.product__stocks{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:38px}.product__stock{position:relative;font-size:14px;line-height:16px;color:#5c5c5c;margin-right:15px;padding-left:35px}.product__stock:before{background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M23.75 10.526h-4.078c.21-.24.326-.552.328-.877V1.316C20 .589 19.44 0 18.75 0h-7.917a1.21 1.21 0 0 0-.855.36L6.14 3.196a1.32 1.32 0 0 0-.723 1.189v6.14a1.21 1.21 0 0 0-.856.36L.723 13.723c-.44.215-.722.679-.723 1.19v8.771C0 24.411.56 25 1.25 25H10c.309-.001.606-.123.833-.342.228.219.525.34.834.342h8.75c.338 0 .661-.145.895-.402l3.316-3.49c.238-.246.372-.582.372-.933v-8.333c-.003-.725-.561-1.312-1.25-1.316Zm-2.777 3.214a1.185 1.185 0 0 0-.556-.143h-3.653l2.084-2.194h4.661l-2.537 2.337ZM10 13.597H6.667a.428.428 0 0 1-.417-.44v-8.77c0-.242.187-.439.417-.439h8.75c.23 0 .416.197.416.439v8.772a.448.448 0 0 1-.118.307l-.009.009a.403.403 0 0 1-.29.123H10Zm6.553-9.752 2.614-2.408V9.65a.44.44 0 0 1-.125.307l-2.375 2.504V4.386c0-.187-.04-.372-.114-.541Zm-.58-.631a1.186 1.186 0 0 0-.556-.144h-2.952L15.143.877h3.366l-2.537 2.337Zm-5.488-2.158a.423.423 0 0 0 .06-.052.394.394 0 0 1 .288-.127h2.952L11.107 3.07H7.761l2.724-2.014ZM5.07 11.582a.418.418 0 0 0 .059-.052.395.395 0 0 1 .289-.127v1.755c.001.15.027.298.076.439H2.345l2.724-2.015Zm-3.82 12.54a.428.428 0 0 1-.417-.438v-8.772c0-.242.187-.438.417-.438H10c.23 0 .417.196.417.438v8.772a.45.45 0 0 1-.12.307L10.29 24a.403.403 0 0 1-.29.124H1.25Zm10.417 0a.428.428 0 0 1-.417-.438v-8.772c0-.242.187-.438.417-.438h8.75c.23 0 .416.196.416.438v8.772a.45.45 0 0 1-.115.3l-.01.007-.005.007a.406.406 0 0 1-.286.125h-8.75Zm12.375-3.64-2.375 2.5v-8.07c0-.187-.04-.371-.114-.541l2.614-2.407v8.211a.44.44 0 0 1-.125.307Z%27 fill=%27%235C5C5C%27/%3e%3cpath d=%27M9.584 10.088H7.917c-.46 0-.833.393-.833.877v.877c0 .485.373.877.833.877h1.667c.46 0 .833-.392.833-.877v-.877c0-.484-.373-.877-.833-.877Zm-1.667 1.754v-.877h1.667v.877H7.917Zm6.667-1.754h-1.25a.428.428 0 0 0-.417.439c0 .242.187.438.417.438h1.25c.23 0 .416-.196.416-.438a.428.428 0 0 0-.416-.44Zm0 1.754h-1.25a.428.428 0 0 0-.417.438c0 .243.187.439.417.439h1.25c.23 0 .416-.196.416-.439a.428.428 0 0 0-.416-.438ZM4.167 20.614H2.5c-.46 0-.833.393-.833.877v.878c0 .484.373.877.833.877h1.667c.46 0 .833-.393.833-.877v-.878c0-.484-.373-.877-.833-.877ZM2.5 22.37v-.878h1.667v.878H2.5Zm6.667-1.756h-1.25a.428.428 0 0 0-.417.439c0 .242.187.438.417.438h1.25c.23 0 .417-.196.417-.438a.428.428 0 0 0-.417-.439Zm0 1.754h-1.25a.428.428 0 0 0-.417.439c0 .242.187.438.417.438h1.25c.23 0 .417-.196.417-.438a.428.428 0 0 0-.417-.439Zm5.416-1.754h-1.667c-.46 0-.833.393-.833.877v.878c0 .484.373.877.833.877h1.667c.46 0 .833-.393.833-.877v-.878c0-.484-.373-.877-.833-.877Zm-1.667 1.755v-.878h1.667v.878h-1.667Zm6.667-1.755h-1.25a.428.428 0 0 0-.416.439c0 .242.186.438.416.438h1.25c.23 0 .417-.196.417-.438a.428.428 0 0 0-.417-.439Zm0 1.754h-1.25a.428.428 0 0 0-.416.439c0 .242.186.438.416.438h1.25c.23 0 .417-.196.417-.438a.428.428 0 0 0-.417-.439Z%27 fill=%27%235C5C5C%27/%3e%3c/svg%3e") center no-repeat;position:absolute;width:25px;height:25px;left:0;top:50%;margin:-12px 0 0;content:""}.product__stock_empty{color:#f26b3e}.product__stock_empty:before{background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M23.75 10.526h-4.078c.21-.24.326-.552.328-.877V1.316C20 .589 19.44 0 18.75 0h-7.917a1.21 1.21 0 0 0-.855.36L6.14 3.196a1.32 1.32 0 0 0-.723 1.189v6.14a1.21 1.21 0 0 0-.856.36L.723 13.723c-.44.215-.722.679-.723 1.19v8.771C0 24.411.56 25 1.25 25H10c.309-.001.606-.123.833-.342.228.219.525.34.834.342h8.75c.338 0 .661-.145.895-.402l3.316-3.49c.238-.246.372-.582.372-.933v-8.333c-.003-.725-.561-1.312-1.25-1.316Zm-2.777 3.214a1.185 1.185 0 0 0-.556-.143h-3.653l2.084-2.194h4.661l-2.537 2.337ZM10 13.597H6.667a.428.428 0 0 1-.417-.44v-8.77c0-.242.187-.439.417-.439h8.75c.23 0 .416.197.416.439v8.772a.448.448 0 0 1-.118.307l-.009.009a.403.403 0 0 1-.29.123H10Zm6.553-9.752 2.614-2.408V9.65a.44.44 0 0 1-.125.307l-2.375 2.504V4.386c0-.187-.04-.372-.114-.541Zm-.58-.631a1.186 1.186 0 0 0-.556-.144h-2.952L15.143.877h3.366l-2.537 2.337Zm-5.488-2.158a.423.423 0 0 0 .06-.052.394.394 0 0 1 .288-.127h2.952L11.107 3.07H7.761l2.724-2.014ZM5.07 11.582a.418.418 0 0 0 .059-.052.395.395 0 0 1 .289-.127v1.755c.001.15.027.298.076.439H2.345l2.724-2.015Zm-3.82 12.54a.428.428 0 0 1-.417-.438v-8.772c0-.242.187-.438.417-.438H10c.23 0 .417.196.417.438v8.772a.45.45 0 0 1-.12.307L10.29 24a.403.403 0 0 1-.29.124H1.25Zm10.417 0a.428.428 0 0 1-.417-.438v-8.772c0-.242.187-.438.417-.438h8.75c.23 0 .416.196.416.438v8.772a.45.45 0 0 1-.115.3l-.01.007-.005.007a.406.406 0 0 1-.286.125h-8.75Zm12.375-3.64-2.375 2.5v-8.07c0-.187-.04-.371-.114-.541l2.614-2.407v8.211a.44.44 0 0 1-.125.307Z%27 fill=%27%23F26B3E%27/%3e%3cpath d=%27M9.584 10.088H7.917c-.46 0-.833.393-.833.877v.877c0 .485.373.877.833.877h1.667c.46 0 .833-.392.833-.877v-.877c0-.484-.373-.877-.833-.877Zm-1.667 1.754v-.877h1.667v.877H7.917Zm6.667-1.754h-1.25a.428.428 0 0 0-.417.439c0 .242.187.438.417.438h1.25c.23 0 .416-.196.416-.438a.428.428 0 0 0-.416-.44Zm0 1.754h-1.25a.428.428 0 0 0-.417.438c0 .243.187.439.417.439h1.25c.23 0 .416-.196.416-.439a.428.428 0 0 0-.416-.438ZM4.167 20.614H2.5c-.46 0-.833.393-.833.877v.878c0 .484.373.877.833.877h1.667c.46 0 .833-.393.833-.877v-.878c0-.484-.373-.877-.833-.877ZM2.5 22.37v-.878h1.667v.878H2.5Zm6.667-1.756h-1.25a.428.428 0 0 0-.417.439c0 .242.187.438.417.438h1.25c.23 0 .417-.196.417-.438a.428.428 0 0 0-.417-.439Zm0 1.754h-1.25a.428.428 0 0 0-.417.439c0 .242.187.438.417.438h1.25c.23 0 .417-.196.417-.438a.428.428 0 0 0-.417-.439Zm5.416-1.754h-1.667c-.46 0-.833.393-.833.877v.878c0 .484.373.877.833.877h1.667c.46 0 .833-.393.833-.877v-.878c0-.484-.373-.877-.833-.877Zm-1.667 1.755v-.878h1.667v.878h-1.667Zm6.667-1.755h-1.25a.428.428 0 0 0-.416.439c0 .242.186.438.416.438h1.25c.23 0 .417-.196.417-.438a.428.428 0 0 0-.417-.439Zm0 1.754h-1.25a.428.428 0 0 0-.416.439c0 .242.186.438.416.438h1.25c.23 0 .417-.196.417-.438a.428.428 0 0 0-.417-.439Z%27 fill=%27%23F26B3E%27/%3e%3c/svg%3e") center no-repeat}.product__stock_many{color:#6aa350}.product__stock_many:before{background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M23.75 10.526h-4.078c.21-.24.326-.552.328-.877V1.316C20 .589 19.44 0 18.75 0h-7.917a1.21 1.21 0 0 0-.855.36L6.14 3.196a1.32 1.32 0 0 0-.723 1.189v6.14a1.21 1.21 0 0 0-.856.36L.723 13.723c-.44.215-.722.679-.723 1.19v8.771C0 24.411.56 25 1.25 25H10c.309-.001.606-.123.833-.342.228.219.525.34.834.342h8.75c.338 0 .661-.145.895-.402l3.316-3.49c.238-.246.372-.582.372-.933v-8.333c-.003-.725-.561-1.312-1.25-1.316Zm-2.777 3.214a1.185 1.185 0 0 0-.556-.143h-3.653l2.084-2.194h4.661l-2.537 2.337ZM10 13.597H6.667a.428.428 0 0 1-.417-.44v-8.77c0-.242.187-.439.417-.439h8.75c.23 0 .416.197.416.439v8.772a.448.448 0 0 1-.118.307l-.009.009a.403.403 0 0 1-.29.123H10Zm6.553-9.752 2.614-2.408V9.65a.44.44 0 0 1-.125.307l-2.375 2.504V4.386c0-.187-.04-.372-.114-.541Zm-.58-.631a1.186 1.186 0 0 0-.556-.144h-2.952L15.143.877h3.366l-2.537 2.337Zm-5.488-2.158a.423.423 0 0 0 .06-.052.394.394 0 0 1 .288-.127h2.952L11.107 3.07H7.761l2.724-2.014ZM5.07 11.582a.418.418 0 0 0 .059-.052.395.395 0 0 1 .289-.127v1.755c.001.15.027.298.076.439H2.345l2.724-2.015Zm-3.82 12.54a.428.428 0 0 1-.417-.438v-8.772c0-.242.187-.438.417-.438H10c.23 0 .417.196.417.438v8.772a.45.45 0 0 1-.12.307L10.29 24a.403.403 0 0 1-.29.124H1.25Zm10.417 0a.428.428 0 0 1-.417-.438v-8.772c0-.242.187-.438.417-.438h8.75c.23 0 .416.196.416.438v8.772a.45.45 0 0 1-.115.3l-.01.007-.005.007a.406.406 0 0 1-.286.125h-8.75Zm12.375-3.64-2.375 2.5v-8.07c0-.187-.04-.371-.114-.541l2.614-2.407v8.211a.44.44 0 0 1-.125.307Z%27 fill=%27%236AA350%27/%3e%3cpath d=%27M9.584 10.088H7.917c-.46 0-.833.393-.833.877v.877c0 .485.373.877.833.877h1.667c.46 0 .833-.392.833-.877v-.877c0-.484-.373-.877-.833-.877Zm-1.667 1.754v-.877h1.667v.877H7.917Zm6.667-1.754h-1.25a.428.428 0 0 0-.417.439c0 .242.187.438.417.438h1.25c.23 0 .416-.196.416-.438a.428.428 0 0 0-.416-.44Zm0 1.754h-1.25a.428.428 0 0 0-.417.438c0 .243.187.439.417.439h1.25c.23 0 .416-.196.416-.439a.428.428 0 0 0-.416-.438ZM4.167 20.614H2.5c-.46 0-.833.393-.833.877v.878c0 .484.373.877.833.877h1.667c.46 0 .833-.393.833-.877v-.878c0-.484-.373-.877-.833-.877ZM2.5 22.37v-.878h1.667v.878H2.5Zm6.667-1.756h-1.25a.428.428 0 0 0-.417.439c0 .242.187.438.417.438h1.25c.23 0 .417-.196.417-.438a.428.428 0 0 0-.417-.439Zm0 1.754h-1.25a.428.428 0 0 0-.417.439c0 .242.187.438.417.438h1.25c.23 0 .417-.196.417-.438a.428.428 0 0 0-.417-.439Zm5.416-1.754h-1.667c-.46 0-.833.393-.833.877v.878c0 .484.373.877.833.877h1.667c.46 0 .833-.393.833-.877v-.878c0-.484-.373-.877-.833-.877Zm-1.667 1.755v-.878h1.667v.878h-1.667Zm6.667-1.755h-1.25a.428.428 0 0 0-.416.439c0 .242.186.438.416.438h1.25c.23 0 .417-.196.417-.438a.428.428 0 0 0-.417-.439Zm0 1.754h-1.25a.428.428 0 0 0-.416.439c0 .242.186.438.416.438h1.25c.23 0 .417-.196.417-.438a.428.428 0 0 0-.417-.439Z%27 fill=%27%236AA350%27/%3e%3c/svg%3e") center no-repeat}.product__prices{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;white-space:nowrap}.product__price_old{font-size:12px;line-height:14px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#9d9d9d}.product__price_current{font-size:20px;line-height:23px}.product__ordering .range{max-height:36px}@media(min-width: 700px){.product__ordering{display:none}}@media(max-width: 700px){.product__ordering{padding-top:6px}.product__ordering .btn{width:100%;margin-top:6px}}.product__item:not(.product__row):hover .product__ordering{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:10px}.product__item:not(.product__row):hover .product__ordering [type=number]{width:69px}.product__item:not(.product__row):hover .product__ordering .range.disabled [type=number]{width:46px}.product__item:not(.product__row):hover .product__ordering .range.disabled+.btn__size_36{padding-left:16px;padding-right:16px}.product__item:not(.product__row):hover .product__ordering .range+.btn{margin-left:5px}.product_left,.product_right{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product_left{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.product_left .product__image{margin-right:26px}.product_left .product__ttl .btn{margin-bottom:10px}@media(max-width: 650px){.product_left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product_left .product__image{margin:0 0 20px}.product_left .product__ttl{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 10px}}.product_right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.product_right .product__stocks{margin-right:15px}.product_right .product__stocks .product__stock{margin-right:35px}@media(max-width: 900px){.product_right .product__stocks{margin-right:0}}@media(max-width: 650px){.product_right{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product_right .product__stocks{margin-right:15px}.product_right .product__ordering{width:auto !important}}.product__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 0;border:0}@media(max-width: 390px){.product__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.product__row:hover{background:transparent;-webkit-box-shadow:none;box-shadow:none}.product__row+.product__row{border-top:1px solid #dcdcdc}.product__row .product__img{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product__row .product__btns{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.product__row .product__image{min-width:86px;width:86px;height:84px}.search .product__row .product__image{width:47px;height:47px;margin:0 20px 0 0}.product__row .product__ttl{max-width:320px}.search .product__row .product__ttl{max-width:270px}.product__row .product__title{font-size:16px;line-height:19px}.search .product__row .product__title{font-size:14px;line-height:16px;margin-bottom:1px}.product__row .product__props{margin-bottom:0}.product__row .product__price_old{font-size:12px;line-height:14px}.product__row .product__price_current{font-size:16px;line-height:19px}.product__row .product__ordering{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.product__row .product__ordering [type=number]{width:58px}.product__row .product__ordering>*+*{margin-left:15px}.product__row .product__ordering .btn__size_36{padding:10px 20px 9px}@media(max-width: 1150px){.product__row .product__ordering{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.product__row .product__ordering>*+*{margin:6px 0 0}}@media(max-width: 1100px){.product__row .product__ordering{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product__row .product__ordering>*+*{margin-left:15px}.product__row .product__ordering .range{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product__row .product__ordering .btn__size_36{padding-left:12px;padding-right:12px}}@media(max-width: 650px){.product__row .product__ordering{width:100%}}@media(max-width: 350px){.product__row .product__ordering>*+*{margin-left:6px}}@media(max-width: 650px){.product__row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.product-detail{padding-bottom:50px}.product-detail__left{position:relative;width:600px}.product-detail__left+.product-detail__right{margin-left:135px}@media(max-width: 1250px){.product-detail__left+.product-detail__right{margin-left:30px}}@media(max-width: 1100px){.product-detail__left+.product-detail__right{margin-left:0}}@media(max-width: 1100px){.product-detail__left{width:100%}}.product-detail__right{width:390px}@media(max-width: 1100px){.product-detail__right{width:100%}}.product-detail__top{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:50px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media(max-width: 1100px){.product-detail__top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media(max-width: 450px){.product-detail__top{padding-bottom:30px}}.product-detail__btns,.product-detail__circle-btns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-detail__btns{padding:0 10px 0 15px}.product-detail__circle-btns .icon__circle{cursor:pointer}.product-detail__circle-btns .icon__circle+.icon__circle{margin-left:5px}.product-detail__slider{position:relative}.product-detail__slider.slider-for,.product-detail__slider .slider-nav{height:480px;overflow:hidden}@media(max-width: 500px){.product-detail__slider.slider-for,.product-detail__slider .slider-nav{height:auto}}.product-detail__slider.slider-for *,.product-detail__slider .slider-nav *{height:100%;max-height:480px}@media(max-width: 800px){.product-detail__slider.slider-for *,.product-detail__slider .slider-nav *{max-height:80vh}}.product-detail__slider.slider-for img,.product-detail__slider .slider-nav img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-detail__slider.slider-for .slick-track,.product-detail__slider .slider-nav .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(max-width: 800px){.product-detail__slider.slider-for,.product-detail__slider .slider-nav{max-height:80vh}}.product-detail__slider .slick-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-detail__slider .slider-nav{width:calc(100% - 70px);height:107px;margin-left:auto;margin-right:auto}@media(max-width: 450px){.product-detail__slider .slider-nav{width:calc(100% - 30px)}}.product-detail__slider .slider-nav *{max-height:107px}.product-detail__slider .slider-nav img{max-height:95px}.product-detail__slider .slider-nav .slick-slide{padding:7px;margin:0 10px;border:1px solid transparent;overflow:hidden;cursor:pointer}.product-detail__slider .slider-nav .slick-arrow{background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27m9.06 0 2.122 2.121-6.94 6.94L11.183 16l-2.121 2.121L0 9.061 9.06 0Z%27 fill=%27%23DCDCDC%27/%3e%3c/svg%3e") center no-repeat;position:absolute;display:block;width:12px;height:18px;left:0;top:50%;margin-top:-9px;cursor:pointer}.product-detail__slider .slider-nav .slick-arrow:hover{background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27m9.06 0 2.122 2.121-6.94 6.94L11.183 16l-2.121 2.121L0 9.061 9.06 0Z%27 fill=%27%23F26B3E%27/%3e%3c/svg%3e") center no-repeat}.product-detail__slider .slider-nav .slick-next{left:auto;right:0;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.product-detail__slider .slider-nav .slick-current{border-color:#f26b3e}.product-detail__slider.slider-for+.product-detail__slider{margin-top:55px}@media(max-width: 800px){.product-detail__slider.slider-for+.product-detail__slider{margin-top:30px}}.product-detail__basket{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media(max-width: 450px){.product-detail__basket{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.product-detail__basket .range{height:52px}@media(max-width: 450px){.product-detail__basket .range{margin:0 0 6px}}.product-detail__basket .range__input{font-size:14px;width:117px;margin:0 5px}@media(max-width: 1100px){.product-detail__basket .range__input{width:100%}}.product-detail__basket .range__btn{min-width:52px}.product-detail__basket .range+.btn{margin-left:14px}@media(max-width: 450px){.product-detail__basket .range+.btn{margin:0}}.product-detail__basket+.product-detail__question{margin-top:14px}@media(max-width: 354px){.product-detail__basket+.product-detail__question{margin-top:18px}}.product-detail__question{text-align:right}@media(max-width: 450px){.product-detail__question{text-align:center}}@media(max-width: 354px){.product-detail__question .link{margin:5px}}.product-detail__question a+a{margin-left:26px}@media(max-width: 354px){.product-detail__question a+a{margin:18px 0 0}}.product-detail__top+.product-detail__middle{border-top:1px solid #dcdcdc}.product-detail__middle,.product-detail__bottom{padding-top:50px}@media(max-width: 450px){.product-detail__middle,.product-detail__bottom{padding-top:30px}}.product-detail__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.product-detail__bottom .link__download svg{margin-right:20px}.product-detail__bottom .link__download+.link__download{margin-top:12px}.product-detail__ttl{font-size:25px;line-height:29px;text-transform:uppercase;margin-bottom:20px}.product-detail__description p{font-size:16px;line-height:25px}.product-detail__description p+p{margin-top:15px}.product-detail__description p+table{margin-top:30px}@media(max-width: 800px){.product-detail__description p{text-align:justify}}.product-table{width:100%;min-width:720px;border-collapse:collapse}@media(max-width: 820px){.product-table{min-width:auto}}.product-table td{padding:20px 30px;border:1px solid #dcdcdc;text-align:center}.product-table td:first-child{text-align:left}.product-table td .range{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-table td .range__input{width:58px;font-size:14px;line-height:16px}@media(max-width: 1250px){.product-table td{padding:12px 16px}}@media(max-width: 820px){.product-table td{border:0}}.product-table thead tr td{background:#f9f9f9;font-size:12px;line-height:14px;text-transform:uppercase}@media(max-width: 820px){.product-table thead{display:none}}@media(max-width: 820px){.product-table tbody tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;border:1px solid #dcdcdc}.product-table tbody tr>td:first-child{width:100%}.product-table tbody tr+tr{border-top:0}}@media(max-width: 820px){.product-table tbody{display:block}}.product-table__item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media(max-width: 980px){.product-table__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.product-table__image{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:85px;min-width:85px;height:85px}.product-table__image img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.product-table__image+.product-table__body{margin-left:30px}@media(max-width: 980px){.product-table__image+.product-table__body{margin:12px 0 0}}.product-table__title{color:#252728;font-size:16px;line-height:19px;text-decoration:none}a.product-table__title:hover{text-decoration:underline}.product-table__title+.product-table__properties{margin-top:10px}@media(max-width: 520px){.product-table__title+.product-table__properties{margin-top:16px}}@media(max-width: 520px){.product-table__title{text-align:center}}.product-table__properties li{font-size:14px;line-height:16px}.product-table__properties li span{display:inline-block}.product-table__properties li .bold{min-width:58px}.product-table__properties li .bold+span{margin-left:10px}.product-table__properties li+li{margin-top:5px}.product-table .btn-remove{display:inline-block}.product-table__cost .cost__old{width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin:0}.product-table__cost .cost__current{width:100%;font-size:16px;line-height:19px}.product-table__count{font-size:14px;line-height:16px;color:#5c5c5c;text-align:center}.order__list{padding-bottom:50px}.order__item+.order__item{margin-top:20px}.order__item{border:1px solid #dcdcdc}.order__name{background:#f9f9f9;font-size:16px;line-height:19px;text-transform:uppercase;padding:20px 30px;border-bottom:1px solid #dcdcdc}@media(max-width: 450px){.order__name{padding:14px 18px}}.order__body{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:20px 30px}@media(max-width: 850px){.order__body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media(max-width: 450px){.order__body{padding:14px 18px}}.order__col{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:250px}.order__col:last-child{text-align:right}@media(max-width: 850px){.order__col+.order__col{width:auto;margin-top:16px}}@media(max-width: 850px)and (min-width: 600px){.order__col{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.order__title,.order__text{font-size:14px;line-height:16px}.order__title{font-weight:600}@media(max-width: 850px)and (min-width: 600px){.order__title{min-width:140px}}.order__title+.order__text{margin-top:5px}@media(max-width: 850px)and (min-width: 600px){.order__title+.order__text{margin:0 0 0 9px}}.order__text_blue{color:#4da0ba}.order__text_orange{color:#f26b3e}.order__text_green{color:#6aa350}.order__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.order__btns .btn+.btn{margin-left:10px}@media(max-width: 900px){.order__btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.order__btns .btn+.btn{margin:5px 0 0}}.order__info li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:14px;line-height:16px;color:#5c5c5c}.order__info li span{min-width:61px}.order__info li span+span{margin-left:61px}@media(max-width: 500px){.order__info li span+span{margin-left:20px}}.order__info li+li{margin-top:10px}@media(max-width: 700px){.order__info+.order__btns{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:20px}.order__info+.order__btns .btn+.btn{margin:0 0 0 5px}}@media(max-width: 450px){.order__info+.order__btns{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:25px}.order__info+.order__btns .btn+.btn{margin:5px 0 0}}.order__detail{padding:30px;border-top:1px solid #dcdcdc}@media(max-width: 450px){.order__detail{padding:14px 18px}}.order__detail-top{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.order__detail-top .order__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 700px){.order__detail-top .order__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.order__detail-top .order__title{margin-bottom:20px}.order__detail-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.order__detail-bottom .total__row:nth-of-type(2){margin-top:10px}.order__detail .product-table{min-width:auto}.order__row+.order__row{margin-top:30px}.properties__item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:14px;line-height:16px;padding:15px 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#5c5c5c}.properties__item:not(.properties__more){-ms-flex-wrap:nowrap;flex-wrap:nowrap}.properties__item_bold{font-weight:600;color:#252728}.properties__item_dark{color:#252728}.properties__item+.properties__item,.properties__simples+.properties__item,.properties__item+.properties__simples{border-top:1px solid #dcdcdc}.properties__left,.properties__right{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.properties__left img,.properties__right img{width:auto;max-height:36px}.properties__left+.properties__right{text-align:right;margin-left:20px}.properties__title{font-weight:600;text-transform:uppercase;margin-right:10px;color:#252728}.properties__more>span{position:relative;cursor:pointer;text-decoration:underline}.properties__more>span:hover{text-decoration:none}.properties__more>span:after{top:4px;right:-20px}.properties__more.active ul{display:block;-webkit-animation:.2s ease-in dropdown__show;animation:.2s ease-in dropdown__show}.properties__more ul{width:100%;display:none}.messager{background:#434648;position:fixed;width:400px;max-width:96%;min-height:60px;padding:20px 40px 20px 20px;left:50%;margin-left:-200px;border-bottom:0;border-radius:3px 3px 0 0;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:0 0 20px 0 rgba(0,0,0,.2);-webkit-transition:all ease-in .8s;transition:all ease-in .8s;color:#fff;z-index:999}@media(max-width: 420px){.messager{width:310px;margin-left:-155px}}.messager:not(.messager_top){bottom:-100%}.messager_top.messager{top:-100%;border-radius:0 0 3px 3px}.messager_error{background:#f26b3e}.messager_success{background:#6aa350}.messager_show:not(.messager_top){bottom:0}.messager_show.messager_top{top:0}.messager a{color:#fff;text-decoration:underline}.messager a:hover{text-decoration:none}.messager__close{position:absolute;top:18px;right:10px;width:20px}.messager__close span{background:#f2f2f2;height:2px}.messager__close span+span{margin-top:-2px}.messager__img{width:56px;min-width:56px;height:56px;margin:0 24px 0 0}.messager__img use{fill:#fff}.messager__body{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.messager__title{font-size:18px;margin:0 0 6px}.messager__description{font-size:14px;line-height:18px}.cost{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:right;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;white-space:nowrap}.cost__old{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:12px;line-height:14px;text-decoration:line-through;color:#9d9d9d;margin:0 0 2px}.cost__old .cost__currency{margin-left:3px}.cost__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.cost__current{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:25px;line-height:25px;color:#252728}.cost__current .cost__currency{margin-left:5px}.cost__text{font-size:14px;line-height:16px;color:#9d9d9d}.cost__current+.cost__text{margin-left:5px}.coupon{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.coupon__title{font-size:12px;line-height:14px;text-transform:uppercase}.coupon__title+.coupon__input{margin-top:6px}.coupon__input{-webkit-transition:all ease-in .2s;transition:all ease-in .2s;background:#fff;border:1px solid #dcdcdc;padding:17px 20px;font-size:14px;line-height:16px;color:#5c5c5c}.coupon__input:focus{border-color:#9d9d9d}.total{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.total__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media(max-width: 820px){.total__row{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.total__row+.total__row{margin-top:20px}@media(max-width: 820px){.total__row+.total__row{margin-top:10px}}.total__title{width:140px;text-align:right;text-transform:uppercase;font-size:12px;line-height:14px;white-space:nowrap}.total__title+.cost{margin-left:45px;text-align:left;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.total__title+.cost .cost__current{font-size:16px;line-height:19px}@media(max-width: 820px){.total__title+.cost .cost__current{font-size:14px;line-height:18px}}@media(max-width: 820px){.total__title+.cost{margin-left:20px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media(max-width: 650px){.total__title+.cost{margin-left:15px}}.total__title_big{font-size:25px;line-height:29px}@media(max-width: 820px){.total__title_big+.cost .cost__row{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.total__title_big+.cost .cost__current{font-size:25px;line-height:29px}@media(max-width: 820px){.total__title_big{font-size:20px;line-height:24px}.total__title_big+.cost .cost__current{font-size:20px;line-height:24px}}.total__row+.btn{margin-top:30px}@media(max-width: 820px){.total__row+.btn{margin-top:24px}}.rating{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rating__item{background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27m10 0 2.36 7.64H20l-6.18 4.72L16.18 20 10 15.279 3.82 20l2.36-7.64L0 7.64h7.64L10 0Z%27 fill=%27%23DCDCDC%27/%3e%3c/svg%3e") center no-repeat;width:20px;height:20px}.rating__item_fill{background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27m10 0 2.36 7.64H20l-6.18 4.72L16.18 20 10 15.279 3.82 20l2.36-7.64L0 7.64h7.64L10 0Z%27 fill=%27%23F26B3E%27/%3e%3c/svg%3e") center no-repeat}.rating__item+.rating__item{margin-left:5px}.rating__item+.rating__item:before{display:block;position:relative;width:5px;height:100%;margin-left:-5px;content:""}.rating:not(.rating_voted){cursor:pointer}.news-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:30px 0;border-bottom:1px solid #dcdcdc}.news-list__item:first-child{padding-top:0}@media(max-width: 800px){.news-list__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.news-list__img{display: flex;justify-content: center;width:285px;min-width:285px;height:219px}.news-list__img img{height:100%;-o-object-fit:cover;object-fit:cover}@media(max-width: 800px){.news-list__img{width:100%;height:250px}}.news-list__img+.news-list__body{margin-left:30px}@media(max-width: 800px){.news-list__img+.news-list__body{margin:20px 0 0}}.news-list__title{font-size:18px;line-height:21px;text-decoration:none}*+.news-list__date,*+.news-list__text,*+.news-list__more{margin-top:10px}.news-list__date{font-size:14px;line-height:16px;color:#f26b3e}.news-list__text{font-size:14px;line-height:25px;text-align:justify;color:#5c5c5c}.news-list__more{line-height:16px}.news-list+.pagination{margin:30px 0 45px}.news-detail{padding-bottom:50px}.news-detail__sub-title{font-size:14px;line-height:16px;color:#252728;text-align:left;margin-bottom:15px}.news-detail__sub-title+ul,.news-detail__sub-title+ol{margin-top:0 !important}.news-detail img[align=left]{margin:4px 20px 20px 0}.news-detail img[align=right]{margin:4px 0 20px 20px}.news-detail__img{max-height:80vh;display: flex; justify-content: center}@media(max-width: 800px){.news-detail__img{height:300px}}.news-detail__img img{-o-object-fit:cover;object-fit:cover}.news-detail__img+*{margin-top:30px}.news-detail,.news-detail p{font-size:14px;line-height:25px;text-align:justify;color:#5c5c5c}.news-detail>*+p,.news-detail>*+ul,.news-detail>*+ol,.news-detail>*+table,.news-detail>*+blockquote,.news-detail>*+div{margin-top:25px}.news-detail blockquote{font-size:18px;line-height:26px;font-weight:300;font-style:italic;text-align:left;padding:15px 10px 15px 30px;border-left:4px solid #f26b3e}@media(max-width: 420px){.news-detail blockquote{font-size:17px;padding-left:25px}}.news-detail ul li,.news-detail ol li{position:relative;font-size:14px;line-height:16px;padding-left:31px}.news-detail ul li+li,.news-detail ol li+li{margin-top:12px}.news-detail ul li a,.news-detail ol li a{color:#f26b3e}.news-detail ol{counter-reset:ol}.news-detail ol li:before{background:#f26b3e;position:absolute;display:block;width:20px;height:20px;font-size:12px;line-height:20px;color:#fff;text-align:center;left:0;top:-2px;border-radius:100%;counter-increment:ol;content:counter(ol)}.news-detail ul li{padding-left:25px}.news-detail ul li:before{background:#f26b3e;position:absolute;display:block;width:7px;height:7px;left:0;top:4px;content:""}.news-detail table{width:100%}.droptabs__item+.droptabs__item{margin-top:5px}.droptabs__title{-webkit-transition:all ease-in .2s;transition:all ease-in .2s;background:#f9f9f9;position:relative;font-size:14px;line-height:20px;text-align:left;padding:20px 55px 20px 30px;cursor:pointer}.droptabs__title:after{background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M8.5 6.5V0h-2v6.5H0v2h6.5V15h2V8.5H15v-2H8.5Z%27 fill=%27%23C4C4C4%27/%3e%3c/svg%3e") center no-repeat;-webkit-transition:all ease-in .2s;transition:all ease-in .2s;position:absolute;width:15px;height:15px;top:50%;right:29px;margin-top:-7px;content:""}.droptabs__item.active .droptabs__title{color:#f26b3e}.droptabs__item.active .droptabs__title:after{background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill=%27%23F26B3E%27 d=%27M0 6h15v2H0z%27/%3e%3c/svg%3e") center no-repeat;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.droptabs__content{display:none;font-size:14px;line-height:25px;text-align:justify;color:#5c5c5c;padding:0}.droptabs__content *+*{margin-top:10px}.droptabs__item.active .droptabs__content{display:block;padding:25px 30px;-webkit-animation:.2s ease-in dropdown__show;animation:.2s ease-in dropdown__show}@media(max-width: 780px){.droptabs__item.active .droptabs__content{padding:15px 20px}}.home-about{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 980px){.home-about{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.home-about__image{background:#f9f9f9;min-width:50%;height:475px;margin:0 30px 0 0;overflow:hidden}.home-about__image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(max-width: 980px){.home-about__image{min-width:100%;height:400px;margin:0 0 24px}}@media(max-width: 580px){.home-about__image{height:300px}}.home-about__title{font-size:18px;line-height:25px;text-align:justify;text-decoration:none}@media(max-width: 580px){.home-about__title{font-size:16px;line-height:24px}}.home-about__text{font-size:14px;line-height:25px;text-align:justify}.home-about__title+.home-about__text,.home-about__text+.link{margin-top:30px}.subscribe{background:#5c5c5c;padding:50px 30px 50px 15px;max-width:300px;border-left:15px solid #f26b3e;color:#fff}.subscribe__title{font-size:25px;line-height:29px;font-weight:300;text-transform:uppercase;max-width:90%;margin:0 0 10px}.subscribe__text{font-size:12px;line-height:14px;margin:0 0 15px}.subscribe form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all ease-in .2s;transition:all ease-in .2s;height:36px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.subscribe form input:not(.btn){-webkit-transition:all ease-in .2s;transition:all ease-in .2s;font-size:12px;line-height:14px;color:#5c5c5c;width:100%;height:100%;padding:10px}.popup{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:fixed;left:0;top:0;width:100%;height:100%;padding:20px 0;z-index:999}@media(max-width: 768px){.popup{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow-y:scroll}}.popup__close{position:absolute;top:25px;right:25px;width:34px;height:30px;cursor:pointer}@media(max-width: 380px){.popup__close{right:15px;top:15px}}.popup__close:hover:before{-webkit-transform:rotate(-40deg);-ms-transform:rotate(-40deg);transform:rotate(-40deg)}.popup__close:hover:after{-webkit-transform:rotate(40deg);-ms-transform:rotate(40deg);transform:rotate(40deg)}.popup__close:before,.popup__close:after{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition:all ease-in .2s;transition:all ease-in .2s;position:relative;display:block;background:#f26b3e;width:100%;height:2px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:15px;content:""}.popup__close:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:-2px}.popup__title+.popup__fields{margin-top:40px}.popup__description{font-weight:300;line-height:16px;margin:10px 0 20px}.popup__fields{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:420px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 600px){.popup__fields{width:100%}}.popup__label{display:inline-block;font-size:12px;line-height:14px;text-transform:uppercase;margin-bottom:6px;width:100%}.popup__input+.popup__label{margin-top:10px}.popup__input{-webkit-transition:all ease-in .2s;transition:all ease-in .2s;width:100%;padding:15px 20px;font-size:14px;line-height:16px;color:#5c5c5c;border:1px solid #dcdcdc}input[name='captcha_word']{border: solid 1px #dcdcdc}textarea.popup__input{height:130px;resize:none}.popup__input.disabled{background:#dcdcdc;pointer-events:none}.popup__input_error{border-color:#f26b3e}.popup__input::placeholder{color:lightgrey}.popup__required{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:22px;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.popup__required svg use{fill:#f26b3e}.popup__required span{font-size:12px;line-height:14px;color:#5c5c5c;margin-left:10px}.popup__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:25px}.popup__err-msg,.popup__success-msg{width:100%;font-size:12px;line-height:14px;font-weight:600;color:#f26b3e}.popup__err-msg:not(:empty)+.popup__title,.popup__success-msg:not(:empty)+.popup__title{margin-top:18px}.popup__success-msg{color:#6aa350}.popup__required+.popup__err-msg:not(:empty){margin-top:10px}.popup__btn{margin-top:40px}.popup__btn+.link{margin-top:20px}.popup__form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#f9f9f9;position:relative;width:600px;padding:50px 90px 40px;-webkit-box-shadow:0 15px 60px rgba(0,0,0,.9);box-shadow:0 15px 60px rgba(0,0,0,.9);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9}.popup__form_no-shadow{-webkit-box-shadow:none;box-shadow:none;width:auto;padding:50px 100px}@media(max-width: 820px){.popup__form_no-shadow{width:100%;padding-left:4%;padding-right:4%}}.popup__form_no-shadow .popup__fields{width:610px}@media(max-width: 820px){.popup__form_no-shadow .popup__fields{width:90%}}@media(max-width: 600px){.popup__form{width:96%;padding:50px 25px 30px}}.popup:not(.popup_active){display:none}.popup_active{-webkit-animation:.2s ease-in popup__shadow;animation:.2s ease-in popup__shadow}.breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:20px 0 30px}.breadcrumbs li{position:relative;margin-right:44px;font-size:13px;line-height:15px;height:15px;}.breadcrumbs li a{color:#5c5c5c;text-decoration:none}.breadcrumbs li a:hover{text-decoration:underline}.breadcrumbs li span{color:#9d9d9d}.breadcrumbs li:after{background:#5c5c5c;height:13px;left:auto;right:-21px;margin-top:-6px}.breadcrumbs li:last-child:after{display:none}.breadcrumbs+h1{margin-bottom:30px}@media(max-width: 450px){.breadcrumbs+h1{text-align:center}}@media(min-width: 1250px){main{min-height:50vh}}table:not(.product-table){width:100%;table-layout:fixed;border-collapse:collapse}table:not(.product-table) thead tr{background:#f9f9f9}table:not(.product-table) thead tr td{font-weight:600}table:not(.product-table) thead+tbody tr:nth-of-type(n){background:transparent}table:not(.product-table) thead+tbody tr:nth-of-type(2n){background:#f9f9f9}table:not(.product-table) tbody tr:nth-of-type(2n + 1){background:#f9f9f9}table:not(.product-table) td{width:100%;font-size:14px;line-height:20px;padding:20px 30px}@media(max-width: 450px){table:not(.product-table) td{padding:15px 20px}table:not(.product-table) td+td{text-align:right}}.contacts{padding-bottom:50px}.contacts__content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.contacts__content+.contacts__map{margin-top:30px}@media(max-width: 768px){.contacts__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.contacts__left{background:#fff;width:495px;min-width:495px;border:1px solid #dcdcdc;padding:40px}.contacts__left+.contacts__right{margin-left:30px}@media(max-width: 768px){.contacts__left+.contacts__right{margin:30px 0 0}}.contacts__left .contacts__title{margin-bottom:30px}@media(max-width: 990px){.contacts__left{min-width:340px;padding:25px}}@media(max-width: 768px){.contacts__left{width:100%;min-width:auto}}.contacts__list>li+li{margin-top:30px}.contacts__list>li>ul li{font-size:16px;line-height:19px;color:#5c5c5c}.contacts__list>li>ul li+li{margin-top:15px}.contacts__ttl{font-size:16px;line-height:19px;color:#252728;margin:0 0 15px}.contacts__right{width:100%}.contacts__map{background:#f9f9f9;width:100%;height:565px;overflow:hidden}@media(max-width: 990px){.contacts__map{height:300px}}.contacts .popup__form{padding:40px}@media(max-width: 990px){.contacts .popup__form{padding:25px}}@media(max-width: 768px){.contacts .popup__form{width:100%}}.contacts .popup__title,.contacts .popup__description,.contacts .popup__fields{width:100%}.basket{padding-bottom:50px}.basket__top .btn+.btn,.basket__top .btn+.link{margin-left:30px}@media(max-width: 520px){.basket__top{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.basket__top .btn+.btn,.basket__top .btn+.link{margin:20px 0 0}}.basket__error{-webkit-transition:all ease-in .2s;transition:all ease-in .2s;position:relative;display:inline-block;margin:15px 15px 0;color:#f26b3e;font-size:16px;line-height:24px;opacity:0}.basket__error:not(:empty){opacity:1}.basket__error:not(:empty):after{width:100%}.basket__error:after{-webkit-transition:all ease-in .2s;transition:all ease-in .2s;background:#f26b3e;position:absolute;display:block;top:100%;left:0;width:0;height:2px;content:""}.basket__top+.basket__middle,.basket__middle+.basket__bottom{margin-top:30px}@media(max-width: 520px){.basket__top+.basket__middle,.basket__middle+.basket__bottom{margin-top:25px}}.basket__middle{overflow-x:scroll}.basket__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}@media(max-width: 650px){.basket__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:initial;-ms-flex-align:initial;align-items:initial}}.basket .coupon{min-width:420px}@media(max-width: 880px){.basket .coupon{min-width:300px}}.basket .total__title{width:100px}@media(max-width: 650px){.basket .total{margin:20px 0 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.basket .total__row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.basket .total .cost{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.basket .total .cost__old{margin-left:5px}.basket .total .cost__row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.header__top{height: 60px;border-bottom:1px solid #dcdcdc}.header__top .container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.header__top .container .link,.header__top .container .link__text{font-size:13px}.header__container_mob{width:100%}.header__container_mob>.link,.header__container_mob>[id^=bx_incl_area]>.link{position:relative;margin-left:40px}.header__container_mob>.link:before,.header__container_mob>[id^=bx_incl_area]>.link:before{left:-24px}@media(max-width: 1250px){.header__container_mob{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all ease-in .2s;transition:all ease-in .2s;background:#fff;position:fixed;right:-100%;top:0;width:94%;height:100%;padding:20px;overflow-y:scroll;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;z-index:9}.active+.header__container_mob{right:0;-webkit-box-shadow:0 50px 100px rgba(0,0,0,.35);box-shadow:0 50px 100px rgba(0,0,0,.35)}.header__container_mob>.link{width:100%;padding:15px 0;margin:0;text-decoration:none}.header__container_mob>.link:before{display:none}.header__container_mob>.link,.header__container_mob>.link *{font-size:16px !important}.header__container_mob>.link+.link{border-bottom:1px solid #dcdcdc}.header__container_mob>.btn__close_mob{position:absolute;right:20px;top:40px}}.header__middle{height:100px;border-bottom:1px solid #dcdcdc}.header__middle .container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media(max-width: 1100px){.header__middle .container{height:auto}}.header__middle .container .logo{margin-right:40px}@media(max-width: 1100px){.header__middle{height:auto}.header__middle .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header__middle .container .search,.header__middle .container .logo{margin-top:15px}.header__middle .container .header__notices{margin:25px 0 10px}}.header__bottom{height:67px;border-bottom:1px solid #dcdcdc}.header__bottom .container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media(max-width: 1250px){.header__bottom .container{overflow-x:scroll}}.header__notices{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;min-width:215px;margin-left:30px}.header__notices>[id^=bx_incl_area]>.icon__notice{display:block}.header__notices .icon__notice+.icon__notice,.header__notices .icon__notice+[id^=bx_incl],.header__notices script+.icon__notice,.header__notices .icon__notice+script+[id^=bx_incl],.header__notices [id^=bx_incl]+.icon__notice,.header__notices .icon__notice+[id^=bxdynamic]+.icon__notice{position:relative;padding-left:61px}.header__menu{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.header__menu .menu__has-subcatalog{padding:0 40px 0 0}@media(max-width: 1250px){.header__menu .menu__has-subcatalog{padding-right:30px}}@media(max-width: 768px){.header__menu .menu__has-subcatalog{padding-right:5px}}.header__menu .menu__has-subcatalog:hover>.link{color:#f26b3e}.header__menu .menu__has-subcatalog:hover>.link+.subcatalog{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-animation:.2s ease-in dropdown__show;animation:.2s ease-in dropdown__show}.header__menu .menu__has-subcatalog:hover>.link:before{background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3crect x=%277.5%27 y=%27.5%27 width=%274%27 height=%274%27 rx=%27.5%27 stroke=%27%23252728%27 fill=%27none%27/%3e%3crect x=%27.5%27 y=%27.5%27 width=%274%27 height=%274%27 rx=%27.5%27 stroke=%27%23252728%27 fill=%27none%27/%3e%3crect x=%277.5%27 y=%277.5%27 width=%274%27 height=%274%27 rx=%27.5%27 stroke=%27%23252728%27 fill=%27none%27/%3e%3crect x=%277.5%27 y=%2714.5%27 width=%274%27 height=%274%27 rx=%27.5%27 stroke=%27%23252728%27 fill=%27none%27/%3e%3crect x=%27.5%27 y=%277.5%27 width=%274%27 height=%274%27 rx=%27.5%27 stroke=%27%23252728%27 fill=%27none%27/%3e%3crect x=%27.5%27 y=%2714.5%27 width=%274%27 height=%274%27 rx=%27.5%27 stroke=%27%23252728%27 fill=%27none%27/%3e%3crect x=%2714.5%27 y=%27.5%27 width=%274%27 height=%274%27 rx=%27.5%27 stroke=%27%23252728%27 fill=%27none%27/%3e%3crect x=%2714.5%27 y=%277.5%27 width=%274%27 height=%274%27 rx=%27.5%27 stroke=%27%23252728%27 fill=%27none%27/%3e%3crect x=%2714.5%27 y=%2714.5%27 width=%274%27 height=%274%27 rx=%27.5%27 stroke=%27%23252728%27 fill=%27none%27/%3e%3c/svg%3e") center no-repeat}.header__menu .menu__has-subcatalog:hover>.link:after{background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M.354 3.06a.5.5 0 0 1 .707-.706l3.793 3.792 3.792-3.792a.5.5 0 1 1 .708.707l-4.5 4.5-4.5-4.5Z%27/%3e%3c/svg%3e") center no-repeat}.header__menu .menu__has-subcatalog+li{position:relative;margin-left:0;padding-left:10px}.header__menu .menu__has-subcatalog+li:before{left:0}@media(max-width: 1250px){.header__menu .menu__has-subcatalog+li{padding-left:25px}}.header__menu .menu__has-subcatalog>.link{position:relative;padding-left:34px}.header__menu .menu__has-subcatalog>.link:before{background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3crect x=%277.5%27 y=%27.5%27 width=%274%27 height=%274%27 rx=%27.5%27 stroke=%27%23252728%27 fill=%27none%27/%3e%3crect x=%27.5%27 y=%27.5%27 width=%274%27 height=%274%27 rx=%27.5%27 stroke=%27%23252728%27 fill=%27none%27/%3e%3crect x=%277.5%27 y=%277.5%27 width=%274%27 height=%274%27 rx=%27.5%27 stroke=%27%23252728%27 fill=%27none%27/%3e%3crect x=%277.5%27 y=%2714.5%27 width=%274%27 height=%274%27 rx=%27.5%27 stroke=%27%23252728%27 fill=%27none%27/%3e%3crect x=%27.5%27 y=%277.5%27 width=%274%27 height=%274%27 rx=%27.5%27 stroke=%27%23252728%27 fill=%27none%27/%3e%3crect x=%27.5%27 y=%2714.5%27 width=%274%27 height=%274%27 rx=%27.5%27 stroke=%27%23252728%27 fill=%27none%27/%3e%3crect x=%2714.5%27 y=%27.5%27 width=%274%27 height=%274%27 rx=%27.5%27 stroke=%27%23252728%27 fill=%27none%27/%3e%3crect x=%2714.5%27 y=%277.5%27 width=%274%27 height=%274%27 rx=%27.5%27 stroke=%27%23252728%27 fill=%27none%27/%3e%3crect x=%2714.5%27 y=%2714.5%27 width=%274%27 height=%274%27 rx=%27.5%27 stroke=%27%23252728%27 fill=%27none%27/%3e%3c/svg%3e") center no-repeat;position:absolute;left:0;top:50%;width:19px;height:19px;margin-top:-10px;content:""}.header__menu .menu__has-subcatalog>.link:after{background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M.354 3.06a.5.5 0 0 1 .707-.706l3.793 3.792 3.792-3.792a.5.5 0 1 1 .708.707l-4.5 4.5-4.5-4.5Z%27/%3e%3c/svg%3e") center no-repeat;top:7px;right:-25px}@media(max-width: 768px){.header__menu .menu__has-subcatalog>.link:after{display:none}}@media(max-width: 1250px){.header__menu .menu__has-subcatalog.active>.subcatalog{right:0;-webkit-box-shadow:0 50px 100px rgba(0,0,0,.35);box-shadow:0 50px 100px rgba(0,0,0,.35)}}.header__menu .menu__has-subcatalog .subcatalog{background:#fff;position:absolute;display:none;left:0;top:100%;width:100%;padding:29px 30px 30px;z-index:9999;border:1px solid #dcdcdc}@media(max-width: 1250px){.header__menu .menu__has-subcatalog .subcatalog{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition:all ease-in .2s;transition:all ease-in .2s;position:fixed;right:-100%;top:0;left:auto;width:94%;height:100%;overflow-y:scroll;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0;padding-top:65px}.header__menu .menu__has-subcatalog .subcatalog .btn__close_mob{position:absolute;right:25px;top:35px}}@media(max-width: 1085px){.header__menu .menu__has-subcatalog .subcatalog{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}}@media(max-width: 450px){.header__menu .menu__has-subcatalog .subcatalog{padding-left:5px;padding-right:5px}}.header__menu .menu__has-subcatalog .subcatalog:before{display:block;position:absolute;left:0;bottom:100%;width:100%;height:30px;content:""}.header__menu .menu__has-subcatalog .subcatalog__col{width:280px;margin-left:22px}.header__menu .menu__has-subcatalog .subcatalog__col:nth-of-type(n + 5){margin-top:30px}.header__menu .menu__has-subcatalog .subcatalog__col:nth-of-type(4n + 1){margin-left:0}@media(max-width: 1250px){.header__menu .menu__has-subcatalog .subcatalog__col{margin:0 20px 30px !important}}.header__menu .menu__has-subcatalog .subcatalog__col:last-child{margin-bottom:0 !important}.header__menu .menu__has-subcatalog .subcatalog__title{line-height:16px;text-decoration:none;color:#252728;margin-bottom:20px}.header__menu .menu__has-subcatalog .subcatalog li+li{margin-top:7px}.header__menu .menu__has-subcatalog .subcatalog li:not(.header__menu .menu__has-subcatalog .subcatalog__more)>a,.header__menu .menu__has-subcatalog .subcatalog li:not(.header__menu .menu__has-subcatalog .subcatalog__more)>span{line-height:16px;text-transform:none;text-transform:initial}.header__menu .menu__has-subcatalog .subcatalog li:not(.header__menu .menu__has-subcatalog .subcatalog__more)>a{color:#5c5c5c}.header__menu .menu__has-subcatalog .subcatalog li:not(.header__menu .menu__has-subcatalog .subcatalog__more)>a:hover,.header__menu .menu__has-subcatalog .subcatalog li:not(.header__menu .menu__has-subcatalog .subcatalog__more)>span{color:#f26b3e}.header__menu .menu__has-subcatalog .subcatalog__more>span{position:relative;color:#5c5c5c;text-transform:none;text-transform:initial;cursor:pointer}.header__menu .menu__has-subcatalog .subcatalog__more>span:after{background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M.354 3.06a.5.5 0 0 1 .707-.706l3.793 3.792 3.792-3.792a.5.5 0 1 1 .708.707l-4.5 4.5-4.5-4.5Z%27/%3e%3c/svg%3e") center no-repeat;left:auto;right:-20px;top:4px}.header__menu .menu__has-subcatalog .subcatalog__more>span+ul{-webkit-transition:all ease-in .2s;transition:all ease-in .2s;position:relative;display:none}.header__menu .menu__has-subcatalog .subcatalog__more>span+ul:hover{display:block;margin-top:10px;-webkit-animation:.2s ease-in subcatalog__more;animation:.2s ease-in subcatalog__more}.header__menu .menu__has-subcatalog .subcatalog__more>span+ul:before{position:absolute;left:0;top:-20px;width:100%;height:20px;content:""}.header__menu .menu__has-subcatalog .subcatalog__more:hover > ul{display:block;margin-top:10px;-webkit-animation:.2s ease-in subcatalog__more;animation:.2s ease-in subcatalog__more}.header__menu .menu__has-subcatalog .subcatalog:hover{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(max-width: 1250px){.header__menu{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.header__menu>li>.link{white-space:nowrap}.header__menu>li+li{margin-left:20px !important}}.header__menu>li+li{margin-left:48px}.header__menu>li{text-transform:uppercase}.header__menu>li>a.link{-webkit-transition:all ease-in .2s;transition:all ease-in .2s;text-decoration:none}.header__menu>li>a.link.selected,.header__menu>li>a.link:hover{color:#f26b3e}.header__menu>li>span{color:#f26b3e}.footer{background:#252728}.footer__top{height:65px;border-bottom:1px solid #434648}@media(max-width: 1250px){.footer__top{height:auto}}.footer__bottom{padding:30px 0 50px}@media(max-width: 1250px){.footer__bottom{padding:20px 0 35px}.footer__bottom>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.footer__top>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100%}@media(max-width: 1250px){.footer__top>.container{height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:15px 15px 22px}}.footer__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 1250px){.footer__menu{width:100%}}.footer__menu li+li{margin-left:50px}@media(max-width: 1250px){.footer__menu li+li{margin:0;border-top:1px dashed #f9f9f9}}@media(max-width: 1250px){.footer__menu li{width:100%;padding:10px 0;text-align:center}}.footer__menu span,.footer__menu a.link{color:#f9f9f9;text-transform:uppercase;text-decoration:none}.footer__menu span,.footer__menu a.link:hover{color:#f26b3e}@media(max-width: 1250px){.footer__menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer__develop{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all ease-in .2s;transition:all ease-in .2s;font-size:12px;line-height:14px;margin-left:30px;text-transform:uppercase;color:#f9f9f9}.footer__develop svg{width:75px;height:23px;margin-left:20px}@media(max-width: 1250px){.footer__develop{margin:20px 0 0}}.footer__content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:13px;line-height:15px;margin-top:30px;color:#f9f9f9;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media(max-width: 1250px){.footer__content{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.footer__col+.footer__col{margin-left:60px}@media(max-width: 1250px){.footer__col+.footer__col{margin:0 0 35px}}.footer__col ul li+li{margin-top:10px}.footer__col ul li,.footer__col ul a,.footer__col ul span{font-size:12px;line-height:14px}.footer__col ul span{color:#f26b3e}@media(max-width: 1250px){.footer__col:first-child{text-align:center;}}.footer__title{font-size:18px;line-height:21px;margin-bottom:20px}@media(max-width: 1250px){.footer__title{text-align:center}}.footer__area>*+*{margin-top:15px}.footer__phones{display:flex;flex-direction: column;align-items: start;font-size:16px;line-height:19px}@media(max-width: 1250px){.footer__phones{align-items: center;}}@media(max-width: 450px){.footer__phones>.link{margin:5px 10px !important}}.footer__mails .link+.link{margin-left:25px}@media(max-width: 450px){.footer__mails>.link{margin:5px 10px !important}}.footer__focus{margin:25px 0}.footer__focus .link+.link{margin-left:41px}@media(max-width: 450px){.footer__focus .link+.link{margin-left:25px}}.filter{padding:30px 0;border:1px solid #dcdcdc}@media(max-width: 1250px){.filter{border:0;border-top:1px solid #dcdcdc}}.filter .modef{display:block;margin-bottom:9px}.filter__title{padding:0 20px 20px;font-size:16px;line-height:19px;font-weight:600;text-transform:uppercase}.filter__row{padding:10px 19px}.filter__row ul li+li{margin-top:10px}.filter__cost{background:#f9f9f9;padding:15px 19px 23px;margin-bottom:10px}.filter__rtitle{font-weight:600;line-height:16px;margin:0 0 15px}.filter__from-to{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 19px}.filter__from-to input{width:49%;height:32px;padding:9px 10px;border:1px solid #dcdcdc;font-size:12px;line-height:14px}.filter__slider{position:relative;background:#dcdcdc;width:100%;height:8px;border-radius:7px}.filter__slider .ui-slider-range{position:absolute;background:#f26b3e;height:100%;border-radius:inherit}.filter__slider .ui-slider-handle{position:absolute;background:#f26b3e;top:-10px;width:26px;height:26px;display:block;border-radius:100%;border:5px solid #fff;-webkit-box-shadow:0 4px 7px rgba(0,0,0,.15);box-shadow:0 4px 7px rgba(0,0,0,.15);cursor:pointer}.filter__slider .ui-slider-handle{margin-left:-13px}.filter__btns{display:-webkit-box;display:-ms-flexbox;display:flex;position:sticky;position:-webkit-sticky;bottom:15px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px 1px 0;background-color: white;}.filter__btn+.filter__clear{margin-top:20px}.filter__clear{line-height:16px;color:#9d9d9d;text-decoration:underline;cursor:pointer}.filter__clear:hover{text-decoration:none}.filter__more{margin-top:15px}.filter__more>span{position:relative;cursor:pointer}.filter__more>span:after{top:4px;right:-20px}.filter__more.active ul{margin-top:10px}.filter__more:not(.active) ul{display:none}.navbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#f9f9f9;padding:20px 30px;height:61px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.navbar_reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.navbar ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar__sort li{line-height:16px}.navbar__sort li+li{margin-left:50px}@media(max-width: 1250px){.navbar__sort li+li{margin-left:25px}}.navbar__sort a{position:relative;padding-right:20px;text-decoration:none}.navbar__sort a:after{top:3px}.navbar__item_active{color:#f26b3e}.navbar__view input{display:none}.navbar__view input:checked+label svg use{fill:#f26b3e}.navbar__view li+li{margin-left:30px}.navbar__view svg use{fill:#9d9d9d}.navbar .btn__burger_mob{margin-top:-6px}@media(max-width: 650px){.navbar{height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.navbar_reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.navbar .btn__burger_mob{margin:0}.navbar__sort{margin:20px 0}.navbar__sort a:after{top:8px}.navbar__sort li{line-height:24px}.navbar__view li+li{margin-left:20px}}@media(max-width: 440px){.navbar__sort{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.navbar__sort li+li{margin:5px 0}}.sidebar-menu{background:#f9f9f9;padding:15px 30px}.sidebar-menu+*{margin-top:30px}.sidebar-menu li{padding:15px 0}.sidebar-menu li .link{line-height:16px}.sidebar-menu li+li{border-top:1px solid #e4e4e4}.page__content{padding:50px 0;margin-top:50px;border-top:1px solid #dcdcdc}.page__content h2,.page__content h3,.page__content h4,.page__content h5,.page__content h6{margin-bottom:30px}.page__content p{text-align:justify}.page__content p+p{margin-top:20px}.page__content p.bold{font-weight:400;font-size:18px;line-height:25px}*+.pagination{margin-top:20px}.pagination ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pagination ul li{margin:5px}.pagination ul li a,.pagination ul li span{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all ease-in .2s;transition:all ease-in .2s;width:53px;height:53px;border:1px solid #dcdcdc;text-align:center;text-decoration:none;font-size:16px;line-height:19px}.pagination ul li span{border-color:#f26b3e;color:#f26b3e}.pagination ul li:hover a{border-color:#f26b3e}

/*# sourceMappingURL=main.99bea37bdf75ea9f6af7.css.map*/
/* End */


/* Start:/local/templates/nvacontact/styles.css?17688297447095*/
input[type="radio"]{
    display: none;
}

input[type="radio"]:not(.hidden) + label{
    position: relative;
    padding-left: 35px!important;
}

input[type="radio"]:not(.hidden) + label:before, input[type="radio"]:not(.hidden) + label:after{
    background: #fff;
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    left: 0;
    top: -6px;
    border: 1px solid #f26b3e;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: "";
}

input[type="radio"]:not(.hidden) + label:after{
    background: #f26b3e;
    width: 14px;
    height: 14px;
    left: 4px;
    top: -2px;
    opacity: 0;
    -webkit-transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
    -ms-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    transition: all ease-in .2s;
}

input[type="radio"]:not(.hidden):checked + label:after{
    opacity: 1;
}

table:not(.product-table) td{
	padding-top: 12px;
	padding-bottom: 12px;
}
.catalog__tiles-col:last-child:hover {
    height: 445px;
}
.filter__more > ul {
    margin-bottom: 10px;
}
.main_catalog_top .catalog__tiles-col .product__item {
    padding: 10px;
}
.main_catalog_top .catalog__tiles-col .product__item .product__stock{
    margin-right: 10px;
    padding-left: 30px;
    text-align: center;
}
[data-tooltip] {
    position: relative; /* Относительное позиционирование */
}
[data-tooltip]::after {
    content: attr(data-tooltip); /* Выводим текст */
    position: absolute; /* Абсолютное позиционирование */
    width: 300px; /* Ширина подсказки */
    left: 0; top: 0; /* Положение подсказки */
    background: #1c4443; /* Синий цвет фона */
    color: #fff; /* Цвет текста */
    padding: 0.5em; /* Поля вокруг текста */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    pointer-events: none; /* Подсказка */
    opacity: 0; /* Подсказка невидима */
    transition: 1s; /* Время появления подсказки */
}
[data-tooltip]:hover::after {
    opacity: 1; /* Показываем подсказку */
    top: -2em; /* Положение подсказки */
}
.home-about__title h1 {
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
}
@media (min-width: 1251px){
    .header__menu .menu__has-subcatalog:hover>.link+.subcatalog{
        flex-direction: column;
        padding: 0;
    }
    .subcatalog__col:hover > .subcatalog__title{
        text-decoration: underline;
        color: #f26b3e;
    }
    .header__menu .menu__has-subcatalog .subcatalog li:not(.header__menu .menu__has-subcatalog .subcatalog__more)>a:hover, .header__menu .menu__has-subcatalog .subcatalog li:not(.header__menu .menu__has-subcatalog .subcatalog__more)>span{
        padding: 0 10px 0 10px;
    }
    .header__menu .menu__has-subcatalog .subcatalog {
        width: auto;
    }
    .subcatalog__col {
        display: flex!important;
        align-items: center;
        gap: 15px;
        margin-left: 0!important;
        margin-top: 0!important;
        width: 380px!important;
        height: 70px;
        padding: 0 15px;
        border-bottom: 1px solid #dcdcdc;
    }
    .subcatalog__col img {
        max-width: none;
    }
    .header__menu .menu__has-subcatalog .subcatalog__title {
        margin-bottom: 0;
    }
    .subcatalog__col___right {
        display: none;
    }
    .header__menu .menu__has-subcatalog .subcatalog__col___right {
        background: #fff;
        position: absolute;
        display: none;
        left: 100%;
        top: 0;
        width: 870px;
        padding: 20px 0px 20px 10px;
        z-index: 9999;
        border: 1px solid #dcdcdc;
        animation: .2s ease-in dropdown__show;
    }
    .header__menu .menu__has-subcatalog .subcatalog__col___right img {
        height: 50px;
    }
    .header__menu .menu__has-subcatalog .subcatalog li:not(.header__menu .menu__has-subcatalog .subcatalog__more)>a {
        padding: 0 10px 0 10px;
    }
    .subcatalog__col:hover .subcatalog__col___right{
        display: flex;
    }
    .subcatalog__col:hover .subcatalog__col___right .subcatalog__col___child {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
    .subcatalog__col:hover .subcatalog__col___right .subcatalog__col___child li {
        display: flex;
        /*justify-content: space-between;*/
        align-items: center;
        /*gap: 20px;*/
        /*width: 415px;*/
        width: 49%;
        height: 70px;
        margin-right: 1px;
        /*margin-bottom: 10px;*/
        /*border-bottom: 1px solid #dcdcdc;*/
    }
    .subcatalog__col:hover .subcatalog__col___right .subcatalog__col___child li:last-child {
        margin-bottom: 0;
    }
    .header__menu .menu__has-subcatalog .subcatalog li+li {
        margin-top: 0;
    }
    .img_container {
        display: flex;
        justify-content: center;
        width: 50px;
    }
    .subcatalog__col:hover .subcatalog__col___right .subcatalog__col___child li .link {
        display: flex;
        flex-direction: row;
        justify-content: start;
        gap: 10px;
        width: 100%;
        height: 100%;
        text-decoration: none;
        font-size: 16px;
        transition: box-shadow 0.3s ease;
    }
    .subcatalog__col:hover .subcatalog__col___right .subcatalog__col___child li .link:hover {
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); /* Тень при наведении */
    }
}
@media (max-width: 1250px){
    .header__menu .menu__has-subcatalog >.link+.subcatalog img {
        display: none;
    }
}
.window-message{
    position: fixed;
    bottom: -20px;
    right: 25px;
    width: 270px;
    /*height: 900px;*/
    background: white;
    z-index: 9999999;
    transition: transform 1s ease;
    transform: translateY(100%);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding: 10px;
    /*color: white;*/
}
.window-message img{
    margin-top: 10px;
}
.window-message-active {
    transform: translateY(-30px);
}
.window-message-close-btn {
    position: absolute;
    text-align: center;
    width: 20px;
    line-height: 20px;
    height: 20px;
    right: -20px;
    top: -20px;
    cursor: pointer;
    /*border: 1px solid black;*/
    border-radius: 10px;
    background-color: #f26b3e;
    color: white;
}
.window-message-close-btn:hover{
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
}
.header__news {
    border-bottom:1px solid #dcdcdc;
}
.popup-window{
    position: fixed !important;
    top: 10px !important;
    left: 1200px !important;
 }
 .currency-icon:hover .currency {
    display: flex;
    flex-direction: column;
    width: calc(100% + 200px);
}
.currency table:not(.product-table) td {
    padding: 5px;
}
.currency-icon svg{
    margin-right: 0;
}
.currency-icon .currency-date{
    display: flex;
    justify-content: center;
}
.currency{
    display: none;
}
/* End */


/* Start:/local/templates/nvacontact/css/admin.css?1668673035641*/
main [id^="bx_incl_area_14"]{
    display: initial;
}

[id^="bx_incl_area"] + script + h1, [id^="bx_incl_area"] > h1{
    margin-bottom: 30px;
}

[id^="bx_incl_area"] > .contacts__map{
    margin-top: 30px
}

[id^="bx_incl_area"] > h1 + .description{
    margin-top: 20px
}

[id^="bx_incl_area"] + h1{
    margin-bottom: 30px;
}

.description + [id^="bx_incl_area"] > .brands{
    padding-top: 0;
    padding-bottom: 50px;
}

.help-page script + [id^="bx_incl_area"]{
    display: block;
    margin-top: 25px
}

.link__text > [id^="bx_incl_area"]{
    display: inline-block;
}

.logged-in .slider [id^="bx_"]{
    display: block!important;
}
/* End */


/* Start:/local/templates/nvacontact/components/bitrix/currency.rates/currency_nva/style.css?176769396562*/
.currency-list td, .currency-list th
{
	white-space: nowrap;
}
/* End */


/* Start:/local/components/mitlab/search.title/templates/header__search/style.css?1767858010573*/
.search__result{
    z-index: 1000;
}

.popup-window.popup-window-with-titlebar{
    z-index: 999999!important;
}
.search__result .btn {
    transition: none;
    -webkit-transition: none;
 }
 .search__result [data-in-cart="Y"]{
    margin: -1px -1px -1px 14px
 }
 .search__result [data-in-cart="Y"]:hover{
    margin-left: 15px !important;
 }
 @media (max-width: 450px) {
    .product__row .product__ordering [type=number]{
        width: 35px;
    }
    .range__btn{
        min-width: 15px;
    }
    .search__result [data-in-cart="Y"]{
        margin-left: 0
    }
 }
 
/* End */


/* Start:/local/templates/nvacontact/components/bitrix/main.userconsent.request/Cookies/user_consent.css?17537872305867*/
.main-user-consent-request a {
	cursor: pointer;
}

/*.main-user-consent-request-popup {*/
/*	position: fixed;*/
/*	top: 0;*/
/*	left: 0;*/
/*	bottom: 0;*/
/*	right: 0;*/
/*	!*background-color: rgba(0,0,0,0.5);*!*/
/*	overflow: hidden;*/
/*	z-index: 9000;*/
/*}*/
.main-user-consent-request-popup-cont {
	/*min-height: 190px;*/
	display: flex;
	justify-content: center;
	position: fixed;
	bottom: -80px;
	/*left: 50%;*/
	margin: 0 auto;
	padding: 20px;
	/*min-width: 320px;*/
	width: 100%;
	max-width: 100%;
	background: #fff;
	text-align: center;
	/*transform: translateY(-80px);*/
	transition: transform 1s;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
	z-index: 9000;
}

.main-user-consent-request-popup-cont-active {
	transform: translateY(-80px);
}
@media (max-width: 900px) {
	.main-user-consent-request-popup-cont-active {
		transform: translateY(-310px);
	}
	.main-user-consent-request-popup-cont {
		bottom: -310px;
	}
}
.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	display: flex;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 0 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

/*.main-user-consent-request-popup-button-acc {*/
/*	background: #bbed21;*/
/*}*/

/*.main-user-consent-request-popup-button-acc:hover {*/
/*	background: #d2f95f;*/
/*}*/

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-button-acc {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	display: inline-block;
	/*border: 1px solid #999;*/
	overflow: auto;
	padding: 8px;
	text-align: center;
	/*color: rgb(84, 84, 84);*/
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
/*.main-user-consent-request-loader {*/
/*	position: relative;*/
/*	!*bottom: 0;*!*/
/*	height: 50px;*/
/*	width: 100px;*/
/*	margin: 0 auto;*/
/*	!*-webkit-transform: translate(0, 50%);*!*/
/*	!*transform: translate(0, 50%);*!*/
/*	-webkit-transform: translateY(0);*/
/*	-moz-transform: translateY(0);*/
/*	-ms-transform: translateY(0);*/
/*	-o-transform: translateY(0);*/
/*	transform: translateY(0);*/
/*	-webkit-transition: transform 3s;*/
/*	-moz-transition: transform 3s;*/
/*	-ms-transition: transform 3s;*/
/*	-o-transition: transform 3s;*/
/*	transition: transform 3s;*/
/*}*/

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

/*.main-user-consent-request-loader:before {*/
/*	content: '';*/
/*	display: block;*/
/*	padding-top: 100%;*/
/*	*/
/*}*/

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		/*min-height: 400px;*/
		/*min-width: 640px;*/
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		/*height: 240px;*/
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

/*@media (max-width: 768px) {*/
/*	.main-user-consent-request-popup-cont {*/
/*		height: 100%;*/
/*	}*/
/*}*/

.main-user-consent-request-popup-content {
	display: flex;
	gap: 10px;
}
.main-user-consent-request-popup-url {
	display: flex;
}
.main-user-consent-request-popup-url > a {
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #aaa;
}
.main-user-consent-request-popup-url > a:hover {
	text-decoration: none;
	color: #aaa;
}
/* End */


/* Start:/local/templates/nvacontact/components/bitrix/form.result.new/form__popup/style.css?1760094702953*/
.popup__label_popup_checkbox:before {
    background: #fff;
    position: absolute;
    display: inline-flex;
    /* left: 0; */
    /* top: 50%; */
    width: 25px;
    height: 25px;
    border: 1px solid #dcdcdc;
    /* margin: -12px 0 0; */
    margin-left: -35px;
    margin-top: 2px;
    content: "";
}
input[type='checkbox']:checked + .popup__label_popup_checkbox:after {
    background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M13 1.402 5.836 13 0 8.591l1.841-2.173 3.17 2.394L10.454 0 13 1.402Z%27 fill=%27%23F26B3E%27/%3e%3c/svg%3e") center no-repeat;
    position: absolute;
    display: block;
    /*left: 6px;*/
    /*top: 50%;*/
    width: 25px;
    height: 25px;
    margin-top: -20px;
    margin-left: -28px;
    content: "";
}
.popup__label_popup_checkbox {
    padding-left: 35px;
    margin-top: 16px!important;
}
/* End */
/* /local/templates/nvacontact/fancybox/jquery.fancybox.css?175248996315997 */
/* /local/templates/nvacontact/frontend/main.99bea37bdf75ea9f6af7.css?1774856196106652 */
/* /local/templates/nvacontact/styles.css?17688297447095 */
/* /local/templates/nvacontact/css/admin.css?1668673035641 */
/* /local/templates/nvacontact/components/bitrix/currency.rates/currency_nva/style.css?176769396562 */
/* /local/components/mitlab/search.title/templates/header__search/style.css?1767858010573 */
/* /local/templates/nvacontact/components/bitrix/main.userconsent.request/Cookies/user_consent.css?17537872305867 */
/* /local/templates/nvacontact/components/bitrix/form.result.new/form__popup/style.css?1760094702953 */
