/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"], [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/*! nouislider - 14.1.0 - 12/4/2019 */
.noUi-target, .noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box}
.noUi-target{position:relative}
.noUi-base, .noUi-connects{width:100%;height:100%;position:relative;z-index:1}
.noUi-connects{overflow:hidden;z-index:0}
.noUi-connect, .noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}
.noUi-connect{height:100%;width:100%}
.noUi-origin{height:10%;width:10%}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}
.noUi-vertical .noUi-origin{width:0}
.noUi-horizontal .noUi-origin{height:0}
.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}
.noUi-touch-area{height:100%;width:100%}
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin{transition:transform .3s}
.noUi-state-drag *{cursor:inherit!important}
.noUi-horizontal{height:18px}
.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}
.noUi-vertical{width:18px}
.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;top:-17px}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}
.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}
.noUi-connects{border-radius:3px}
.noUi-connect{background:#3FB8AF}
.noUi-draggable{cursor:ew-resize}
.noUi-vertical .noUi-draggable{cursor:ns-resize}
.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}
.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}
.noUi-handle:after, .noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}
.noUi-handle:after{left:17px}
.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}
.noUi-vertical .noUi-handle:after{top:17px}
[disabled] .noUi-connect{background:#B8B8B8}
[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target{cursor:not-allowed}
.noUi-pips, .noUi-pips *{box-sizing:border-box}
.noUi-pips{position:absolute;color:#999}
.noUi-value{position:absolute;white-space:nowrap;text-align:center}
.noUi-value-sub{color:#ccc;font-size:10px}
.noUi-marker{position:absolute;background:#CCC}
.noUi-marker-sub{background:#AAA}
.noUi-marker-large{background:#AAA}
.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}
.noUi-value-horizontal{transform:translate(-50%,50%)}
.noUi-rtl .noUi-value-horizontal{transform:translate(50%,50%)}
.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}
.noUi-marker-horizontal.noUi-marker-sub{height:10px}
.noUi-marker-horizontal.noUi-marker-large{height:15px}
.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}
.noUi-value-vertical{transform:translate(0,-50%);padding-left:25px}
.noUi-rtl .noUi-value-vertical{transform:translate(0,50%)}
.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}
.noUi-marker-vertical.noUi-marker-sub{width:10px}
.noUi-marker-vertical.noUi-marker-large{width:15px}
.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}
.noUi-horizontal .noUi-tooltip{transform:translate(-50%,0);left:50%;bottom:120%}
.noUi-vertical .noUi-tooltip{transform:translate(0,-50%);top:50%;right:120%}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
.pswp * {
    box-sizing: border-box; }
.pswp img {
    max-width: none; }
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--open {
  display: block; }
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
.pswp__container, .pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
/* Prevent selection and tap highlights */
.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  transition: none; }
.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-container-no-flexbox .swiper-slide{float:left}
.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}
.swiper-container-android .swiper-slide, .swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}
.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}
.swiper-button-next, .swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet-active{opacity:1;background:#007aff}
.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;-o-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top;-webkit-transition:.2s transform,.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top,.2s -webkit-transform;transition:.2s transform,.2s top,.2s -webkit-transform}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;-o-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left;-webkit-transition:.2s transform,.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left,.2s -webkit-transform;transition:.2s transform,.2s left,.2s -webkit-transform}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;-o-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right;-webkit-transition:.2s transform,.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right,.2s -webkit-transform;transition:.2s transform,.2s right,.2s -webkit-transform}
.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}
.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}
.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}
.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;font-family:"object-fit:contain";object-fit:contain}
.swiper-slide-zoomed{cursor:move}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}
.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}
.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}
.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube{overflow:visible}
.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}
.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}
.swiper-container-flip{overflow:visible}
.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animatedWSlow {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animatedSlow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animatedFast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}

