﻿.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}
.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
  outline: 0;
}
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
  content: "";
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  transform: none !important;
}
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.fotorama__nav__frame,
.fotorama__thumb-border {
  box-sizing: content-box;
}
.fotorama__caption__wrap {
  box-sizing: border-box;
}
.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background: url(fotorama.png) no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background: url(fotorama@2x.png) 0 0/96px 160px no-repeat;
  }
}
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}
@media print {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__thumb-border,
  .fotorama__video-close,
  .fotorama__video-play {
    background: none !important;
  }
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none;
}
.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000;
}
.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #000;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}
.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}
.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}
.fotorama__nav--dots {
  display: block;
}
.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f;
}
.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}
.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}
.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}
.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}
.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}
.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}
.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}
.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.1;
}
.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}
.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}
.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}
.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}
.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}
.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
}
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}
.fotorama__nav:before,
.fotorama__stage:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: -10px;
}
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}
.fotorama__nav:after,
.fotorama__stage:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px;
}
.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}
.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}
.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}
.fancybox-infobar {
  display: none;
}
.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}
.fancybox-show-buttons .fancybox-buttons {
  display: block;
}
.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}
.fancybox-slider,
.fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}
.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0;
}
.fancybox-slide:before,
.fancybox-slide > * {
  display: inline-block;
  vertical-align: middle;
}
.fancybox-slide > * {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide--image {
  overflow: hidden;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}
.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-image,
.fancybox-placeholder,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.fancybox-image,
.fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}
.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out;
}
.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in;
}
.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}
.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}
.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button--disabled:after,
.fancybox-button--disabled:before {
  opacity: 0.5;
}
.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close {
  float: right;
}
.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, 0.4);
  border-top: 6px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}
.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}
.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent;
}
.fancybox-button--thumbs span {
  font-size: 23px;
}
.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}
.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px;
}
.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-caption-wrap,
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
  }
}
.angled-top-left {
  width: 100%;
  position: relative;
  background: #fff;
}
.angled-top-left.online__button {
  background: #2b52a0;
}
.angled-top-left:after,
.angled-top-left:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: 0;
  transition: ease all 0.5s;
}
.angled-top-left:before {
  top: 0;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  transform: skewY(3deg);
}
.about_type_single .angled-top-left:before,
.articles .angled-top-left:before,
.online .angled-top-left:before {
  -webkit-transform: skewY(1.8deg);
  -ms-transform: skewY(1.8deg);
  transform: skewY(1.8deg);
}
.angled-top-right {
  width: 100%;
  position: relative;
  background: #fff;
}
.angled-top-right.online__button {
  background: #2b52a0;
}
.angled-top-right:after,
.angled-top-right:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: 0;
  transition: ease all 0.5s;
}
.angled-top-right:before {
  top: 0;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  transform: skewY(-3deg);
}
.angled-bottom-left {
  width: 100%;
  position: relative;
  background: #fff;
}
.angled-bottom-left.online__button {
  background: #2b52a0;
}
.angled-bottom-left:after,
.angled-bottom-left:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: 0;
  transition: ease all 0.5s;
}
.angled-bottom-left:after {
  bottom: 0;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  transform: skewY(-3deg);
}
.about_type_single .angled-bottom-left:after,
.articles .angled-bottom-left:after,
.online .angled-bottom-left:after {
  -webkit-transform: skewY(-1.4deg);
  -ms-transform: skewY(-1.4deg);
  transform: skewY(-1.4deg);
}
.about .angled-bottom-left:after {
  box-shadow: 0 2px 0 #a4c0ce;
}
.angled-bottom-right {
  width: 100%;
  position: relative;
  background: #fff;
}
.angled-bottom-right.online__button {
  background: #2b52a0;
}
.angled-bottom-right:after,
.angled-bottom-right:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: 0;
  transition: ease all 0.5s;
}
.angled-bottom-right:after {
  bottom: 0;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  transform: skewY(3deg);
}
.about .angled-bottom-right:after {
  box-shadow: 0 2px 0 #a4c0ce;
}
.angled-both-left {
  width: 100%;
  position: relative;
  background: #fff;
}
.angled-both-left.online__button {
  background: #2b52a0;
}
.angled-both-left:after,
.angled-both-left:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: 0;
  transition: ease all 0.5s;
}
.angled-both-left:before {
  top: 0;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  transform: skewY(3deg);
}
.about_type_single .angled-both-left:before,
.articles .angled-both-left:before,
.online .angled-both-left:before {
  -webkit-transform: skewY(1.8deg);
  -ms-transform: skewY(1.8deg);
  transform: skewY(1.8deg);
}
.angled-both-left:after {
  bottom: 0;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  transform: skewY(-3deg);
}
.about_type_single .angled-both-left:after,
.articles .angled-both-left:after,
.online .angled-both-left:after {
  -webkit-transform: skewY(-1.4deg);
  -ms-transform: skewY(-1.4deg);
  transform: skewY(-1.4deg);
}
.about .angled-both-left:after {
  box-shadow: 0 2px 0 #a4c0ce;
}
.angled-both-right {
  width: 100%;
  position: relative;
  background: #fff;
}
.angled-both-right.online__button {
  background: #2b52a0;
}
.angled-both-right:after,
.angled-both-right:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: 0;
  transition: ease all 0.5s;
}
.angled-both-right:before {
  top: 0;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  transform: skewY(-3deg);
}
.angled-both-right:after {
  bottom: 0;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  transform: skewY(3deg);
}
.about .angled-both-right:after {
  box-shadow: 0 2px 0 #a4c0ce;
}
.angled-both-left-right {
  width: 100%;
  position: relative;
  background: #fff;
}
.angled-both-left-right.online__button {
  background: #2b52a0;
}
.angled-both-left-right:after,
.angled-both-left-right:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: 0;
  transition: ease all 0.5s;
}
.angled-both-left-right:before {
  top: 0;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  transform: skewY(3deg);
}
.about_type_single .angled-both-left-right:before,
.articles .angled-both-left-right:before,
.online .angled-both-left-right:before {
  -webkit-transform: skewY(1.8deg);
  -ms-transform: skewY(1.8deg);
  transform: skewY(1.8deg);
}
.angled-both-left-right:after {
  bottom: 0;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  transform: skewY(3deg);
}
.about .angled-both-left-right:after {
  box-shadow: 0 2px 0 #a4c0ce;
}
.angled-both-right-left {
  width: 100%;
  position: relative;
  background: #fff;
}
.angled-both-right-left.online__button {
  background: #2b52a0;
}
.angled-both-right-left:after,
.angled-both-right-left:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: 0;
  transition: ease all 0.5s;
}
.angled-both-right-left:before {
  top: 0;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  transform: skewY(-3deg);
}
.angled-both-right-left:after {
  bottom: 0;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  transform: skewY(-3deg);
}
.about_type_single .angled-both-right-left:after,
.articles .angled-both-right-left:after,
.online .angled-both-right-left:after {
  -webkit-transform: skewY(-1.4deg);
  -ms-transform: skewY(-1.4deg);
  transform: skewY(-1.4deg);
}
.about .angled-both-right-left:after {
  box-shadow: 0 2px 0 #a4c0ce;
}
.blog__helper > a,
.breadcrumbs a,
.card__footer > span a,
.card__mail a,
.card__phone a,
.contacts__email > a,
.contacts__name > a,
.contacts__note > a,
.contacts__phone > a,
.filter__mail a,
.filter__nav > li > a,
.filter__nav > li > ul li a,
.filter__phone a,
.filter__row a,
.header__link,
.http404__info a,
.layout__title h1 + a,
.menu-bottom__list > li a,
.menu__list > .menu__item > a,
.menu__list > .menu__item > ul > li > a,
.menu__list > .menu__item > ul > li > ul > li a,
.tags__list a,
.uphead__link,
.wysiwyg a {
  display: inline;
  color: #0f529b;
  text-decoration: none;
  transition: all 0.25s;
}
.blog__helper > a:hover,
.breadcrumbs a:hover,
.card__footer > span a:hover,
.card__mail a:hover,
.card__phone a:hover,
.contacts__email > a:hover,
.contacts__name > a:hover,
.contacts__note > a:hover,
.contacts__phone > a:hover,
.filter__mail a:hover,
.filter__nav > li > a:hover,
.filter__nav > li > ul li a:hover,
.filter__phone a:hover,
.filter__row a:hover,
.header__link:hover,
.http404__info a:hover,
.layout__title h1 + a:hover,
.menu-bottom__list > li a:hover,
.menu__list > .menu__item > a:hover,
.menu__list > .menu__item > ul > li > a:hover,
.menu__list > .menu__item > ul > li > ul > li a:hover,
.tags__list a:hover,
.uphead__link:hover,
.wysiwyg a:hover {
  color: #ed1c24;
  transition: all 0.25s;
}
@media screen and (max-width: 999px) {
  .blog__helper > a:hover,
  .breadcrumbs a:hover,
  .card__footer > span a:hover,
  .card__mail a:hover,
  .card__phone a:hover,
  .contacts__email > a:hover,
  .contacts__name > a:hover,
  .contacts__note > a:hover,
  .contacts__phone > a:hover,
  .filter__mail a:hover,
  .filter__nav > li > a:hover,
  .filter__nav > li > ul li a:hover,
  .filter__phone a:hover,
  .filter__row a:hover,
  .header__link:hover,
  .http404__info a:hover,
  .layout__title h1 + a:hover,
  .menu-bottom__list > li a:hover,
  .menu__list > .menu__item > a:hover,
  .menu__list > .menu__item > ul > li > a:hover,
  .menu__list > .menu__item > ul > li > ul > li a:hover,
  .tags__list a:hover,
  .uphead__link:hover,
  .wysiwyg a:hover {
    color: #0f529b;
  }
  .blog__helper > a:active,
  .breadcrumbs a:active,
  .card__footer > span a:active,
  .card__mail a:active,
  .card__phone a:active,
  .contacts__email > a:active,
  .contacts__name > a:active,
  .contacts__note > a:active,
  .contacts__phone > a:active,
  .filter__mail a:active,
  .filter__nav > li > a:active,
  .filter__nav > li > ul li a:active,
  .filter__phone a:active,
  .filter__row a:active,
  .header__link:active,
  .http404__info a:active,
  .layout__title h1 + a:active,
  .menu-bottom__list > li a:active,
  .menu__list > .menu__item > a:active,
  .menu__list > .menu__item > ul > li > a:active,
  .menu__list > .menu__item > ul > li > ul > li a:active,
  .tags__list a:active,
  .uphead__link:active,
  .wysiwyg a:active {
    color: #ed1c24;
  }
}
.anchor {
  border-bottom: 1px dotted;
  color: #0f529b;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
  line-height: 1.1;
}
.anchor:hover {
  color: #ed1c24;
  text-decoration: none;
}
.button {
  box-sizing: border-box;
  display: inline-block;
  height: 49px;
  padding: 15px 42px 13px;
  border: 0;
  background: #0f529b;
  transition: all 0.25s;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  vertical-align: top;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .button > span {
    display: none;
  }
}
.button:hover {
  background-color: #ed1c24;
  transition: all 0.25s;
}
.button:active,
.button:focus {
  outline: 0;
}
@media screen and (max-width: 999px) {
  .button {
    height: 43px;
    padding: 13px 35px 11px;
    font-size: 15px;
  }
}
.button_type_inverted {
  border: 1px solid #0f529b;
  background: #fff;
  color: #0f529b;
  font-size: 14px;
  text-align: center;
  transition: all 0.25s;
}
.button_type_inverted:hover {
  border-color: #ed1c24;
  color: #fff;
  transition: all 0.25s;
}
@media screen and (max-width: 999px) {
  .button_type_inverted {
    font-size: 13px;
    text-transform: capitalize;
  }
}
.slider .button {
  margin-top: 29px;
}
.slider .button:only-child {
  margin: 0;
}
@media screen and (max-width: 999px) {
  .slider .button {
    margin-top: 0;
  }
}
.slider__title + .button {
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  .slider__title + .button {
    margin-top: 0;
  }
}
.item__holder .button {
  height: 43px;
  width: calc(100% - 53px);
  padding: 13px 10px 12px;
}
@media screen and (max-width: 999px) {
  .item__holder .button {
    height: 35px;
    width: calc(100% - 38px);
    padding: 10px 14px 9px;
  }
}
.popular__helper .button {
  height: 43px;
  padding: 13px 10px 12px;
  min-width: 172px;
  background: 0 0;
  white-space: nowrap;
}
.popular__helper .button:hover {
  background: #ed1c24;
}
@media screen and (max-width: 999px) {
  .popular__helper .button {
    min-width: inherit;
    height: 35px;
    padding: 10px 14px 9px;
  }
}
.contacts__form .button {
  padding-top: 12px;
}
@media screen and (max-width: 999px) {
  .contacts__form .button {
    padding-top: 10px;
  }
}
.wysiwyg {
  color: #333;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.wysiwyg p {
  margin: 10px 0 0;
  color: #333;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
}
.wysiwyg p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  .wysiwyg p {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.62;
  }
}
.wysiwyg .gallery + p {
  margin-top: 52px;
}
@media screen and (max-width: 999px) {
  .wysiwyg .gallery + p {
    margin-top: 20px;
  }
}
.wysiwyg h1 + p {
  margin-top: 31px;
}
@media screen and (max-width: 999px) {
  .wysiwyg h1 + p {
    margin-top: 16px;
  }
}
.wysiwyg strong {
  font-weight: 700;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg h1 {
  display: inline-block;
  margin: 0 0 23px;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: top;
}
@media screen and (max-width: 999px) {
  .wysiwyg h1 {
    font-size: 22px;
    line-height: 1.36;
  }
}
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  color: #222;
  font-weight: 400;
}
.wysiwyg h2 {
  margin: 40px 0 0;
  color: #0f529b;
  font-size: 35px;
  line-height: 1.11;
}
@media screen and (max-width: 999px) {
  .wysiwyg h2 {
    font-size: 25px;
    line-height: 1.2;
  }
}
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin: 53px 0 0;
  padding-top: 11px;
  position: relative;
  color: #333;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
