

/* Start:/local/templates/strop61/css/lightgallery.css?155050855024725*/
@font-face {
  font-family: 'lg';
  src: url("/local/templates/strop61/css/../fonts/lg.eot?n1z373");
  src: url("/local/templates/strop61/css/../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("/local/templates/strop61/css/../fonts/lg.woff?n1z373") format("woff"), url("/local/templates/strop61/css/../fonts/lg.ttf?n1z373") format("truetype"), url("/local/templates/strop61/css/../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("/local/templates/strop61/css/../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("/local/templates/strop61/css/../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("/local/templates/strop61/css/../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("/local/templates/strop61/css/../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("/local/templates/strop61/css/../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("/local/templates/strop61/css/../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */

/* End */


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


/* Start:/local/templates/strop61/css/ion.rangeSlider.css?158126658912914*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial,sans-serif
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: 0!important
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1
}
.irs-handle.type_last {
  z-index: 2
}
.irs-max,
.irs-min {
  position: absolute;
  display: block;
  cursor: default
}
.irs-min {
  left: 0
}
.irs-max {
  right: 0
}
.irs-from,
.irs-single,
.irs-to {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px
}
.irs-with-grid .irs-grid {
  display: block
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000
}
.irs-grid-pol.small {
  height: 4px
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0,0,0,0);
  z-index: 2
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  cursor: not-allowed
}
.irs-disabled {
  opacity: .4
}
.irs-hidden-input {
  position: absolute!important;
  display: block!important;
  top: 0!important;
  left: 0!important;
  width: 0!important;
  height: 0!important;
  font-size: 0!important;
  line-height: 0!important;
  padding: 0!important;
  margin: 0!important;
  overflow: hidden;
  outline: 0!important;
  z-index: -9999!important;
  background: 0 0!important;
  border-style: solid!important;
  border-color: transparent!important
}
.irs--flat {
  height: 40px
}
.irs--flat.irs-with-grid {
  height: 60px
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540
}
.irs--flat .irs-max,
.irs--flat .irs-min {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px
}
.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px
}
.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9
}
.irs--flat .irs-grid-text {
  color: #999
}
.irs--big {
  height: 55px
}
.irs--big.irs-with-grid {
  height: 70px
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: #fff;
  background: linear-gradient(to bottom,#ddd -50%,#fff 150%);
  border: 1px solid #ccc;
  border-radius: 12px
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom,#fff 0,#428bca 30%,#b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255,255,255,.5)
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66,139,202,.5)
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0,0,0,.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom,#fff 0,#b4b9be 30%,#fff 100%);
  box-shadow: 1px 1px 2px rgba(0,0,0,.2),inset 0 0 3px 1px #fff;
  border-radius: 30px
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0,0,0,.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom,#fff 0,#919ba5 30%,#fff 100%)
}
.irs--big .irs-max,
.irs--big .irs-min {
  top: 0;
  padding: 1px 5px;
  color: #fff;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px
}
.irs--big .irs-from,
.irs--big .irs-single,
.irs--big .irs-to {
  color: #fff;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom,#428bca 0,#3071a9 100%);
  border-radius: 3px
}
.irs--big .irs-grid-pol {
  background-color: #428bca
}
.irs--big .irs-grid-text {
  color: #428bca
}
.irs--modern {
  height: 55px
}
.irs--modern.irs-with-grid {
  height: 55px
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom,#e0e4ea 0,#d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom,#20b426 0,#18891d 100%)
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209,214,224,.5)
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0,0,0,.1);
  border-radius: 0 0 3px 3px
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: #fff;
  transform: rotate(45deg)
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom,#fff 0,#e9e6e6 100%);
  border-radius: 0 0 3px 3px
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom,#fff 0,#919ba5 30%,#fff 100%)
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a
}
.irs--modern .irs-max,
.irs--modern .irs-min {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: #fff;
  background-color: #d1d6e0;
  border-radius: 5px
}
.irs--modern .irs-from,
.irs--modern .irs-single,
.irs--modern .irs-to {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: #fff;
  border-radius: 5px
}
.irs--modern .irs-from:before,
.irs--modern .irs-single:before,
.irs--modern .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426
}
.irs--modern .irs-grid {
  height: 25px
}
.irs--modern .irs-grid-pol {
  background-color: #dedede
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1
}
.irs--sharp.irs-with-grid {
  height: 57px
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 2px
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0,0,0,.5)
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: #000
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: #000
}
.irs--sharp .irs-max,
.irs--sharp .irs-min {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: .4;
  background-color: #a804b2;
  border-radius: 2px
}
.irs--sharp .irs-from,
.irs--sharp .irs-single,
.irs--sharp .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: #fff;
  border-radius: 2px
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-single:before,
.irs--sharp .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2
}
.irs--sharp .irs-grid {
  height: 25px
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px
}
.irs--round {
  height: 50px
}
.irs--round.irs-with-grid {
  height: 65px
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222,228,236,.5)
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0,0,255,.3)
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff
}
.irs--round .irs-max,
.irs--round .irs-min {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0,0,0,.1);
  border-radius: 4px
}
.irs--round .irs-from,
.irs--round .irs-single,
.irs--round .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: #fff;
  border-radius: 4px
}
.irs--round .irs-from:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa
}
.irs--round .irs-grid {
  height: 25px
}
.irs--round .irs-grid-pol {
  background-color: #dedede
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px
}
.irs--square {
  height: 50px
}
.irs--square.irs-with-grid {
  height: 60px
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: #000
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid #000;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff
}
.irs--square .irs-max,
.irs--square .irs-min {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0,0,0,.1)
}
.irs--square .irs-from,
.irs--square .irs-single,
.irs--square .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #000;
  color: #fff
}
.irs--square .irs-grid {
  height: 25px
}
.irs--square .irs-grid-pol {
  background-color: #dedede
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px
}
/* End */


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


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


/* Start:/local/templates/strop61/css/styles.css?1597731394134554*/
@font-face {
  font-family: "Akzidenz Grotesk Pro";
  src: url(/local/templates/strop61/css/../fonts/akzidenz/akzidenz-grotesk-pro-light.woff) format("woff"),url(/local/templates/strop61/css/../fonts/akzidenz/akzidenz-grotesk-pro-light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akzidenz Grotesk Pro";
  src: url(/local/templates/strop61/css/../fonts/akzidenz/akzidenz-grotesk-pro-regular.woff) format("woff"),url(/local/templates/strop61/css/../fonts/akzidenz/akzidenz-grotesk-pro-regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akzidenz Grotesk Pro";
  src: url(/local/templates/strop61/css/../fonts/akzidenz/akzidenz-grotesk-pro-medium.woff) format("woff"),url(/local/templates/strop61/css/../fonts/akzidenz/akzidenz-grotesk-pro-medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akzidenz Grotesk Pro";
  src: url(/local/templates/strop61/css/../fonts/akzidenz/akzidenz-grotesk-pro-bold.woff) format("woff"),url(/local/templates/strop61/css/../fonts/akzidenz/akzidenz-grotesk-pro-bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akzidenz Grotesk Pro";
  src: url(/local/templates/strop61/css/../fonts/akzidenz/akzidenz-grotesk-pro-black.woff) format("woff"),url(/local/templates/strop61/css/../fonts/akzidenz/akzidenz-grotesk-pro-black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Russia Text";
  src: url(/local/templates/strop61/css/../fonts/pt-russia/pt-russia-text-regular.woff) format("woff"),url(/local/templates/strop61/css/../fonts/pt-russia/pt-russia-text-regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
:after,
:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
body,
html {
  height: 100%
}
body {
  font: 400 15px/19px "Akzidenz Grotesk Pro",sans-serif;
  color: #000;
  background: #ececec
}
a {
  color: #35a900;
  outline: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
a:active,
a:hover {
  text-decoration: none
}
p {
  margin: 0 0 20px
}
img {
  display: block;
  max-width: 100%;
  margin: 0
}
b,
strong {
  font-weight: 700
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Akzidenz Grotesk Pro",sans-serif;
  font-weight: 700;
  line-height: normal;
  color: #000;
  margin: 0 0 20px
}
.h1,
h1 {
  font-size: 24px;
  margin: 0 0 20px
}
.h2,
h2 {
  font-size: 24px
}
.h3,
h3 {
  font-size: 18px
}
.h4,
h4 {
  font-size: 16px
}
.h5,
h5 {
  font-size: 15px
}
.h6,
h6 {
  font-size: 15px
}
ol,
ul {
  margin: 0 0 20px
}
q {
  display: block;
  margin: 0 0 20px
}
svg {
  display: block;
  overflow: hidden
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6f7278;
  opacity: 1
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6f7278;
  opacity: 1
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #6f7278;
  opacity: 1
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6f7278;
  opacity: 1
}
input::-ms-clear {
  display: none
}
.clearfix:after {
  content: "";
  display: table;
  clear: both
}
.cover {
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
  min-width: 320px;
  max-width: none
}
.marker-line {
  list-style: none;
  padding: 0
}
.marker-line li {
  padding-left: 20px;
  position: relative
}
.marker-line li:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #35a900;
  position: absolute;
  left: 0;
  top: 9px
}
select {
  display: none
}
.jq-selectbox {
  display: block!important;
  cursor: pointer
}
.jq-selectbox select {
  display: block
}
.jq-selectbox__select {
  height: 42px;
  padding: 0 30px 0 10px;
  background: #f2f2f2;
  font: 400 15px "Akzidenz Grotesk Pro",sans-serif;
  color: #000
}
.jq-selectbox.disabled .jq-selectbox__select {
  cursor: default;
  color: #6f7278
}
.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 11px
}
.jq-selectbox .placeholder {
  color: #6f7278
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 17px;
  right: 11px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-color: #6f7278
}
.jq-selectbox__dropdown {
  width: 100%!important;
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  font: 400 15px "Akzidenz Grotesk Pro",sans-serif;
  left: 0!important;
  right: auto!important;
  top: 100%!important;
  bottom: auto!important
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
  max-height: 210px!important
}
.jq-selectbox li {
  padding: 11px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
  color: #000;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.jq-selectbox li:before {
  content: "";
  display: none;
  width: 20px;
  height: 10px;
  border-left: 2px solid #35a900;
  border-bottom: 2px solid #35a900;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 16px;
  top: 28px;
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.jq-selectbox li.sel,
.jq-selectbox li.selected {
  background: #ebebeb;
  color: #35a900
}
.jq-selectbox li.sel:before,
.jq-selectbox li.selected:before {
  opacity: 1!important
}
.jq-selectbox li:hover {
  background: #ebebeb;
  color: #35a900
}
.jq-selectbox li:hover:before {
  opacity: 0
}
.jq-selectbox li.disabled {
  color: #6f7278
}
.jq-selectbox li.disabled:hover {
  background: 0 0
}
input.slider {
  display: none
}
.irs,
.irs--flat {
  height: 60px
}
.irs {
  font: 400 24px "Akzidenz Grotesk Pro",sans-serif
}
.irs--flat .irs-line {
  height: 5px;
  border-radius: 0;
  background: #e2e2e2;
  top: 29px
}
.irs--flat .irs-bar--single {
  border-radius: 0
}
.irs--flat .irs-bar {
  height: 5px;
  background: #35a900;
  top: 29px
}
.irs--flat .irs-handle {
  width: 20px;
  height: 20px;
  background: #35a900;
  border-radius: 50%;
  top: 21px
}
.irs--flat .irs-handle i {
  display: none!important
}
.irs--flat .irs-max,
.irs--flat .irs-min {
  top: auto;
  bottom: -3px;
  padding: 0;
  color: #b8b8b8;
  font-size: 18px;
  line-height: 18px;
  background: 0 0;
  border-radius: 0;
  visibility: visible!important
}
.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
  padding: 0;
  color: #35a900;
  font-size: 18px;
  line-height: 18px;
  background: 0 0;
  border-radius: 0
}
.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
  display: none
}
.count {
  width: 100%;
  height: 42px;
  background: #fff;
  padding: 0 40px;
  position: relative
}
.count__field {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  outline: 0;
  background: 0 0;
  text-align: center;
  font: 400 15px "Akzidenz Grotesk Pro",sans-serif;
  color: #000
}
.count__button {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer
}
.count__button_minus {
  left: 0
}
.count__button_plus {
  right: 0
}
.count__button:after,
.count__button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  display: block
}
.count__button:after {
  width: 2px;
  height: 14px;
  margin-left: -1px;
  margin-top: -7px
}
.count__button:before {
  width: 14px;
  height: 2px;
  margin-left: -7px;
  margin-top: -1px
}
.count__button_minus:after {
  display: none
}
.slick-slider {
  display: block!important
}
.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0 -7px;
  position: relative;
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -moz-box!important;
  display: flex!important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.slick-dots li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 14px 7px 0
}
.slick-dots button {
  display: block;
  padding: 0;
  border: 2px solid #35a900;
  background: 0 0;
  font-size: 0;
  outline: 0;
  cursor: pointer;
  width: 17px;
  height: 17px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.slick-dots .slick-active button {
  background: #35a900
}
.slick-arrow {
  display: block;
  width: 36px;
  height: 168px;
  background: 0 0;
  border: none;
  cursor: pointer;
  outline: 0;
  position: absolute;
  top: 50%;
  margin-top: -84px;
  font-size: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.slick-arrow:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #35a900;
  position: absolute;
  top: 58px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.slick-arrow:active:before,
.slick-arrow:hover:before {
  border-color: #fff!important
}
.slick-prev {
  left: 0;
  border-left: 36px solid #fff
}
.slick-prev:before {
  border-left: 2px solid #35a900;
  -webkit-transform: rotate(-37deg) skewY(-20deg);
  transform: rotate(-37deg) skewY(-20deg);
  left: -21px
}
.slick-prev:active,
.slick-prev:hover {
  border-left-color: #35a900!important
}
.slick-next {
  right: 0;
  border-right: 36px solid #fff
}
.slick-next:before {
  border-right: 2px solid #35a900;
  -webkit-transform: rotate(37deg) skewY(20deg);
  transform: rotate(37deg) skewY(20deg);
  right: -21px
}
.slick-next:active,
.slick-next:hover {
  border-right-color: #35a900!important
}
.form-input,
.form-textarea {
  display: block;
  width: 100%;
  font: 400 15px "Akzidenz Grotesk Pro",sans-serif;
  color: #000;
  outline: 0;
  border: none;
  background: #f2f2f2
}
.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1
}
.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
  color: #000;
  opacity: 1
}
.form-input:-moz-placeholder,
.form-textarea:-moz-placeholder {
  color: #000;
  opacity: 1
}
.form-input:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1
}
.form-input {
  padding: 0 10px;
  height: 42px
}
.form-input:-moz-read-only {
  background: 0 0;
  padding: 0 30px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 36px;
  margin-bottom: 5px
}
.form-input:read-only {
  background: 0 0;
  padding: 0 30px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 36px;
  margin-bottom: 5px
}
.form-input:read-only::-webkit-input-placeholder {
  color: #000;
  opacity: 0
}
.form-input:-moz-read-only::-moz-placeholder {
  color: #000;
  opacity: 0
}
.form-input:read-only::-moz-placeholder {
  color: #000;
  opacity: 0
}
.form-input:-moz-read-only:-moz-placeholder {
  color: #000;
  opacity: 0
}
.form-input:read-only:-moz-placeholder {
  color: #000;
  opacity: 0
}
.form-input:read-only:-ms-input-placeholder {
  color: #000;
  opacity: 0
}
.form-input:-moz-read-only + .form__button-edit {
  display: block
}
.form-input:read-only + .form__button-edit {
  display: block
}
.form-textarea {
  height: 100px;
  resize: none;
  padding: 10px
}
.form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  cursor: pointer
}
.form-checkbox__input {
  display: none
}
.form-checkbox__marker {
  width: 18px;
  height: 18px;
  background: #f2f2f2;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin-right: 15px
}
.form-checkbox__icon {
  display: block;
  width: 12px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -4px;
  stroke: #fff;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0)
}
.form-checkbox__input:checked + .form-checkbox__marker {
  background: #35a900
}
.form-checkbox__input:checked + .form-checkbox__marker .form-checkbox__icon {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}
.form-checkbox__text {
  display: block;
  padding-top: 1px
}
.form-checkbox__text a {
  text-decoration: none
}
.form-checkbox__text a:active,
.form-checkbox__text a:hover {
  text-decoration: underline
}
.form-checkbox .form-checkbox__link-line {
  text-decoration: underline
}
.form-checkbox .form-checkbox__link-line:active,
.form-checkbox .form-checkbox__link-line:hover {
  text-decoration: none
}
.form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  cursor: pointer
}
.form-radio__input {
  display: none
}
.form-radio__marker {
  width: 18px;
  height: 18px;
  border: 2px solid #35a900;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin-right: 15px
}
.form-radio__input:checked + .form-radio__marker {
  border-width: 4px
}
.form-radio__text {
  display: block;
  padding-top: 1px
}
input[type=file] {
  display: none
}
.jq-file {
  width: 100%;
  display: block!important;
  cursor: pointer
}
.jq-file input {
  display: block;
  height: auto;
  cursor: pointer
}
.jq-file__name {
  overflow: hidden;
  height: 100px;
  border: 1px dashed #35a900;
  text-align: center;
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -moz-box!important;
  display: flex!important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font: 500 15px/19px "Akzidenz Grotesk Pro",sans-serif;
  background: #fff;
  color: #35a900;
  padding: 5px 15px
}
.jq-file__browse {
  display: none
}
.jq-file.disabled .jq-file__name {
  color: #f2f2f2;
  border-color: #f2f2f2
}
.logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 45px;
  margin: 0 auto
}
.logo__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 27px
}
.logo__img-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.logo__icon {
  width: 45px;
  height: 45px;
  fill: #35a900
}
.logo__company-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding-left: 26px;
  display: none
}
.nav {
  display: none;
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  background: #171c27;
  z-index: 199;
  border-top: 1px solid #232b3c;
  border-bottom: 1px solid #232b3c
}
.nav__list {
  list-style: none;
  padding: 15px 0;
  margin: 0
}
.nav__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none
}
.nav__link-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding: 10px 15px
}
.nav__item.current .nav__link {
  color: #35a900
}
.nav__item.active .nav__link {
  color: #35a900
}
.nav__icon-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin-right: 16px;
  display: none
}
.nav__icon rect {
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.nav__link:active .nav__icon rect,
.nav__link:hover .nav__icon rect {
  fill: none;
  stroke: #35a900
}
.nav__link:active .nav__icon rect:last-child,
.nav__link:hover .nav__icon rect:last-child {
  stroke: none;
  fill: #35a900
}
.nav__icon rect,
.nav__item.current .nav__icon rect {
  fill: none;
  stroke: #fff
}
.nav__icon rect:last-child,
.nav__item.current .nav__icon rect:last-child {
  stroke: none;
  fill: #fff
}
.search {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  display: none
}
.search__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 63px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center
}
.search__icon {
  width: 16px;
  height: 16px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  fill: #fff
}
.search__link:active .search__icon,
.search__link:hover .search__icon {
  fill: #35a900
}
.section-name {
  position: relative
}
.section-name:before {
  content: "";
  display: none;
  width: 5px;
  height: 39px;
  background: #35a900;
  position: absolute;
  left: 0;
  top: 0
}
.section-name_inner {
  margin: 0 0 18px
}
.section-name__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  margin: 0!important;
  font-size: 24px
}
.catalog__list {
  position: relative;
  margin-right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.catalog__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}
