/*
Theme Name: Wordpress MVC
*/


:focus {outline:none;}
::-moz-focus-inner {border:0;}

@charset "UTF-8";
/* Roboto regular */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("fonts/roboto-regular.woff2") format("woff2"), url("fonts/roboto-regular.woff") format("woff"); }

/* Roboto bold */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/roboto-bold.woff2") format("woff2"), url("fonts/roboto-bold.woff") format("woff"); }

/* Gilroy regular */
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("fonts/gilroy-regular.woff2") format("woff2"), url("fonts/gilroy-regular.woff") format("woff"); }

/* Gilroy bold */
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("fonts/gilroy-bold.woff2") format("woff2"), url("fonts/gilroy-bold.woff") format("woff"); }

/* Gilroy extrabold */
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/gilroy-extrabold.woff2") format("woff2"), url("fonts/gilroy-extrabold.woff") format("woff"); }

/* Gilroy medium */
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/gilroy-medium.woff2") format("woff2"), url("fonts/gilroy-medium.woff") format("woff"); }

/*! normalize.css v8.0.0 | 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;
    position: relative;
}

/**
 * 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; }

html {
  font-family: "Gilroy", Arial, sans-serif;
  color: #1a1a1a;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  min-height: 100%;
  display: flex;
  flex-direction: column; }

*, *::after, *::before {
  box-sizing: inherit; }

input, textarea {
  font-family: inherit; }

img {
  width: 100%;
  height: auto; }

a {
  color: inherit;
  text-decoration: none; }

.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

button {
  margin: 0; }

input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  input:focus, textarea:focus {
    outline: none; }

body.modal-form-opened {
  overflow: hidden; }

.fp-scroller {
  transition-duration: 500ms !important; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@keyframes scaleIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@-webkit-keyframes scaleOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); } }

@keyframes scaleOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); } }

@-webkit-keyframes slideInNav {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideInNav {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes slideOutNav {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes slideOutNav {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@-webkit-keyframes bubbleIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bubbleIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes bubbleOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%); } }

@keyframes bubbleOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%); } }

@media screen and (min-width: 768px) {
  @-webkit-keyframes slideInNav {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0); } }
  @keyframes slideInNav {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0); } }
  @-webkit-keyframes slideOutNav {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); } }
  @keyframes slideOutNav {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); } } }

/*!
 * fullPage 3.0.4
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body, html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all .3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all .1s ease-in-out; }

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial,helvetica,sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important; }

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }
.js-noscroll {
  max-width: 100%;
  width: 100%;
  position: fixed;
  overflow-y: scroll; }

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 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 {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  box-sizing: border-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-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 {
  align-items: flex-start;
  transition-property: height,-webkit-transform;
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  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;
  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(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #e6e6e6;
  opacity: 1; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  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: #EE2459; }

.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%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 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);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-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, 0.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, 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, 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, 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: flex;
  justify-content: 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;
  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%;
  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 {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
  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;
  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; }

.lg-icon {
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: transparent;
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "";
  display: block;
  width: 14px;
  height: 23px;
  background-image: url("img/carousel-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "";
  display: block;
  width: 14px;
  height: 23px;
  background-image: url("img/carousel-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  right: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 6px; }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-download:after {
  content: ""; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "+"; }

#lg-actual-size {
  font-size: 20px;
  display: none; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "-"; }

#lg-zoom-in, #lg-zoom-out, #lg-zoom-in:hover, #lg-zoom-out:hover {
  color: #ffffff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  width: 30px;
  height: 35px;
  padding: 0;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-content: center; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("img/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-img-wrap::-webkit-scrollbar {
  display: none; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-outer .lg-image {
  max-height: 80%;
  height: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.lg-toolbar .lg-close {
  width: 30px;
  height: 30px;
  padding: 0;
  background-image: url("img/close-button-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

@media screen and (max-width: 767px) {
  .lg-actions {
    display: none; } }

@media screen and (min-width: 768px) {
  .lg-toolbar {
    top: 24px;
    right: 24px; }
  .lg-outer .lg-img-wrap {
    padding: 5px; }
  .lg-outer .lg-image {
    max-width: 90%;
    max-height: 90%;
    width: auto !important;
    height: 90% !important; } }

.l-header {
  width: 100%;
  height: 46px;
  background-color: #f7f7f7;
  z-index: 10; }

.l-header--tablet {
  display: none; }

.l-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 16px;
  padding-right: 0;
  padding-bottom: 3px; }

.b-header__toggle-menu {
  margin: 0;
  cursor: pointer;
  border: none;
  outline: none;
  line-height: 0;
  width: 54px;
  height: 46px;
  padding: 17px 16px 14px 16px;
  text-indent: 300%;
  overflow: hidden;
  white-space: nowrap;
  background-color: transparent;
  z-index: 55;
  -webkit-tap-highlight-color: transparent; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header {
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #f7f7f7;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: 0.3s ease-in-out;
    transition-property: box-shadow, -webkit-transform;
    transition-property: transform, box-shadow;
    transition-property: transform, box-shadow, -webkit-transform; }
    .l-header.js-nav-opened {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1); }
    .l-header.js-nav-animate-out {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      box-shadow: 0; }
  .l-header--tablet {
    width: auto;
    height: auto;
    position: absolute;
    background-color: transparent;
    overflow: hidden;
    display: block;
    top: 3px;
    left: 4px;
    z-index: 1; }
    .l-header--tablet .b-logo {
      position: static;
      display: block; }
  .l-header__wrapper {
    display: block;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 3px 4px;
    padding-right: 0;
    background-color: inherit; }
  .b-header__logo {
    order: 2;
    margin-top: 5px;
    margin-left: 16px; } }

@media screen and (min-width: 1024px) {
  .l-header {
    display: block;
    width: 171px;
    height: 100%;
    position: fixed;
    z-index: 10;
    background-color: #f7f7f7;
    overflow: visible; }
  .l-header--tablet {
    display: none; }
  .l-header__wrapper {
    display: block;
    padding-top: 54px;
    padding-left: 20px;
    padding-bottom: 30px;
    background-color: inherit; }
  .b-header__toggle-menu {
    display: none; }
  .b-header__logo {
    order: unset;
    margin: 0; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .l-header {
    width: 240px; }
  .l-header__wrapper {
    padding-top: 49px;
    padding-left: 40px;
    padding-bottom: 40px; } }

.c-burger {
  display: block;
  position: relative;
  width: 22px;
  height: 3px;
  background-color: #1a1a1a;
  transition: 0.3s;
  outline: none;
  -webkit-tap-highlight-color: red; }
  .c-burger::before, .c-burger::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 3px;
    background-color: #1a1a1a;
    transition: 0.3s; }
  .c-burger::before {
    top: -6px; }
  .c-burger::after {
    bottom: -6px; }

.c-burger--white {
  background-color: #ffffff; }
  .c-burger--white::before, .c-burger--white::after {
    background-color: #ffffff; }

.js-nav-opened .c-burger {
  background-color: transparent; }
  .js-nav-opened .c-burger::before {
    -webkit-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg); }
  .js-nav-opened .c-burger::after {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg); }

.js-nav-animate-out .c-burger {
  background-color: #1a1a1a; }
  .js-nav-animate-out .c-burger::before {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); }
  .js-nav-animate-out .c-burger::after {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0); }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-burger--tablet-close::before {
    -webkit-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg); }
  .c-burger--tablet-close::after {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg); } }

.l-main-nav {
  position: fixed;
  background-color: #f7f7f7;
  top: 0;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  z-index: 50;
  font-weight: 800; }

.l-main-nav__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 45;
  opacity: 0; }

.b-main-nav__list {
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 24px; }

.b-main-nav__item {
  margin-bottom: 12px;
  position: relative; }

.b-main-nav__link::before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #f14b5e;
  opacity: 0;
  transition: 0.15s ease-in-out;
  transition-property: opacity; }

.b-main-nav__link:hover::before,
.b-main-nav__link:focus::before,
.b-main-nav__link:active::before {
  opacity: 1; }

.b-main-nav__item--current > .b-main-nav__link,
.b-main-nav__item.current-menu-item > .b-main-nav__link,
.b-main-nav__sublist-item.current-menu-item {
  pointer-events: none; }
  .b-main-nav__item--current > .b-main-nav__link::before,
  .b-main-nav__item.current-menu-item > .b-main-nav__link::before,
  .b-main-nav__sublist-item.current-menu-item::before {
    opacity: 1; }

.b-main-nav__sublist-item.current-menu-item > .b-main-nav__link::before,
.b-main-nav__item.current-menu-parent > .b-main-nav__link::before {
  opacity: 1; }

.b-main-nav__link {
  position: relative;
  outline: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 10px 16px;
  -webkit-tap-highlight-color: rgba(241, 75, 94, 0.2); }

.b-main-nav__link--with-sublist::after,
.b-main-nav__item.menu-item-has-children > .b-main-nav__link::after {
  content: "";
  display: block;
  width: 9px;
  height: 11px;
  margin-bottom: 1px;
  margin-left: 9px;
  background-image: url("img/menu-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease-in-out; }

.b-main-nav__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: 0;
  padding: 0 16px;
  font-size: 13px;
  line-height: 16px; }

.b-main-nav__link--contacts {
  margin-top: 17px;
  padding: 0;
  -webkit-tap-highlight-color: transparent; }
  .b-main-nav__link--contacts:hover {
    color: #f14b5e; }
  .b-main-nav__link--contacts::before {
    display: none; }

.b-main-nav__link--contacts-button {
  margin-top: 19px; }

.b-main-nav__sublist {
  list-style: none;
  padding: 0;
  margin: 0; }

.b-main-nav__sublist .b-main-nav__link {
  -webkit-tap-highlight-color: rgba(95, 78, 156, 0.2);
  padding-left: 32px; }
  .b-main-nav__sublist .b-main-nav__link::before {
    background-color: #5f4e9c; }

.js-nav-opened .l-main-nav__overlay {
  display: block; }

.js-nav-animate-in .l-main-nav__overlay {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.js-nav-animate-out .l-main-nav__overlay {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@media screen and (max-width: 767px) {
  .l-main-nav {
    width: 243px;
    display: none;
    -webkit-transform: translateX(243px);
            transform: translateX(243px);
    padding: 71px 0 29px;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    right: 0; }
  .b-main-nav__link.b-main-nav__link--with-sublist::before {
    opacity: 0; }
  .b-main-nav__sublist {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    transition-property: max-height; }
  .b-main-nav__sublist-item {
    margin-top: 12px; }
  .js-nav-opened .l-main-nav {
    display: flex; }
  .js-nav-opened .l-main-nav__overlay {
    display: block; }
  .js-nav-animate-in .l-main-nav {
    -webkit-animation-name: slideInNav;
            animation-name: slideInNav;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .js-nav-animate-in .l-main-nav__overlay {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .js-nav-animate-out .l-main-nav {
    -webkit-animation-name: slideOutNav;
            animation-name: slideOutNav;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .js-nav-animate-out .l-main-nav__overlay {
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .js-sublist-opened .b-main-nav__sublist {
    max-height: 500px; }
  .js-sublist-opened .b-main-nav__link::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .js-sublist-opened .b-main-nav__link--with-sublist::before {
    opacity: 1; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-main-nav {
    position: static;
    flex-grow: 1;
    width: 100%;
    height: calc(100% - 46px);
    display: flex;
    order: 3;
    padding-top: 88px;
    padding-bottom: 17px; }
  .b-main-nav__list {
    font-size: 22px;
    line-height: 26px; }
  .b-main-nav__item {
    position: static;
    margin-bottom: 32px; }
  .b-main-nav__link--with-sublist::after,
  .b-main-nav__item.menu-item-has-children > .b-main-nav__link::after {
    margin-left: 15px;
    width: 16px;
    height: 18px; }
  .b-main-nav__item:hover .b-main-nav__link--with-sublist,
  .b-main-nav__item.menu-item-has-children:hover > .b-main-nav__link::after {
    -webkit-transform: translateX(15px);
            transform: translateX(15px); }
  .b-main-nav__sublist-item {
    margin-bottom: 32px; }
  .b-main-nav__sublist {
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 144px 0 70px 40px;
    margin: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    background-color: #f1eff1;
    box-shadow: inset 5px 0 20px -5px rgba(0, 0, 0, 0.1);
    z-index: -1;
    transition: 0.3s ease-in-out;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  .b-main-nav__sublist-item {
    position: relative; }
    .b-main-nav__sublist-item::before {
      content: "";
      pointer-events: none;
      position: absolute;
      top: 0;
      left: -40px;
      height: 32px;
      width: 4px;
      background-color: #5f4e9c;
      opacity: 0;
      transition: 0.3s ease-in-out;
      transition-property: opacity; }
  .b-main-nav__sublist-item:hover::before {
    opacity: 1; }
  .b-main-nav__item:hover > .b-main-nav__sublist {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  .b-main-nav__contacts {
    margin-top: auto;
    font-size: 22px;
    line-height: 26px; }
  .b-main-nav__link--contacts {
    margin-top: 24px; }
  .b-main-nav__link--contacts-button {
    margin-top: 32px; }
  .l-main-nav__overlay {
    z-index: -1; } }

@media screen and (min-width: 768px) {
  .b-main-nav__item:hover > .b-main-nav__link::before {
    opacity: 1; }
  .b-main-nav__link::before {
    left: -4px; }
  .b-main-nav__sublist {
    padding-left: 5px;
    padding-top: 137px; }
  .b-main-nav__sublist-item::before {
    display: none; } }

@media screen and (min-width: 1024px) {
  .l-main-nav {
    display: flex;
    width: 100%;
    height: calc(100% - 89px);
    margin-top: 68px;
    flex-grow: 1;
    position: static;
    box-shadow: none;
    background-color: transparent;
    -webkit-transform: none;
            transform: none;
    padding: 0; }
  .b-main-nav__logo {
    margin-bottom: 91px; }
  .b-main-nav__list {
    font-size: 14px;
    line-height: 24px; }
  .b-main-nav__item {
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 24px; }
  .b-main-nav__item:hover::before {
    opacity: 1; }
  .b-main-nav__item::before {
    left: unset;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    height: 32px; }
  .b-main-nav__link {
    padding: 0;
    min-height: 32px;
    width: 100%;
    height: 100%; }
    .b-main-nav__link::before {
      left: -20px; }
  .b-main-nav__link--with-sublist::after,
  .b-main-nav__item.menu-item-has-children > .b-main-nav__link::after {
    margin-left: 6px;
    transition-delay: 0.3s; }
  .b-main-nav__item:hover .b-main-nav__sublist,
  .b-main-nav__item.menu-item-has-children:hover .b-main-nav__sublist {
    box-shadow: inset 5px 0 20px -5px rgba(0, 0, 0, 0.1), 5px 0px 20px 0px rgba(0, 0, 0, 0.1); }
  .b-main-nav__item:hover > .b-main-nav__link::after,
  .b-main-nav__item.menu-item-has-children:hover > .b-main-nav__link::after {
    -webkit-transform: translateX(30px);
            transform: translateX(30px); }
  .b-main-nav__contacts {
    font-size: 14px;
    line-height: 12px;
    padding: 0; }
  .b-main-nav__link--contacts {
    min-height: unset;
    margin-top: 12px;
    transition: 0.3s ease-in-out; }
    .b-main-nav__link--contacts:hover {
      color: #f14b5e; }
  .b-main-nav__link--contacts-button {
    margin-top: 9px; }
  .b-main-nav__sublist {
    max-height: unset;
    position: absolute;
    top: 0;
    left: 0;
    padding: 144px 0 70px 0;
    margin: 0;
    list-style: none;
    width: 171px;
    height: 100vh;
    background-color: #f1eff1;
    z-index: -1;
    transition: 0.3s ease-in-out;
    transition-property: box-shadow, -webkit-transform;
    transition-property: transform, box-shadow;
    transition-property: transform, box-shadow, -webkit-transform;
    transition-delay: 0.3s; }
  .b-main-nav__sublist-item {
    margin-bottom: 24px;
    position: relative; }
    .b-main-nav__sublist-item::before {
      content: "";
      display: block;
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 0;
      height: 32px;
      width: 4px;
      background-color: #5f4e9c;
      opacity: 0;
      transition: 0.3s ease-in-out;
      transition-property: opacity; }
    .b-main-nav__sublist-item .b-main-nav__link::before {
      display: none; }
  .b-main-nav__sublist-item:hover::before {
    opacity: 1; }
  .b-main-nav__item:hover > .b-main-nav__sublist {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .l-main-nav {
    margin-top: 91px;
    height: calc(100% - 120px); }
  .b-main-nav__list {
    font-size: 16px;
    line-height: 24px; }
  .b-main-nav__item::before {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px); }
  .b-main-nav__sublist {
    width: 240px;
    padding-top: 170px; }
  .b-main-nav__contacts {
    font-size: 16px;
    line-height: 14px; }
  .b-main-nav__link::before {
    top: 0;
    left: -40px; }
  .b-main-nav__link--contacts {
    margin-top: 10px; }
  .b-main-nav__link--contacts-button {
    margin-top: 32px; } }

.b-logo {
  display: block;
  width: 106px;
  height: 18px; }

.b-logo__image {
  display: block; }

@media screen and (min-width: 768px) {
  .b-logo {
    width: 129px;
    height: 22px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .b-logo {
    position: absolute;
    top: 49px;
    display: none; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .b-logo {
    width: 173px;
    height: 30px; } }

.c-button {
  padding: 2px 8px;
  min-height: 45px;
  cursor: pointer;
  display: inline-flex;
  transition: 0.3s ease-in-out;
  transition-property: color, background-color, border-color, opacity;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-weight: bold;
  background-color: #614599;
  border: 2px solid #614599;
  border-radius: 0;
  color: #ffffff;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  font-size: 18px;
  line-height: 38px; }

.c-button--stroke {
  background-color: transparent;
  color: inherit; }

.c-button--modal {
  background-color: #614599;
  border-color: #614599;
  color: #ffffff;
  min-width: 217px; }
  .c-button--modal .c-button-arrow__shaft {
    fill: #ffffff; }
  .c-button--modal .c-button-arrow__head {
    stroke: #ffffff; }
  .c-button--modal:hover, .c-button--modal:focus {
    border-color: #f14b5e;
    color: #ffffff;
    background-color: #f14b5e; }
    .c-button--modal:hover .c-button-arrow__shaft, .c-button--modal:focus .c-button-arrow__shaft {
      fill: #ffffff; }
    .c-button--modal:hover .c-button-arrow__head, .c-button--modal:focus .c-button-arrow__head {
      stroke: #ffffff; }

.c-button--intro {
  min-width: 273px; }
  .c-button--intro:hover {
    border-color: #f14b5e;
    background-color: #f14b5e; }

.c-button--results {
  background-color: #ffdb4d;
  border-color: #ffdb4d;
  color: inherit;
  min-width: 164px; }
  .c-button--results:hover {
    border-color: #1a1a1a;
    background-color: #1a1a1a;
    color: #ffffff; }
    .c-button--results:hover .c-button-arrow__shaft {
      fill: #ffffff; }
    .c-button--results:hover .c-button-arrow__head {
      stroke: #ffffff; }

.c-button--specs {
  min-height: 12px;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  display: inline;
  margin-left: 5px;
  color: #1a1a1a;
  border-color: #1a1a1a;
  text-decoration: underline;
  background-color: transparent;
  opacity: 0.5;
  border: none;
  padding: 0; }
  .c-button--specs:hover {
    opacity: 1; }

.c-button--cases {
  background-color: #f14b5e;
  border-color: #f14b5e;
  width: 160px; }
  .c-button--cases:hover {
    border-color: #000000;
    background-color: #000000; }

.c-button--contacts {
  min-width: 258px; }
  .c-button--contacts:hover {
    background-color: #f14b5e;
    border-color: #f14b5e; }

.c-button--main-nav-contacts {
  border-color: #b2b2b2;
  font-weight: 900;
  min-height: 32px;
  line-height: 24px;
  min-width: 128px;
  font-size: inherit; }

.c-button--main-nav-contacts:hover {
  border-color: #f14b5e;
  color: #f14b5e; }

.c-button--about {
  color: #614599;
  font-size: 18px;
  line-height: 24px;
  min-height: 45px;
  width: 146px; }
  .c-button--about:hover {
    background-color: #614599;
    color: #ffffff; }
    .c-button--about:hover .c-button-arrow__shaft {
      fill: #ffffff; }
    .c-button--about:hover .c-button-arrow__head {
      stroke: #ffffff; }

.c-button--article {
  border-color: #e5e5e5;
  color: #1a1a1a;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  min-height: 38px;
  min-width: 132px; }
  .c-button--article:hover {
    border-color: #1a1a1a; }
  .c-button--article .c-button-arrow {
    margin-left: 7px; }

.c-button--success {
  min-height: 36px;
  color: inherit;
  border-color: #1a1a1a;
  background-color: transparent;
  font-size: 16px;
  font-weight: 800;
  line-height: 28px;
  min-width: 88px; }
  .c-button--success:hover {
    background-color: #1a1a1a;
    color: #ffffff; }

.c-button--audit {
  font-size: 16px;
  line-height: 21px;
  min-height: 37px;
  min-width: 116px; }
  .c-button--audit:hover {
    border-color: #f14b5e;
    background-color: #f14b5e; }

@media screen and (min-width: 768px) {
  .c-button--results {
    width: auto;
    background-color: #ffffff;
    border-color: #ffffff; }
  .c-button--specs {
    padding: 0;
    font-weight: normal;
    margin-left: 5px;
    color: inherit; }
  .c-button--main-nav-contacts {
    min-width: 128px;
    line-height: 38px; } }

@media screen and (min-width: 1024px) {
  .c-button {
    min-height: 50px; }
  .c-button--success {
    min-height: 32px;
    line-height: 24px; }
  .c-button--intro {
    min-width: 299px; }
  .c-button--results {
    min-width: 175px; }
  .c-button--cases {
    width: 171px;
    min-height: 50px;
    font-size: 20px;
    line-height: 24px; }
  .c-button--specs {
    min-height: 12px; }
  .c-button--contacts {
    min-width: 280px; }
  .c-button--about {
    width: 156px;
    min-height: 54px;
    font-size: 20px;
    line-height: 24px; }
  .c-button--audit {
    min-height: 37px; }
  .c-button--article {
    border-color: #e5e5e5;
    color: #1a1a1a;
    padding: 8px 11px 8px 10px;
    min-height: unset;
    font-size: 14px;
    line-height: 14px; }
    .c-button--article .c-button-arrow {
      margin-top: 0; }
    .c-button--article:hover {
      border-color: #1a1a1a; }
  .c-button--main-nav-contacts {
    min-height: 32px;
    line-height: 24px;
    min-width: 131px; }
  .c-button--case {
    min-width: 115px; }
    .c-button--case .c-button-arrow {
      margin-left: 0; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .c-button {
    min-height: 64px; }
  .c-button--main-nav-contacts {
    min-height: 38px; }
  .c-button--modal {
    min-width: 295px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 800; }
    .c-button--modal .c-button-arrow {
      margin-left: 23px; }
  .c-button--success {
    min-height: 36px; }
  .c-button--intro {
    min-width: 364px; }
  .c-button--results {
    min-width: 223px; }
  .c-button--cases {
    min-width: 217px;
    font-size: 24px; }
  .c-button--contacts {
    min-width: 341px;
    padding-left: 14px;
    padding-right: 10px; }
    .c-button--contacts .c-button-arrow {
      margin-left: 17px; }
  .c-button--specs {
    min-height: 12px; }
  .c-button--about {
    width: 185px;
    min-height: 64px;
    font-size: 24px; }
  .c-button--audit {
    min-height: 36px; }
  .c-button--article {
    font-size: 16px;
    line-height: 16px;
    min-width: 172px;
    min-height: 37px;
    padding: 2px; }
    .c-button--article .c-button-arrow {
      margin-top: 2px;
      margin-left: 0; }
  .c-button--case {
    min-width: 135px; }
    .c-button--case .c-button-arrow {
      margin-left: 0; } }

.l-pagination {
  display: none; }

@media screen and (min-width: 768px) {
  .l-pagination {
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 800;
    bottom: 8px;
    right: 10px;
    color: #ffffff;
    position: absolute;
    cursor: pointer; }
    .l-pagination--dark {
      color: #1a1a1a; }
  .b-pagination__page {
    opacity: 0.2; }
    .b-pagination__page--current {
      opacity: 1; }
  .b-pagination__icon {
    margin-left: 7px; } }

.l-content {
  display: block; }

.l-content--relative {
  position: relative; }

@media screen and (min-width: 768px) {
  .l-content--fullpage .l-section {
    height: 100vh; } }

@media screen and (min-width: 1024px) {
  .l-content {
    padding-left: 171px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .l-content {
    padding-left: 240px; } }

.b-section__title {
  display: block;
  font-size: 34px;
  line-height: 30px;
  font-weight: 800;
  margin: 10px 0;
  margin-bottom: 19px;
  max-width: 295px; }

.b-section__lead {
  display: block;
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 38px;
  font-weight: 500; }

.l-section--audit {
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .l-section {
    display: flex; }
  .l-section__wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 0; }
  .b-section__lead {
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 91px;
    left: 20px;
    width: 50%;
    padding-right: 50px; }
  .b-section__title {
    font-size: 36px;
    line-height: 31px;
    margin-left: -2px;
    margin-bottom: 0;
    max-width: none; } }

@media screen and (min-width: 1024px) {
  .b-section__lead {
    top: 61px; }
  .b-section__title {
    font-size: 45px;
    line-height: 39px;
    margin-top: 18px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .b-section__lead {
    font-size: 16px;
    line-height: 14px;
    top: 66px;
    left: 39px; }
  .b-section__title {
    font-size: 54px;
    line-height: 54px; } }

.b-column__header {
  padding: 25px 15px;
  padding-right: 10px; }

.b-column__text {
  font-size: 13px;
  line-height: 16px;
  margin: 10px 16px;
  font-weight: 500; }

.b-column__text--in-header {
  margin: 10px 0; }

.b-column__button {
  margin: 10px 16px;
  font-size: 18px;
  line-height: 38px; }

@media screen and (min-width: 768px) {
  .l-column {
    width: 50%;
    height: 100%;
    padding: 80px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .l-column--left {
    justify-content: center; }
  .l-column--right {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
  .b-column__header {
    margin-bottom: 20px;
    padding: 0; }
  .b-column__text {
    margin: 0;
    font-size: 14px;
    line-height: 20px; }
  .b-column__text--in-header {
    margin-top: 28px; }
  .b-column__button {
    font-size: 18px;
    margin: 0; } }

@media screen and (min-width: 1024px) {
  .l-column {
    padding-bottom: 30px; }
  .b-column__button {
    font-size: 20px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .l-column {
    padding-left: 40px;
    padding-bottom: 40px; }
  .b-column__button {
    font-size: 24px;
    line-height: 24px; }
  .b-column__text {
    font-size: 16px;
    line-height: 24px;
    width: 400px; } }

.l-intro {
  margin-bottom: 54px; }

.l-intro__right-column {
  width: 100%;
  height: 300px; }

.b-intro__header {
  color: #ffffff;
  background-color: #614599;
  background-image: linear-gradient(0deg, rgba(97, 69, 153, 0.5), rgba(97, 69, 153, 0.5)), url(img/lion.webp);
  background-position-y: 30%;
  background-position-x: 35vw;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  margin-bottom: 25px; }

.b-intro__lead {
  margin-bottom: 38px; }

.b-intro__features {
  margin: 0 16px;
  margin-right: 0;
  margin-top: 40px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }

.b-intro__features-item {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  margin-right: 16px;
  margin-bottom: 16px; }

.b-intro__features-link {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  width: 136px;
  height: 136px;
  padding: 6px 10px;
  transition: 0.3s ease-in-out;
  transition-property: color;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-tap-highlight-color: transparent; }

.b-intro__features-link::before {
  content: "";
  position: absolute;
  top: -86%;
  left: -86%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f14b5e;
  z-index: -1;
  transition: 0.3s ease-in-out; }

.b-intro__features-link:hover {
  color: #ffffff; }

.b-intro__features-link:hover::before {
  -webkit-transform: scale3d(4, 4, 1);
          transform: scale3d(4, 4, 1); }

.b-intro__features-icons-list {
  margin-top: auto;
  align-self: flex-end; }

.b-intro__features-link:hover .b-features-icons__item-fill {
  fill: #ffffff; }

.b-intro__button {
  margin-top: 16px; }

@media screen and (min-width: 768px) {
  .l-intro {
    margin-bottom: 0; }
  .b-intro__header {
    background-image: none;
    background-color: transparent;
    color: inherit;
    padding: 0;
    margin-bottom: 30px;
    min-height: auto; }
  .l-intro__right-column {
    width: 50%;
    height: 100%;
    background-color: #614599;
    overflow: hidden; }
  .b-intro__title {
    margin-top: 168px; }
  .b-intro__text {
    margin-bottom: 33px;
    width: 70%; }
  .b-intro__button {
    margin-top: 3px; }
  .b-intro__features {
    width: calc(100% + 20px);
    margin: 0;
    margin-top: auto; }
  .b-intro__features-item {
    font-size: 14px;
    line-height: 17px;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 20px;
    width: calc(50% - 20px); }
    .b-intro__features-item:last-child {
      margin-right: 0; }
  .b-intro__features-link {
    width: 100%;
    height: 108px;
    padding: 8px 10px 6px 9px;
    justify-content: space-between; }
  .b-intro__features-text {
    width: 100px; } }

@media screen and (min-width: 1024px) {
  .l-intro__left-column {
    justify-content: flex-start; }
  .b-intro__title {
    margin-top: 71px; }
  .b-intro__lead {
    top: 48px; }
  .b-intro__header {
    max-width: 100%;
    margin-bottom: 39px; }
  .b-intro__text {
    width: 90%; }
  .b-intro__button {
    margin-top: 2px; }
  .b-intro__features-link {
    height: 77px;
    flex-direction: row; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .b-intro__header {
    margin-bottom: 32px; }
  .b-intro__lead {
    top: 66px; }
  .b-intro__title {
    margin-top: 92px; }
  .b-intro__text {
    width: 400px; }
  .b-intro__button {
    margin: 0;
    margin-bottom: 50px; }
  .b-intro__features-item {
    width: 124px;
    height: 124px;
    margin-top: 8px;
    margin-right: 8px; }
  .b-intro__features-link {
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 12px 16px 14px 16px; }
  .b-intro__features-icons-list {
    align-self: flex-start;
    display: flex; } }

.c-button-arrow {
  margin: 0;
  margin-left: 12px;
  pointer-events: none;
  height: 17px;
  transition: 0.3s ease-in-out; }
  .c-button-arrow .c-button-arrow__shaft {
    transition: 0.3s ease-in-out; }
  .c-button-arrow .c-button-arrow__head {
    transition: 0.3s ease-in-out; }

.c-button-arrow--white .c-button-arrow__shaft {
  fill: #ffffff; }

.c-button-arrow--white .c-button-arrow__head {
  stroke: #ffffff; }

.c-button-arrow--reverse {
  margin-left: 0;
  margin-right: 6px; }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .c-button-arrow {
    margin-left: 17px; } }

.b-features-icons__item:not(:last-child) {
  margin-right: 3px; }

.b-features-icons__item-fill {
  transition: 0.3s ease-in-out; }

@media screen and (min-width: 768px) {
  .b-features-icons__item:not(:last-child) {
    margin-right: 4px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .b-features-icons__item {
    display: block; }
  .b-features-icons__item:not(:last-child) {
    margin-right: 8px; } }

.l-glitch {
  display: none;
  position: relative; }

@media screen and (min-width: 768px) {
  .l-glitch {
    display: block;
    position: absolute;
    background-image: url("img/glitch/default.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 190%;
    transition-property: background-image;
    transition-duration: 0.01s;
    transition-timing-function: step-end; } }

@media screen and (min-width: 1024px) {
  .l-glitch {
    background-size: cover;
    background-position: center; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .l-glitch {
    background-size: cover;
    background-position: center; } }

.l-results {
  margin-bottom: 60px; }

.b-results__header {
  background-color: #ffdb4d;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 56px; }
  .b-results__header::after {
    content: "";
    position: absolute;
    bottom: -56px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 50vw 0 50vw;
    border-color: #ffdb4d transparent transparent transparent; }

.b-results__title--right-column {
  display: none; }

.b-results__button {
  margin-top: 33px; }

.b-results__carousel {
  max-width: 100%;
  width: 100%;
  margin-top: 92px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .b-results__carousel .b-results__navigation {
    text-align: center;
    margin-top: 15px;
    flex-shrink: 0; }
  .b-results__carousel .swiper-wrapper {
    height: auto; }
  .b-results__carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #ffdb4d; }

.b-results__carousel-wrapper {
  flex-shrink: 0; }

@media screen and (min-width: 768px) {
  .l-results {
    margin-bottom: 0; }
  .l-results__left-column {
    background-color: #ffdb4d; }
  .b-results__header {
    position: static;
    margin-top: -64px;
    margin-bottom: 35px;
    padding: 0; }
    .b-results__header::after {
      display: none; }
  .b-results__button {
    margin-top: 0; }
  .l-results__right-column {
    padding: 74px 22px;
    padding-right: 21px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .l-results__right-column .b-column__title {
      padding-left: 17px; }
  .b-results__title--right-column {
    display: block;
    margin-top: 0;
    margin-bottom: 37px;
    padding-left: 17px; }
  .b-results__carousel {
    margin-top: 0;
    width: calc(100% + 4px);
    margin-left: -2px;
    margin-top: -2px; }
    .b-results__carousel .b-results__carousel-wrapper {
      padding: 2px; }
    .b-results__carousel .b-results__navigation {
      height: 18px;
      width: 100%;
      margin-top: 10px; }
    .b-results__carousel .swiper-pagination-bullets .swiper-pagination-bullet {
      width: 7px;
      height: 7px; } }

@media screen and (min-width: 1024px) {
  .l-results__right-column {
    padding: 50px 22px;
    padding-right: 15px; }
  .b-results__carousel .b-results__navigation {
    height: 18px;
    width: 100%;
    margin-top: 10px; }
  .b-results__carousel .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .b-results__carousel {
    width: calc(100% - 20px);
    margin: 0; }
    .b-results__carousel .b-results__navigation {
      margin-top: 15px;
      padding-right: 20px; } }

.b-results-list {
  padding: 0;
  list-style: none;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  flex-shrink: 0;
  background-color: #ffffff; }
  .b-results-list.swiper-slide-active {
    position: relative;
    z-index: 1; }

.b-results-list__item:not(:first-child) {
  border-top: 1px solid #dadada; }

.b-results-list__link {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(255, 219, 77, 0.2); }

.b-results-list__desc {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 0;
  padding-right: 15px; }

.b-results-list__address {
  font-size: 10px; }

.b-results-list__values {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50px;
  padding-top: 3px;
  flex-shrink: 0; }

.b-results-list__place {
  width: 25px;
  text-align: center; }

.b-results-list__complexity {
  height: 6px;
  width: 24px;
  display: flex;
  margin-right: 3px; }

.b-results-list__label {
  display: none; }

@media screen and (min-width: 768px) {
  .b-results-list {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    width: 100%; }
  .b-results-list__link {
    height: 54px;
    padding: 0;
    position: relative; }
  .b-results-list__desc {
    padding-left: 16px; }
  .b-results-list__values {
    width: 83px;
    font-size: 13px;
    padding-top: 0;
    justify-content: center;
    padding-right: 11px; }
  .b-results-list__place {
    margin-right: 5px;
    width: 15px; }
  .b-results-list__link:hover .b-results-list__desc {
    outline: 2px solid #ffdb4d;
    font-weight: 800; }
  .b-results-list__item:not(:first-child):hover {
    border-top: none;
    margin-top: 1px; }
  .b-results-list__item:hover + .b-results-list__item {
    border-top: none;
    margin-top: 1px; }
  .b-results-list__label {
    position: absolute;
    top: -2px;
    right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 69px;
    height: 58px;
    background-color: #ffdb4d;
    font-weight: 800;
    opacity: 0; }
    .b-results-list__label::after {
      content: "";
      position: absolute;
      top: 0;
      right: -14px;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 29px 0 29px 14px;
      border-color: transparent transparent transparent #ffdb4d; }
  .b-results-list__link:hover .b-results-list__label {
    opacity: 1; } }

@media screen and (min-width: 1024px) {
  .b-results-list {
    font-size: 13px; }
  .b-results-list__address {
    margin-top: -3px; }
  .b-results-list__link {
    height: 45px; }
  .b-results-list__label {
    height: 49px; }
    .b-results-list__label::after {
      border-width: 24px 0 25px 14px; } }

.l-footer {
  margin-top: auto;
  border-top: 2px solid #dedede;
  padding: 10px 16px;
  font-size: 10px;
  line-height: 12px;
  padding-top: 20px;
  font-family: "Roboto", Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.b-footer__text {
  display: block;
  margin: 0;
  margin-bottom: 4px; }

.b-footer__logo {
  width: 14px;
  height: 13px;
  margin-right: 5px; }

.b-footer__socials-list {
  margin: 0;
  margin-bottom: 16px; }

.b-footer__link--developed {
  margin-top: 20px;
  display: flex;
  min-height: 13px;
  line-height: 10px;
  align-items: flex-end;
  cursor: pointer; }

@media screen and (min-width: 768px) {
  .l-footer {
    border-top-width: 1px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 24px;
    padding-bottom: 3px; }
  .b-footer__socials-list {
    width: 100%;
    margin-left: auto;
    margin-bottom: 12px; }
  .b-footer__link--developed {
    margin-top: 0;
    line-height: 24px;
    align-items: center; }
  .b-footer__logo {
    margin-bottom: 4px; } }

@media screen and (min-width: 1024px) {
  .l-footer {
    padding-left: 191px;
    padding-right: 20px; }
  .l-footer--contacts {
    line-height: 12px; }
    .l-footer--contacts .b-footer__link--developed {
      line-height: 12px; }
    .l-footer--contacts .b-footer__logo {
      margin-bottom: 2px; }
    .l-footer--contacts .b-footer__text {
      margin-bottom: 4px; }
    .l-footer--contacts .b-footer__socials-list {
      margin-bottom: 20px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .l-footer {
    padding-left: 280px;
    padding-right: 41px;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 15px; }
  .b-footer__link--developed {
    line-height: 15px; }
  .b-footer__logo {
    width: 16px;
    height: 15px;
    margin-bottom: 0; } }

.b-socials {
  padding: 0;
  list-style: none;
  display: flex; }

.b-socials__item {
  margin-right: 14px; }

.b-socials__link {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 300%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 2px; }
  .b-socials__link--fb {
    background-image: url("img/fb.svg"); }
  .b-socials__link--vk {
    background-image: url("img/vk.svg"); }
  .b-socials__link--inst {
    background-image: url("img/inst.svg"); }
  .b-socials__link--youtube {
    background-image: url("img/youtube.svg");
    width: 35px; }

@media screen and (min-width: 1024px) {
  .b-socials__link {
    transition: 0.15s ease-in-out;
    transition-property: opacity; }
  .b-socials__link:hover {
    opacity: 0.75; } }

.l-cases {
  padding: 25px 15px;
  padding-bottom: 70px;
  background-color: #5f4e9c;
  overflow: hidden; }

.l-cases__column-left {
  color: #ffffff;
  position: relative; }

.l-cases__column-right {
  display: none; }

.b-cases__header {
  margin-bottom: 30px; }

.b-cases__controls {
  margin-top: 25px;
  margin-left: 2px; }

.b-cases__carousel {
  width: 100vw;
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 22px; }

.b-cases__list {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

.b-cases__item {
  flex-shrink: 0;
  font-weight: 500;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  color: #1a1a1a;
  padding: 15px 3vw;
  padding-bottom: 36px;
  position: relative;
  font-size: 13px;
  line-height: 16px; }

.b-cases__link {
  left: 50%;
  bottom: -22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute; }
  .b-cases__link--no-mobile {
    display: none; }

.b-cases__item .b-cases__statistics {
  margin-top: 10px; }

.b-cases__item-title {
  font-size: 18px;
  line-height: 22px;
  display: block;
  font-weight: 700;
  margin: 0; }

.b-cases__item-desc {
  margin: 9px 0;
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .l-cases {
    padding: 0; }
  .l-cases__column-left {
    background-color: #5f4e9c;
    position: static;
    padding-top: 238px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    display: block; }
    .l-cases__column-left .b-cases__statistics {
      display: none; }
  .b-cases__header {
    display: flex;
    padding-top: 10px; }
  .b-cases__controls {
    margin: 0;
    margin-top: 5px;
    margin-left: 19px; }
  .b-cases__title {
    margin: 0;
    margin-left: -2px; }
  .b-cases__carousel {
    margin-top: 68px;
    padding-right: 0; }
  .b-cases__item {
    background-color: transparent;
    color: inherit;
    padding: 0;
    margin: 0;
    margin-right: 40px;
    padding-right: 20px;
    min-height: 360px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: none;
    position: relative;
    width: 100%; }
    .b-cases__item .b-cases__link {
      display: none; }
  .b-cases__item-title {
    font-size: 18px;
    line-height: 22px; }
  .b-cases__item-desc {
    margin: 27px 0; }
  .b-cases__link--no-mobile {
    display: flex;
    position: relative;
    z-index: 1;
    bottom: auto;
    left: calc(50% - 15px);
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
    margin-top: 16px; }
  .l-cases__column-right {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 65px 13px 40px 13px;
    background-color: #ffffff; }
  .b-cases__image {
    margin-top: -67px;
    margin-bottom: -4px; }
  .b-cases__carousel {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px; }
  .b-cases__right-item {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none; }
  .b-cases__right-item--current {
    display: block; } }

@media screen and (min-width: 1024px) {
  .l-cases__column-left {
    padding-top: 133px;
    padding-right: 15px; }
  .b-cases__header {
    padding-top: 18px;
    margin-bottom: 47px; }
  .b-cases__controls {
    margin-left: 20px; }
  .b-cases__carousel {
    margin-top: 1px; }
  .b-cases__item {
    padding-right: 40px;
    min-height: 393px; }
  .b-cases__item-title {
    font-size: 20px;
    line-height: 24px; }
  .b-cases__link--no-mobile {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 40px));
            transform: translateX(calc(-50% - 40px));
    bottom: 30px; }
  .l-cases__column-right {
    padding: 4px;
    padding-top: 120px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .l-cases__column-left {
    padding-top: 155px;
    padding-left: 39px; }
  .b-cases__carousel {
    margin-left: -39px;
    padding-left: 39px;
    padding-right: 0;
    width: calc(100% + 54px); }
  .b-cases__item {
    padding-right: 0;
    font-size: 16px;
    line-height: 24px; }
  .b-cases__item-title {
    font-size: 24px;
    line-height: 30px; }
  .b-cases__item-desc {
    margin: 25px 0;
    padding-right: 100px; }
  .b-cases__link--no-mobile {
    bottom: 40px;
    -webkit-transform: translateX(calc(-50% - 55px));
            transform: translateX(calc(-50% - 55px)); } }

.b-controls {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 800; }

.b-controls__button {
  cursor: pointer;
  width: 15px;
  height: 23px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  text-indent: 300%;
  line-height: 0;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("img/carousel-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .b-controls__button--prev {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
  .b-controls__button:disabled {
    opacity: 0.3; }

.b-controls__button + .b-controls__button {
  margin-left: 21px; }

.b-controls__text--current {
  margin-left: 5px;
  min-width: 15px; }

.b-controls__text--summary::before {
  content: "/";
  margin-right: 5px; }

.b-controls__text--summary {
  margin-right: 5px;
  opacity: 0.5; }

@media screen and (min-width: 768px) {
  .b-controls--workers .b-controls__button {
    width: 100px;
    height: 100px;
    background-image: none;
    position: relative;
    -webkit-transform: none;
            transform: none; }
    .b-controls--workers .b-controls__button::after {
      content: '';
      position: absolute;
      top: calc(50% - 15px);
      left: calc(50% - 15px);
      width: 30px;
      height: 30px;
      border-left: 2px solid #cccccc;
      border-bottom: 2px solid #cccccc;
      opacity: 0.6; }
  .b-controls--workers .b-controls__button--prev::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .b-controls--workers .b-controls__button--next::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); } }

.b-specs {
  list-style: none;
  margin: 0;
  padding: 0; }

.b-specs__item {
  margin-bottom: 12px; }

.b-specs__legend {
  display: block;
  opacity: 0.4;
  margin-bottom: 6px; }

.b-specs__value {
  margin: 0;
  margin-top: -3px; }

.b-specs__region:nth-of-type(n + 3) {
  display: none; }

.js-expanded > .b-specs__region:nth-of-type(n + 3) {
  display: inline; }

@media screen and (min-width: 768px) {
  .b-specs__item {
    margin-bottom: 6px; }
  .b-specs__legend {
    margin-bottom: 2px; }
  .b-specs__value-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none; }
  .b-specs__value-item:not(:last-child)::after {
    content: ",";
    margin-right: 4px; } }

@media screen and (min-width: 1024px) {
  .b-specs {
    width: 100%;
    padding-right: 100px; }
  .b-specs__item {
    margin-bottom: 12px; }
  .b-specs__legend {
    margin-bottom: 4px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .b-specs__legend {
    margin-bottom: 0; } }

.b-statistics__item {
  font-size: 13px;
  line-height: 20px;
  margin: 0; }
  .b-statistics__item:not(:last-child) {
    margin-bottom: 2px; }

.b-statistics__value {
  font-weight: 800;
  display: inline-flex;
  align-items: baseline; }

.b-statistics__value:not(:last-child) {
  margin-right: 3px; }

.b-statistics__value--dynamic {
  color: #00C853; }
  .b-statistics__value--dynamic::before {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    background-image: url("img/arrow-green.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 2px; }

.b-statistics__value--fact {
  color: #00C853; }

@media screen and (min-width: 768px) {
  .b-statistics {
    height: 28px;
    overflow: hidden; }
  .b-statistics__item {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0; }
    .b-statistics__item:not(:last-child) {
      margin-bottom: 0; }
  .b-statistics__item {
    font-size: 14px;
    line-height: 20px; }
  .b-statistics__value:not(:last-child) {
    margin-right: 35px; }
  .b-statistics__value--dynamic::before {
    width: 10px;
    height: 10px; } }

.l-reviews {
  background-color: #f14b5e;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  padding: 25px 15px;
  padding-bottom: 70px; }

.b-reviews__wrapper {
  width: 100%; }

.b-reviews__lead {
  width: 260px; }

.b-reviews__title {
  margin-bottom: 45px;
  display: inline-flex;
  margin-top: 0; }

.b-reviews__controls {
  display: inline-flex;
  vertical-align: super;
  margin-left: 15px; }

.b-reviews__list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none; }

.b-reviews__item {
  flex-shrink: 0; }
  .b-reviews__item:not(:last-child) {
    margin-right: 16px; }

.b-reviews__carousel {
  width: calc(100% + 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px; }

@media screen and (min-width: 768px) {
  .l-reviews {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 19px;
    padding-top: 0;
    padding-bottom: 0; }
  .b-reviews__wrapper {
    padding-top: 250px;
    padding-bottom: 10px; }
  .b-reviews__lead {
    width: 50%; }
  .b-reviews__title {
    margin-top: -5px;
    margin-bottom: 0;
    display: inline-block; }
  .b-reviews__controls {
    margin-left: 22px; }
  .b-reviews__item:not(:last-child) {
    margin-right: 20px; }
  .b-reviews__list {
    margin-top: 76px;
    min-width: 100%; }
  .b-reviews__carousel {
    width: calc(100% + 34px);
    overflow: visible;
    margin-left: -19px;
    padding-left: 19px;
    padding-right: 15px; } }

@media screen and (min-width: 1024px) {
  .b-reviews__wrapper {
    padding-top: 156px; }
  .b-reviews__lead {
    width: auto;
    padding: 0; }
  .b-reviews__controls {
    margin-left: 17px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .l-reviews {
    padding-left: 39px;
    padding-right: 39px; }
  .b-reviews__wrapper {
    padding-top: 176px; }
  .b-reviews__list {
    margin-top: 96px; }
  .b-reviews__item:not(:last-child) {
    margin-right: 40px; } }

.b-review {
  position: relative; }

.b-review__link {
  display: block;
  width: 186px;
  height: 278px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.b-review__desc {
  display: none;
  pointer-events: none; }

.b-review__image {
  display: block;
  width: 186px;
  height: 278px;
  border: 1px solid #dadada; }

@media screen and (min-width: 768px) {
  .b-review__link {
    width: 272px;
    height: 412px; }
  .b-review__desc {
    display: block;
    padding: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(97, 69, 153, 0.95);
    opacity: 0;
    transition: 0.3s ease-in-out;
    transition-property: opacity; }
    .b-review__desc::after {
      content: "";
      position: absolute;
      width: 120px;
      height: 60px;
      background-image: url("img/icons/eye-icon.svg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
  .b-review__title {
    margin: 0;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    display: block; }
  .b-review__date {
    font-size: 13px;
    line-height: 13px;
    font-weight: 800;
    margin: 0; }
  .b-review__link:hover .b-review__desc {
    opacity: 1; }
  .b-review__image {
    width: 100%;
    height: 100%; } }

@media screen and (min-width: 1024px) {
  .b-review__link {
    width: 244px;
    height: 364px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .b-review__link {
    width: 266px;
    height: 402px; } }

.l-contacts {
  padding: 25px 0;
  padding-bottom: 0; }

.b-contacts__lead {
  margin: 0 15px;
  margin-bottom: 38px; }

.b-contacts__title {
  margin: 0 15px;
  margin-bottom: 21px; }

.b-contacts__list {
  margin: 0 15px;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500; }

.b-contacts__list-item {
  margin: 12px 0;
  padding-left: 26px;
  position: relative; }
  .b-contacts__list-item::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 100%; }
  .b-contacts__list-item--phone::before {
    content: url("img/icons/phone-icon.svg");
    width: 18px;
    height: 18px;
    top: 1px;
    left: -1px; }
  .b-contacts__list-item--address::before {
    content: url("img/icons/pin-icon.svg");
    width: 13px;
    height: 19px;
    top: 0px;
    left: 2px; }
  .b-contacts__list-item--schedule::before {
    content: url("img/icons/clock-icon.svg");
    width: 15px;
    height: 15px;
    top: 2px;
    left: 1px; }
  .b-contacts__list-item--mail::before {
    content: url("img/icons/mail-icon.svg");
    width: 15px;
    height: 10px;
    top: 1px;
    left: 1px; }

.b-contacts__button {
  margin: 0 15px;
  margin-top: 11px; }

.b-contacts__information {
  font-size: 10px;
  line-height: 12px;
  font-family: "Roboto", Arial, sans-serif;
  color: #808080;
  margin: 46px 15px;
  margin-top: 46px;
  margin-bottom: 47px;
  max-width: 280px; }

.l-contacts__right-column {
  width: 100%;
  height: 300px;
  background-image: url("img/map.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.b-contacts__map {
  width: 100%;
  height: 100%; }

@media screen and (min-width: 768px) {
  .l-contacts {
    padding: 0; }
  .l-contacts__footer {
    margin-top: auto; }
  .l-contacts__left-column {
    padding: 20px 18px;
    padding-top: 248px;
    justify-content: flex-start; }
  .l-contacts__right-column {
    width: 50%;
    height: 100%;
    padding: 0; }
  .b-contacts__lead {
    margin: 0; }
  .b-contacts__title {
    margin: 0;
    margin-bottom: 18px; }
  .b-contacts__list {
    font-size: 14px;
    line-height: 24px;
    margin: 0; }
  .b-contacts__list-item {
    padding-left: 30px; }
  .b-contacts__list-item--phone::before {
    top: 2px;
    left: 0; }
  .b-contacts__list-item--address::before {
    top: 2px;
    left: 3px; }
  .b-contacts__list-item--schedule::before {
    top: 2px;
    left: 2px; }
  .b-contacts__list-item--mail::before {
    top: 1px;
    left: 2px; }
  .b-contacts__button {
    margin: 0;
    margin-left: 2px;
    margin-top: 21px; }
  .b-contacts__information {
    max-width: unset;
    margin: 0;
    margin-top: auto;
    margin-left: 3px;
    margin-bottom: 0; }
  .l-contacts__footer {
    border-top: none;
    padding: 0; } }

@media screen and (min-width: 1024px) {
  .b-contacts__lead {
    top: 48px; }
  .l-contacts__left-column {
    padding-top: 150px; }
  .b-contacts__button {
    margin-top: 53px;
    margin-bottom: 20px; }
  .b-contacts__information {
    margin-top: auto;
    margin-bottom: 20px; }
  .l-contacts__footer {
    padding-bottom: 7px;
    margin-top: 10px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .b-contacts__lead {
    top: 66px; }
  .l-contacts__left-column {
    padding: 172px 37px 20px; }
  .b-contacts__title {
    margin-bottom: 26px; }
  .b-contacts__list {
    font-size: 16px; }
  .b-contacts__button {
    margin-top: 93px; }
  .b-contacts__information {
    margin-top: auto;
    margin-bottom: 20px; }
  .l-contacts__footer {
    margin-top: 10px; } }

@media screen and (max-width: 767px) {
  .l-modal-form {
    opacity: 0;
    background-color: #ffffff; }
  .l-modal-form.js-opened {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .l-modal-form--intro {
    background-color: #614599; } }

.l-modal-form {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto; }
  .l-modal-form.js-opened {
    display: block; }

.l-modal-form.js-animate-out {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

.b-modal-form__content {
  background-color: #ffffff;
  z-index: 10;
  width: 100%;
  min-height: 100%;
  padding: 40px 16px;
  color: #1a1a1a;
  font-size: 13px;
  line-height: 16px;
  background-image: url("img/lion-side.webp");
  background-size: 200%;
  background-position: -20% top;
  background-repeat: no-repeat; }
  .b-modal-form__content.js-opened {
    display: flex; }

.b-modal-form__close-button {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 16px;
  top: 16px;
  margin: 0;
  padding: 0;
  border: none;
  text-indent: 300%;
  background-color: transparent;
  outline: none;
  overflow: hidden;
  background-image: url("img/close-button-black.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

.b-modal-form__title {
  font-size: 34px;
  line-height: 34px;
  font-weight: 800;
  margin-left: -1px;
  display: block;
  margin: 0; }

.b-modal-form__text {
  margin: 19px 0; }

.b-modal-form__form {
  margin-top: 61px;
  color: #808080; }

.b-modal-form__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.b-modal-form__input {
  margin-bottom: 32px; }

.b-modal-form__button {
  margin-top: 54px; }

.l-modal-form--intro .b-modal-form__content {
  background-color: #614599;
  color: #ffffff;
  background-blend-mode: soft-light; }

.l-modal-form--intro .b-modal-overlay__column {
  background-color: #ffffff; }

.l-modal-form--intro .b-modal-form__close-button {
  background-image: url("img/close-button-white.svg"); }

.l-modal-form--intro .b-modal-form__form {
  color: #ffffff; }

.l-modal-form--intro .c-input::after {
  background-color: #ffffff; }

.l-modal-form--intro .b-modal-form__button,
.l-modal-form--intro .b-modal-form__button button {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a1a1a; }
  .l-modal-form--intro .b-modal-form__button .c-button-arrow__shaft {
    fill: #1a1a1a; }
  .l-modal-form--intro .b-modal-form__button .c-button-arrow__head {
    stroke: #1a1a1a; }
  .l-modal-form--intro .b-modal-form__button button:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #ffffff; }
    .l-modal-form--intro .b-modal-form__button button:hover .c-button-arrow__shaft {
      fill: #ffffff; }
    .l-modal-form--intro .b-modal-form__button button:hover .c-button-arrow__head {
      stroke: #ffffff; }

.l-modal-form--results .b-modal-form__content {
  background-color: #ffffff; }

.l-modal-form--results .b-modal-overlay__column {
  background-color: #ffdb4d; }

.l-modal-form--results .b-modal-form__button button {
  background-color: #ffdb4d;
  border-color: #ffdb4d;
  color: #1a1a1a; }
  .l-modal-form--results .b-modal-form__button button .c-button-arrow__shaft {
    fill: #1a1a1a; }
  .l-modal-form--results .b-modal-form__button button .c-button-arrow__head {
    stroke: #1a1a1a; }
  .l-modal-form--results .b-modal-form__button button:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #ffffff; }
    .l-modal-form--results .b-modal-form__button button:hover .c-button-arrow__shaft {
      fill: #ffffff; }
    .l-modal-form--results .b-modal-form__button button:hover .c-button-arrow__head {
      stroke: #ffffff; }

.l-modal-form--contacts .b-modal-form__content {
  background-color: #ffffff; }

.l-modal-form--contacts .b-modal-overlay__column {
  background-color: #ffffff; }

.b-modal-form__success-overlay {
  opacity: 0;
  display: none;
  transition: 0.15s ease-in-out;
  transition-property: opacity;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff; }

.b-modal-form__success {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  padding: 40px 16px;
  padding-bottom: 0;
  background-color: #ffffff;
  color: #1a1a1a;
  opacity: 0; }
  .b-modal-form__success > .b-modal-form__title {
    max-width: 170px; }
  .b-modal-form__success > .b-modal-form__text {
    max-width: 200px; }
  .b-modal-form__success > .b-modal-form__close-button {
    background-image: url("img/close-button-black.svg"); }

.b-modal-form__success-button {
  position: relative;
  z-index: 5;
  margin-top: 7px; }

.b-modal-form__success-photo {
  margin-top: -59px;
  margin-left: auto;
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 108px;
  display: flex;
  align-items: flex-start;
    position: absolute;
    bottom: 0;
}

.b-modal-form__success-image {
  height: auto;
  width: auto;
  max-width: 180px;
  margin-top: auto; }

.b-modal-form__content.js-sending > .b-modal-form__success-overlay {
  display: flex;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

.b-modal-form__content.js-sent > * {
  display: none; }

.b-modal-form__content.js-sent > .b-modal-form__success {
  display: flex;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@media screen and (min-width: 768px) {
  .b-modal-form__content {
    display: none;
    width: 100%;
    height: 100%;
    padding: 64px;
    padding-bottom: 52px;
    background-color: #ffffff;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    z-index: 3;
    background-size: 130%;
    background-position: 30vw center; }
    .b-modal-form__content::before {
      right: -17%;
      width: 80%;
      background-position: center;
      background-size: contain; }
  .b-modal-form__close-button {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 30px;
    height: 30px; }
  .b-modal-form__title {
    font-size: 36px;
    line-height: 36px;
    margin: 0; }
  .b-modal-form__text {
    margin: 28px 0;
    padding-left: 1px;
    font-size: 14px;
    line-height: 20px;
    width: 264px; }
  .b-modal-form__form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    margin-top: 51px; }
  .b-modal-form__list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .b-modal-form__input {
    width: 400px;
    margin-bottom: 34px; }
  .b-modal-form__button {
    margin-top: 85px; }
  .b-modal-form__success {
    justify-content: center;
    padding: 64px;
    padding-bottom: 52px; }
    .b-modal-form__success > .b-modal-form__title {
      max-width: 100%;
      width: auto; }
    .b-modal-form__success > .b-modal-form__text {
      max-width: 100%;
      width: auto;
      margin-bottom: 23px; }
  .b-modal-form__success-photo {
    position: absolute;
    right: 20px;
    bottom: 0;
    margin: 0;
    padding: 0;
    height: 710px;
    width: 325px;
    max-height: 100%;
    justify-content: flex-end; }
  .b-modal-form__success-image {
    width: auto;
    height: 100%;
    max-width: auto;
    max-width: unset; } }

@media screen and (min-width: 1024px) {
  .l-modal-form {
    left: 171px;
    width: calc(100% - 171px); }
  .b-modal-form__content {
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 37vw center;
    background-image: url("img/lion-side.webp"); }
    .b-modal-form__content::before {
      display: none; }
  .b-modal-form__success {
    justify-content: center;
    padding: 64px;
    padding-bottom: 52px; }
    .b-modal-form__success > .b-modal-form__title {
      max-width: 100%;
      width: auto; }
    .b-modal-form__success > .b-modal-form__text {
      max-width: 100%;
      width: auto;
      margin-bottom: 23px; }
  .b-modal-form__success-photo {
    position: absolute;
    right: 50px;
    bottom: 0;
    margin: 0;
    padding: 0;
    height: 710px;
    width: 575px;
    max-height: 100%;
    justify-content: flex-end; }
  .b-modal-form__success-image {
    width: auto;
    height: 100%;
    max-width: auto;
    max-width: unset; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .l-modal-form {
    left: 240px;
    width: calc(100% - 240px); }
  .b-modal-form__content {
    padding: 117px;
    padding-bottom: 109px;
    background-size: 70%;
    background-position: 43vw center; }
  .b-modal-form__close-button {
    top: 48px;
    right: 53px; }
  .b-modal-form__title {
    font-size: 54px;
    line-height: 54px;
    max-width: 100%; }
  .b-modal-form__text {
    font-size: 16px;
    line-height: 24px;
    width: 380px;
    margin: 22px 0;
    margin-bottom: 50px; }
  .b-modal-form__form {
    margin-top: 0;
    padding-left: 3px; }
  .b-modal-form__button {
    margin-top: 50px; }
  .b-modal-form__success {
    justify-content: center;
    padding: 66px 117px;
    padding-bottom: 26px; }
    .b-modal-form__success > .b-modal-form__title {
      max-width: 100%;
      width: auto; }
    .b-modal-form__success > .b-modal-form__text {
      max-width: 100%;
      width: auto;
      margin-bottom: 23px; }
  .b-modal-form__success-photo {
    position: absolute;
    right: 160px;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 50%;
    height: 710px;
    width: 385px;
    max-height: 100%;
    justify-content: flex-end; }
  .b-modal-form__success-image {
    width: auto;
    height: 100%;
    max-width: auto;
    max-width: unset; } }

.b-modal-overlay {
  display: none; }

.b-modal-overlay__column {
  display: none; }

@media screen and (min-width: 768px) {
  .b-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%; }
  .b-modal-overlay__column {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    background-color: #f7f7f7;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
    .b-modal-overlay__column--left {
      opacity: 0; }
    .b-modal-overlay__column--right {
      display: none; }
  .b-modal-overlay.js-animate-in {
    display: flex; }
    .b-modal-overlay.js-animate-in .b-modal-overlay__column--left {
      -webkit-animation-name: fadeIn;
              animation-name: fadeIn; }
    .b-modal-overlay.js-animate-in .b-modal-overlay__column--right {
      -webkit-animation-name: scaleIn;
              animation-name: scaleIn; }
  .b-modal-overlay.js-animate-out {
    -webkit-animation-name: scaleOut;
            animation-name: scaleOut;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform-origin: right;
            transform-origin: right;
    background-color: #f7f7f7; }
  .b-modal-overlay__column--right {
    display: block;
    -webkit-transform-origin: left;
            transform-origin: left; }
  .b-modal-overlay__column.js-hide {
    display: none; } }

.c-input {
  color: inherit;
  position: relative;
  font-size: 16px;
  line-height: 30px; }
  .c-input::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #808080;
    opacity: 0.5;
    transition: 0.3s ease-in-out;
    transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, transform;
    transition-property: background-color, opacity, transform, -webkit-transform; }

.c-input__input {
  color: inherit;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  line-height: inherit; }

.c-input__input--hidden {
  display: none; }

.c-input__label {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
  top: calc(50% - 15px);
  left: 0;
  transition: 0.3s ease-in-out;
  transition-property: font-size, -webkit-transform;
  transition-property: font-size, transform;
  transition-property: font-size, transform, -webkit-transform; }

.c-input.js-active::after {
  background-color: #614599;
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 1; }

.l-modal-form--intro .c-input.js-active::after {
    background-color: white;
}

.c-input.js-active .c-input__label {
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  font-size: 14px; }

@media screen and (min-width: 768px) {
  .c-input::after {
    height: 1px; }
  .c-input.js-active::after {
    -webkit-transform: scaleY(3);
            transform: scaleY(3); } }

.l-404 {
  width: 100%;
  color: inherit; }

.b-404__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  padding-top: 35px;
  padding-bottom: 39px;
  height: 100%; }

.b-404__header {
  width: 89%;
  height: 60vh;
  background-image: url("img/lion.webp");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative; }
  .b-404__header::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("img/404.svg");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat; }

.b-404__text {
  margin: 0 auto;
  padding: 0;
  margin-top: auto;
  width: 270px;
  text-align: center;
  font-size: 13px;
  line-height: 19px; }

.b-404__link {
  margin: 0 auto;
  text-align: center;
  margin-top: 18px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 800;
  transition: 0.15s ease-in-out;
  transition-property: color; }
  .b-404__link:hover {
    color: #f14b5e; }

@media screen and (min-width: 768px) {
  .b-404__wrapper {
    padding-bottom: 59px;
    padding-top: 98px; }
  .b-404__header {
    height: 75vh; }
  .b-404__text {
    font-size: 14px;
    line-height: 20px;
    width: 380px; }
  .b-404__link {
    margin-top: 27px; } }

@media screen and (min-width: 1024px) {
  .b-404__wrapper {
    padding: 50px 50px;
    padding-bottom: 40px; }
  .b-404__link {
    margin-top: 15px;
    font-size: 14px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .b-404__wrapper {
    padding-top: 37px;
    padding-bottom: 47px; }
  .b-404__text {
    font-size: 16px;
    line-height: 24px; }
  .b-404__link {
    margin-top: 34px;
    font-size: 16px;
    line-height: 24px; } }

.b-dialog {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  color: #1a1a1a;
  position: relative; }

.b-dialog__photo {
  margin: 0;
  padding: 0;
  height: 318px; }

.b-dialog__image {
  display: block;
  height: 100%;
  width: auto;
  margin-left: auto; }

.b-dialog__bubbles {
  position: absolute;
  width: 160px;
  top: 17px;
  left: -68px;
  min-height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }

.b-dialog__line {
  display: none;
  margin: 0;
  margin-top: auto;
  max-width: 160px;
  min-width: 75px;
  padding: 8px 11px;
  margin-right: 15px;
  background-color: #f7f7f7;
  border-radius: 5px;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  opacity: 0; }
  .b-dialog__line::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -13px;
    width: 20px;
    height: 20px;
    background-image: url("img/bubble-triangle.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .b-dialog__line.js-line-in {
    display: block;
    opacity: 0;
    -webkit-animation-name: bubbleIn;
            animation-name: bubbleIn;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .b-dialog__line.js-line-out {
    opacity: 1;
    display: block;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-name: bubbleOut;
            animation-name: bubbleOut; }

@media screen and (min-width: 768px) {
  .b-dialog__photo {
    height: 100%; }
  .b-dialog__bubbles {
    left: -100px;
    top: 28px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .b-dialog__bubbles {
    left: -130px;
    top: 30px;
    min-height: 65px;
    width: 180px; } }

.l-about__left-column {
  padding-left: 15px;
  padding-right: 17px;
  padding-top: 22px;
  padding-bottom: 52px; }

.b-about__lead {
  line-height: 19px; }

.b-about__text {
  margin: 10px 0;
  line-height: 19px; }

.b-about__features-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 14px;
  font-weight: 800;
  margin-top: 26px;
  margin-bottom: 6px;
  justify-content: space-between;
  width: 288px; }

.b-about__features-item {
  width: 124px;
  padding-left: 34px;
  display: flex;
  align-items: center;
  align-content: center;
  min-height: 32px;
  margin-bottom: 24px;
  position: relative; }
  .b-about__features-item--expirience {
    width: 135px; }
  .b-about__features-item--vat {
    padding-right: 24px; }
  .b-about__features-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -4px;
    width: 34px;
    height: 34px;
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center; }
  .b-about__features-item--expirience::before {
    background-image: url("img/icons/expirience-icon.svg");
    top: -4px; }
  .b-about__features-item--warranty::before {
    background-image: url("img/icons/warranty-icon.svg");
    left: -10px;
    top: -2px; }
  .b-about__features-item--security::before {
    background-image: url("img/icons/security-icon.svg"); }
  .b-about__features-item--report::before {
    background-image: url("img/icons/report-icon.svg");
    top: 2px;
    left: -10px; }
  .b-about__features-item--support::before {
    background-image: url("img/icons/support-icon.svg"); }
  .b-about__features-item--vat::before {
    background-image: url("img/icons/vat-icon.svg");
    top: -1px;
    left: -8px; }

.b-about__button {
  margin-top: 0; }

.b-about__title--mobile {
  max-width: unset;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 26px;
  padding: 0 14px; }

@media screen and (min-width: 768px) {
  .l-about {
    min-height: 727px; }
  .l-about__left-column {
    height: auto;
    padding: 145px 20px 63px 20px;
    justify-content: flex-end; }
  .b-about__lead {
    line-height: 20px; }
  .b-about__title {
    margin-top: 0;
    margin-bottom: 20px; }
  .b-about__text {
    width: 290px;
    line-height: 20px; }
  .b-about__features-list {
    margin-top: 25px; }
  .b-about__features-item {
    margin-bottom: 26px; }
  .b-about__button {
    margin-top: 15px; }
  .l-about__right-column {
    padding: 0; }
  .b-about__title--mobile {
    display: none; } }

@media screen and (min-width: 1024px) {
  .l-about {
    height: 100vh;
    min-height: unset; }
  .l-about__left-column {
    padding-top: 100px;
    justify-content: center;
    position: relative; }
  .b-about__lead {
    top: 48px;
    width: 100%; }
  .b-about__title {
    margin-bottom: 21px; }
  .b-about__text {
    width: 100%; }
  .b-about__features-list {
    font-size: 14px;
    line-height: 18px;
    width: 386px;
    margin-bottom: 3px; }
  .b-about__features-item {
    width: 186px;
    padding-left: 50px;
    margin-bottom: 32px; }
    .b-about__features-item--expirience {
      width: 186px;
      padding-right: 40px; }
    .b-about__features-item--security {
      padding-right: 20px; }
    .b-about__features-item--report {
      padding-right: 30px; }
    .b-about__features-item--vat {
      padding-right: 60px; }
    .b-about__features-item::before {
      left: -1px; }
    .b-about__features-item--expirience::before {
      top: 0; }
    .b-about__features-item--warranty::before {
      top: 2px; }
    .b-about__features-item--vat::before {
      left: 1px; }
  .b-about__button {
    margin-top: 0; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .l-about__left-column {
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 105px; }
  .b-about__lead {
    top: 63px; }
  .b-about__title {
    margin-bottom: 15px; }
  .b-about__text {
    line-height: 24px;
    width: 470px; }
  .b-about__features-list {
    width: 513px;
    margin-top: 36px;
    margin-bottom: 51px;
    font-size: 16px;
    line-height: 14px; }
  .b-about__features-item {
    margin-bottom: 35px;
    width: 235px; }
    .b-about__features-item--expirience {
      width: 235px;
      padding-right: 0; }
    .b-about__features-item--security {
      padding-right: 0; }
    .b-about__features-item--report {
      padding-right: 0; }
    .b-about__features-item--vat {
      padding-right: 0; }
    .b-about__features-item::before {
      top: -1px; }
    .b-about__features-item--expirience::before {
      top: -3px; }
    .b-about__features-item--report::before {
      top: 1px; }
    .b-about__features-item--vat::before {
      top: -3px; } }

.b-workers {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }

.b-workers__item {
  width: 100%;
  background-color: #f7f7f7;
  padding-top: 15px; }

.b-workers__photo {
  height: 405px; }

.b-workers__image {
  max-height: 100%;
  width: auto;
  display: block;
  margin: 0 auto; }

.b-workers__description {
  background-color: #614599;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  line-height: 14px;
  padding-top: 13px;
  padding-bottom: 8px; }

.b-workers__name {
  font-weight: 800;
  margin: 0;
  margin-bottom: 4px; }

.b-workers__position {
  margin: 0;
  line-height: 24px; }

.b-workers__pagination {
  position: absolute;
  z-index: 5;
  top: 404px;
  display: flex;
  justify-content: center; }

@media screen and (min-width: 768px) {
  .b-workers__item {
    padding-top: 40px;
    height: 727px;
    max-height: 727px;
    display: flex;
    flex-direction: column; }
  .b-workers__photo {
    max-height: 624px;
    flex-grow: 1; }
  .b-workers__image {
    height: 100%; }
  .b-workers__description {
    text-align: left;
    padding-left: 41px;
    padding-right: 41px;
    font-size: 16px;
    flex-shrink: 0; }
  .b-workers__carousel {
    width: 100%; }
  .b-workers__controls {
    position: absolute;
    top: calc(50% - 86px);
    left: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-between; }
  .b-workers__control-prev {
    margin-left: -15px; }
  .b-workers__control-next {
    margin-right: -15px; } }

@media screen and (min-width: 1024px) {
  .b-workers {
    height: 100%;
    width: 100%; }
  .b-workers__carousel {
    height: 100%; }
  .b-workers__item {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%; }
  .b-workers__photo {
    flex-grow: 1;
    max-height: unset; }
  .b-workers__description {
    padding-left: 20px;
    padding-right: 20px; }
  .b-workers__name {
    font-size: 20px;
    line-height: 24px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .b-workers__description {
    padding-top: 23px;
    padding-bottom: 22px;
    padding-left: 41px;
    padding-right: 41px;
    text-align: left; }
  .b-workers__name {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 3px; } }

.l-history {
  padding-top: 39px; }

.b-history__title {
  margin-top: 0;
  margin-left: 14px;
  margin-right: 14px; }

.b-history__text {
  line-height: 19px; }

.b-history__line {
  margin: 0 16px;
  margin-top: 38px; }

@media screen and (min-width: 768px) {
  .l-history {
    display: block;
    padding-top: 91px;
    padding-left: 142px;
    padding-right: 135px; }
  .b-history__title {
    margin: 0;
    margin-bottom: 22px; }
  .b-history__text {
    line-height: 20px; }
  .b-history__line {
    margin: 0;
    margin-top: 91px; } }

@media screen and (min-width: 1024px) {
  .l-history {
    padding-top: 85px;
    padding-left: 162px;
    padding-right: 160px; }
  .b-history__title {
    line-height: 45px;
    margin-bottom: 24px; }
  .b-history__line {
    margin-top: 92px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .l-history {
    padding-top: 130px;
    padding-left: 25vw;
    padding-right: 20vw; }
  .b-history__title {
    line-height: 54px;
    margin-bottom: 19px; }
  .b-history__text {
    line-height: 24px;
    width: 100%; }
  .b-history__line {
    margin-top: 96px; } }

.b-history-line {
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px; }

.b-history-line__item {
  position: relative;
  padding-left: 24px;
  padding-bottom: 26px; }
  .b-history-line__item::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #ee2459;
    border-radius: 50%;
    top: 15px;
    left: 1px; }
  .b-history-line__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 31px;
    left: 6px;
    width: 2px;
    height: calc(100% - 20px);
    background-color: #dedede; }

.b-history-line__date {
  display: block; }

.b-history-line__title {
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
  margin: 0;
  margin-bottom: 12px;
  line-height: 19px; }

.b-history-line__description {
  margin: 8px 0;
  line-height: 19px; }

@media screen and (min-width: 768px) {
  .b-history-line {
    font-size: 14px;
    line-height: 20px; }
  .b-history-line__item {
    padding-left: 54px;
    padding-bottom: 40px;
    min-height: 200px; }
    .b-history-line__item::before {
      top: 19px;
      left: 0px; }
    .b-history-line__item:not(:last-child)::after {
      top: 35px;
      left: 5px; }
  .b-history-line__date {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1px; }
  .b-history-line__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px; }
  .b-history-line__description {
    line-height: 20px;
    padding-right: 60px; } }

@media screen and (min-width: 1024px) {
  .b-history-line__item {
    padding-left: 60px; }
    .b-history-line__item::before {
      left: 6px; }
    .b-history-line__item:not(:last-child)::after {
      left: 11px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .b-history-line__item {
    padding-left: 54px;
    min-height: 220px;
    padding-right: 50px; }
    .b-history-line__item::before {
      left: 0;
      top: 20px; }
    .b-history-line__item:not(:last-child)::after {
      left: 5px;
      top: 36px; }
  .b-history-line__title {
    margin-bottom: 29px; }
  .b-history-line__description {
    font-size: 16px;
    line-height: 24px; } }

.l-audit {
  padding-top: 21px;
  padding-bottom: 27px; }

.b-audit__content {
  position: relative; }

.b-audit__title {
  margin: 0 14px;
  margin-bottom: 19px; }

.b-audit__text {
  line-height: 19px; }

.b-audit__form {
  margin: 0 16px;
  margin-top: 35px;
  margin-bottom: 26px; }

.b-audit__form-list {
  padding: 0;
  margin: 0;
  margin-bottom: 56px;
  list-style: none; }

.b-audit__form-item {
  width: 55.5%;
  margin-bottom: 35px; }

.b-audit__agreement {
  margin: 0 16px;
  font-size: 10px;
  line-height: 12px;
  color: #808080; }

.b-audit__dialog {
  display: none; }

.b-audit__worker {
  display: none; }

.b-audit__success-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  background-color: #ffffff; }

.b-audit__success {
  display: none;
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  z-index: 10;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

.b-audit__success-button {
  margin: 0 16px;
  margin-top: 25px; }

.b-audit__success-photo {
  margin: 0;
  padding: 0;
  align-self: flex-end;
  margin-right: 15px;
  flex-shrink: 1;
  flex-grow: 1;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: flex-end; }
  .b-audit__success-photo img {
    height: 100%;
    width: auto; }

.b-audit__content.js-sending .b-audit__success-overlay {
  display: flex;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

.b-audit__content.js-sent .b-audit__success {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

.b-audit__content.js-animate-out .b-audit__success-overlay, .b-audit__content.js-animate-out .b-audit__success {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@media screen and (min-width: 768px) {
  .l-audit {
    padding-top: 35px;
    padding-bottom: 37px;
    max-width: 732px;
    margin: 0 auto;
    display: flex;
    align-items: stretch; }
  .b-audit__content {
    width: 527px;
    flex-shrink: 0; }
  .b-audit__title {
    margin: 0;
    padding-right: 15%;
    line-height: 36px;
    margin-bottom: 27px; }
  .b-audit__form {
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding-right: 11px;
    margin-top: 35px;
    align-items: flex-start; }
  .b-audit__form-list {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    margin-bottom: 0; }
  .b-audit__form-item {
    width: 160px;
    margin-right: auto;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 24px; }
    .b-audit__form-item:nth-last-child(-n + 2) {
      margin-bottom: 0; }
  .b-audit__form-submit {
    align-self: flex-end;
    margin-bottom: -7px; }
  .b-audit__agreement {
    margin: 0;
    margin-top: 43px;
    width: 425px; }
  .b-audit__dialog {
    display: block;
    position: relative;
    z-index: 15;
    width: 205px;
    height: 415px;
    flex-shrink: 0;
    margin-top: -23px;
    margin-bottom: -38px; }
  .b-audit__success {
    justify-content: flex-start;
    bottom: unset;
    top: 0; }
  .b-audit__success-button {
    margin: 0;
    margin-top: 100px; }
  .b-audit__success-photo {
    display: none; }
  .b-audit__content.js-sent .b-audit__success {
    justify-content: center; } }

@media screen and (min-width: 1024px) {
  .l-audit {
    max-width: 817px;
    margin: 0 auto; }
  .b-audit__title {
    font-size: 36px;
    line-height: 36px; }
  .b-audit__dialog {
    margin-left: auto; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .l-audit {
    max-width: 1127px;
    padding-top: 142px; }
  .b-audit__content {
    width: 680px; }
  .b-audit__title {
    font-size: 54px;
    line-height: 54px; }
  .b-audit__text {
    width: 400px;
    line-height: 24px; }
  .b-audit__form {
    width: 528px; }
  .b-audit__agreement {
    width: 100%;
    margin-top: 41px; }
  .b-audit__dialog {
    margin-top: -2px; }
  .b-audit__dialog {
    margin-right: 116px;
    margin-top: -33px;
    height: 446px; } }

.b-scroll-to-top {
  position: fixed;
  z-index: 10;
  bottom: 5%;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 200%;
  background-image: url("img/scroll-button.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  display: none; }
  .b-scroll-to-top.js-show {
    display: block; }

@media screen and (min-width: 768px) {
  .b-scroll-to-top {
    right: 4px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .b-scroll-to-top {
    width: 40px;
    height: 40px;
    box-shadow: none;
    right: 1px;
    bottom: 35px; } }

.b-tags {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
  line-height: 24px;
  color: #808080;
  font-weight: bold; }

.b-tags__item {
  min-width: 29px;
  margin-right: 24px;
  margin-bottom: 19px; }

.b-tags__item > a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.1s ease-in-out;
  transition-property: color; }

.b-tags__item--active > a {
  color: #f14b5e; }

@media screen and (min-width: 768px) {
  .b-tags {
    justify-content: center; }
  .b-tags__item {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    margin-bottom: 20px; }
  .b-tags__item > a {
    border: 2px solid #e6e6e6;
    padding: 0 13px;
    transition-property: color, border-color, background-color; }
    .b-tags__item > a:hover {
      border-color: #1a1a1a;
      color: #1a1a1a; }
  .b-tags__item--active > a {
    border-color: #1a1a1a;
    background-color: #1a1a1a;
    color: #ffffff; }
    .b-tags__item--active > a:hover {
      color: #ffffff; } }

.b-article-preview {
  background-color: #f7f7f7;
  transition: 0.3s ease-in-out;
  transition-property: box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-transform; }

.b-article-preview__link {
  display: block; }

.b-article-preview__image {
  display: block; }

.b-article-preview__content {
  padding: 19px 10px;
  padding-bottom: 15px;
  font-size: 13px;
  line-height: 19px; }

.b-article-preview__info {
  display: flex;
  font-size: 13px;
  line-height: 16px; }

.b-article-preview__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  align-items: center;
  align-content: center;
  margin-right: 10px; }

.b-article-preview__info-text {
  display: flex;
  flex-direction: column; }

.b-article-preview__author {
  margin: 0;
  padding: 0;
  font-weight: bold; }

.b-article-preview__date {
  margin-top: 4px; }

.b-article-preview__title {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  margin-top: 11px;
  margin-bottom: 7px;
  display: block; }

.b-article-preview__text {
  margin-top: 7px;
  margin-bottom: 0; }

.b-article-preview--more-items {
  min-height: 346px; }
  .b-article-preview--more-items .b-article-preview__content {
    padding-left: 20px; }
  .b-article-preview--more-items .b-article-preview__info {
    align-items: flex-end;
    margin-bottom: 17px; }
  .b-article-preview--more-items .b-article-preview__info-text {
    margin-bottom: 4px; }
  .b-article-preview--more-items .b-article-preview__avatar {
    width: 80px;
    height: 80px; }
  .b-article-preview--more-items .b-article-preview__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 11px; }
  .b-article-preview--more-items .b-article-preview__text {
    font-size: 16px;
    line-height: 24px; }

@media screen and (min-width: 768px) {
  .b-article-preview:hover {
    box-shadow: 0px 20px 30px -15px rgba(10, 10, 10, 0.25);
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%); }
  .b-article-preview--more-items {
    min-height: 190px; }
    .b-article-preview--more-items .b-article-preview__avatar {
      width: 36px;
      height: 36px; }
    .b-article-preview--more-items .b-article-preview__content {
      padding-left: 12px;
      padding-top: 20px; }
    .b-article-preview--more-items .b-article-preview__info {
      align-items: center;
      margin-bottom: 8px; }
    .b-article-preview--more-items .b-article-preview__info-text {
      margin-bottom: 0; }
    .b-article-preview--more-items .b-article-preview__title {
      font-size: 13px;
      line-height: 19px;
      margin: 8px 0; }
    .b-article-preview--more-items .b-article-preview__text {
      font-size: 13px;
      line-height: 20px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .b-article-preview__content {
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 24px; }
  .b-article-preview__image + .b-article-preview__content > .b-article-preview__info {
    margin-top: -49px; }
  .b-article-preview__info {
    align-items: flex-end; }
  .b-article-preview__avatar {
    width: 80px;
    height: 80px; }
  .b-article-preview__info-text {
    margin-bottom: 5px; }
  .b-article-preview__title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
    margin-bottom: 11px; }
  .b-article-preview--more-items {
    min-height: 243px; }
    .b-article-preview--more-items .b-article-preview__content {
      padding-left: 21px; }
    .b-article-preview--more-items .b-article-preview__info {
      margin-bottom: 16px;
      align-items: center; }
    .b-article-preview--more-items .b-article-preview__info-text {
      margin-bottom: 0; }
    .b-article-preview--more-items .b-article-preview__avatar {
      width: 80px;
      height: 80px; }
    .b-article-preview--more-items .b-article-preview__title {
      font-size: 16px;
      line-height: 20px;
      margin: 11px 0; }
    .b-article-preview--more-items .b-article-preview__text {
      font-size: 16px;
      line-height: 24px; } }

.l-wrapper {
  padding: 39px 16px;
  padding-bottom: 50px; }

@media screen and (min-width: 768px) {
  .l-wrapper {
    padding: 39px 19px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .l-wrapper {
    padding-left: 39px;
    padding-right: 44px; } }

.b-page-title {
  font-size: 34px;
  line-height: 34px;
  font-weight: 800;
  margin: 0;
  margin-left: -1px; }

@media screen and (min-width: 768px) {
  .b-page-title {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin-left: 0; } }

@media screen and (min-width: 1024px) {
  .b-page-title {
    font-size: 45px;
    line-height: 45px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .b-page-title {
    font-size: 54px;
    line-height: 54px; } }

.b-blog__tags-list {
  margin-top: 16px;
  margin-bottom: -1px; }

.b-blog__list {
  padding: 0;
  margin: 0;
  list-style: none; }

.b-blog__item {
  padding-bottom: 20px; }

@media screen and (min-width: 568px) {
  .b-blog__list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px; }
  .b-blog__item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (min-width: 768px) {
  .l-blog {
    padding-top: 114px; }
  .b-blog__tags-list {
    margin-top: 34px;
    margin-bottom: 25px; } }

@media screen and (min-width: 1024px) {
  .l-blog {
    padding-top: 36px;
    padding-bottom: 29px; }
  .b-blog__tags-list {
    margin-bottom: 7px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .l-blog {
    padding-top: 32px; }
  .b-blog__title {
    padding-right: 9px; }
  .b-blog__tags-list {
    margin-top: 36px;
    margin-bottom: 41px; }
  .b-blog__list {
    width: calc(100% + 40px);
    margin-left: -20px; }
  .b-blog__item {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px; } }

.b-more-items {
  display: flex;
  flex-direction: column;
  margin-top: 62px;
  align-items: flex-start;
  padding: 0 15px;
  margin-bottom: 60px; }

.b-more-items__title {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  font-weight: 800;
  margin-bottom: 25px; }

.b-more-items__button {
  order: 3; }

.b-more-items__carousel {
  width: 100%; }

.b-more-items__list {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 29px; }

.b-more-items__item {
  width: 100%;
  flex-shrink: 0;
  padding-bottom: 20px;
  margin-right: 15px; }

.b-more-items__pagination {
  position: absolute;
  z-index: 5;
  bottom: 45px !important;
  display: flex;
  justify-content: center; }

.b-more-items__controls {
  display: none; }

@media screen and (min-width: 768px) {
  .b-more-items {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 19px;
    margin-bottom: 50px; }
  .b-more-items__list {
    margin-bottom: 40px; }
  .b-more-items__title {
    margin-bottom: 37px; }
  .b-more-items__item {
    width: calc(50% - 20px);
    padding-bottom: 0; }
  .b-more-items__controls {
    display: inline-flex;
    margin-left: 22px; }
  .b-more-items__control-prev, .b-more-items__control-next {
    background-image: url("img/carousel-arrow-black.svg");
    width: 22px; }
  .b-more-items__control-prev + .b-more-items__control-next {
    margin-left: 6px; } }

@media screen and (min-width: 1024px) {
  .b-more-items {
    padding-right: 102px;
    max-width: 853px;
    margin: 0 auto;
    margin-bottom: 57px; }
  .b-more-items__carousel {
    width: 100%;
    margin-left: 0;
    padding: 0; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .b-more-items {
    padding-left: 39px;
    padding-right: 44px;
    max-width: 1200px;
    margin-bottom: 32px;
    font-weight: 500; }
  .b-more-items__title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 42px; }
  .b-more-items__button {
    order: unset;
    margin-left: 79px;
    min-width: 132px; }
    .b-more-items__button .c-button-arrow {
      margin-left: 10px; }
  .b-more-items__controls {
    margin-left: auto;
    margin-top: 14px; } }

@media screen and (min-width: 1440px) and (max-height: 899px) {
  .b-more-items {
    position: absolute;
    height: 100%;
    background-color: #f7f7f7;
    top: 0;
    right: 0;
    width: 280px;
    padding: 0;
    padding-top: 55px;
    display: block; }
  .b-more-items__title {
    padding: 0 20px; }
  .b-more-items__list {
    flex-direction: column; }
  .b-more-items__item {
    width: 100%;
    padding: 15px 20px;
    margin: 0;
    background-color: transparent;
    position: relative;
    transition-property: background-color;
    margin-bottom: 2px; }
    .b-more-items__item:hover {
      -webkit-transform: none;
              transform: none;
      box-shadow: none;
      background-color: #ffffff; }
    .b-more-items__item:not(:last-child)::before {
      content: "";
      position: absolute;
      width: calc(100% - 40px);
      height: 2px;
      bottom: -2px;
      left: 20px;
      background-color: #e5e5e5; }
  .b-article-preview--more-items {
    min-height: unset;
    min-height: auto; }
    .b-article-preview--more-items .b-article-preview__info-text {
      font-size: 13px;
      line-height: 14px; }
    .b-article-preview--more-items .b-article-preview__date {
      font-weight: initial; }
    .b-article-preview--more-items .b-article-preview__text {
      font-size: 14px;
      line-height: 20px;
      font-weight: 500; }
  .b-article-preview--more-items .b-article-preview__content {
    padding: 0; }
  .b-more-items__button {
    display: none; }
  .b-more-items__controls {
    display: none; } }

@media screen and (min-width: 1850px) and (min-height: 900px) {
  .b-more-items {
    position: absolute;
    height: 100%;
    background-color: #f7f7f7;
    top: 0;
    right: 0;
    width: 370px;
    padding: 0;
    padding-top: 49px;
    display: block; }
  .b-more-items__title {
    padding: 0 40px; }
  .b-more-items__list {
    flex-direction: column; }
  .b-more-items__item {
    width: 100%;
    padding: 15px 40px;
    margin: 0;
    background-color: transparent;
    position: relative;
    transition-property: background-color;
    margin-bottom: 2px; }
    .b-more-items__item:hover {
      -webkit-transform: none;
              transform: none;
      box-shadow: none;
      background-color: #ffffff; }
    .b-more-items__item:not(:last-child)::before {
      content: "";
      position: absolute;
      width: calc(100% - 80px);
      height: 2px;
      bottom: -2px;
      left: 40px;
      background-color: #e5e5e5; }
  .b-article-preview--more-items {
    min-height: unset;
    min-height: auto; }
    .b-article-preview--more-items .b-article-preview__info-text {
      font-size: 13px;
      line-height: 14px; }
    .b-article-preview--more-items .b-article-preview__date {
      font-weight: initial; }
  .b-article-preview--more-items .b-article-preview__content {
    padding: 0; }
  .b-more-items__button {
    display: none; }
  .b-more-items__controls {
    display: none; } }

.l-article__wrapper {
  position: relative; }

.b-article__button {
  display: none; }

.b-article__title {
  margin-bottom: 17px; }

.b-article__tags-list {
  margin-top: 17px; }

.b-article__info {
  display: flex;
  margin-top: 3px;
  margin-left: -2px; }

.b-article__avatar {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover; }

.b-article__info-text {
  font-size: 13px;
  line-height: 14px;
  font-weight: normal;
  margin-top: 1px; }

.b-article__author {
  margin: 0;
  font-weight: bold; }

.b-article__contacts {
  display: none;
  align-items: flex-start; }

.b-article__extend {
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  width: 16px;
  height: 16px;
  background-color: #f7f7f7;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 200%;
  border-radius: 50%;
  position: relative;
  margin-left: 10px;
  margin-top: 2px; }
  .b-article__extend::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 1px);
    width: 2px;
    height: 8px;
    background-image: url("img/triple-dots.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.b-article__content {
  margin-top: 26px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500; }
  .b-article__content img {
    max-width: 100%;
    width: auto;
    height: auto; }
  .b-article__content figure {
    display: block;
    padding: 0;
    margin: 0;
    margin-top: 24px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%; }
    .b-article__content figure > img {
      display: block; }
  .b-article__content figcaption {
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #808080; }
  .b-article__content p {
    margin: 12px 0; }
  .b-article__content h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;
    margin: 0;
    margin-top: 36px;
    margin-bottom: 14px; }
  .b-article__content ul {
    list-style: none;
    padding: 0;
    padding-left: 23px;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 38px; }
  .b-article__content li {
    margin-bottom: 8px;
    position: relative; }
    .b-article__content li::before {
      content: "—";
      position: absolute;
      top: 0;
      left: -23px; }
  .b-article__content table:not([class]) {
    display: block;
    margin: 24px 0;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    width: 100%; }
    .b-article__content table:not([class]) thead {
      font-weight: 800; }
    .b-article__content table:not([class]) tr {
      border-bottom: 1px solid #e5e5e5; }
    .b-article__content table:not([class]) tbody > tr:last-child {
      border-bottom: none; }
    .b-article__content table:not([class]) td {
      margin: 0;
      padding: 14px 10px;
      padding-top: 15px;
      border: none; }
      .b-article__content table:not([class]) td:first-of-type {
        padding-left: 0; }
  .b-article__content h3 {
    font-size: 13px;
    line-height: 13px;
    font-weight: 800;
    margin: 0;
    margin-top: 24px;
    margin-bottom: 8px; }
  .b-article__content .b-article__gallery {
    padding: 0;
    margin: 25px 0;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden; }
    .b-article__content .b-article__gallery li {
      margin: 0;
      flex-shrink: 0;
      width: 100%; }
    .b-article__content .b-article__gallery li::before {
      display: none; }
    .b-article__content .b-article__gallery img {
      display: block;
      width: 100%; }

.l-article--case .b-article__content h2 {
  margin-bottom: 9px; }

.l-article--case .b-article__content blockquote {
  display: block;
  margin: 27px 0;
  margin-bottom: 23px;
  min-height: 47px;
  color: #1a1a1a;
  padding: 13px 18px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 800;
  text-align: left;
  background-color: #f7f7f7; }
  .l-article--case .b-article__content blockquote *:first-child {
    margin-top: 0; }
  .l-article--case .b-article__content blockquote *:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .l-article {
    padding-top: 113px; }
  .b-article__title {
    text-align: left;
    margin-bottom: 34px; }
  .b-article__tags-list {
    justify-content: flex-start;
    margin-top: 34px; }
    .b-article__tags-list .b-tags__item:first-child {
      padding-left: 0; }
  .b-article__info {
    margin-top: 20px; }
  .b-article__avatar {
    width: 50px;
    height: 50px;
    margin-right: 11px; }
  .b-article__info-text {
    margin-top: 10px; }
  .b-article__date {
    display: block;
    margin-top: 5px; }
  .b-article__extend {
    display: none; }
  .b-article__contacts {
    font-size: 13px;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    margin-top: 9px;
    margin-left: 11px;
    font-weight: 500; }
  .b-article__contacts-link {
    margin-top: 0;
    margin-bottom: 3px; }
  .b-article__content {
    margin-top: 40px;
    font-size: 14px;
    line-height: 20px; }
    .b-article__content figure {
      max-width: 55%;
      margin-top: 35px;
      margin-bottom: 25px; }
    .b-article__content figcaption {
      font-size: 13px;
      line-height: 24px;
      margin-top: 2px; }
    .b-article__content p {
      margin: 14px 0;
      width: 75%; }
    .b-article__content h2 {
      margin-top: 45px;
      margin-bottom: 29px; }
    .b-article__content ul {
      margin-top: 6px;
      margin-bottom: 52px;
      -webkit-column-count: 2;
              column-count: 2;
      padding-left: 0; }
    .b-article__content li {
      width: 98%;
      margin-bottom: 6px;
      padding-left: 24px; }
    .b-article__content li::before {
      left: 0; }
    .b-article__content table:not([class]) {
      margin: 34px 0; }
      .b-article__content table:not([class]) td {
        padding: 14px 23px; }
    .b-article__content h3 {
      font-size: 14px;
      line-height: 14px;
      margin-top: 37px;
      margin-bottom: 6px; }
    .b-article__content .b-article__gallery {
      margin: 56px 0;
      width: calc(100% + 20px);
      margin-left: -10px;
      flex-wrap: wrap; }
      .b-article__content .b-article__gallery li {
        padding: 0;
        width: 230px;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px; }
  .l-article--case .b-article__title {
    margin-bottom: 10px; }
  .l-article--case .b-article__content {
    margin-top: 10px; }
    .l-article--case .b-article__content figure {
      max-width: 97%; }
    .l-article--case .b-article__content table:not([class]) {
      margin: 36px 0; }
    .l-article--case .b-article__content blockquote {
      width: calc(100% + 38px);
      margin-left: -19px;
      text-align: center; }
      .l-article--case .b-article__content blockquote p {
        width: 100%;
        font-size: 14px;
        line-height: 21px; }
  .l-article--case .b-article__header figure {
    max-width: 70%;
    margin-top: 10px; }
  .l-article--case .b-article__header h2 {
    margin-top: 23px; } }

@media screen and (min-width: 1024px) {
  .l-article {
    padding-top: 49px;
    max-width: 853px;
    margin: 0 auto; }
  .b-article__button {
    display: inline-flex;
    margin-bottom: 60px; }
  .b-article__title {
    margin-bottom: 20px; }
  .b-article__tags-list {
    margin-top: 13px; }
  .b-article__content figure {
    max-width: 49.2%; }
  .b-article__content p {
    width: 67%; }
  .b-article__content ul {
    width: 740px;
    margin-bottom: 47px; }
  .l-article--case .b-article__title {
    width: 67%;
    margin-bottom: 20px; }
  .l-article--case .b-article__header figure {
    max-width: 64%; }
  .l-article--case .b-article__content > p {
    width: 600px; }
  .l-article--case .b-article__content blockquote {
    width: 100%;
    margin-left: 0; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .l-article {
    padding-top: 49px;
    max-width: 1200px;
    margin: 0 auto; }
  .b-article__button {
    margin-bottom: 86px; }
  .b-article__title {
    margin-bottom: 12px; }
  .b-article__tags-list {
    margin-top: 12px; }
  .b-article__info {
    margin-top: 0; }
  .b-article__avatar {
    width: 80px;
    height: 80px; }
  .b-article__info-text {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .b-article__contacts {
    margin-top: 0;
    justify-content: center; }
  .b-article__contacts-link:last-child {
    margin-bottom: 0; }
  .b-article__content {
    margin-top: 17px;
    font-size: 16px;
    line-height: 24px;
    padding-right: 6.8%; }
    .b-article__content figure {
      width: auto;
      float: right;
      margin: 0;
      clear: both;
      margin-left: 30px; }
      .b-article__content figure:first-child {
        margin-top: -3px; }
      .b-article__content figure:not(:last-of-type) {
        margin-bottom: 132px; }
    .b-article__content figcaption {
      margin-top: 4px; }
    .b-article__content p {
      width: 55.5%; }
    .b-article__content h2 {
      font-size: 36px;
      line-height: 36px;
      margin-top: 64px;
      margin-bottom: 25px; }
    .b-article__content ul {
      width: 866px; }
    .b-article__content li {
      padding-left: 27px;
      margin-bottom: 8px; }
    .b-article__content table:not([class]) {
      margin: 57px 0; }
      .b-article__content table:not([class]) td {
        padding: 12px 20px; }
    .b-article__content h3 {
      font-size: 16px;
      line-height: 16px;
      margin-top: 57px; }
    .b-article__content .b-article__gallery {
      margin: 34px 0;
      width: calc(100% + 40px);
      margin-left: -20px; }
      .b-article__content .b-article__gallery li {
        width: 300px;
        margin: 0 20px;
        margin-bottom: 40px; }
  .l-article--case .b-article__title {
    width: 55%;
    margin-bottom: 32px; }
  .l-article--case .b-article__content {
    padding-right: 0; }
    .l-article--case .b-article__content > p {
      width: 700px; }
    .l-article--case .b-article__content figure {
      float: none;
      width: 750px;
      margin-left: 0;
      margin-bottom: 27px; }
    .l-article--case .b-article__content blockquote {
      width: 310px;
      margin: 0;
      font-weight: 800;
      font-size: 16px;
      line-height: 24px;
      text-align: left; }
  .l-article--case .b-article__header h2 {
    width: 55%;
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 12px; }
  .l-article--case .b-article__header figure {
    float: right;
    margin-top: -30px;
    max-width: 45%; } }

@media screen and (min-width: 1440px) and (max-height: 899px) {
  .l-article__wrapper {
    padding-right: 280px; } }

@media screen and (min-width: 1850px) and (min-height: 900px) {
  .l-article__wrapper {
    padding-right: 500px; } }

.b-works-list--mobile {
  width: calc(100% + 32px);
  margin-left: -16px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

.b-works-list--desktop {
  /* display: none;  */
}