.wysiwyg h3:before,
.wysiwyg h4:before,
.wysiwyg h5:before,
.wysiwyg h6:before {
  width: 52px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0f529b;
  content: "";
}
@media screen and (max-width: 999px) {
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6 {
    padding-top: 9px;
    margin-top: 34px;
    font-size: 20px;
    line-height: 1.25;
  }
}
.wysiwyg h2:first-child,
.wysiwyg h3:first-child,
.wysiwyg h4:first-child,
.wysiwyg h5:first-child,
.wysiwyg h6:first-child {
  margin-top: 0;
}
.wysiwyg h2 + p,
.wysiwyg h3 + p,
.wysiwyg h4 + p,
.wysiwyg h5 + p,
.wysiwyg h6 + p {
  margin-top: 23px;
}
@media screen and (max-width: 999px) {
  .wysiwyg h2 + p,
  .wysiwyg h3 + p,
  .wysiwyg h4 + p,
  .wysiwyg h5 + p,
  .wysiwyg h6 + p {
    margin-top: 17px;
  }
}
.wysiwyg h2 + p {
  margin-top: 44px;
}
@media screen and (max-width: 999px) {
  .wysiwyg h2 + p {
    margin-top: 17px;
  }
}
.wysiwyg .table-container + * {
  margin-top: 29px;
}
@media screen and (max-width: 999px) {
  .wysiwyg .table-container + * {
    margin-top: 22px;
  }
}
.wysiwyg .table-container + h2,
.wysiwyg .table-container + h3,
.wysiwyg .table-container + h4,
.wysiwyg .table-container + h5,
.wysiwyg .table-container + h6 {
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .wysiwyg .table-container + h2,
  .wysiwyg .table-container + h3,
  .wysiwyg .table-container + h4,
  .wysiwyg .table-container + h5,
  .wysiwyg .table-container + h6 {
    margin-top: 28px;
  }
}
.wysiwyg * + .table-container {
  margin-top: 34px;
}
@media screen and (max-width: 999px) {
  .wysiwyg * + .table-container {
    margin-top: 28px;
  }
}
.wysiwyg h2 + .table-container {
  margin-top: 54px;
}
@media screen and (max-width: 999px) {
  .wysiwyg h2 + .table-container {
    margin-top: 28px;
  }
}
.wysiwyg .gallery + h2 {
  margin-top: 48px;
}
@media screen and (max-width: 999px) {
  .wysiwyg .gallery + h2 {
    margin-top: 28px;
  }
}
.wysiwyg a {
  transition: color 0.25s;
}
.wysiwyg a:active,
.wysiwyg a:hover {
  color: #ed1c24;
  transition: color 0.25s;
}
.wysiwyg a.button {
  color: #010101;
  line-height: 1;
  transition: all 0.25s;
}
.wysiwyg a.button:hover {
  color: #010101;
  transition: all 0.25s;
}
.wysiwyg a.gallery__item {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.wysiwyg a.gallery__item:hover {
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 999px) {
  .wysiwyg a.gallery__item:hover {
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.wysiwyg ol,
.wysiwyg ul {
  margin: 10px 0 0 34px;
  padding-left: 0;
}
@media screen and (max-width: 999px) {
  .wysiwyg ol,
  .wysiwyg ul {
    margin: 7px 0 0 30px;
  }
}
.wysiwyg ol li,
.wysiwyg ul li {
  padding-left: 27px;
  margin: 0;
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .wysiwyg ol li,
  .wysiwyg ul li {
    font-size: 13px;
    line-height: 1.62;
  }
  .wysiwyg ol li li,
  .wysiwyg ul li li {
    padding-left: 0;
  }
}
.wysiwyg ol li > a,
.wysiwyg ul li > a {
  display: inline;
  line-height: 1;
}
.wysiwyg ol:last-child,
.wysiwyg ul:last-child {
  margin-bottom: 0;
}
.wysiwyg ul {
  list-style: none;
}
.wysiwyg ul li:before {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 11px;
  left: 6px;
  background: #0f529b;
  content: "";
}
@media screen and (max-width: 999px) {
  .wysiwyg ul li {
    padding-left: 0;
    margin-top: 7px;
  }
  .wysiwyg ul li:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 8px 10px 0 0;
    position: static;
    vertical-align: top;
  }
}
.wysiwyg ol {
  counter-reset: item;
}
.wysiwyg ol li {
  padding-left: 29px;
  list-style: none;
  counter-increment: item;
}
.wysiwyg ol li:before {
  width: 13px;
  position: absolute;
  left: 6px;
  top: 0;
  color: #0f529b;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  content: counter(item) ".";
}
@media screen and (max-width: 999px) {
  .wysiwyg ol li {
    padding-left: 0;
    margin-top: 7px;
  }
  .wysiwyg ol li:before {
    display: inline-block;
    margin-right: 7px;
    margin-left: -2px;
    position: static;
    font-size: 13px;
  }
}
.wysiwyg .table-container {
  width: 100%;
  overflow-y: auto;
}
.wysiwyg .table-container:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .wysiwyg .table-container {
    margin-top: 25px;
  }
  .tabs .wysiwyg .table-container {
    margin-right: -20px;
    padding-right: 20px;
  }
  .wysiwyg .table-container:first-child {
    margin-top: 0;
  }
}
.wysiwyg table {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  padding: 0;
  border-collapse: collapse;
}
@media screen and (max-width: 999px) {
  .wysiwyg table {
    margin: 0;
    max-width: 100%;
  }
}
.wysiwyg table thead {
  box-sizing: border-box;
  display: table-header-group;
  background-color: #f5f9ca;
  color: #333;
}
.wysiwyg table thead tr {
  border-bottom: 0;
}
.wysiwyg table tbody {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  position: relative;
  overflow-x: auto;
}
.wysiwyg table tbody th {
  background-color: #f4f4f4;
}
.wysiwyg table td,
.wysiwyg table th {
  box-sizing: border-box;
  margin: 0;
  vertical-align: top;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 1.53;
}
.wysiwyg table td:first-child,
.wysiwyg table th:first-child {
  width: auto;
}
.wysiwyg table th {
  padding: 10px 27px 14px 29px;
  background: #f4f4f4;
  color: #333;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-align: center;
  vertical-align: bottom;
}
.wysiwyg table tr {
  cursor: default;
}
.wysiwyg table td {
  box-sizing: border-box;
  padding: 9px 27px 10px 29px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
.wysiwyg table.table_without_borders tbody,
.wysiwyg table.table_without_borders td,
.wysiwyg table.table_without_borders td:first-child,
.wysiwyg table.table_without_borders tr,
.wysiwyg table.table_without_borders tr:first-child,
.wysiwyg table.table_without_borders tr:first-child td {
  border: 0;
}
.wysiwyg table .hover {
  background: #cfdceb;
  transition: background 0.25s;
}
.wysiwyg:after,
.wysiwyg:before {
  content: " ";
  display: table;
}
.wysiwyg:after {
  clear: both;
}
.layout__section + .wysiwyg,
.pagelist ~ .wysiwyg {
  margin-top: 35px;
}
@media screen and (max-width: 999px) {
  .layout__section + .wysiwyg,
  .pagelist ~ .wysiwyg {
    margin-top: 25px;
  }
}
.layout__title + .wysiwyg {
  padding-top: 24px;
}
.tabs_type_card > .tabs__content > .wysiwyg:first-child {
  padding-top: 40px;
}
@media screen and (max-width: 999px) {
  .tabs_type_card > .tabs__content > .wysiwyg:first-child {
    padding-top: 10px;
  }
}
.wysiwyg * + .gallery {
  margin-top: 42px;
}
@media screen and (max-width: 999px) {
  .wysiwyg * + .gallery {
    margin-top: 14px;
  }
}
.wysiwyg img {
  float: none;
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 30px 40px 20px 0;
  vertical-align: top;
}
@media screen and (max-width: 999px) {
  .wysiwyg img {
    margin: 20px 30px 20px 0;
  }
}
@media screen and (max-width: 599px) {
  .wysiwyg img {
    float: none !important;
    margin-left: 0;
    display: block;
  }
}
.wysiwyg p:first-child img.right {
  margin-top: 25px;
}
@media screen and (max-width: 999px) {
  .wysiwyg p:first-child img {
    margin-top: 0;
  }
}
.wysiwyg .buttons {
  margin-top: 42px;
}
@media screen and (max-width: 999px) {
  .wysiwyg .buttons {
    margin-top: 0;
  }
}
.wysiwyg .button {
  margin-right: 6px;
}
.wysiwyg .button:last-child {
  margin-right: 0;
}
@media screen and (max-width: 588px) {
  .wysiwyg .button {
    margin-top: 10px;
  }
}
@media screen and (max-width: 588px) {
  .wysiwyg p + .buttons {
    margin-top: -10px;
  }
}
.form__input,
.form__textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #000;
  border: 0;
  background: #f0f0f0;
  transition: background 0.25s;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.form__input:focus,
.form__textarea:focus {
  outline: 0;
  background: #e7edf5;
  transition: background 0.25s;
}
.form__error .form__input,
.form__error .form__textarea {
  background: #fde8e9;
  transition: background 0.25s;
}
.form {
  box-sizing: border-box;
  width: 620px;
  border-bottom: 4px solid #0f529b;
}
@media screen and (max-width: 1259px) {
  .form {
    width: 530px;
  }
}
@media screen and (max-width: 999px) {
  .form {
    width: auto;
    margin: 0 -20px;
    border: 0;
  }
}
.form__inner {
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-top: 0;
  padding: 55px 59px 59px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .form__inner {
    padding: 35px 30px 60px;
  }
}
.form__sent {
  display: none;
}
.form__header {
  box-sizing: border-box;
  padding: 31px 154px 39px 58px;
  position: relative;
  background: #0f529b;
  color: #fff;
  font-size: 35px;
  line-height: 1;
}
.form__header:after {
  width: 54px;
  height: 46px;
  position: absolute;
  top: 29px;
  right: 60px;
  background: url(../svg/plane.svg) no-repeat;
  content: "";
}
@media screen and (max-width: 999px) {
  .form__header:after {
    width: 29px;
    height: 25px;
    right: 31px;
    top: 23px;
    background-size: contain;
  }
}
.form__sent .form__header {
  padding-right: 58px;
}
.form__sent .form__header:after {
  display: none;
}
@media screen and (max-width: 999px) {
  .form__header {
    padding: 22px 80px 24px 30px;
    font-size: 20px;
    line-height: 1.2;
  }
}
.form__about {
  display: block;
  margin-bottom: 25px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}
.form__row {
  margin-top: 20px;
}
.form__row:after,
.form__row:before {
  content: " ";
  display: table;
}
.form__row:after {
  clear: both;
}
.form__row:first-of-type {
  margin: 0;
}
.form__row_type_justify {
  text-align: justify;
  text-justify: newspaper;
  font-size: 0;
  line-height: 0;
}
.form__row_type_justify:after {
  display: inline-block;
  height: 0;
  width: 100%;
  overflow: hidden;
  content: "";
  visibility: hidden;
}
.form__row_type_submit {
  margin-top: 25px;
}
@media screen and (max-width: 999px) {
  .form__row {
    margin-top: 20px;
  }
}
.form__cell {
  display: inline-block;
  width: 46%;
  vertical-align: top;
}
@media screen and (max-width: 535px) {
  .contacts__form .form__row_type_submit .form__cell:nth-of-type(2n + 2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 399px) {
  .form__cell {
    width: 100%;
    display: block;
  }
  .form__cell:nth-of-type(2n + 2) {
    margin-top: 20px;
  }
  .personal .form__cell:nth-of-type(2n + 2) {
    margin-top: 12px;
  }
  .form__cell_type_time .form__cell {
    display: inline-block;
  }
  .form__cell_type_time .form__cell:nth-of-type(2n + 2) {
    margin-top: 0;
  }
  .contacts__form .form__row_type_submit .form__cell:nth-of-type(2n + 2),
  .form__cell_type_payments:nth-of-type(2n + 2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 560px) {
  .account__form .form__cell {
    display: block;
    margin-top: 10px;
    width: 100%;
  }
  .account__form .form__cell:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 560px) {
  .form__cell_type_double {
    display: block;
    width: 100%;
  }
  .form__cell_type_double:nth-of-type(2) {
    margin-top: 12px;
  }
}
.form__cell_type_triple {
  width: 38.6%;
}
.form__cell_type_age {
  width: calc(22.8% - 20px);
}
.form__cell_type_phone {
  width: 160px;
}
@media screen and (max-width: 560px) {
  .account__form .form__cell_type_phone {
    width: 160px;
  }
}
.form__cell_type_captcha {
  width: 246px;
  vertical-align: middle;
}
.form__cell_type_captcha .g-recaptcha {
  height: 66px;
  -webkit-transform: scale(0.81);
  -ms-transform: scale(0.81);
  transform: scale(0.81);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media screen and (max-width: 535px) {
  .form__cell_type_captcha {
    width: 100%;
    display: block;
  }
}
.form__cell_width_auto {
  width: calc(50% - 85px);
}
.form__cell_type_radio {
  width: auto;
  position: relative;
  margin-right: 31px;
}
.form__row_type_payment .form__cell_type_radio {
  margin-right: 26px;
}
.order .form__cell_type_radio {
  margin-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 673px) {
  .order .form__cell_type_radio {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  .order .form__cell_type_radio:first-of-type {
    margin-top: 0;
  }
}
.form__cell_type_payments {
  width: auto;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 673px) {
  .form__cell_type_payments {
    margin-top: 10px;
  }
}
.form__cell_type_address {
  width: calc(100% - 434px);
}
@media screen and (max-width: 669px) {
  .form__cell_type_address {
    width: 100%;
  }
}
.form__row_type_rating .form__cell {
  width: calc(100% - 114px);
}
.form__row_type_rating .form__cell_type_rating {
  width: 100px;
  margin-right: -3px;
  margin-left: 17px;
  overflow: hidden;
}
@media screen and (max-width: 399px) {
  .form__row_type_rating .form__cell {
    display: block;
    width: 100%;
  }
  .form__row_type_rating .form__cell_type_rating {
    display: block;
    margin-left: 0;
  }
}
.form__cell_type_submit {
  width: auto;
  vertical-align: middle;
}
.form__cell_type_date,
.form__cell_type_time {
  width: 197px;
  margin-left: 20px;
}
@media screen and (max-width: 669px) {
  .form__cell_type_date,
  .form__cell_type_time {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.form__cell_type_time > span {
  display: inline-block;
  margin: 0 6px;
  font-size: 15px;
  line-height: 1;
  vertical-align: middle;
}
.form__radio {
  display: inline-block;
  margin: 1px 6px 0 0;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.form__radio:focus {
  outline: 0;
}
.form__label {
  display: inline-block;
  margin-bottom: 13px;
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: all 0.25s;
}
input[type="radio"]:checked + .form__label {
  color: #fe770c;
  transition: all 0.25s;
}
.order input[type="radio"]:checked + .form__label {
  color: #000;
}
@media screen and (max-width: 999px) {
  .form__label {
    margin-bottom: 8px;
  }
}
.form__label_type_required:after {
  display: inline-block;
  margin-left: 3px;
  color: #333;
  font-size: 16px;
  content: "*";
}
.form__label_type_checkbox {
  display: inline-block;
  width: calc(100% - 24px);
  color: #8e8e8e;
  font-size: 12px;
  vertical-align: top;
}
@media screen and (max-width: 669px) {
  .form__label_type_checkbox {
    width: calc(100% - 24px);
    margin-bottom: 0;
    margin-top: 3px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 399px) {
  .form__label_type_checkbox {
    margin-top: 5px;
  }
}
.form__checkbox {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  margin-top: 2px;
  border-color: #888;
  vertical-align: top;
}
@media screen and (max-width: 999px) {
  .form__checkbox {
    margin-right: 10px;
  }
}
.form__input {
  height: 40px;
  padding: 0 15px;
  transition: all 0.25s;
}
.form__input_type_date {
  background: url(../svg/calendar.svg) calc(100% - 10px) center no-repeat #fff;
}
.form__input_type_subscription {
  display: inline-block;
  width: calc(100% - 158px);
  border: 1px solid #cacaca;
  border-right: 0;
}
.form__input_type_value {
  display: inline-block;
  width: 34px;
  height: 22px;
  border: 0;
  padding: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  vertical-align: top;
  text-align: center;
}
.form__input::-webkit-input-placeholder {
  color: #888;
}
.form__input:-moz-placeholder {
  color: #888;
}
.form__input:-ms-input-placeholder {
  color: #888;
}
.form__textarea {
  height: 90px;
  padding: 10px 15px;
  resize: none;
}
.form__message {
  display: block;
  margin-top: 25px;
  color: #ed1c24;
  font-size: 16px;
  line-height: 1.375;
  text-align: left;
}
.slick-slide:focus {
  outline: 0;
}
.contacts .slick-slide {
  height: auto;
}
.recommended .slick-list {
  padding-top: 10px;
}
@media screen and (max-width: 999px) {
  .recommended .slick-list {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 999px) {
  .slick-list {
    height: 100%;
  }
}
.slick-arrow {
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-top: -20px;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0.5;
  transition: all 0.25s;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.slick-arrow:hover {
  opacity: 1;
  transition: all 0.25s;
}
.slick-arrow:focus {
  outline: 0;
}
.slick-arrow svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.slick-arrow .icon {
  color: rgba(15, 82, 155, 0.5);
  transition: color 0.25s;
}
.slick-arrow:hover .icon {
  color: #0f529b;
  transition: color 0.25s;
}
.slick-prev {
  left: -70px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 1320px) {
  .slick-prev {
    left: 0;
  }
}
.slick-next {
  right: -70px;
}
@media screen and (max-width: 1320px) {
  .slick-next {
    right: 0;
  }
}
.slick-disabled {
  background-color: #f6f8de;
  cursor: default;
}
.slick-disabled:hover {
  background-color: #f6f8de;
}
.slider .slick-disabled {
  opacity: 0;
  transition: all 0.25s;
}
.slick-track {
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  .slick-track {
    height: 100%;
  }
}
.slick-initialized .slick-slide {
  display: inline-block;
  vertical-align: top;
}
.slick-dots {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.slick-dots li {
  display: inline-block;
  margin-left: 10px;
}
.slick-dots li:first-of-type {
  margin: 0;
}
@media screen and (max-width: 999px) {
  .slick-dots li {
    margin-left: 6px;
  }
}
.slick-dots li button {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  padding: 0;
  border: 0;
  opacity: 0.2;
  background: #0f529b;
  transition: all 0.25s;
}
.slick-dots li button:focus {
  outline: 0;
}
.slick-dots li button:hover {
  opacity: 1;
  transition: all 0.25s;
}
@media screen and (max-width: 999px) {
  .slick-dots li button {
    width: 6px;
    height: 6px;
    border-radius: 6px;
  }
}
.slick-dots li.slick-active button {
  opacity: 1;
  background-color: #ed1c24;
  transition: all 0.25s;
}
.fotorama__caption {
  color: #222;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
.fotorama__caption__wrap {
  padding: 15px 21px 14px;
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__active {
  position: relative;
}
.fotorama__thumb {
  box-sizing: border-box;
  border: 1px solid transparent;
  background-color: transparent;
}
.fotorama__thumb-border {
  border: 1px solid #0f529b;
  background: 0 0;
}
.fotorama__nav {
  margin-top: -2px;
  text-align: left;
}
.fotorama__nav__shaft {
  display: inline-block;
}
.fotorama__nav--thumbs {
  text-align: center;
}
.fotorama__stage {
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  background: #fff;
}
.fotorama__fullscreen-icon {
  width: 100%;
  height: 100%;
  background: 0 0;
  z-index: 9;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background: 0 0;
}
.fotorama--fullscreen,
.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: rgba(0, 0, 0, 0.6);
}
.fotorama--fullscreen .fotorama__stage {
  border: 0;
}
.fotorama--fullscreen .fotorama__nav {
  margin-top: 0;
  text-align: center;
}
.fotorama__arr {
  width: 10px;
  height: 19px;
  top: auto;
  bottom: 19px;
  background: url(../svg/arrow-card.svg) no-repeat;
}
.fotorama__arr--prev {
  left: 20px;
}
.fotorama__arr--next {
  left: 50px;
  right: auto;
}
@media screen and (max-width: 999px) {
  .fotorama__arr {
    bottom: 10px;
  }
  .fotorama__arr--prev {
    left: 8px;
  }
  .fotorama__arr--next {
    left: 39px;
  }
}
.fotorama .fotorama__wrap--css3 .fotorama__arr--prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fancybox-thumbs {
  background: 0 0;
}
.fancybox-thumbs > ul > li {
  border-color: transparent;
}
.fancybox-thumbs > ul > li:before {
  border: 2px solid #0f529b;
} /*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
button,
html,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  padding: 0;
  font-weight: 400;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ol,
nav ul {
  list-style: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure,
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.about__inner,
.blog__inner,
.breadcrumbs__inner,
.card__inner,
.contacts__inner,
.footer__inner,
.header__inner,
.http404__inner,
.layout__inner,
.map__holder,
.popular__inner,
.products__inner,
.recommended__inner,
.search__inner,
.slider__inner,
.uphead__inner {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1259px) {
  .about__inner,
  .blog__inner,
  .breadcrumbs__inner,
  .card__inner,
  .contacts__inner,
  .footer__inner,
  .header__inner,
  .http404__inner,
  .layout__inner,
  .map__holder,
  .popular__inner,
  .products__inner,
  .recommended__inner,
  .search__inner,
  .slider__inner,
  .uphead__inner {
    padding: 0 30px;
    max-width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .about__inner,
  .blog__inner,
  .breadcrumbs__inner,
  .card__inner,
  .contacts__inner,
  .footer__inner,
  .header__inner,
  .http404__inner,
  .layout__inner,
  .map__holder,
  .popular__inner,
  .products__inner,
  .recommended__inner,
  .search__inner,
  .slider__inner,
  .uphead__inner {
    padding: 0 20px;
    min-width: 320px;
  }
}
.about h2.about__title,
.blog__title,
.info__title,
.popular__title,
.products__column .products__title,
.recommended__title {
  display: block;
  padding-top: 52px;
  position: relative;
  font-size: 38px;
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  .about h2.about__title,
  .blog__title,
  .info__title,
  .popular__title,
  .products__column .products__title,
  .recommended__title {
    display: block;
    padding-top: 34px;
    position: relative;
    font-size: 28px;
    line-height: 1.2;
  }
}
.about h2.about__title:before,
.blog__title:before,
.info__title:before,
.popular__title:before,
.products__column .products__title:before,
.recommended__title:before {
  width: 52px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ed1c24;
  content: "";
}
body,
html {
  height: 100%;
  min-height: 100%;
}
body {
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background-color: #ddd;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body.lock {
  height: 100%;
  overflow: hidden;
}
.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 12px;
}
.layout {
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto;
  min-width: 320px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  background: #efefef;
  color: #333;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.layout__title {
  border-bottom: 1px solid #f2f6c5;
  padding-bottom: 8px;
}
.layout__title > span {
  float: right;
  margin-top: 12px;
  color: #222;
  font-size: 12px;
}
.layout__title > span.layout__date {
  color: #bacc22;
}
@media screen and (max-width: 999px) {
  .layout__title > span.layout__date {
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 999px) {
  .layout__title > span {
    margin-top: 5px;
  }
}
@media screen and (max-width: 449px) {
  .layout__title > span {
    float: none;
    display: block;
    margin: 5px 0 0;
  }
}
.layout__title h1 + a {
  display: inline-block;
  margin-top: 5px;
  font-size: 15px;
}
@media screen and (max-width: 999px) {
  .layout__title {
    margin: 0 -20px;
    padding: 0 20px 13px;
  }
  .layout__helper .layout__title {
    margin: 0;
  }
}
.layout__section {
  padding: 0 0 70px;
  background: #fff;
}
@media screen and (max-width: 999px) {
  .layout__section {
    padding: 0 0 54px;
  }
  .breadcrumbs + .layout__section {
    border-top: 1px solid #f1f1f1;
  }
}
@media screen and (max-width: 999px) {
  .layout__inner,
  .layout_page_main .layout__inner {
    padding: 0 20px;
  }
}
.layout__holder {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 51px 0 60px;
  min-height: 550px;
}
@media screen and (max-width: 999px) {
  .layout__holder {
    display: block;
    padding: 24px 0 40px;
    min-height: 350px;
    position: relative;
  }
}
.layout__sidebar {
  box-sizing: border-box;
  width: 285px;
  margin-right: 20px;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 999px) {
  .layout__sidebar {
    width: auto;
    margin: 0 -20px;
    padding: 0;
    position: relative;
  }
}
.layout__panel {
  display: none;
}
@media screen and (max-width: 999px) {
  .layout__panel {
    box-sizing: border-box;
    display: block;
    height: 45px;
    padding: 8px 20px 10px;
    position: relative;
    background: #0f529b;
  }
  .layout__panel span {
    margin-left: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
  }
  .layout__panel:after {
    width: 7px;
    height: 4px;
    position: absolute;
    top: 21px;
    right: 21px;
    background: url(../svg/arrow-filter.svg) no-repeat;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    content: "";
  }
  .layout__panel.opened:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
}
.layout__content {
  box-sizing: border-box;
  width: calc(100% - 304px);
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 999px) {
  .layout__content {
    width: 100%;
    padding: 0;
  }
}
.layout h1 {
  display: inline-block;
  margin: 0;
  padding-top: 50px;
  position: relative;
  color: #333;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1;
}
.layout h1:before {
  width: 52px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ed1c24;
  content: "";
}
.layout h1.http404__title {
  display: block;
  padding-top: 0;
  font-size: 55px;
}
@media screen and (max-width: 999px) {
  .layout h1.http404__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 999px) {
  .layout h1 {
    padding-top: 36px;
    font-size: 35px;
    line-height: 1.12;
  }
}
.layout .layout__title h1 {
  margin-right: 35px;
}
@media screen and (max-width: 999px) {
  .layout .layout__title h1 {
    margin-right: 15px;
  }
}
@media screen and (max-width: 999px) {
  .layout_page_card .layout__title h1 {
    max-width: calc(100% - 180px);
    margin-right: 0;
  }
}
@media screen and (max-width: 449px) {
  .layout_page_card .layout__title h1 {
    max-width: 100%;
  }
}
.layout__wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 749px) {
  .layout__wrapper {
    display: block;
  }
}
.tabs__content .layout__wrapper {
  padding: 20px 0 30px;
}
@media screen and (max-width: 799px) {
  .tabs__content .layout__wrapper {
    display: block;
  }
}
.layout__helper:after,
.layout__helper:before {
  content: " ";
  display: table;
}
.layout__helper:after {
  clear: both;
}
@media screen and (max-width: 999px) {
  .layout__helper {
    margin: 0 -20px;
  }
}
.layout__filter {
  display: none;
}
.layout__filter:after,
.layout__filter:before {
  content: " ";
  display: table;
}
.layout__filter:after {
  clear: both;
}
@media screen and (max-width: 999px) {
  .layout__filter {
    display: block;
    margin: -1px -20px 16px;
    background: #d3e251;
    padding: 12px 20px 11px;
    position: relative;
  }
  .tabs__content .layout__filter {
    margin-bottom: 0;
  }
  .layout__filter > span {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
  }
  .layout__filter > span:first-of-type {
    float: left;
    padding-left: 28px;
    position: relative;
  }
  .layout__filter > span:first-of-type:after {
    width: 18px;
    height: 12px;
    position: absolute;
    top: 2px;
    left: 1px;
    background: url(../svg/filter.svg) no-repeat;
    content: "";
  }
  .layout__filter > span:first-of-type.active:after {
    width: 13px;
    height: 13px;
    top: 2px;
    background: url(../svg/header/close.svg) no-repeat;
  }
  .layout__filter > span:nth-of-type(2) {
    float: right;
    padding-right: 18px;
    position: relative;
  }
  .layout__filter > span:nth-of-type(2):after {
    width: 5px;
    height: 10px;
    position: absolute;
    top: 3px;
    right: 0;
    background: url(../svg/arrow-sorting.svg) no-repeat;
    content: "";
  }
  .tabs__content .layout__filter > span:first-of-type {
    float: right;
    padding-right: 18px;
    padding-left: 0;
    position: relative;
  }
  .tabs__content .layout__filter > span:first-of-type:after {
    width: 5px;
    height: 10px;
    position: absolute;
    top: 3px;
    right: 0;
    left: auto;
    background: url(../svg/arrow-sorting.svg) no-repeat;
    content: "";
  }
}
@media print {
  .layout {
    max-width: 100%;
  }
}
.header {
  padding: 17px 0 5px;
  background: #fff;
}
@media screen and (max-width: 999px) {
  .header {
    padding: 0;
    position: relative;
  }
}
.header__inner:after,
.header__inner:before {
  content: " ";
  display: table;
}
.header__inner:after {
  clear: both;
}
@media screen and (max-width: 999px) {
  .header__inner {
    padding-right: 0;
  }
}
.header__holder {
  float: right;
}
.header__logo {
  float: left;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 999px) {
  .header__logo {
    max-width: 99px;
    margin-top: 12px;
  }
  .header__logo > img {
    max-width: 99px;
  }
}
.header__info {
  display: inline-block;
  width: 230px;
  vertical-align: middle;
  text-align: right;
}
@media screen and (max-width: 1139px) {
  .header__info {
    width: 190px;
  }
}
@media screen and (max-width: 999px) {
  .header__info {
    font-size: 0;
    line-height: 0;
  }
}
.header__phone {
  display: block;
  line-height: 1;
}
.header__phone > a {
  display: inline-block;
  padding-left: 22px;
  position: relative;
  color: #222;
  font-size: 16px;
  line-height: 1;
  cursor: text;
  pointer-events: none;
  text-decoration: none;
}
.header__phone > a svg {
  display: none;
}
.header__phone > a:before {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../svg/phone.svg) no-repeat;
  content: "";
}
@media screen and (max-width: 999px) {
  .header__phone > a:before {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .header__phone {
    box-sizing: border-box;
    display: inline-block;
    border-left: 1px solid #f1f1f1;
    width: 51px;
    height: 50px;
    vertical-align: top;
  }
  .header__phone > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    pointer-events: all;
    font-size: 0;
    line-height: 0;
    text-align: center;
  }
  .header__phone > a svg {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: 14px;
  }
  .header__phone > a .icon {
    color: #0f529b;
  }
}
.header__link {
  font-size: 12px;
  line-height: 1;
}
.header__link svg,
.header__menu {
  display: none;
}
@media screen and (max-width: 999px) {
  .header__link {
    box-sizing: border-box;
    display: inline-block;
    border-left: 1px solid #f1f1f1;
    width: 51px;
    height: 50px;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    text-align: center;
  }
  .header__link svg {
    display: inline-block;
    width: 18px;
    height: 24px;
    margin-top: 14px;
  }
  .header__link .icon {
    color: #0f529b;
  }
}
@media screen and (max-width: 999px) {
  .header__menu {
    box-sizing: border-box;
    display: inline-block;
    border-left: 1px solid #f1f1f1;
    width: 51px;
    height: 50px;
    position: relative;
    background: url(../svg/menu.svg) center center no-repeat #fff;
    vertical-align: top;
    transition: background-color 0.25s;
  }
  .header__menu.opened {
    background: url(../svg/close-menu.svg) center center no-repeat #0f529b;
    transition: background-color 0.25s;
  }
}
.uphead {
  box-sizing: border-box;
  height: 35px;
  position: relative;
  background: #13355a;
}
@media screen and (max-width: 999px) {
  .uphead__inner {
    padding: 0;
    text-align: right;
  }
}
.uphead__holder {
  float: left;
}
@media screen and (max-width: 999px) {
  .uphead__holder {
    display: inline-block;
    float: none;
    margin-right: -7px;
    vertical-align: top;
  }
}
.uphead__link {
  display: inline-block;
  margin-left: 25px;
  margin-top: 12px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  vertical-align: top;
}
@media screen and (max-width: 999px) {
  .uphead__link {
    display: none;
  }
}
.breadcrumbs {
  box-sizing: border-box;
  padding: 12px 0 16px;
  border: 1px solid #f2f2f2;
  border-width: 1px 0;
  background: #fff;
  color: #919191;
  font-size: 13px;
}
@media screen and (max-width: 999px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumbs ul li {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  vertical-align: middle;
}
.breadcrumbs ul li:after {
  width: 6px;
  height: 11px;
  position: absolute;
  top: 4px;
  right: 10px;
  background: url(../svg/arr.svg) no-repeat;
  content: "";
}
.breadcrumbs ul li:last-child {
  padding-right: 0;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs ul li > span {
  color: #919191;
}
.menu {
  display: inline-block;
  margin: -8px 25px 0 0;
  vertical-align: middle;
}
@media screen and (max-width: 1139px) {
  .menu {
    margin-right: 15px;
  }
}
@media screen and (max-width: 999px) {
  .menu {
    display: none;
    margin: 0;
    padding: 0 20px;
    border-bottom: 4px solid #0f529b;
    border-top: 1px solid #e6e6e6;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
  }
}
.menu__list {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 999px) {
  .menu__list {
    padding: 30px 0 31px;
  }
}
.menu__list > .menu__item {
  display: inline-block;
  margin-left: 39px;
  position: relative;
  vertical-align: top;
}
.menu__list > .menu__item:first-of-type {
  margin: 0;
}
.menu__list > .menu__item_type_mobile {
  display: none;
  margin-left: 0;
}
@media screen and (max-width: 999px) {
  .menu__list > .menu__item_type_mobile {
    display: block;
  }
}
@media screen and (max-width: 1139px) {
  .menu__list > .menu__item {
    margin-left: 25px;
  }
  .menu__list > .menu__item:first-of-type {
    margin: 0;
  }
}
.menu__list > .menu__item > a {
  display: inline-block;
  padding: 26px 0;
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
}
.menu__list > .menu__item > a:after {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -5px;
  left: 0;
  opacity: 0;
  transition: opacity 0.25s;
  background: #ed1c24;
  content: "";
}
@media screen and (max-width: 999px) {
  .menu__list > .menu__item > a {
    display: inline-block;
    padding: 7px 0;
    font-size: 18px;
  }
  .menu__list > .menu__item > a:after {
    height: 2px;
    bottom: -3px;
  }
}
.menu__list > .menu__item > a > svg,
.menu__list > .menu__item > span > svg {
  display: inline-block;
  width: 7px;
  height: 4px;
  margin-left: 10px;
  margin-top: -2px;
  vertical-align: middle;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.menu__list > .menu__item > a > svg .icon,
.menu__list > .menu__item > span > svg .icon {
  color: #000;
  transition: color 0.25s;
}
.active .menu__list > .menu__item > a > svg .icon,
.active .menu__list > .menu__item > span > svg .icon,
.menu__list > .menu__item.active svg {
  color: #0f529b;
}
@media screen and (max-width: 999px) {
  .menu__list > .menu__item > a > svg,
  .menu__list > .menu__item > span > svg {
    margin-right: -10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .menu__list > .menu__item > a > svg .icon,
  .menu__list > .menu__item > span > svg .icon {
    color: #000;
  }
}
.menu__list > .menu__item:hover > a {
  color: #ed1c24;
  transition: color 0.25s;
}
.menu__list > .menu__item:hover > a:after {
  opacity: 1;
  transition: opacity 0.25s;
}
.menu__list > .menu__item:hover > a > svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.menu__list > .menu__item:hover > a > svg .icon {
  color: #ed1c24;
  transition: color 0.25s;
}
.menu__list > .menu__item:hover > span > svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
@media screen and (max-width: 999px) {
  .menu__list > .menu__item:hover .icon,
  .menu__list > .menu__item:hover > a {
    color: #000;
  }
  .menu__list > .menu__item:hover > a:after {
    opacity: 0;
  }
  .menu__list > .menu__item:hover > a > svg {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .menu__list > .menu__item:hover > a > svg .icon {
    color: #000;
  }
  .menu__list > .menu__item:hover > span > svg {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 999px) {
  .menu__list > .menu__item {
    display: block;
    margin-left: 0;
    margin-top: 21px;
    text-align: center;
  }
  .menu__list > .menu__item:first-of-type {
    margin-top: 0;
  }
  .menu__list > .menu__item:last-of-type {
    margin-top: 20px;
  }
  .menu__list > .menu__item.opened > a > svg,
  .menu__list > .menu__item.opened > span > svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
}
.menu__list > .menu__item.active > a {
  color: #0f529b;
}
.menu__list > .menu__item.active > a:after {
  background: #0f529b;
  opacity: 1;
}
.menu__list > .menu__item.active > a:hover {
  color: #ed1c24;
}
.menu__list > .menu__item.active > a:hover:after {
  background: #ed1c24;
  transition: background 0.25s;
}
.menu__list > .menu__item.active > span {
  display: inline-block;
  padding: 26px 0;
  position: relative;
  color: #0f529b;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
}
.menu__list > .menu__item.active > span:after {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #0f529b;
  content: "";
}
@media screen and (max-width: 999px) {
  .menu__list > .menu__item.active > span {
    display: inline-block;
    padding: 7px 0;
    font-size: 18px;
  }
  .menu__list > .menu__item.active > span:after {
    height: 2px;
    bottom: -3px;
  }
}
.menu__list > .menu__item > ul {
  box-sizing: border-box;
  max-width: 270px;
  min-width: 247px;
  padding: 0;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.06);
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s;
  background: #fff;
}
@media screen and (max-width: 1300px) {
  .menu__list > .menu__item > ul {
    width: 220px;
    min-width: inherit;
  }
}
.menu__list > .menu__item > ul > li {
  border-top: 1px solid #efefef;
  font-size: 16px;
  line-height: 1.2;
}
.menu__list > .menu__item > ul > li:first-child {
  border-top: 0;
}
.menu__list > .menu__item > ul > li > a {
  display: block;
  padding: 21px 30px 22px 20px;
  position: relative;
}
.menu__list > .menu__item > ul > li > a > svg {
  display: block;
  width: 7px;
  height: 4px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 29px;
  right: 20px;
}
.menu__list > .menu__item > ul > li > a .icon {
  color: #0f529b;
}
.menu__list > .menu__item > ul > li > span {
  display: block;
  padding: 21px 30px 22px 20px;
  color: #000;
}
.menu__list > .menu__item > ul > li > span > svg {
  display: block;
  width: 4px;
  height: 7px;
  position: absolute;
  top: 29px;
  right: 20px;
}
.menu__list > .menu__item > ul > li > span .icon {
  color: #000;
}
.menu__list > .menu__item > ul > li:hover > a,
.menu__list > .menu__item > ul > li:hover > a .icon {
  color: #ed1c24;
}
.menu__list > .menu__item > ul > li > ul {
  box-sizing: border-box;
  max-width: 190px;
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 23px 20px 20px;
  box-shadow: 10px 0 27px 0 rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s;
  background: #fff;
}
.menu__list > .menu__item > ul > li > ul:before {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.04), rgba(255, 255, 255, 0));
  content: "";
}
.menu__list > .menu__item > ul > li > ul > li {
  margin-top: 12px;
  font-size: 14px;
}
.menu__list > .menu__item > ul > li > ul > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  .menu__list > .menu__item > ul > li > ul {
    display: none;
    width: 100%;
    max-width: none;
    box-shadow: none;
    padding: 0;
    margin: 18px 0 20px;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    text-align: center;
  }
  .menu__list > .menu__item > ul > li > ul:before {
    display: none;
  }
  .active .menu__list > .menu__item > ul > li > ul {
    margin-top: 25px;
  }
  .menu__list > .menu__item > ul > li > ul > li {
    border: 0;
    margin-top: 11px;
  }
  .menu__list > .menu__item > ul > li > ul > li:first-child {
    margin-top: 0;
  }
  .menu__list > .menu__item > ul > li > ul > li > a,
  .menu__list > .menu__item > ul > li > ul > li > span {
    padding: 0;
  }
}
.menu__list > .menu__item:hover > ul,
.menu__list > .menu__item > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 11;
}
@media screen and (max-width: 999px) {
  .menu__list > .menu__item > ul {
    display: none;
    width: 100%;
    max-width: none;
    box-shadow: none;
    margin: 18px 0 25px;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    text-align: center;
  }
  .active .menu__list > .menu__item > ul {
    margin-top: 25px;
  }
  .menu__list > .menu__item > ul > li {
    border: 0;
    margin-top: 14px;
  }
  .menu__list > .menu__item > ul > li:first-child {
    margin-top: 0;
  }
  .menu__list > .menu__item > ul > li > a,
  .menu__list > .menu__item > ul > li > span {
    padding: 0;
  }
  .menu__list > .menu__item > ul > li > a > svg,
  .menu__list > .menu__item > ul > li > span > svg {
    display: inline-block;
    margin: 0 -10px 0 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    position: relative;
    top: -1px;
    right: 0;
    vertical-align: middle;
  }
  .menu__list > .menu__item > ul > li:hover > a,
  .menu__list > .menu__item > ul > li:hover > a .icon {
    color: #0f529b;
  }
  .menu__list > .menu__item > ul > li.opened > a {
    color: #ed1c24;
  }
  .menu__list > .menu__item > ul > li.opened > a > svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu__list > .menu__item > ul > li.opened > a .icon {
    color: #ed1c24;
  }
  .menu__list > .menu__item > ul > li.opened > span > svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.products {
  padding-bottom: 63px;
  background: #fff;
}
@media screen and (max-width: 1219px) {
  .products {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 999px) {
  .products {
    padding-bottom: 60px;
  }
}
.products__inner {
  position: relative;
  font-size: 0;
  line-height: 0;
}
.products__column {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 90px 0 0;
  width: calc(100% - 740px);
  vertical-align: top;
}
@media screen and (max-width: 1219px) {
  .products__column {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
.products__list {
  display: inline-block;
  position: relative;
  top: -23px;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
@media screen and (max-width: 1219px) {
  .products__list {
    display: block;
    margin: 70px auto 0;
    top: 0;
    text-align: center;
  }
}
@media screen and (max-width: 999px) {
  .products__list {
    margin: 0 auto;
  }
}
.products__item {
  box-sizing: border-box;
  display: inline-block;
  width: 230px;
  padding: 57px 27px 40px 31px;
  margin-left: 25px;
  border-top: 4px solid #13355a;
  position: relative;
  background: #f2f2f2;
  vertical-align: top;
  text-decoration: none;
  transition: all 0.25s;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.products__item:before {
  width: 75px;
  height: 75px;
  border-radius: 75px;
  margin-left: -37px;
  position: absolute;
  top: -40px;
  left: 50%;
  background: url(../svg/products/indvalves.svg) center 21px no-repeat #13355a;
  content: "";
}
.products__item:first-of-type {
  margin-left: 0;
}
.products__item:hover {
  background-color: #ececec;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.25s;
}
@media screen and (max-width: 999px) {
  .products__item {
    padding: 57px 40px 35px;
    margin: 57px 0 0 20px;
  }
  .products__item:first-of-type {
    margin-left: 0;
  }
  .products__item:hover {
    background: #f2f2f2;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .products__item:active {
    background-color: #ececec;
    transition: all 0.25s;
  }
}
@media screen and (max-width: 769px) {
  .products__item:last-of-type {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 519px) {
  .products__item {
    display: block;
    margin: 57px auto 0;
  }
  .products__item:first-of-type {
    margin: 72px auto 0;
  }
  .products__item:last-of-type {
    margin: 57px auto 0;
  }
}
.products__item_type_knifes {
  border-color: #ed1b23;
}
.products__item_type_knifes:before {
  background: url(../svg/products/knifevalves.svg) center center no-repeat #ed1b23;
}
.products__item_type_dampers {
  border-color: #333;
}
.products__item_type_dampers:before {
  background: url(../svg/products/dampers.svg) center center no-repeat #333;
}
.products__title {
  display: block;
  max-width: 155px;
  margin: 0 auto;
  color: #222;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .products__title {
    display: inline;
    position: relative;
    font-size: 20px;
    line-height: 1.25;
  }
  .products__title:active,
  .products__title:active .icon {
    color: #ed1c24;
  }
}
.products__column .products__title {
  margin: 0 0 28px;
  max-width: 100%;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 999px) {
  .products__column .products__title {
    margin: 0 0 16px;
    padding-top: 39px;
    font-size: 25px;
  }
}
.products__description {
  display: block;
  padding-top: 21px;
  color: #333;
  font-size: 13px;
  line-height: 1.47;
}
@media screen and (max-width: 999px) {
  .products__description {
    display: none;
  }
}
.products__icon {
  display: none;
}
@media screen and (max-width: 999px) {
  .products__icon {
    display: inline-block;
    width: 7px;
    height: 4px;
    position: absolute;
    bottom: 10px;
    right: -17px;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  .opened .products__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  .products__icon .icon {
    color: #333;
  }
}
.menu-bottom {
  float: left;
  width: 100%;
  max-width: calc(100% - 477px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 0 42px;
}
@media screen and (max-width: 999px) {
  .menu-bottom {
    float: none;
    max-width: 100%;
    border: 0;
    padding: 0;
    text-align: center;
  }
}
.menu-bottom__list {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.menu-bottom__list > li {
  display: inline-block;
  margin-right: 42px;
  margin-bottom: 5px;
  vertical-align: top;
}
.menu-bottom__list > li:last-of-type {
  margin: 0;
}
.menu-bottom__list > li a {
  display: inline-block;
  border-bottom: 1px solid transparent;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}
.menu-bottom__list > li.active > span {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}
.menu-bottom__list > li.active > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.menu-bottom__list > li.active > a:hover {
  border-color: rgba(237, 28, 36, 0.7);
}
@media screen and (max-width: 999px) {
  .menu-bottom__list > li {
    margin: 0 13px 19px;
  }
  .menu-bottom__list > li a,
  .menu-bottom__list > li.active > span {
    font-size: 12px;
  }
}
.slider {
  height: 509px;
  overflow: hidden;
  position: relative;
  background: #f1f1f1;
}
@media screen and (max-width: 999px) {
  .slider {
    height: 380px;
  }
}
.slider__list {
  height: 100%;
  white-space: nowrap;
}
.slider__item {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.slider__item > img {
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 999px) {
  .slider__item > img {
    max-height: 100%;
  }
}
.slider__inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
  line-height: 0;
}
.slider__inner:after {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
@media screen and (max-width: 999px) {
  .slider__inner {
    height: 100%;
  }
  .slider__dots .slider__inner {
    text-align: right;
  }
}
@media screen and (max-width: 699px) {
  .slider__inner {
    text-align: center;
  }
}
.slider__title {
  display: block;
  margin-bottom: 20px;
  color: #222;
  font-size: 55px;
  line-height: 1.1;
}
.slider__title > span {
  display: block;
  color: #0f529b;
}
.slider__title:only-child {
  margin: 0;
}
@media screen and (max-width: 999px) {
  .slider__title {
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 1.14;
  }
}
.slider__content {
  display: inline-block;
  max-width: 50%;
  vertical-align: middle;
  white-space: normal;
}
@media screen and (max-width: 1279px) {
  .slider__content {
    max-width: 50%;
  }
}
@media screen and (max-width: 699px) {
  .slider__content {
    padding-top: 50px;
    max-width: 280px;
    position: relative;
    z-index: 5;
    text-align: center;
    vertical-align: top;
  }
}
.slider__description {
  display: block;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
}
.slider__description:only-child {
  margin: 0;
}
@media screen and (max-width: 999px) {
  .slider__description {
    display: none;
  }
}
.slider__image {
  max-height: 450px;
  max-width: 40%;
  position: absolute;
  top: 50%;
  right: 90px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1279px) {
  .slider__image {
    right: 4%;
  }
}
@media screen and (max-width: 999px) {
  .slider__image {
    max-width: 300px;
  }
}
@media screen and (max-width: 699px) {
  .slider__image {
    max-height: 270px;
    max-width: 240px;
    margin: 0 auto;
    right: auto;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 399px) {
  .slider__image {
    max-width: 77%;
  }
}
.slider__dots {
  width: 100%;
  height: 9px;
  position: absolute;
  bottom: 30px;
  left: 0;
}
@media screen and (max-width: 999px) {
  .slider__dots {
    height: 6px;
    bottom: 15px;
    text-align: right;
  }
}
.slider__arrows {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 999px) {
  .slider__arrows {
    display: none;
  }
}
.contacts {
  padding: 68px 0;
  background: #fff;
}
@media screen and (max-width: 999px) {
  .contacts {
    border-top: 1px solid #f1f1f1;
    padding-bottom: 0;
  }
}
.contacts__wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 32px;
}
@media screen and (max-width: 999px) {
  .contacts__wrapper {
    display: block;
    margin-top: 14px;
  }
}
.contacts__content {
  width: calc(100% - 684px);
  margin-right: 64px;
}
@media screen and (max-width: 1259px) {
  .contacts__content {
    width: calc(100% - 594px);
  }
}
@media screen and (max-width: 999px) {
  .contacts__content {
    width: 100%;
    margin: 0;
    padding-bottom: 39px;
  }
}
.contacts__form {
  width: 620px;
}
@media screen and (max-width: 1259px) {
  .contacts__form {
    width: 530px;
  }
}
@media screen and (max-width: 999px) {
  .contacts__form {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }
}
.contacts__title {
  color: #0f529b;
  font-size: 35px;
  font-weight: 400;
}
.contacts__block + .contacts__title {
  display: block;
  margin-top: 29px;
}
@media screen and (max-width: 999px) {
  .contacts__title {
    font-size: 20px;
    line-height: 1.25;
  }
  .contacts__block + .contacts__title {
    margin-top: 22px;
  }
}
.contacts__list {
  margin-top: 22px;
}
@media screen and (max-width: 999px) {
  .contacts__list {
    margin: 27px 0 0 24px;
    white-space: nowrap;
  }
}
.contacts__block {
  border-bottom: 1px solid rgba(145, 145, 145, 0.15);
  padding: 32px 0 34px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}
.contacts__content > .contacts__block {
  padding-bottom: 43px;
}
.contacts__block:focus {
  outline: 0;
}
@media screen and (max-width: 999px) {
  .contacts__block {
    line-height: 1.375;
  }
  .contacts__list .contacts__block {
    box-sizing: border-box;
    display: inline-block;
    border-bottom: 0;
    padding: 0 25px 0 0;
    vertical-align: top;
    white-space: normal;
  }
  .contacts__content > .contacts__block {
    padding-bottom: 25px;
  }
}
.contacts__block:first-of-type {
  padding-top: 0;
}
.contacts__block:last-of-type {
  border-bottom: 0;
}
.contacts__email,
.contacts__name,
.contacts__note,
.contacts__phone {
  display: block;
  margin-top: 13px;
  padding-left: 40px;
  position: relative;
}
.contacts__email:first-child,
.contacts__name:first-child,
.contacts__note:first-child,
.contacts__phone:first-child {
  margin-top: 0;
}
.contacts__email:before,
.contacts__name:before,
.contacts__note:before,
.contacts__phone:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
}
@media screen and (max-width: 999px) {
  .contacts__email,
  .contacts__name,
  .contacts__note,
  .contacts__phone {
    margin-top: 10px;
  }
}
.contacts__note:before {
  display: none;
}
.contacts__content > .contacts__block:first-of-type .contacts__email {
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  .contacts__content > .contacts__block:first-of-type .contacts__email {
    margin-top: 8px;
  }
}
.contacts__email:before {
  width: 20px;
  height: 16px;
  top: 4px;
  background: url(../svg/contacts/mail.svg) no-repeat;
}
.contacts__name {
  font-weight: 600;
}
.contacts__name:before {
  width: 20px;
  height: 20px;
  background: url(../svg/contacts/name.svg) no-repeat;
}
.contacts__phone a {
  color: #333;
  cursor: default;
}
.contacts__phone a:hover {
  color: #333;
}
@media screen and (max-width: 999px) {
  .contacts__phone a,
  .contacts__phone a:hover {
    color: #0f529b;
  }
  .contacts__phone a:active {
    color: #ed1c24;
  }
}
.contacts__phone:before {
  width: 19px;
  height: 19px;
  background: url(../svg/contacts/phone.svg) no-repeat;
}
@media screen and (max-width: 999px) {
  .contacts__dots {
    margin-top: 23px;
    text-align: center;
  }
}
.about {
  padding: 0 0 70px;
  background: #fff;
}
@media screen and (max-width: 999px) {
  .about {
    padding: 0 0 60px;
  }
}
.about__holder {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about__image {
  margin-top: 70px;
  width: 37.5%;
  font-size: 0;
  line-height: 0;
}
.about__image img {
  max-width: 100%;
}
@media screen and (max-width: 999px) {
  .about__image {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 33px;
  }
}
.about__column {
  box-sizing: border-box;
  width: 100%;
}
.about__image + .about__column {
  margin-left: 80px;
  padding-right: 51px;
  width: calc(62.5% - 80px);
}
@media screen and (max-width: 999px) {
  .about__column {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .about__image + .about__column {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.about h2.about__title {
  margin: 0 0 28px;
  font-size: 30px;
  font-weight: 400;
}
@media screen and (max-width: 999px) {
  .about h2.about__title {
    margin-bottom: 16px;
    padding-top: 39px;
    font-size: 25px;
  }
}
.language {
  float: right;
  padding: 7px 0 6px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .language {
    box-sizing: border-box;
    display: inline-block;
    float: none;
    width: 53px;
    height: 35px;
    padding-top: 6px;
    vertical-align: top;
    text-align: center;
  }
  .language.opened {
    width: 185px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.language__close {
  display: none;
}
@media screen and (max-width: 999px) {
  .opened .language__close {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    background: #0f529b;
    text-align: center;
  }
  .opened .language__close svg {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 11px;
  }
  .opened .language__close .icon {
    color: #fff;
  }
}
.language__current {
  box-sizing: border-box;
  display: block;
  padding-right: 15px;
  position: relative;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 999px) {
  .language__current {
    padding-right: 0;
    display: inline-block;
    width: 22px;
    height: 22px;
    overflow: hidden;
  }
  .opened .language__current {
    width: 100%;
    padding-left: 20px;
    background: #13355a;
    text-align: left;
  }
}
.language__current > span {
  display: inline-block;
  margin-top: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  vertical-align: top;
}
.language__current:after {
  width: 6px;
  height: 5px;
  position: absolute;
  top: 9px;
  right: 0;
  background: url(../svg/arrow_lang.svg) no-repeat;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  content: "";
}
.language:hover .language__current:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
@media screen and (max-width: 999px) {
  .language__current:after {
    display: none;
  }
}
.language__icon {
  box-sizing: border-box;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  margin-right: 10px;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  vertical-align: top;
}
.language__icon img {
  width: 16px;
  height: 16px;
}
.language__item .language__icon {
  border-color: #c2c2c2;
}
@media screen and (max-width: 999px) {
  .language__icon {
    margin-right: 0;
  }
  .language__item .language__icon,
  .opened .language__icon {
    margin-right: 10px;
  }
}
.language__list {
  box-sizing: border-box;
  width: 116px;
  border-bottom: 4px solid #13355a;
  position: absolute;
  top: 100%;
  left: -15px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.25s;
}
.language:hover .language__list {
  opacity: 1;
  z-index: 6;
  transition: opacity 0.25s;
}
@media screen and (max-width: 999px) {
  .language__list {
    display: none;
    width: 185px;
    left: auto;
    right: 0;
    border: 0;
    opacity: 1;
    z-index: 10;
    transition: none;
  }
  .language:hover .language__list {
    transition: none;
  }
}
.language__item {
  box-sizing: border-box;
  display: block;
  padding: 7px 15px;
  border-top: 1px solid #e4e4e4;
  background: #f2f2f2;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  transition: all 0.25s;
}
.language__item:first-of-type {
  border-top: 0;
}
.language__item:hover {
  border-color: #e4e4e4;
  background: #e4e4e4;
  transition: all 0.25s;
}
.language__item:hover + .language__item {
  border-color: #e4e4e4;
  transition: border-color 0.25s;
}
.language__item span {
  display: inline-block;
  margin-top: 5px;
  color: #333;
  font-size: 12px;
  line-height: 1;
  vertical-align: top;
}
.language__item_type_chinese span {
  color: #636363;
  font-family: "Kozuka Gothic Pro", "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
}
@media screen and (max-width: 999px) {
  .language__item {
    padding: 7px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: #13355a;
    text-align: left;
  }
  .language__item:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
  .language__item > span {
    color: #fff;
  }
  .language__item:active,
  .language__item:hover {
    border-color: #0f529b;
    background: #0f529b;
  }
  .language__item:active + .language__item,
  .language__item:hover + .language__item {
    border-color: #0f529b;
    transition: border-color 0.25s;
  }
  .language__item_type_chinese span {
    color: #fff;
  }
}
.footer {
  padding: 42px 0 34px;
  background: #333;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .footer {
    padding-top: 38px;
  }
}
.footer__holder:after,
.footer__holder:before {
  content: " ";
  display: table;
}
.footer__holder:after {
  clear: both;
}
.footer__copyright {
  float: right;
  max-width: 400px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.62;
  text-align: right;
}
@media screen and (max-width: 999px) {
  .footer__copyright {
    font-size: 12px;
  }
}
.footer__copyright img {
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .footer__copyright img {
    max-width: 92px;
  }
}
.footer__copyright > span {
  display: block;
  margin-top: 17px;
}
@media screen and (max-width: 999px) {
  .footer__copyright {
    float: none;
    border: 0;
    margin: 22px auto 0;
    padding: 0;
    text-align: center;
  }
  .footer__copyright span {
    margin-top: -6px;
  }
}
.footer__info span {
  display: block;
}
.footer__dev {
  display: block;
  margin-top: -10px;
  line-height: 1.62;
}
.footer__dev a {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}
.footer__dev a:hover {
  color: #fff;
}
@media screen and (max-width: 999px) {
  .footer__dev {
    margin: 24px -20px 0;
    padding: 29px 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
  }
  .footer__dev a img {
    max-width: 92px;
  }
}
.search {
  box-sizing: border-box;
  padding-bottom: 60px;
  min-height: 200px;
}
.uphead .search {
  display: inline-block;
  margin-top: 4px;
  padding: 0;
  min-height: inherit;
  vertical-align: top;
}
@media screen and (max-width: 999px) {
  .uphead .search {
    display: inline-block;
    float: none;
    margin-top: 0;
    margin-right: 0;
    height: 35px;
    width: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    vertical-align: top;
  }
  .uphead .search.opened {
    background: #0f529b;
  }
}
.search__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 35px 0 -30px -20px;
}
@media screen and (max-width: 999px) {
  .search__list {
    margin: 25px 0 -15px -10px;
  }
}
.search__link {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  transition: color 0.25s;
}
.search__link > span {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.25s;
  vertical-align: middle;
}
.search__link.opened {
  cursor: default;
}
.search__link.opened > span {
  opacity: 0;
  transition: opacity 0.25s;
}
.search__link:hover {
  color: #ed1c24;
  transition: color 0.25s;
}
@media screen and (max-width: 999px) {
  .search__link:hover {
    color: #fff;
  }
}
.search__link.opened:hover {
  color: #fff;
}
@media screen and (max-width: 999px) {
  .search__link {
    font-size: 0;
    line-height: 0;
  }
}
.search__icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  vertical-align: middle;
  transition: opacity 0.25s;
}
.opened .search__icon {
  opacity: 0;
  z-index: -1;
  transition: opacity 0.25s;
  cursor: pointer;
}
.opened .search__icon:hover {
  color: #ed1c24;
  transition: color 0.25s;
}
@media screen and (max-width: 999px) {
  .opened .search__icon:hover {
    color: #fff;
  }
}
.search__icon:last-of-type {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 2px;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.opened .search__icon:last-of-type {
  opacity: 1;
  z-index: 1;
  transition: opacity 0.25s;
}
@media screen and (max-width: 999px) {
  .search__icon {
    display: inline-block;
    margin: 0;
    width: 20px;
    height: 20px;
  }
  .search__icon:last-of-type {
    width: 14px;
    height: 14px;
  }
  .opened .search__icon:last-of-type {
    top: -6px;
    left: 4px;
  }
}
.search__dropdown {
  width: 100%;
  height: 43px;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: #13355a;
  transition: opacity 0.25s;
}
.search__dropdown.opened {
  opacity: 1;
  z-index: 5;
  transition: opacity 0.25s;
}
@media screen and (max-width: 999px) {
  .search__dropdown {
    height: auto;
    padding: 16px 0;
  }
}
.search__form {
  width: 250px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .search__form {
    width: 100%;
  }
}
.search__input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 25px 0 10px;
  border-radius: 15px;
  border: 0;
  background: #fff;
  color: #222;
  font-size: 13px;
}
.search__input:focus {
  outline: 0;
  border: 0;
}
@media screen and (max-width: 999px) {
  .search__input {
    font-size: 16px;
  }
}
.search__submit {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  border: 0;
  background: 0 0;
  position: absolute;
  top: 8px;
  right: 8px;
}
.search__submit:focus {
  outline: 0;
  border: 0;
}
.search__submit > svg {
  display: block;
  width: 15px;
  height: 15px;
}
.search__submit .icon {
  color: #0f529b;
  transition: color 0.25s;
}
.search__submit:hover .icon {
  color: #ed1c24;
  transition: color 0.25s;
}
.search__info {
  display: block;
  margin-top: 13px;
  color: #333;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 999px) {
  .search__info {
    font-size: 14px;
  }
}
.item {
  box-sizing: border-box;
  width: calc(33.33% - 20px);
  margin: 0 0 30px 20px;
  border: 1px solid #e0e0e0;
  padding: 25px 29px 40px;
  position: relative;
  background: #fff;
  cursor: default;
  white-space: normal;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.blog .item,
.popular .item {
  width: calc(25% - 20px);
}
@media screen and (max-width: 999px) {
  .blog .item,
  .popular .item {
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 839px) {
  .blog .item,
  .popular .item {
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 614px) {
  .blog .item,
  .popular .item {
    width: calc(33.33% - 10px);
  }
}
@media screen and (max-width: 469px) {
  .blog .item,
  .popular .item {
    width: calc(50% - 10px);
  }
}
.recommended .item {
  display: inline-block;
  width: calc(25% - 20px);
  margin-bottom: 0;
  vertical-align: top;
}
@media screen and (max-width: 999px) {
  .recommended .item {
    width: calc(20% - 10px);
    margin: 0 0 0 10px;
    padding: 20px 12px 29px;
  }
}
@media screen and (max-width: 839px) {
  .recommended .item {
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 614px) {
  .recommended .item {
    width: calc(33.33% - 10px);
  }
}
@media screen and (max-width: 469px) {
  .recommended .item {
    width: calc(50% - 10px);
  }
}
.search .item {
  width: calc(25% - 20px);
}
@media screen and (max-width: 1119px) {
  .search .item {
    width: calc(25% - 20px);
  }
}
@media screen and (max-width: 999px) {
  .search .item {
    width: calc(20% - 10px);
    margin: 0 0 15px 10px;
    padding: 20px 12px 29px;
  }
}
@media screen and (max-width: 839px) {
  .search .item {
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 614px) {
  .search .item {
    width: calc(33.33% - 10px);
  }
}
@media screen and (max-width: 469px) {
  .search .item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1099px) {
  .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 999px) {
  .item {
    width: calc(20% - 10px);
    margin: 0 0 15px 10px;
    padding: 20px 12px 29px;
  }
}
@media screen and (max-width: 839px) {
  .item {
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 614px) {
  .item {
    width: calc(33.33% - 10px);
  }
}
@media screen and (max-width: 469px) {
  .item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 999px) {
  .item:active {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
}
.blog .item {
  padding: 0;
}
.item__image {
  box-sizing: border-box;
  display: block;
  height: 288px;
  margin-bottom: 17px;
  position: relative;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.item__image:after {
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.item__image > img {
  display: inline-block;
  max-width: calc(100% - 1px);
  max-height: 100%;
  vertical-align: middle;
}
.blog .item__image {
  height: auto;
  margin-bottom: 0;
}
.blog .item__image:after {
  display: none;
}
.blog .item__image img {
  max-width: 100%;
}
@media screen and (max-width: 999px) {
  .item__image {
    max-width: 100%;
    height: 124px;
  }
}
.item__title {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-size: 22px;
  line-height: 1.1;
}
.blog .item__title {
  text-decoration: none;
  line-height: 1.36;
}
.blog .item__title:hover {
  color: #ed1c24;
}
@media screen and (max-width: 999px) {
  .item__title {
    margin-bottom: 3px;
    -ms-touch-action: none;
    touch-action: none;
    font-size: 14px;
    line-height: 1.22;
  }
}
.item__date {
  color: #919191;
  font-size: 12px;
}
.item__short {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.46;
}
.item__code {
  color: #919191;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .item__code {
    font-size: 10px;
  }
}
.item__holder {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .item__holder {
    margin-top: 12px;
  }
}
.item__download {
  display: inline-block;
  width: 34px;
  height: 43px;
}
.item__download svg {
  display: block;
  width: 100%;
  height: 100%;
}
.item__download .icon {
  color: #919191;
  transition: color 0.25s;
}
.item__download:hover .icon {
  color: #ed1c24;
  transition: color 0.25s;
}
@media screen and (max-width: 999px) {
  .item__download {
    width: 27px;
    height: 35px;
  }
}
.item__vendor {
  box-sizing: border-box;
  height: 43px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  background: #f9f9f9;
  color: #919191;
  font-size: 14px;
  line-height: 43px;
}
@media screen and (max-width: 999px) {
  .item__vendor {
    height: 28px;
    padding: 0 11px;
    font-size: 11px;
    line-height: 28px;
  }
}
.item__content {
  padding: 20px 30px 26px;
}
@media screen and (max-width: 999px) {
  .item__content {
    padding: 20px 12px 26px;
  }
}
@media screen and (min-width: 1000px) {
  .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
}
.catalog__content {
  display: none;
}
.catalog__content.active {
  display: block;
}
.catalog__empty {
  margin-left: 20px;
}
.catalog__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 -30px -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .catalog__list {
    margin: 15px 0 -15px -10px;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
}
.filter {
  display: block;
  width: 284px;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 999px) {
  .filter {
    display: none;
    width: 100%;
  }
}
.filter__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 999px) {
  .filter__nav {
    margin: 0;
    padding: 21px 20px 23px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.filter__nav > li {
  box-sizing: border-box;
  display: block;
  border-bottom: 1px solid transparent;
}
.filter__nav > li > ul {
  display: none;
  padding: 20px 30px 23px;
  margin: 0;
  background: #fff;
  list-style: none;
}
.filter__nav > li > ul li {
  margin-top: 13px;
}
.filter__nav > li > ul li:first-child {
  margin-top: 0;
}
.filter__nav > li > ul li > span {
  color: #8daed1;
}
.filter__nav > li.current > ul {
  display: block;
}
.filter__nav > li.current > span {
  display: block;
  padding: 25px 31px 28px;
  background: #0f529b;
  color: #8daed1;
  font-size: 16px;
  line-height: 1.1;
}
.filter__nav > li.current.is-children-active:after {
  display: block;
}
.filter__nav > li > a {
  display: block;
  padding: 25px 31px 27px;
  background: #0f529b;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
}
.filter__nav > li > a:after {
  width: 6px;
  height: 11px;
  position: absolute;
  top: 28px;
  right: 25px;
  background: url(../svg/arrow.svg) no-repeat;
  content: "";
}
.filter__nav > li > a:hover {
  color: #fff;
  transition: all 0.25s;
  text-decoration: underline;
}
.filter__nav > li span {
  color: #8daed1;
  font-size: 16px;
  line-height: 1.1;
}
.filter__section {
  box-sizing: border-box;
  padding: 29px 40px 31px;
  border-top: 1px solid #efefef;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  background: #fff;
}
.filter__nav + .filter__section {
  border-top: 0;
}
@media screen and (max-width: 999px) {
  .filter__section {
    padding: 24px 24px 36px;
  }
  .filter__nav + .filter__section,
  .filter__nav + .filter__section:nth-of-type(2) {
    padding: 30px 20px;
  }
  .filter__section:nth-of-type(2) {
    padding: 24px;
  }
}
.filter__price {
  margin-top: 20px;
  border: 2px dashed #ec1a2b;
  padding: 20px;
  background: #fff;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .filter__price {
    border: 1px solid #efefef;
    border-bottom: 0;
    margin-top: 0;
  }
}
.filter__mail,
.filter__note,
.filter__phone {
  display: block;
}
.filter__note {
  padding-bottom: 15px;
  position: relative;
}
.filter__note:after {
  width: 138px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #efefef;
  content: "";
}
.filter__mail {
  margin-top: 10px;
}
.filter__mail:first-child {
  margin-top: 0;
}
.filter__phone {
  margin-top: 10px;
}
.filter__phone:first-child {
  margin-top: 0;
}
.filter__phone a {
  display: inline-block;
  padding-left: 32px;
  position: relative;
  pointer-events: none;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 999px) {
  .filter__phone a {
    pointer-events: inherit;
  }
}
.filter__phone a:before {
  width: 23px;
  height: 23px;
  position: absolute;
  top: -2px;
  left: 0;
  background: url(../img/phone.svg) no-repeat;
  content: "";
}
.filter__phone a:hover {
  color: #222;
}
.filter__row {
  margin-top: 11px;
}
.filter__row:first-of-type {
  margin: 0;
}
.filter__row label {
  padding-left: 32px;
  position: relative;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.25s;
}
.filter__row label:before {
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  border: 1px solid #dadada;
  border-radius: 1px;
  position: absolute;
  top: 2px;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
  content: "";
}
.filter__row input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.filter__row input:checked + label:before {
  box-shadow: inset 0 0 0 1px #2489c5;
  border-color: #2489c5;
  background: url(../svg/check.svg) 2px 5px no-repeat #fff;
  transition: box-shadow 0.25s, border-color 0.25s;
}
.filter__row > span {
  color: #8daed1;
}
.tabs {
  height: 43px;
  font-size: 0;
  line-height: 0;
}
.popular .tabs {
  background: #fff;
}
@media screen and (max-width: 999px) {
  .tabs {
    max-width: 204px;
  }
  .filter__section .tabs {
    margin: 0 auto;
  }
}
.tabs__link {
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  height: 100%;
  border: 1px solid #0f529b;
  color: #0f529b;
  font-size: 14px;
  line-height: 41px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.25s;
  text-decoration: none;
}
.tabs__link:first-of-type {
  border-right: 0;
}
.tabs__link:hover {
  color: #fff;
  border-color: #ed1c24;
  background: #ed1c24;
  transition: all 0.25s;
}
.tabs__link:hover:last-of-type {
  border-left-color: #fff;
}
@media screen and (max-width: 999px) {
  .tabs__link:hover {
    color: #0f529b;
    border-color: #0f529b;
    background: #fff;
  }
  .tabs__link:hover:last-of-type {
    border-left-color: #0f529b;
  }
  .tabs__link:active {
    color: #fff;
    border-color: #0f529b;
    background: #0f529b;
  }
}
.tabs__link:hover ~ label {
  border-left-color: #ed1c24;
}
@media screen and (max-width: 999px) {
  .tabs__link:hover ~ label {
    border-left-color: #0f529b;
  }
}
.tabs__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.tabs__checkbox:checked + label {
  color: #fff;
  border-color: #0f529b #0f529b #0f529b #fff;
  background: #0f529b;
  cursor: pointer;
}
.tabs__checkbox:checked + label:hover {
  border-color: #0f529b #0f529b #0f529b #fff;
}
.tabs__checkbox:checked + label + .tabs__checkbox:checked + label,
.tabs__checkbox:checked + label:hover ~ label {
  border-left-color: #fff;
}
.pagelist {
  box-sizing: border-box;
  padding: 40px 0 0;
  margin: 0;
  position: relative;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .pagelist {
    padding: 20px 0 0;
  }
}
.pagelist__item {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.pagelist__item > span {
  color: #919191;
  font-size: 20px;
  line-height: 30px;
}
.pagelist__item:last-of-type {
  margin: 0;
}
.pagelist__item.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pagelist__item svg {
  display: block;
  margin-top: 9px;
  width: 6px;
  height: 11px;
}
.pagelist__item .icon {
  color: #919191;
}
.pagelist__item_state_selected > span {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 11px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #0f529b;
  background: #fff;
  color: #222;
  line-height: 29px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}
.pagelist__item_state_selected:last-child {
  margin-right: 0;
}
.pagelist__item a {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 11px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #c4c4c4;
  background: #fff;
  color: #919191;
  line-height: 29px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
}
.pagelist__item a:hover {
  border-color: #0f529b;
  background: #0f529b;
  color: #fff;
  transition: all 0.25s;
}
.pagelist__item a:hover .icon {
  color: #fff;
  transition: color 0.25s;
}
.map {
  position: relative;
}
.map #map {
  width: 100%;
  height: 680px;
}
@media screen and (max-width: 999px) {
  .map #map {
    height: 600px;
  }
}
.map__holder {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.map__contacts {
  box-sizing: border-box;
  padding: 60px 60px 63px;
  border-bottom: 4px solid #0f529b;
  position: absolute;
  top: 206px;
  left: 0;
  background: #fff;
  color: #0f529b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}
.map__contacts > span {
  display: block;
  padding-left: 29px;
}
.map__contacts:before {
  width: 52px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 89px;
  background-color: #ed1c24;
  content: "";
}
@media screen and (max-width: 1259px) {
  .map__contacts {
    left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .map__contacts {
    padding: 60px 30px 63px;
  }
  .map__contacts:before {
    left: 59px;
  }
}
@media screen and (max-width: 999px) {
  .map__contacts {
    width: 280px;
    padding: 32px 20px 34px;
    margin-left: -140px;
    top: 15px;
    left: 50%;
    font-size: 14px;
    line-height: 1.58;
  }
  .map__contacts:before {
    left: 20px;
  }
}
.map__title {
  display: block;
  margin-bottom: 10px;
  position: relative;
  font-weight: 600;
}
.map__title:before {
  width: 15px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../svg/place.svg) no-repeat;
  content: "";
}
@media screen and (max-width: 999px) {
  .map__title {
    margin-bottom: 8px;
  }
  .map__title:before {
    top: -1px;
    left: 1px;
  }
}
.recommended {
  padding-bottom: 64px;
}
@media screen and (max-width: 999px) {
  .recommended {
    padding-bottom: 61px;
  }
}
.recommended__list {
  overflow: hidden;
  margin: 40px 0 0 -20px;
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  .recommended__list {
    margin: 20px -20px 0;
  }
}
.recommended__title {
  padding-top: 46px;
}
@media screen and (max-width: 999px) {
  .recommended__title {
    padding-top: 39px;
    font-size: 25px;
  }
}
.recommended__dots {
  height: 9px;
  margin-top: 26px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .recommended__dots {
    margin-top: 10px;
  }
}
.card__section {
  padding-bottom: 80px;
}
.card__section_type_white {
  padding-bottom: 92px;
  background: #fff;
}
@media screen and (max-width: 999px) {
  .card__section {
    padding-bottom: 60px;
  }
  .card__section_type_white {
    padding-bottom: 53px;
  }
}
.card__gallery {
  width: 520px;
  position: relative;
}
@media screen and (max-width: 1159px) {
  .card__gallery {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 999px) {
  .card__gallery {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 749px) {
  .card__gallery {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }
}
.card__holder {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 51px;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 749px) {
  .card__holder {
    display: block;
    margin-top: 25px;
  }
}
.card__info {
  box-sizing: border-box;
  width: calc(100% - 580px);
  border-bottom: 4px solid #0f529b;
  margin-left: 60px;
}
@media screen and (max-width: 1159px) {
  .card__info {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 999px) {
  .card__info {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
}
@media screen and (max-width: 749px) {
  .card__info {
    width: 100%;
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 559px) {
  .card__info {
    width: auto;
    margin: 25px -20px 0;
  }
}
.card__content {
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: 51px 60px 34px;
  background: #fff;
}
.card__content:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 999px) {
  .card__content {
    padding: 31px 20px 25px;
  }
}
.card__header {
  box-sizing: border-box;
  padding: 32px 60px 33px;
  background: #0f529b;
  color: #fff;
}
.card__header > span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5625;
}
@media screen and (max-width: 999px) {
  .card__header > span {
    font-size: 13px;
    line-height: 1.62;
  }
}
.card__header > span.card__title {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 999px) {
  .card__header > span.card__title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 999px) {
  .card__header {
    padding: 25px 20px 24px;
  }
}
.card__footer {
  box-sizing: border-box;
  padding: 50px 60px 53px;
  position: relative;
  background: #fff;
}
.card__footer:before {
  width: 52px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 60px;
  background-color: #ed1c24;
  content: "";
}
.card__footer > span {
  display: inline-block;
  padding-left: 49px;
  position: relative;
  font-size: 20px;
  color: #0f529b;
}
.card__footer > span:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
}
@media screen and (max-width: 1238px) {
  .card__footer > span {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .card__footer > span:last-of-type {
    margin-bottom: 0;
  }
}
.card__footer:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 999px) {
  .card__footer {
    padding: 21px 20px 35px;
  }
  .card__footer > span {
    padding-left: 36px;
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.card__price {
  margin-top: 20px;
  border: 2px dashed #ec1a2b;
  padding: 20px;
  background: #fff;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .card__price {
    border: 1px solid #efefef;
    border-bottom: 0;
    margin-top: 0;
    padding: 10px 0 0;
    background: 0 0;
  }
}
.card__note {
  display: block;
}
.card__mail,
.card__phone {
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .card__mail,
  .card__phone {
    display: block;
  }
}
.card__note {
  padding-bottom: 15px;
  position: relative;
}
.card__note:after {
  width: 138px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #efefef;
  content: "";
}
@media screen and (max-width: 999px) {
  .card__note {
    padding-bottom: 0;
  }
  .card__note:after {
    display: none;
  }
}
.card__mail {
  margin-top: 10px;
  margin-right: 25px;
}
.card__mail:first-child {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  .card__mail {
    margin-right: 0;
  }
}
.card__phone {
  margin-top: 10px;
}
.card__phone:first-child {
  margin-top: 0;
}
.card__phone a {
  display: inline-block;
  padding-left: 32px;
  position: relative;
  pointer-events: none;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 999px) {
  .card__phone a {
    pointer-events: inherit;
  }
}
.card__phone a:before {
  width: 23px;
  height: 23px;
  position: absolute;
  top: -2px;
  left: 0;
  background: url(../img/phone.svg) no-repeat;
  content: "";
}
.card__phone a:hover {
  color: #222;
}
.card__description {
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
}
@media screen and (max-width: 999px) {
  .card__description {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 1.62;
  }
}
.card__download {
  display: inline-block;
  width: 39px;
  height: 49px;
  margin-left: 25px;
}
.card__download svg {
  display: block;
  width: 100%;
  height: 100%;
}
.card__download .icon {
  color: #919191;
  transition: color 0.25s;
}
.card__download:hover .icon {
  color: #ed1c24;
  transition: color 0.25s;
}
@media screen and (max-width: 999px) {
  .card__download {
    width: 33px;
    height: 43px;
    margin-left: 17px;
  }
}
.card__vendor {
  box-sizing: border-box;
  height: 43px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  background: #0f529b;
  color: #fff;
  font-size: 14px;
  line-height: 43px;
}
@media screen and (max-width: 999px) {
  .card__vendor {
    padding: 0 15px;
  }
}
.info__title {
  margin: 0 0 28px;
  font-weight: 400;
}
.card .info__title {
  margin: 0 0 36px;
  padding-top: 46px;
}
@media screen and (max-width: 999px) {
  .info__title {
    margin: 0 0 16px;
  }
}
.http404 {
  height: 890px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .http404 {
    height: 60vw;
  }
}
@media screen and (max-width: 999px) {
  .http404 {
    height: 510px;
  }
}
.http404__inner {
  height: 100%;
  padding-top: 219px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .http404__inner {
    padding-top: 12vw;
  }
}
@media screen and (max-width: 999px) {
  .http404__inner {
    padding-top: 161px;
  }
}
.http404__bckg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  .http404__bckg {
    max-height: 100%;
  }
}
.http404__content {
  display: inline-block;
  max-width: 400px;
  text-align: center;
}
@media screen and (max-width: 440px) {
  .http404__content {
    max-width: 100%;
  }
}
.http404__title {
  display: block;
  padding-top: 0;
  color: #333;
  font-size: 55px;
}
.http404__title > span {
  display: block;
  color: #0f529b;
}
.http404__title:before {
  display: none;
}
.http404__info {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
}
@media screen and (max-width: 999px) {
  .http404__info {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.62;
  }
}
.gallery {
  margin: 0 -50vw;
  padding-top: 20px;
  overflow: hidden;
  background: #fff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
}
@media screen and (max-width: 999px) {
  .gallery {
    padding-top: 10px;
  }
  .about + .gallery {
    padding-top: 0;
  }
}
.gallery__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  height: 100%;
}
.gallery__arrows {
  width: 100%;
  height: 39px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery__arrows span {
  display: block;
  width: 39px;
  height: 39px;
  position: absolute;
  top: 0;
  left: 30px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.25s;
}
@media screen and (max-width: 999px) {
  .gallery__arrows span {
    left: 20px;
  }
}
.gallery__arrows span:hover {
  opacity: 1;
  transition: opacity 0.25s;
}
.gallery__arrows span.disabled {
  opacity: 0.3;
  cursor: default;
}
.gallery__arrows span.disabled:hover {
  opacity: 0.3;
}
.gallery__arrows span svg {
  display: inline-block;
  width: 39px;
  height: 39px;
}
.gallery__arrows span .icon {
  color: #fff;
}
.gallery__arrows span.gallery__next {
  left: auto;
  right: 30px;
}
@media screen and (max-width: 999px) {
  .gallery__arrows span.gallery__next {
    right: 20px;
  }
}
.gallery__arrows span.gallery__prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 999px) {
  .gallery__arrows {
    display: none;
  }
}
.gallery__item {
  float: left;
  width: 400px;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: move;
  cursor: grabbing;
  cursor: -webkit-grabbing;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  font-size: 0;
}
.gallery__item:after {
  width: 100%;
  height: 100%;
  background: rgba(15, 82, 155, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.25s;
  content: "";
}
.gallery__item img {
  max-width: 100%;
}
.wysiwyg .gallery__item img {
  margin: 0;
}
@media screen and (max-width: 999px) {
  .gallery__item {
    width: 200px;
  }
  .gallery__item:active {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .gallery__item:active:after {
    opacity: 1;
    transition: opacity 0.25s;
  }
}
@media screen and (max-width: 999px) {
  .wysiwyg a.gallery__item:active {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (min-width: 1000px) {
  .gallery__item:hover {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .gallery__item:hover:after {
    opacity: 1;
    transition: opacity 0.25s;
  }
}
.popular {
  padding: 40px 0 70px;
  background: #efefef;
}
.popular__helper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 39px;
}
@media screen and (max-width: 999px) {
  .popular__helper {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .popular__helper {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline;
  }
}
.popular__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 -30px -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .popular__list {
    margin: 15px 0 -15px -10px;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
}
.popular__holder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .popular__holder {
    display: inline-block;
    width: auto;
  }
}
.popular__filter {
  min-width: 202px;
}
@media screen and (max-width: 768px) {
  .popular__filter {
    margin-top: 15px;
    min-width: inherit;
  }
}
.popular__title {
  margin: 0 40px 0 0;
  padding-top: 0;
}
.popular__title:before {
  display: none;
}
@media screen and (max-width: 999px) {
  .popular__title {
    margin: 0 15px 0 0;
    font-size: 25px;
  }
}
.blog {
  box-sizing: border-box;
  width: 100%;
  margin-top: 24px;
  padding-bottom: 60px;
}
.blog_type_more {
  margin-top: 0;
  padding: 0 0 100px;
  background: #efefef;
}
@media screen and (max-width: 999px) {
  .blog_type_more {
    padding: 0 0 50px;
  }
}
.blog__helper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 50px;
}
.blog__helper > a {
  font-size: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  .blog__helper {
    margin-bottom: 20px;
  }
}
.blog__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 -30px -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .blog__list {
    margin: 15px 0 -15px -10px;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
}
.blog__title {
  padding-top: 42px;
}
@media screen and (max-width: 999px) {
  .blog__title {
    padding-top: 30px;
    font-size: 25px;
  }
}
.tags {
  margin-top: 36px;
  font-size: 16px;
}
.tags > span {
  margin-right: 18px;
}
.tags__list {
  display: inline;
}
.tags__list a {
  display: inline-block;
  margin-right: 18px;
}
.tags__list span {
  display: inline-block;
  margin-right: 18px;
  color: #8daed1;
}