.catalog_home .catalog__item:last-child {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -moz-box!important;
  display: flex!important
}
.catalog__all-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 10px;
  background: #35a900;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  text-decoration: none;
  position: relative
}
.catalog__all-block:before {
  content: "";
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  opacity: .11;
  background: url(/local/templates/strop61/css/../images/bg-abstraction-white.png) right center no-repeat;
  background-size: cover
}
.catalog__all-button {
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 15px 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 2;
  position: relative
}
.catalog__all-block:hover .catalog__all-button {
  background: #fff;
  color: #35a900
}
.product {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%
}
.product__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  text-decoration: none;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column
}
.product_price .product__content {
  padding-bottom: 42px
}
.product__img-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.product__img {
  width: 100%;
  max-width: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: .5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}
.product:hover .product__img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}
.product__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  min-height: 84px;
  border-bottom: 2px solid #35a900;
  border-top: 2px solid transparent;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.product_price .product__name {
  border: none
}
.product__title {
  margin: 0!important;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.product:hover .product__name {
  background: #35a900
}
.product:hover .product__title {
  color: #fff
}
.product_price:hover .product__name {
  background: 0 0
}
.product_price:hover .product__title {
  color: #000
}
.product__button-block {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%
}
.product__button-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  text-decoration: none;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  background: #35a900;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  height: 42px;
  border: 2px solid #35a900
}
.product:hover .product__button-download {
  background: 0 0;
  color: #35a900
}
.address {
  background: #fff;
  position: relative
}
.address__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 20px 10px 10px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.address__button-block-gray,
.address__button-block-green,
.address__emails,
.address__information,
.address__phones {
  padding-left: 10px;
  padding-right: 10px
}
.address__information {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%
}
.address__point {
  color: #35a900;
  font-weight: 500;
  margin-bottom: 10px
}
.address__time {
  margin-bottom: 10px;
  position: relative
}
.address__contacts {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.address__button-block-gray,
.address__button-block-green {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 50%
}
.address__button-block-gray {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2
}
.address__button-block-green {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  order: 3
}
.address__button-gray,
.address__button-green {
  border: 2px solid transparent;
  text-transform: uppercase;
  line-height: normal;
  padding: 11px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: block
}
.address__button-gray {
  color: #cfcfcf;
  border-color: #cfcfcf
}
.address__button-gray:active,
.address__button-gray:hover {
  background: #cfcfcf;
  color: #fff
}
.address__button-green {
  color: #35a900;
  border-color: #35a900
}
.address__button-green:active,
.address__button-green:hover {
  background: #35a900;
  color: #fff
}
.address__contacts-elements {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1;
  width: 100%
}
.address__emails,
.address__phones {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  position: relative
}
.address__phones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding-bottom: 5px;
  width: 100%
}
.address__phones-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.address__emails {
  padding-bottom: 10px;
  width: 100%
}
.address__phone {
  width: 100%;
  margin-bottom: 5px
}
.address__phone-link {
  font-size: 18px;
  line-height: normal;
  color: #000;
  text-decoration: none;
  cursor: default
}
.address__email-link {
  line-height: 23px
}
.address__map {
  display: none
}
.address__map-container {
  height: 300px
}
.address__icon-block {
  position: absolute;
  left: 0;
  top: -6px;
  display: none
}
.address__icon {
  width: 36px;
  height: 36px
}
.advantage {
  background: rgba(255,255,255,.1);
  padding: 15px 20px 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%
}
.advantage__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #35a900;
  margin: 0 0 13px
}
.advantage__text {
  margin: 0 0 13px;
  color: #fff
}
.buttons {
  position: fixed;
  z-index: 200;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}
