@charset "UTF-8";/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *





 */



/* Slider */
/* line 4, ../../../app/assets/stylesheets/application/slick.css.scss */
.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;
}

/* line 23, ../../../app/assets/stylesheets/application/slick.css.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 33, ../../../app/assets/stylesheets/application/slick.css.scss */
.slick-list:focus {
  outline: none;
}

/* line 37, ../../../app/assets/stylesheets/application/slick.css.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 44, ../../../app/assets/stylesheets/application/slick.css.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 53, ../../../app/assets/stylesheets/application/slick.css.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 64, ../../../app/assets/stylesheets/application/slick.css.scss */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 70, ../../../app/assets/stylesheets/application/slick.css.scss */
.slick-track:after {
  clear: both;
}

/* line 74, ../../../app/assets/stylesheets/application/slick.css.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 79, ../../../app/assets/stylesheets/application/slick.css.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 87, ../../../app/assets/stylesheets/application/slick.css.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 91, ../../../app/assets/stylesheets/application/slick.css.scss */
.slick-slide img {
  display: block;
}

/* line 95, ../../../app/assets/stylesheets/application/slick.css.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 99, ../../../app/assets/stylesheets/application/slick.css.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 103, ../../../app/assets/stylesheets/application/slick.css.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 107, ../../../app/assets/stylesheets/application/slick.css.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 111, ../../../app/assets/stylesheets/application/slick.css.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 118, ../../../app/assets/stylesheets/application/slick.css.scss */
.slick-arrow.slick-hidden {
  display: none;
}
/* line 1, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
body.compensate-for-scrollbar {
  overflow: hidden;
}

/* line 5, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-active {
  height: auto;
}

/* line 9, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

/* line 17, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

/* line 32, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-container * {
  box-sizing: border-box;
}

/* line 39, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 47, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

/* line 52, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

/* line 60, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* line 68, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

/* line 80, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

/* line 86, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.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;
}

/* line 105, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-toolbar {
  right: 0;
  top: 0;
}

/* line 110, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

/* line 117, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

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

/* line 140, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

/* line 152, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

/* line 156, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

/* line 161, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-slide--image::before {
  display: none;
}

/* line 165, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-slide--html {
  padding: 6px;
}

/* line 169, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.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;
}

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

/* line 204, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

/* line 208, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

/* line 213, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 218, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 223, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-container [data-selectable='true'] {
  cursor: text;
}

/* line 228, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

/* line 246, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-spaceball {
  z-index: 1;
}

/* line 253, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

/* line 260, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-slide--video .fancybox-content {
  background: #000;
}

/* line 264, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

/* line 268, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

/* line 273, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
/* line 285, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

/* line 291, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

/* line 299, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

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

/* line 328, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

/* line 332, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-button:hover {
  color: #fff;
}

/* line 336, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-button:focus {
  outline: none;
}

/* line 340, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

/* line 345, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
/* line 352, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-button div {
  height: 100%;
}

/* line 356, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

/* line 364, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

/* line 370, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

/* line 375, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

/* line 379, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

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

/* line 411, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

/* line 416, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

/* line 423, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

/* line 428, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
/* line 434, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

/* line 443, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

/* line 447, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

/* line 453, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
/* line 461, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, 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;
}

/* line 488, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-caption--separate {
  margin-top: -50px;
}

/* line 492, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

/* line 500, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

/* line 505, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

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

@keyframes fancybox-rotate {
  /* line 530, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */
/* line 537, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
/* line 543, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

/* line 548, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

/* line 553, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
/* line 561, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 566, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
/* line 572, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

/* line 577, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

/* line 582, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
/* line 589, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

/* line 595, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* line 601, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
/* line 609, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

/* line 614, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

/* line 619, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
/* line 626, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

/* line 630, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

/* line 634, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  /* line 640, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  /* line 645, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
  .fancybox-slide--image {
    padding: 6px 0;
  }

  /* line 649, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
  .fancybox-close-small {
    right: -6px;
  }

  /* line 653, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  /* line 664, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
/* line 676, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

/* line 684, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

/* line 691, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-share p {
  margin: 0;
  padding: 0;
}

/* line 696, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.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;
}

/* line 716, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

/* line 720, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-share__button:hover {
  text-decoration: none;
}

/* line 724, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-share__button--fb {
  background: #3b5998;
}

/* line 728, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-share__button--fb:hover {
  background: #344e86;
}

/* line 732, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-share__button--pt {
  background: #bd081d;
}

/* line 736, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-share__button--pt:hover {
  background: #aa0719;
}

/* line 740, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-share__button--tw {
  background: #1da1f2;
}

/* line 744, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

/* line 748, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

/* line 757, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-share__button svg path {
  fill: #fff;
}

/* line 761, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
/* line 775, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.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: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

/* line 791, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 796, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

/* line 800, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

/* line 804, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.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%;
}

/* line 818, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

/* line 822, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

/* line 826, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* line 832, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

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

/* line 858, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

/* line 871, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

/* line 875, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  /* line 881, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
  .fancybox-thumbs {
    width: 110px;
  }

  /* line 885, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  /* line 889, ../../../app/assets/stylesheets/application/jquery.fancybox.css.scss */
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 12, ../../../app/assets/stylesheets/application/normalize.css.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 24, ../../../app/assets/stylesheets/application/normalize.css.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 32, ../../../app/assets/stylesheets/application/normalize.css.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 41, ../../../app/assets/stylesheets/application/normalize.css.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 54, ../../../app/assets/stylesheets/application/normalize.css.scss */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 66, ../../../app/assets/stylesheets/application/normalize.css.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 78, ../../../app/assets/stylesheets/application/normalize.css.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 87, ../../../app/assets/stylesheets/application/normalize.css.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 99, ../../../app/assets/stylesheets/application/normalize.css.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 110, ../../../app/assets/stylesheets/application/normalize.css.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 119, ../../../app/assets/stylesheets/application/normalize.css.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 129, ../../../app/assets/stylesheets/application/normalize.css.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 136, ../../../app/assets/stylesheets/application/normalize.css.scss */
sub {
  bottom: -0.25em;
}

/* line 140, ../../../app/assets/stylesheets/application/normalize.css.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 151, ../../../app/assets/stylesheets/application/normalize.css.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 167, ../../../app/assets/stylesheets/application/normalize.css.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 180, ../../../app/assets/stylesheets/application/normalize.css.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 190, ../../../app/assets/stylesheets/application/normalize.css.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 201, ../../../app/assets/stylesheets/application/normalize.css.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 212, ../../../app/assets/stylesheets/application/normalize.css.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 224, ../../../app/assets/stylesheets/application/normalize.css.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 232, ../../../app/assets/stylesheets/application/normalize.css.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 243, ../../../app/assets/stylesheets/application/normalize.css.scss */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 257, ../../../app/assets/stylesheets/application/normalize.css.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 265, ../../../app/assets/stylesheets/application/normalize.css.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 275, ../../../app/assets/stylesheets/application/normalize.css.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 286, ../../../app/assets/stylesheets/application/normalize.css.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 295, ../../../app/assets/stylesheets/application/normalize.css.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 304, ../../../app/assets/stylesheets/application/normalize.css.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 313, ../../../app/assets/stylesheets/application/normalize.css.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 325, ../../../app/assets/stylesheets/application/normalize.css.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 333, ../../../app/assets/stylesheets/application/normalize.css.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 344, ../../../app/assets/stylesheets/application/normalize.css.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 352, ../../../app/assets/stylesheets/application/normalize.css.scss */
[hidden] {
  display: none;
}

/* FONTS SETTINGS */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAw.ttf) format("truetype");
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWaA.ttf) format("truetype");
}

/* COLORS */
/* BASIC SETTINGS */
/* line 19, ../../../app/assets/stylesheets/application/style.css.scss */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 10px 'Roboto Slab', serif;
}

/* line 26, ../../../app/assets/stylesheets/application/style.css.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 30, ../../../app/assets/stylesheets/application/style.css.scss */
body {
  background-color: #ffffff;
}

/* line 38, ../../../app/assets/stylesheets/application/style.css.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
}

/* line 42, ../../../app/assets/stylesheets/application/style.css.scss */
h1 {
  font: normal 500 4rem/4.7rem 'Roboto', sans-serif;
}

/* line 45, ../../../app/assets/stylesheets/application/style.css.scss */
h2 {
  font: 3.6rem/4.7rem 'Roboto Slab', serif;
  letter-spacing: 0.05em;
}

/* line 49, ../../../app/assets/stylesheets/application/style.css.scss */
h3 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: .04em;
}

/* line 53, ../../../app/assets/stylesheets/application/style.css.scss */
h4 {
  font: normal 500 1.8rem/2.8rem 'Roboto', sans-serif;
  letter-spacing: 0.05em;
}

/* line 57, ../../../app/assets/stylesheets/application/style.css.scss */
address {
  font-style: normal;
}

/* line 61, ../../../app/assets/stylesheets/application/style.css.scss */
ul,
ol {
  padding: 0;
  list-style: none;
}

/* line 65, ../../../app/assets/stylesheets/application/style.css.scss */
a {
  text-decoration: none;
  outline: none;
}

/* line 72, ../../../app/assets/stylesheets/application/style.css.scss */
a:link,
a:visited,
a:hover,
a:active {
  color: #111111;
}