@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(5%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(5%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
.b-slider__paginations {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
    z-index: 99;
  }
.b-slider__paginations.disabled {
      opacity: 0.5;
    }
.b-slider__pagination {
    cursor: pointer;
    margin: 10px;
    pointer-events: all;
  }
.b-slider__pagination.active {
      cursor: default;
    }
.b-slider__pagination.active * {
        fill: #fff;
      }
.b-slider__pagination * {
      pointer-events: none;
    }:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
.b-table table {
        border: 1px solid #EDF0FA;
    }
.b-table caption {
        text-align: left;
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 23px;
    }
.b-table th, .b-table td {
        padding: 11px 119px 14px 19px;
    }
.b-table th:not(:last-child) {
           border-right: 1px solid #EDF0FA;
       }
.b-table td {
        border-top: 1px solid #EDF0FA;
    }
.b-table td:not(:last-child) {
            border-right: 1px solid #EDF0FA;
        }
.b-table tr:nth-child(odd):not(:first-child) {
        background-color:  rgba(226, 232, 253, 0.4);
        }:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
.c-info__logo {
    width: 177.5px;
    height: 46px;
    margin-bottom: 37px;
  }
@media (max-width: 767px) {
.c-info__logo {
      display: none
  }
    }
.c-info__link {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
    color: #fff;
    transition: color .3s;
  }
@media (max-width: 1023px) {
.c-info__link {
      font-size: 16px
  }
    }
.c-info__link:hover {
      color: #FF6633;
    }
.c-info__socials {
    display: inline-flex;
    margin: 10px 0;
  }
@media (max-width: 1023px) {
.c-info__socials {
      margin-top: 0
  }
    }
.c-info__social {
    display: flex;
    width: 45px;
    height: 45px;
    margin: 15px 10px 15px 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #31426B;
    transition: transform .3s;
  }
@media (max-width: 1023px) {
.c-info__social {
      margin-top: 0
  }
    }
.c-info__social:hover {
      transform: translateY(-5px);
    }
:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
.contacts-map {
  height: 462px;

}
.contacts-map .ymaps-2-1-75-panel-pane {
    top: 0;
    bottom: auto !important;
  }
.contacts-map .ymaps-2-1-75-copyrights-pane {
    bottom: 0 !important;
  }
.contacts-map .ymaps-2-1-75-balloon {
    box-shadow: 0 5px 10px 0 rgba(54, 71, 112, 0.1);
  }
@media (max-width: 500px) {
.contacts-map .ymaps-2-1-75-balloon {
      box-shadow: none
  }
    }
.contacts-map .ymaps-2-1-75-balloon__tail {
      display: none;
    }
.contacts-map .ymaps-2-1-75-balloon__layout {
      min-width: 375px;
      border-radius: 5px;
    }
.contacts-map .ymaps-2-1-75-balloon_layout_panel {
      bottom: auto;
      top: 0;
    }
.contacts-map .ymaps-2-1-75-balloon__content {
      padding: 20px 60px 20px 27px;
      margin-right: 0;
    }
.contacts-map .ymaps-2-1-75-balloon__content h4 {
        font-size: 17px;
        margin: 0 0 7px;
      }
.contacts-map .ymaps-2-1-75-balloon__content p {
        margin: 0 0 7px;
        font-size: 15px;
      }
.contacts-map .ymaps-2-1-75-balloon__content a {
        font-size: 15px;
        transition: color .3s;
      }
.contacts-map .ymaps-2-1-75-balloon__content a:hover {
          color: #FF6633;
        }
.contacts-map .ymaps-2-1-75-balloon__close {
      display: none;
    }
@media (max-width: 500px) {
.contacts-map .ymaps-2-1-75-balloon__close {
        display: block
    }
      }
.contacts-map .ymaps-2-1-75-balloon__close-button {
        background-image: url("/local/client/img/close.png");
        opacity: 1;

      }
:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
.pswp__img {
  font-family: "object-fit:contain" !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
@media (max-width: 767px) {

    .pswp__button:not(.pswp__button--close) {
      display: none !important;
    }
  }
.pswp__button:focus, .pswp__button:hover {
  opacity: 1; }
.pswp__button:active {
  outline: none;
  opacity: 0.9; }
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.pswp__bg {
  background-color: rgb(12, 34, 65) !important;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before{
  background: url(/local/client/img/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/local/client/img/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none; } }
.pswp__button--close {
  background-position: 0 -44px; }
.pswp__button--share {
  background-position: -44px -44px; }
.pswp__button--fs {
  display: none; }
.pswp--supports-fs .pswp__button--fs {
  display: block; }
.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }
.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }
.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }
.pswp--zoom-allowed .pswp__img {
  cursor: default !important;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }
.pswp__button--arrow--left {
  left: 0; }
.pswp__button--arrow--right {
  right: 0; }
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }
/*

	2. Share modal/popup and links

 */
.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }
.pswp__share-modal--hidden {
  display: none; }
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }
.pswp__share-modal--fade-in {
  opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0); }
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }
a.pswp__share--download:hover {
  background: #DDD; }
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }
/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
.pswp__caption small {
  font-size: 11px;
  color: #BBB; }
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }
.pswp__caption--empty {
  display: none; }
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }
.pswp__preloader--active {
  opacity: 1; }
.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }
.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }
@-webkit-keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }
@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
@media (max-width: 767px) {
.pswp__top-bar {
    opacity: 1 !important
}
  }
.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }
.pswp__top-bar, .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none; }
.pswp__element--disabled {
  display: none !important; }
.pswp--minimal--dark .pswp__top-bar {
  background: none; }
:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
.reviews__card {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    padding: 30px;
    background-color: transparent;
    border: 1px solid #DADCE2;
    border-radius: 5px;
    transition: box-shadow .3s;
  }
.reviews__card:hover {
      box-shadow: 0 5px 10px 0 rgba(54, 71, 112, 0.1);
    }
.reviews__card.swiper-slide {
      height: auto;
    }
@media (max-width: 1279px) {
.reviews__card {
      margin-bottom: 25px
  }
    }
@media (max-width: 1023px) {
.reviews__card {
      margin-bottom: 20px
  }
    }
@media (max-width: 767px) {
.reviews__card {
      margin-bottom: 10px
  }
    }
.reviews__bg {
    width: 50px;
    height: 42px;
    margin: 32px;
    position: absolute;
    top: 0;
    right: 0;
  }
@media (max-width: 1279px) {
.reviews__bg {
      display: none
  }
    }
.reviews__bg * {
      fill: #DADCE2;
    }
.reviews__text {
    margin-right: 80px;
    margin-bottom: 18px;
    line-height: 1.5;
    overflow: hidden;
  }
@media (max-width: 1279px) {
.reviews__text {
      margin-right: 0
  }
    }
.reviews__name {
    margin-top: auto;
    text-align: right;
    color: #FF6633;
    font-size: 18px;
  }
.reviews__name:not(:last-child) {
      margin-bottom: 6px;
    }
.reviews__state {
    text-align: right;
    color: #8E96AA;
  }
.reviews .swiper-container .swiper-pagination {
      display: none;
      bottom: 15px;
      left: 50%;
      transform: translateX(-50%);
    }
@media (max-width: 1023px) {
.reviews .swiper-container .swiper-pagination {
        display: block
    }
      }
.reviews .swiper-container .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        margin: 0 5px;
        background-color: #8E96AA;
        opacity: 1;
        transition: color .3s, transform .3s;
      }
.reviews .swiper-container .swiper-pagination-bullet-active {
          background-color: #01789A;
        }
.reviews .swiper-container .swiper-pagination-bullet-active-prev-prev, .reviews .swiper-container .swiper-pagination-bullet-active-next-next {
            opacity: 0;
            pointer-events: none;
          }
:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
.plus {
  position: relative;
  width: 15px;
  height: 15px;
  padding: 15px;
  cursor: pointer;
  transition: height .2s;
}
.plus.active:before {
      height: 2px;
    }
.plus:hover:before, .plus:hover:after {
      background-color: #FF4E13;
    }
.plus:before, .plus:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 21px;
    margin: auto;
    background-color: #AFB7CA;
    transition: .2s;
  }
.plus:before {
  }
.plus:after {
    transform: rotate(90deg) translateZ(0);
  }
.plus--cross:before {
      transform: rotate(-45deg) translateZ(0);
    }
.plus--cross:after {
      transform: rotate(45deg) translateZ(0);
    }
:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
.quotes__text {
        color: #8E96AA;
        display: flex;
        margin-bottom: 38px;
        font-style: italic;
    }
.quotes__text:before {
            content: "";
            display: inline-block;
            width: 2px;
            height: auto;
            margin-right: 30px;
            margin-bottom: -20px;
            border-left: 2px solid #3D5D99;
        }
.quotes__name {
        margin-top: auto;
        text-align: right;
        color: #FF6633;
        font-size: 16px;
    }
.quotes__name:not(:last-child) {
            margin-bottom: 8px;
        }
.quotes__state {
        text-align: right;
        color: #8E96AA;
    }:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
.schedule__search {
    margin-bottom: 25px;
  }
.schedule-course {
    margin-bottom: 30px;
    border: 1px solid #DADCE2;
    border-radius: 5px;
    overflow: hidden;
  }
.schedule-course__head {
      display: flex;
      flex-wrap: wrap;
      padding: 18px 30px;
      background-color: #DADCE2;
      font-weight: 500;
    }
@media (max-width: 500px) {
.schedule-course__head {
        padding: 18px 20px
    }
      }
.schedule-course__title {
      display: inline;
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(100% - 250px);
      margin-bottom: 10px;
      font-size: 18px;
      cursor: pointer;
      transition: color .3s;
    }
@media (max-width: 1023px) {
.schedule-course__title {
        flex: 0 0 100%
    }
      }
.schedule-course__title:hover {
        color: #01789A;
      }
.schedule-course__date {
      flex: 0 0 250px;
      font-size: 18px;
      text-align: right;
    }
@media (max-width: 1023px) {
.schedule-course__date {
        flex: 0 0 100%;
        text-align: left;
        margin-bottom: 10px
    }
      }
.schedule-course__manager {
      flex: 0 0 auto;
      margin-right: 20px;
    }
@media (max-width: 1023px) {
.schedule-course__manager {
        flex: 1 1 100%;
        margin-bottom: 13px
    }
      }
.schedule-course__manager span {
        font-weight: 300;
      }
@media (max-width: 500px) {
.schedule-course__manager span {
          display: inline-block;
          width: 100%
      }
        }
.schedule-course__phone {
      flex: 0 0 auto;
    }
@media (max-width: 1023px) {
.schedule-course__phone {
        flex: 1 1 100%
    }
      }
.schedule-course__phone span {
        font-weight: 300;
      }
@media (max-width: 500px) {
.schedule-course__phone span {
          display: inline-block;
          width: 100%
      }
        }
.schedule-classes__item {
      display: flex;
      padding: 30px 0 0 30px;
      align-items: flex-start;
    }
@media (max-width: 1400px) {
.schedule-classes__item {
        flex-wrap: wrap
    }
      }
@media (max-width: 500px) {
.schedule-classes__item {
        padding: 15px 0 0 20px
    }
      }
.schedule-classes__item:not(:last-child) {
        border-bottom: 1px solid #DADCE2;
      }
.schedule-classes__info {
      display: flex;
      justify-content: flex-start;
      flex-grow: 1;
      flex-shrink: 0;
      flex-basis: calc(100% / 5);
      max-width: calc(100% / 5);
      padding: 0 20px 30px 0;
    }
@media (max-width: 1400px) {
.schedule-classes__info {
        flex: 1 0 25%;
        max-width: 25%
    }
      }
@media (max-width: 1279px) {
.schedule-classes__info {
        flex: 1 0 33.33%;
        max-width: 33.33%
    }
      }
@media (max-width: 1023px) {
.schedule-classes__info {
        flex: 1 0 50%;
        max-width: 50%
    }
      }
@media (max-width: 500px) {
.schedule-classes__info {
        max-width: 100%;
        padding: 0 20px 15px 0
    }
      }
.schedule-classes__info svg {
        flex: 0 0 24px;
        margin-right: 10px;
      }
.schedule-classes__info span {
        color: #747C8F;
      }
:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
.scroll-top {
  position: fixed;
  left: 55px;
  bottom: 40px;
  border-radius: 5px;
  background: #FF6633;
  width: 50px;
  height: 50px;
  opacity: 0;
  transform: scaleY(-1);
  transition: opacity .3s;
  z-index: 99;
}
@media (max-width: 767px) {
.scroll-top {
    left: 15px
}
  }
.scroll-top.active {
    opacity: .4;
    cursor: pointer;
  }
.scroll-top.active:hover {
      opacity: 1;
    }
.scroll-top:after, .scroll-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 9px;
    background-color: #fff;
    transition: background .2s;
  }
.scroll-top:before {
    right: 6px;
    transform: rotate(45deg);
  }
.scroll-top:after {
    left: 6px;
    transform: rotate(-45deg);
  }
:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
.tooltip {
  display: inline-block;
  position: relative;
}
.tooltip:hover {
  }
.tooltip__icon {
    cursor: pointer;
  }
.tooltip__text {
    display: none;
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    width: 255px;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(54, 71, 112, 0.1);
    color: #052A34;
    transform: translateY(-50%);
    white-space: normal;
    font-size: 14px;
    font-weight: 400;
    z-index: 2;
  }
@media (max-width: 767px) {
.tooltip__text {
      top: inherit;
      bottom: calc(100% + 10px);
      left: 50%;
      transform: translateX(-50%)
  }
    }
.tooltip__text.left {
      left: inherit;
      right: calc(100% + 10px);
    }
.tooltip__text.left:after {
        left: inherit;
        right: 0;
        transform: translateY(-50%) translateX(50%) rotate(45deg);
      }
/* если не помещается в экран и подвинуло скриптом */
.tooltip__text.moved:after {
        display: none;
      }
.tooltip__text:after {
      content: '';
      width: 7px;
      height: 7px;
      position: absolute;
      top: 50%;
      left: 0;
      background-color: #fff;
      transform: translateY(-50%) translateX(-50%) rotate(45deg);
    }
@media (max-width: 767px) {
.tooltip__text:after {
        top: 100%;
        left: 50%
    }
      }
/* с бэка */
.tooltip__handle {
    position: relative;
  }