.buttons__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto
}
.buttons__item:first-child {
  margin-top: 0
}
.buttons__link {
  width: auto;
  height: 54px;
  background: #35a900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: none;
  position: relative
}
.buttons__link.active,
.buttons__link:active,
.buttons__link:hover {
  background: #171c27
}
.buttons__icon {
  fill: #fff
}
.buttons__icon_user {
  width: 25px;
  height: 26px
}
.buttons__icon_basket {
  width: 27px;
  height: 22px
}
.buttons__icon_heart {
  width: 25px;
  height: 21px
}
.buttons__icon_phone {
  width: 26px;
  height: 21px
}
.buttons__count {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: red;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -15px
}
.breadcrumbs {
  padding-top: 2px;
  font-weight: 300;
  color: #bfbfbf;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.breadcrumbs__link {
  display: inline-block;
  margin: 0 10px 10px 0;
  color: #bfbfbf;
  text-decoration: none
}
.breadcrumbs__link:active,
.breadcrumbs__link:hover {
  color: #35a900
}
.breadcrumbs__line {
  display: inline-block;
  margin: 0 10px 10px 0
}
.breadcrumbs__last {
  display: inline-block;
  margin: 0 10px 0 0
}
.inner-search {
  margin-bottom: 10px
}
.inner-search__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  margin-right: -10px
}
.inner-search__button-price-list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  display: block;
  margin-right: 10px;
  border: 2px solid #35a900;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  height: 42px;
  width: 90px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  padding: 11px 0
}
.inner-search__button-price-list:active,
.inner-search__button-price-list:hover {
  color: #fff;
  border-color: #fff
}
.inner-search__field {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  margin-right: 10px
}
.inner-search__input {
  display: block;
  width: 100%;
  height: 42px;
  outline: 0;
  background: #2e323c;
  border: none;
  position: relative;
  z-index: 1;
  padding: 0 15px 0 44px;
  font: 300 15px "Akzidenz Grotesk Pro",sans-serif;
  color: #fff
}
.inner-search__button {
  display: block;
  width: 44px;
  height: 100%;
  cursor: pointer;
  outline: 0;
  background: 0 0;
  border: none;
  font-size: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2
}
.inner-search__icon {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  fill: #6f7278
}
.inner-search__button:hover .inner-search__icon {
  fill: #35a900
}
.inner-search__hint {
  font-weight: 300;
  color: rgba(255,255,255,.37);
  margin: 7px 0 0;
  font-size: 13px;
  line-height: 17px
}
.page-info__title {
  color: #fff;
  position: relative;
  padding-left: 38px;
  margin: 0 0 11px
}
.page-info__arrow {
  position: absolute;
  left: 0;
  top: 9px;
  fill: #35a900;
  width: 19px;
  height: 13px
}
.page-info__list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px
}
.page-info__list-item {
  position: relative;
  padding-left: 40px;
  color: #fff;
  font-weight: 300;
  margin-top: 20px
}
.page-info__list-item:first-child {
  margin-top: 0
}
.page-info__list-marker {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #35a900
}
.page-info__list-marker:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #50ea0a
}
.page-info__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  margin-right: -12px
}
.page-info__button-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 12px;
  margin-bottom: 12px
}
.page-info__button-section_request {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto
}
.page-info__button {
  display: block;
  border: 2px solid #35a900;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none
}
.page-info__button_green {
  background: #35a900;
  color: #fff
}
.page-info__button_green:active,
.page-info__button_green:hover {
  border-color: #fff;
  background: #fff;
  color: #35a900
}
.page-info__button_transparent {
  color: #35a900
}
.page-info__button_transparent:active,
.page-info__button_transparent:hover {
  color: #fff;
  border-color: #fff
}
.page-info__button span {
  display: none
}
.sizes-table,
.product-detail table {
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  border: none
}
.sizes-table__tr,
.product-detail table tr {
  display: table-row;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.sizes-table__tr:nth-child(odd) {
  background: #efefef
}
.product-detail table tbody tr:nth-child(even) {
  background: #efefef
}
.sizes-table__tr:first-child {
  border-bottom: 2px solid #35a900;
  background: #fff!important
}
.product-detail table tbody {
  border-top: 2px solid #35a900;
}
.sizes-table__tr:hover {
  background: #d7e9cf
}
.sizes-table__td,
.sizes-table__th,
.product-detail table td,
.product-detail table th {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
  color: #000;
  text-align: left!important;
}
.sizes-table__th,
.product-detail table th {
  padding-bottom: 14px;
  font-weight: 700
}
.sizes-table__td,
.product-detail table td {
  padding-top: 10px;
  padding-bottom: 10px
}
.sizes-table__more-link {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.sizes-table__more-link:hover,
.sizes-table__more-link:active {
  text-decoration: underline;
}
.order-product {
  background: #fff
}
.order-product__header {
  padding: 18.5px 15px
}
.order-product__section-name {
  font-size: 18px;
  margin: 0;
  font-weight: 700
}
.order-product_lk .order-product__section-name {
  font-weight: 400
}
.order-product__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 15px 0;
  position: relative;
  border-top: 1px solid #ececec;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.order-product__img-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}
.order-product__img-link {
  display: block;
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 100%
}
.order-product__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 60px;
  max-height: 60px
}
.order-product__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding-right: 50px;
  position: relative
}
.order-product_lk .order-product__info {
  padding-right: 15px
}
.order-product__main-info {
  position: relative;
  padding-left: 100px;
  min-height: 60px
}
.order-product__title {
  margin: 0;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #35a900;
  position: relative
}
.order-product__title-link {
  color: #35a900;
  text-decoration: none
}
.order-product__title-link:active,
.order-product__title-link:hover {
  text-decoration: underline
}
.order-product__description {
  margin: 15px 0 0;
  font-size: 15px;
  line-height: 19px;
  padding-left: 15px
}
.order-product__sub-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding-left: 15px;
  padding-top: 15px
}
.order-product__sum {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  font-size: 18px;
  line-height: 18px;
  padding: 0 15px 0 0
}
.order-product__count {
  width: 132px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.order-product__count .count {
  background: #ececec
}
.order-product__count-info {
  padding-right: 15px;
  font-size: 18px;
  line-height: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding-top: 10px
}
.order-product__delete-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 20px;
  position: absolute;
  right: 15px;
  top: 15px
}
.order-product__delete-button {
  display: block;
  width: 20px;
  height: 20px;
  text-decoration: none;
  position: relative;
  margin: 0 auto
}
.order-product__delete-button:after,
.order-product__delete-button:before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #e5e5e5
}
.order-product__delete-button:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.order-product__delete-button:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.fancybox-bg {
  opacity: 1!important;
  background: rgba(23,28,39,.92)
}
.fancybox-slide--html {
  padding: 40px 15px
}
.modal {
  width: 850px;
  display: none;
  background: #fff;
  padding: 30px 15px;
  overflow: visible
}
.modal .section-name {
  margin: 0 0 30px
}
.modal__form-string {
  margin: 0 0 35px
}
.modal__form-label {
  color: #9e9e9e;
  margin: -5px 0 5px;
  position: relative
}
.modal__form-submit {
  width: 100%;
  text-align: center;
  height: 42px;
  padding: 0;
  border: 2px solid #35a900;
  font: 400 14px/18px "Akzidenz Grotesk Pro",sans-serif;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0;
  background: #35a900;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  margin-top: 10px
}
.modal__form-submit:active,
.modal__form-submit:hover {
  color: #35a900;
  background: 0 0
}
.modal__form-submit_border {
  background: 0 0;
  color: #35a900
}
.modal__form-submit_border:active,
.modal__form-submit_border:hover {
  background: #35a900;
  color: #fff
}
.modal__form-submit:first-child {
  margin-top: 0!important
}
.modal__close {
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: -30px
}
.modal__close:after,
.modal__close:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px
}
.modal__close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.modal__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.modal__links-auth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  margin-right: -15px
}
.modal__links-auth-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding-right: 15px
}
.modal__links-auth-left .form-checkbox__auth-hidden-text {
  display: none
}
.modal__links-auth-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 15px
}
.modal__link-recovery {
  text-decoration: none;
  -webkit-transition: none;
  transition: none
}
.modal__link-recovery:active,
.modal__link-recovery:hover {
  text-decoration: underline
}
.modal__finish-text {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #000;
  padding: 15px 0 15px;
  max-width: 400px;
  margin: 0 auto
}
.declarations {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px
}
.declarations__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 5px 10px;
  width: 50%
}
.declarations__link {
  text-decoration: none;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  background: #f9f9f9;
  padding: 10px
}
.declarations__img {
  max-width: none;
  width: 100%
}
.pagination {
  position: relative;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px
}
.pagination__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 15px 15px 0
}
.pagination__link {
  display: block;
  min-width: 45px;
  height: 45px;
  text-align: center;
  font-size: 15px;
  line-height: 45px;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  background: #fff;
  padding: 0 5px
}
.pagination__link:active,
.pagination__link:hover {
  color: #fff;
  background: #35a900
}
span.pagination__link {
  color: #fff;
  background: #35a900
}
.table-container {
  overflow: hidden;
  overflow-x: auto;
  width: 100%
}
.table-container_desktop {
  display: none
}
.table-container_desktop th {
  text-align: left;
  vertical-align: bottom;
  font-weight: 700;
  color: #000
}
.table-container_desktop td,
.table-container_desktop th {
  padding: 18px 10px
}
.table-container_desktop tbody {
  margin-top: 20px;
  border-top: 2px solid #35a900
}
.table-container_desktop tbody tr:nth-child(even) {
  background: #efefef
}
.table-container_mobile {
  position: relative;
  margin-left: -15px!important;
  margin-right: -15px!important
}
.table-container_mobile tr:first-child td {
  padding-top: 20px
}
.table-container_mobile tr:last-child td {
  padding-bottom: 20px
}
.table-container_mobile td {
  padding: 10px 15px;
  vertical-align: middle;
  text-align: center
}
.table-container_mobile td:first-child {
  text-align: left;
  font-size: 15px;
  line-height: 19px;
  background: #fff!important
}
.table-container_mobile td:nth-child(2) {
  border-left: 2px solid #35a900
}
.table-container_mobile td:nth-child(odd) {
  background: #efefef
}
.table-container table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  background: #fff;
  border: none;
  font-size: 18px;
  line-height: 23px;
  color: #252525
}
.table-container__rotate-text {
  width: 60px
}
.table-container__rotate-text strong {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: scale(-1,-1);
  transform: scale(-1,-1)
}
.form__string_hidden {
  display: none
}
.form__cover-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-right: -30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end
}
.form__field {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  padding-right: 30px;
  margin-bottom: 24px
}
.form__field_radio {
  margin-bottom: 13px
}
.form__label {
  display: block;
  color: #9e9e9e;
  margin: 0 0 5px
}
.form__field-wrapper {
  position: relative;
  padding-bottom: 1px
}
.form__button-edit {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 36px;
  z-index: 2;
  cursor: pointer;
  display: none
}
.form__button-edit-icon {
  display: block;
  width: 18px;
  height: 18px;
  fill: #e2e2e2;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px
}
.form__button-edit:hover .form__button-edit-icon {
  fill: #35a900
}
.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  padding-bottom: 54px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.active-nav .wrapper {
  margin-right: -270px;
  padding-left: 270px
}
.wrapper__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto
}
.wrapper__footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.header {
  background: #171c27;
  left: 0;
  top: 0;
  width: 100%
}
.header__cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  height: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  z-index: 100
}
.header__pull {
  cursor: pointer;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
  display: block
}
.header__pull:after,
.header__pull:before {
  content: "";
  display: block;
  width: 18px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.header__pull:before {
  top: 2px
}
.header__pull:after {
  top: 12px
}
.header__pull.active-nav:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px
}
.header__pull.active-nav:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px
}
.header__contacts {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.header__phone {
  display: block;
  text-decoration: none;
  color: #fff;
  margin: 0 8px;
  font-size: 21px;
  font-weight: 700;
  line-height: normal
}
.banner {
  background: #171c27;
  overflow: hidden;
  position: relative
}
.banner__content {
  height: 100%;
  position: relative
}
.banner__content:after,
.banner__content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}
.banner__content:before {
  background: url(/local/templates/strop61/css/../images/bg-grid.png) left top repeat;
  z-index: 2;
  display: block
}
.banner__content:after {
  background: url(/local/templates/strop61/css/../images/bg-banner.jpg) center center no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: .12;
  display: block
}
.banner__abstraction {
  position: absolute;
  right: -220px;
  top: -160px;
  height: 462px;
  width: auto;
  z-index: 3
}
.banner__img-1,
.banner__img-2,
.banner__img-3 {
  position: absolute;
  max-width: none
}
.banner__img-1 {
  width: 124px;
  height: 435px;
  right: 215px;
  z-index: 4;
  top: -107px;
  display: none
}
.banner__img-2 {
  width: 110px;
  height: 204px;
  right: -20px;
  z-index: 4;
  top: 4px
}
.banner__img-3 {
  width: 809px;
  height: 699px;
  right: 0;
  z-index: 2;
  display: none;
  top: -90px
}
.banner__cover {
  z-index: 5;
  padding-bottom: 10px
}
.banner__information {
  width: 230px;
  padding-top: 40px;
  margin-bottom: 15px
}
.banner__title {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px
}
.banner__button {
  display: inline-block;
  margin-top: 32px;
  border: 2px solid #35a900;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #35a900;
  padding: 10px 35px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none
}
.banner__button:active,
.banner__button:hover {
  border-color: #fff;
  background: 0 0;
  color: #fff
}
.banner__advantages {
  position: relative;
  padding-top: 13px;
  z-index: 7
}
.banner__advantages-title {
  margin: 0;
  font-size: 73px;
  font-weight: 900;
  line-height: 73px;
  color: rgba(255,255,255,.08);
  position: relative;
  display: block
}
.banner__advantages-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -10px 0 0
}
.banner__advantage-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}
.range {
  background: #ececec;
  overflow: hidden
}
.range__cover {
  padding-top: 28px;
  padding-bottom: 20px
}
.range__section-name {
  margin-bottom: 17px
}
.addresses {
  background: #ececec;
  overflow: hidden
}
.addresses__cover {
  padding-bottom: 30px
}
.addresses__item {
  margin-top: 10px
}
.addresses__item_inner {
  margin-top: 20px
}
.addresses__item:first-child {
  margin-top: 0!important
}
.footer__logos {
  background: #f1f1f1
}
.footer__logos-cover {
  overflow: hidden
}
.footer__logos-content {
  position: relative;
  overflow: hidden;
  padding-top: 22px
}
.footer__main-logo {
  position: relative
}
.footer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  text-decoration: none;
  margin-bottom: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.footer__icon-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.footer__logo-icon {
  width: 56px;
  height: 56px;
  fill: #d6d6d6
}
.footer__main-logo .footer__logo-icon path:nth-child(1),
.footer__main-logo .footer__logo-icon path:nth-child(3),
.footer__main-logo .footer__logo-icon path:nth-child(6) {
  fill: #35a900
}
.footer__main-logo .footer__logo-icon path:nth-child(2),
.footer__main-logo .footer__logo-icon path:nth-child(5) {
  fill: #ffc700
}
.footer__main-logo .footer__logo-icon path:nth-child(4) {
  fill: #4e99f7
}
.footer__main-logo .footer__logo-icon path:nth-child(7) {
  fill: red
}
.footer__logo-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding-left: 18px
}
.footer__logo-name-text {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #252525;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.footer__logo-description {
  margin: 1px 0 0;
  font: 400 14px/18px "PT Russia Text",sans-serif;
  color: #707070
}
.footer__all-logos {
  display: none
}
.footer__logo.active .footer__logo-name-text,
.footer__logo:active .footer__logo-name-text,
.footer__logo:hover .footer__logo-name-text {
  color: #d6d6d6
}
.footer__logo_main.active .footer__logo-name-text,
.footer__logo_main:active .footer__logo-name-text,
.footer__logo_main:hover .footer__logo-name-text {
  color: #252525
}
.footer__logos-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 13px;
  cursor: pointer
}
.footer__logos-arrow-icon {
  width: 13px;
  height: 8px;
  stroke: #c6c6c6;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.footer__logos-arrow.active .footer__logos-arrow-icon {
  -webkit-transform: scale(1,-1);
  transform: scale(1,-1)
}
.footer__logos-arrow:hover .footer__logos-arrow-icon {
  stroke: #000
}
.footer__information {
  background: #ececec;
  font-size: 12px;
  line-height: 15px;
  overflow: hidden
}
.footer__information-cover {
  padding-bottom: 25px;
  padding-top: 10px
}
.footer__information-content {
  position: relative;
  color: #000
}
.footer__copyright,
.footer__policy,
.footer__studio {
  text-align: center;
  margin-top: 15px
}
.footer__copyright br,
.footer__policy br,
.footer__studio br {
  display: none
}
.footer__copyright {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto
}
.footer__policy {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto
}
.footer__studio {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.footer__policy-link {
  color: #000;
  text-decoration: none
}
.footer__policy-link:active,
.footer__policy-link:hover {
  text-decoration: underline
}
.footer__studio-link {
  color: #000;
  text-decoration: none
}
.footer__studio-link:active,
.footer__studio-link:hover {
  text-decoration: underline
}
.products {
  background: #ececec;
  overflow: hidden
}
.products__cover {
  padding-top: 30px;
  padding-bottom: 20px
}
.inner-banner {
  background: #171c27;
  position: relative
}
.inner-banner__abstraction {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
  background: url(/local/templates/strop61/css/../images/bg-abstraction-gradient.png) right center no-repeat;
  background-size: auto 100%
}
.inner-banner__bg-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1
}
.inner-banner .header {
  position: absolute;
  z-index: 100;
  background: 0 0
}
.inner-banner__wrapper {
  position: relative;
  padding-top: 75px;
  overflow: hidden
}
.inner-banner__wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background: url(/local/templates/strop61/css/../images/bg-grid.png) left top repeat
}
.inner-banner__content {
  position: relative;
  z-index: 10
}
.inner-banner__name-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  margin-right: -30px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center
}
.inner-banner__title {
  margin: 0!important;
  color: #fff;
  padding: 0 30px 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto
}
.inner-banner__name-button {
  display: none;
  font-weight: 500;
  font-size: 23px;
  line-height: 29px;
  color: #35a900;
  border: 2px solid #35a900;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin-right: 30px;
  padding: 22px 50px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.inner-banner__name-button:active,
.inner-banner__name-button:hover {
  border-color: #fff;
  color: #fff
}
.inner-banner__page-name {
  color: #fff
}
.product-info {
  background: #fff
}
.product-info__cover {
  padding-top: 11px
}
.product-info__name {
  margin: 0 0 11px
}
.product-info__img-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  height: 217px;
  position: relative;
  padding-bottom: 17px;
  overflow: hidden
}
.product-info__img-cover {
  position: relative;
  width: 100%;
  height: 100%
}
.product-info__img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto
}
.product-info__description {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto
}
.product-info__link-sizes-block {
  text-align: right;
  padding-top: 22px
}
.product-info__link-sizes {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  color: #35a900;
  text-decoration: none;
  text-transform: uppercase
}
.product-info__link-sizes-text {
  background-image: -webkit-gradient(linear,left top,right top,color-stop(40%,#35a900),color-stop(40%,transparent));
  background-image: -webkit-linear-gradient(left,#35a900 40%,transparent 40%);
  background-image: linear-gradient(to right,#35a900 40%,transparent 40%);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 5px 1px
}
.product-info__icon-question {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: -1px
}
.product-info__icon-question circle {
  fill: none;
  stroke: #35a900
}
.product-info__icon-question path {
  fill: #35a900
}
.product-info__width {
  margin-bottom: 30px;
  position: relative;
}
.product-info__width-label {
  color: #b8b8b8;
  margin: 0 0 20px
}
.product-info__carrying {
  margin-bottom: 15px;
}
.product-info__sub-info {
  background: #fafafa;
  padding: 15px 15px 0 15px;
  overflow: hidden;
  position: relative;
}
.product-info__count-price {
  position: relative;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}
.product-info__price-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding-right: 15px;
  margin-bottom: 15px
}
.product-info__count-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 137px
}
.product-info__price-label {
  color: #000;
  line-height: 15px;
  margin-bottom: 5px
}
.product-info__price-label_hidden {
  display: none;
}
.product-info__price {
  font-size: 24px;
  line-height: 24px;
  color: #35a900
}
.product-info__price-label_hidden + .product-info__price {
  padding-top: 20px;
}
.product-info__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  margin-right: -15px
}
.product-info__button-add {
  display: block;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  height: 42px;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: 0;
  cursor: pointer;
  background: #35a900;
  color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border: 2px solid #35a900
}
.product-info__button-add:active,
.product-info__button-add:hover {
  color: #35a900;
  border-color: #35a900;
  background: 0 0
}
.product-info__favorite {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 15px 15px 0
}
.product-info__favorite-input {
  display: none
}
.product-info__favorite-marker {
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: #e1e1e1;
  position: relative
}
.product-info__favorite-input:checked + .product-info__favorite-marker {
  background: #35a900
}
.product-info__favorite-icon {
  width: 20px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -10px;
  fill: #000;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.product-info__favorite-input:checked + .product-info__favorite-marker .product-info__favorite-icon {
  fill: #fff
}
.product-detail {
  background: #fff
}
.product-detail__cover {
  padding-bottom: 17px
}
.product-detail__tabs {
  overflow: hidden;
  padding: 0 15px;
  margin: 0 -15px;
  position: relative
}
.product-detail__nav {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  position: relative;
  border-bottom: 2px solid #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}
.product-detail__nav-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 50%
}
.product-detail__nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 15px;
  position: relative;
  margin-bottom: -2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 59px;
  width: 100%
}
.product-detail__nav-item.active .product-detail__nav-link {
  border-bottom-color: #35a900;
  color: #35a900
}
.product-detail__tab-content {
  padding-top: 30px;
  display: none
}
.product-detail__table {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  overflow-x: auto;
  overflow-y: hidden;
}
.product-detail__button-download {
  display: block;
  border: 2px solid #35a900;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  text-align: center;
  margin-top: 15px
}
.product-detail__button-download:active,
.product-detail__button-download:hover {
  background: #35a900;
  color: #fff
}
.inner-advantages {
  background: #fff
}
.inner-advantages__title {
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 20px
}
.inner-advantages__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0 -10px 0 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.inner-advantages__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex
}
.inner-advantages__item-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  background: #35a900;
  position: relative;
  padding: 15px 20px 2px
}
.inner-advantages__item-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(/local/templates/strop61/css/../images/bg-abstraction-white.png) right center no-repeat;
  background-size: auto 100%;
  opacity: .2
}
.inner-advantages__item-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  color: #fff;
  margin: 0 0 13px
}
.inner-advantages__item-text {
  margin: 0 0 13px;
  color: #fff;
  font-weight: 300
}
.inner-carousel {
  background: #ececec;
  padding-bottom: 15px
}
.inner-carousel__header {
  padding-top: 28px;
  padding-bottom: 14px
}
.inner-carousel__container {
  position: relative
}
.inner-carousel__slider-wrapper {
  overflow: hidden
}
.inner-carousel__slider {
  position: relative;
  display: none;
  margin: 0 -5px
}
.inner-carousel .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-left: 0;
  margin-right: 0;
  display: flex
}
.inner-carousel .slick-track:after,
.inner-carousel .slick-track:before {
  display: none
}
.inner-carousel .slick-slide {
  float: none;
  height: auto;
  min-height: 0;
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -moz-box!important;
  display: flex!important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.inner-carousel .slick-slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%
}
.inner-carousel__slide {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -moz-box!important;
  display: flex!important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%!important;
  padding: 0 5px
}
.category-description {
  background: #ececec;
  overflow: hidden
}
.category-description__cover {
  padding-top: 10px;
  padding-bottom: 30px
}
.contacts-list {
  background: #ececec
}
.contacts-list__cover {
  padding-top: 20px;
  padding-bottom: 50px
}
.contacts-list__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background: #fff
}
.contacts-list__nav-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 50%
}
.contacts-list__nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 59px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  font-size: 15px;
  line-height: 19px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 0 15px;
  font-weight: 500;
  width: 100%
}
.contacts-list__nav-item.active .contacts-list__nav-link {
  color: #35a900;
  border-bottom-color: #35a900
}
.contacts-list__content {
  padding-top: 20px;
  display: none
}
.contacts-list__content_requisites {
  padding-top: 0;
  background: #fff
}
.contacts-list__requisites-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 12px 15px 7px;
  color: #000;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.contacts-list__requisites-item:nth-child(odd) {
  background: #ececec
}
.contacts-list__requisites-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  font-weight: 700;
  margin-bottom: 5px
}
.contacts-list__requisites-name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 5px
}
.contacts-list__requisites-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  width: 100%;
  margin-bottom: 5px
}
.order-products {
  background: #ececec
}
.order-products__cover {
  padding-top: 10px;
  padding-bottom: 10px
}
.order-products__section {
  margin-top: 10px
}
.order-products__section:first-child {
  margin-top: 0
}
.order-products__itog {
  background: #fff;
  padding: 15px 0 15px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.order-products__itog-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.order-products__itog-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  padding-right: 15px;
  font-size: 15px;
  line-height: 19px
}
.order-products__itog-sum {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 15px;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  color: #35a900
}
.order-products__itog-button-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 15px;
  width: 100%;
  margin-top: 15px
}
.order-products__itog-button {
  padding: 10px 5px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: #35a900;
  border: 2px solid #35a900;
  text-decoration: none;
  display: block
}
.order-products__itog-button:active,
.order-products__itog-button:hover {
  color: #35a900;
  background: 0 0
}
.lk {
  background: #ececec
}
.lk__cover {
  padding-top: 20px;
  padding-bottom: 20px
}
.lk__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background: #fff
}
.lk__nav-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 50%
}
.lk__nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 59px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  font-size: 15px;
  line-height: 19px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 0 15px;
  font-weight: 500;
  width: 100%
}
.lk__nav-item.active .lk__nav-link {
  color: #35a900;
  border-bottom-color: #35a900
}
.lk__content {
  padding-top: 20px;
  display: none
}
.lk__order {
  margin-top: 20px;
  background: #fff
}
.lk__order:first-child {
  margin-top: 0
}
.lk__order-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 20px 50px 20px 15px;
  border-bottom: 1px solid #ececec;
  position: relative;
  cursor: pointer
}
.lk__order-arrow {
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer
}
.lk__order-arrow-icon {
  display: block;
  width: 18px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -4px;
  stroke: #000;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.lk__order.active .lk__order-arrow-icon {
  -webkit-transform: scale(1,-1);
  transform: scale(1,-1)
}
.lk__order-number,
.lk__order-status,
.lk__order-sum {
  padding-right: 15px
}
.lk__order-number {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 700
}
.lk__order-sum {
  width: 370px;
  display: none;
  font-size: 36px;
  line-height: normal
}
.lk__order-status {
  font-size: 15px;
  line-height: 19px
}
.lk__order-status_green {
  color: #35a900
}
.lk__order-status_red {
  color: red
}
.lk__order-status_yellow {
  color: #f90
}
.lk__order-content {
  display: none
}
.lk__order.active .lk__order-content {
  display: block
}
.lk__info {
  background: #fff;
  padding: 30px 15px 15px;
  position: relative
}
.lk__info-fields {
  width: 100%
}
.lk__info-submit {
  width: 100%;
  text-align: center;
  height: 60px;
  padding: 0;
  border: 2px solid #35a900;
  font: 400 18px/23px "Akzidenz Grotesk Pro",sans-serif;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0;
  background: #35a900;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.lk__info-submit:active,
.lk__info-submit:hover {
  color: #35a900;
  background: 0 0
}
.price-list {
  background: #ececec
}
.price-list__cover {
  padding-top: 30px;
  padding-bottom: 20px
}
.about {
  overflow: hidden;
  padding-bottom: 20px
}
.about__text {
  background: #fff;
  overflow: hidden;
  margin-bottom: 15px
}
.about__cover {
  padding-top: 14px
}
.about__container {
  overflow: hidden;
  margin-bottom: 15px
}
.about__container-info {
  background: #fff
}
.about__container-info .section-name {
  margin: 0
}
.about__container-info .section-name__title {
  font-size: 18px
}
.about__container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 5px 45px 5px 15px;
  cursor: pointer;
  position: relative;
  height: 60px
}
.about__container-text {
  display: none;
  padding: 0 15px 30px
}
.about__container-arrow {
  width: 12px;
  height: 6px;
  stroke: #c6c6c6;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.about__container.active .about__container-arrow {
  -webkit-transform: scale(1,-1);
  transform: scale(1,-1)
}
.directory {
  background: #ececec
}
.directory__cover {
  padding-top: 30px;
  padding-bottom: 15px
}
.directory__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background: #fff;
  padding: 18px 15px 15px;
  position: relative;
  margin-top: 10px
}
.directory__item:first-child {
  margin-top: 0
}
.directory__item_no-image {
  min-height: 0!important
}
.directory__img-block {
  width: 100%;
  margin: 0 0 10px
}
.directory__img-container {
  display: block;
  width: 100%;
  height: 140px;
  border: 1px solid #ececec;
  background: #fff
}
.directory__img-link {
  display: block;
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 100%
}
.directory__img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}
.directory__content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  min-width: 0
}
.directory__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto
}
.directory__button-blok {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end
}
.directory__title {
  font-weight: 700;
  font-size: 18px;
  color: #35a900;
  margin: 0 0 18px
}
.directory__title-link {
  text-decoration: none;
  color: #35a900
}
.directory__title-link:active,
.directory__title-link:hover {
  text-decoration: underline
}
.directory__button {
  border: 2px solid #e4e4e4;
  background: #fff;
  padding: 9.5px 23px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 19px;
  color: #cfcfcf;
  font-weight: 500;
  text-decoration: none;
  display: block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.directory__button:active,
.directory__button:hover {
  background: #35a900;
  border-color: #35a900;
  color: #fff
}
.text {
  background: #fff;
  margin-bottom: 30px
}
.text__cover {
  padding-top: 11px;
  padding-bottom: 15px
}
.text .section-name {
  padding: 0;
  margin: 0 0 16px
}
.text .section-name:before {
  display: none
}
.text__preview-img {
  border: 1px solid #ececec;
  background: #fff;
  position: relative;
  height: 140px;
  margin: 0 0 20px
}
.text__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%
}
.text .table-container {
  margin: 30px 0
}
.order-step__content {
  background: #fff;
  padding: 22px 15px 15px;
  position: relative;
  margin: 0 -15px
}
.order-step__types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative
}
.order-step__type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 12px
}
.order-step__type-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  cursor: pointer
}
.order-step__type-input {
  display: none
}
.order-step__type-marker {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #35a900;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.order-step__type-input:checked + .order-step__type-marker {
  border-width: 6px
}
.order-step__type-text {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding-left: 15px;
  font-weight: 700;
  color: #000;
  line-height: normal;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-size: 18px;
  padding-top: 2px
}
.order-step__type-input:checked + .order-step__type-marker + .order-step__type-text {
  color: #35a900
}
.order-step__bars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  padding-top: 13px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.order-step__left-bar,
.order-step__right-bar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto
}
.order-step__left-bar {
  width: 100%
}
.order-step__right-bar {
  width: 100%;
  padding-top: 15px
}
.order-step__section:first-child {
  margin-top: 0
}
.order-step__section .section-name {
  margin: 0 0 22px
}
.order-step__section .section-name__title {
  padding-right: 0
}
.order-step__itog {
  background: #f2f2f2;
  padding: 25px 20px 25px
}
.order-step__itog-sum {
  font-size: 24px;
  line-height: 24px;
  color: #161616
}
.order-step__itog-sum span {
  display: inline-block;
  color: #35a900
}
.order-step__sum-list {
  margin: 15px 0 0
}
.order-step__sum-string {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  margin-right: -20px;
  font-size: 15px;
  line-height: 15px;
  margin-top: 5px
}
.order-step__sum-string:first-child {
  margin-top: 0
}
.order-step__sum-name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 20px;
  width: 165px
}
.order-step__link-edit {
  display: inline-block;
  margin: 15px 0 0;
  font-size: 15px;
  line-height: 19px;
  color: #35a900;
  text-decoration: none;
  background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,#35a900),color-stop(50%,transparent));
  background-image: -webkit-linear-gradient(left,#35a900 50%,transparent 50%);
  background-image: linear-gradient(to right,#35a900 50%,transparent 50%);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 2px
}
.order-step__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.order-step__submit {
  width: 100%;
  text-align: center;
  height: 60px;
  padding: 0;
  border: 2px solid #35a900;
  font: 400 18px/23px "Akzidenz Grotesk Pro",sans-serif;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0;
  background: #35a900;
  margin-top: 60px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: block;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2
}
.order-step__submit:active,
.order-step__submit:hover {
  color: #35a900;
  background: 0 0
}
.order-step__ahtungs {
  padding-top: 20px;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1
}
.order-step__ahtung {
  margin-top: 20px
}
.order-step__ahtung:first-child {
  margin-top: 0
}
.modal__characteristic-string {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: normal;
  border-top: 2px solid #f1f1f1;
}
.modal__characteristic-string:first-child {
  border-top: none;
  padding-top: 0;
}
.modal__characteristic-string:last-child {
  padding-bottom: 0;
}
.modal__characteristic-name {
  font-weight: 700;
}
.modal__characteristic-value {
  padding-top: 5px;
}
.service {
  background: #fff;
  margin-bottom: 30px;
}
.service__cover {
  overflow: hidden;
  padding-top: 40px
}
.service .text-info {
  padding: 35px 0 15px
}
.content-contacts {
  background: #fafafa;
  padding: 17px 15px;
  text-align: center;
  position: relative
}
.content-contacts__label {
  font-size: 18px;
  line-height: 27px
}
.content-contacts__phone {
  font-size: 25px;
  line-height: normal
}
.content-contacts__phone-link {
  color: #35a900;
  text-decoration: none;
  cursor: default
}
.modal__form-captcha {
  position: relative;
  margin: 0 -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.modal__form-captcha-img-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  padding: 0 5px;
  width: 100%;
  margin-bottom: 10px;
}
.modal__form-captcha-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding: 0 5px;
}
.modal__form-captcha-img {
  height: 42px;
}
@media screen and (min-width:480px) {
  .jq-file__name {
    height: 64px
  }
  .product__name {
    padding: 5px 10px
  }
  .buttons {
    right: 15px;
    top: 50%;
    bottom: auto;
    width: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block
  }
  .buttons__item {
    margin-top: 7px
  }
  .buttons__link {
    width: 50px;
    height: 50px
  }
  .buttons__icon_user {
    width: 17px;
    height: 18px
  }
  .buttons__icon_basket {
    width: 19px;
    height: 16px
  }
  .buttons__icon_heart {
    width: 17px;
    height: 14px
  }
  .buttons__icon_phone {
    width: 18px;
    height: 14px
  }
  .buttons__count {
    left: -10px;
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px
  }
  .fancybox-slide--html {
    padding: 15px 40px
  }
  .modal {
    padding: 30px
  }
  .modal__close {
    right: -30px;
    top: 0
  }
  .modal__links-auth-left .form-checkbox__auth-hidden-text {
    display: inline
  }
  .wrapper {
    padding-bottom: 0
  }
  .order-products__itog {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .order-products__itog-wrapper {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto
  }
  .order-products__itog-button-block {
    width: auto;
    margin-top: 0
  }
}
@media screen and (min-width:600px) {
  .jq-selectbox__select {
    font-size: 18px;
    height: 59px;
    padding-left: 15px
  }
  .jq-selectbox__select-text {
    padding-top: 17px
  }
  .jq-selectbox__trigger-arrow {
    top: 25px
  }
  .jq-selectbox__dropdown {
    font-size: 18px
  }
  .jq-selectbox ul {
    max-height: 177px!important
  }
  .jq-selectbox li {
    padding: 17.5px 15px
  }
  .count {
    height: 59px
  }
  .count__field {
    font-size: 18px
  }
  .form-input,
  .form-textarea {
    font-size: 18px
  }
  .form-input {
    padding: 0 15px;
    height: 59px
  }
  .form-textarea {
    padding: 15px;
    height: 130px
  }
  .catalog__list {
    margin-right: -20px
  }
  .catalog__item {
    padding-right: 20px;
    margin-bottom: 20px
  }
  .catalog__all-block {
    padding: 30px
  }
  .catalog__all-block:before {
    background-position: 50px center
  }
  .product_price .product__content {
    padding-bottom: 53px
  }
  .product__name {
    min-height: 90px;
    padding: 5px 20px
  }
  .product__title {
    font-size: 18px;
    line-height: 22px
  }
  .product__button-download {
    font-size: 20px;
    line-height: 25px;
    height: 53px
  }
  .breadcrumbs {
    padding-top: 26px;
    padding-bottom: 6px;
    white-space: normal;
    overflow: visible
  }
  .inner-search {
    margin-bottom: 20px
  }
  .inner-search__hint {
    font-size: 15px;
    line-height: 19px;
    margin: 10px 0 0
  }
  .page-info__title {
    font-size: 36px;
    padding-left: 50px;
    margin-bottom: 20px
  }
  .page-info__arrow {
    width: 37px;
    height: 25px;
    top: 11px
  }
  .page-info__list {
    margin-bottom: 33px
  }
  .page-info__buttons {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .page-info__button-section_request {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
  }
  .page-info__button {
    padding: 18px 40px;
    font-size: 15px;
    line-height: 19px
  }
  .page-info__button span {
    display: inline
  }
  .order-product__header {
    padding-top: 14.5px;
    padding-bottom: 14.5px
  }
  .order-product__section-name {
    font-size: 24px
  }
  .order-product__img-block {
    width: 150px
  }
  .order-product__main-info {
    min-height: 75px
  }
  .order-product__main-info {
    padding-left: 150px
  }
  .order-product__title {
    font-size: 18px;
    line-height: 23px
  }
  .order-product__description {
    font-size: 18px;
    line-height: 23px
  }
  .order-product__sum {
    font-size: 24px;
    line-height: 24px
  }
  .order-product__count {
    width: 152px
  }
  .order-product__count-info {
    font-size: 24px;
    line-height: 24px
  }
  .modal__form-submit {
    font-size: 15px;
    line-height: 19px;
    height: 59px
  }
  .declarations__item {
    width: 33.3333333333%
  }
  .banner__abstraction {
    height: 100%;
    right: -260px;
    top: 0
  }
  .banner__img-2 {
    width: 200px;
    height: 370px;
    right: 14px;
    top: -28px
  }
  .banner__information {
    width: 340px;
    padding-top: 67px
  }
  .banner__title {
    font-size: 36px;
    line-height: 36px
  }
  .banner__title span {
    font-weight: 300
  }
  .banner__button {
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    background: #35a900;
    padding: 18px 40px;
    margin-top: 47px
  }
  .range__cover {
    padding-bottom: 10px
  }
  .products__cover {
    padding-bottom: 10px
  }
  .inner-banner__wrapper:before {
    top: 75px
  }
  .inner-banner__name-page {
    padding-bottom: 33px
  }
  .inner-banner__title {
    font-size: 36px
  }
  .inner-banner__page-name {
    font-size: 36px;
    margin-bottom: 30px
  }
  .product-info__cover {
    padding-top: 22px
  }
  .product-info__name {
    font-size: 36px;
    margin: 0 0 20px
  }
  .product-info__img-block {
    height: 430px;
    padding-bottom: 30px;
  }
  .product-info__width-label {
    font-size: 18px;
    line-height: normal
  }
  .product-info__price-block {
    padding-top: 3px
  }
  .product-info__price-label {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px
  }
  .product-info__price-label_hidden + .product-info__price {
    padding-top: 28px;
  }
  .product-info__button-add {
    height: 59px;
    font-size: 15px;
    line-height: 19px;
    padding: 19px 0
  }
  .product-info__favorite {
    width: 59px;
    height: 59px
  }
  .product-info__favorite-marker {
    width: 59px;
    height: 59px
  }
  .product-detail__button-download {
    font-size: 15px;
    line-height: 19px;
    padding-top: 18px;
    padding-bottom: 18px
  }
  .contacts-list__requisites-item {
    padding: 12px 0 12px 30px;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 18px;
    line-height: 23px
  }
  .contacts-list__requisites-title {
    padding-right: 30px;
    margin-bottom: 0
  }
  .contacts-list__requisites-name {
    padding-right: 30px;
    width: 240px;
    margin-bottom: 0
  }
  .contacts-list__requisites-text {
    padding-right: 30px;
    margin-bottom: 0
  }
  .order-products__cover {
    padding-top: 30px;
    padding-bottom: 30px
  }
  .order-products__section {
    margin-top: 30px
  }
  .order-products__itog-label {
    font-size: 18px;
    line-height: 23px
  }
  .order-products__itog-label {
    margin-bottom: 5px
  }
  .order-products__itog-sum {
    font-size: 24px;
    line-height: 24px
  }
  .order-products__itog-button {
    padding: 18px 40px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500
  }
  .lk__order-header {
    padding-top: 18px;
    padding-bottom: 18px
  }
  .lk__order-number {
    font-size: 24px
  }
  .lk__order-status {
    font-size: 18px;
    line-height: 23px
  }
  .price-list__cover {
    padding-bottom: 10px
  }
  .directory__item {
    padding: 340px 25px 25px;
    min-height: 360px;
    margin-top: 20px
  }
  .directory__item_no-image {
    padding-top: 30px
  }
  .directory__img-block {
    position: absolute;
    left: 0;
    top: 45px;
    padding: 0 25px;
    margin: 0
  }
  .directory__img-container {
    height: 270px
  }
  .directory__button-blok {
    padding-top: 10px
  }
  .directory__title {
    font-size: 24px;
    margin: 0 0 25px
  }
  .text__preview-img {
    height: 270px
  }
  .order-step__cover {
    padding-bottom: 35px;
    padding-top: 25px
  }
  .order-step__content {
    margin: 0
  }
  .service {
    margin-bottom: 20px;
  }
  .modal__form-captcha {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .modal__form-captcha-img-wrapper {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width:768px) {
  .jq-selectbox__select {
    height: 72px;
    padding: 0 56px 0 30px;
    font-size: 24px
  }
  .jq-selectbox__select-text {
    padding-top: 19px
  }
  .jq-selectbox__trigger {
    width: 56px
  }
  .jq-selectbox__trigger-arrow {
    top: 28px;
    right: 21px;
    width: 11px;
    height: 11px
  }
  .jq-selectbox__dropdown {
    font-size: 24px
  }
  .jq-selectbox ul {
    max-height: 360px!important
  }
  .jq-selectbox li {
    padding: 20.5px 56px 20.5px 30px
  }
  .jq-selectbox li:before {
    display: block
  }
  .irs,
  .irs--flat {
    height: 90px
  }
  .irs {
    font-size: 18px
  }
  .irs--flat .irs-line {
    top: 53px
  }
  .irs--flat .irs-bar {
    top: 53px
  }
  .irs--flat .irs-handle {
    top: 44px
  }
  .irs--flat .irs-max,
  .irs--flat .irs-min {
    font-size: 24px;
    line-height: 24px
  }
  .irs--flat .irs-from,
  .irs--flat .irs-single,
  .irs--flat .irs-to {
    font-size: 36px;
    line-height: 36px
  }
  .count {
    height: 83px;
    padding: 0 70px
  }
  .count__field {
    font-size: 36px
  }
  .count__button {
    width: 70px
  }
  .count__button:after {
    height: 18px;
    margin-top: -9px
  }
  .count__button:before {
    width: 18px;
    margin-left: -9px
  }
  .form-input,
  .form-textarea {
    font-size: 24px
  }
  .form-input {
    padding: 0 30px;
    height: 72px
  }
  .form-input:-moz-read-only {
    font-size: 36px;
    height: 47px;
    margin-bottom: 15px;
    padding-right: 65px
  }
  .form-input:read-only {
    font-size: 36px;
    height: 47px;
    margin-bottom: 15px;
    padding-right: 65px
  }
  .form-textarea {
    padding: 20px 30px
  }
  .form-checkbox__marker {
    width: 25px;
    height: 25px
  }
  .form-checkbox__icon {
    width: 14px;
    height: 10px;
    margin-left: -7px;
    margin-top: -5px
  }
  .form-checkbox__text {
    font-size: 18px;
    line-height: 23px
  }
  .form-checkbox__text_big {
    font-size: 24px;
    line-height: 31px;
    position: relative;
    margin-top: -3px
  }
  .form-radio__marker {
    width: 30px;
    height: 30px
  }
  .form-radio__input:checked + .form-radio__marker {
    border-width: 6px
  }
  .form-radio__text {
    font-size: 18px;
    line-height: 23px;
    padding-top: 5px
  }
  .form-radio__text_big {
    font-size: 24px;
    line-height: 31px;
    padding-top: 0;
    padding-left: 15px
  }
  .jq-file__name {
    font-size: 17px;
    line-height: 25px
  }
  .logo {
    width: auto;
    margin: 0
  }
  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: auto;
    background: 0 0;
    position: relative;
    top: 0;
    height: 100%;
    border-top: none;
    border-bottom: none
  }
  .nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin: 0 -17px 0 0;
    padding: 0
  }
  .nav__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
  }
  .nav__link:active,
  .nav__link:hover {
    color: #35a900
  }
  .nav__link-text {
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    padding: 0 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
  }
  .nav__link_selected .nav__link-text {
    border-bottom-color: #35a900
  }
  .nav__item.current .nav__link {
    background: #35a900;
    border-color: #35a900;
    color: #fff
  }
  .nav__icon-block {
    display: block
  }
  .section-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 3px 0 3px 29px;
    margin-right: -24px
  }
  .section-name:before {
    display: block
  }
  .section-name__title {
    padding-right: 24px
  }
  .catalog__item {
    width: 33.3333333333%
  }
  .address__content {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 25px 15px 0
  }
  .address__button-block-gray,
  .address__button-block-green,
  .address__emails,
  .address__information,
  .address__phones {
    padding-left: 15px;
    padding-right: 15px
  }
  .address__information {
    width: 44%
  }
  .address__point {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 25px
  }
  .address__time {
    margin-bottom: 25px
  }
  .address__button-block-gray {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1
  }
  .address__button-block-green {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2
  }
  .address__button-gray,
  .address__button-green {
    margin-bottom: 25px
  }
  .address__contacts-elements {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
    width: auto
  }
  .address__phones {
    padding-bottom: 25px;
    width: 50%
  }
  .address__emails {
    padding-bottom: 25px;
    width: 50%
  }
  .inner-search__button-price-list {
    display: none
  }
  .inner-search__input {
    height: 77px;
    padding: 0 25px 0 74px;
    font-size: 23px
  }
  .inner-search__button {
    width: 74px
  }
  .inner-search__icon {
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px
  }
  .inner-search__hint {
    font-size: 18px;
    line-height: 23px
  }
  .page-info__title {
    margin: 0 0 40px
  }
  .page-info__list {
    margin-bottom: 45px
  }
  .page-info__list-item {
    font-size: 23px;
    line-height: normal;
    padding-left: 60px;
    margin-top: 20px
  }
  .page-info__list-marker {
    width: 24px;
    height: 24px;
    top: 3px
  }
  .page-info__list-marker:before {
    width: 12px;
    height: 12px
  }
  .page-info__buttons {
    margin-right: -25px
  }
  .page-info__button-section {
    padding-right: 25px;
    margin-bottom: 25px
  }
  .page-info__button {
    padding-right: 25px;
    margin-bottom: 25px;
    font-size: 23px;
    line-height: 29px;
    padding: 25px 30px
  }
  .sizes-table__td,
  .sizes-table__th,
  .product-detail table td,
  .product-detail table th {
    font-size: 20px;
    line-height: normal;
    padding-left: 25px;
    padding-right: 25px;
  }
  .sizes-table__th,
  .product-detail table th {
    padding-bottom: 30px
  }
  .sizes-table__td,
  .product-detail table td {
    padding-top: 14px;
    padding-bottom: 14px
  }
  .sizes-table__more-link {
    font-size: 16px;
  }
  .order-product__header {
    padding: 26.5px 25px
  }
  .order-product__section-name {
    font-size: 36px;
    font-weight: 400
  }
  .order-product__item {
    padding: 25px 0
  }
  .order-product__img-block {
    width: 305px
  }
  .order-product__img {
    max-width: 120px;
    max-height: 120px
  }
  .order-product__info {
    padding-left: 305px;
    min-height: 173px;
    padding-right: 86px
  }
  .order-product_lk .order-product__info {
    padding-right: 25px
  }
  .order-product__main-info {
    position: static;
    padding-left: 0;
    min-height: 0
  }
  .order-product__title {
    font-size: 29px;
    line-height: 37px
  }
  .order-product__description {
    margin: 25px 0 0;
    font-size: 29px;
    line-height: 37px;
    padding: 0
  }
  .order-product__sub-detail {
    padding-left: 25px;
    padding-top: 40px
  }
  .order-product__sum {
    font-size: 36px;
    line-height: 46px;
    padding: 0 25px 0 0
  }
  .order-product__count {
    width: 289px;
    padding-right: 25px
  }
  .order-product__count-info {
    padding-right: 25px;
    font-size: 36px;
    line-height: 46px
  }
  .order-product__delete-block {
    right: 25px;
    top: 25px;
    width: 36px
  }
  .order-product__delete-button {
    width: 36px;
    height: 36px
  }
  .order-product__delete-button:after,
  .order-product__delete-button:before {
    margin-left: -2px;
    width: 4px;
    height: 36px
  }
  .fancybox-slide--html {
    padding-left: 80px;
    padding-right: 80px
  }
  .modal .section-name:before {
    height: 54px
  }
  .modal .section-name__title {
    font-size: 36px
  }
  .modal__form-label {
    font-size: 18px;
    line-height: 23px
  }
  .modal__form-submit {
    font-size: 23px;
    line-height: 29px;
    height: 80px;
    margin-top: 30px
  }
  .modal__close {
    width: 36px;
    height: 36px;
    right: -58px
  }
  .modal__close:after,
  .modal__close:before {
    margin-left: -2px;
    width: 4px
  }
  .modal__links-auth {
    margin-right: -30px
  }
  .modal__links-auth-left {
    padding-right: 30px
  }
  .modal__links-auth-left .form-checkbox__marker {
    top: 3px
  }
  .modal__links-auth-left .form-checkbox__text {
    padding-top: 0;
    font-size: 24px;
    line-height: normal
  }
  .modal__links-auth-right {
    padding-right: 30px
  }
  .modal__link-recovery {
    font-size: 24px;
    line-height: normal
  }
  .modal__finish-text {
    font-size: 36px;
    line-height: 44px;
    max-width: 630px;
    padding-bottom: 20px
  }
  .declarations {
    margin: 0 -10px
  }
  .declarations__item {
    padding: 10px;
    width: 25%
  }
  .pagination {
    margin-right: -17px;
    padding-top: 20px
  }
  .pagination__item {
    padding: 0 17px 17px 0
  }
  .pagination__link {
    min-width: 53px;
    height: 53px;
    font-size: 24px;
    line-height: 53px
  }
  .table-container_desktop {
    display: block
  }
  .table-container_mobile {
    display: none
  }
  .form__field {
    margin-bottom: 29px
  }
  .form__field_small {
    width: 33.3333333333%
  }
  .form__field_radio {
    margin-bottom: 29px
  }
  .form__label {
    font-size: 18px;
    line-height: 23px
  }
  .form__button-edit {
    width: 36px;
    height: 47px
  }
  .form__button-edit-icon {
    width: 36px;
    height: 34px;
    margin-top: -17px
  }
  .active-nav .wrapper {
    margin-right: 0;
    padding-left: 0
  }
  .header__cover {
    height: 90px
  }
  .header__pull {
    display: none
  }
  .banner__content:before {
    display: none
  }
  .banner__img-1 {
    display: block
  }
  .banner__cover {
    padding-bottom: 0
  }
  .banner__advantages {
    padding-top: 80px
  }
  .banner__advantages-title {
    display: none;
    padding: 0 30px;
    font-size: 130px;
    line-height: 130px
  }
  .banner__advantages-list {
    margin-top: 0;
    margin-right: -15px
  }
  .banner__advantage-item {
    width: 33.3333333333%;
    padding-right: 15px;
    margin-bottom: 15px
  }
  .addresses__item {
    margin-top: 20px
  }
  .footer__information-cover {
    padding-top: 20px;
    padding-bottom: 20px
  }
  .footer__information-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-right: -25px;
    color: #5a5a5a
  }
  .footer__copyright,
  .footer__policy,
  .footer__studio {
    padding-right: 25px;
    text-align: left;
    margin-top: 0
  }
  .footer__copyright br,
  .footer__policy br,
  .footer__studio br {
    display: block
  }
  .footer__copyright {
    width: 50%
  }
  .footer__policy {
    width: 50%
  }
  .footer__policy-link {
    text-decoration: underline;
    color: #5a5a5a
  }
  .footer__policy-link:active,
  .footer__policy-link:hover {
    text-decoration: none
  }
  .footer__studio-link {
    color: #5a5a5a
  }
  .inner-banner__wrapper {
    padding-top: 90px
  }
  .inner-banner__wrapper:before {
    top: 90px;
    display: none
  }
  .product-info__cover {
    padding-bottom: 17px
  }
  .product-info__carrying {
    margin-bottom: 38px
  }
  .product-info__carrying .jq-selectbox__select {
    height: 83px;
    font-size: 29px
  }
  .product-info__carrying .jq-selectbox__select-text {
    padding-top: 21px
  }
  .product-info__carrying .jq-selectbox__trigger-arrow {
    width: 13px;
    height: 13px;
    top: 33px
  }
  .product-info__carrying .jq-selectbox__dropdown {
    font-size: 29px
  }
  .product-info__carrying .jq-selectbox ul {
    max-height: 415px!important
  }
  .product-info__carrying .jq-selectbox li {
    padding: 22.5px 56px 22.5px 30px
  }
  .product-info__carrying .jq-selectbox li:before {
    width: 24px;
    height: 14px;
    right: 15px;
    top: 30px
  }
  .product-info__link-sizes-block {
    padding-top: 18px
  }
  .product-info__link-sizes {
    font-size: 20px;
    line-height: 26px;
    padding-right: 48px
  }
  .product-info__icon-question {
    width: 33px;
    height: 33px;
    top: -4px
  }
  .product-info__width {
    margin-bottom: 65px;
    margin-top: 0
  }
  .product-info__width-label {
    font-size: 29px;
    line-height: 37px;
    margin-bottom: 15px
  }
  .product-info__sub-info {
    padding: 50px 50px 0 50px;
    margin: 0
  }
  .product-info__count-price {
    margin-right: -50px
  }
  .product-info__price-block {
    padding-right: 50px;
    margin-bottom: 50px;
    padding-top: 0
  }
  .product-info__count-block {
    margin-right: 50px;
    margin-bottom: 50px;
    width: 255px
  }
  .product-info__price-label {
    font-size: 29px;
    line-height: 29px
  }
  .product-info__price {
    font-size: 48px;
    line-height: 48px
  }
  .product-info__price-label_hidden + .product-info__price {
    padding-top: 39px;
  }
  .product-info__buttons {
    margin-right: -50px
  }
  .product-info__button-add {
    margin-right: 50px;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 31px;
    height: 83px;
    padding: 24px 0
  }
  .product-info__favorite {
    width: 83px;
    height: 83px;
    margin: 0 50px 50px 0
  }
  .product-info__favorite-marker {
    width: 83px;
    height: 83px
  }
  .product-detail__nav {
    margin: 0 -40px
  }
  .product-detail__nav-item {
    margin: 0 25px;
    width: auto
  }
  .product-detail__nav-link {
    height: 90px;
    font-size: 24px;
    line-height: 30px;
    padding: 0 50px;
    width: auto
  }
  .product-detail__table {
    margin-left: 0;
    margin-right: 0
  }
  .product-detail__button-download {
    font-size: 24px;
    line-height: 31px;
    padding: 24px 50px;
    margin-top: 20px
  }
  .inner-advantages__cover {
    padding-bottom: 30px
  }
  .inner-advantages__title {
    font-size: 36px;
    margin: 0 0 25px
  }
  .inner-advantages__list {
    margin-right: -20px
  }
  .inner-advantages__item {
    padding-right: 20px;
    margin-bottom: 20px;
    width: 33.3333333333%
  }
  .inner-advantages__item-container {
    padding: 33px 25px 17px
  }
  .inner-advantages__item-name {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 20px
  }
  .inner-advantages__item-text {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px
  }
  .inner-carousel {
    padding-bottom: 35px
  }
  .inner-carousel__header {
    padding-bottom: 17px
  }
  .inner-carousel__slider {
    margin: 0 -10px
  }
  .inner-carousel__slide {
    padding: 0 10px
  }
  .contacts-list__nav-link {
    height: 90px;
    font-size: 24px;
    line-height: 30px
  }
  .contacts-list__requisites-name {
    width: 340px
  }
  .order-products__itog {
    padding: 25px 0 25px 25px
  }
  .order-products__itog-label {
    padding-right: 25px;
    font-size: 29px;
    line-height: 37px
  }
  .order-products__itog-sum {
    padding-right: 25px;
    font-size: 48px;
    line-height: 48px
  }
  .order-products__itog-button-block {
    padding-right: 25px
  }
  .order-products__itog-button {
    padding: 25px 0;
    font-size: 23px;
    line-height: 29px;
    width: 288px
  }
  .lk__nav-link {
    height: 90px;
    font-size: 24px;
    line-height: 30px
  }
  .lk__order-header {
    padding: 26.5px 68px 26.5px 25px
  }
  .lk__order-arrow {
    width: 68px
  }
  .lk__order-number,
  .lk__order-status,
  .lk__order-sum {
    padding-right: 25px
  }
  .lk__order-number {
    font-size: 36px;
    line-height: normal;
    font-weight: 400
  }
  .lk__order-status {
    font-size: 36px;
    line-height: normal;
    width: 215px
  }
  .lk__info {
    padding: 35px
  }
  .lk__info-button-block {
    padding-top: 100px
  }
  .lk__info-submit {
    font-size: 23px;
    line-height: 29px;
    width: 515px;
    height: 83px
  }
  .about {
    background: #fff;
    padding-top: 18px;
    margin-bottom: 30px
  }
  .about__text {
    margin-bottom: 0
  }
  .about__container {
    background: #fff;
    margin-bottom: 0
  }
  .about__container-cover {
    padding-top: 17px;
    padding-bottom: 17px
  }
  .about__container-info .section-name {
    margin: 0 0 25px
  }
  .about__container-info .section-name__title {
    font-size: 24px
  }
  .about__container-header {
    display: block;
    height: auto;
    padding: 0;
    cursor: auto
  }
  .about__container-text {
    display: block!important;
    padding: 0
  }
  .about__container-arrow {
    display: none
  }
  .directory__cover {
    padding-bottom: 13px
  }
  .directory__button {
    padding: 15.5px 55px;
    font-size: 20px;
    line-height: 25px
  }
  .text__cover {
    padding-top: 34px;
    padding-bottom: 30px
  }
  .text .section-name {
    margin: 0 0 40px
  }
  .text .section-name__title {
    font-size: 36px;
    padding: 0
  }
  .order-step__content {
    padding: 45px 25px 25px
  }
  .order-step__types {
    margin-right: -60px
  }
  .order-step__type {
    padding-right: 60px;
    width: auto;
    margin-bottom: 20px
  }
  .order-step__type-marker {
    width: 35px;
    height: 35px;
    border-width: 4px
  }
  .order-step__type-input:checked + .order-step__type-marker {
    border-width: 9px
  }
  .order-step__type-text {
    padding-left: 20px;
    font-size: 27px;
    padding-top: 0
  }
  .order-step__bars {
    padding-top: 18px
  }
  .order-step__right-bar {
    padding-top: 27px
  }
  .order-step__section {
    margin-top: 20px
  }
  .order-step__section .section-name {
    margin: 0 0 47px
  }
  .order-step__section .section-name:before {
    height: 54px
  }
  .order-step__section .section-name__title {
    font-size: 36px
  }
  .order-step__itog {
    padding: 40px 50px 37px
  }
  .order-step__itog-sum {
    font-size: 48px;
    line-height: 48px
  }
  .order-step__sum-list {
    margin-top: 29px
  }
  .order-step__sum-string {
    margin-right: -30px;
    font-size: 24px;
    line-height: 24px;
    margin-top: 8px
  }
  .order-step__sum-name {
    padding-right: 30px;
    width: 270px
  }
  .order-step__link-edit {
    font-size: 24px;
    line-height: 31px;
    margin-top: 23px;
    background-size: 6px 3px;
    padding-bottom: 2px
  }
  .order-step__submit {
    font-size: 23px;
    line-height: 29px;
    height: 83px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    margin-top: 27px
  }
  .order-step__ahtungs {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
    padding-top: 25px
  }
  .order-step__ahtung {
    margin-top: 25px
  }
  .modal__characteristic-string {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .content-contacts {
    padding-top: 50px;
    padding-bottom: 35px
  }
  .content-contacts__label {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 11px
  }
  .content-contacts__phone {
    font-size: 47px
  }
  .text-info {
    font-size: 18px;
    line-height: 23px
  }
}
@media screen and (min-width:990px) {
  body {
    font-size: 18px;
    line-height: 27px
  }
  p {
    margin: 0 0 27px
  }
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 27px
  }
  .h1,
  h1 {
    font-size: 48px
  }
  .h2,
  h2 {
    font-size: 38px
  }
  .h3,
  h3 {
    font-size: 36px
  }
  .h4,
  h4 {
    font-size: 34px
  }
  .h5,
  h5 {
    font-size: 24px
  }
  .h6,
  h6 {
    font-size: 18px
  }
  ol,
  ul {
    margin: 0 0 27px
  }
  q {
    margin: 0 0 27px
  }
  .cover {
    max-width: 970px
  }
  .marker-line li {
    padding-left: 30px
  }
  .marker-line li:before {
    top: 12px;
    width: 17px;
    height: 2px
  }
  .slick-dots {
    padding-top: 26px
  }
  .nav__list {
    margin-right: 0
  }
  .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
  }
  .section-name:before {
    height: 54px
  }
  .section-name_inner {
    margin: 0 0 25px
  }
  .section-name__title {
    font-size: 36px
  }
  .catalog__all-block {
    padding: 25px
  }
  .catalog__all-button {
    font-size: 20px;
    padding: 25px
  }
  .product_price .product__content {
    padding-bottom: 72px
  }
  .product__title {
    font-size: 20px;
    line-height: 24px
  }
  .product__button-download {
    height: 72px
  }
  .address__content {
    padding: 20px 10px 0
  }
  .address__button-block-gray,
  .address__button-block-green,
  .address__emails,
  .address__information,
  .address__phones {
    padding-left: 20px;
    padding-right: 20px
  }
  .address__information {
    width: 40%;
    padding-bottom: 5px
  }
  .address__point {
    margin-bottom: 15px
  }
  .address__time {
    margin-bottom: 15px;
    line-height: 23px
  }
  .address__button-block-gray,
  .address__button-block-green {
    padding-bottom: 5px
  }
  .address__button-gray,
  .address__button-green {
    font-size: 20px;
    padding: 15px 25px;
    margin-bottom: 15px
  }
  .address__phones {
    padding-bottom: 14px
  }
  .address__emails {
    padding-bottom: 20px
  }
  .address__phone-link {
    font-size: 22px;
    line-height: 23px
  }
  .address__map-container {
    height: 410px
  }
  .advantage {
    padding: 30px 30px 20px
  }
  .advantage__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px
  }
  .advantage__text {
    margin-bottom: 10px
  }
  .breadcrumbs {
    font-size: 23px;
    line-height: 30px;
    color: rgba(255,255,255);
    padding-top: 30px;
    padding-bottom: 20px
  }
  .breadcrumbs__link {
    color: rgba(255,255,255)
  }
  .page-info {
    padding-top: 50px;
    padding-bottom: 70px
  }
  .page-info__title {
    margin: 0 0 80px;
    padding-left: 60px
  }
  .page-info__arrow {
    top: 20px
  }
  .page-info__list {
    margin-bottom: 85px
  }
  .page-info__buttons {
    margin-right: -30px
  }
  .page-info__button-section {
    padding-right: 30px;
    margin-bottom: 30px
  }
  .page-info__button {
    padding-left: 40px;
    padding-right: 40px
  }
  .order-product__header {
    padding-left: 40px;
    padding-right: 40px
  }
  .order-product__section-name {
    margin: 0;
    font-size: 36px
  }
  .order-product__item {
    padding: 40px 0
  }
  .order-product__info {
    padding-right: 116px
  }
  .order-product_lk .order-product__info {
    padding-right: 40px
  }
  .order-product__title {
    margin: 0;
    font-size: 29px;
    line-height: 37px
  }
  .order-product__description {
    margin: 25px 0 0
  }
  .order-product__sub-detail {
    padding-left: 40px
  }
  .order-product__sum {
    padding: 0 40px 0 0
  }
  .order-product__count {
    padding-right: 40px;
    width: 305px
  }
  .order-product__count-info {
    padding-right: 40px
  }
  .order-product__delete-block {
    top: 40px;
    right: 40px
  }
  .modal {
    padding: 70px 80px 80px
  }
  .modal .section-name {
    margin: 0 0 60px
  }
  .modal .section-name__title {
    font-size: 38px
  }
  .modal__button-block {
    padding-top: 15px
  }
  .modal__finish-text {
    font-size: 38px;
    line-height: 46px;
    padding-bottom: 5px
  }
  .declarations__link {
    padding: 15px
  }
  .pagination {
    padding-top: 60px;
    padding-bottom: 13px
  }
  .table-container_desktop td,
  .table-container_desktop th {
    padding-left: 15px;
    padding-right: 15px
  }
  .banner__content:before {
    display: block;
    background: url(/local/templates/strop61/css/../images/bg-grid.png) left top repeat,url(/local/templates/strop61/css/../images/bg-cubes.png) left top repeat
  }
  .banner__abstraction {
    right: -300px
  }
  .banner__img-1 {
    width: 233px;
    height: 761px;
    right: 300px;
    top: -90px
  }
  .banner__img-2 {
    width: 393px;
    height: 729px;
    right: -100px;
    top: -90px
  }
  .banner__img-3 {
    display: block
  }
  .banner__cover {
    padding-bottom: 50px
  }
  .banner__information {
    width: 510px;
    padding-top: 130px;
    margin-bottom: 0
  }
  .banner__title {
    font-size: 58px;
    line-height: 57px
  }
  .banner__button {
    font-size: 23px;
    line-height: 29px;
    padding: 25px 40px;
    margin-top: 65px
  }
  .banner__advantages-title {
    display: block
  }
  .banner__advantages-list {
    margin-top: -50px;
    margin-right: -30px
  }
  .banner__advantage-item {
    padding-right: 30px;
    margin-bottom: 30px
  }
  .range__cover {
    padding-top: 55px;
    padding-bottom: 30px
  }
  .range__section-name {
    margin-bottom: 57px
  }
  .addresses__cover {
    padding-bottom: 50px
  }
  .addresses__item_inner {
    margin-top: 37px
  }
  .footer__information {
    font-size: 18px;
    line-height: 23px
  }
  .footer__information-cover {
    padding-top: 30px;
    padding-bottom: 30px
  }
  .products__cover {
    padding-top: 75px;
    padding-bottom: 50px
  }
  .inner-banner__wrapper:before {
    display: block
  }
  .inner-banner__name-page {
    margin-right: -50px;
    padding-bottom: 20px
  }
  .inner-banner__title {
    font-size: 48px;
    padding: 15px 50px 15px 0
  }
  .inner-banner__name-button {
    display: block;
    margin-right: 50px
  }
  .inner-banner__page-name {
    margin: 20px 0 35px;
    font-size: 48px
  }
  .product-info__cover {
    padding-top: 80px;
    padding-bottom: 65px
  }
  .product-info__name {
    font-size: 48px
  }
  .product-info__img-block {
    height: auto
  }
  .product-info__img {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    max-height: none
  }
  .product-info__sub-info {
    padding: 30px 30px 0 30px
  }
  .product-info__count-price {
    margin-right: -30px
  }
  .product-info__price-block {
    padding-right: 30px;
    margin-bottom: 30px
  }
  .product-info__count-block {
    margin-right: 30px;
    margin-bottom: 30px;
    width: 400px
  }
  .product-info__buttons {
    margin-right: -30px
  }
  .product-info__button-add {
    margin-right: 30px;
    margin-bottom: 30px
  }
  .product-info__favorite {
    margin: 0 30px 30px 0
  }
  .product-detail__cover {
    padding-bottom: 100px
  }
  .product-detail__tabs {
    padding: 0;
    margin: 0
  }
  .product-detail__nav {
    margin: 0 -15px
  }
  .product-detail__nav-item {
    margin: 0 15px
  }
  .product-detail__nav-link {
    padding: 0 30px
  }
  .product-detail__tab-content {
    padding-top: 100px
  }
  .product-detail__button-download {
    margin-top: 80px
  }
  .inner-advantages__cover {
    padding-bottom: 70px
  }
  .inner-advantages__title {
    margin: 0 0 40px
  }
  .inner-advantages__list {
    margin-right: -30px
  }
  .inner-advantages__item {
    padding-right: 30px;
    margin-bottom: 30px
  }
  .inner-advantages__item-container {
    padding: 30px 30px 20px
  }
  .inner-advantages__item-name {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px
  }
  .inner-advantages__item-text {
    margin-bottom: 10px;
    line-height: 23px
  }
  .inner-carousel {
    padding-bottom: 100px
  }
  .inner-carousel__header {
    padding-top: 40px;
    padding-bottom: 40px
  }
  .category-description__cover {
    padding-bottom: 60px
  }
  .contacts-list__cover {
    padding-top: 40px;
    padding-bottom: 70px
  }
  .contacts-list__content {
    padding-top: 37px
  }
  .contacts-list__content_requisites {
    padding-top: 0
  }
  .contacts-list__requisites-item {
    padding: 15px 0 15px 55px;
    font-size: 24px;
    line-height: normal
  }
  .contacts-list__requisites-title {
    padding-right: 55px
  }
  .contacts-list__requisites-name {
    padding-right: 55px
  }
  .contacts-list__requisites-text {
    padding-right: 55px
  }
  .order-products__cover {
    padding-top: 40px;
    padding-bottom: 70px
  }
  .order-products__section {
    margin-top: 40px
  }
  .order-products__itog {
    padding: 40px 0 40px 40px
  }
  .order-products__itog-label {
    padding-right: 40px
  }
  .order-products__itog-sum {
    padding-right: 40px
  }
  .order-products__itog-button-block {
    padding-right: 40px
  }
  .lk__cover {
    padding-top: 40px;
    padding-bottom: 40px
  }
  .lk__content {
    padding-top: 30px
  }
  .lk__order {
    margin-top: 30px
  }
  .lk__order-header {
    padding-left: 40px;
    padding-right: 90px
  }
  .lk__order-arrow {
    width: 90px
  }
  .lk__order-number,
  .lk__order-status,
  .lk__order-sum {
    padding-right: 40px
  }
  .price-list__cover {
    padding-top: 35px;
    padding-bottom: 100px
  }
  .about {
    margin-bottom: 50px;
    padding-top: 35px
  }
  .about__cover {
    padding-top: 50px;
    padding-bottom: 25px
  }
  .about__container-cover {
    padding-top: 40px;
    padding-bottom: 40px
  }
  .about__container-info .section-name {
    margin: 0 0 30px
  }
  .about__container-info .section-name__title {
    font-size: 36px
  }
  .directory__cover {
    padding-bottom: 50px;
    padding-top: 35px
  }
  .directory__item {
    padding: 350px 45px 45px;
    margin-top: 30px
  }
  .directory__item_no-image {
    padding-top: 45px
  }
  .directory__img-block {
    padding: 0 45px
  }
  .directory__button-blok {
    padding-top: 0
  }
  .directory__title {
    font-size: 36px;
    margin: 0 0 28px
  }
  .text {
    margin-bottom: 50px
  }
  .text__cover {
    padding-bottom: 60px;
    padding-top: 60px
  }
  .text .section-name {
    padding: 3px 0 3px 29px;
    margin: 0 -24px 33px 0
  }
  .text .section-name:before {
    display: block
  }
  .text .section-name__title {
    padding-right: 24px
  }
  .text__preview-img {
    margin: 0 0 27px;
    height: 450px
  }
  .order-step__cover {
    padding-bottom: 60px;
    padding-top: 40px
  }
  .order-step__content {
    padding: 45px 50px 35px
  }
  .order-step__types {
    margin-right: -70px
  }
  .order-step__type {
    padding-right: 70px
  }
  .order-step__bars {
    padding-top: 35px
  }
  .order-step__right-bar {
    padding-bottom: 25px
  }
  .order-step__itog {
    padding: 55px 50px 50px
  }
  .order-step__sum-list {
    margin-top: 40px
  }
  .order-step__link-edit {
    margin-top: 34px;
    font-size: 30px;
    line-height: 39px
  }
  .order-step__submit {
    margin-top: 37px
  }
  .order-step__ahtungs {
    padding-top: 37px
  }
  .service {
    margin-bottom: 80px;
  }
  .service__cover {
    padding-top: 77px
  }
  .service .content-contacts {
    margin: 0 0 77px
  }
  .service .text {
    padding: 0 0 50px
  }
  .content-contacts {
    padding: 49px 49px 40px
  }
  .service .content-contacts {
    margin: 0 0 77px
  }
  .service .text-info {
    padding: 0 0 50px
  }
  .text-info {
    font-size: 24px;
    line-height: 31px
  }
  .text-info p {
    margin: 0 0 32px
  }
  .text-info .h1,
  .text-info .h2,
  .text-info .h3,
  .text-info .h4,
  .text-info .h5,
  .text-info .h6,
  .text-info h1,
  .text-info h2,
  .text-info h3,
  .text-info h4,
  .text-info h5,
  .text-info h6 {
    margin: 0 0 32px
  }
  .text-info ol,
  .text-info ul {
    margin: 0 0 32px
  }
  .text-info q {
    margin: 0 0 32px
  }
}
@media screen and (min-width:1200px) {
  .cover {
    max-width: 1015px
  }
  .count {
    height: 90px
  }
  .slick-dots {
    display: none!important
  }
  .logo__company-name {
    display: block
  }
  .nav__link-text {
    padding: 0 17px
  }
  .address__information {
    width: 50%
  }
  .buttons__item {
    margin-top: 10px
  }
  .buttons__item:first-child {
    margin-top: 0
  }
  .buttons__link {
    width: 70px;
    height: 70px
  }
  .buttons__icon_user {
    width: 25px;
    height: 26px
  }
  .buttons__icon_basket {
    width: 27px;
    height: 22px
  }
  .buttons__icon_heart {
    width: 25px;
    height: 21px
  }
  .buttons__icon_phone {
    width: 26px;
    height: 21px
  }
  .buttons__count {
    left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 30px
  }
  .page-info__title {
    font-size: 58px;
    line-height: 63px
  }
  .page-info__button {
    padding: 33px 50px
  }
  .banner__button {
    padding: 33px 52px
  }
  .footer__copyright br,
  .footer__policy br,
  .footer__studio br {
    display: none
  }
  .footer__copyright {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto
  }
  .footer__policy {
    text-align: center;
    width: auto
  }
  .product-info__cover {
    padding-top: 90px
  }
  .product-info__carrying .jq-selectbox__select {
    height: 90px
  }
  .product-info__carrying .jq-selectbox__select-text {
    padding-top: 25px
  }
  .product-info__carrying .jq-selectbox__trigger-arrow {
    top: 36px
  }
  .product-info__carrying .jq-selectbox ul {
    max-height: 450px!important
  }
  .product-info__carrying .jq-selectbox li {
    padding-top: 26px;
    padding-bottom: 26px
  }
  .product-info__carrying .jq-selectbox li:before {
    top: 34px
  }
  .product-info__price-block {
    padding-top: 3px
  }
  .product-info__button-add {
    height: 90px;
    padding: 28px 0
  }
  .product-info__favorite {
    width: 100px;
    height: 90px
  }
  .product-info__favorite-marker {
    width: 100px;
    height: 90px
  }
  .product-detail__button-download {
    padding-top: 27.5px;
    padding-bottom: 27.5px
  }
  .order-products__itog-label {
    margin-bottom: 10px
  }
  .order-products__itog-button {
    padding: 28.5px 0
  }
  .lk__info-fields {
    width: 700px
  }
  .lk__info-submit {
    height: 90px
  }
  .order-step__submit {
    height: 90px
  }
}
@media screen and (min-width:1360px) {
  .cover {
    max-width: 1175px
  }
  .logo__link {
    font-size: 24px;
    line-height: 31px
  }
  .catalog__item {
    width: 25%
  }
  .advantage__title {
    font-size: 25px;
    line-height: 33px
  }
  .advantage__text {
    font-size: 20px;
    line-height: 30px
  }
  .order-product__item {
    min-height: 247px;
    padding: 40px 76px 40px 305px;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .order-product_lk .order-product__item {
    padding-right: 0
  }
  .order-product__info {
    padding-left: 0;
    min-height: 0;
    position: static;
    padding-right: 40px
  }
  .order-product_lk .order-product__info {
    padding-right: 40px
  }
  .order-product__sub-detail {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 300px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    padding-left: 0;
    padding-top: 0
  }
  .order-product_lk .order-product__sub-detail {
    width: 360px
  }
  .order-product__sum {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 100%
  }
  .order-product__count {
    width: 100%;
    margin-top: 28px
  }
  .order-product__count-info {
    width: 100%
  }
  .order-product__delete-block {
    top: 45px
  }
  .declarations {
    margin: 0 -20px
  }
  .declarations__item {
    padding: 20px
  }
  .banner__advantages-title {
    font-size: 153px;
    line-height: 153px
  }
  .footer__logos-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-right: -25px
  }
  .footer__main-logo {
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto
  }
  .footer__all-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .footer__small-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    width: 26%
  }
  .footer__small-logo:last-child {
    width: 22%
  }
  .footer__logos-arrow {
    display: none
  }
  .product-info__name {
    margin: 0 0 90px
  }
  .product-info__img-block {
    width: 650px;
    padding: 0;
    margin: 0;
    float: left;
  }
  .product-info__img {
    width: 100%;
    margin: 0;
    max-width: none
  }
  .product-info__description {
    padding-left: 40px;
    margin-left: 650px;
  }
  .product-info__count-price {
    display: block
  }
  .product-info__price-label_hidden + .product-info__price {
    padding-top: 0;
  }
  .product-info__count-block {
    width: auto
  }
  .inner-advantages__item-name {
    font-size: 25px;
    line-height: 33px
  }
  .inner-advantages__item-text {
    font-size: 20px;
    line-height: 30px
  }
  .contacts-list__nav-item {
    width: auto
  }
  .contacts-list__nav-link {
    padding: 0 90px;
    width: auto
  }
  .contacts-list__requisites-name {
    width: 540px
  }
  .lk__nav-item {
    width: auto
  }
  .lk__nav-link {
    padding: 0 90px;
    width: auto
  }
  .lk__order-status {
    width: 270px
  }
  .directory__item {
    padding-left: 490px;
    padding-top: 45px;
    min-height: 490px
  }
  .directory__item_no-image {
    padding-left: 45px
  }
  .directory__img-block {
    width: auto;
    left: 45px;
    padding: 0
  }
  .directory__img-container {
    width: 400px;
    height: 400px
  }
  .text__cover {
    padding-bottom: 87px
  }
}
@media screen and (min-width:1715px) {
  .cover {
    max-width: 1530px
  }
  .search {
    margin-right: 15px
  }
  .catalog__item {
    width: 20%
  }
  .catalog_home .catalog__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
  }
  .address__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
  }
  .address_inner .address__content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 30px 0;
    width: 521px;
    position: relative;
    z-index: 2
  }
  .address__information {
    width: 530px
  }
  .address_inner .address__information {
    padding: 0;
    width: 100%
  }
  .address_inner .address__point {
    font-size: 24px;
    line-height: 31px;
    margin: 0 0 33px
  }
  .address_inner .address__time {
    margin: 0 0 30px;
    padding: 0 0 0 65px
  }
  .address__contacts {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .address_inner .address__contacts {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start
  }
  .address__button-block-gray,
  .address__button-block-green {
    width: auto
  }
  .address_inner .address__button-block-gray,
  .address_inner .address__button-block-green {
    width: 100%;
    padding: 0
  }
  .address_inner .address__button-block-gray {
    display: none;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3
  }
  .address__button-block-green {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3
  }
  .address_inner .address__button-block-green {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2
  }
  .address_inner .address__button-gray,
  .address_inner .address__button-green {
    margin: 0 0 30px
  }
  .address__button-gray {
    min-width: 150px
  }
  .address__contacts-elements {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
  }
  .address_inner .address__contacts-elements {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1
  }
  .address__phones {
    width: 55%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
  }
  .address_inner .address__phones {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    padding: 0 0 0 65px;
    margin: 0 0 18px
  }
  .address_inner .address__phones-container {
    width: 100%
  }
  .address__emails {
    width: 45%
  }
  .address_inner .address__emails {
    width: 100%;
    padding: 0 0 0 65px;
    margin: 0 0 30px
  }
  .address_inner .address__map {
    display: block!important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 521px;
    z-index: 1
  }
  .address_inner .address__map-container {
    height: 100%
  }
  .address_inner .address__icon-block {
    display: block
  }
  .advantage {
    padding: 30px 60px 5px
  }
  .advantage__title {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px
  }
  .advantage__text {
    margin: 0 0 20px
  }
  .order-product__item {
    padding-right: 146px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch
  }
  .order-product_lk .order-product__item {
    padding-right: 0
  }
  .order-product__title {
    margin: -7px 0 0
  }
  .order-product__sub-detail {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto
  }
  .order-product_lk .order-product__sub-detail {
    width: auto
  }
  .order-product__sum {
    width: 280px;
    padding: 23px 40px 23px 0
  }
  .order-product_lk .order-product__sum {
    width: 370px;
    padding: 0 40px 0 0
  }
  .order-product_favorite .order-product__sum {
    width: 585px
  }
  .order-product__count {
    width: 305px;
    margin: 0
  }
  .order-product__count-info {
    width: 360px;
    padding-top: 0
  }
  .order-product__delete-block {
    width: 146px;
    padding: 0 40px 0 0;
    right: 0;
    top: 68px
  }
  .declarations__link {
    padding: 30px
  }
  .table-container_desktop td,
  .table-container_desktop th {
    padding: 15px 20px
  }
  .table-container_desktop thead tr:first-child th:first-child {
    padding-left: 58px
  }
  .table-container_desktop thead tr:first-child th:last-child {
    padding-right: 58px
  }
  .table-container_desktop tbody td:first-child {
    padding-left: 58px
  }
  .table-container_desktop tbody td:last-child {
    padding-right: 58px
  }
  .table-container table {
    font-size: 24px;
    line-height: 31px
  }
  .header__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
  }
  .banner__abstraction {
    right: 0
  }
  .banner__img-1 {
    right: 715px
  }
  .banner__img-2 {
    right: 315px
  }
  .banner__advantages-title {
    padding: 0 60px
  }
  .footer__logos-content {
    margin-right: -25px
  }
  .footer__main-logo {
    width: 550px;
    padding-right: 25px
  }
  .footer__logo_main .footer__logo-name {
    padding-left: 25px
  }
  .footer__logo_main .footer__logo-name-text {
    font-size: 24px;
    line-height: 30px
  }
  .footer__small-logo {
    padding-right: 25px
  }
  .footer__copyright {
    width: 550px
  }
  .footer__policy {
    text-align: left
  }
  .product-info__name {
    margin: 0 0 110px
  }
  .product-info__img-block {
    width: 700px
  }
  .product-info__description {
    margin-left: 700px
  }
  .product-info__sub-info {
    padding: 55px 40px 0 60px
  }
  .product-info__count-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-right: -50px
  }
  .product-info__price-block {
    padding-right: 50px;
    margin-bottom: 50px
  }
  .product-info__price-label_hidden + .product-info__price {
    padding-top: 39px;
  }
  .product-info__count-block {
    width: 264px;
    margin-right: 50px;
    margin-bottom: 50px
  }
  .product-info__buttons {
    margin-right: -50px
  }
  .product-info__button-add {
    margin-right: 50px;
    margin-bottom: 50px
  }
  .product-info__favorite {
    margin: 0 50px 50px 0
  }
  .product-detail__nav {
    margin: 0 -25px
  }
  .product-detail__nav-item {
    margin: 0 25px
  }
  .product-detail__nav-link {
    padding: 0 50px
  }
  .inner-advantages__item-container {
    padding: 30px 60px 5px
  }
  .inner-advantages__item-name {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px
  }
  .inner-advantages__item-text {
    margin: 0 0 20px
  }
  .order-products__itog-wrapper {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .order-products__itog-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    width: auto;
    margin: 0
  }
  .order-products__itog-sum {
    width: 400px
  }
  .lk__order-sum {
    display: block
  }
  .text .table-container {
    margin: 50px 0 100px
  }
  .order-step__content {
    padding: 45px 75px 35px 30px
  }
  .order-step__bars {
    margin-right: -75px
  }
  .order-step__left-bar,
  .order-step__right-bar {
    padding-right: 75px
  }
  .order-step__left-bar {
    width: 52%
  }
  .order-step__right-bar {
    width: 48%
  }
}
@media screen and (min-width:1360px) and (max-width:1714px) {
  .catalog_home .catalog__item:nth-last-child(-n+3) {
    display: none
  }
}
@media screen and (min-width:768px) and (max-width:1359px) {
  .catalog_home .catalog__item:nth-last-child(-n+2) {
    display: none
  }
}
/* End */