/* line 75, ../../../app/assets/stylesheets/application/style.css.scss */
a.nav-pills__link {
  margin-right: .8rem;
  padding: .8rem 3.4rem;
  display: inline-block;
  color: #003270;
  border: 2px solid transparent;
  -webkit-transition: all .25s;
  transition: all .25s;
}

/* line 84, ../../../app/assets/stylesheets/application/style.css.scss */
a.nav-pills__link.current {
  color: #ffffff;
  background: #003270;
  border: 2px solid #003270;
}

/* line 89, ../../../app/assets/stylesheets/application/style.css.scss */
a.nav-pills__link:hover {
  background: #b8d5dc;
  color: #003270;
  border: 2px solid #b8d5dc;
}

/* line 94, ../../../app/assets/stylesheets/application/style.css.scss */
a.page__link {
  padding: .1rem .7rem;
  display: inline-block;
  color: #003270;
  border: 2px solid transparent;
  -webkit-transition: all .25s;
  transition: all .25s;
}

/* line 102, ../../../app/assets/stylesheets/application/style.css.scss */
a.page__link_prev {
  margin-right: .6rem;
}

/* line 105, ../../../app/assets/stylesheets/application/style.css.scss */
a.page__link_next {
  margin-left: .6rem;
}

/* line 108, ../../../app/assets/stylesheets/application/style.css.scss */
a.page__link.current {
  color: #ffffff;
  background: #003270;
  border: 2px solid #003270;
}

/* line 113, ../../../app/assets/stylesheets/application/style.css.scss */
a.page__link:hover {
  background: #b8d5dc;
  color: #003270;
  border: 2px solid #b8d5dc;
}

/* line 118, ../../../app/assets/stylesheets/application/style.css.scss */
button {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 128, ../../../app/assets/stylesheets/application/style.css.scss */
input[type=search],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

/* line 134, ../../../app/assets/stylesheets/application/style.css.scss */
select::-ms-expand {
  display: none;
}

/* line 137, ../../../app/assets/stylesheets/application/style.css.scss */
input::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.46);
}

/* line 140, ../../../app/assets/stylesheets/application/style.css.scss */
input::-moz-placeholder {
  color: rgba(17, 17, 17, 0.46);
}

/* line 143, ../../../app/assets/stylesheets/application/style.css.scss */
input:-moz-placeholder {
  color: rgba(17, 17, 17, 0.46);
}

/* line 146, ../../../app/assets/stylesheets/application/style.css.scss */
input::-ms-clear {
  display: none;
}

/* line 149, ../../../app/assets/stylesheets/application/style.css.scss */
p {
  margin: 0;
}

/* line 153, ../../../app/assets/stylesheets/application/style.css.scss */
.container,
.container-md {
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}

/* line 158, ../../../app/assets/stylesheets/application/style.css.scss */
.container {
  max-width: 127rem;
}

/* line 161, ../../../app/assets/stylesheets/application/style.css.scss */
.container-md {
  max-width: 85rem;
}

/* line 164, ../../../app/assets/stylesheets/application/style.css.scss */
.section {
  padding-bottom: 5rem;
}

/* line 167, ../../../app/assets/stylesheets/application/style.css.scss */
.pb-10-5 {
  padding-bottom: 10rem;
}

/*=================_M A I N  - P A G E _=================*/
/* line 171, ../../../app/assets/stylesheets/application/style.css.scss */
.title {
  font: normal 500 2.5rem/3rem 'Roboto', sans-serif;
  letter-spacing: 0.04em;
}

/* line 175, ../../../app/assets/stylesheets/application/style.css.scss */
.title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #111111;
}

/* line 191, ../../../app/assets/stylesheets/application/style.css.scss */
.title-descr {
  font: normal 1.8rem/2.1rem 'Roboto Slab', serif;
}

/* HEADER */
/* line 195, ../../../app/assets/stylesheets/application/style.css.scss */
.header__container {
  padding-top: 3.3rem;
  padding-bottom: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 205, ../../../app/assets/stylesheets/application/style.css.scss */
.header__container > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 210, ../../../app/assets/stylesheets/application/style.css.scss */
.header__logo {
  margin-right: 3.8rem;
}

/* line 213, ../../../app/assets/stylesheets/application/style.css.scss */
.header__search-form {
  position: relative;
  text-align: right;
}

/* line 217, ../../../app/assets/stylesheets/application/style.css.scss */
.header__search-form .search-input {
  padding: .6rem 1.1rem;
  max-width: 16.5rem;
  height: 3.3rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  color: #000000;
  border: 1.5px solid #111111;
}

/* line 226, ../../../app/assets/stylesheets/application/style.css.scss */
.header__search-form .search-input:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.46);
}

/* line 229, ../../../app/assets/stylesheets/application/style.css.scss */
.header__search-form .search-btn {
  position: absolute;
  top: 5px;
  left: -46px;
  width: 2.3rem;
  height: 2.3rem;
  background: url("/assets/search-icon-2f29a7b4d4b02b49ca1f36d657041fbb.svg");
  background-size: contain;
  cursor: pointer;
}

/* line 239, ../../../app/assets/stylesheets/application/style.css.scss */
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 244, ../../../app/assets/stylesheets/application/style.css.scss */
.logo__img {
  width: 100%;
  max-width: 29.7rem;
}

/* line 248, ../../../app/assets/stylesheets/application/style.css.scss */
.address-wrap {
  margin-left: auto;
}

/* line 251, ../../../app/assets/stylesheets/application/style.css.scss */
.address__link {
  margin-bottom: 1.8rem;
  display: block;
  position: relative;
  font: normal 500 1.8rem/2.1rem 'Roboto', sans-serif;
  letter-spacing: 0.035em;
  text-align: right;
  -webkit-transition: .15s;
  transition: .15s;
}

/* line 261, ../../../app/assets/stylesheets/application/style.css.scss */
.address__link:before {
  display: block;
  width: 2.3rem;
  height: 2.2rem;
  position: absolute;
  top: 0;
  left: -46px;
  content: '';
  background-size: contain;
}

/* line 271, ../../../app/assets/stylesheets/application/style.css.scss */
.address__link_mail {
  letter-spacing: 0.07em;
}

/* line 274, ../../../app/assets/stylesheets/application/style.css.scss */
.address__link_mail:before {
  background: url("/assets/mail-icon-3e4bae85d12243abfffe24f6d190c156.svg") no-repeat;
}

/* line 277, ../../../app/assets/stylesheets/application/style.css.scss */
.address__link_phone:before {
  background: url("/assets/phone-icon-8ab415c224878c46f819c82a23ee9cce.svg") no-repeat;
}

/* TOP-MENU */
/* line 282, ../../../app/assets/stylesheets/application/style.css.scss */
.top-menu,
.top-menu__link {
  background: #d8e8ec;
}

/* line 285, ../../../app/assets/stylesheets/application/style.css.scss */
.top-menu ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 140rem;
  list-style: none;
}

/* line 295, ../../../app/assets/stylesheets/application/style.css.scss */
.top-menu__item {
  width: calc(100% / 6);
  text-align: center;
  font: normal 500 1.8rem/0.8 'Roboto', sans-serif;
  letter-spacing: 0.04em;
  color: #000000;
  -webkit-transition: background .25s;
  transition: background .25s;
}

/* line 304, ../../../app/assets/stylesheets/application/style.css.scss */
.top-menu__links {
  display: block;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  width: 100%;
  height: 100%;
  -webkit-transition: .25s;
  transition: .25s;
}

/* line 313, ../../../app/assets/stylesheets/application/style.css.scss */
.top-menu__link {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .25s;
  transition: .25s;
}

/* line 322, ../../../app/assets/stylesheets/application/style.css.scss */
.top-menu__link:hover {
  background: #b8d5dc;
  color: #111111;
}

/* line 326, ../../../app/assets/stylesheets/application/style.css.scss */
.top-menu-toggle {
  display: none;
}

/*MAIN-SLIDER*/
/* line 330, ../../../app/assets/stylesheets/application/style.css.scss */
.main-slider {
  position: relative;
}

/* line 333, ../../../app/assets/stylesheets/application/style.css.scss */
.main-slider__item {
  position: relative;
}

/* line 336, ../../../app/assets/stylesheets/application/style.css.scss */
.main-slider__title {
  padding: 2.4rem 0 2.4rem 5.9rem;
  position: absolute;
  right: 0;
  top: 52.5%;
  z-index: 1;
  width: 72.6rem;
  height: 15.8rem;
  background: rgba(128, 128, 128, 0.57);
  border-radius: 2rem 0 0 2rem;
  color: #ffffff;
}

/* line 348, ../../../app/assets/stylesheets/application/style.css.scss */
.main-slider__title h3 {
  margin: 0;
  padding-bottom: 1.6rem;
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 500;
  color: #ffffff;
  border-bottom: solid 0.6rem #d8e8ec;
}

/* line 357, ../../../app/assets/stylesheets/application/style.css.scss */
.main-slider__title p {
  margin-top: 1rem;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: .04em;
}

/* line 363, ../../../app/assets/stylesheets/application/style.css.scss */
.main-slider__img {
  width: 100%;
}

/* line 366, ../../../app/assets/stylesheets/application/style.css.scss */
.main-slider__title a:link {
  color: #ffffff;
}