.tooltip__handle-text {
      display: none;
      position: absolute;
      bottom: 10px;
      right: -50%;
      width: 230px;
      padding: 10px 15px !important;
      border-radius: 2px;
      background-color: #fff;
      font-size: 14px;
      font-weight: 400;
      color: #052A34;
      white-space: normal;
      transform: translateY(-50%);
      z-index: 2;
    }
@media (max-width: 767px) {
.tooltip__handle-text {
        right: 0
    }
      }
.tooltip__handle-text:after {
        content: '';
        width: 7px;
        height: 7px;
        position: absolute;
        bottom: -7px;
        right: calc(50% - 3px);
        background-color: #000000;
        transform: translateY(-50%) translateX(50%) rotate(45deg);
      }
@media (max-width: 767px) {
.tooltip__handle-text:after {
          right: 50px
      }
        }
:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
.b-modal {
  display: none;
  width: calc(100% - 30px);
  max-width: 600px;
  padding: 40px 50px;
  margin: 20px auto;
  background: linear-gradient(-45deg, #2C3C63, #374A77, #445E9A);
  position: relative;
}
@media (max-width: 500px) {
.b-modal {
    padding: 20px 30px
}
  }
.b-modal--basket {
    max-width: 1000px;
  }
.b-modal--small {
    max-width: 444px;
  }
.b-modal--big {
    max-width: 700px;
  }
.b-modal__close {
    position: absolute !important;
    right: 15px;
    top: 15px;
    cursor: pointer;
  }
@media (max-width: 500px) {
.b-modal__close {
      right: 5px;
      top: 5px
  }
    }
.b-modal__success { /* сообщение о успешной отправке */
    color: var(--green);
  }
.b-modal__bottom {
    display: flex;
    margin-top: 25px;
    align-items: center;
  }
@media (max-width: 500px) {
.b-modal__bottom {
      flex-wrap: wrap;
      align-items: flex-start
  }
    }
.b-modal__bottom--col {
      margin-top: 15px;
      flex-direction: column;
      align-items: stretch;
    }
.b-modal__bottom--col .b-form__pp {
        margin-right: 0;
        margin-bottom: 10px;
      }
.b-modal__bottom--col .b-form__pp + .btn:last-child {
          margin-left: 0;
        }
.b-modal__bottom .link {
      margin-right: 30px;
    }
@media (max-width: 500px) {
.b-modal__bottom .link:first-child {
          order: -2;
          width: calc(100% - 120px)
      }
        }
@media (max-width: 500px) {
.b-modal__bottom .link + .btn {
          order: -1
      }
        }
.b-modal__bottom .btn:last-child {
      margin-left: auto;
    }
/* fast-order */
.b-modal-f__item {
      display: flex;
      margin-bottom: 10px;
    }
.b-modal-f__bottom {
      display: flex;
    }
.b-modal-f__bottom > *:first-child {
          width: calc(100% - 130px - 10px);
          margin-right: 10px;
        }
.b-modal-f__bottom > *:last-child:not(:first-child) {
          width: 130px;
        }
.b-modal-f__bottom .btn:first-child:last-child {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
      }
.b-modal-f__bottom .btn {
        padding-right: 10px;
        padding-left: 10px;
      }
.b-modal-f__bottom .btn + .btn {
          width: auto;
          flex-grow: 1;
        }
.b-modal-f .b-form__item {
      width: calc(100% - 130px - 10px);
      margin-right: 10px;
      margin-bottom: 0;
    }
.b-modal-f .b-form__item input {
        min-height: 40px;
        padding-left: 15px;
      }
.b-modal-f .b-count {
      width: 130px;
    }
.b-modal-f .link-toggle {
      margin-top: 0;
      margin-bottom: 10px;
    }
.b-modal p {
    color: #fff;
  }
.mfp-container {
    padding: 0 !important;
  }
.mfp-container .mfp-content .mfp-iframe {
      max-width: calc(100vw - 30px);
      transform: translateX(-50%);
      left: 50%;
    }
.mfp-container .mfp-content .b-modal {
      display: block;
    }
.mfp-fade.mfp-bg {
      opacity: 0;
      transition: all 0.15s ease-out;
      background: rgba(12, 34, 65, .65);
    }
.mfp-fade.mfp-bg.mfp-ready {
        opacity: 1 !important;
      }
.mfp-fade.mfp-bg.mfp-ready {
      opacity: 0.3;
    }
.mfp-fade.mfp-bg.mfp-removing {
      opacity: 0;
    }
.mfp-fade.mfp-wrap .mfp-content {
      opacity: 0;
      transition: all 0.15s ease-out;
    }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
      opacity: 1;
    }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
      opacity: 0;
    }
:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
.b-range-slider {
  width: 100%;
  height: 50px;
  padding-top: 12px;
}
.b-range-slider__inputs {
    display: inline-flex;
    width: 100%;
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
  }
.b-range-slider__inner {
    width: 40%;
  }
.b-range-slider__inner span {
      color: #FF6633;
    }
.b-range-slider__values {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
  }
.b-range-slider .noUi-handle {
    border: none;
    border-radius: 4px;
  }
.b-range-slider .noUi-horizontal {
    margin-bottom: 13px;
    margin-left: 15px;
    height: 4px;
  }
.b-range-slider .noUi-handle {
    display: flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: none;
    top: calc(50% + 2px);
    left: 0;
    right: 0 !important;
    transform: translateY(-50%);
    cursor: pointer;
  }
@media (max-width: 767px) {
.b-range-slider .noUi-handle {
      left: auto
  }
    }
.b-range-slider .noUi-handle:hover:after {
        border-color: #EDF0FA;
      }
.b-range-slider .noUi-handle:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 75%;
      border-radius: 50%;
      transform: translateY(-50%);
    }
.b-range-slider .noUi-handle:after {
      width: 15px;
      height: 15px;
      border: 2px solid #fff;
      background-color: #FF6633;
      transition: .2s;
      z-index: 1;
    }
.b-range-slider .noUi-handle:before {
      content: none;
    }
.b-range-slider .noUi-target {
    border: none;
    border-radius: 4px;
    background-color: #EDF0FA;
    box-shadow: none;
  }