/* Start:/local/templates/strop61/css/costume.css?1597393835570*/
.added {
    stroke:#35a900;
    fill:#35a900;
    /*background: #ffc700;*/
}
.product-info__favorite-marker.added{
    background: #35a900;
}
.tqOrderError{
    color: red;
}
input:-internal-autofill-selected {
    background-color: #fff !important;

}
.dds-tr-active {
  background: #d7e9cf!important;
}
.cover-dds {
	padding: 150px 0;
}
.ic-b-e-dds {
	position: relative!important;
	/*left: 35%!important;*/
	margin: 0 auto;
}
.dds-e-t {
	margin-top: 20px;
	position: relative!important;
	/*left: 37%!important;*/
    font-size: 30px!important;
	text-align: center;
}
/* End */


/* Start:/local/templates/strop61/template_styles.css?16119269885225*/
.lk .sale-order-history-link {
	background: #fff;
	text-transform: uppercase;
	text-decoration: none;
	color: #35a900;
	border: 2px solid #35a900;
	text-align: center;
	margin: 0;
	padding: 16px 20px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}

.lk__nav-item_33 {
	width: 33.33%;
}

.lk__nav-item_33 form {
	margin: none;
	width: 100%;
}

.lk__nav-item_33 form input {
	width: 100%;
	height: 100%;
}