/* line 370, ../../../app/assets/stylesheets/application/style.css.scss */
.main-slider .slick-next,
.main-slider .slick-prev {
  position: absolute;
  top: 40%;
  z-index: 1;
  width: 4.2rem;
  height: 4.2rem;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 379, ../../../app/assets/stylesheets/application/style.css.scss */
.main-slider .slick-prev {
  left: 4rem;
  background-image: url("/assets/prev-sl-btn-b62af6c0334e61916c65b83ef448ad8f.svg");
}

/* line 383, ../../../app/assets/stylesheets/application/style.css.scss */
.main-slider .slick-next {
  right: 4rem;
  background-image: url("/assets/next-sl-btn-d7c8198da06eea76000431b3c1367b98.svg");
}

/*BUSINESS*/
/* line 388, ../../../app/assets/stylesheets/application/style.css.scss */
.business {
  padding: 7.8rem 0rem 8rem;
}

/* line 391, ../../../app/assets/stylesheets/application/style.css.scss */
.business__container {
  padding: 0 .5rem;
}

/* line 394, ../../../app/assets/stylesheets/application/style.css.scss */
.business h2 {
  margin-bottom: 4.5rem;
  text-align: center;
}

/* line 398, ../../../app/assets/stylesheets/application/style.css.scss */
.business__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 408, ../../../app/assets/stylesheets/application/style.css.scss */
.business__item {
  position: relative;
  margin: 1rem;
  overflow: hidden;
}

/* line 413, ../../../app/assets/stylesheets/application/style.css.scss */
.business__item__title {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 36%;
  background: rgba(128, 128, 128, 0.57);
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 431, ../../../app/assets/stylesheets/application/style.css.scss */
.business__item__title h3 {
  max-width: 90%;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
}

/* line 441, ../../../app/assets/stylesheets/application/style.css.scss */
.business__item:hover .business__img {
  opacity: 1;
}

/* line 444, ../../../app/assets/stylesheets/application/style.css.scss */
.business__item:hover .business__item__title {
  background-color: rgba(128, 128, 128, 0.8);
}

/* line 447, ../../../app/assets/stylesheets/application/style.css.scss */
.business__img {
  display: block;
  width: 100%;
  max-width: 35rem;
  opacity: .9;
  -webkit-transition: .25s;
  transition: .25s;
}

/*BUSS-DESCR*/
/* line 456, ../../../app/assets/stylesheets/application/style.css.scss */
.buss-descr {
  background: #e5ebf1;
}

/* line 459, ../../../app/assets/stylesheets/application/style.css.scss */
.buss-descr h4 {
  margin-bottom: 3.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* line 464, ../../../app/assets/stylesheets/application/style.css.scss */
.buss-descr p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

/* line 468, ../../../app/assets/stylesheets/application/style.css.scss */
.buss-descr ul {
  margin-top: 2.7rem;
  font-size: 18px;
  line-height: 28px;
}

/* line 473, ../../../app/assets/stylesheets/application/style.css.scss */
.buss-descr li {
  margin-top: 2rem;
}

/* line 476, ../../../app/assets/stylesheets/application/style.css.scss */
.buss-descr li:before {
  margin-right: 1.1rem;
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  content: '';
  border-radius: 50%;
  background: #003270;
}

/* line 485, ../../../app/assets/stylesheets/application/style.css.scss */
.buss-descr__item {
  margin: 0 auto;
  max-width: 140rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 492, ../../../app/assets/stylesheets/application/style.css.scss */
.buss-descr__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 499, ../../../app/assets/stylesheets/application/style.css.scss */
.buss-descr__img,
.buss-descr__block {
  width: 50%;
  max-width: 70rem;
}

/* line 503, ../../../app/assets/stylesheets/application/style.css.scss */
.buss-descr__img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 57rem;
  background-size: cover;
}

/* line 509, ../../../app/assets/stylesheets/application/style.css.scss */
.buss-descr__img_left {
  background: url("/assets/bus_descr_1-a0a94e873c2d2a03c49e8bab3a92b16f.png") center no-repeat;
}

/* line 512, ../../../app/assets/stylesheets/application/style.css.scss */
.buss-descr__img_right {
  background: url("/assets/bus_descr_2-cac38ebd993a403a1981a0dede594242.png") center no-repeat;
}

/* line 515, ../../../app/assets/stylesheets/application/style.css.scss */
.buss-descr__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 8rem;
}

/* line 524, ../../../app/assets/stylesheets/application/style.css.scss */
.buss-descr__block_right h4 {
  max-width: 79%;
}

/* line 527, ../../../app/assets/stylesheets/application/style.css.scss */
.buss-descr__block .wrap {
  padding: 0 1.5rem;
  max-width: 55.5rem;
}

/*NEWS*/
/* line 532, ../../../app/assets/stylesheets/application/style.css.scss */
.news {
  padding: 7.8rem 0 8.3rem;
}

/* line 535, ../../../app/assets/stylesheets/application/style.css.scss */
.news h2 {
  margin-bottom: 7.2rem;
}

/* line 538, ../../../app/assets/stylesheets/application/style.css.scss */
.news h4 {
  text-transform: uppercase;
  margin-bottom: 3.1rem;
}

/* line 542, ../../../app/assets/stylesheets/application/style.css.scss */
.news__container {
  padding-left: 12rem;
}

/* line 545, ../../../app/assets/stylesheets/application/style.css.scss */
.article {
  margin-bottom: 5rem;
  font: normal 1.8rem/2.8rem 'Roboto Slab', serif;
}

/* line 549, ../../../app/assets/stylesheets/application/style.css.scss */
.article__date {
  color: #003270;
}

/* line 552, ../../../app/assets/stylesheets/application/style.css.scss */
.article a.article__link {
  -webkit-transition: .15s;
  transition: .15s;
}

/* line 556, ../../../app/assets/stylesheets/application/style.css.scss */
.article a.article__link:hover {
  color: #003270;
}

/* line 559, ../../../app/assets/stylesheets/application/style.css.scss */
a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1.8rem;
  padding-bottom: 1.7rem;
  max-width: 34.5rem;
  font: normal 500 1.8rem 'Roboto', sans-serif;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: #003270;
  -webkit-transition: .25s;
  transition: .25s;
}

/* line 576, ../../../app/assets/stylesheets/application/style.css.scss */
a.btn:hover {
  color: #003270;
  background: #b8d5dc;
}

/* line 580, ../../../app/assets/stylesheets/application/style.css.scss */
.footer {
  padding: 9rem 0rem 7.2rem;
  color: #111111;
  background: #e5ebf1;
}

/* line 585, ../../../app/assets/stylesheets/application/style.css.scss */
.footer-menu {
  background: none;
}

/* line 588, ../../../app/assets/stylesheets/application/style.css.scss */
.footer-menu__link {
  font: normal 500 1.4rem/3.5rem 'Roboto', sans-serif;
}

/* line 591, ../../../app/assets/stylesheets/application/style.css.scss */
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 12rem;
  width: 100%;
}