.b-works-list--mobile .b-works-list__table {
  border: none;
  border-spacing: 0;
  border-collapse: collapse; }
  .b-works-list--mobile .b-works-list__table tr {
    position: relative; }
    .b-works-list--mobile .b-works-list__table tr:first-child th, .b-works-list--mobile .b-works-list__table tr:first-child td {
      padding-top: 24px; }
  .b-works-list--mobile .b-works-list__table th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    background-color: #e5e5e5;
    text-align: left;
    vertical-align: top;
    width: 98px;
    padding: 9px;
    padding-left: 16px;
    padding-right: 6px; }
  .b-works-list--mobile .b-works-list__table td {
    text-align: left;
    vertical-align: top;
    min-width: 58vw;
    max-width: 58vw;
    padding: 9px 14px; }
    .b-works-list--mobile .b-works-list__table td *:first-child {
      margin-top: 0; }
    .b-works-list--mobile .b-works-list__table td *:last-child {
      margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .b-works-list--mobile {
    width: calc(100% + 38px);
    margin-left: -19px;
    margin-top: 50px;
    margin-bottom: 52px; }
  .b-works-list--mobile .b-works-list__table tr:first-child th, .b-works-list--mobile .b-works-list__table tr:first-child td {
    padding-top: 32px; }
  .b-works-list--mobile .b-works-list__table th {
    padding: 14px 19px; }
  .b-works-list--mobile .b-works-list__table td {
    padding: 14px 40px;
    padding-right: 0;
    min-width: 47vw;
    max-width: 47vw; }
    .b-works-list--mobile .b-works-list__table td p {
      width: 100%; } }