.lk__nav-link-hidden {
	display: none;
}

.error-list__content {
	border-left: 2px solid red;
	font-size: 15px;
	line-height: 19px;
	color: red;
	padding: 10px 0 10px 15px;
	position: relative;
}
.error-list__item {
	margin-top: 7px;
}
.error-list__item:first-child {
	margin-top: 0;
}

.error .modal__form-label {
	color: red;
}

.error .form-input,
.error .form-textarea {
	background: #ffebeb;
	box-shadow: inset 0 0 0 1px red;
	color: red;
}

@media screen and (min-width: 768px)
{
	.error-list__content {
		font-size: 18px;
		line-height: 23px;
		border-left-width: 5px;
		padding-left: 23px;
	}
	.error .form-input, .error .form-textarea {
		box-shadow: inset 0 0 0 2px red;
	}
}

.tqManagerConnect {
	color: #161616!important;
	font-size: 24px;
	line-height: 24px;
}

.schema-org {
	position: absolute;
	top: -100%;
	left: -100%;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#__replain_widget {
	/* 
	background: #35a900;
	background: #1ea579!important;
	*/

}

@media screen and (max-width: 479px) {
/*
	#__replain_widget {
	bottom: 64px!important;
	right: 10px!important;
	}
*/
}

.footer__payment {
	padding-bottom: 30px;
}