/* line 601, ../../../app/assets/stylesheets/application/style.css.scss */
.footer__item:last-child {
  margin-bottom: -15px;
  -ms-flex-preferred-size: 28.5%;
  flex-basis: 28.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 616, ../../../app/assets/stylesheets/application/style.css.scss */
.footer .logo {
  display: inline-block;
  margin-bottom: 2.8rem;
}

/* line 620, ../../../app/assets/stylesheets/application/style.css.scss */
.footer .logo__img {
  max-width: 30.2rem;
}

/* line 623, ../../../app/assets/stylesheets/application/style.css.scss */
.footer__title {
  margin-bottom: 2.1rem;
  font-size: 1.8rem;
  line-height: 2.1rem;
}

/* line 628, ../../../app/assets/stylesheets/application/style.css.scss */
.footer__title-descr {
  margin-bottom: 3.2rem;
}

/* line 631, ../../../app/assets/stylesheets/application/style.css.scss */
.footer__address span {
  display: block;
  font: normal 500 1.4rem/2.4rem 'Roboto', sans-serif;
}

/* line 635, ../../../app/assets/stylesheets/application/style.css.scss */
.footer__address p {
  display: block;
  font: normal 500 1.4rem/2.4rem 'Roboto', sans-serif;
}

/* line 639, ../../../app/assets/stylesheets/application/style.css.scss */
.footer__sert {
  padding-top: .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

/*=================_C A T A L O G - P A G E _=================*/
/* line 650, ../../../app/assets/stylesheets/application/style.css.scss */
.breadcrumb ol {
  margin-top: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 658, ../../../app/assets/stylesheets/application/style.css.scss */
.breadcrumb__item {
  margin-bottom: .5rem;
  font: normal 500 1.6rem/1.9rem 'Roboto', sans-serif;
  color: #111111;
}

/* line 663, ../../../app/assets/stylesheets/application/style.css.scss */
.breadcrumb__item:after {
  margin-left: .5em;
  margin-right: .5em;
  display: inline;
  content: '\00BB';
  font-size: 1.1em;
  line-height: 1;
}

/* line 671, ../../../app/assets/stylesheets/application/style.css.scss */
.breadcrumb__item.current:after {
  display: none;
}

/* line 674, ../../../app/assets/stylesheets/application/style.css.scss */
.breadcrumb__item a {
  -webkit-transition: .15s;
  transition: .15s;
}

/* line 678, ../../../app/assets/stylesheets/application/style.css.scss */
.breadcrumb__item a:hover {
  color: #003270;
}

/* line 681, ../../../app/assets/stylesheets/application/style.css.scss */
.section__header h1 {
  margin-top: 7.4rem;
  margin-bottom: 5rem;
  color: #111111;
}

/* line 686, ../../../app/assets/stylesheets/application/style.css.scss */
.cat-section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 691, ../../../app/assets/stylesheets/application/style.css.scss */
.cat-section__item {
  width: 50%;
}

/* line 694, ../../../app/assets/stylesheets/application/style.css.scss */
.category {
  margin-left: 10.5rem;
}

/* line 697, ../../../app/assets/stylesheets/application/style.css.scss */
.category__header {
  font: normal bold 1.6rem/1.9rem 'Roboto', sans-serif;
  color: #000000;
}

/* line 701, ../../../app/assets/stylesheets/application/style.css.scss */
.category__list {
  margin-top: 1.5rem;
  margin-bottom: 5rem;
  padding-left: 3.2rem;
  list-style: circle;
}

/* line 707, ../../../app/assets/stylesheets/application/style.css.scss */
.category__item {
  position: relative;
  font: normal normal 1.6rem/2.6rem 'Roboto', sans-serif;
  color: #000000;
  cursor: pointer;
}

/* line 713, ../../../app/assets/stylesheets/application/style.css.scss */
.category__item > a:hover:before {
  position: absolute;
  left: -4rem;
  display: inline;
  content: '\25BA';
}

/* line 719, ../../../app/assets/stylesheets/application/style.css.scss */
.category__item:hover {
  list-style: none;
}

/* line 722, ../../../app/assets/stylesheets/application/style.css.scss */
.sub-category__list {
  padding-left: 4.2rem;
  list-style: square;
}

/* line 726, ../../../app/assets/stylesheets/application/style.css.scss */
.sub-category__item > a:hover:before {
  position: absolute;
  left: -4rem;
  display: inline;
  content: '\25BA';
}

/* line 732, ../../../app/assets/stylesheets/application/style.css.scss */
.sub-category__item:hover {
  list-style: none;
}

/*=================_E Q U I P - P A G E_=================*/
/* line 736, ../../../app/assets/stylesheets/application/style.css.scss */
.equip {
  padding-bottom: 10rem;
  font: normal normal 1.6rem/2.2rem 'Roboto', sans-serif;
  color: #000000;
}

/* line 741, ../../../app/assets/stylesheets/application/style.css.scss */
.equip-info {
  padding-bottom: 0;
  font: normal normal 1.6rem/2.2rem 'Roboto', sans-serif;
  color: #000000;
}

/* line 746, ../../../app/assets/stylesheets/application/style.css.scss */
.equip__header h1 {
  margin-top: 7.4rem;
  margin-bottom: 5rem;
  color: #111111;
}

/* line 751, ../../../app/assets/stylesheets/application/style.css.scss */
.equip__category {
  margin-left: 0;
}

/* line 754, ../../../app/assets/stylesheets/application/style.css.scss */
.category-descr {
  max-width: 81.8rem;
}

/* line 757, ../../../app/assets/stylesheets/application/style.css.scss */
.nav-pills {
  margin: 5rem auto;
}

/* line 760, ../../../app/assets/stylesheets/application/style.css.scss */
.category-product {
  margin: 2.5rem -1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 768, ../../../app/assets/stylesheets/application/style.css.scss */
.category-product__item {
  position: relative;
  margin: 1rem;
  max-width: 29.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #b3b3b3;
  opacity: 1;
  -webkit-transition: .25s;
  transition: .25s;
}

/* line 787, ../../../app/assets/stylesheets/application/style.css.scss */
.category-product__item:hover {
  opacity: .75;
}

/* line 790, ../../../app/assets/stylesheets/application/style.css.scss */
.category-product__img {
  margin: 1rem 2.4rem 0;
  display: block;
  max-width: 24.7rem;
}

/* line 795, ../../../app/assets/stylesheets/application/style.css.scss */
.category-product__title {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 811, ../../../app/assets/stylesheets/application/style.css.scss */
.category-product__title h3 {
  margin: 0 auto;
  max-width: 95%;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  text-align: center;
}

/* line 820, ../../../app/assets/stylesheets/application/style.css.scss */
.category-product__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=================_S T A T - C O M P - P A G E_=================*/
/* line 828, ../../../app/assets/stylesheets/application/style.css.scss */
.category__item.current .sub-category__list {
  margin-left: 3.5rem;
}

/* line 831, ../../../app/assets/stylesheets/application/style.css.scss */
.sub-category__list {
  font-weight: 500;
}

/*=================_N E W S - P A G E_=================*/
/* line 835, ../../../app/assets/stylesheets/application/style.css.scss */
.news-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}

/* line 843, ../../../app/assets/stylesheets/application/style.css.scss */
.news-form-control {
  margin-right: 2rem;
  font: normal 500 1.6rem/1.9rem 'Roboto', sans-serif;
  color: #6a6a6a;
}

/* line 848, ../../../app/assets/stylesheets/application/style.css.scss */
.news-form-control[type="submit"] {
  color: #ffffff;
  background: #003270;
  -webkit-transition: .25s;
  transition: .25s;
}

/* line 854, ../../../app/assets/stylesheets/application/style.css.scss */
.news-form-control[type="submit"]:hover {
  background: #b8d5dc;
  color: #003270;
  border-color: #b8d5dc;
}

/* line 859, ../../../app/assets/stylesheets/application/style.css.scss */
.news-form-group {
  position: relative;
}

/* line 863, ../../../app/assets/stylesheets/application/style.css.scss */
.news-form-group:first-child:after,
.news-form-group:nth-child(2):after {
  position: absolute;
  top: 1.2rem;
  right: 3.2rem;
  z-index: 4;
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  content: '\25BC';
}

/* line 873, ../../../app/assets/stylesheets/application/style.css.scss */
.form-control {
  position: relative;
  z-index: 5;
  padding-left: 1.5rem;
  width: 19rem;
  height: 3.6rem;
  background: transparent;
  border: 2px solid #003270;
}

/* line 882, ../../../app/assets/stylesheets/application/style.css.scss */
.form-control[type="submit"] {
  padding-right: 1.5rem;
}

/* line 885, ../../../app/assets/stylesheets/application/style.css.scss */
.news-section h4 {
  margin-bottom: 3.1rem;
  text-transform: uppercase;
}

/* line 889, ../../../app/assets/stylesheets/application/style.css.scss */
.news-section__btn {
  width: 29.3rem;
  height: 3.6rem;
}

/* line 893, ../../../app/assets/stylesheets/application/style.css.scss */
.outline {
  font: normal 500 1.6rem/1.9rem 'Roboto', sans-serif;
  color: #ffffff;
  background: #003270;
  border: 2px solid #003270;
  -webkit-transition: .25s;
  transition: .25s;
}

/* line 901, ../../../app/assets/stylesheets/application/style.css.scss */
.outline:hover {
  background: #b8d5dc;
  color: #003270;
  border-color: #b8d5dc;
}

/*==================_C U R R E N T_C O N D I T I O N =================================*/
/* line 907, ../../../app/assets/stylesheets/application/style.css.scss */
.top-menu__links.current {
  color: #ffffff;
  background: #003270;
}

/* line 911, ../../../app/assets/stylesheets/application/style.css.scss */
.top-menu__link.current:hover {
  color: #111111;
  background: #b8d5dc;
}

/* line 915, ../../../app/assets/stylesheets/application/style.css.scss */
.breadcrumb__item.current {
  color: #595959;
}

/* line 919, ../../../app/assets/stylesheets/application/style.css.scss */
.category__item.current,
.sub-category__item.current {
  list-style: none;
  cursor: default;
  font-weight: 900;
}

/* line 925, ../../../app/assets/stylesheets/application/style.css.scss */
.category__item.current:before,
.sub-category__item.current:before {
  display: none;
  content: '\25BA';
}

/* line 930, ../../../app/assets/stylesheets/application/style.css.scss */
.category__item.current > span,
.sub-category__item.current > span {
  position: relative;
}

/* line 934, ../../../app/assets/stylesheets/application/style.css.scss */
.category__item.current > span:before,
.sub-category__item.current > span:before {
  position: absolute;
  left: -2rem;
  content: '\25B2';
}

/* line 940, ../../../app/assets/stylesheets/application/style.css.scss */
.category__item.current > span:hover:before,
.sub-category__item.current > span:hover:before {
  left: -4rem;
  display: inline;
}

/* line 944, ../../../app/assets/stylesheets/application/style.css.scss */
.category__item.current > span:hover:before {
  left: -2rem;
}

/* line 947, ../../../app/assets/stylesheets/application/style.css.scss */
.sub-category__item.current > span:hover:before {
  left: -2rem;
}

/*=================_S E R V I C E S - P A G E_=================*/
/* line 951, ../../../app/assets/stylesheets/application/style.css.scss */
.services-section__body p {
  margin-bottom: 2rem;
  max-width: 71.1rem;
  font: 1.6rem/1.9rem 'Roboto', sans-serif;
}

/* line 956, ../../../app/assets/stylesheets/application/style.css.scss */
.img-box {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 964, ../../../app/assets/stylesheets/application/style.css.scss */
.img-box__item {
  margin-right: .4rem;
  width: 17.2rem;
  height: 12.9rem;
}

/* line 969, ../../../app/assets/stylesheets/application/style.css.scss */
.img-box__item_bot {
  margin-right: 1.4rem;
  width: 30.8rem;
  height: 20.5rem;
}

/* line 975, ../../../app/assets/stylesheets/application/style.css.scss */
.img-box__item,
.img-box__item_bot {
  opacity: .9;
  -webkit-transition: .25s;
  transition: .25s;
  overflow: hidden;
}

/* line 982, ../../../app/assets/stylesheets/application/style.css.scss */
.img-box__item img,
.img-box__item_bot img {
  min-width: 100%;
  min-height: 100%;
}

/* line 987, ../../../app/assets/stylesheets/application/style.css.scss */
.img-box__item:hover,
.img-box__item_bot:hover {
  opacity: 1;
}

/*=================_A B O U T__P A G E_=================*/
/*=================_TABS_=================*/
/* line 992, ../../../app/assets/stylesheets/application/style.css.scss */
.tabs {
  max-width: 81.8rem;
  position: relative;
  font: normal normal 1.6rem/2.6rem 'Roboto', sans-serif;
}

/* line 997, ../../../app/assets/stylesheets/application/style.css.scss */
.tabs > .content-tab {
  display: none;
  margin-bottom: -2rem;
  padding-top: 5rem;
}

/* line 1003, ../../../app/assets/stylesheets/application/style.css.scss */
.tabs > .content-tab p,
.tabs > .content-tab ul {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* line 1007, ../../../app/assets/stylesheets/application/style.css.scss */
.tabs > .content-tab p {
  margin-bottom: 2rem;
}

/* line 1010, ../../../app/assets/stylesheets/application/style.css.scss */
.tabs > .content-tab ul li {
  margin-bottom: 2rem;
}

/* line 1013, ../../../app/assets/stylesheets/application/style.css.scss */
.tabs > .content-tab ul li:first-child {
  margin-top: 2rem;
}

/* line 1016, ../../../app/assets/stylesheets/application/style.css.scss */
.tabs input {
  display: none;
  position: absolute;
}

/* line 1020, ../../../app/assets/stylesheets/application/style.css.scss */
.tabs > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.4rem;
  padding: 0 2.5rem;
  height: 4rem;
  border: 2px solid transparent;
  color: #003270;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

/* line 1038, ../../../app/assets/stylesheets/application/style.css.scss */
.tabs > label:hover {
  color: #003270;
  background: #b8d5dc;
  cursor: pointer;
}

@-webkit-keyframes fadeIn {
  /* line 1044, ../../../app/assets/stylesheets/application/style.css.scss */
  from {
    opacity: 0;
  }

  /* line 1047, ../../../app/assets/stylesheets/application/style.css.scss */
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  /* line 1052, ../../../app/assets/stylesheets/application/style.css.scss */
  from {
    opacity: 0;
  }

  /* line 1055, ../../../app/assets/stylesheets/application/style.css.scss */
  to {
    opacity: 1;
  }
}

/* line 1059, ../../../app/assets/stylesheets/application/style.css.scss */
.tabs > input:checked + label {
  color: #ffffff;
  background: #003270;
  border: solid 2px #003270;
}

/* line 1064, ../../../app/assets/stylesheets/application/style.css.scss */
.tabs > input:checked + label:hover {
  color: #003270;
  background: #b8d5dc;
  border-color: #b8d5dc;
  cursor: pointer;
}

/* line 1070, ../../../app/assets/stylesheets/application/style.css.scss */
.tabs a {
  color: #003270;
}

/* line 1076, ../../../app/assets/stylesheets/application/style.css.scss */
#tab1:checked ~ #content-tab1,
#tab2:checked ~ #content-tab2,
#tab3:checked ~ #content-tab3,
#tab4:checked ~ #content-tab4 {
  display: block;
}

/*=================_C O N T A C T S - P A G E_=================*/
/* line 1080, ../../../app/assets/stylesheets/application/style.css.scss */
.contacts-section__body {
  max-width: 80.2rem;
}

/* line 1084, ../../../app/assets/stylesheets/application/style.css.scss */
.contacts-section__title,
.contacts-section__address p {
  margin-bottom: 2.5rem;
}

/* line 1087, ../../../app/assets/stylesheets/application/style.css.scss */
.contacts-section__address {
  font: 500 1.6rem/1.9rem 'Roboto', sans-serif;
}

/* line 1090, ../../../app/assets/stylesheets/application/style.css.scss */
.map {
  margin-top: 10rem;
}

/* line 1093, ../../../app/assets/stylesheets/application/style.css.scss */
.map__header h2 {
  margin-bottom: 5rem;
  font: normal 500 4rem/4.7rem 'Roboto', sans-serif;
  color: #111111;
}

/* line 1098, ../../../app/assets/stylesheets/application/style.css.scss */
.map__body {
  max-width: 82rem;
  overflow: hidden;
}

/* line 1102, ../../../app/assets/stylesheets/application/style.css.scss */
#map {
  width: 88%;
  max-width: 82rem;
  height: 61.7rem;
}

/*=================_E N G L I S H - P A G E _=================*/
/* line 1108, ../../../app/assets/stylesheets/application/style.css.scss */
.english-section__body {
  margin-bottom: -2rem;
  max-width: 81.8rem;
  font: normal normal 1.6rem/2.6rem 'Roboto', sans-serif;
}

/* line 1113, ../../../app/assets/stylesheets/application/style.css.scss */
.english-section__body p {
  margin-bottom: 2rem;
}

/* line 1116, ../../../app/assets/stylesheets/application/style.css.scss */
.english-section__body ul li {
  margin-bottom: 2rem;
}

/* line 1119, ../../../app/assets/stylesheets/application/style.css.scss */
.english-section__body ul li:first-child {
  margin-top: 2rem;
}

/*=================_P R O D U C T - P A G E _=================*/
/* line 1123, ../../../app/assets/stylesheets/application/style.css.scss */
.back-link {
  display: inline-block;
  width: 4.2rem;
  height: 4.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/prev_arrow_blue-2084519ee1f695a5fc3ad2850619101c.svg");
  /*соединить с кнопкой слика*/
}

/* line 1133, ../../../app/assets/stylesheets/application/style.css.scss */
.product {
  padding-top: 13rem;
  padding-bottom: 4.4rem;
  background-size: 43%;
  /* 43%  60rem*/
}

/* line 1142, ../../../app/assets/stylesheets/application/style.css.scss */
.product-property__content ul {
  list-style: disc;
}

/* line 1146, ../../../app/assets/stylesheets/application/style.css.scss */
.product-descr__content ul {
  list-style: disc;
}

/* line 1150, ../../../app/assets/stylesheets/application/style.css.scss */
.product-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

/* line 1161, ../../../app/assets/stylesheets/application/style.css.scss */
.product-title__item {
  width: 50%;
}

/* line 1164, ../../../app/assets/stylesheets/application/style.css.scss */
.product__heading {
  margin: 1.8rem 0 8.1rem;
}

/* line 1167, ../../../app/assets/stylesheets/application/style.css.scss */
.product-image {
  position: absolute;
  right: 0;
  bottom: -4.4rem;
  height: 100%;
}

/* line 1173, ../../../app/assets/stylesheets/application/style.css.scss */
.product-image img {
  position: absolute;
  bottom: 20px;
  right: 0;
  max-width: 100%;
  height: inherit;
  object-fit: contain;
}

/* line 1181, ../../../app/assets/stylesheets/application/style.css.scss */
.product-producer {
  margin-bottom: 4.7rem;
  font: normal 500 3rem/3.5rem 'Roboto', sans-serif;
}

/* line 1185, ../../../app/assets/stylesheets/application/style.css.scss */
.download {
  font: normal normal 1.8rem/2.8rem 'Roboto Slab', serif;
}

/* line 1188, ../../../app/assets/stylesheets/application/style.css.scss */
.download__link {
  display: inline-block;
}

/* line 1191, ../../../app/assets/stylesheets/application/style.css.scss */
.download__link img {
  margin-bottom: -0.2rem;
  display: inline-block;
}

@media (max-width: 399.98px) {
  /* line 1196, ../../../app/assets/stylesheets/application/style.css.scss */
  .product {
    background-position: bottom -8rem right -10rem;
  }
}
/*=================_SLIDER-SECTION=================*/
/* line 1201, ../../../app/assets/stylesheets/application/style.css.scss */
.slider-section {
  padding: 9rem 0rem 12.4rem;
  background: #d8e8ec;
}

/* line 1205, ../../../app/assets/stylesheets/application/style.css.scss */
.product-slider {
  margin: 0 -1rem;
}

/* line 1208, ../../../app/assets/stylesheets/application/style.css.scss */
.product-slider__item {
  padding: 0 1rem;
}

/* line 1212, ../../../app/assets/stylesheets/application/style.css.scss */
.product-slider__item img {
  object-fit: cover;
}

/* line 1217, ../../../app/assets/stylesheets/application/style.css.scss */
.product-slider .slick-next,
.product-slider .slick-prev {
  position: absolute;
  bottom: -9rem;
  z-index: 1;
  width: 4.8rem;
  height: 4.8rem;
}

/* line 1224, ../../../app/assets/stylesheets/application/style.css.scss */
.product-slider .slick-prev {
  left: calc(50% - 93px);
  background-image: url("/assets/prev_arrow_blue-2084519ee1f695a5fc3ad2850619101c.svg");
}

/* line 1228, ../../../app/assets/stylesheets/application/style.css.scss */
.product-slider .slick-next {
  right: calc(50% - 93px);
  background-image: url("/assets/next_arrow_blue-3f4c0d0fe0161d212b2b4dc271f91480.svg");
}

/*=================SLIDER-SECTION=================*/
/* line 1235, ../../../app/assets/stylesheets/application/style.css.scss */
.product-descr > .container,
.product-property > .container,
.product-files > .container {
  max-width: 106rem;
}

/* line 1238, ../../../app/assets/stylesheets/application/style.css.scss */
.product-descr__heading h2 {
  margin: 7.8rem 0rem 6.8rem;
}

/* line 1241, ../../../app/assets/stylesheets/application/style.css.scss */
.product-descr__content {
  max-width: 84rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

/* line 1246, ../../../app/assets/stylesheets/application/style.css.scss */
.product-descr__content p {
  margin-bottom: 3.1rem;
}

/* line 1249, ../../../app/assets/stylesheets/application/style.css.scss */
.product-property__heading h2 {
  margin: 7rem 0rem;
}

/* line 1252, ../../../app/assets/stylesheets/application/style.css.scss */
.product-property__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.05em;
}

/* line 1259, ../../../app/assets/stylesheets/application/style.css.scss */
.product-property__table tr:nth-child(odd) {
  background: #e5ebf1;
}

/* line 1262, ../../../app/assets/stylesheets/application/style.css.scss */
.product-property__table td {
  padding: 0 2px;
}

/* line 1265, ../../../app/assets/stylesheets/application/style.css.scss */
.product-property__table td:first-child {
  width: 70%;
}

/* line 1268, ../../../app/assets/stylesheets/application/style.css.scss */
.product-files {
  padding-bottom: 10rem;
}

/* line 1271, ../../../app/assets/stylesheets/application/style.css.scss */
.product-files__heading h2 {
  margin: 8rem 0;
}

/* line 1274, ../../../app/assets/stylesheets/application/style.css.scss */
.product-files__item {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 6rem;
}

/* line 1280, ../../../app/assets/stylesheets/application/style.css.scss */
.product-files__item img {
  margin-right: 4.2rem;
  width: 4.4rem;
  height: 100%;
}

/*===================_M E D I A_=======================*/
@media (max-width: 1199.98px) {
  /* line 1287, ../../../app/assets/stylesheets/application/style.css.scss */
  .product {
    background: none;
  }

  /* line 1290, ../../../app/assets/stylesheets/application/style.css.scss */
  .main-slider__title {
    padding: 2rem 0 2rem 5rem;
    width: 60.5rem;
    height: 14rem;
  }

  /* line 1295, ../../../app/assets/stylesheets/application/style.css.scss */
  .main-slider__title h3 {
    font-size: 3rem;
  }

  /* line 1298, ../../../app/assets/stylesheets/application/style.css.scss */
  .main-slider__title p {
    font-size: 2rem;
  }

  /* line 1301, ../../../app/assets/stylesheets/application/style.css.scss */
  .main-slider__img {
    max-width: 115%;
  }

  /* line 1304, ../../../app/assets/stylesheets/application/style.css.scss */
  .buss-descr h4 {
    max-width: 100%;
  }

  /* line 1307, ../../../app/assets/stylesheets/application/style.css.scss */
  .buss-descr__block {
    padding-left: 3.5rem;
  }

  /* line 1310, ../../../app/assets/stylesheets/application/style.css.scss */
  .news__container {
    padding-left: 5rem;
  }

  /* line 1313, ../../../app/assets/stylesheets/application/style.css.scss */
  .footer__container {
    padding-left: 5rem;
  }

  /* line 1316, ../../../app/assets/stylesheets/application/style.css.scss */
  .category {
    margin-left: 3.5rem;
  }

  /* line 1319, ../../../app/assets/stylesheets/application/style.css.scss */
  #map {
    height: 52.7rem;
  }
}
@media (max-width: 991.98px) {
  /* line 1325, ../../../app/assets/stylesheets/application/style.css.scss */
  .main-slider__title {
    top: auto;
    bottom: 0;
    padding: 1rem 0 1rem 4rem;
    width: 100%;
    height: 10rem;
    border-radius: 0;
  }

  /* line 1333, ../../../app/assets/stylesheets/application/style.css.scss */
  .main-slider__title h3 {
    padding-bottom: 1rem;
    font-size: 2.5rem;
  }

  /* line 1337, ../../../app/assets/stylesheets/application/style.css.scss */
  .main-slider__title p {
    font-size: 1.6rem;
  }

  /* line 1340, ../../../app/assets/stylesheets/application/style.css.scss */
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 1346, ../../../app/assets/stylesheets/application/style.css.scss */
  .header__container > .wrap {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 1352, ../../../app/assets/stylesheets/application/style.css.scss */
  .header__logo {
    margin-right: 0;
  }

  /* line 1355, ../../../app/assets/stylesheets/application/style.css.scss */
  .header__search-form {
    margin-left: 4.6rem;
  }

  /* line 1358, ../../../app/assets/stylesheets/application/style.css.scss */
  .title-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
  }

  /* line 1364, ../../../app/assets/stylesheets/application/style.css.scss */
  .address-wrap {
    margin-top: 1rem;
    margin-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 1378, ../../../app/assets/stylesheets/application/style.css.scss */
  .address__link {
    margin-left: 4.6rem;
  }

  /* line 1381, ../../../app/assets/stylesheets/application/style.css.scss */
  .address__link_mail {
    display: none;
  }

  /* line 1384, ../../../app/assets/stylesheets/application/style.css.scss */
  .address__link_phone {
    margin-bottom: 0;
  }

  /* line 1387, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu__item {
    font-size: 1.6rem;
  }

  /* line 1390, ../../../app/assets/stylesheets/application/style.css.scss */
  .business__img {
    max-width: 35rem;
  }

  /* line 1393, ../../../app/assets/stylesheets/application/style.css.scss */
  .buss-descr h4 {
    margin-bottom: 2rem;
  }

  /* line 1396, ../../../app/assets/stylesheets/application/style.css.scss */
  .buss-descr ul {
    margin-top: 2rem;
  }

  /* line 1399, ../../../app/assets/stylesheets/application/style.css.scss */
  .buss-descr__block {
    padding-top: 2rem;
    padding-left: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 1406, ../../../app/assets/stylesheets/application/style.css.scss */
  .news__container {
    padding-left: 2.5rem;
  }

  /* line 1409, ../../../app/assets/stylesheets/application/style.css.scss */
  .footer__container {
    padding-left: 2.5rem;
  }

  /* line 1412, ../../../app/assets/stylesheets/application/style.css.scss */
  .footer__sert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 1421, ../../../app/assets/stylesheets/application/style.css.scss */
  .footer__sert img:first-child {
    margin-bottom: 20px;
  }

  /* line 1424, ../../../app/assets/stylesheets/application/style.css.scss */
  .category {
    margin-left: 1rem;
  }

  /* line 1427, ../../../app/assets/stylesheets/application/style.css.scss */
  #map {
    height: 43.3rem;
  }

  /* line 1430, ../../../app/assets/stylesheets/application/style.css.scss */
  .product {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  /* line 1434, ../../../app/assets/stylesheets/application/style.css.scss */
  .product__heading {
    margin-bottom: 3.5rem;
  }

  /* line 1437, ../../../app/assets/stylesheets/application/style.css.scss */
  .product__heading h1 {
    margin-top: 5rem;
    margin-bottom: 3.5rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }

  /* line 1443, ../../../app/assets/stylesheets/application/style.css.scss */
  .product-image {
    bottom: -2rem;
  }

  /* line 1446, ../../../app/assets/stylesheets/application/style.css.scss */
  .product-producer {
    margin-bottom: 3.5rem;
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  /* line 1451, ../../../app/assets/stylesheets/application/style.css.scss */
  .download {
    font-size: 1.6rem;
  }

  /* line 1454, ../../../app/assets/stylesheets/application/style.css.scss */
  .product-property__table td:nth-child(2) {
    padding-left: 2rem;
  }
}
@media (max-width: 767.98px) {
  /* line 1459, ../../../app/assets/stylesheets/application/style.css.scss */
  .product-image img {
    width: inherit;
  }

  /* line 1462, ../../../app/assets/stylesheets/application/style.css.scss */
  .noback {
    overflow: hidden;
  }

  /* line 1465, ../../../app/assets/stylesheets/application/style.css.scss */
  .scroll-hidden {
    overflow: hidden;
  }

  /* line 1468, ../../../app/assets/stylesheets/application/style.css.scss */
  .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 899;
    width: 0%;
    height: 100%;
    background: rgba(17, 17, 17, 0.46);
    -webkit-transition: .4s;
    transition: .4s;
  }

  /* line 1480, ../../../app/assets/stylesheets/application/style.css.scss */
  .overlay.responsive {
    width: 100%;
  }

  /* line 1483, ../../../app/assets/stylesheets/application/style.css.scss */
  .header__container {
    padding-top: 10rem;
    padding-bottom: 7.5rem;
  }

  /* line 1487, ../../../app/assets/stylesheets/application/style.css.scss */
  .header__container > .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 1496, ../../../app/assets/stylesheets/application/style.css.scss */
  .header__title {
    font-size: 2.4rem;
  }

  /* line 1499, ../../../app/assets/stylesheets/application/style.css.scss */
  .header__address {
    display: none;
  }

  /* line 1502, ../../../app/assets/stylesheets/application/style.css.scss */
  .header__search-form {
    display: block;
    margin-left: 5.3rem;
    width: 32rem;
    max-width: 62%;
  }

  /* line 1508, ../../../app/assets/stylesheets/application/style.css.scss */
  .header__search-form .search-input {
    width: 100%;
    max-width: 100%;
    background: #fafcfd;
  }

  /* line 1513, ../../../app/assets/stylesheets/application/style.css.scss */
  .header__search-form .search-btn {
    left: -3.8rem;
    background-image: url("/assets/search-icon_white-f02276d2b41dcef805463232759c7125.svg");
  }

  /* line 1517, ../../../app/assets/stylesheets/application/style.css.scss */
  .title-wrap {
    margin-top: 5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  /* line 1524, ../../../app/assets/stylesheets/application/style.css.scss */
  .title-descr {
    margin-top: 1.4rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 79%;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  /* line 1532, ../../../app/assets/stylesheets/application/style.css.scss */
  .logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 1537, ../../../app/assets/stylesheets/application/style.css.scss */
  .logo__img {
    max-width: 40.5vw;
  }

  /* line 1540, ../../../app/assets/stylesheets/application/style.css.scss */
  .address-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    z-index: 888;
    margin: 0;
    width: 100vw;
    height: 70px;
    background-color: #003270;
  }

  /* line 1552, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu > .container {
    padding: 0;
  }

  /* line 1555, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    padding-top: 5rem;
    width: 0vw;
    height: 100vh;
    background-color: #003270;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    overflow: hidden;
  }

  /* line 1569, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu .container {
    padding: 0;
    height: 100%;
  }

  /* line 1573, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 1585, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: 5.5rem;
    font-size: 2rem;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    opacity: 0;
  }

  /* line 1599, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu__link {
    padding-top: 2rem;
    padding-bottom: 2rem;
    letter-spacing: .25em;
  }

  /* line 1604, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu-toggle {
    position: fixed;
    top: 2.3rem;
    right: 1.5rem;
    z-index: 901;
    display: block;
    width: 4rem;
    height: 4rem;
  }

  /* line 1613, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu-toggle__item {
    position: absolute;
    right: 0;
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
  }

  /* line 1624, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu-toggle__item:first-child {
    top: 0;
  }

  /* line 1627, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu-toggle__item:nth-child(2) {
    top: 11px;
  }

  /* line 1630, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu-toggle__item:last-child {
    top: 22px;
  }

  /* line 1633, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu-toggle__item.responsive {
    background-color: #ffffff;
  }

  /* line 1636, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu-toggle__item:first-child.responsive {
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    top: 11px;
  }

  /* line 1641, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu-toggle__item:nth-child(2).responsive {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0;
  }

  /* line 1646, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu-toggle__item:last-child.responsive {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
    top: 11px;
  }

  /* line 1651, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu.responsive {
    width: 90vw;
  }

  /* line 1654, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu.responsive .top-menu__item {
    width: 100%;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
  }

  /* line 1662, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu.responsive .top-menu__item .top-menu__links {
    margin-left: 4rem;
    text-align: left;
    color: #ffffff;
    background: transparent;
  }

  /* line 1668, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu.responsive .top-menu__item:not(:nth-of-type(1)) {
    border-top: 1px solid #ffffff;
  }

  /* line 1671, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu.responsive .top-menu__item:first-child {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }

  /* line 1675, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu.responsive .top-menu__item:nth-child(2) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
  }

  /* line 1679, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu.responsive .top-menu__item:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }

  /* line 1683, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu.responsive .top-menu__item:nth-child(4) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
  }

  /* line 1687, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu.responsive .top-menu__item:nth-child(5) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
  }

  /* line 1691, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu.responsive .top-menu__item:nth-child(6) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s;
  }

  /* line 1695, ../../../app/assets/stylesheets/application/style.css.scss */
  .top-menu.responsive .top-menu__item:hover {
    background-color: #82b5c2;
    -webkit-transition: 0s;
    transition: 0s;
  }

  /* line 1700, ../../../app/assets/stylesheets/application/style.css.scss */
  .main-slider {
    display: none;
  }

  /* line 1703, ../../../app/assets/stylesheets/application/style.css.scss */
  .buss-descr h4 {
    margin-bottom: 2.5rem;
  }

  /* line 1706, ../../../app/assets/stylesheets/application/style.css.scss */
  .buss-descr ul {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  /* line 1710, ../../../app/assets/stylesheets/application/style.css.scss */
  .buss-descr__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 1715, ../../../app/assets/stylesheets/application/style.css.scss */
  .buss-descr__item:nth-child(2n) {
    background: #ffffff;
  }

  /* line 1718, ../../../app/assets/stylesheets/application/style.css.scss */
  .buss-descr__img {
    display: none;
  }

  /* line 1721, ../../../app/assets/stylesheets/application/style.css.scss */
  .buss-descr__block {
    padding-top: 5rem;
    width: auto;
    max-width: 100%;
  }

  /* line 1726, ../../../app/assets/stylesheets/application/style.css.scss */
  .buss-descr__block_left {
    padding-top: 2.5rem;
  }

  /* line 1729, ../../../app/assets/stylesheets/application/style.css.scss */
  .buss-descr__block .wrap {
    max-width: 100%;
  }

  /* line 1732, ../../../app/assets/stylesheets/application/style.css.scss */
  .news {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    background: #d8e8ec;
  }

  /* line 1737, ../../../app/assets/stylesheets/application/style.css.scss */
  .news h2 {
    margin-bottom: 2.5rem;
  }

  /* line 1740, ../../../app/assets/stylesheets/application/style.css.scss */
  .footer {
    padding: 2.5rem 0rem;
  }

  /* line 1743, ../../../app/assets/stylesheets/application/style.css.scss */
  .footer__container {
    padding-left: 2.5rem;
  }

  /* line 1746, ../../../app/assets/stylesheets/application/style.css.scss */
  .footer__item:first-child {
    margin: 0 auto;
    text-align: center;
  }

  /* line 1750, ../../../app/assets/stylesheets/application/style.css.scss */
  .footer__item:last-child {
    display: none;
  }

  /* line 1753, ../../../app/assets/stylesheets/application/style.css.scss */
  .footer__title-descr {
    margin-bottom: 2.5rem;
  }

  /* line 1756, ../../../app/assets/stylesheets/application/style.css.scss */
  .footer .logo {
    margin-bottom: 2.6rem;
  }

  /* line 1759, ../../../app/assets/stylesheets/application/style.css.scss */
  .footer .logo__img {
    max-width: 54%;
  }

  /* line 1762, ../../../app/assets/stylesheets/application/style.css.scss */
  .section {
    padding-bottom: 2.5rem;
  }

  /* line 1765, ../../../app/assets/stylesheets/application/style.css.scss */
  .section__header p {
    margin-top: 5rem;
  }

  /* line 1768, ../../../app/assets/stylesheets/application/style.css.scss */
  .cat-section__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 1774, ../../../app/assets/stylesheets/application/style.css.scss */
  .cat-section__item {
    width: 100%;
  }

  /* line 1777, ../../../app/assets/stylesheets/application/style.css.scss */
  .category {
    margin-left: 0;
  }

  /* line 1780, ../../../app/assets/stylesheets/application/style.css.scss */
  .category__list {
    margin-bottom: 2.5rem;
  }

  /* line 1783, ../../../app/assets/stylesheets/application/style.css.scss */
  .breadcrumb {
    display: none;
  }

  /* line 1786, ../../../app/assets/stylesheets/application/style.css.scss */
  .news-form-control {
    margin-bottom: 2rem;
  }

  /* line 1789, ../../../app/assets/stylesheets/application/style.css.scss */
  .img-box {
    margin-bottom: 0;
  }

  /* line 1792, ../../../app/assets/stylesheets/application/style.css.scss */
  .img-box__item {
    margin-bottom: .4rem;
  }

  /* line 1795, ../../../app/assets/stylesheets/application/style.css.scss */
  .img-box__item_bot:not(:last-child) {
    margin-bottom: 1.4rem;
  }

  /* line 1798, ../../../app/assets/stylesheets/application/style.css.scss */
  .tabs > label {
    margin: .5rem .7rem;
    padding: 0;
    width: 45%;
    border-color: #003270;
  }

  /* line 1804, ../../../app/assets/stylesheets/application/style.css.scss */
  .tabs > label:hover {
    color: #ffffff;
    background: #003270;
  }

  /* line 1808, ../../../app/assets/stylesheets/application/style.css.scss */
  #map {
    height: 33.2rem;
  }

  /* line 1811, ../../../app/assets/stylesheets/application/style.css.scss */
  .product {
    padding-top: 0;
    background: none;
  }

  /* line 1815, ../../../app/assets/stylesheets/application/style.css.scss */
  .product-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 1824, ../../../app/assets/stylesheets/application/style.css.scss */
  .product-title__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 80%;
  }

  /* line 1837, ../../../app/assets/stylesheets/application/style.css.scss */
  .product-title__item h1 {
    margin-bottom: 0;
  }

  /* line 1840, ../../../app/assets/stylesheets/application/style.css.scss */
  .product-image {
    position: relative;
    bottom: 0;
  }

  /* line 1844, ../../../app/assets/stylesheets/application/style.css.scss */
  .product-image img {
    position: static;
    bottom: 0;
    right: 0;
  }

  /* line 1849, ../../../app/assets/stylesheets/application/style.css.scss */
  .product-property__table td {
    vertical-align: top;
  }

  /* line 1852, ../../../app/assets/stylesheets/application/style.css.scss */
  .product-property__table td:first-child {
    width: auto;
  }
}
/*==================_U P - B U T T O N_=======================*/
/* line 1857, ../../../app/assets/stylesheets/application/style.css.scss */
#toTop {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  z-index: 10;
  width: 40px;
  height: 40px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5) url(up_arrow_blue.svg) no-repeat center;
  background-size: cover;
  border: solid 2px #003270;
  border-radius: 30px;
  overflow: hidden;
}

/* line 1872, ../../../app/assets/stylesheets/application/style.css.scss */
#toTopHover {
  display: block;
  margin-left: -2px;
  margin-top: -2px;
  width: 40px;
  height: 40px;
  background: url(up_arrow_blue.svg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

/* line 1886, ../../../app/assets/stylesheets/application/style.css.scss */
#toTop:active,
#toTop:focus {
  outline: none;
}

/*======================================================*/
@media (max-width: 575.98px) {
  /* line 1891, ../../../app/assets/stylesheets/application/style.css.scss */
  .equip {
    padding-bottom: 5rem;
  }

  /* line 1895, ../../../app/assets/stylesheets/application/style.css.scss */
  .nav-pills,
  .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 1903, ../../../app/assets/stylesheets/application/style.css.scss */
  .category-product {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 1908, ../../../app/assets/stylesheets/application/style.css.scss */
  .news-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 1914, ../../../app/assets/stylesheets/application/style.css.scss */
  .news-form-group {
    width: 19rem;
  }

  /* line 1918, ../../../app/assets/stylesheets/application/style.css.scss */
  .news-form-group:first-child:after,
  .news-form-group:nth-child(2):after {
    right: 1.2rem;
  }

  /* line 1921, ../../../app/assets/stylesheets/application/style.css.scss */
  #map {
    width: 100%;
    max-width: 42rem;
  }

  /* line 1925, ../../../app/assets/stylesheets/application/style.css.scss */
  .product {
    background-position: bottom -25rem right -15rem;
  }
}
@media (max-width: 479.98px) {
  /* line 1930, ../../../app/assets/stylesheets/application/style.css.scss */
  .pb-10-5 {
    padding-bottom: 5rem;
  }

  /* line 1933, ../../../app/assets/stylesheets/application/style.css.scss */
  .business {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 1937, ../../../app/assets/stylesheets/application/style.css.scss */
  .business__container {
    padding: 0;
  }

  /* line 1940, ../../../app/assets/stylesheets/application/style.css.scss */
  .business h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    max-width: 90%;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  /* line 1948, ../../../app/assets/stylesheets/application/style.css.scss */
  .business__item {
    margin: 0;
    width: 100%;
  }

  /* line 1952, ../../../app/assets/stylesheets/application/style.css.scss */
  .business__item__title {
    height: 32.5%;
  }

  /* line 1955, ../../../app/assets/stylesheets/application/style.css.scss */
  .business__img {
    max-width: 100%;
  }

  /* line 1958, ../../../app/assets/stylesheets/application/style.css.scss */
  .news h2 {
    max-width: 90%;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  /* line 1963, ../../../app/assets/stylesheets/application/style.css.scss */
  .news a.btn {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 1967, ../../../app/assets/stylesheets/application/style.css.scss */
  .footer__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 72%;
  }

  /* line 1972, ../../../app/assets/stylesheets/application/style.css.scss */
  .sub-category__list {
    padding-left: 2rem;
  }

  /* line 1975, ../../../app/assets/stylesheets/application/style.css.scss */
  .sub-category__item.current > span:hover:before {
    left: -6.2rem;
  }

  /* line 1979, ../../../app/assets/stylesheets/application/style.css.scss */
  .section__header h1,
  .equip__header h1 {
    margin-top: 0rem;
    margin-bottom: 2.5rem;
    font-size: 2.6rem;
    line-height: 3rem;
  }

  /* line 1985, ../../../app/assets/stylesheets/application/style.css.scss */
  .nav-pills {
    margin: 2.5rem auto;
    max-width: 80%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 1991, ../../../app/assets/stylesheets/application/style.css.scss */
  .nav-pills__link {
    width: 100%;
    text-align: center;
  }

  /* line 1995, ../../../app/assets/stylesheets/application/style.css.scss */
  .nav-pills__link:first-child {
    margin-bottom: .5rem;
  }

  /* line 1998, ../../../app/assets/stylesheets/application/style.css.scss */
  a.nav-pills__link {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 2003, ../../../app/assets/stylesheets/application/style.css.scss */
  .news-section .article__body p {
    margin-top: 0;
  }

  /* line 2006, ../../../app/assets/stylesheets/application/style.css.scss */
  .news-section__btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  /* line 2011, ../../../app/assets/stylesheets/application/style.css.scss */
  .news-form {
    margin-bottom: 0rem;
  }

  /* line 2014, ../../../app/assets/stylesheets/application/style.css.scss */
  .sub-category__item.current:before {
    left: -5.5rem;
  }

  /* line 2017, ../../../app/assets/stylesheets/application/style.css.scss */
  .img-box__item {
    margin-right: 0;
    margin-bottom: 2rem;
    width: 100%;
    height: auto;
  }

  /* line 2023, ../../../app/assets/stylesheets/application/style.css.scss */
  .img-box__item_bot {
    margin-right: 0;
    margin-bottom: 2rem;
    width: 100%;
    height: auto;
  }

  /* line 2029, ../../../app/assets/stylesheets/application/style.css.scss */
  .img-box__item_bot:last-child {
    margin-bottom: 0;
  }

  /* line 2032, ../../../app/assets/stylesheets/application/style.css.scss */
  .tabs > label {
    margin-left: .4rem;
    margin-right: .4em;
  }

  /* line 2036, ../../../app/assets/stylesheets/application/style.css.scss */
  .tabs > .content-tab {
    padding-top: 2.5rem;
  }

  /* line 2039, ../../../app/assets/stylesheets/application/style.css.scss */
  .map {
    margin-top: 5rem;
  }

  /* line 2042, ../../../app/assets/stylesheets/application/style.css.scss */
  .map__header h2 {
    margin-bottom: 2.5rem;
    font-size: 2.6rem;
    line-height: 3rem;
  }

  /* line 2047, ../../../app/assets/stylesheets/application/style.css.scss */
  .product {
    background-position: bottom -15rem right -10rem;
    background-size: 100%;
  }

  /* line 2051, ../../../app/assets/stylesheets/application/style.css.scss */
  .product__heading {
    margin-top: 0;
  }

  /* line 2054, ../../../app/assets/stylesheets/application/style.css.scss */
  .product__heading h1 {
    font-size: 2.5rem;
  }

  /* line 2057, ../../../app/assets/stylesheets/application/style.css.scss */
  .product-title__item {
    width: 100%;
  }

  /* line 2060, ../../../app/assets/stylesheets/application/style.css.scss */
  .product-producer {
    margin-bottom: 2.5rem;
  }

  /* line 2063, ../../../app/assets/stylesheets/application/style.css.scss */
  .slider-section {
    padding: 5rem 0rem;
  }

  /* line 2067, ../../../app/assets/stylesheets/application/style.css.scss */
  .slick-next,
  .slick-prev {
    display: none !important;
  }

  /* line 2072, ../../../app/assets/stylesheets/application/style.css.scss */
  .product-descr h2,
  .product-property h2,
  .product-files h2 {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
    font-size: 2.6rem;
    line-height: 3.5rem;
  }

  /* line 2078, ../../../app/assets/stylesheets/application/style.css.scss */
  .product-descr__content p {
    margin-bottom: 2.5rem;
  }

  /* line 2081, ../../../app/assets/stylesheets/application/style.css.scss */
  .product-property__table {
    font-size: 1.6rem;
  }

  /* line 2084, ../../../app/assets/stylesheets/application/style.css.scss */
  .product-files {
    padding-bottom: 5rem;
  }

  /* line 2087, ../../../app/assets/stylesheets/application/style.css.scss */
  .product-files__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 2092, ../../../app/assets/stylesheets/application/style.css.scss */
  .product-files__item:first-child {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 320px) {
  /* line 2097, ../../../app/assets/stylesheets/application/style.css.scss */
  .product-property__table {
    font-size: 1.4rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 2102, ../../../app/assets/stylesheets/application/style.css.scss */
  .category-product__item {
    width: 29.3rem;
  }
}
