

/* Start:/local/templates/berrus/css/jquery.fancybox.css?166005178615842*/
@charset "UTF-8";
body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

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

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

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide--image {
  overflow: visible; }

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

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

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

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

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

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

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

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

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

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

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

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

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

.fancybox-button[disabled] {
  cursor: default;
  opacity: 0.6; }

.fancybox-button:hover:not([disabled]) {
  color: #fff; }

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

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

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

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

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

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

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

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

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

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

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

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #888;
  transition: all .2s; }

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #555; }

.fancybox-share_button svg {
  margin-right: 5px;
  width: 23px;
  height: 23px;
  vertical-align: top; }

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

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

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

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

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

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

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

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

/* End */


/* Start:/local/templates/berrus/css/slick/slick.css?16600517861725*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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

/* End */


/* Start:/local/templates/berrus/css/slick/slick-theme.css?16600517863281*/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/local/templates/berrus/css/slick/./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/local/templates/berrus/css/slick/./fonts/slick.eot");
  src: url("/local/templates/berrus/css/slick/./fonts/slick.eot?#iefix") format("embedded-opentype"), url("/local/templates/berrus/css/slick/./fonts/slick.woff") format("woff"), url("/local/templates/berrus/css/slick/./fonts/slick.ttf") format("truetype"), url("/local/templates/berrus/css/slick/./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*# sourceMappingURL=slick-theme.css.map */

/* End */


/* Start:/local/templates/berrus/css/jquery.formstyler.css?16787108642175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/berrus/css/jquery.formstyler.theme.css?168129816210582*/
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
/*.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}*/
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-selectbox__select:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}

.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/berrus/template_styles.css?1736857806105707*/
* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }
  *:focus {
    outline: 0; }

/* Base */
body, html {
  margin: 0;
  padding: 0; }

body {
  font-family: "Futura", sans-serif !important;
  font-size: 14px;
  line-height: 1.3;
  color: #0F0F0F;
  background: #fff;
  overflow-x: hidden; }
  @media (min-width: 768px) {
    body {
      font-size: 18px; } }

iframe {
  border: 0; }

hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #ddd; }

img {
  max-width: 100%;
  max-height: 100%; }

/* Headers */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: bold;
  line-height: 1;
  text-align: center; }

h1, .h1 {
  font-size: 22px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 36px; } }

h2, .h2 {
  font-size: 22px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 36px; } }

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-size: 30px; }