.footer__payment:after {
	content: "";
	display: block;
	clear: both;
	width: 1px;
	height: 1px;
}

.footer__payment_text {
	margin-right: 15px;
	line-height: 40px;
}

.footer__payment_text, .footer__payment_icons {
	float: left;
}

.footer__payment_icons img {
	display: inline;
	border: 1px solid #ccc;
	max-height: 40px;
	opacity: 0.5;
}

.footer__main_text {
	padding-bottom: 30px;
}

.footer__main_text .address__button-green {
	display: inline-block;
}

.inner-banner__title h1,
.inner-banner__page-name h1,
.page-info__title h1 {
	color: #fff;
}

@media screen and (max-width: 768px)
{
	.supply-list .product__img {
		-webkit-filter: none;
		filter: none;
		opacity: 1;
	}
}

.footer__additional_links {
	padding-bottom: 30px;
}

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

@media screen and (min-width: 640px)
{
	.footer__additional_links .footer__payment {
		float: left;
	}
	
	.footer__additional_links .footer__supply {
		float: right;
		padding-top: 10px;
	}
}

@media screen and (min-width: 990px)
{
	.footer__additional_links .footer__supply {
		float: right;
		padding-top: 0;
	}
}

.footer__additional_links .footer__supply a {
	border: 1px solid #ccc;
	background: #fff;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
}