.b-range-slider .noUi-connects {
    position: relative;
    overflow: visible;
  }
.b-range-slider .noUi-connects:before, .b-range-slider .noUi-connects:after {
      content: '';
      width: 15px;
      position: absolute;
      top: 0;
      bottom: 0;
      background-color: #EDF0FA;
    }
.b-range-slider .noUi-connects:before {
      right: 100%;
    }
.b-range-slider .noUi-connects:after {
      left: 100%;
      content: none;
    }
.b-range-slider .noUi-connect {
    height: 4px;
    background: #FF6633;
  }
:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
.cookie-alert {
  position: fixed;
  bottom: 15px;
  right: 15px;
  max-width: 471px;
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 30px;
  z-index: 19!important;
  background: linear-gradient(-45deg, #2C3C63, #374A77, #445E9A);
  box-shadow: 0 5px 10px 0 rgba(54, 71, 112, 0.1);
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  transform: translateZ(0);
}
@media (max-width: 767px) {
.cookie-alert {
    padding: 10px 35px 10px 15px;
    text-align: left
}
  }
@media (max-width: 500px) {
.cookie-alert {
    bottom: 0;
    right: 0;
    max-width: none;
    padding: 10px 15px
}
  }
.cookie-alert p {
    width: 100%;
    margin-bottom: 10px;
  }
.cookie-alert .btn {
    width: 100%;
  }
.cookie-alert:not(.hidden) {
    display: flex;
    justify-content: center;
  }
:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
.f-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 70px;
  background-color: #fff;
  box-shadow: var(--shadow-b);
}
.f-form__form {
    max-width: 629px;
    flex-grow: 1;
  }
.f-form .b-form__item {
    margin-bottom: 20px;
  }
.f-form .b-form__item .btn {
      position: absolute;
      top: 0;
      right: 0;
    }
.f-form h3 {
    margin-bottom: 0;
  }:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
.datepicker {
  width: 300px;
  border: none;
  box-shadow: none;
  color: var(--black-text) !important;
}
.datepicker--cell {
    width: 40px;
    height: 40px;
    margin: 0 2px 2px 0;
    background-color: var(--background);
    border-radius: 0;
  }
.datepicker--cell.-in-range- {
      background-color: var(--red-d);
    }
.datepicker--cell.-selected- {
      background-color: var(--red-l);
    }
.datepicker--cell.-focus {
      background-color: var(--background-l);
    }
.datepicker--pointer { /*  */
    display: none;
  }
/* datepicker filter */
[data-f-d-wrap] { /* &.b-form__item.b-form__item--select */
  width: 300px;
  position: relative;
}
[data-f-d-wrap] [data-f-d] {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    box-shadow: 0 5px 10px 0 rgba(54, 71, 112, 0.1);
    z-index: 3;

    /*&.active {
      display: block;
    }*/
  }
[data-f-d-wrap] [data-f-d="range"] {
    background: #fff;
  }
[data-f-d-wrap] [data-f-d="range"] .datepicker--cell {
      position: relative;
    }
[data-f-d-wrap] [data-f-d="range"] .datepicker--cell.-selected-:after {
        content: attr(data-title);
        position: absolute;
        bottom: 3px;
        left: 50%;
        font-size: 10px;
        transform: translateX(-50%);
      }
[data-f-d-wrap] [data-f-d-text]:last-child:before {
        content: '-';
        padding-right: 4px;
      }
[data-f-d-wrap] [data-f-d-text]:last-child:empty {
        display: none;
      }:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
:root { /* padding vertical desktop */
}
.m-filter {
  width: 100%;
  position: absolute;
  bottom: 100px;
  z-index: 2;
}
.m-filter__inner {
    box-shadow: var(--shadow-b);
  }
.m-filter__top {
    display: flex;
    padding: 17px 56px;
    background-color: var(--background);
    border-radius: 4px 4px 0 0;
  }
.m-filter__top a {
      margin-left: auto;
    }
.m-filter__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 56px;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
  }
.m-filter__bottom .b-form__item {
      width: auto;
      flex-grow: 1;
      margin-right: 40px;
      margin-bottom: 0;
    }












































:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
:root {

}
.m-clients {
  display: flex;
  margin-right: -30px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1279px) {
.m-clients {
    margin-right: -25px
}
  }
@media (max-width: 1023px) {
.m-clients {
    margin-right: -20px;
    flex-direction: column
}
  }
@media (max-width: 767px) {
.m-clients {
    margin-right: -10px
}
  }
.m-clients-reviews {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 30px);
    margin-right: 30px;
  }
@media (max-width: 1279px) {
.m-clients-reviews {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(50% - 25px);
      margin-right: 25px
  }
    }
@media (max-width: 1023px) {
.m-clients-reviews {
      flex: auto;
      width: calc(100% - 20px);
      margin-right: 20px;
      margin-bottom: 40px
  }
    }
@media (max-width: 767px) {
.m-clients-reviews {
      width: calc(100% - 10px);
      margin-right: 10px;
      margin-bottom: 10px
  }
    }
.m-clients-reviews .swiper-container {
      overflow: visible;
    }
.m-clients-reviews .swiper-wrapper {
      flex-direction: column;
    }
@media (max-width: 767px) {
.m-clients-reviews .swiper-wrapper {
        flex-direction: row
    }
      }
.m-clients-reviews .swiper-pagination {
      display: none;
      bottom: 25px !important;
    }
@media (max-width: 767px) {
.m-clients-reviews .swiper-pagination {
        display: block
    }
      }
.m-clients-reviews .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        margin: 0 5px;
        background-color: #8E96AA;
        opacity: 1;
        transition: color .3s, transform .3s;
      }
.m-clients-reviews .swiper-pagination-bullet-active {
          background-color: #01789A;
        }
.m-clients-reviews .swiper-pagination-bullet-active-prev-prev, .m-clients-reviews .swiper-pagination-bullet-active-next-next {
            opacity: 0;
            pointer-events: none;
          }
.m-clients-reviews .m-clients-btn {
      width: 100%;
    }
@media (max-width: 1023px) {
.m-clients-reviews .m-clients-btn {
        display: none
    }
      }
