@charset "UTF-8";
/* Libraries, which is used in current project. */
/* Libraries, which is used in current project. */
/* Some styles, which is used for correct sprite-generation, vars, mixins and etc */
/* Please, do not edit with file! */
/* This file can be overwritten by update-project! */
/* Mixins, which are specific for current project */
/* Mixins and vars for sprite generation */
/* Scss for used fonts */
@font-face {
  font-family: "Fira Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/fira-sans-v9-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/fira-sans-v9-latin_cyrillic-regular.woff") format("woff"), url("../fonts/fira-sans-v9-latin_cyrillic-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Fira Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/fira-sans-v9-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/fira-sans-v9-latin_cyrillic-700.woff") format("woff"), url("../fonts/fira-sans-v9-latin_cyrillic-700.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans Condensed";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/open-sans-condensed-v13-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/open-sans-condensed-v13-latin_cyrillic-700.woff") format("woff"), url("../fonts/open-sans-condensed-v13-latin_cyrillic-700.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/open-sans-v16-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/open-sans-v16-latin_cyrillic-regular.woff") format("woff"), url("../fonts/open-sans-v16-latin_cyrillic-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/open-sans-v16-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/open-sans-v16-latin_cyrillic-700.woff") format("woff"), url("../fonts/open-sans-v16-latin_cyrillic-700.ttf") format("truetype");
}

/* Vars, which are specific for current project */
/**
 * Переменные весов шрифтов
 */
/* Styles for UI-elements */
/* Common styles for current project */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  min-width: 980px;
}

.wrapper {
  width: 940px;
  margin: 0 auto;
}

.page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page--is-main {
  background-color: #ececec;
}

.page--is-main .page__component:last-of-type {
  margin-bottom: 0;
}

.page__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.page__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.page__footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.page__component:last-of-type {
  margin-bottom: 40px;
}

.h1 {
  color: #686868;
  font-size: 20px;
  font-weight: 400;
  font-family: "Open Sans Condensed";
  text-align: center;
}

.h2 {
  color: #686868;
  font-size: 20px;
  font-weight: 400;
  font-family: "Open Sans Condensed";
  text-align: center;
}

.lum-lightbox {
  z-index: 99999;
}

/* Plugins, which is used in current project. */
.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

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

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

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

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

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

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

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

.fancybox-button div {
  height: 100%;
}

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

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

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

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

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

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

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

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

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

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

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

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

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

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

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

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

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

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

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

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

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

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

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

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

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/*! nouislider - 14.0.2 - 6/28/2019 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/* Components, which is used in current project. */
.logo__link {
  display: block;
  text-decoration: none;
}

.logo__img {
  display: block;
}

.sub-submenu {
  width: 100%;
  display: none;
  left: 0;
  position: absolute;
  z-index: 101;
  background-color: #929292;
}

.sub-submenu--is-active, .sub-submenu.current {
  display: block;
}