.footer__additional_links .footer__supply a:hover {
	border-color: #35a900;
	background: #35a900;
	color: #fff;
}

.declarations__gallery {
	text-decoration: none;
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	flex: 0 0 auto;
	width: 100%;
	background: #f9f9f9;
	padding: 10px;
}

@media screen and (min-width: 990px)
{
	.declarations__gallery {
		padding: 15px;
	}
}

.catalog_top_links {
	padding-bottom: 25px;
	line-height: 30px;
}

.catalog_top_links a {
	border: 1px dashed #35a900;
	padding: 3px 12px;
	border-radius: 10px;
	text-decoration: none;
}

.catalog_top_links a:hover {
	background: #35a900;
	color: #fff;
}


.main-supply-link {
	z-index: 5;
}

.main-supply-link a {
	border: 1px solid #ccc;
	background: #fff;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	margin: 20px 0 0;
	display: inline-block;
}

.main-supply-link a:hover {
	border-color: #35a900;
	background: #35a900;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.main-supply-link
	{
		position: absolute;
		margin-top: 10px;
		right: 0;
		text-align: right;
	}
}

@media screen and (min-width: 990px) {
	.main-supply-link
	{
		position: absolute;
		margin-top: 40px;
		right: 0;
		right: calc((100% - 970px) / 2);
		text-align: right;
	}
}