.m-clients-reviews ~ .m-clients-btn {
      display: none;
    }
@media (max-width: 1023px) {
.m-clients-reviews ~ .m-clients-btn {
        display: block;
        width: calc(100% - 20px)
    }
      }
@media (max-width: 767px) {
.m-clients-reviews ~ .m-clients-btn {
        width: calc(100% - 10px)
    }
      }
@media (max-width: 767px) {
.m-clients-reviews .reviews__card {
        padding: 20px 20px 30px
    }
      }
.m-clients-table {
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: -30px;
    padding: 0 82px;
    flex-wrap: wrap;
  }
@media (max-width: 1700px) {
.m-clients-table {
      padding: 0 40px
  }
    }
@media (max-width: 1279px) {
.m-clients-table {
      margin-right: -25px;
      padding: 0 10px
  }
    }
@media (max-width: 1023px) {
.m-clients-table {
      width: 100%;
      flex: 0 0 auto;
      max-width: 100%;
      margin-right: -20px;
      padding: 0
  }
    }
@media (max-width: 767px) {
.m-clients-table {
      margin-right: -10px
  }
    }
.m-clients-table__card {
      position: relative;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: calc(33.3% - 30px);
      height: 140px;
      margin-right: 30px;
      margin-bottom: 30px;
      background-color: #fff;
      border-radius: 5px;
      transition: box-shadow .3s;
    }
@media (max-width: 1279px) {
.m-clients-table__card {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc(33.3% - 25px);
        margin-right: 25px;
        margin-bottom: 25px
    }
      }
@media (max-width: 1023px) {
.m-clients-table__card {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc(33.3% - 20px);
        margin-right: 20px;
        margin-bottom: 20px
    }
      }
@media (max-width: 767px) {
.m-clients-table__card {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc(33.3% - 10px);
        height: 100px;
        margin-right: 10px;
        margin-bottom: 10px
    }
      }
@media (max-width: 500px) {
.m-clients-table__card {
        height: 70px
    }
      }
.m-clients-table__card:hover {
        box-shadow: 0 5px 10px 0 rgba(54, 71, 112, 0.1);
      }
.m-clients-table__logo {
      position: absolute;
      top: 30px;
      left: 30px;
      right: 30px;
      bottom: 30px;
    }
@media (max-width: 1700px) {
.m-clients-table__logo {
        top: 25px;
        left: 25px;
        right: 25px;
        bottom: 25px
    }
      }
@media (max-width: 1279px) {
.m-clients-table__logo {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px
    }
      }
.m-clients-table__logo img {
        width: 100%;
        height: 100%;
        font-family: "object-fit:contain";
        -o-object-fit: contain;
           object-fit: contain;
      }
:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
.m-opp {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px -30px 0;
}
@media (max-width: 1279px) {
.m-opp {
    margin: 0 -20px -20px 0
}
  }
@media (max-width: 767px) {
.m-opp {
    margin: 0 -10px -10px 0
}
  }
.m-opp__card {
    position: relative;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
    height: 300px;
    margin: 0 30px 30px 0;
    padding: 40px 30px;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 5px;
    overflow: hidden;
    transition: box-shadow .3s;
  }
@media (max-width: 1700px) {
.m-opp__card {
      height: 250px
  }
    }
@media (max-width: 1279px) {
.m-opp__card {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(50% - 20px);
      max-width: calc(50% - 20px);
      height: 200px;
      margin: 0 20px 20px 0;
      padding: 30px 25px
  }
    }
@media (max-width: 767px) {
.m-opp__card {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(100% - 10px);
      max-width: calc(100% - 10px);
      height: 150px;
      margin: 0 10px 10px 0;
      padding: 20px
  }
    }
.m-opp__card--double {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: calc(200% / 3 - 30px);
      max-width: calc(200% / 3 - 30px);
    }
@media (max-width: 1279px) {
.m-opp__card--double {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 20px);
        max-width: calc(100% - 20px)
    }
      }
@media (max-width: 767px) {
.m-opp__card--double {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 10px);
        max-width: calc(100% - 10px)
    }
      }
.m-opp__card:hover .m-opp__img {
        transform: scale(1.05);
      }
.m-opp__card:hover .m-opp__img:after {
          opacity: .5;
        }
.m-opp__img, .m-opp__img-m{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: transform 1s;
  }
.m-opp__img img, .m-opp__img-m img {
      height: 100%;
      width: 100%;
      font-family: "object-fit:cover";
      -o-object-fit: cover;
         object-fit: cover;
    }
.m-opp__img:after, .m-opp__img-m:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(180deg, rgba(3, 19, 57, 0), rgba(3, 19, 57, 0.7));
      transition: opacity .4s;
    }
@media (max-width: 767px) {
.m-opp__img {
      display: none
  }
    }
.m-opp__img-m {
    display: none;
  }
@media (max-width: 767px) {
.m-opp__img-m {
      display: block
  }
    }
.m-opp__title {
    margin-bottom: 0 !important;
    color: #fff;
    z-index: 1;
  }
.m-opp__subtitle {
    margin-top: 7px;
    color: #fff;
    z-index: 1;
  }
@media (max-width: 767px) {
.m-opp__subtitle {
      margin-top: 0
  }
    }
:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
.card, .pag {
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}
.card--tr { /*прозрачная*/
    background-color: transparent;
    border: 1px solid #DADCE2;
  }
/* переменные задаются в файлах, где подрубается */
.slide-pseudo-padding {
  height: auto;
}
@media (max-width: 767px) {
.slide-pseudo-padding {
    display: flex;
    width: calc(var(--slide-width-m) + var(--slide-margin-m)) !important
}
  }
@media (max-width: 767px) {
.slide-pseudo-padding:last-child {
      width: calc(var(--slide-width-m) + (var(--slide-margin-m) * 2)) !important
  }
    }
.slide-pseudo-padding:last-child:after {
      content: '';
      display: block;
      min-width: var(--slide-margin-m);
    }
.slide-pseudo-padding:before {
    content: '';
    display: block;
    min-width: var(--slide-margin-m);
  }
.slide-pseudo-padding > div { /* .p content card */
    height: 100%;
  }