/* Text */
p {
  margin: 10px 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

a {
  text-decoration: none;
  color: inherit;
  transition: .2s ease; }
  a:hover {
    text-decoration: none;
    color: #FF0008; }

b, strong {
  font-weight: 700; }
  b i, b em, strong i, strong em {
    font-weight: 700; }

i, em {
  font-weight: 400;
  font-style: italic; }
  i b, i strong, em b, em strong {
    font-weight: 700 !important; }

/* Lists */
ul, ol {
  overflow: hidden;
  margin: 10px 0;
  padding-left: 20px;
  list-style-type: disc; }
  ul:first-child, ol:first-child {
    margin-top: 0; }
  ul:last-child, ol:last-child {
    margin-bottom: 0; }

ol {
  list-style-type: decimal; }

section {
  position: relative;
  padding: 50px 0; }

.video__container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .video__container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.animate {
  transition-delay: 0s;
  transition-duration: 1s;
  animation-duration: 2s; }
  .animate.fadeInUp {
    transition-property: transform, opacity;
    transform: translateY(20%);
    opacity: 0; }
    .animate.fadeInUp.animated {
      transform: translateY(0);
      opacity: 1; }
  .animate.fadeInLeft {
    transition-property: transform, opacity;
    transform: translateX(-50%);
    opacity: 0; }
    .animate.fadeInLeft.animated {
      transform: translateX(0);
      opacity: 1; }
  .animate.fadeIn {
    transition-property: opacity;
    opacity: 0; }
    .animate.fadeIn.animated {
      opacity: 1; }
  .animate.fadeInRight {
    transition-property: transform, opacity;
    transform: translateX(30%);
    opacity: 0; }
    .animate.fadeInRight.animated {
      transform: translateY(0);
      opacity: 1; }
  .animate[data-duration="0.1"] {
    transition-duration: 0.1s; }
  .animate[data-delay="0.1"] {
    transition-delay: 0.1s; }
  .animate[data-duration="0.2"] {
    transition-duration: 0.2s; }
  .animate[data-delay="0.2"] {
    transition-delay: 0.2s; }
  .animate[data-duration="0.3"] {
    transition-duration: 0.3s; }
  .animate[data-delay="0.3"] {
    transition-delay: 0.3s; }
  .animate[data-duration="0.4"] {
    transition-duration: 0.4s; }
  .animate[data-delay="0.4"] {
    transition-delay: 0.4s; }
  .animate[data-duration="0.5"] {
    transition-duration: 0.5s; }
  .animate[data-delay="0.5"] {
    transition-delay: 0.5s; }
  .animate[data-duration="0.6"] {
    transition-duration: 0.6s; }
  .animate[data-delay="0.6"] {
    transition-delay: 0.6s; }
  .animate[data-duration="0.7"] {
    transition-duration: 0.7s; }
  .animate[data-delay="0.7"] {
    transition-delay: 0.7s; }
  .animate[data-duration="0.8"] {
    transition-duration: 0.8s; }
  .animate[data-delay="0.8"] {
    transition-delay: 0.8s; }
  .animate[data-duration="0.9"] {
    transition-duration: 0.9s; }
  .animate[data-delay="0.9"] {
    transition-delay: 0.9s; }
  .animate[data-duration="1"] {
    transition-duration: 1s; }
  .animate[data-delay="1"] {
    transition-delay: 1s; }
  .animate[data-duration="1.1"] {
    transition-duration: 1.1s; }
  .animate[data-delay="1.1"] {
    transition-delay: 1.1s; }
  .animate[data-duration="1.2"] {
    transition-duration: 1.2s; }
  .animate[data-delay="1.2"] {
    transition-delay: 1.2s; }
  .animate[data-duration="1.3"] {
    transition-duration: 1.3s; }
  .animate[data-delay="1.3"] {
    transition-delay: 1.3s; }
  .animate[data-duration="1.4"] {
    transition-duration: 1.4s; }
  .animate[data-delay="1.4"] {
    transition-delay: 1.4s; }
  .animate[data-duration="1.5"] {
    transition-duration: 1.5s; }
  .animate[data-delay="1.5"] {
    transition-delay: 1.5s; }
  .animate[data-duration="1.6"] {
    transition-duration: 1.6s; }
  .animate[data-delay="1.6"] {
    transition-delay: 1.6s; }
  .animate[data-duration="1.7"] {
    transition-duration: 1.7s; }
  .animate[data-delay="1.7"] {
    transition-delay: 1.7s; }
  .animate[data-duration="1.8"] {
    transition-duration: 1.8s; }
  .animate[data-delay="1.8"] {
    transition-delay: 1.8s; }
  .animate[data-duration="1.9"] {
    transition-duration: 1.9s; }
  .animate[data-delay="1.9"] {
    transition-delay: 1.9s; }
  .animate[data-duration="2"] {
    transition-duration: 2s; }
  .animate[data-delay="2"] {
    transition-delay: 2s; }
  .animate[data-duration="2.1"] {
    transition-duration: 2.1s; }
  .animate[data-delay="2.1"] {
    transition-delay: 2.1s; }
  .animate[data-duration="2.2"] {
    transition-duration: 2.2s; }
  .animate[data-delay="2.2"] {
    transition-delay: 2.2s; }
  .animate[data-duration="2.3"] {
    transition-duration: 2.3s; }
  .animate[data-delay="2.3"] {
    transition-delay: 2.3s; }
  .animate[data-duration="2.4"] {
    transition-duration: 2.4s; }
  .animate[data-delay="2.4"] {
    transition-delay: 2.4s; }
  .animate[data-duration="2.5"] {
    transition-duration: 2.5s; }
  .animate[data-delay="2.5"] {
    transition-delay: 2.5s; }
  .animate[data-duration="2.6"] {
    transition-duration: 2.6s; }
  .animate[data-delay="2.6"] {
    transition-delay: 2.6s; }
  .animate[data-duration="2.7"] {
    transition-duration: 2.7s; }
  .animate[data-delay="2.7"] {
    transition-delay: 2.7s; }
  .animate[data-duration="2.8"] {
    transition-duration: 2.8s; }
  .animate[data-delay="2.8"] {
    transition-delay: 2.8s; }
  .animate[data-duration="2.9"] {
    transition-duration: 2.9s; }
  .animate[data-delay="2.9"] {
    transition-delay: 2.9s; }
  .animate[data-duration="3"] {
    transition-duration: 3s; }
  .animate[data-delay="3"] {
    transition-delay: 3s; }
  .animate[data-duration="3.1"] {
    transition-duration: 3.1s; }
  .animate[data-delay="3.1"] {
    transition-delay: 3.1s; }
  .animate[data-duration="3.2"] {
    transition-duration: 3.2s; }
  .animate[data-delay="3.2"] {
    transition-delay: 3.2s; }
  .animate[data-duration="3.3"] {
    transition-duration: 3.3s; }
  .animate[data-delay="3.3"] {
    transition-delay: 3.3s; }
  .animate[data-duration="3.4"] {
    transition-duration: 3.4s; }
  .animate[data-delay="3.4"] {
    transition-delay: 3.4s; }
  .animate[data-duration="3.5"] {
    transition-duration: 3.5s; }
  .animate[data-delay="3.5"] {
    transition-delay: 3.5s; }
  .animate[data-duration="3.6"] {
    transition-duration: 3.6s; }
  .animate[data-delay="3.6"] {
    transition-delay: 3.6s; }
  .animate[data-duration="3.7"] {
    transition-duration: 3.7s; }
  .animate[data-delay="3.7"] {
    transition-delay: 3.7s; }
  .animate[data-duration="3.8"] {
    transition-duration: 3.8s; }
  .animate[data-delay="3.8"] {
    transition-delay: 3.8s; }
  .animate[data-duration="3.9"] {
    transition-duration: 3.9s; }
  .animate[data-delay="3.9"] {
    transition-delay: 3.9s; }
  .animate[data-duration="4"] {
    transition-duration: 4s; }
  .animate[data-delay="4"] {
    transition-delay: 4s; }
  .animate[data-duration="4.1"] {
    transition-duration: 4.1s; }
  .animate[data-delay="4.1"] {
    transition-delay: 4.1s; }
  .animate[data-duration="4.2"] {
    transition-duration: 4.2s; }
  .animate[data-delay="4.2"] {
    transition-delay: 4.2s; }
  .animate[data-duration="4.3"] {
    transition-duration: 4.3s; }
  .animate[data-delay="4.3"] {
    transition-delay: 4.3s; }
  .animate[data-duration="4.4"] {
    transition-duration: 4.4s; }
  .animate[data-delay="4.4"] {
    transition-delay: 4.4s; }
  .animate[data-duration="4.5"] {
    transition-duration: 4.5s; }
  .animate[data-delay="4.5"] {
    transition-delay: 4.5s; }
  .animate[data-duration="4.6"] {
    transition-duration: 4.6s; }
  .animate[data-delay="4.6"] {
    transition-delay: 4.6s; }
  .animate[data-duration="4.7"] {
    transition-duration: 4.7s; }
  .animate[data-delay="4.7"] {
    transition-delay: 4.7s; }
  .animate[data-duration="4.8"] {
    transition-duration: 4.8s; }
  .animate[data-delay="4.8"] {
    transition-delay: 4.8s; }
  .animate[data-duration="4.9"] {
    transition-duration: 4.9s; }
  .animate[data-delay="4.9"] {
    transition-delay: 4.9s; }
  .animate[data-duration="5"] {
    transition-duration: 5s; }
  .animate[data-delay="5"] {
    transition-delay: 5s; }
  .animate[data-duration="5.1"] {
    transition-duration: 5.1s; }
  .animate[data-delay="5.1"] {
    transition-delay: 5.1s; }

pre {
  font: normal 14/1.5 monospace !important;
  position: relative;
  padding: 15px;
  text-align: left !important;
  background: #eee; }
  pre:before {
    content: 'debug';
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    color: #aaa; }

.m-auto {
  margin: auto; }

.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-top: 0 !important; }

.fancybox-is-open .fancybox-bg {
  opacity: 1; }
.fancybox-close-small {
  position: fixed;
  top: 17px;
  right: 25px; }
  .fancybox-close-small:hover {
    background: none; }
    .fancybox-close-small:hover svg {
      fill: #FF0008; }
  .fancybox-close-small:after {
    content: none; }
  .fancybox-close-small svg {
    width: 15px;
    height: 15px;
    fill: #fff;
    transition: .2s; }
    @media (min-width: 992px) {
      .fancybox-close-small svg {
        width: 30px;
        height: 30px; } }

.fancybox-bg {
  background: rgba(0, 0, 0, 0.9); }

.modal-block {
  color: #fff;
  background: none;
  text-align: center; }
  .modal-block__title {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600; }
  .modal-block__text {
    font-size: 20px; }
.modal__form {
  color: #fff;
  background: none;
  overflow-x: hidden; }
  .modal__form-heading {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .modal__form-heading {
        margin-bottom: 55px; } }
  .modal__form-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 21px;
    font-weight: 600; }
    @media (min-width: 992px) {
      .modal__form-title {
        font-size: 40px; } }
  .modal__form-subtitle {
    font-size: 18px;
    text-align: center; }
    @media (min-width: 992px) {
      .modal__form-subtitle {
        font-size: 32px; } }
    .modal__form-subtitle span {
      color: #FF0008; }

@keyframes dothabottomcheck {
  0% {
    height: 0; }
  100% {
    height: 10px; } }
@keyframes dothatopcheck {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: 24px; } }
.form__field {
  margin-bottom: 5px; }
  .form__field-submit {
    order: 2;
    margin-top: 15px; }
    @media (min-width: 992px) {
      .form__field-submit {
        order: unset;
        margin-top: 0; } }
  @media (min-width: 992px) {
    .form__field {
      margin-bottom: 20px; } }
  .form__field-type {
    display: none; }
    .form__field-type.show {
      display: block; }
  .form__field label {
    font-size: 13px;
    display: flex;
    align-items: center;
    cursor: pointer; }
    @media (min-width: 992px) {
      .form__field label {
        font-size: 16px; } }
  .form__field.file__field {
    margin-top: 20px; }
    @media (min-width: 992px) {
      .form__field.file__field {
        margin-top: 45px;
        margin-bottom: 0; } }
    .form__field.file__field input[type=file] {
      position: absolute;
      opacity: 0;
      z-index: -1; }
    .form__field.file__field label svg {
      width: 16px;
      height: 18px;
      flex: none;
      margin-right: 10px; }
      @media (min-width: 992px) {
        .form__field.file__field label svg {
          margin-right: 20px; } }
    .form__field.file__field label .label {
      text-decoration: underline;
      margin-right: 5px;
      white-space: nowrap; }
  .form__field.checkbox {
    margin-top: 10px; }
    @media (min-width: 992px) {
      .form__field.checkbox {
        margin-top: 18px; } }
    .form__field.checkbox input[type=checkbox] {
      position: absolute;
      opacity: 0;
      z-index: -1; }
      .form__field.checkbox input[type=checkbox]:checked + .checkbox-box:before {
        height: 20px;
        animation: dothatopcheck 0.4s ease 0s forwards; }
      .form__field.checkbox input[type=checkbox]:checked + .checkbox-box:after {
        height: 15px;
        animation: dothabottomcheck 0.2s ease 0s forwards; }
    .form__field.checkbox .checkbox-box {
      width: 15px;
      height: 15px;
      background: #D9D9D9;
      position: relative;
      flex: none;
      margin-right: 10px; }
      @media (min-width: 992px) {
        .form__field.checkbox .checkbox-box {
          margin-right: 20px; } }
      .form__field.checkbox .checkbox-box:before, .form__field.checkbox .checkbox-box:after {
        content: '';
        position: absolute;
        transition: opacity ease .3s;
        height: 0;
        width: 3px;
        background: #FF0008;
        display: inline-block;
        transform-origin: left top; }
      .form__field.checkbox .checkbox-box:before {
        top: 14px;
        left: 9px;
        transform: rotate(-155deg); }
      .form__field.checkbox .checkbox-box:after {
        top: 5px;
        left: 1px;
        transform: rotate(-30deg); }
  .form__field a {
    color: #FF0008;
    text-decoration: underline; }
    .form__field a:hover {
      text-decoration: none; }

::-webkit-input-placeholder {
  color: #000; }

::-moz-placeholder {
  color: #000; }

:-moz-placeholder {
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

/*::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: #555; }
::-webkit-scrollbar-thumb { background: #222; }*/
::-webkit-inner-spin-button {
  display: none; }

::-webkit-calendar-picker-indicator {
  display: none; }

::-webkit-inner-cancel-button {
  display: none; }

::-webkit-clear-button {
  display: none; }

::-webkit-search-cancel-button {
  display: none; }

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

input, textarea, select {
  font: inherit;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  transition: all .2s;
  color: #000;
  border: 0;
  background: #D9D9D9;
  border-radius: 90px;
  font-size: 14px;
  appearance: none; }
  input.is-error, textarea.is-error, select.is-error {
    border-color: #f00; }
  @media (min-width: 992px) {
    input, textarea, select {
      padding: 15px 30px;
      font-size: 16px; } }

button, [type='submit'], [type='reset'] {
  font: inherit;
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px 30px;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  border: 0;
  background: #FF0008;
  border-radius: 90px;
  outline: none; }
  @media (min-width: 992px) {
    button, [type='submit'], [type='reset'] {
      padding: 10px 30px; } }
  button:hover, [type='submit']:hover, [type='reset']:hover {
    background: #D70008; }

textarea {
  resize: none; }

[type='radio'], [type='checkbox'] {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0; }

.control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid #0F0F0F;
  border-radius: 50%;
  transition: .2s ease-out; }
  @media (min-width: 992px) {
    .control {
      width: 30px;
      height: 30px; } }
  .control svg {
    width: 10px;
    height: 8px;
    fill: #0F0F0F;
    transition: .2s ease-out; }
    @media (min-width: 992px) {
      .control svg {
        width: 18px;
        height: 16px; } }
  .control.prev svg {
    transform: rotate(180deg); }
  @media (min-width: 992px) {
    .control:hover {
      border-color: #FF0008;
      transform: translateX(5px); }
      .control:hover svg {
        fill: #FF0008; }
      .control:hover.prev {
        transform: translateX(-5px); } }

.btn {
  border: 1px solid #FF0008;
  border-radius: 40px;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 16px 44px 12px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .btn {
      font-size: 20px; } }
  .btn:hover {
    background: #FF0008;
    color: #fff; }
    .btn:hover:before {
      content: '';
      display: block;
      position: absolute;
      width: 70px;
      height: 200%;
      -webkit-transform: rotate(13deg);
      -ms-transform: rotate(13deg);
      transform: rotate(13deg);
      top: -60%;
      right: 120%;
      -webkit-animation: glare 4s ease infinite;
      animation: glare 4s ease infinite;
      z-index: 5;
      pointer-events: none;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 100%); }

@-webkit-keyframes glare {
  from {
    right: 100%;
    -webkit-transform: rotate(13deg) translateX(-110%);
    transform: rotate(13deg) translateX(-110%); }
  40%,
	to {
    right: 0;
    -webkit-transform: rotate(13deg) translateX(110%);
    transform: rotate(13deg) translateX(110%); } }
@keyframes glare {
  from {
    right: 100%;
    -webkit-transform: rotate(13deg) translateX(-110%);
    transform: rotate(13deg) translateX(-110%); }
  40%,
	to {
    right: 0;
    -webkit-transform: rotate(13deg) translateX(110%);
    transform: rotate(13deg) translateX(110%); } }
.jq-selectbox {
  width: 100%; }
  .jq-selectbox li.selected, .jq-selectbox li.sel {
    background-color: #D9D9D9;
    color: #000; }
  .jq-selectbox li:hover:not(.selected):not(.sel) {
    background: #F3F3F6;
    color: #000; }
  .jq-selectbox__select {
    padding: 10px 15px;
    border-radius: 90px;
    height: auto;
    border: 0;
    background: #D9D9D9;
    box-shadow: unset;
    display: flex;
    align-items: center;
    color: #000; }
    @media (min-width: 992px) {
      .jq-selectbox__select {
        padding: 15px 30px; } }
    .jq-selectbox__select-text {
      font-size: 14px; }
      @media (min-width: 992px) {
        .jq-selectbox__select-text {
          font-size: 16px; } }
  .jq-selectbox__trigger {
    position: static;
    border-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .jq-selectbox__trigger-arrow {
      position: static;
      width: 20px;
      height: 20px;
      border: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 0; }
      .jq-selectbox__trigger-arrow svg {
        width: 100%;
        height: 100%; }
  .jq-selectbox__dropdown {
    top: 100% !important; }

@font-face {
  font-family: 'Gilroy';
  src: url("/local/templates/berrus/fonts/Gilroy-Thin.eot");
  src: local("Gilroy Thin"), local("Gilroy-Thin"), url("/local/templates/berrus/fonts/Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/berrus/fonts/Gilroy-Thin.woff") format("woff"), url("/local/templates/berrus/fonts/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("/local/templates/berrus/fonts/Gilroy-UltraLight.eot");
  src: local("Gilroy UltraLight"), local("Gilroy-UltraLight"), url("/local/templates/berrus/fonts/Gilroy-UltraLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/berrus/fonts/Gilroy-UltraLight.woff") format("woff"), url("/local/templates/berrus/fonts/Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("/local/templates/berrus/fonts/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("/local/templates/berrus/fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/berrus/fonts/Gilroy-Light.woff") format("woff"), url("/local/templates/berrus/fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("/local/templates/berrus/fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("/local/templates/berrus/fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/berrus/fonts/Gilroy-Regular.woff") format("woff"), url("/local/templates/berrus/fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("/local/templates/berrus/fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("/local/templates/berrus/fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/berrus/fonts/Gilroy-Medium.woff") format("woff"), url("/local/templates/berrus/fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("/local/templates/berrus/fonts/Gilroy-SemiBold.eot");
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("/local/templates/berrus/fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/berrus/fonts/Gilroy-SemiBold.woff") format("woff"), url("/local/templates/berrus/fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("/local/templates/berrus/fonts/Gilroy-Heavy.eot");
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("/local/templates/berrus/fonts/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("/local/templates/berrus/fonts/Gilroy-Heavy.woff") format("woff"), url("/local/templates/berrus/fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("/local/templates/berrus/fonts/Gilroy-ExtraBold.eot");
  src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url("/local/templates/berrus/fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/berrus/fonts/Gilroy-ExtraBold.woff") format("woff"), url("/local/templates/berrus/fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Futura';
  src: url("/local/templates/berrus/fonts/FuturaLightC.eot");
  src: local("Futura Light Cyrillic"), local("FuturaLightC"), url("/local/templates/berrus/fonts/FuturaLightC.eot?#iefix") format("embedded-opentype"), url("/local/templates/berrus/fonts/FuturaLightC.woff") format("woff"), url("/local/templates/berrus/fonts/FuturaLightC.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Futura';
  src: url("/local/templates/berrus/fonts/FuturaBookC.eot");
  src: local("Futura Book Cyrillic"), local("FuturaBookC"), url("/local/templates/berrus/fonts/FuturaBookC.eot?#iefix") format("embedded-opentype"), url("/local/templates/berrus/fonts/FuturaBookC.woff") format("woff"), url("/local/templates/berrus/fonts/FuturaBookC.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Futura';
  src: url("/local/templates/berrus/fonts/FuturaMediumC.eot");
  src: local("Futura Medium Cyrillic"), local("FuturaMediumC"), url("/local/templates/berrus/fonts/FuturaMediumC.eot?#iefix") format("embedded-opentype"), url("/local/templates/berrus/fonts/FuturaMediumC.woff") format("woff"), url("/local/templates/berrus/fonts/FuturaMediumC.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Futura';
  src: url("/local/templates/berrus/fonts/FuturaDemiC.eot");
  src: local("Futura Demi Cyrillic"), local("FuturaDemiC"), url("/local/templates/berrus/fonts/FuturaDemiC.eot?#iefix") format("embedded-opentype"), url("/local/templates/berrus/fonts/FuturaDemiC.woff") format("woff"), url("/local/templates/berrus/fonts/FuturaDemiC.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
/*
 * base on bootstrap 4
 */
/* container */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1600px) {
    .container {
      max-width: 1200px;
      padding-right: 15px;
      padding-left: 15px; } }

.m-auto {
  margin: auto; }

/* row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1600px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/* col */
.col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 576px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1600px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1; }

.col-auto {
  width: auto;
  max-width: none;
  flex: 0 0 auto; }

.col-1 {
  max-width: 8.3333333333%;
  flex: 0 0 8.3333333333%; }

.col-2 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%; }

.col-3 {
  max-width: 25%;
  flex: 0 0 25%; }

.col-4 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%; }

.col-5 {
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%; }

.col-6 {
  max-width: 50%;
  flex: 0 0 50%; }

.col-7 {
  max-width: 58.3333333333%;
  flex: 0 0 58.3333333333%; }

.col-8 {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%; }

.col-9 {
  max-width: 75%;
  flex: 0 0 75%; }

.col-10 {
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%; }

.col-11 {
  max-width: 91.6666666667%;
  flex: 0 0 91.6666666667%; }

.col-12 {
  max-width: 100%;
  flex: 0 0 100%; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

.offset-12 {
  margin-left: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media (min-width: 576px) {
  .col-sm {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 576px) {
  .col-sm-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 576px) {
  .col-sm-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 576px) {
  .col-sm-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 576px) {
  .col-sm-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 576px) {
  .col-sm-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 576px) {
  .offset-sm-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-3 {
    margin-left: 25%; } }

@media (min-width: 576px) {
  .offset-sm-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-6 {
    margin-left: 50%; } }

@media (min-width: 576px) {
  .offset-sm-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-9 {
    margin-left: 75%; } }

@media (min-width: 576px) {
  .offset-sm-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 576px) {
  .order-sm-first {
    order: -1; } }

@media (min-width: 576px) {
  .order-sm-last {
    order: 13; } }

@media (min-width: 576px) {
  .order-sm-0 {
    order: 0; } }

@media (min-width: 576px) {
  .order-sm-1 {
    order: 1; } }

@media (min-width: 576px) {
  .order-sm-2 {
    order: 2; } }

@media (min-width: 576px) {
  .order-sm-3 {
    order: 3; } }

@media (min-width: 576px) {
  .order-sm-4 {
    order: 4; } }

@media (min-width: 576px) {
  .order-sm-5 {
    order: 5; } }

@media (min-width: 576px) {
  .order-sm-6 {
    order: 6; } }

@media (min-width: 576px) {
  .order-sm-7 {
    order: 7; } }

@media (min-width: 576px) {
  .order-sm-8 {
    order: 8; } }

@media (min-width: 576px) {
  .order-sm-9 {
    order: 9; } }

@media (min-width: 576px) {
  .order-sm-10 {
    order: 10; } }

@media (min-width: 576px) {
  .order-sm-11 {
    order: 11; } }

@media (min-width: 576px) {
  .order-sm-12 {
    order: 12; } }

@media (min-width: 768px) {
  .col-md {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 768px) {
  .col-md-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 768px) {
  .col-md-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 768px) {
  .col-md-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 768px) {
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 768px) {
  .col-md-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 768px) {
  .col-md-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 768px) {
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 768px) {
  .col-md-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 768px) {
  .col-md-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 768px) {
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 768px) {
  .col-md-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 768px) {
  .col-md-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 25%; } }

@media (min-width: 768px) {
  .offset-md-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-6 {
    margin-left: 50%; } }

@media (min-width: 768px) {
  .offset-md-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-9 {
    margin-left: 75%; } }

@media (min-width: 768px) {
  .offset-md-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .order-md-first {
    order: -1; } }

@media (min-width: 768px) {
  .order-md-last {
    order: 13; } }

@media (min-width: 768px) {
  .order-md-0 {
    order: 0; } }

@media (min-width: 768px) {
  .order-md-1 {
    order: 1; } }

@media (min-width: 768px) {
  .order-md-2 {
    order: 2; } }

@media (min-width: 768px) {
  .order-md-3 {
    order: 3; } }

@media (min-width: 768px) {
  .order-md-4 {
    order: 4; } }

@media (min-width: 768px) {
  .order-md-5 {
    order: 5; } }

@media (min-width: 768px) {
  .order-md-6 {
    order: 6; } }

@media (min-width: 768px) {
  .order-md-7 {
    order: 7; } }

@media (min-width: 768px) {
  .order-md-8 {
    order: 8; } }

@media (min-width: 768px) {
  .order-md-9 {
    order: 9; } }

@media (min-width: 768px) {
  .order-md-10 {
    order: 10; } }

@media (min-width: 768px) {
  .order-md-11 {
    order: 11; } }

@media (min-width: 768px) {
  .order-md-12 {
    order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 992px) {
  .col-lg-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 992px) {
  .col-lg-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 992px) {
  .col-lg-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 992px) {
  .col-lg-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 992px) {
  .col-lg-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-3 {
    margin-left: 25%; } }

@media (min-width: 992px) {
  .offset-lg-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-6 {
    margin-left: 50%; } }

@media (min-width: 992px) {
  .offset-lg-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-9 {
    margin-left: 75%; } }

@media (min-width: 992px) {
  .offset-lg-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .order-lg-first {
    order: -1; } }

@media (min-width: 992px) {
  .order-lg-last {
    order: 13; } }

@media (min-width: 992px) {
  .order-lg-0 {
    order: 0; } }

@media (min-width: 992px) {
  .order-lg-1 {
    order: 1; } }

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2; } }

@media (min-width: 992px) {
  .order-lg-3 {
    order: 3; } }

@media (min-width: 992px) {
  .order-lg-4 {
    order: 4; } }

@media (min-width: 992px) {
  .order-lg-5 {
    order: 5; } }

@media (min-width: 992px) {
  .order-lg-6 {
    order: 6; } }

@media (min-width: 992px) {
  .order-lg-7 {
    order: 7; } }

@media (min-width: 992px) {
  .order-lg-8 {
    order: 8; } }

@media (min-width: 992px) {
  .order-lg-9 {
    order: 9; } }

@media (min-width: 992px) {
  .order-lg-10 {
    order: 10; } }

@media (min-width: 992px) {
  .order-lg-11 {
    order: 11; } }

@media (min-width: 992px) {
  .order-lg-12 {
    order: 12; } }

@media (min-width: 1200px) {
  .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 1200px) {
  .col-xl-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 1200px) {
  .col-xl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 1200px) {
  .col-xl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 1200px) {
  .col-xl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 1200px) {
  .offset-xl-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 1200px) {
  .offset-xl-3 {
    margin-left: 25%; } }

@media (min-width: 1200px) {
  .offset-xl-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 1200px) {
  .offset-xl-6 {
    margin-left: 50%; } }

@media (min-width: 1200px) {
  .offset-xl-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 1200px) {
  .offset-xl-9 {
    margin-left: 75%; } }

@media (min-width: 1200px) {
  .offset-xl-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .order-xl-first {
    order: -1; } }

@media (min-width: 1200px) {
  .order-xl-last {
    order: 13; } }

@media (min-width: 1200px) {
  .order-xl-0 {
    order: 0; } }

@media (min-width: 1200px) {
  .order-xl-1 {
    order: 1; } }

@media (min-width: 1200px) {
  .order-xl-2 {
    order: 2; } }

@media (min-width: 1200px) {
  .order-xl-3 {
    order: 3; } }

@media (min-width: 1200px) {
  .order-xl-4 {
    order: 4; } }

@media (min-width: 1200px) {
  .order-xl-5 {
    order: 5; } }

@media (min-width: 1200px) {
  .order-xl-6 {
    order: 6; } }

@media (min-width: 1200px) {
  .order-xl-7 {
    order: 7; } }

@media (min-width: 1200px) {
  .order-xl-8 {
    order: 8; } }

@media (min-width: 1200px) {
  .order-xl-9 {
    order: 9; } }

@media (min-width: 1200px) {
  .order-xl-10 {
    order: 10; } }

@media (min-width: 1200px) {
  .order-xl-11 {
    order: 11; } }

@media (min-width: 1200px) {
  .order-xl-12 {
    order: 12; } }

@media (min-width: 1600px) {
  .col-xxl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 1600px) {
  .col-xxl-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 1600px) {
  .col-xxl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 1600px) {
  .col-xxl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 1600px) {
  .col-xxl-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 1600px) {
  .col-xxl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 1600px) {
  .col-xxl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 1600px) {
  .col-xxl-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 1600px) {
  .col-xxl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 1600px) {
  .col-xxl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 1600px) {
  .col-xxl-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 1600px) {
  .col-xxl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 1600px) {
  .col-xxl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 1600px) {
  .col-xxl-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 1600px) {
  .offset-xxl-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 1600px) {
  .offset-xxl-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 1600px) {
  .offset-xxl-3 {
    margin-left: 25%; } }

@media (min-width: 1600px) {
  .offset-xxl-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 1600px) {
  .offset-xxl-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 1600px) {
  .offset-xxl-6 {
    margin-left: 50%; } }

@media (min-width: 1600px) {
  .offset-xxl-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 1600px) {
  .offset-xxl-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 1600px) {
  .offset-xxl-9 {
    margin-left: 75%; } }

@media (min-width: 1600px) {
  .offset-xxl-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 1600px) {
  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1600px) {
  .order-xxl-first {
    order: -1; } }

@media (min-width: 1600px) {
  .order-xxl-last {
    order: 13; } }

@media (min-width: 1600px) {
  .order-xxl-0 {
    order: 0; } }

@media (min-width: 1600px) {
  .order-xxl-1 {
    order: 1; } }

@media (min-width: 1600px) {
  .order-xxl-2 {
    order: 2; } }

@media (min-width: 1600px) {
  .order-xxl-3 {
    order: 3; } }

@media (min-width: 1600px) {
  .order-xxl-4 {
    order: 4; } }

@media (min-width: 1600px) {
  .order-xxl-5 {
    order: 5; } }

@media (min-width: 1600px) {
  .order-xxl-6 {
    order: 6; } }

@media (min-width: 1600px) {
  .order-xxl-7 {
    order: 7; } }

@media (min-width: 1600px) {
  .order-xxl-8 {
    order: 8; } }

@media (min-width: 1600px) {
  .order-xxl-9 {
    order: 9; } }

@media (min-width: 1600px) {
  .order-xxl-10 {
    order: 10; } }

@media (min-width: 1600px) {
  .order-xxl-11 {
    order: 11; } }

@media (min-width: 1600px) {
  .order-xxl-12 {
    order: 12; } }

/* display */
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; } }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; } }

@media (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important; } }

@media (min-width: 576px) {
  .d-sm-table {
    display: table !important; } }

@media (min-width: 576px) {
  .d-sm-table-row {
    display: table-row !important; } }

@media (min-width: 576px) {
  .d-sm-table-cell {
    display: table-cell !important; } }

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important; } }

@media (min-width: 576px) {
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; } }

@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) {
  .d-md-block {
    display: block !important; } }

@media (min-width: 768px) {
  .d-md-table {
    display: table !important; } }

@media (min-width: 768px) {
  .d-md-table-row {
    display: table-row !important; } }

@media (min-width: 768px) {
  .d-md-table-cell {
    display: table-cell !important; } }

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important; } }

@media (min-width: 768px) {
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; } }

@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important; } }

@media (min-width: 992px) {
  .d-lg-table {
    display: table !important; } }

@media (min-width: 992px) {
  .d-lg-table-row {
    display: table-row !important; } }

@media (min-width: 992px) {
  .d-lg-table-cell {
    display: table-cell !important; } }

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important; } }

@media (min-width: 992px) {
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .d-xl-table {
    display: table !important; } }

@media (min-width: 1200px) {
  .d-xl-table-row {
    display: table-row !important; } }

@media (min-width: 1200px) {
  .d-xl-table-cell {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important; } }

@media (min-width: 1200px) {
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important; } }

@media (min-width: 1600px) {
  .d-xxl-inline {
    display: inline !important; } }

@media (min-width: 1600px) {
  .d-xxl-inline-block {
    display: inline-block !important; } }

@media (min-width: 1600px) {
  .d-xxl-block {
    display: block !important; } }

@media (min-width: 1600px) {
  .d-xxl-table {
    display: table !important; } }

@media (min-width: 1600px) {
  .d-xxl-table-row {
    display: table-row !important; } }

@media (min-width: 1600px) {
  .d-xxl-table-cell {
    display: table-cell !important; } }

@media (min-width: 1600px) {
  .d-xxl-flex {
    display: flex !important; } }

@media (min-width: 1600px) {
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

html, body {
  min-width: 320px; }

.main-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }
  .main-wrapper .content {
    flex-grow: 1;
    padding-bottom: 20px; }
.main-page .feedback-block {
  margin-top: -30px; }
  @media (min-width: 992px) {
    .main-page .feedback-block {
      margin-top: -105px; } }

section {
  padding: 30px 0; }
  @media (min-width: 992px) {
    section {
      padding: 100px 0; } }

.compound {
  background: #F1F1F1; }
  .compound__content {
    transition: 1s;
    transform: translateX(30%);
    opacity: 0; }
    .compound__content.element-show {
      opacity: 1;
      transform: translateX(0); }
  .compound__title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 30px; }
    @media (min-width: 992px) {
      .compound__title {
        font-size: 28px;
        margin-bottom: 20px;
        margin-top: 0; } }
  .compound img {
    opacity: 0;
    transition: 1s;
    transition-delay: .5s; }
    .compound img.element-show {
      opacity: 1; }

.functions__title {
  font-weight: bold; }
.functions__item {
  margin-bottom: 30px;
  opacity: 0;
  transition: 1s;
  transform: translateY(15px); }
  .functions__item.element-show {
    opacity: 1;
    transform: translateY(0); }
  .functions__item:last-child {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .functions__item {
      margin-bottom: 0; } }

.equipment {
  text-align: justify; }
  .equipment__title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0;
    transition: 1s;
    transform: translateY(15px); }
    .equipment__title.element-show {
      opacity: 1;
      transform: translateY(0); }
    @media (min-width: 992px) {
      .equipment__title {
        font-size: 48px;
        margin-bottom: 35px; } }
  .equipment__row {
    margin-top: 30px; }
  .equipment__img {
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    transition: 1s;
    transform: translateY(15px); }
    .equipment__img.element-show {
      opacity: 1;
      transform: translateY(0); }
    @media (min-width: 992px) {
      .equipment__img {
        margin-top: 0; } }

.modifications {
  position: relative;
  background: #fff;
  padding: 40px 0;
  text-align: justify; }
  @media (min-width: 992px) {
    .modifications {
      padding: 90px 0; } }
  .modifications__title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
    transition: 1s;
    opacity: 0;
    transform: translateY(10px); }
    .modifications__title.element-show {
      opacity: 1;
      transform: translateY(0); }
    @media (min-width: 992px) {
      .modifications__title {
        font-size: 36px;
        margin-bottom: 50px; } }
  .modifications__list {
    line-height: 1.12;
    transition: 1s;
    transition-delay: 0.5s;
    opacity: 0;
    transform: translateY(10px); }
    .modifications__list.element-show {
      opacity: 1;
      transform: translateY(0); }
    @media (min-width: 992px) {
      .modifications__list {
        column-count: 2;
        column-gap: 30px; } }
  .modifications__item {
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column; }
    .modifications__item-title {
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 5px;
      text-align: left; }
      @media (min-width: 992px) {
        .modifications__item-title {
          margin-bottom: 17px; } }
    .modifications__item-text {
      font-weight: 300; }

.features {
  position: relative;
  background: #F5F5F5;
  padding: 50px 0; }
  @media (min-width: 992px) {
    .features {
      padding: 90px 0 160px; } }
  .features__title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 18px;
    line-height: 1.16;
    transition: 1s;
    opacity: 0;
    transform: translateY(10px); }
    .features__title.element-show {
      opacity: 1;
      transform: translateY(0); }
    @media (min-width: 992px) {
      .features__title {
        font-size: 36px; } }
    .features__title br {
      display: none; }
      @media (min-width: 992px) {
        .features__title br {
          display: inline-block; } }
  @media (min-width: 992px) {
    .features__list {
      column-count: 2;
      column-gap: 30px; } }
  .features__item {
    display: flex;
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
    padding: 10px 0;
    transition: 1s;
    opacity: 0; }
    .features__item:nth-child(1) {
      transform: translateX(-10%); }
    .features__item:nth-child(2) {
      transform: translateX(-20%); }
    .features__item:nth-child(3) {
      transform: translateX(-30%); }
    .features__item:nth-child(4) {
      transform: translateX(-40%); }
    .features__item:nth-child(5) {
      transform: translateX(-50%); }
    .features__item:nth-child(6) {
      transform: translateX(-40%); }
    .features__item:nth-child(7) {
      transform: translateX(-30%); }
    .features__item:nth-child(8) {
      transform: translateX(-30%); }
    .features__item:nth-child(9) {
      transform: translateX(-40%); }
    .features__item:nth-child(10) {
      transform: translateX(-50%); }
    @media (min-width: 992px) {
      .features__item:nth-child(6) {
        transform: translateX(10%); }
      .features__item:nth-child(7) {
        transform: translateX(20%); }
      .features__item:nth-child(8) {
        transform: translateX(30%); }
      .features__item:nth-child(9) {
        transform: translateX(40%); }
      .features__item:nth-child(10) {
        transform: translateX(50%); } }
    .features__item.element-show {
      opacity: 1;
      transform: translateX(0); }
    @media (min-width: 992px) {
      .features__item {
        height: 190px;
        align-items: center; } }
    .features__item-digit {
      width: 70px;
      height: 70px;
      flex: none;
      margin-right: 22px;
      background: #D9D9D9;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 42px;
      font-family: "Gilroy", sans-serif;
      font-weight: 900;
      text-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
      font-style: italic; }
      .features__item-digit span {
        transform: translate(-4px, -2px); }
        @media (min-width: 992px) {
          .features__item-digit span {
            transform: translate(-10px, -10px); } }
      @media (min-width: 992px) {
        .features__item-digit {
          width: 148px;
          height: 148px;
          font-size: 128px; } }
    .features__item-title {
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .features__item-text {
      font-weight: 300;
      line-height: 1.1; }

.breadcrumbs {
  background: #0f0f0f;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 23px 0 45px; }
  .breadcrumbs .bx-breadcrumb {
    display: flex;
    flex-wrap: wrap; }
    .breadcrumbs .bx-breadcrumb-item {
      padding-right: 5px; }
  @media (min-width: 992px) {
    .breadcrumbs {
      padding-bottom: 12px; } }

.detail-text {
  text-align: justify; }

.reasons {
  text-align: justify;
  background: url("/local/templates/berrus/images/app-bg.png") no-repeat 15% 70%; }
  @media (min-width: 992px) {
    .reasons {
      padding-top: 75px; } }
  .reasons__title {
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .reasons__title {
        font-size: 48px;
        margin-bottom: 25px; } }
  .reasons__text {
    font-weight: 300;
    margin-bottom: 50px; }
  .reasons__block-item {
    line-height: 1.1;
    margin-bottom: 20px; }
    .reasons__block-item:last-child {
      margin-bottom: 0; }
    .reasons__block-item-title {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 5px;
      text-align: left; }
      @media (min-width: 992px) {
        .reasons__block-item-title {
          font-size: 32px; } }

.header {
  padding: 11px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: .2s;
  background: #0F0F0F;
  color: #fff; }
  .header.fixed {
    padding: 5px 0; }
    @media (min-width: 992px) {
      .header.fixed {
        padding: 3px 0; } }
  .header__container {
    position: relative; }
  .header__mobile-sidebar {
    position: fixed;
    height: 100%;
    background: #0F0F0F;
    z-index: 100;
    color: #fff;
    transition: .2s;
    transform: translateX(-100%);
    width: 100%;
    left: 0;
    top: 0;
    padding: 70px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .header__mobile-sidebar.active {
      transform: translateX(0); }
    .header__mobile-sidebar .header__menu {
      margin-bottom: 80px; }
      .header__mobile-sidebar .header__menu ul {
        display: block; }
        .header__mobile-sidebar .header__menu ul li {
          padding: 0; }
          .header__mobile-sidebar .header__menu ul li a {
            display: block;
            padding: 8px 0; }
    .header__mobile-sidebar .header__phones {
      font-size: 21px; }
      .header__mobile-sidebar .header__phones a {
        display: block; }
    .header__mobile-sidebar .header__socials {
      border-left: 0; }
      .header__mobile-sidebar .header__socials .socials {
        justify-content: flex-start; }
  @media (min-width: 992px) {
    .header .logo {
      border-right: 1px solid #464646;
      padding: 6px 65px 6px 0;
      display: inline-flex; } }
  .header__container > .row {
    align-items: center; }
  .header__phones {
    font-weight: 500;
    white-space: nowrap;
    font-size: 16px;
    /*@include breakpoint(lg) {
      display: block;
    }*/ }
    .header__phones-value {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
      .header__phones-value .phone__number {
        transform: translateY(2px); }
        @media (min-width: 992px) {
          .header__phones-value .phone__number {
            transform: unset; } }
      .header__phones-value svg {
        width: 16px;
        height: 16px;
        flex: none;
        margin-left: 7px;
        display: none; }
        @media (min-width: 992px) {
          .header__phones-value svg {
            display: block; } }
      @media (min-width: 992px) {
        .header__phones-value:hover .header__phones-list {
          opacity: 1; } }
    .header__phones-list {
      position: absolute;
      opacity: 0;
      transition: .2s;
      top: 0;
      z-index: 10; }
      .header__phones-list a {
        display: block;
        white-space: nowrap;
        color: #fff; }
  .header__socials {
    border-left: 1px solid #464646;
    padding: 16px 0; }
    .header__socials .socials {
      justify-content: center; }
      .header__socials .socials svg {
        fill: #fff; }
  .header__menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-transform: uppercase;
    font-size: 14px; }
    .header__menu ul li {
      padding: 0 15px; }
      .header__menu ul li:first-child {
        padding-left: 0; }
      .header__menu ul li:last-child {
        padding-right: 0; }
      .header__menu ul li:hover .header__menu-submenu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible; }
      .header__menu ul li a {
        display: flex;
        align-items: center;
        font-weight: 600; }
        .header__menu ul li a .burger {
          margin-left: 8px; }
      .header__menu ul li ul {
        display: block;
        background: #000;
        white-space: nowrap;
        padding: 15px 0; }
        .header__menu ul li ul li {
          padding: 5px 15px; }
          .header__menu ul li ul li:first-child {
            padding: 5px 15px; }
  .header__menu-submenu {
    transform: translateY(-1rem);
    transition: .2s;
    padding-top: 1.5rem;
    position: absolute;
    right: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    display: none; }
    @media (min-width: 992px) {
      .header__menu-submenu {
        display: block; } }

.logo {
  display: flex; }
  .logo img {
    width: 145px; }
    @media (min-width: 992px) {
      .logo img {
        width: auto; } }

.footer {
  background: #0F0F0F;
  color: #fff;
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 992px) {
    .footer {
      padding: 50px 0 75px;
      text-align: left; } }
  .footer__logo {
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .footer__logo {
        margin-bottom: 50px; } }
    .footer__logo .logo {
      width: 200px;
      margin: 0 auto;
      justify-content: center; }
      @media (min-width: 992px) {
        .footer__logo .logo {
          width: auto;
          justify-content: flex-start; } }
  .footer__socials {
    margin-bottom: 20px; }
    .footer__socials .socials {
      justify-content: center; }
      @media (min-width: 992px) {
        .footer__socials .socials {
          justify-content: flex-start; } }
      .footer__socials .socials svg {
        fill: #fff; }
  .footer__copyright {
    color: #C4C4C4;
    font-size: 12px; }
  .footer__privacy {
    text-decoration: underline;
    font-size: 12px;
    color: #C4C4C4; }
  .footer__menu ul {
    margin: 0; }
    .footer__menu ul a {
      color: #fff;
      font-size: 14px;
      line-height: 1.132; }
      .footer__menu ul a:hover {
        color: #FF0008; }
  .footer__contacts {
    font-size: 14px; }
    @media (min-width: 992px) {
      .footer__contacts {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between; } }
    .footer__contacts-phone {
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        .footer__contacts-phone {
          margin-bottom: 0; } }
      .footer__contacts-phone .phone__number {
        font-size: 20px;
        font-weight: 600; }
        @media (min-width: 992px) {
          .footer__contacts-phone .phone__number {
            font-size: 24px; } }
        .footer__contacts-phone .phone__number span {
          color: #FF0008; }
      .footer__contacts-phone > span {
        display: block;
        font-size: 14px; }
        @media (min-width: 992px) {
          .footer__contacts-phone > span {
            font-size: 16px; } }
    .footer__contacts-address {
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .footer__contacts-address {
          margin-bottom: 0; } }
      .footer__contacts-address a {
        color: #FF0008;
        text-decoration: underline; }
        .footer__contacts-address a:hover {
          text-decoration: none; }
    .footer__contacts-declaration {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .footer__contacts-declaration {
          justify-content: flex-start;
          margin-bottom: 0; } }
      .footer__contacts-declaration svg {
        width: 24px;
        height: 24px;
        flex: none;
        margin-right: 8px; }
        @media (min-width: 992px) {
          .footer__contacts-declaration svg {
            width: 32px;
            height: 33px;
            margin-right: 10px; } }

.burger.active span {
  opacity: 1;
  transform: rotate(45deg) translate(3px, -5px); }
  .burger.active span:nth-last-child(1) {
    transform: rotate(-45deg) translate(2px, 1px);
    background: #fff; }
  .burger.active span:nth-last-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2); }
.burger span {
  display: block;
  width: 28px;
  height: 3px;
  margin-bottom: 5px;
  margin-left: auto;
  position: relative;
  background: #FFFFFF;
  z-index: 2;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
  @media (min-width: 992px) {
    .burger span {
      margin-bottom: 8px; } }
  .burger span:first-child {
    transform-origin: 0% 0%; }
  .burger span:nth-last-child(2) {
    transform-origin: 0% 100%;
    background: #00539F; }
  .burger span:last-child {
    margin-bottom: 0;
    background: #FF0000; }

.socials {
  display: flex;
  align-items: center; }
  .socials__item {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px; }
    .socials__item svg {
      max-width: 100%;
      max-height: 100%; }
    .socials__item.telegram svg {
      fill: none;
      stroke: #fff; }

.mainblock {
  text-transform: uppercase;
  padding: 45px 0 15px;
  text-align: center; }
  @media (min-width: 992px) {
    .mainblock {
      text-align: left; } }
  .mainblock__container {
    background: url("/local/templates/berrus/images/bear.png") no-repeat 50% 70%;
    background-size: contain; }
    @media (min-width: 992px) {
      .mainblock__container {
        background: url("/local/templates/berrus/images/bear.png") no-repeat 100% 0;
        background-size: auto;
        display: flex;
        align-items: center; } }
  .mainblock__title {
    font-weight: 300;
    font-size: 19px;
    line-height: 1.08;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .mainblock__title {
        font-size: 36px; } }
  .mainblock__subtitle {
    font-family: "Gilroy", sans-serif;
    font-weight: 900;
    font-size: 50px; }
    @media (min-width: 992px) {
      .mainblock__subtitle {
        font-size: 93px; } }
    .mainblock__subtitle span {
      display: block;
      font-size: 80px;
      line-height: 0.6; }
      @media (min-width: 992px) {
        .mainblock__subtitle span {
          font-size: 220px;
          transform: translateX(-6px); } }
  .mainblock__content {
    margin-bottom: 35px; }
    @media (min-width: 992px) {
      .mainblock__content {
        padding: 170px 0 150px;
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .mainblock__img {
      position: absolute;
      right: 0; } }

.feedback {
  /* &__block {
     opacity: 0;
     transition: .8s;
     transform: translateY(20%);
     padding-bottom: 80px;
     &.element-show {
       opacity: 1;
       transform: translateY(0);
     }
   }*/ }
  .feedback-block.element-animation {
    opacity: 0;
    transition: .8s;
    transform: translateY(20%);
    padding-bottom: 80px; }
    .feedback-block.element-animation.element-show {
      opacity: 1;
      transform: translateY(0); }
  .feedback-block__wrapper {
    background: linear-gradient(180deg, #EAEAEA 0%, #FFFFFF 100%);
    clip-path: polygon(0 30px, 50% 0, 100% 30px, 100% 100%, 0 100%);
    padding: 25px 0 30px; }
    @media (min-width: 992px) {
      .feedback-block__wrapper {
        padding: 95px 0 0;
        clip-path: polygon(0 105px, 50% 0, 100% 105px, 100% 100%, 0 100%); } }
  .feedback-block__top {
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: center; }
    @media (min-width: 992px) {
      .feedback-block__top {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin-bottom: 40px; } }
  .feedback-block__icon {
    flex: none;
    display: block;
    margin-bottom: 5px; }
    @media (min-width: 992px) {
      .feedback-block__icon {
        margin-right: 18px;
        margin-bottom: 0; } }
    .feedback-block__icon svg {
      width: 35px;
      height: 35px; }
      @media (min-width: 992px) {
        .feedback-block__icon svg {
          width: 81px;
          height: 82px; } }
  .feedback-block__title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 7px; }
    @media (min-width: 992px) {
      .feedback-block__title {
        margin-bottom: 0;
        font-size: 35px; } }
    .feedback-block__title span {
      color: #FF0008; }
  .feedback-block__contacts {
    text-align: center; }
    @media (min-width: 992px) {
      .feedback-block__contacts {
        display: flex;
        align-items: center;
        text-align: left; } }
    .feedback-block__contacts .socials {
      margin-bottom: 7px;
      justify-content: center; }
      @media (min-width: 992px) {
        .feedback-block__contacts .socials {
          margin-bottom: 0;
          justify-content: flex-start; } }
      .feedback-block__contacts .socials__item {
        width: 24px;
        height: 24px; }
        @media (min-width: 992px) {
          .feedback-block__contacts .socials__item {
            width: 35px;
            height: 35px; } }
        .feedback-block__contacts .socials__item.telegram svg {
          stroke: #0F0F0F; }
        .feedback-block__contacts .socials__item.phone {
          width: 32px; }
    .feedback-block__contacts .phone__number {
      font-size: 25px; }
      @media (min-width: 992px) {
        .feedback-block__contacts .phone__number {
          margin-left: 15px;
          font-size: 38px; } }
  .feedback-block__btn {
    text-align: center; }

.mainchars {
  padding: 30px 0 40px;
  background: url("/local/templates/berrus/images/chars-bg.png") no-repeat 100% 50%; }
  @media (min-width: 992px) {
    .mainchars {
      position: sticky;
      top: 0;
      padding: 70px 0 30px; } }
  .mainchars__model {
    text-align: center;
    background: radial-gradient(35% 35% at 50% 50%, #CACACA 0%, rgba(46, 46, 46, 0) 100%), url("/local/templates/berrus/images/model-arrows-dark.png") no-repeat 50% 100%;
    background-size: contain; }
  .mainchars__title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 600;
    justify-content: center;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .mainchars__title {
        font-size: 24px;
        margin-bottom: 30px;
        justify-content: flex-start; } }
    .mainchars__title img {
      flex: none;
      margin-right: 10px;
      width: 35px; }
      @media (min-width: 992px) {
        .mainchars__title img {
          width: auto;
          margin-right: 18px; } }
  .mainchars__info {
    background: rgba(234, 234, 234, 0.6);
    padding: 30px 0;
    position: relative;
    margin-top: 30px;
    transition: 1s;
    opacity: 0;
    transform: translateX(50%); }
    .mainchars__info.element-show {
      opacity: 1;
      transform: translateX(0); }
    @media (min-width: 992px) {
      .mainchars__info {
        padding: 90px 0;
        margin-top: 0; } }
    .mainchars__info:before {
      position: absolute;
      right: 100%;
      top: 0;
      background: rgba(234, 234, 234, 0.6);
      height: 100%;
      width: 130px;
      clip-path: polygon(0 50%, 100% 0, 100% 100%); }
      @media (min-width: 992px) {
        .mainchars__info:before {
          content: ''; } }
    .mainchars__info:after {
      position: absolute;
      left: 100%;
      top: 0;
      background: rgba(234, 234, 234, 0.6);
      height: 100%;
      width: 100%; }
      @media (min-width: 992px) {
        .mainchars__info:after {
          content: ''; } }
  .mainchars__list ul {
    line-height: 1.4;
    margin: 0;
    font-size: 14px; }
    @media (min-width: 992px) {
      .mainchars__list ul {
        font-size: 20px;
        font-weight: 300;
        line-height: 1.6; } }

.application {
  background: #fff;
  position: relative;
  line-height: 1.1;
  padding: 0 0 45px; }
  @media (min-width: 992px) {
    .application {
      padding: 80px 0 94px; } }
  .application__title {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 20px;
    margin-bottom: 15px;
    opacity: 0;
    transition: 1s;
    transform: translateY(5px); }
    .application__title.element-show {
      opacity: 1;
      transform: translateY(0); }
    @media (min-width: 992px) {
      .application__title {
        font-size: 48px;
        margin-bottom: 40px; } }
  .application__text {
    font-weight: 300;
    margin-bottom: 25px;
    text-align: justify;
    transition: 0.7s;
    opacity: 0;
    transform: translateY(30%); }
    .application__text.element-show {
      opacity: 1;
      transform: translateY(0); }
  .application__items {
    background: url("/local/templates/berrus/images/app-bg-m.png") no-repeat 50% 50%;
    position: relative; }
    @media (min-width: 992px) {
      .application__items {
        background: url("/local/templates/berrus/images/app-bg.png") no-repeat 50% 50%; } }
    .application__items .element-animation {
      transition: 1s;
      opacity: 0; }
      .application__items .element-animation:nth-child(2) {
        transition-delay: .25s; }
      .application__items .element-animation:nth-child(3) {
        transition-delay: .5s; }
      .application__items .element-animation.element-show {
        opacity: 1; }
  .application__item {
    height: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center; }
    @media (min-width: 992px) {
      .application__item {
        margin-bottom: 0;
        display: block;
        text-align: center; } }
    .application__item-img {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      margin-right: 10px;
      width: 100px;
      flex: none;
      max-width: 100%;
      position: relative;
      overflow: hidden;
      border-radius: 0 0 165px 165px; }
      @media (min-width: 992px) {
        .application__item-img {
          margin: 0 auto 43px;
          width: 200px;
          height: 260px; } }
    .application__item-title {
      font-size: 14px;
      line-height: 1;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 5px; }
      @media (min-width: 992px) {
        .application__item-title {
          font-size: 20px;
          margin-bottom: 10px; } }
    .application__item-text {
      font-weight: 300; }

.mainfunctions {
  background: #0f0f0f;
  padding: 30px 0 40px; }
  @media (min-width: 992px) {
    .mainfunctions {
      padding: 100px 0 75px;
      position: relative; } }
  @media (min-width: 1330) {
    .mainfunctions {
      position: sticky;
      top: 10px; } }
  .mainfunctions__img {
    background: url("/local/templates/berrus/images/bear2.png") no-repeat 50% 0/contain, url("/local/templates/berrus/images/border.png") no-repeat 50% 50%/contain;
    margin-bottom: 15px;
    display: flex;
    justify-content: center; }
    @media (min-width: 992px) {
      .mainfunctions__img {
        margin-bottom: 0;
        padding-top: 30px; } }
    .mainfunctions__img img {
      transition: 1s;
      transform: translateX(-50%);
      opacity: 0; }
    .mainfunctions__img.element-show img {
      transform: translateX(0);
      opacity: 1; }
  .mainfunctions__content {
    color: #fff; }
    .mainfunctions__content.element-show .mainfunctions__title {
      transform: translateX(0);
      opacity: 1; }
    .mainfunctions__content.element-show .mainfunctions__list {
      opacity: 1; }
  .mainfunctions__title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.143;
    text-transform: uppercase;
    opacity: 0;
    transition: 1s;
    transform: translateX(50%); }
    @media (min-width: 992px) {
      .mainfunctions__title {
        font-size: 28px;
        margin-bottom: 40px; } }
    .mainfunctions__title img {
      flex: none;
      margin-right: 15px;
      width: 50px; }
      @media (min-width: 992px) {
        .mainfunctions__title img {
          margin-right: 30px;
          width: auto; } }
  .mainfunctions__list {
    opacity: 0;
    transition: 0.7s;
    transition-delay: .5s; }
    .mainfunctions__list ul {
      margin: 0;
      font-size: 16px; }
      @media (min-width: 992px) {
        .mainfunctions__list ul {
          font-size: 18px; } }

@media (min-width: 992px) {
  .product-43 .mainfunctions__img {
    padding-top: 0; } }
@media (min-width: 992px) {
  .product-43 .mainfunctions__content {
    padding-top: 30px; } }
@media (min-width: 992px) {
  .product-44 .mainfunctions__img {
    padding-top: 0; } }
@media (min-width: 992px) {
  .product-45 .mainfunctions__img {
    padding-top: 0; } }

.projects {
  padding: 30px 0;
  position: relative;
  background: #fff; }
  @media (min-width: 992px) {
    .projects {
      padding: 140px 0 45px; } }
  .projects__title {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .projects__title {
        font-size: 54px;
        margin-bottom: 140px; } }
  .projects__list {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .projects__list {
        margin-bottom: 35px; } }
    .projects__list:not(.projects__slider) .projects__item {
      margin-bottom: 15px; }
    .projects__list-controls {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .projects__list-controls {
          font-size: 20px; } }
      .projects__list-controls a {
        margin: 0 9px; }
        .projects__list-controls a:first-child {
          margin-left: 0; }
        .projects__list-controls a:last-child {
          margin-right: 0; }
        .projects__list-controls a.text {
          padding-top: 3px; }
    .projects__list > .row {
      margin-left: -7.5px;
      margin-right: -7.5px; }
      .projects__list > .row > div:not(.slick-list), .projects__list > .row .slick-slide {
        padding-left: 7.5px;
        padding-right: 7.5px; }
  .projects__item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: block; }
    .projects__item:hover .projects__item-content {
      opacity: 1; }
      .projects__item:hover .projects__item-content-wrapper {
        opacity: 1;
        transform: translateY(0); }
    .projects__item-content {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      font-size: 24px;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      border-radius: 20px;
      overflow: hidden;
      transition: .2s;
      opacity: 0; }
      @media (min-width: 992px) {
        .projects__item-content {
          padding: 70px 50px; } }
      .projects__item-content-wrapper {
        transition: .4s ease-out;
        opacity: 0;
        transform: translateY(10px); }
    .projects__item img {
      display: block; }
    .projects__item-title {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 8px; }
      @media (min-width: 992px) {
        .projects__item-title {
          font-size: 32px; } }
    .projects__item-location {
      font-size: 18px;
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .projects__item-location {
          font-size: 28px;
          margin-bottom: 14px; } }
    .projects__item-text {
      font-size: 14px; }
      @media (min-width: 992px) {
        .projects__item-text {
          font-size: 24px; } }

.advantages {
  padding-top: 13px;
  position: relative;
  background: #fff; }
  .advantages__item {
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px 20px 0 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8; }
    @media (min-width: 992px) {
      .advantages__item {
        padding: 62px 50px 0 50px;
        font-size: 18px; } }
    @media (min-width: 1600px) {
      .advantages__item {
        padding: 70px 70px 0 70px;
        font-size: 20px;
        background-size: auto; } }
    .advantages__item-wrapper {
      margin-bottom: 13px;
      padding-left: 7px;
      padding-right: 7px; }
    .advantages__item.image-top {
      padding: 30px 20px; }
      @media (min-width: 992px) {
        .advantages__item.image-top {
          padding: 100px 70px 60px; } }
      .advantages__item.image-top .advantages__item-content {
        order: 2;
        margin-bottom: 0;
        margin-top: 30px; }
      .advantages__item.image-top .advantages__item-img {
        order: 1; }
    .advantages__item-img {
      display: flex;
      justify-content: center;
      transition: .5s ease-in-out;
      opacity: 0; }
      .advantages__item-img.element-show {
        opacity: 1; }
      @media (min-width: 992px) {
        .advantages__item-img {
          opacity: 0; } }
      .advantages__item-img.left {
        justify-content: flex-start; }
      .advantages__item-img.right {
        justify-content: flex-end; }
      .advantages__item-img:not(.not-change) img {
        width: 70%; }
        @media (min-width: 992px) {
          .advantages__item-img:not(.not-change) img {
            width: auto; } }
    .advantages__item-heading {
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        .advantages__item-heading {
          margin-bottom: 20px; } }
      .advantages__item-heading.subtitle-top {
        display: flex;
        flex-direction: column; }
        .advantages__item-heading.subtitle-top .advantages__item-subtitle {
          order: 1;
          font-size: 28px; }
          @media (min-width: 992px) {
            .advantages__item-heading.subtitle-top .advantages__item-subtitle {
              font-size: 40px; } }
        .advantages__item-heading.subtitle-top .advantages__item-title {
          order: 2;
          text-transform: uppercase;
          margin-bottom: 0;
          line-height: 1; }
    .advantages__item-title {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 5px;
      line-height: 1; }
      @media (min-width: 992px) {
        .advantages__item-title {
          font-size: 44px;
          line-height: 0.9; } }
      @media (min-width: 1600px) {
        .advantages__item-title {
          line-height: 0.5; } }
    .advantages__item-subtitle {
      font-size: 24px;
      font-weight: 300;
      line-height: 1; }
      @media (min-width: 992px) {
        .advantages__item-subtitle {
          font-size: 32px; } }
    .advantages__item-content {
      margin-bottom: 20px;
      flex-grow: 1; }
      @media (min-width: 992px) {
        .advantages__item-content {
          margin-bottom: 22px; } }
    .advantages__item-text {
      font-weight: 300; }

.topblock {
  background: #0F0F0F url("/local/templates/berrus/images/top-bg.png") no-repeat 50% 50%;
  color: #fff;
  padding: 50px 0; }
  @media (min-width: 992px) {
    .topblock {
      padding: 160px 0 175px; } }
  .topblock .row {
    align-items: flex-end; }
  .topblock__title {
    text-align: center; }
    @media (min-width: 992px) {
      .topblock__title {
        text-align: left;
        transform: translateY(-20px); } }
    .topblock__title span {
      display: block;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 1; }
      .topblock__title span.line1 {
        font-size: 16px;
        opacity: 0;
        transform: translateX(-50%);
        transition: 1s; }
        .topblock__title span.line1.element-show {
          opacity: 1;
          transform: translateX(0); }
        @media (min-width: 992px) {
          .topblock__title span.line1 {
            font-size: 31px; } }
      .topblock__title span.line2 {
        font-size: 27px;
        opacity: 0;
        transform: translateX(30%);
        transition: 1s;
        transition-delay: .25s; }
        .topblock__title span.line2.element-show {
          opacity: 1;
          transform: translateX(0); }
        @media (min-width: 992px) {
          .topblock__title span.line2 {
            font-size: 52px; } }
      .topblock__title span.line3 {
        font-family: "Gilroy", sans-serif;
        font-size: 72px;
        font-weight: 900;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #fff;
        opacity: 0;
        transform: translate(-40%, -10px);
        transition: 1s;
        transition-delay: .5s; }
        .topblock__title span.line3.element-show {
          opacity: 1;
          transform: translate(0, -10px); }
        @media (min-width: 992px) {
          .topblock__title span.line3 {
            font-size: 150px; } }
  .topblock img {
    max-width: unset;
    display: block;
    opacity: 0;
    transition: 1s;
    transition-delay: .5s;
    transform: translateX(20%); }
    .topblock img.element-show {
      opacity: 1;
      transform: translateX(0); }
      @media (min-width: 992px) {
        .topblock img.element-show {
          transform: translateX(-77px); } }

.main-page .topblock img {
  max-width: 100%; }

.product__item {
  padding: 15px 0;
  display: block;
  opacity: 0;
  transition: 1s; }
  .product__item.element-show {
    opacity: 1; }
  @media (min-width: 992px) {
    .product__item {
      padding: 30px 0; } }
  .product__item-img {
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 992px) {
      .product__item-img {
        height: 363px; } }
    .product__item-img-frame {
      width: 100%;
      height: 100%;
      position: absolute; }
      @media (min-width: 992px) {
        .product__item-img-frame {
          width: 346px; } }
      .product__item-img-frame span {
        position: absolute;
        width: 24px;
        height: 24px;
        border-style: solid;
        border-color: #909090; }
        @media (min-width: 992px) {
          .product__item-img-frame span {
            width: 44px;
            height: 44px; } }
        .product__item-img-frame span:nth-child(1) {
          left: 0;
          top: 0;
          border-width: 1px 0 0 1px; }
          @media (min-width: 992px) {
            .product__item-img-frame span:nth-child(1) {
              border-width: 2px 0 0 2px; } }
        .product__item-img-frame span:nth-child(2) {
          right: 0;
          top: 0;
          border-width: 1px 1px 0 0; }
          @media (min-width: 992px) {
            .product__item-img-frame span:nth-child(2) {
              border-width: 2px 2px 0 0; } }
        .product__item-img-frame span:nth-child(3) {
          right: 0;
          bottom: 0;
          border-width: 0 1px 1px 0; }
          @media (min-width: 992px) {
            .product__item-img-frame span:nth-child(3) {
              border-width: 0 2px 2px 0; } }
        .product__item-img-frame span:nth-child(4) {
          left: 0;
          bottom: 0;
          border-width: 0 0 1px 1px; }
          @media (min-width: 992px) {
            .product__item-img-frame span:nth-child(4) {
              border-width: 0 0 2px 2px; } }
  .product__item-title {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center; }
    @media (min-width: 992px) {
      .product__item-title {
        font-size: 20px;
        font-weight: 600;
        margin-top: 30px; } }
.product__menu {
  background: #0f0f0f;
  width: 100%;
  padding: 25px 0; }
  .product__menu-item {
    display: flex;
    align-items: center; }
    .product__menu-item-img {
      width: 100px;
      height: 100px;
      flex: none;
      margin-right: 8px;
      display: flex;
      align-items: center; }
.product__detail.product-41 .product__detail-banner-titles .head2 {
  font-size: 17px; }
  @media (min-width: 992px) {
    .product__detail.product-41 .product__detail-banner-titles .head2 {
      font-size: 26px; } }
  @media (min-width: 1200px) {
    .product__detail.product-41 .product__detail-banner-titles .head2 {
      font-size: 34px; } }
.product__detail.product-41 .product__detail-banner-titles .head3 {
  font-size: 51px; }
  @media (min-width: 992px) {
    .product__detail.product-41 .product__detail-banner-titles .head3 {
      font-size: 80px; } }
  @media (min-width: 1200px) {
    .product__detail.product-41 .product__detail-banner-titles .head3 {
      font-size: 110px; } }
.product__detail.product-42 .product__detail-banner-titles .head1 {
  font-size: 19px; }
  @media (min-width: 992px) {
    .product__detail.product-42 .product__detail-banner-titles .head1 {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    .product__detail.product-42 .product__detail-banner-titles .head1 {
      font-size: 41px; } }
.product__detail.product-42 .product__detail-banner-titles .head2 {
  font-size: 18px; }
  @media (min-width: 992px) {
    .product__detail.product-42 .product__detail-banner-titles .head2 {
      font-size: 28px; } }
  @media (min-width: 1200px) {
    .product__detail.product-42 .product__detail-banner-titles .head2 {
      font-size: 39px;
      transform: translateY(10px); } }
.product__detail.product-42 .product__detail-banner-titles .head3 {
  font-size: 50px; }
  @media (min-width: 992px) {
    .product__detail.product-42 .product__detail-banner-titles .head3 {
      font-size: 79px; } }
  @media (min-width: 1200px) {
    .product__detail.product-42 .product__detail-banner-titles .head3 {
      font-size: 115px; } }
@media (min-width: 1200px) {
  .product__detail.product-42 .product__detail-banner-img img {
    transform: translateX(-25px); } }
.product__detail.product-43 .product__detail-banner-titles {
  transform: translateY(26px); }
  @media (min-width: 992px) {
    .product__detail.product-43 .product__detail-banner-titles {
      transform: translateY(-18px); } }
  @media (min-width: 1200px) {
    .product__detail.product-43 .product__detail-banner-titles {
      transform: translateY(33px); } }
  .product__detail.product-43 .product__detail-banner-titles .head1 {
    font-size: 16px; }
    @media (min-width: 992px) {
      .product__detail.product-43 .product__detail-banner-titles .head1 {
        font-size: 26px; } }
    @media (min-width: 1200px) {
      .product__detail.product-43 .product__detail-banner-titles .head1 {
        font-size: 32px; } }
  .product__detail.product-43 .product__detail-banner-titles .head2 {
    font-size: 35px; }
    @media (min-width: 992px) {
      .product__detail.product-43 .product__detail-banner-titles .head2 {
        font-size: 57px; } }
    @media (min-width: 1200px) {
      .product__detail.product-43 .product__detail-banner-titles .head2 {
        font-size: 70px; } }
  .product__detail.product-43 .product__detail-banner-titles .head3 {
    font-size: 70px;
    transform: translateY(-10px); }
    @media (min-width: 992px) {
      .product__detail.product-43 .product__detail-banner-titles .head3 {
        font-size: 112px; } }
    @media (min-width: 1200px) {
      .product__detail.product-43 .product__detail-banner-titles .head3 {
        font-size: 150px;
        transform: translateY(-26px); } }
.product__detail.product-44 .product__detail-banner-titles {
  transform: translateY(0); }
  @media (min-width: 992px) {
    .product__detail.product-44 .product__detail-banner-titles {
      transform: translateY(-54px); } }
  @media (min-width: 1200px) {
    .product__detail.product-44 .product__detail-banner-titles {
      transform: translateY(10px); } }
  .product__detail.product-44 .product__detail-banner-titles .head1 {
    font-size: 17px; }
    @media (min-width: 992px) {
      .product__detail.product-44 .product__detail-banner-titles .head1 {
        font-size: 24px; } }
    @media (min-width: 1200px) {
      .product__detail.product-44 .product__detail-banner-titles .head1 {
        font-size: 32px; } }
  .product__detail.product-44 .product__detail-banner-titles .head2 {
    font-size: 26px; }
    @media (min-width: 992px) {
      .product__detail.product-44 .product__detail-banner-titles .head2 {
        font-size: 36px; } }
    @media (min-width: 1200px) {
      .product__detail.product-44 .product__detail-banner-titles .head2 {
        font-size: 48px; } }
  .product__detail.product-44 .product__detail-banner-titles .head3 {
    transform: translateY(-5px);
    font-size: 75px; }
    @media (min-width: 992px) {
      .product__detail.product-44 .product__detail-banner-titles .head3 {
        font-size: 102px; } }
    @media (min-width: 1200px) {
      .product__detail.product-44 .product__detail-banner-titles .head3 {
        transform: translateY(-26px);
        font-size: 150px; } }
@media (min-width: 992px) {
  .product__detail.product-45 .product__detail-banner-titles {
    transform: translateY(-100px); } }
@media (min-width: 1200px) {
  .product__detail.product-45 .product__detail-banner-titles {
    transform: translateY(-60px); } }
.product__detail.product-45 .product__detail-banner-titles .head1 {
  font-weight: 500;
  font-size: 26px; }
  @media (min-width: 992px) {
    .product__detail.product-45 .product__detail-banner-titles .head1 {
      font-size: 38px; } }
  @media (min-width: 1200px) {
    .product__detail.product-45 .product__detail-banner-titles .head1 {
      font-size: 50px; } }
.product__detail.product-45 .product__detail-banner-titles .head3 {
  font-size: 72px; }
  @media (min-width: 992px) {
    .product__detail.product-45 .product__detail-banner-titles .head3 {
      font-size: 104px; } }
  @media (min-width: 1200px) {
    .product__detail.product-45 .product__detail-banner-titles .head3 {
      font-size: 150px; } }
.product__detail.product-45 .feedback__block {
  display: none; }
@media (min-width: 992px) {
  .product__detail.product-45 .mainfunctions {
    padding-bottom: 0; } }
.product__detail-banner {
  position: relative;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .product__detail-banner {
      margin-bottom: 35px; } }
  .product__detail-banner:before {
    content: '';
    background: #0f0f0f;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 160px);
    z-index: -1; }
    @media (min-width: 992px) {
      .product__detail-banner:before {
        height: calc(100% - 203px); } }
  .product__detail-banner-img {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    background: url(/local/templates/berrus/images/border.png) no-repeat 50% 50%;
    background-size: contain; }
    @media (min-width: 992px) {
      .product__detail-banner-img {
        background-size: auto;
        height: 550px;
        margin-top: 0; } }
    .product__detail-banner-img img {
      transition: 2s;
      opacity: 0;
      transform: translateX(20%);
      transition-delay: 0.5s; }
      .product__detail-banner-img img.element-show {
        opacity: 1;
        transform: translateX(0); }
      @media (min-width: 992px) {
        .product__detail-banner-img img {
          max-width: unset; } }
  .product__detail-banner-content {
    background: url("/local/templates/berrus/images/detail-bg.png") no-repeat; }
    .product__detail-banner-content > .row {
      align-items: flex-end; }
  .product__detail-banner-titles {
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 992px) {
      .product__detail-banner-titles {
        transform: translateY(-80px);
        text-align: left; } }
    @media (min-width: 1200px) {
      .product__detail-banner-titles {
        transform: translateY(-40px); } }
    .product__detail-banner-titles .head1 {
      color: #fff;
      font-size: 18px;
      font-weight: 300;
      opacity: 0;
      transform: translateX(-50%);
      transition: 1s; }
      .product__detail-banner-titles .head1.element-show {
        opacity: 1;
        transform: translateX(0); }
      @media (min-width: 992px) {
        .product__detail-banner-titles .head1 {
          font-size: 28px; } }
      @media (min-width: 1200px) {
        .product__detail-banner-titles .head1 {
          font-size: 36px; } }
    .product__detail-banner-titles .head2 {
      font-size: 19px;
      font-weight: 500;
      color: #fff;
      opacity: 0;
      transform: translateX(30%);
      transition: 1s;
      transition-delay: .25s; }
      .product__detail-banner-titles .head2.element-show {
        opacity: 1;
        transform: translateX(0); }
      @media (min-width: 992px) {
        .product__detail-banner-titles .head2 {
          color: #000;
          font-size: 29px; } }
      @media (min-width: 1200px) {
        .product__detail-banner-titles .head2 {
          font-size: 38px; } }
    .product__detail-banner-titles .head3 {
      font-family: "Gilroy", sans-serif;
      font-size: 53px;
      font-weight: 900;
      line-height: 1;
      color: #fff;
      opacity: 0;
      transform: translateX(-40%);
      transition: 1s;
      transition-delay: .5s; }
      .product__detail-banner-titles .head3.element-show {
        opacity: 1;
        transform: translateX(0); }
      @media (min-width: 992px) {
        .product__detail-banner-titles .head3 {
          color: #000;
          font-size: 80px; } }
      @media (min-width: 1200px) {
        .product__detail-banner-titles .head3 {
          font-size: 110px; } }

.contacts__page {
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    .contacts__page {
      padding-bottom: 200px; } }
.contacts__banner {
  position: relative;
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .contacts__banner {
      margin-bottom: 100px; } }
  .contacts__banner:before {
    content: '';
    background: #0f0f0f;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 140px);
    z-index: -1; }
  .contacts__banner-map {
    width: 100%;
    height: 290px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25); }
    @media (min-width: 992px) {
      .contacts__banner-map {
        height: 465px; } }
  .contacts__banner-content {
    background: url("/local/templates/berrus/images/top-bg.png") no-repeat; }
    @media (min-width: 992px) {
      .contacts__banner-content {
        background-size: contain; } }
    .contacts__banner-content > .row {
      align-items: center; }
  .contacts__banner-info {
    font-size: 14px;
    color: #fff;
    padding-top: 30px;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .contacts__banner-info {
        font-size: 24px;
        padding-top: 60px;
        margin-bottom: 60px; } }
  .contacts__banner-phone {
    margin-bottom: 10px;
    line-height: 1; }
    @media (min-width: 992px) {
      .contacts__banner-phone {
        margin-bottom: 20px; } }
    .contacts__banner-phone .phone__number {
      font-size: 24px;
      font-weight: 600;
      display: block; }
      @media (min-width: 992px) {
        .contacts__banner-phone .phone__number {
          font-size: 48px; } }
      .contacts__banner-phone .phone__number span {
        color: #FF0008; }
  .contacts__banner-address a {
    color: #FF0008; }
  .contacts__banner-titles {
    text-transform: uppercase;
    margin-bottom: 25px; }
    @media (min-width: 992px) {
      .contacts__banner-titles {
        margin-bottom: 0; } }
    .contacts__banner-titles .head1 {
      color: #fff; }
      .contacts__banner-titles .head1 h1 {
        font-weight: 500;
        margin: 0;
        text-align: left;
        font-size: 40px; }
        @media (min-width: 992px) {
          .contacts__banner-titles .head1 h1 {
            font-size: 100px; } }
    .contacts__banner-titles .head2 {
      font-family: "Gilroy", sans-serif;
      font-size: 54px;
      font-weight: 900;
      line-height: 1;
      color: #fff; }
      @media (min-width: 992px) {
        .contacts__banner-titles .head2 {
          font-size: 150px;
          color: #000; } }

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

/* End */
/* /local/templates/berrus/css/jquery.fancybox.css?166005178615842 */
/* /local/templates/berrus/css/slick/slick.css?16600517861725 */
/* /local/templates/berrus/css/slick/slick-theme.css?16600517863281 */
/* /local/templates/berrus/css/jquery.formstyler.css?16787108642175 */
/* /local/templates/berrus/css/jquery.formstyler.theme.css?168129816210582 */
/* /local/templates/berrus/template_styles.css?1736857806105707 */