@media screen and (min-width: 1200px) {
	.main-supply-link
	{
		right: calc((100% - 1015px) / 2);
	}
}

@media screen and (min-width: 1360px) {
	.main-supply-link
	{
		right: calc((100% - 1175px) / 2);
	}
}

@media screen and (min-width:1715px) {
	.main-supply-link
	{
		right: calc((100% - 1530px) / 2);
	}
}

.product-schema {
	padding-bottom: 20px;
}

.news-block .product__name {
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	-moz-box-pack: left;
	justify-content: left;
	text-align: left;
	/*min-height: auto;*/
	padding: 15px 20px;
}

.news-block .product__date {
	padding: 15px 20px 0;
	font-weight: bold;
	display: none;
}

@media screen and (min-width: 1715px) {
	.news-block .catalog_home .catalog__item:nth-last-child(-n+2) {
		display: none;
	}
}

.bordered-image {
	border: 1px solid #e6e6e6;
	margin-top: 10px;
	padding: 3px;
}

.splitter {
	border: none;
	border-top: 1px dashed #e6e6e6;
	margin-bottom: 35px;
}

.address__whatsapp-link {
	color: #35a900;
	cursor: pointer;
	border-bottom: 1px dashed #35a900;
}
/* End */
/* /local/templates/strop61/css/lightgallery.css?155050855024725 */
/* /local/templates/strop61/css/normalize.css?15812665892166 */
/* /local/templates/strop61/css/ion.rangeSlider.css?158126658912914 */
/* /local/templates/strop61/css/slick.css?15812665891578 */
/* /local/templates/strop61/css/fancybox.css?158126658915380 */
/* /local/templates/strop61/css/styles.css?1597731394134554 */
/* /local/templates/strop61/css/costume.css?1597393835570 */
/* /local/templates/strop61/template_styles.css?16119269885225 */