@media screen and (min-width: 1024px) {
  .b-works-list--mobile {
    /* display: none;  */
  }
  .b-works-list--desktop {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
    max-height: 350px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
    transition-property: max-height; }
    .b-works-list--desktop::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 300px;
      left: 0;
      bottom: 0;
      background: linear-gradient(0deg, #FFFFFF 3%, rgba(255, 255, 255, 0) 49.82%);
      transition: 0.3s ease-in-out;
      transition-property: opacity;
      opacity: 1; }
  .b-works-list__expand-button {
    position: absolute;
    z-index: 1;
    bottom: 0;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 800; }
    .b-works-list__expand-button::after {
      content: "";
      background-image: url("img/arrow.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      display: inline-block;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      height: 26px;
      width: 16px;
      margin-left: 12px; }
  .b-works-list--desktop.js-expand .b-works-list__expand-button {
    position: relative;
    bottom: 0; }
    .b-works-list--desktop.js-expand .b-works-list__expand-button::after {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  .b-works-list--desktop.js-expand::after {
    opacity: 0; }
  .b-works-list--desktop .b-works-list__table {
    border-spacing: 0;
    border-collapse: collapse; }
    .b-works-list--desktop .b-works-list__table p {
      width: 100%; }
    .b-works-list--desktop .b-works-list__table tr {
      border-bottom: 1px solid #c4c4c4; }
    .b-works-list--desktop .b-works-list__table tbody tr:last-child {
      border-bottom: none; }
    .b-works-list--desktop .b-works-list__table th {
      font-weight: 800;
      text-align: left;
      vertical-align: top;
      padding: 14px 10px; }
      .b-works-list--desktop .b-works-list__table th:first-child {
        padding-left: 0;
        width: 175px; }
      .b-works-list--desktop .b-works-list__table th::last-child {
        padding-right: 0; }
    .b-works-list--desktop .b-works-list__table td {
      text-align: left;
      vertical-align: top;
      padding: 14px 10px; }
      .b-works-list--desktop .b-works-list__table td:first-child {
        padding-left: 0;
        width: 175px; }
      .b-works-list--desktop .b-works-list__table td::last-child {
        padding-right: 0; }
      .b-works-list--desktop .b-works-list__table td *:first-child {
        margin-top: 0; }
      .b-works-list--desktop .b-works-list__table td *:last-child {
        margin-bottom: 0; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .b-works-list--desktop {
    padding-right: 68px;
    margin-top: 46px; }
  .b-works-list--desktop .b-works-list__table th {
    padding: 31px 10px; }
  .b-works-list--desktop .b-works-list__table td {
    padding: 31px 10px; }
    .b-works-list--desktop .b-works-list__table td:first-child {
      width: 218px; }
    .b-works-list--desktop .b-works-list__table td:nth-child(2) {
      width: 441px;
      padding-right: 60px; }
  .b-works-list__expand-button {
    font-size: 16px; } }

@media screen and (min-width: 1440px) and (min-height: 900px) {
  .c-factoid {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between; }
    .c-factoid > p {
      display: none; } }




.lion-bg {
    background-color: #614599;
    color: #ffffff;
    background-blend-mode: soft-light;
    width: 100%;
    min-height: 100vh;
    padding: 64px;
    padding-bottom: 52px;
    font-size: 13px;
    line-height: 16px;
    background-image: url(img/lion-side.webp);
    background-repeat: no-repeat;
    z-index: 3;
    background-size: 130%;
    background-position: 30vw center;
    box-sizing: border-box;

    display: flex;
    align-items: center;
}

.lion-bg .b-modal-form__success {
    position: fixed;
}

.lion-bg .b-modal-form__form {
    color: #ffffff;
}

.lion-bg .b-modal-form__button {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #1a1a1a;
    line-height: 20px;
    padding: 12px;
}

.lion-bg .b-modal-form__button:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #ffffff;
}

.lion-bg .b-modal-form__button .c-button-arrow__shaft {
    fill: #1a1a1a; }
.lion-bg .b-modal-form__button .c-button-arrow__head {
    stroke: #1a1a1a; }
.lion-bg .b-modal-form__button:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #ffffff; }
.lion-bg .b-modal-form__button:hover .c-button-arrow__shaft {
    fill: #ffffff; }
.lion-bg .b-modal-form__button:hover .c-button-arrow__head {
    stroke: #ffffff; }


.lion-bg h1 {
    font-size: 36px;
    line-height: 36px;
    margin: 0;
    margin-bottom: 28px;
    font-weight: 900;
}

.lion-bg .b-modal-form__title {
    font-weight: 900;
}


@media (max-width: 450px) {
    .lion-bg {
        padding: 24px;
        background-size: 200%;
        background-position: 15vw center;
    }

    .lion-bg h1 {
        font-size: 28px;
        line-height: 32px;
    }
}

@media screen and (min-width: 1024px) {
    .lion-bg {
        background-size: 80%;
        background-position: 37vw center;
    }
}

/*-------------------portfolio-------------------*/
.port_top_text {
    width: 80%;
}
.l-port__column-left {
    background-color: #FFDC62;
    color: #000000;
    position: relative;
    padding-top: 123px;
    padding-right: 15px;
    padding-left: 20px;
    padding-bottom: 40px;
    display: block;
    overflow-y: scroll;
}
.l-port__column-right {
    -display: flex;
    -justify-content: center;
    -align-content: center;
    -align-items: center;
    padding: 75px 13px 40px 13px;
    background-color: #ffffff;
    overflow-y: scroll;
}
.l-port__column-right::-webkit-scrollbar, .l-port__column-left::-webkit-scrollbar {
    width: 10px;
}
.l-port__column-left .b-cases__header {
    margin-bottom: 30px;
}
.port_section {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.port_section_title {
    color: #000;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    width: 100%;
    margin-bottom: 10px;
}
.port_section_subs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.port_section_subs a {
    color: #000;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 5px;
    margin-right: 10px;
}
.port_section_subs a.active {
    font-weight: 700;
}
.port_section_subs a:hover {
    text-decoration-line: underline;
}
.port_case {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 60px;
}
.port_case_logo {
    width: 40%;
    text-align: center;
}
.port_case_logo img {
    max-width: 139px;
    border-radius: 50%;
}
.port_case_info {
    width: 60%;
}
.port_case_title {
    color: #000;
    font-family: Gilroy;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.port_case_url {
    margin: 15px 0;
}
.port_case_url a {
    color: #000;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
}
.port_case_tags {
    display: flex;
    flex-wrap: wrap;
}
.port_case_tags span {
    color: #000;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    margin-right: 15px;
}
.port_reset {
    color: #000;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.port_reset img {
    width: 20px;
    margin-right: 5px;
}
.port_reset span:hover {
    text-decoration: underline;
}
@media only screen and (max-width:1200px) {
   .port_section_title {
       width: 100%;
       margin-right: 0;
       margin-bottom: 10px;
   }
   .port_section_subs {
       width: 100%;
   }
   .port_section_subs a {
       margin-bottom: 10px;
   }
   .port_case_logo {
       width: 20%;
   }
   .port_case_logo img {
       width: 90%;
   }
   .port_case_info {
       width: 70%;
   }
}
@media only screen and (max-width:992px) {
   .l-content--fullpage .l-section-port {
       height: auto;
   }
   .l-port__column-left {
       padding-top: 163px;
       padding-bottom: 90px;
       position: static;
   } 
}
@media only screen and (max-width:768px) {
   .l-content--fullpage .l-section-port {
       height: 100vh;
   }
}
@media only screen and (max-width:738px) {
   .port_top_text {
       width: 95%;
   }
   .l-content--fullpage .l-section-port {
       height: auto;
   }
   .l-port__column-left {
       padding-top: 63px;
   }
}
/*-------------------portfolio-------------------*/