@media (max-width: 767px) {
.slide-pseudo-padding > div {
      width: var(--slide-width-m)
  }
    }
.social {
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--social-default-color);
  border-radius: 50%;
  transition: background-color .2s, border-color .2s;
}
@media (max-width: 1023px) {
.social {
    background-color: var(--social-default-color)
}
  }
.social:hover {
    background-color: var(--social-default-color);
    border-color: var(--social-hover-color);
  }
.social:hover svg * {
      fill: var(--social-hover-color);
    }
.social--inst svg {
    width: 15px;
    height: 15px;
  }
.social--facebook svg {
    width: 8px;
    height: 15px;
  }
.social--vk svg {
    width: 16px;
    height: 9px;
  }
.social--rsa svg {
    width: 12px;
    height: 12px;
  }
.social svg * {
    transition: fill .2s;
    fill: var(--social-default-color);
  }
@media (max-width: 1023px) {
.social svg * {
      fill: var(--social-hover-color)
  }
    }
.search .b-form__item {
      display: flex;
      width: 100%;
      margin-bottom: 0 !important;
      border: 1px solid var(--h-border);
      background-color: transparent !important;
    }
.search .b-form__item > input {
        width: calc(100% - var(--search-btn-width-d));
        min-height: 46px;
        padding-top: 20px !important;
        padding-bottom: 12px !important;
        color: var(--black) !important;
        -webkit-text-fill-color: var(--black) !important;
        border: none;
        background-color: transparent !important;
        font-weight: 300;
      }
@media (max-width: 1279px) {
.search .b-form__item > input {
          width: calc(100% - var(--search-btn-width-t))
      }
        }
.search .b-form__label {
      opacity: 1;
    }
.search .b-form__label.active {
        top: 3px;
      }
.search button {
    width: var(--search-btn-width-d);
    position: relative;
    cursor: pointer;
  }
@media (max-width: 1279px) {
.search button {
      width: var(--search-btn-width-t)
  }
    }
.search button:hover svg *:not(g) {
      fill: var(--orange-l);
    }
.search button svg {
      width: 18px;
      height: 18px;
    }
.search button svg *:not(g) {
        transition: fill .2s;
      }
.search button:after {
      content: '';
      width: 2px;
      position: absolute;
      top: 7px;
      bottom: 7px;
      left: 0;
      background-color: var(--h-border);
    }
.toggle-arrow:before, .toggle-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    height: 2px;
    width: 11px;
    background-color: #8E96AA;
    transition: background-color .2s, transform .2s;
  }
.toggle-arrow:before {
    transform: translateX(7px) rotate(-45deg);
  }
.toggle-arrow:after {
    transform: rotate(45deg);
  }
.toggle-arrow-active:before, .toggle-arrow-active:after {
    background-color: #01789A;
  }
.toggle-arrow-active:before {
    transform: translateX(7px) rotate(45deg);
  }
.toggle-arrow-active:after {
    transform: rotate(-45deg);
  }
.statuses .red {
    color: var(--red);
  }
.statuses .green {
    color: var(--green);
  }
.statuses .yellow {
    color: var(--orange-l);
  }
.pag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding: 13px 30px;
}
@media (max-width: 767px) {
.pag {
    margin-top: 20px
}
  }
.pag__item {
    display: flex;
    transition: .2s;
  }
.pag__item:not(:last-of-type) {
      margin-right: 20px;
    }
.pag__item:hover:not(.pag__item--dots), .pag__item.active {
      color: #FF6633;
    }
.pag__item.active, .pag__item--dots {
      cursor: default;
    }
.pag__item--dots {
      margin-right: 20px;
    }
.pag__item--more {
      margin-left: auto;
    }
:root { /* #364A77 */ /* #435D99 #415D99 */ /* #E0E2E6 */ /* #D8D8D8 */ /* #919BB4 */
}
.card {
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}
.card--tr { /*прозрачная*/
    background-color: transparent;
    border: 1px solid #DADCE2;
  }
/* переменные задаются в файлах, где подрубается */
.slide-pseudo-padding {
  height: auto;
}
@media (max-width: 767px) {
.slide-pseudo-padding {
    display: flex;
    width: calc(var(--slide-width-m) + var(--slide-margin-m)) !important
}
  }
@media (max-width: 767px) {
.slide-pseudo-padding:last-child {
      width: calc(var(--slide-width-m) + (var(--slide-margin-m) * 2)) !important
  }
    }
.slide-pseudo-padding:last-child:after {
      content: '';
      display: block;
      min-width: var(--slide-margin-m);
    }
.slide-pseudo-padding:before {
    content: '';
    display: block;
    min-width: var(--slide-margin-m);
  }
.slide-pseudo-padding > div { /* .p content card */
    height: 100%;
  }
@media (max-width: 767px) {
.slide-pseudo-padding > div {
      width: var(--slide-width-m)
  }
    }
.social {
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--social-default-color);
  border-radius: 50%;
  transition: background-color .2s, border-color .2s;
}
@media (max-width: 1023px) {
.social {
    background-color: var(--social-default-color)
}
  }
.social:hover {
    background-color: var(--social-default-color);
    border-color: var(--social-hover-color);
  }
.social:hover svg * {
      fill: var(--social-hover-color);
    }
.social--inst svg {
    width: 15px;
    height: 15px;
  }
.social--facebook svg {
    width: 8px;
    height: 15px;
  }
.social--vk svg {
    width: 16px;
    height: 9px;
  }
.social--rsa svg {
    width: 12px;
    height: 12px;
  }
.social svg * {
    transition: fill .2s;
    fill: var(--social-default-color);
  }
@media (max-width: 1023px) {
.social svg * {
      fill: var(--social-hover-color)
  }
    }
.search .b-form__item {
      display: flex;
      width: 100%;
      margin-bottom: 0 !important;
      border: 1px solid var(--h-border);
      background-color: transparent !important;
    }
.search .b-form__item > input {
        width: calc(100% - var(--search-btn-width-d));
        min-height: 46px;
        padding-top: 20px !important;
        padding-bottom: 12px !important;
        color: var(--black) !important;
        -webkit-text-fill-color: var(--black) !important;
        border: none;
        background-color: transparent !important;
        font-weight: 300;
      }