.sub-submenu__list {
  width: 940px;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sub-submenu__item {
  width: 172px;
  margin-bottom: 10px;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  list-style-type: none;
  cursor: pointer;
}

.sub-submenu__item:nth-of-type(5n) {
  margin-right: 0;
}

.sub-submenu__item:nth-last-of-type(1), .sub-submenu__item:nth-last-of-type(2), .sub-submenu__item:nth-last-of-type(3), .sub-submenu__item:nth-last-of-type(4), .sub-submenu__item:nth-last-of-type(5) {
  margin-bottom: 0;
}

.sub-submenu__item:hover .sub-submenu__pic-outer {
  outline: 2px solid #008cc3;
}

.sub-submenu__pic-outer {
  background-color: #fff;
}

.sub-submenu__pic {
  width: 120px;
  height: 110px;
  margin: 0 auto;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.sub-submenu__img {
  max-width: 100%;
  max-height: 100%;
}

.sub-submenu__link {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 14px;
  text-decoration: none;
}

.submenu {
  width: 100%;
  left: 0;
  top: 50px;
  position: absolute;
  z-index: 101;
  display: none;
  background-color: #008cc3;
}

.submenu--is-active, .submenu.current {
  display: block;
}

.submenu__list {
  width: 940px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.submenu__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  list-style-type: none;
}

.submenu__link {
  height: 100%;
  padding: 12px 10px;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-family: "Fira Sans";
  text-decoration: none;
  outline: none;
}

.submenu__link:hover, .submenu__link:focus, .submenu__link--is-active, .submenu__link--is-current {
  color: #b9fffd;
  background-color: #016dab;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  list-style-type: none;
}

.menu__link {
  display: block;
  padding: 18px 6px;
  color: #353535;
  font-size: 13px;
  font-family: "Open Sans Condensed";
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  cursor: pointer;
}

.menu__link:hover, .menu__link:focus, .menu__link--is-active, .menu__link--is-current {
  color: #ffffff;
  background-color: #008cc3;
  outline: none;
}

.no-js .menu__item:hover .menu__link {
  color: #ffffff;
  background-color: #008cc3;
  outline: none;
}

.no-js .menu__item:hover .menu__submenu {
  max-height: 1000px;
  opacity: 1;
  z-index: 100;
}

.no-js .menu__link:focus + .menu__submenu {
  max-height: 1000px;
  opacity: 1;
  z-index: 100;
}

.no-js .menu__item:focus-within .menu__link {
  color: #ffffff;
  background-color: #008cc3;
  outline: none;
}

.no-js .menu__item:focus-within .menu__submenu {
  max-height: 1000px;
  opacity: 1;
  z-index: 100;
}

.no-js .submenu__item:hover .submenu__link {
  color: #b9fffd;
  background-color: #016dab;
  outline: none;
}

.no-js .submenu__item:hover .submenu__sub-submenu {
  max-height: 1000px;
  opacity: 1;
  z-index: 100;
}

.no-js .submenu__link:focus + .submenu__sub-submenu {
  max-height: 1000px;
  opacity: 1;
  z-index: 100;
}

.no-js .submenu__item:focus-within .submenu__link {
  color: #b9fffd;
  background-color: #016dab;
  outline: none;
}

.no-js .submenu__item:focus-within .submenu__sub-submenu {
  max-height: 1000px;
  opacity: 1;
  z-index: 100;
}

.header-phone__link {
  color: #008cc3;
  font-size: 15px;
  font-family: "Fira Sans";
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px dotted;
}

.header-phone__link:hover {
  border-bottom: 0;
}

.header-search__form {
  position: relative;
}

.header-search__field {
  width: 100%;
  padding: 7px 32px 7px 10px;
  color: #000000;
  font-size: 11px;
  font-weight: 400;
  font-family: "Fira Sans";
  line-height: 12px;
  border: 0;
}

.header-search__button {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  border: 0;
  font-size: 0;
  background-image: url("../img/minified-svg/icon-search.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}

.lang__link {
  width: 26px;
  padding: 6px 0;
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-family: "Fira Sans";
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  background-color: #008cc3;
}

.lang__link:hover {
  text-decoration: underline;
}

.header {
  height: 50px;
  position: relative;
  background-color: #ececec;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.header__menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10px;
  margin-right: auto;
}

.header__phone {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 auto;
}

.header__search {
  width: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10px;
  margin-right: 10px;
}

.header__lang {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer-menu__list {
  margin: 0;
  padding: 0;
}

.footer-menu__item {
  margin-bottom: 4px;
  list-style-type: none;
}

.footer-menu__item:last-of-type {
  margin-bottom: 0;
}

.footer-menu__link {
  display: block;
  color: #716C6C;
  font-size: 12px;
  font-weight: 400;
  font-family: "Fira Sans";
  text-decoration: none;
}

.footer-menu__link:hover, .footer-menu__link:focus {
  text-decoration: underline;
  outline: none;
}

.footer-contacts-section {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  font-family: "Fira Sans";
  line-height: normal;
}

.footer-contacts-section__list {
  margin: 0;
  padding: 0;
  display: table;
}

.footer-contacts-section__item {
  margin-bottom: 4px;
  display: table-row;
  list-style-type: none;
}

.footer-contacts-section__item:last-of-type {
  margin-bottom: 0;
}

.footer-contacts-section__name {
  font-weight: 700;
  margin-right: 3px;
}

.footer-contacts-section__link {
  display: table-cell;
  color: #716c6c;
  text-decoration: none;
  margin-right: 3px;
}

.footer-contacts-section__link--is-email {
  font-weight: 700;
}

.footer-contacts-section__link:hover {
  text-decoration: underline;
}

.footer-contacts-section__office {
  display: table-cell;
  padding: 0 0 4px 4px;
}

.footer-contacts__section {
  margin-bottom: 8px;
}

.copyright {
  color: #6b6b6b;
  font-size: 12px;
  font-weight: 400;
  font-family: "Fira Sans";
  line-height: normal;
}

.copyright__sign {
  position: relative;
  top: 1px;
}

.footer {
  background-color: #dfdfdf;
}

.footer__wrapper {
  width: 940px;
  margin: 0 auto;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer__contacts {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer__copyright {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 20px 0 0 0;
  text-align: center;
}

.footer--is-main {
  width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer--is-main .footer__wrapper {
  width: auto;
}

/** Главная страница / **/
.event-slider-item {
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.event-slider-item:hover {
  border: 2px solid #008cc3;
}

.event-slider-item__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-slider-item__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.event-slider-item__date, .event-slider-item__city {
  color: #353535;
  font-size: 11px;
  font-family: Arial;
  font-weight: 400;
}

.event-slider-item__title {
  color: #353535;
  font-size: 13.5px;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  line-height: 14px;
}

.event-slider-item__description {
  color: #353535;
  font-size: 12.5px;
  font-family: "Fira Sans";
  font-weight: 400;
}

.event-slider-item__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

@media all {
  .event-slider-item {
    padding: 5px 10px;
  }
  .event-slider-item__picture {
    height: 75px;
    margin-bottom: 10px;
  }
  .event-slider-item__img {
    max-height: 75px;
  }
  .event-slider-item__city {
    margin: 0 0 6px 0;
  }
  .event-slider-item__title {
    margin: 0 0 10px 0;
  }
}

.event-slider__wrapper {
  background-color: #ffffff;
  position: relative;
}

.event-slider__title {
  color: #008cc3;
  font-size: 14px;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  text-transform: uppercase;
}

.event-slider__item {
  list-style-type: none;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media all {
  .event-slider__wrapper {
    padding: 10px 30px;
  }
  .event-slider__title {
    margin: 0 0 10px 0;
  }
}

.js .event-slider .glide__track {
  position: relative;
  z-index: 10;
}

.js .event-slider .glide__slides {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.js .event-slider .glide__slide {
  height: auto;
}

.js .event-slider .glide__arrows {
  width: calc(100% + 60px);
  top: -39px;
  left: -30px;
  bottom: -10px;
  position: absolute;
  z-index: 9;
}

.js .event-slider .glide__arrow {
  width: 20px;
  height: 100%;
  position: absolute;
  font-size: 0;
  border: 0;
  background-color: #d0d0d0;
  outline: none;
  cursor: pointer;
}

.js .event-slider .glide__arrow:before {
  width: 9px;
  height: 15px;
  display: block;
  top: calc(50% - 8px);
  right: 6px;
  position: absolute;
  background-image: url("../img/minified-svg/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
}

.js .event-slider .glide__arrow--left {
  left: 0;
}

.js .event-slider .glide__arrow--left:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.js .event-slider .glide__arrow--right {
  right: 0;
}

.no-js .event-slider__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.no-js .event-slider .glide__slides {
  padding: 0 0 10px 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-x: scroll;
  overflow-y: hidden;
}

.no-js .event-slider .glide__slides::-webkit-scrollbar {
  height: 6px;
}

.no-js .event-slider .glide__slides::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.no-js .event-slider .glide__slides::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #A8A8A8;
  -webkit-box-shadow: inset 0 0 6px #dfdfdf;
}

.no-js .event-slider .glide__arrows {
  display: none;
}

.no-js .event-slider .glide__slide {
  height: auto;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__item {
  list-style-type: none;
  margin: 0 1px;
}

.pagination__item:first-of-type {
  margin-left: 0;
}

.pagination__item:last-of-type {
  margin-right: 0;
}

.pagination__link {
  width: 30px;
  height: 30px;
  display: block;
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  background-color: #f1f1f1;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.pagination__link:hover, .pagination__link:focus {
  text-decoration: underline;
}

.pagination__link--is-active {
  color: #ffffff;
  background-color: #008cc3;
}

.pagination__link--prev, .pagination__link--next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__icon {
  width: 9px;
  height: 17px;
  display: block;
  fill: #adadad;
}

.pagination__icon--prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/** Страница /events/ **/
.event-item {
  border: 2px solid transparent;
  -webkit-transition: border 0.25s ease-in-out;
  transition: border 0.25s ease-in-out;
  cursor: pointer;
}

.event-item:hover, .event-item:focus {
  border: 2px solid #008cc3;
}

.event-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.event-item__picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  padding: 5px 10px 5px 0;
}

.event-item__img {
  margin: 0 auto;
  display: block;
  max-width: 200px;
  max-height: 100px;
}

.event-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 5px 0 5px 10px;
}

.event-item__date, .event-item__city {
  display: block;
  color: #000000;
  font-size: 11px;
  font-weight: 400;
  font-family: "Fira Sans";
  line-height: normal;
}

.event-item__title {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans Condensed";
  line-height: normal;
}

.event-item__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.event-item__description {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  font-family: "Fira Sans";
  line-height: normal;
}

@media all {
  .event-item__city, .event-item__name {
    margin-bottom: 6px;
  }
}

@media all {
  .event__title {
    margin-bottom: 32px;
  }
  .event__filter {
    margin-bottom: 32px;
  }
  .event__list {
    margin-bottom: 32px;
  }
  .event__item {
    margin-bottom: 32px;
  }
  .event__item:last-of-type {
    margin-bottom: 0;
  }
}

/** Страница /events/detail/ **/
.event-detail__description {
  color: #525252;
  font-size: 13px;
  font-weight: 400;
  font-family: "Fira Sans";
  line-height: 17px;
}

.event-detail__description a {
  color: #008cc3;
  text-decoration: none;
}

.event-detail__description a:hover, .event-detail__description a:focus {
  text-decoration: underline;
}

.event-detail__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.event-detail__button {
  padding: 9px 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  font-family: "Fira Sans";
  text-decoration: none;
  background-color: #008cc3;
  cursor: pointer;
}

.event-detail__form {
  display: none;
}

@media all {
  .event-detail__title {
    margin-bottom: 15px;
  }
  .event-detail__description {
    margin: 15px 0 30px 0;
  }
  .event-detail__description p {
    margin: 17px 0;
  }
  .event-detail__description ul {
    margin: 17px 0;
    padding-left: 17px;
  }
  .event-detail__description :first-child {
    margin-top: 0;
  }
  .event-detail__description :last-child {
    margin-bottom: 0;
  }
  .event-detail__buttons {
    margin: 30px 0;
  }
}

/** Страница /about/partners/ **/
/** Страница /about/users/ **/
.partner-item {
  cursor: pointer;
}

.partner-item__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.partner-item__wrapper:hover .partner-item__direction {
  visibility: visible;
  opacity: 1;
}

.partner-item__pic {
  width: 168px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partner-item__img {
  max-width: 168px;
  max-height: 75px;
  display: block;
}

.partner-item__direction {
  color: #008CC3;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #008CC3;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.partner-item__direction:before, .partner-item__direction:after {
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  position: absolute;
  content: '';
}

.partner-item__direction:before {
  margin-left: -12px;
  border-top: 12px solid #008CC3;
  border-right: 12px solid #0000;
  border-left: 12px solid #0000;
}

.partner-item__direction:after {
  margin-left: -8px;
  border-top: 8px solid #fff;
  border-right: 8px solid #0000;
  border-left: 8px solid #0000;
}

@media all {
  .partner-item__wrapper {
    padding: 10px;
  }
  .partner-item__direction {
    width: 100%;
    padding: 5px 0;
    position: absolute;
    bottom: 100%;
    left: 0;
  }
}

.partner-section__title {
  color: #008cc3;
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans Condensed";
}

.partner-section__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.partner-section__item {
  width: 20%;
  list-style-type: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media all {
  .partner-section__title {
    margin-bottom: 75px;
  }
}

.partner__section {
  padding: 0 0 75px 0;
}

/** Страница /news/ **/
.news-filter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.news-filter__select {
  margin-right: 16px;
}

.news-filter__submit {
  padding: 10px 15px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  font-family: "Fira Sans";
  line-height: 13px;
  text-decoration: none;
  border: 0;
  background-color: #008cc3;
  cursor: pointer;
}

.news-filter-select {
  position: relative;
}

.news-filter-select__select {
  padding: 8px 20px 8px 10px;
  color: #008cc3;
  font-size: 13px;
  font-weight: 400;
  font-family: "Fira Sans";
  border: 1px solid #008cc3;
  background-color: #0000;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.news-filter-select__icon {
  width: 8px;
  height: 12px;
  top: calc(50% - 6px);
  right: 8px;
  position: absolute;
  z-index: -1;
  fill: #008cc3;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.news-item {
  cursor: pointer;
}

.news-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.news-item__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.news-item__time {
  color: #000;
  font-size: 11px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 14px;
}

.news-item__title {
  color: #353535;
  font-size: 13px;
  font-weight: 700;
  font-family: "Open Sans Condensed";
  text-transform: uppercase;
}

.news-item__description {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 14px;
}

.news-item__link {
  color: #008cc3;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Fira Sans';
  border-bottom: 1px dotted;
  text-decoration: none;
}

.news-item--is-dark .news-item__column:last-of-type {
  background-color: #f0f0f0;
}

@media all {
  .news-item__column--left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    position: relative;
  }
  .news-item__column--right {
    padding: 8px 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news-item__pic {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
  }
  .news-item__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .news-item__time, .news-item__title {
    margin-bottom: 8px;
  }
  .news-item__description {
    margin-bottom: 32px;
  }
  .news-item__link {
    margin: auto 0 0 0;
  }
}

.news__title {
  margin-bottom: 32px;
}

.news__filter {
  margin-bottom: 32px;
}

.news__list {
  margin-bottom: 32px;
}

.news__item {
  margin: 0 0 32px 0;
}

.news__item:last-of-type {
  margin-bottom: 0;
}

/** Страница /news/detail/ **/
.social span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.social a {
  margin-bottom: 0 !important;
}

.social a:last-of-type {
  margin-right: 0 !important;
}

.news-detail-slider__item {
  list-style-type: none;
}

.news-detail-slider__pic {
  max-width: 100%;
  height: auto;
}

.news-detail-slider__img {
  width: auto !important;
  max-height: 388px;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  border: 0;
}

.no-js .news-detail-slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-x: scroll;
}

.no-js .news-detail-slider__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.news-detail-thumb__title {
  margin-bottom: 15px;
  color: #686868;
  font-family: "Open Sans Condensed";
  font-size: 18px;
  font-weight: 700;
}

.news-detail-thumb__list--with-padding {
  padding: 0 15px;
}

.news-detail-thumb__item {
  list-style-type: none;
}

.news-detail-thumb__pic {
  width: 86px;
  height: 75px;
  display: block;
}

.news-detail-thumb__img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-detail-thumb .owl-nav {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news-detail-thumb .owl-prev,
.news-detail-thumb .owl-next {
  width: 13px;
  height: 79px;
  background-color: #e9e9e9 !important;
}

.news-detail-thumb .owl-item {
  border: 2px solid transparent;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.news-detail-thumb .owl-item.sync, .news-detail-thumb .owl-item:hover {
  border-color: #008cc3;
}

.no-js .news-detail-thumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-x: scroll;
}

.no-js .news-detail-thumb__item {
  width: 33.3333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
}

.news-detail__pubdate, .news-detail__description {
  color: #525252;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 17px;
}

.news-detail__pubdate a, .news-detail__description a {
  color: #008cc3;
  text-decoration: none;
}

.news-detail__pubdate a:hover, .news-detail__pubdate a:focus, .news-detail__description a:hover, .news-detail__description a:focus {
  text-decoration: underline;
}

.news-detail__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-detail__social, .news-detail__print {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media all {
  .news-detail__header {
    margin-bottom: 20px;
  }
  .news-detail__title {
    margin-bottom: 15px;
  }
  .news-detail__description p {
    margin-bottom: 17px;
  }
  .news-detail__description p:last-of-type {
    margin-bottom: 0;
  }
  .news-detail__description ul {
    margin: 17px 0 17px 17px;
  }
  .news-detail__description iframe {
    width: 100%;
    min-height: 400px;
    display: block;
    margin: 17px 0;
  }
  .news-detail__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news-detail__column {
    width: 300px;
    margin-right: 32px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .news-detail__slider {
    overflow: hidden;
  }
  .news-detail__description {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .news-detail__footer {
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #e8e8e8;
  }
  .news-detail__social, .news-detail__print {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

/** Страница /contacts/ **/
.contact-item__name {
  color: #353535;
  font-size: 13px;
  font-family: "Fira Sans";
  font-weight: 700;
  text-transform: uppercase;
}

.contact-item__phone, .contact-item__email {
  color: #008cc3;
  font-size: 15px;
  font-family: "Fira Sans";
  font-weight: 400;
}

.contact-item__phone:hover, .contact-item__email:hover {
  text-decoration: none;
}

.contact-item__detail {
  padding: 10px 15px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  font-family: "Fira Sans";
  line-height: 13px;
  text-decoration: none;
  border: none;
  background-color: #008cc3;
  cursor: pointer;
}

.contact-section__title {
  color: #353535;
  font-size: 24px;
  font-weight: 700;
  font-family: "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
}

.contact-section__title--link {
  color: #008cc3;
  text-decoration: none;
  border-bottom: 1px dashed;
}

.contact-section__detail {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

.contact-section__detail--is-active, .contact-section__detail:target {
  max-height: 5000px;
  visibility: visible;
}

.contact-table {
  width: 100%;
  border-collapse: collapse;
}

.contact-table__column {
  width: 180px;
  padding: 10px;
  vertical-align: middle;
}

.contact-table__column:first-of-type {
  width: 380px;
  padding-left: 0;
}

.contact-table__column:last-of-type {
  padding-right: 0;
  text-align: right;
}

@media all {
  .contact__title {
    margin-bottom: 15px;
  }
  .contact-section__title {
    margin-bottom: 35px;
  }
  .contact__section {
    margin-bottom: 50px;
  }
  .contact__section:last-of-type {
    margin-bottom: 0;
  }
}

/** Страница /contacts/detail/ **/
.contact-detail__map {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-detail-item {
  color: #353535;
  font-size: 13px;
  font-weight: 400;
  font-family: "Fira Sans";
  line-height: 17px;
}

.contact-detail-item__name {
  font-weight: 700;
  text-transform: uppercase;
}

.contact-detail-item__phone, .contact-detail-item__email {
  color: #008cc3;
  text-decoration: none;
}

.contact-detail-item__phone:hover, .contact-detail-item__email:hover {
  text-decoration: underline;
}

@media all {
  .contact-detail__title {
    margin-bottom: 15px;
  }
  .contact-detail__map {
    height: 340px;
    margin-bottom: 30px;
  }
  .contact-detail__item {
    margin-bottom: 17px;
  }
  .contact-detail__item:last-of-type {
    margin-bottom: 0;
  }
}

/**************************/
.breadcrumbs__wrapper {
  padding: 20px 0;
}

.breadcrumbs__list {
  margin: 0;
  padding: 0;
  display: inline;
  vertical-align: top;
  font-size: 0;
}

.breadcrumbs__item {
  position: relative;
  display: inline;
  vertical-align: top;
  font-size: 0;
  list-style-type: none;
}

.breadcrumbs__item:after {
  width: 24px;
  height: 5px;
  margin: 0 5px;
  display: inline-block;
  position: relative;
  top: -1px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAFCAYAAABfPyy9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjU0OTVBMDM1MjJEMTFFOThFRUFDRUQzRjcxQjk0ODUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjU0OTVBMDQ1MjJEMTFFOThFRUFDRUQzRjcxQjk0ODUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNTQ5NUEwMTUyMkQxMUU5OEVFQUNFRDNGNzFCOTQ4NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNTQ5NUEwMjUyMkQxMUU5OEVFQUNFRDNGNzFCOTQ4NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoOm+9YAAAAwSURBVHjaYly/fj0DDcB/IGYEMZgYaAMYoZYwsMAYNAL/WWBeoVUwMdHScBADIMAA8vsIGvyDY9sAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
}

.breadcrumbs__item:last-of-type {
  margin-right: 0;
}

.breadcrumbs__item:last-of-type:after {
  display: none;
}

.breadcrumbs__link {
  display: inline;
  color: #008cc3;
  font-size: 13px;
  font-family: "Fira Sans";
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  word-break: break-word;
  word-wrap: break-word;
}

.breadcrumbs__link--is-active {
  text-decoration: underline;
}

.breadcrumbs__link a {
  display: block;
}

@media all {
  .breadcrumbs__item {
    margin-right: 5px;
  }
  .breadcrumbs__item:after {
    margin-right: 5px;
  }
}

.print__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
  text-decoration: none;
}

.print__text {
  color: #313131;
  font-size: 12px;
  font-weight: 400;
  font-family: "Fira Sans";
}

.print:hover .print__text {
  color: #008cc3;
  text-decoration: underline;
}

@media all {
  .print__text {
    margin-left: 20px;
  }
}

.text-page__img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.text-page__description {
  color: #525252;
  font-size: 13px;
  font-weight: 400;
  font-family: "Fira Sans";
  line-height: 17px;
}

.text-page__description a {
  color: #008cc3;
  text-decoration: none;
}

.text-page__description a:hover {
  text-decoration: underline;
}

@media all {
  .text-page__title {
    margin-bottom: 15px;
  }
  .text-page__img {
    width: 940px;
    height: 400px;
    margin: 15px 0 20px 0;
  }
  .text-page__description {
    margin: 20px 0;
  }
  .text-page__description p {
    margin: 17px 0;
  }
  .text-page__description p:first-of-type {
    margin-top: 0;
  }
  .text-page__description p:last-of-type {
    margin-bottom: 0;
  }
  .text-page__vacancies {
    margin: 50px 0 30px 0;
  }
  .text-page__print {
    margin: 20px 0 40px auto;
  }
}

.vacancy-item {
  position: relative;
}

.vacancy-item__name {
  color: #008cc3;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans Condensed";
  line-height: 18px;
  text-transform: uppercase;
}

.vacancy-item__link {
  display: block;
  padding: 15px 45px 15px 0;
  text-decoration: none;
  cursor: pointer;
}

.vacancy-item__detail {
  max-height: 0;
  overflow: hidden;
  color: #525252;
  font-size: 13px;
  font-weight: 400;
  font-family: "Fira Sans";
  line-height: 17px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  will-change: auto;
}

.vacancy-item__detail--is-opened {
  max-height: 5000px;
  padding: 0 0 15px 0;
}

.vacancy-item__detail ul {
  padding-left: 17px;
  margin-bottom: 17px;
}

.vacancy-item__detail ul:last-of-type {
  margin-bottom: 0;
}

.vacancy-item__detail p {
  font-weight: bold;
}

.vacancy-item:after {
  width: 28px;
  height: 14px;
  bottom: 15px;
  right: 0;
  position: absolute;
  z-index: -1;
  background-color: #686868;
  background-image: url("../img/minified-svg/icon-more.svg");
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: center;
  content: " ";
}

.no-js .vacancy-item__link {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.no-js .vacancy-item__detail {
  max-height: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.no-js .vacancy-item__detail:target {
  max-height: 1000px;
  display: block;
  padding: 0 0 15px 0;
  visibility: visible;
}

.no-js .vacancy-item__detail:target + .vacancy-item__link:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.vacancy__item {
  border-top: 1px solid #d0d0d0;
}

.vacancy__item:last-of-type {
  border-bottom: 1px solid #d0d0d0;
}

.search-item__name {
  display: block;
  color: #008cc3;
  font-size: 12px;
  font-weight: 400;
  font-family: "Fira Sans";
  text-decoration: none;
}

.search-item__name:hover, .search-item__name:focus {
  text-decoration: underline;
}

.search-item__description {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  font-family: "Fira Sans";
}

.search-item__paths {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-item__prepath {
  color: #333;
  font-size: 10px;
  font-weight: 400;
  font-family: "Fira Sans";
}

.search-item__path {
  padding: 0 5px;
  display: block;
  position: relative;
  color: #008cc3;
  font-size: 10px;
  font-weight: 400;
  font-family: "Fira Sans";
  text-decoration: none;
}

.search-item__path:after {
  position: absolute;
  right: -3px;
  content: "/";
}

.search-item__path:hover, .search-item__path:focus {
  text-decoration: underline;
}

.search-item__path:last-of-type:after {
  content: '';
}

@media all {
  .search-item__wrapper {
    padding: 16px 0;
  }
  .search-item__name {
    margin-bottom: 4px;
  }
  .search-item__description {
    margin-bottom: 16px;
  }
}

.search__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.search__link {
  position: relative;
  color: #008cc3;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Fira Sans';
  text-decoration: none;
}

.search__link:hover, .search__link:focus {
  text-decoration: underline;
}

.search__link--is-active {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.search__link--is-active:hover, .search__link--is-active:focus {
  text-decoration: none;
}

.search__link:after {
  right: -9px;
  position: absolute;
  content: "|";
}

.search__link:last-of-type:after {
  content: "";
}

.search__input {
  color: #000;
  font-size: 11px;
  font-weight: 400;
  font-family: "Fira Sans";
  line-height: 11px;
  border: 1px solid #b7babf99;
  border-radius: 3px;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.search__input:focus {
  border: 1px solid #008cc3;
}

.search__button {
  color: #000;
  font-size: 11px;
  font-weight: 400;
  font-family: "Fira Sans";
  line-height: 13px;
  border: 1px solid #b7babf99;
  border-radius: 3px;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.search__button:focus {
  border: 1px solid #008cc3;
}

.search__item {
  border-bottom: 1px dotted #ccc;
}

@media all {
  .search__row {
    margin-bottom: 16px;
  }
  .search__link {
    margin-right: 16px;
  }
  .search__input {
    width: 240px;
    padding: 9px 8px;
  }
  .search__button {
    margin-left: 16px;
    padding: 9px 16px;
  }
  .search__pagination {
    margin-top: 30px;
  }
}

.sections-item {
  cursor: pointer;
}

.sections-item__name {
  display: block;
  color: #2B2A2A;
  font-size: 11px;
  font-weight: 700;
  font-family: 'Open Sans';
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.sections-item__pic {
  width: 130px;
  height: 120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid transparent;
  background-color: #fff;
  -webkit-transition: border 0.25s ease-in-out;
  transition: border 0.25s ease-in-out;
}

.sections-item__img {
  max-width: 100%;
  max-height: 100%;
}

.sections-item:hover .sections-item__pic {
  border-color: #008cc3;
}

@media all {
  .sections-item {
    padding: 5px;
  }
  .sections-item__name {
    margin-bottom: 10px;
  }
}

.sections {
  background-color: #f4f4f4;
}

.sections__list {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sections__item {
  list-style-type: none;
}

.sections--on-section {
  background-color: transparent;
}

@media all {
  .sections {
    padding: 60px 0;
  }
  .sections__item {
    width: 160px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 100px 0px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sections__item:nth-of-type(4n) {
    margin-right: 0;
  }
  .sections__item:nth-last-of-type(1), .sections__item:nth-last-of-type(2), .sections__item:nth-last-of-type(3), .sections__item:nth-last-of-type(4) {
    margin-bottom: 0;
  }
  .sections--on-section {
    padding: 0;
  }
  .sections--on-section .sections__item {
    width: 134px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 5px 20px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sections--on-section .sections__item:nth-of-type(5n) {
    margin-right: 0;
  }
  .sections--on-section .sections__item.sections-item {
    padding: 0;
    border: 2px solid transparent;
    -webkit-transition: border 0.25s ease-in-out;
    transition: border 0.25s ease-in-out;
  }
  .sections--on-section .sections__item.sections-item:hover {
    border: 2px solid #008cc3;
  }
  .sections--on-section .sections__item .sections-item__name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
    margin-bottom: 0;
    color: #353535;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Fira Sans';
  }
  .sections--on-section .sections__item .sections-item__pic {
    border: 0;
  }
}

.products-item-compare__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products-item-compare__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #e5e5e5;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.products-item-compare__input:checked {
  background-image: url("../img/minified-svg/icon-checked.svg");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}

.products-item-compare__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #353535;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Fira Sans';
  line-height: 12px;
  text-transform: uppercase;
}

@media all {
  .products-item-compare__input {
    margin-right: 10px;
  }
}

.products-item {
  padding: 5px;
  border: 2px solid transparent;
  -webkit-transition: border 0.25s ease-in-out;
  transition: border 0.25s ease-in-out;
  cursor: pointer;
}

.products-item:hover {
  border-color: #008cc3;
}

.products-item__pic {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-item__img {
  max-width: 100%;
  max-height: 100%;
}

.products-item__name {
  display: block;
  color: #353535;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Fira Sans';
  line-height: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

@media all {
  .products-item__pic {
    margin-bottom: 10px;
  }
  .products-item__compare {
    margin-top: 10px;
  }
}

.products__list {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.products__item {
  list-style-type: none;
}

.products__links {
  text-align: right;
}

.products__link {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 13px;
  text-decoration: none;
  background-color: #008cc3;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.products__link:hover, .products__link:focus {
  background-color: #0088be;
}

@media all {
  .products__item {
    width: 130px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 5px 30px 0;
  }
  .products__item:nth-last-of-type(1), .products__item:nth-last-of-type(2), .products__item:nth-last-of-type(3), .products__item:nth-last-of-type(4), .products__item:nth-last-of-type(5) {
    margin-bottom: 0;
  }
  .products__item:nth-of-type(5n) {
    margin-right: 0;
  }
  .products__links {
    margin-top: 10px;
  }
}

.catalog-main__description {
  color: #525252;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 17px;
}

@media all {
  .catalog-main__title {
    margin-bottom: 15px;
  }
  .catalog-main__description {
    margin-bottom: 30px;
  }
  .catalog-main__sections {
    margin-top: 30px;
  }
}

.catalog-section-header {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog-section-header__title {
  padding-left: 210px;
  color: #fff;
  font-size: 43px;
  font-weight: 400;
  font-family: "Fira Sans";
  line-height: 51px;
  text-transform: uppercase;
}

.catalog-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.catalog-section__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.catalog-section__title {
  text-transform: uppercase;
}

.catalog-section__description {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  font-family: "Fira Sans";
  line-height: 17px;
}

@media all {
  .catalog-section__header {
    margin-bottom: 40px;
  }
  .catalog-section__column--left {
    width: 200px;
  }
  .catalog-section__column--right {
    width: 690px;
  }
  .catalog-section__title {
    margin-bottom: 15px;
  }
  .catalog-section__description {
    padding: 15px 0;
    border-top: 6px solid #ebebeb;
  }
  .catalog-section__description p {
    margin: 15px 0;
  }
  .catalog-section__description p:first-of-type {
    margin-top: 0;
  }
  .catalog-section__description p:last-of-type {
    margin-bottom: 0;
  }
  .catalog-section__description ul {
    padding: 0 0 0 15px;
    margin: 15px 0;
  }
  .catalog-section__description ul:first-of-type {
    margin-top: 0;
  }
  .catalog-section__description ul:last-of-type {
    margin-bottom: 0;
  }
  .catalog-section__description ul li {
    margin-bottom: 10px;
  }
  .catalog-section__description ul li:last-of-type {
    margin-bottom: 0;
  }
  .catalog-section__sections, .catalog-section__products {
    margin-bottom: 15px;
  }
}

.tabs {
  position: relative;
}

.tabs__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs__item {
  margin-right: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  list-style-type: none;
}

.tabs__item:last-of-type {
  margin-right: 0;
}

.tabs__link {
  padding: 7px 10px;
  display: block;
  color: #353535;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  background-color: #dbdbdb;
  outline: none;
}

.tabs__link span {
  border-bottom: 1px dotted #353535;
}

.tabs__link:focus, .tabs__link:hover, .tabs__link--is-active {
  color: #fff;
  background-color: #008cc3;
}

.tabs__link:focus span, .tabs__link:hover span, .tabs__link--is-active span {
  border-bottom: 1px dotted #fff;
}

.tabs__detail {
  padding: 20px 0;
  min-height: 300px;
  overflow: hidden;
}

.tabs__content {
  max-height: 259px;
  display: none;
  overflow: hidden;
}

.tabs__content--is-active {
  display: block;
}

.tabs__content--opened {
  max-height: 5000px;
}

.tabs__readmore {
  display: none;
  top: 100%;
  left: 0;
  position: absolute;
  color: #008cc3;
  font-size: 13px;
  font-weight: 400;
  font-family: "Fira Sans";
  border-bottom: 1px dotted;
  text-decoration: none;
}

.tabs__readmore--is-active {
  display: block;
}

.tabs__readmore:hover {
  border-bottom: 0;
}

.no-js .tabs__link[href=':target'] {
  color: #fff;
  background-color: #008cc3;
}

.no-js .tabs__link[href=':target'] span {
  border-bottom: 1px dotted #fff;
}

.no-js .tabs__content {
  display: none;
}

.no-js .tabs__content:first-of-type {
  display: block;
}

.no-js .tabs__content:target {
  display: block;
}

.no-js .tabs__content:target ~ .tabs__content {
  display: none !important;
}

.catalog-detail-description {
  color: #525252;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 17px;
}

.catalog-detail-description p {
  margin: 17px 0;
}

.catalog-detail-description p:first-of-type {
  margin-top: 0;
}

.catalog-detail-description p:last-of-type {
  margin-bottom: 0;
}

.catalog-detail-description ul {
  padding: 0 0 0 16px;
  margin: 8px 0 0 0;
}

.catalog-detail-description ul li {
  margin-bottom: 4px;
}

.catalog-detail-description ul li:last-of-type {
  margin-bottom: 0;
}

.catalog-detail-table {
  width: 100%;
  border-collapse: collapse;
}

.catalog-detail-table__row:nth-of-type(2n) {
  background-color: #f0f0f0;
}

.catalog-detail-table__column {
  padding: 5px 10px;
  color: #1d1d1d;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Fira Sans';
}

.catalog-detail-video__item {
  margin-bottom: 30px;
  list-style-type: none;
}

.catalog-detail-video__item:last-of-type {
  margin-bottom: 0;
}

.catalog-detail-video__container {
  width: 100%;
  height: 280px;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.catalog-detail-video__link {
  width: 48px;
  height: 36px;
  display: block;
  top: calc(50% - 24px);
  left: calc(50% - 18px);
  position: absolute;
  z-index: 100;
  background-image: url("../img/minified-svg/icon-youtube-play.svg");
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.15s ease-in-out;
  transition: -webkit-filter 0.15s ease-in-out;
  transition: filter 0.15s ease-in-out;
  transition: filter 0.15s ease-in-out, -webkit-filter 0.15s ease-in-out;
}

.catalog-detail-video__link:hover {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}

.catalog-detail-video__video {
  width: 100%;
  height: 280px;
  display: block;
}

.no-js .catalog-detail-video__container {
  display: none;
}

.files__item {
  padding: 15px 60px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  border-bottom: 1px solid #b8b8b8;
}

.files__item:last-of-type {
  border-bottom: 0;
}

.files__item:first-of-type {
  padding-top: 0;
}

.files__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 16px;
}

.files__link {
  color: #008cc3;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Fira Sans';
}

.files__link:hover, .files__link:focus {
  text-decoration: none;
}

.catalog-detail-slider__item {
  list-style-type: none;
}

.catalog-detail-slider__pic {
  max-width: 100%;
  max-height: 360px;
  height: auto;
}

.catalog-detail-slider__img {
  max-width: 300px;
  width: auto !important;
  margin: 0 auto;
  display: block;
  border: 0;
}

.no-js .catalog-detail-slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-x: scroll;
}

.no-js .catalog-detail-slider__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.catalog-detail-similar__title {
  margin-bottom: 15px;
  color: #686868;
  font-family: "Open Sans Condensed";
  font-size: 18px;
  font-weight: 700;
}

.catalog-detail-similar__list--with-padding {
  padding: 0 15px;
}

.catalog-detail-similar__item {
  list-style-type: none;
}

.catalog-detail-similar__pic {
  width: 86px;
  height: 75px;
  display: block;
}

.catalog-detail-similar__img {
  width: auto !important;
  height: auto;
  margin: 0 auto;
}

.catalog-detail-similar .owl-nav {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.catalog-detail-similar .owl-prev,
.catalog-detail-similar .owl-next {
  width: 13px;
  height: 79px;
  background-color: #e9e9e9 !important;
}

.catalog-detail-similar .owl-item {
  border: 2px solid transparent;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.catalog-detail-similar .owl-item.sync, .catalog-detail-similar .owl-item:hover {
  border-color: #008cc3;
}

.no-js .catalog-detail-similar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-x: scroll;
}

.no-js .catalog-detail-similar__item {
  width: 16.6666%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666%;
          flex: 0 0 16.6666%;
}

.catalog-detail-thumb__title {
  margin-bottom: 15px;
  color: #686868;
  font-family: "Open Sans Condensed";
  font-size: 18px;
  font-weight: 700;
}

.catalog-detail-thumb__list--with-padding {
  padding: 0 15px;
}

.catalog-detail-thumb__item {
  list-style-type: none;
}

.catalog-detail-thumb__pic {
  width: 86px;
  height: 75px;
  display: block;
}

.catalog-detail-thumb__img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog-detail-thumb .owl-nav {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.catalog-detail-thumb .owl-prev,
.catalog-detail-thumb .owl-next {
  width: 13px;
  height: 79px;
  background-color: #e9e9e9 !important;
}

.catalog-detail-thumb .owl-item {
  border: 2px solid transparent;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.catalog-detail-thumb .owl-item.sync, .catalog-detail-thumb .owl-item:hover {
  border-color: #008cc3;
}

.no-js .catalog-detail-thumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-x: scroll;
}

.no-js .catalog-detail-thumb__item {
  width: 33.3333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
}

.catalog-detail-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog-detail-links__item {
  list-style-type: none;
  margin: 0;
}

.catalog-detail-links__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.catalog-detail-links__link:hover .catalog-detail-links__label {
  text-decoration: underline;
}

.catalog-detail-links__label {
  color: #008cc3;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
}

.catalog-detail-links__icon {
  width: 27px;
  height: 27px;
}

@media all {
  .catalog-detail-links__item {
    margin: 0 10px;
  }
  .catalog-detail-links__label {
    margin-left: 16px;
  }
}

@media all and (min-width: 1573px) {
  .catalog-detail-links__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .catalog-detail-links__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 0 20px 0;
  }
  .catalog-detail-links__item:last-of-type {
    margin-bottom: 0;
  }
  .catalog-detail-links__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.catalog-detail__title {
  margin-bottom: 30px;
}

.catalog-detail__content {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #d0d0d0;
}

.catalog-detail__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.catalog-detail__column--first, .catalog-detail__column--third {
  width: 300px;
}

.catalog-detail__column--second, .catalog-detail__column--four {
  width: 620px;
}

.catalog-detail__tabs {
  margin-bottom: 30px;
}

.catalog-detail__links {
  width: 100%;
  margin: 32px 0 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media all and (min-width: 1573px) {
  .catalog-detail__content {
    position: relative;
  }
  .catalog-detail__links {
    width: 170px;
    margin: 0;
    top: 0;
    left: calc(100% + 40px);
    position: absolute;
  }
}

.fancybox-button {
  top: calc(50% - 30px);
  z-index: 9999;
  position: absolute;
}

.fancybox-button--arrow_left, .fancybox-button--arrow_right {
  width: 60px;
  height: 60px;
}

.fancybox-button--arrow_left {
  left: -60px;
}

.fancybox-button--arrow_right {
  left: 100%;
}

/**
@import 'components/catalog-main/catalog-main.scss';
@import 'components/catalog-section/catalog-section.scss';
@import 'components/catalog-detail/catalog-detail.scss';
*/
.new__title {
  color: #008cc3;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans Condensed";
  text-transform: uppercase;
}

.new__item {
  border: 1px solid #dbdbdb;
}

.new__pic {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new__img {
  max-width: 100%;
  max-height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.new__link {
  display: block;
  color: #353535;
  font-size: 16px;
  font-weight: 400;
  font-family: "Fira Sans";
  text-align: center;
  text-decoration: none;
}

.new .glide {
  position: relative;
}

.new .glide__slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.new .glide__arrows {
  top: calc(50% - 36px);
  right: -16px;
  position: absolute;
}

.new .glide__arrow {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  display: block;
  position: relative;
  border: 0;
  font-size: 0;
  background-color: #008cc3;
  outline: none;
  cursor: pointer;
}

.new .glide__arrow:before {
  width: 9px;
  height: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 4px);
  position: absolute;
  background-image: url("../img//minified-svg/icon-arrow--light.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
}

.new .glide__arrow--left:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.new .glide__arrow:last-of-type {
  margin-bottom: 0;
}

.new .glide__arrow:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media all {
  .new__title {
    margin-bottom: 20px;
  }
  .new__item {
    padding: 30px 15px;
  }
  .new__pic {
    margin-bottom: 25px;
  }
  .new__link {
    margin-top: 30px;
  }
}

.no-js .new__list {
  overflow-x: scroll;
}

.comparison__title {
  margin-bottom: 30px;
}

.comparison__name {
  color: #008cc3;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Fira Sans';
  text-decoration: underline;
  text-transform: uppercase;
}

.comparison__pic {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.comparison__delete {
  color: #008cc3;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 18px;
  text-decoration: none;
  border-bottom: 1px dashed #008cc3;
}

.comparison__delete:hover {
  border-bottom: 0;
}

.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 0;
  table-layout: fixed;
}

.comparison-table__column {
  width: 50%;
  padding: 10px;
  color: #1d1d1d;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 18px;
  vertical-align: top;
}

.comparison-table__column:first-of-type {
  width: 190px;
  max-width: 190px;
  color: #7b7b7b;
}

.comparison-table__column ul {
  padding-left: 16px;
}

.comparison-table__column ul li {
  margin-bottom: 4px;
}

.comparison-table__column ul li:last-of-type {
  margin-bottom: 0;
}

.comparison-table__body .comparison-table__row:nth-of-type(2n) {
  background-color: #f0f0f0;
}

.comparison-table__footer .comparison-table__row:first-of-type .comparison-table__column {
  border-top: 1px solid #f0f0f0;
}

.comparison-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.comparison-link__icon {
  width: 27px;
}

.comparison-link__label {
  margin: 0 0 0  16px;
  color: #008cc3;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
}

.comparison-link:hover .comparison-link__label {
  text-decoration: underline;
}

.form-field {
  position: relative;
}

.form-field__label {
  top: 8px;
  left: 16px;
  position: absolute;
  z-index: 0;
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.form-field__input, .form-field__textarea {
  width: 100%;
  padding: 0 15px;
  color: #303030;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
  border: 1px solid rgba(183, 186, 191, 0.6);
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.form-field__input:focus, .form-field__textarea:focus {
  outline: none;
  border: 1px solid #008cc3;
}

.form-field__input:focus + .form-field__label, .form-field__textarea:focus + .form-field__label {
  top: -18px;
  color: #008cc3;
}

.form-field__input:not(:placeholder-shown):not(:focus) + .form-field__label, .form-field__textarea:not(:placeholder-shown):not(:focus) + .form-field__label {
  top: -18px;
  color: #757575;
}

.form-field__input {
  height: 32px;
  line-height: 32px;
}

.form-field__textarea {
  height: 90px;
  padding: 5px 15px;
  resize: vertical;
}

.form__title {
  color: #008cc3;
}

.form__submit {
  display: block;
  margin: 0 auto;
  padding: 10px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 13px;
  border: 0;
  background-color: #008cc3;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.form__submit:hover, .form__submit:focus {
  background-color: rgba(0, 140, 195, 0.9);
}

.form__note {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Fira Sans';
}

.form__messages {
  font-size: 13px;
  font-weight: 400;
  font-family: "Fira Sans";
  line-height: 17px;
  text-align: center;
}

.form__error {
  color: #c31313;
}

.form__success {
  color: #208820;
}

@media all {
  .form__wrapper {
    width: 500px;
  }
  .form__wrapper--wider {
    width: 700px;
  }
  .form__title {
    margin-bottom: 30px;
  }
  .form__fields {
    margin-bottom: 20px;
  }
  .form__field {
    margin-bottom: 25px;
  }
  .form__field:last-of-type {
    margin-bottom: 0;
  }
  .form__buttons {
    margin-bottom: 20px;
  }
  .form__messages {
    margin-top: 32px;
  }
}

/** Попытка сделать форму */
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.form__row:last-of-type {
  margin-bottom: 0;
}

.form__row .form__field {
  width: calc(33% - 5px);
  margin-bottom: 0;
}

.form__row .form__field--full {
  width: 100%;
}

.form-field__name {
  margin-bottom: 20px;
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 700;
  font-family: "Open Sans";
  line-height: 14px;
  text-transform: uppercase;
}

.form-field__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.form-field__checkbox {
  width: calc(33% - 5px);
  margin-bottom: 5px;
}

.form-field-checkbox__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form-field-checkbox__checkbox {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 0;
  border-radius: 3px;
  background-color: #e5e5e5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}

.form-field-checkbox__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #303030;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 18px;
}

.form-section__name {
  display: block;
  color: #008cc3;
  font-size: 18px;
  font-weight: 700;
  font-family: "Arial Narrow";
  text-decoration: none;
}

.form-section__name span {
  border-bottom: 1px dashed;
}

.form-section__detail {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.form-section__detail--is-active {
  max-height: 5000px;
}

.video-detail-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.video-detail-slider__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 320px;
  overflow: hidden;
}

.video-detail-slider__item {
  height: 80px;
  list-style-type: none;
}

.video-detail-slider__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: 20px;
  position: relative;
  display: block;
  background-color: #d0d0d0;
}

.video-detail-slider__button:after {
  width: 9px;
  height: 15px;
  display: block;
  left: calc(50% - 4px);
  top: calc(50% - 7px);
  position: absolute;
  background-image: url("../img/minified-svg/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: ' ';
}

.video-detail-slider__button--prev:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.video-detail-slider__button--next:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.video-detail-slider__link {
  height: 80px;
  padding: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border: 2px solid transparent;
  border-bottom: 2px solid #d0d0d0;
}

.video-detail-slider__link:hover {
  border: 2px solid #008cc3;
}

.video-detail-slider__pic {
  display: block;
  margin-right: 20px;
  max-width: 100%;
  max-height: 72px;
  background-color: #0000001a;
}

.video-detail-slider__img {
  max-width: 100%;
  max-height: 72px;
  display: block;
  border: 0;
}

.video-detail-slider__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #393939;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
}

.video-detail__title {
  margin-bottom: 30px;
}

.video-detail__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: strech;
      -ms-flex-align: strech;
          align-items: strech;
}

.video-detail__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.video-detail__column--left {
  width: 620px;
}

.video-detail__column--right {
  width: 300px;
}

.video-detail__video {
  width: 100%;
  height: 360px;
}

.video-detail__slider {
  height: 360px;
  overflow: hidden;
}

.configurator-input__field {
  width: 100%;
  padding: 4px 8px;
  display: block;
  color: #303030;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 12px;
}

.configurator-checkbox__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.configurator-checkbox__column--left {
  width: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
}

.configurator-checkbox__column--right {
  width: calc(100% - 28px);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.configurator-checkbox__label {
  display: inline-block;
  color: #303030;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 18px;
  overflow-wrap: break-word;
  cursor: pointer;
}

.configurator-checkbox__input {
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 3px;
  background-color: #e5e5e5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}

.configurator-checkbox__input:checked {
  background-image: url("../img/minified-svg/icon-checked.svg");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}

@media all {
  .configurator-checkbox__input {
    margin-right: 10px;
  }
}

.configurator-radio__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.configurator-radio__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #303030;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 18px;
  cursor: pointer;
}

.configurator-radio__input {
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 0;
  border-radius: 9px;
  background-color: #e5e5e5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}

.configurator-radio__input:checked {
  background-image: url("../img/minified-svg/icon-selected.svg");
  background-repeat: no-repeat;
  background-size: 8px 10px;
  background-position: center;
}

@media all {
  .configurator-radio__input {
    margin-right: 10px;
  }
}

.configurator-slider {
  max-width: 460px;
}
.configurator-slider.configurator-slider--OPT_MIN_ZOOM
{
  max-width: 100%;
}
.configurator-slider--OPT_MIN_ZOOM .configurator-slider__range .noUi-pips-horizontal {
    top: -45px;
}
.configurator-slider--OPT_MIN_ZOOM .configurator-slider__range .noUi-marker-horizontal.noUi-marker {
    top: 40px;
    background: #e5e5e5;
}
.configurator-slider--OPT_MIN_ZOOM .configurator-slider__range .noUi-value {
    font-family: 'Fira Sans';
    font-size: .8em;
}

.configurator-slider__range {
  height: 6px;
  border: 0;
}

.configurator-slider__input {
  width: 90px;
  padding: 8px 14px;
  margin-right: 20px;
  color: #303030;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 14px;
  border: 1px solid #b7babf;
  border: 1px solid #b7babf99;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.configurator-slider__link {
  position: relative;
  color: #008cc3;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 13px;
  text-decoration: none;
  border-bottom: 1px dashed #008cc3;
  cursor: pointer;
}

.configurator-slider__link:after {
  top: calc(50% - 5px);
  left: calc(100% + 8px);
  position: absolute;
  content: "\2193";
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.configurator-slider__link--clicked:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.configurator-slider .noUi-connect {
  background-color: #008cc3;
}

.configurator-slider .noUi-handle:after,
.configurator-slider .noUi-handle:before {
  display: none;
}

.configurator-slider .noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  right: -7px !important;
  border-radius: 8px;
  outline: none;
}

.configurator-slider .noUi-horizontal .noUi-tooltip {
  padding: 4px 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  font-family: 'Fira Sans';
  background-color: #008cc3;
  outline: none;
}

.configurator-slider .noUi-horizontal .noUi-tooltip:before {
  width: 0;
  height: 0;
  margin: 0 0 0 -4px;
  left: 50%;
  bottom: -4px;
  position: absolute;
  z-index: 2;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #008cc3 #0000 #0000 #0000;
  content: ' ';
}

.configurator-slider .noUi-horizontal .noUi-tooltip:after {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  font-family: 'Fira Sans';
  content: ' ';
}

@media all {
  .configurator-slider__range {
    height: 6px;
    margin-bottom: 20px;
  }
}

.configurator-field__name {
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 700;
  font-family: "Open Sans";
  line-height: 14px;
  text-transform: uppercase;
}

.configurator-field__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media all {
  .configurator-field__name {
    margin-bottom: 30px;
  }
  .configurator-field__input, .configurator-field__checkbox, .configurator-field__radio {
    width: 220px;
    padding: 0 10px 10px 0;
  }
  .configurator-field__slider {
    margin-top: 40px;
  }
}

.configurator-products__list--with-padding {
  padding: 0 15px;
}

.configurator-products__buttons {
  margin-top: 32px;
  text-align: right;
}

.configurator-products__button {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 13px;
  text-decoration: none;
  background-color: #008cc3;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.configurator-products .owl-nav {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.configurator-products .owl-nav .owl-prev,
.configurator-products .owl-nav .owl-next {
  width: 13px;
  height: 100%;
  background-color: #e9e9e9 !important;
  outline: none;
}

.no-js .configurator-products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.no-js .configurator-products__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666%;
          flex: 0 0 16.6666%;
}

@media all {
  .configurator-detail__title {
    margin-bottom: 30px;
  }
  .configurator-detail__form {
    margin-bottom: 60px;
  }
  .configurator-detail__field {
    margin-bottom: 30px;
  }
  .configurator-detail__field:last-of-type {
    margin-bottom: 0;
  }
}

.calc {
  border: 1px solid rgba(183, 186, 191, 0.6);
  display: none;
}

.calc__title {
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans";
}

.calc--is-active {
  margin-top: 32px;
  padding: 16px;
  display: block;
}

.calc-f {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 8px 0 0 0;
}

.calc-f__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calc-f__pre, .calc-f__after {
  color: #303030;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 18px;
  cursor: pointer;
}

.calc-f__input {
  margin: 0 16px;
  padding: 8px 14px;
  color: #303030;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 14px;
  border: 1px solid #b7babf;
  border: 1px solid #b7babf99;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.calc-hidden {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.calc-hidden--is-visible {
  max-height: 10000px;
  opacity: 1;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.calc-hidden__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.calc-hidden__wrapper .calc-f {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 16px;
}

.calc-field {
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #e8e8e8;
}

.calc-field:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.calc-field__name {
  color: #747474;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Fira Sans';
  line-height: 18px;
}

.calc-field__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.calc-field__field {
  width: 220px;
  padding: 0 10px 10px 0;
}

.calc-field__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.calc__result {
  display: none;
  color: #4a4a4a;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 700;
  line-height: 14px;
}

.calc__result--is-active {
  display: block;
}

@media all {
  .calc__title {
    margin-bottom: 16px;
  }
  .calc-field__name {
    margin-bottom: 16px;
  }
  .calc-field__result {
    margin-top: 16px;
  }
  .calc__result {
    margin-left: 32px;
  }
}

.print-contacts {
  display: none;
}

@media print {
  .print-contacts {
    display: block;
    width: 940px;
    margin: 0 auto;
  }
  .footer,
  .print,
  #bx-panel,
  .catalog-detail__links,
  .tabs__list,
  .breadcrumbs,
  .header__menu,
  .header__phone,
  .header__search,
  .header__lang,
  .catalog-detail__column--third,
  .catalog-detail__column--four {
    display: none;
  }
  .header__logo {
    padding: 7px 0;
  }
  .tabs__detail {
    max-height: 5000px;
  }
  .tabs__content#tab2 {
    display: block;
    margin-top: 20px;
    max-height: 5000px;
  }
  .print-contacts .contact-table__column {
    padding: 3px;
  }
  .catalog-detail__tabs,
  .catalog-detail__title {
    margin-bottom: 0;
  }
  .catalog-detail__content {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }
}

.cost-section__name {
  display: block;
  color: #008cc3;
  font-size: 18px;
  font-weight: 700;
  font-family: "Arial Narrow";
  text-decoration: none;
}

.cost-section__name span {
  border-bottom: 1px dashed;
}

.cost-section__name:hover span, .cost-section__name:focus span {
  border-bottom: 1px solid transparent;
}

.cost-section__detail {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.cost-section__detail--is-active, .cost-section__detail:target {
  max-height: 5000px;
}

@media all {
  .cost-section__detail--is-active, .cost-section__detail:target {
    padding: 24px 0;
  }
  .cost-section__field {
    margin-bottom: 24px;
  }
  .cost-section__field:last-of-type {
    margin-bottom: 0;
  }
}

.cost-label, .cost-name, .cost-radio__name, .cost-checkboxes__name, .cost-text__label, .cost-radio__label, .cost-textarea__label, .cost-checkbox__label, .cost-checkboxes__label {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 18px;
}

.cost-input, .cost-text__input, .cost-textarea__input {
  width: 100%;
  color: #303030;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
  border: 1px solid rgba(183, 186, 191, 0.6);
  border-radius: 3px;
  background-color: transparent;
}

.cost-name, .cost-radio__name, .cost-checkboxes__name {
  color: #303030;
}

.cost-text__input {
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
  outline: none;
}

.cost-text__input:focus {
  border-color: #008cc3;
}

.cost-text__input:focus + .cost-text__label {
  top: -18px;
  color: #008cc3;
}

.cost-text__input:not(:placeholder-shown):not(:focus) + .cost-text__label {
  top: -18px;
  color: #757575;
}

.cost-text__label {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media all {
  .cost-text__wrapper {
    position: relative;
  }
  .cost-text__input {
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
  }
  .cost-text__label {
    top: 8px;
    left: 16px;
    position: absolute;
    z-index: -1;
  }
}

.cost-radio {
  padding: 16px;
  border: 1px solid #b7babf99;
}

.cost-radio__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cost-radio__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cost-radio__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  cursor: pointer;
}

.cost-radio__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 0;
  border-radius: 9px;
  background-color: #e5e5e5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}

.cost-radio__input:checked {
  background-image: url("../img/minified-svg/icon-selected.svg");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}

@media all {
  .cost-radio__name {
    margin-bottom: 16px;
  }
  .cost-radio__item {
    width: calc(33.3333% - 10px);
    margin: 0 0 16px 10px;
  }
  .cost-radio__item:nth-last-of-type(1), .cost-radio__item:nth-last-of-type(2), .cost-radio__item:nth-last-of-type(3) {
    margin-bottom: 0;
  }
  .cost-radio__item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .cost-radio__item--half {
    width: calc(50% - 10px);
  }
  .cost-radio__item--half:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .cost-radio__input {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
  }
}

.cost-textarea__input {
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
  outline: none;
  resize: none;
}

.cost-textarea__input:focus {
  border-color: #008cc3;
}

.cost-textarea__input:focus + .cost-textarea__label {
  top: -18px;
  color: #008cc3;
}

.cost-textarea__input:not(:placeholder-shown):not(:focus) + .cost-textarea__label {
  top: -18px;
  color: #757575;
}

.cost-textarea__label {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media all {
  .cost-textarea__wrapper {
    position: relative;
  }
  .cost-textarea__input {
    height: 66px;
    padding: 8px 16px;
  }
  .cost-textarea__label {
    top: 8px;
    left: 16px;
    position: absolute;
    z-index: -1;
  }
}

.cost-checkbox__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cost-checkbox__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  cursor: pointer;
}

.cost-checkbox__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 0;
  border-radius: 4px;
  background-color: #e5e5e5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}

.cost-checkbox__input:checked {
  background-image: url("../img/minified-svg/icon-checked.svg");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}

@media all {
  .cost-checkbox__input {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
  }
}

.cost-checkboxes {
  padding: 16px;
  border: 1px solid #b7babf99;
}

.cost-checkboxes__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cost-checkboxes__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cost-checkboxes__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  cursor: pointer;
}

.cost-checkboxes__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 0;
  border-radius: 9px;
  background-color: #e5e5e5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}

.cost-checkboxes__input:checked {
  background-image: url("../img/minified-svg/icon-selected.svg");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}

@media all {
  .cost-checkboxes__name {
    margin-bottom: 16px;
  }
  .cost-checkboxes__item {
    width: calc(33.3333% - 10px);
    margin: 0 0 16px 10px;
  }
  .cost-checkboxes__item:nth-last-of-type(1), .cost-checkboxes__item:nth-last-of-type(2), .cost-checkboxes__item:nth-last-of-type(3) {
    margin-bottom: 0;
  }
  .cost-checkboxes__item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .cost-checkboxes__item--half {
    width: calc(50% - 10px);
  }
  .cost-checkboxes__item--half:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .cost-checkboxes__input {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
  }
}

.cost__form {
  margin: 0 auto;
  display: block;
}

.cost__title {
  color: #008cc3;
}

.cost__submit {
  display: block;
  margin: 0 auto;
  padding: 10px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
  line-height: 13px;
  border: 0;
  background-color: #008cc3;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.cost__submit:hover, .cost__submit:focus {
  background-color: rgba(0, 140, 195, 0.9);
}

.cost__note {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Fira Sans';
}

.cost__messages {
  font-size: 13px;
  font-weight: 400;
  font-family: "Fira Sans";
  line-height: 17px;
  text-align: center;
}

.cost__error {
  color: #c31313;
}

.cost__success {
  color: #208820;
}

@media all {
  .cost__form {
    width: 800px;
  }
  .cost__title {
    margin-bottom: 32px;
  }
  .cost__section {
    margin-bottom: 32px;
  }
  .cost__section:last-of-type {
    margin-bottom: 0;
  }
  .cost__buttons {
    margin-bottom: 16px;
  }
  .cost__messages {
    margin-top: 32px;
  }
}

.page404__link {
  display: block;
  color: #008cc3;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Fira Sans';
  text-decoration: none;
}

.page404__link:hover {
  text-decoration: underline;
}

@media all {
  .page404 {
    margin: 40px 0;
  }
  .page404__title {
    margin-bottom: 32px;
  }
  .page404__list {
    padding-left: 24px;
  }
  .page404__list--level2 {
    padding: 8px 0 4px 24px;
  }
  .page404__item {
    margin-bottom: 8px;
  }
  .page404__item:last-of-type {
    margin-bottom: 0;
  }
  .page404__item--level2 {
    margin-bottom: 0;
  }
  .page404__item--level2:last-of-type {
    margin-bottom: 0;
  }
}

/* Additional style files. */
.catalog_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.catalog_link_list li{
  margin: 0 10px;
  list-style-type: none;
}

.catalog_link_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.catalog_link_list li a span {
  color: #008cc3;
  margin-left: 16px;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Fira Sans';
}