@media (max-width: 1279px) {
.search .b-form__item > input {
          width: calc(100% - var(--search-btn-width-t))
      }
        }
.search .b-form__label {
      opacity: 1;
    }
.search .b-form__label.active {
        top: 3px;
      }
.search button {
    width: var(--search-btn-width-d);
    position: relative;
    cursor: pointer;
  }
@media (max-width: 1279px) {
.search button {
      width: var(--search-btn-width-t)
  }
    }
.search button:hover svg *:not(g) {
      fill: var(--orange-l);
    }
.search button svg {
      width: 18px;
      height: 18px;
    }
.search button svg *:not(g) {
        transition: fill .2s;
      }
.search button:after {
      content: '';
      width: 2px;
      position: absolute;
      top: 7px;
      bottom: 7px;
      left: 0;
      background-color: var(--h-border);
    }
.toggle-arrow:before, .toggle-arrow:after, .f-menu__title:before, .f-menu__title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    height: 2px;
    width: 11px;
    background-color: #8E96AA;
    transition: background-color .2s, transform .2s;
  }
.toggle-arrow:before, .f-menu__title:before {
    transform: translateX(7px) rotate(-45deg);
  }
.toggle-arrow:after, .f-menu__title:after {
    transform: rotate(45deg);
  }
.toggle-arrow-active:before, .toggle-arrow-active:after, .f-menu__title.active:before, .f-menu__title.active:after {
    background-color: #01789A;
  }
.toggle-arrow-active:before, .f-menu__title.active:before {
    transform: translateX(7px) rotate(45deg);
  }
.toggle-arrow-active:after, .f-menu__title.active:after {
    transform: rotate(-45deg);
  }
.statuses .red {
    color: var(--red);
  }
.statuses .green {
    color: var(--green);
  }
.statuses .yellow {
    color: var(--orange-l);
  }
.f {
  position: relative;
  display: flex;
  background: linear-gradient(-45deg, #2C3C63, #374A77, #445E9A);
}
.f-middle {
    display: flex;
    max-width: 1920px;
    width: 100%;
    padding: 0 !important;
  }
@media (max-width: 1023px) {
.f-middle {
      flex-direction: column-reverse;
      align-items: center
  }
    }
.f-left {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(50vw - 960px);
    background-color: #374A77;
  }
.f-right {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(50vw - 960px);
  }
.f__info {
    position: relative;
    width: 523px;
    padding: 35px 80px;
    background-color: #374A77;
  }
@media (max-width: 1279px) {
.f__info {
      width: 375px;
      padding: 30px 50px
  }
    }
@media (max-width: 1023px) {
.f__info {
      width: 100%;
      text-align: center
  }
    }
.f__info a.f__text {
        cursor: pointer;
        transition: color .3s;
      }
.f__info a.f__text:hover {
          color: #FF6633;
        }
.f__logo {
    width: 177.5px;
    height: 46px;
    margin-bottom: 37px;
  }
@media (max-width: 767px) {
.f__logo {
      display: none
  }
    }
.f__link {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
    color: #fff;
    transition: color .3s;
  }
@media (max-width: 1023px) {
.f__link {
      font-size: 16px
  }
    }
.f__link:hover {
      color: #FF6633;
    }
.f-socials {
    display: inline-flex;
    margin: 10px 0;
  }
@media (max-width: 1023px) {
.f-socials {
      margin-top: 0
  }
    }
.f-socials__item {
      display: flex;
      width: 45px;
      height: 45px;
      margin: 15px 10px 15px 0;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background-color: #31426B;
      transition: transform .3s;
    }
@media (max-width: 1023px) {
.f-socials__item {
        margin-top: 0
    }
      }
.f-socials__item:hover {
        transform: translateY(-5px);
      }
.f__text {
    display: block;
    color: #C4CAD8;
    margin-bottom: 3px;
  }
@media (max-width: 1023px) {
.f__text {
      font-size: 12px
  }
    }
.f__text a {
      transition: color .3s;
    }
.f__text a:hover {
        color: #FF6633;
      }
.f-menu {
    display: flex;
    width: calc(100% - 523px);
    padding: 48px 0 50px 8%;
    align-items: flex-start;
  }
@media (max-width: 1279px) {
.f-menu {
      width: calc(100% - 375px);
      padding: 35px 0 35px 6%
  }
    }
@media (max-width: 1023px) {
.f-menu {
      width: 100%
  }
    }
@media (max-width: 767px) {
.f-menu {
      flex-direction: column;
      padding: 42px 30px 30px;
      align-items: center
  }
    }
.f-menu__section {
      flex: 0 0 23.3%;
      margin-right: 10%;
    }
@media (max-width: 1279px) {
.f-menu__section {
        flex: 0 0 25.3%;
        margin-right: 8%
    }
      }
@media (max-width: 767px) {
.f-menu__section {
        flex-basis: auto;
        color: #fff;
        margin: 0;
        text-align: center
    }

        .f-menu__section:not(:last-of-type) {
          margin-bottom: 15px;
        }
      }
.f-menu__title {
      position: relative;
      display: inline-flex;
      margin-bottom: 15px;
      padding-right: 40px;
      color: #AEB7C9;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
    }
@media (max-width: 1023px) {
.f-menu__title {
        font-size: 16px
    }
      }
@media (max-width: 767px) {
.f-menu__title {
        color: #fff;
        margin: 0 0 15px;
        cursor: pointer
    }
      }
.f-menu__title:before, .f-menu__title:after {
        display: none;
        top: 10px;
        background-color: #fff !important;
      }
@media (max-width: 767px) {
.f-menu__title:before, .f-menu__title:after {
          display: block
      }
        }
@media (max-width: 767px) {
.f-menu__links {
        display: none
    }
      }
.f-menu__link {
      display: block;
      margin-bottom: 12px;
      color: #fff;
      transition: color .3s;
    }
@media (max-width: 1023px) {
.f-menu__link {
        font-size: 14px
    }
      }
.f-menu__link:hover {
        color: #FF6633;
      }
