/*! normalize.css v6.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

@font-face {
  font-family: "AvenirNextCyr";
  src: url(../fonts/AvenirNextCyr-Regular.woff) format("woff"), url(../fonts/AvenirNextCyr-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: fallback; }

@font-face {
  font-family: "AvenirNextCyr";
  src: url(../fonts/AvenirNextCyr-Medium.woff) format("woff"), url(../fonts/AvenirNextCyr-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: fallback; }

@font-face {
  font-family: "AvenirNextCyr";
  src: url(../fonts/AvenirNextCyr-Demi.woff) format("woff"), url(../fonts/AvenirNextCyr-Demi.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: fallback; }

.select__list {
  list-style: none;
  margin: 0;
  padding: 0; }

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

body,
html {
  height: 100%; }

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  background: #fff;
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  min-width: 320px; }

svg {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

button {
  font-family: 'Source Sans 3';
  cursor: pointer; }

button:focus,
input:focus,
textarea:focus {
  outline: none; }

button[disabled],
input[disabled],
textarea[disabled] {
  pointer-events: none;
  opacity: 0.4;
  background: #999;
  border-color: #999; }
  @media screen and (max-width: 1250px) {
    button[disabled],
    input[disabled],
    textarea[disabled] {
      opacity: 1; } }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"] {
  border-radius: 6px;
  border: 1px solid #EDEDED;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  color: #000;
  font-family: 'Source Sans 3';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: block;
  padding: 0 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type="text"].error,
  input[type="tel"].error,
  input[type="email"].error,
  input[type="search"].error,
  input[type="password"].error,
  input[type="number"].error {
    border-color: #f00; }
  input[type="text"].success,
  input[type="tel"].success,
  input[type="email"].success,
  input[type="search"].success,
  input[type="password"].success,
  input[type="number"].success {
    border-color: #4ce163; }

.error input[type="text"],
.error input[type="tel"],
.error input[type="email"],
.error input[type="search"],
.error input[type="password"],
.error .iti--separate-dial-code .iti__selected-flag {
  border-color: #f00; }

.success input[type="text"],
.success input[type="tel"],
.success input[type="email"],
.success input[type="search"],
.success input[type="password"],
.success .iti--separate-dial-code .iti__selected-flag {
  border-color: #4ce163; }

textarea {
  background: none;
  border-radius: 6px;
  border: 1px solid #EDEDED;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 99px;
  resize: none;
  padding: 10px 12px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-family: 'Source Sans 3'; }
  textarea:focus {
    border-color: #879d04; }
  textarea.error {
    border-color: #f00; }
  textarea.success {
    border-color: #4ce163; }

p.error {
  font-size: 13px;
  line-height: 15px;
  color: red; }

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

::-moz-placeholder {
  color: #717171;
  opacity: 1; }

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

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

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

textarea:focus::-moz-placeholder {
  color: transparent; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

::-ms-clear {
  display: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

.center-text {
  text-align: center; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

a {
  color: #1cb531;
  text-decoration: underline;
  outline: none;
  cursor: pointer; }

a:hover {
  text-decoration: none; }

a:focus {
  outline: none; }

.wrapper {
  width: 100%;
  overflow: hidden; }

.fancybox-active {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

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

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

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

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

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

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

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

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

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

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

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

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

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

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

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

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

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

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

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

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

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

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

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

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

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

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

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

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

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-custom {
  max-width: 1286px;
  margin: 0 auto;
  width: 100%;
  font-family: 'AvenirNextCyr'; }
  @media screen and (max-width: 1365px) {
    .account-custom {
      padding: 0 15px; } }
  .account-custom__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1250px) {
      .account-custom__holder {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .account-custom__title {
    color: #1b1b1a;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px; }
    .account-custom__title svg {
      display: block; }
  .account-custom__aside {
    max-width: 299px;
    -ms-flex-preferred-size: 299px;
    flex-basis: 299px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 1250px) {
      .account-custom__aside {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 30px;
        overflow-x: auto; } }
  .account-custom__content-title {
    color: #1b1b1a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: normal; }
    .account-custom__content-title svg {
      stroke: #e34200;
      margin-right: 8px; }
  .account-custom__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px; }
  .account-custom__list {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #e7e4e7; }
    @media screen and (max-width: 1250px) {
      .account-custom__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media screen and (max-width: 1250px) {
      .account-custom__list li {
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
    .account-custom__list li + li {
      border-top: 1px solid #e7e4e7; }
    .account-custom__list li.active a {
      background: #fff3f3;
      font-weight: 700; }
      .account-custom__list li.active a::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background: #e34200; }
      .account-custom__list li.active a svg {
        stroke: #e34200; }
    .account-custom__list a {
      text-decoration: none;
      padding: 0 16px;
      height: 52px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #1b1b1a;
      font-size: 16px;
      font-style: normal;
      position: relative;
      font-weight: 400;
      line-height: 24px; }
      @media screen and (min-width: 1250px) {
        .account-custom__list a:hover {
          color: #e34200; } }
      .account-custom__list a svg {
        margin-right: 8px;
        display: block;
        stroke: #828282; }
  .account-custom__content {
    width: 100%;
    margin-left: 28px; }
    @media screen and (max-width: 1250px) {
      .account-custom__content {
        margin: 0; } }
  .account-custom__address-section {
    border-top: 1px solid #e7e4e7; }
  .account-custom__address-box {
    border-bottom: 1px solid #e7e4e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0; }
  .account-custom__address-main {
    color: #828282;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    padding-left: 16px;
    position: relative;
    margin-bottom: 8px; }
    .account-custom__address-main::after {
      content: '';
      position: absolute;
      left: 0;
      top: 5px;
      background: #e34200;
      width: 8px;
      height: 8px;
      border-radius: 50%; }
  .account-custom__town {
    color: #1b1b1a;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    margin-bottom: 4px; }
  .account-custom__np {
    color: #1b1b1a;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px; }
  .account-custom .basket__col svg {
    position: absolute;
    right: 16px;
    top: 17px;
    pointer-events: none; }
  .account-custom__address-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .account-custom__address-edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0db14b;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0; }
    .account-custom__address-edit svg {
      margin-right: 6px; }
  .account-custom__address-delete {
    color: #e34200;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 24px; }
    .account-custom__address-delete svg {
      margin-right: 6px; }
  .account-custom__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .account-custom__products .card__hidden {
      height: auto;
      position: relative; }
    .account-custom__products .card__info {
      position: relative; }
    @media screen and (max-width: 767px) {
      .account-custom__products .card-item {
        max-width: 172px; } }

.account-delete-prod {
  background: none;
  padding: 0;
  border: none;
  position: absolute;
  bottom: 7px;
  right: 0;
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .account-delete-prod {
      right: 3px; } }
  .account-delete-prod svg {
    margin-right: 8px; }
    @media screen and (max-width: 767px) {
      .account-delete-prod svg {
        margin-right: 4px; } }

.pass-edit {
  color: #1b1b1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; }

.add-address {
  color: #1b1b1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  cursor: pointer;
  background: none;
  padding: 0;
  border: none;
  text-decoration: underline; }
  .add-address:hover {
    text-decoration: none; }

.orders-history__wrap {
  margin-bottom: 10px; }

@media screen and (max-width: 1250px) {
  .orders-history__block {
    margin: 0 auto; } }

.orders-history__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .orders-history__col {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .orders-history__col + .orders-history__col {
        width: 100%; } }

.orders-history__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .orders-history__head {
      display: none; } }

.orders-history__head-item {
  width: 25%;
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: normal; }

.orders-history__custom {
  width: 25%;
  color: #1b1b1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  .orders-history__custom.wait {
    color: #e3a300; }
  .orders-history__custom.canceled {
    color: #e34200; }
  .orders-history__custom.done {
    color: #0db14b; }

.orders-history__item {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  margin-bottom: 30px; }
  .orders-history__item.active .orders-history__title {
    background: #f9f8f9; }
  .orders-history__item.active .orders-history__icon span {
    background: #fff; }
    .orders-history__item.active .orders-history__icon span::after {
      background: #ef2d8a; }
    .orders-history__item.active .orders-history__icon span::before {
      display: none; }
  .orders-history__item.active .orders-history__content {
    background: #f9f8f9; }

.orders-history .basket__quantity input {
  background: #f9f8f9; }

.orders-history .basket__item {
  border-width: 1px 0 0; }

.orders-history .basket__item + .basket__item {
  margin: 0; }

.orders-history__cus-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0; }
  @media screen and (max-width: 767px) {
    .orders-history__cus-info {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.orders-history__cus-name {
  font-weight: 700;
  margin-bottom: 12px; }

.orders-history__cus-col {
  width: 33%;
  color: #1b1b1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    .orders-history__cus-col {
      width: 100%; }
      .orders-history__cus-col + .orders-history__cus-col {
        margin-top: 20px; } }
  .orders-history__cus-col ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .orders-history__cus-col ul li + li {
      margin-top: 8px; }

.orders-history__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 56px;
  cursor: pointer;
  padding: 0 0 0 40px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .orders-history__title {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto;
      padding: 16px 50px 16px 40px; } }
  .orders-history__title::after {
    border-bottom: 1px solid #121315;
    border-right: 1px solid #121315;
    width: 8px;
    height: 8px;
    left: 18px;
    margin-top: -4px;
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .orders-history__title.orders-history__success::after {
    background: #d6e7a6; }
  .orders-history__title.orders-history__success .orders-history__status {
    background: #d6e7a6; }

.orders-history__number {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; }

.orders-history__date {
  color: #5b5b5b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0 8px; }

.orders-history__status {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  height: 20px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px; }
  @media screen and (max-width: 767px) {
    .orders-history__status {
      margin: 4px 0 8px; } }

.orders-history__invoice {
  color: #5b5b5b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; }

.orders-history__price {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-left: 8px; }
  @media screen and (max-width: 767px) {
    .orders-history__price {
      width: 100%;
      margin: 0 0 4px; } }

.orders-history__icon {
  position: relative;
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 14px; }
  @media screen and (max-width: 767px) {
    .orders-history__icon {
      margin: 0;
      position: absolute;
      top: 2px;
      right: 0; } }
  .orders-history__icon span {
    width: 25px;
    height: 25px;
    position: relative; }
    .orders-history__icon span::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 14px;
      height: 1px;
      background: #000;
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
    .orders-history__icon span::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 1px;
      height: 14px;
      background: #000;
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%); }

.orders-history__price::after {
  display: none; }

.orders-history__inner {
  height: 0;
  overflow: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.orders-history__content {
  border-top: 1px solid transparent;
  padding: 0 16px; }

.orders-history__box {
  padding: 0 0 19px; }

.orders-history__bottom {
  padding: 16px 0;
  border-top: 1px solid #e4e4e4; }

.orders-history__bottom-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 12px; }

.orders-history__box-value {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: 50%; }

.orders-history__load {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f5f7fa;
  line-height: 36px;
  font-size: 16px;
  color: #485860;
  text-decoration: none;
  border-radius: 30px; }
  .orders-history__load svg {
    margin-right: 12px;
    width: 19px;
    height: 19px; }

.orders-history__box-title {
  font-size: 15px;
  line-height: 130%;
  color: #52636c;
  margin-bottom: 16px; }

.orders-history__box-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.orders-history__box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .orders-history__box-item + .orders-history__box-item {
    margin-top: 12px; }
  .orders-history__box-item .text {
    color: #5b5b5b;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
    .orders-history__box-item .text.black {
      color: #000; }
  .orders-history__box-item .dots {
    height: 1px;
    width: 100%;
    border-bottom: 1px dotted #d0dde4;
    margin: 0 15px 4px; }
  .orders-history__box-item .value {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; }
    .orders-history__box-item .value.big {
      font-size: 20px;
      line-height: 28px; }

.orders-history__box-text {
  font-size: 15px;
  line-height: 130%;
  color: #52636c; }

.orders-history__about .orders-history__box-item .text {
  font-size: 14px; }

.orders-history__about .orders-history__box-item .value {
  font-size: 15px; }

.orders-history__about .orders-history__box-item:last-of-type .text {
  color: #3d3d3d;
  font-size: 16px; }

.orders-history__about .orders-history__box-item:last-of-type .value {
  color: #3d3d3d;
  font-size: 18px; }

.orders-history__bootom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 40px; }

.orders-history__bottom-error {
  font-size: 15px;
  line-height: 170%;
  color: #52636c;
  margin-right: 24px; }
  .orders-history__bottom-error span {
    color: #000; }

.orders-history__buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 108px;
  width: 100%;
  height: 34px;
  background: red;
  border: 1px solid red;
  -webkit-box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.orders-history__status span {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 105px;
  height: 26px;
  background: #fbeaea;
  border-radius: 8px;
  font-size: 14px;
  line-height: 130%; }

.order__vendor {
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 10px; }

.order__list {
  margin-bottom: 30px;
  border-bottom: 1px solid #e4e4e4; }

.order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #e4e4e4; }
  @media screen and (max-width: 767px) {
    .order__item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .order__item:last-of-type {
    border: none; }

.order__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 18px; }

.order__image {
  max-width: 67px;
  width: 100%;
  margin-right: 16px; }

.order__item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.order__item-left {
  max-width: 440px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .order__item-left {
      margin-bottom: 16px; } }

.order__content {
  max-width: 335px;
  width: 100%; }

.order__article {
  font-size: 12px;
  color: #a2a2a2;
  margin-bottom: 10px; }

.order__title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; }
  .order__title a {
    color: #000;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }

.order__author {
  font-size: 14px;
  line-height: 150%;
  color: #8b9ca6;
  margin-bottom: 15px; }

.order__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.order__info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .order__info-right .order__info-item + .order__info-item {
    margin-left: 44px; }

.order__info-text {
  color: #a6a6a6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px; }

.order__info-value {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  min-height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.order__btn {
  border: 2px solid rgba(29, 88, 158, 0.2);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  max-width: 160px;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  padding: 0 21px 0 14px;
  font-weight: bold;
  font-size: 12px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: 'Calibri';
  color: #1d589e;
  cursor: pointer; }
  .order__btn svg {
    fill: #1d589e;
    width: 18px;
    height: 18px;
    margin-right: 7px; }

.popup-custom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .popup-custom.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .popup-custom__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); }
  .popup-custom__holder {
    background: #fff;
    position: relative;
    z-index: 1;
    max-width: 537px;
    width: 100%;
    padding: 40px;
    font-family: 'AvenirNextCyr'; }
    .popup-custom__holder .basket__col {
      max-width: 100%;
      position: relative; }
  .popup-custom .toggle-password {
    position: absolute;
    right: 20px;
    top: 18px; }
  .popup-custom__sub-title {
    color: #1b1b1a;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 24px; }
  .popup-custom__btn {
    background: #e34200;
    border: 1px solid #e34200;
    height: 56px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 24px; }
    @media screen and (min-width: 1250px) {
      .popup-custom__btn:hover {
        background: #fff;
        color: #000; } }
  .popup-custom__or {
    color: #1b1b1a;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 14px;
    margin: 20px 0; }
  .popup-custom__add {
    background: #1b1b1a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    border: none; }
    .popup-custom__add svg {
      margin-right: 12px; }
  .popup-custom__title {
    color: #1b1b1a;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px; }
  .popup-custom__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }

.tel-again {
  color: #1b1b1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  text-decoration: underline;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  width: 100%;
  background: none;
  padding: 0;
  border: none;
  margin-top: 20px; }
  @media screen and (min-width: 1250px) {
    .tel-again:hover {
      text-decoration: none; } }

.tel-edit {
  color: #1b1b1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  text-decoration: underline;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  width: 100%;
  background: none;
  padding: 0;
  border: none; }
  @media screen and (min-width: 1250px) {
    .tel-edit:hover {
      text-decoration: none; } }

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em; }

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc; }

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent; }

.daterangepicker.opensleft:before {
  right: 9px; }

.daterangepicker.opensleft:after {
  right: 10px; }

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.opensright:before {
  left: 9px; }

.daterangepicker.opensright:after {
  left: 10px; }

.daterangepicker.drop-up {
  margin-top: -7px; }

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc; }

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff; }

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none; }

.daterangepicker.single .drp-selected {
  display: none; }

.daterangepicker.show-calendar .drp-calendar {
  display: block; }

.daterangepicker.show-calendar .drp-buttons {
  display: block; }

.daterangepicker.auto-apply .drp-buttons {
  display: none; }

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px; }

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px; }

.daterangepicker .drp-calendar.right {
  padding: 8px; }

.daterangepicker .drp-calendar.single .calendar-table {
  border: none; }

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px; }

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer; }

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff; }

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit; }

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc; }

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999; }

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0; }

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px; }

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0; }

.daterangepicker td.start-date.end-date {
  border-radius: 4px; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff; }

.daterangepicker th.month {
  width: auto; }

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through; }

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default; }

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%; }

.daterangepicker select.yearselect {
  width: 40%; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px; }

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative; }

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed; }

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle; }

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px; }

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px; }

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd; }

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd; }

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd; }

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd; }

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0; }

.daterangepicker.show-calendar .ranges {
  margin-top: 8px; }

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%; }

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer; }

.daterangepicker .ranges li:hover {
  background-color: #eee; }

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
  .daterangepicker .ranges ul {
    width: 140px; }
  .daterangepicker.single .ranges ul {
    width: 100%; }
  .daterangepicker.single .drp-calendar.left {
    clear: none; }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left; }
  .daterangepicker {
    direction: ltr;
    text-align: left; }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0; }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .daterangepicker .drp-calendar.right {
    margin-left: 0; }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px; }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .drp-calendar.left {
    clear: none !important; } }

.review-inner {
  max-width: 1358px;
  margin: 0 auto;
  padding: 80px 15px 100px; }
  @media screen and (max-width: 767px) {
    .review-inner {
      padding: 50px 15px 60px; } }
  .review-inner__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .review-inner__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .review-inner__title {
    color: #2C2C2E;
    font-family: "Poppins";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%;
    letter-spacing: 0.8px; }
  .review-inner__btn {
    border-radius: 45px;
    background: #418F3E;
    height: 58px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 42px;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.16px; }

.review-slider__item {
  padding: 30px 24px;
  border-radius: 10px;
  background: rgba(17, 17, 17, 0.05);
  margin-bottom: 20px; }
  .review-slider__item .rate svg {
    width: 20px;
    height: 20px; }

.review-slider__top {
  margin-bottom: 24px; }

.review-slider__text {
  overflow: hidden;
  color: #5E5E5E;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; }

.review-slider__more {
  color: #1E1E1E;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-top: 12px;
  cursor: pointer; }

.review-slider__name {
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 5px; }

.review-slider__date {
  color: #5E5E5E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px; }

.rate {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .rate__star + .rate__star {
    margin-left: 4px; }
  .rate__star path {
    fill: #FCE149; }
  .rate svg {
    display: block; }
  .rate__count {
    display: block; }
  .rate__text {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin: 0 8px; }
    @media screen and (max-width: 767px) {
      .rate__text {
        font-size: 14px; } }

.rate-info {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; }
  @media screen and (max-width: 767px) {
    .rate-info {
      font-size: 12px; } }

.rate[data-rate="1"] .rate__star:nth-child(n+2) path,
.rate[data-rate="2"] .rate__star:nth-child(n+3) path,
.rate[data-rate="3"] .rate__star:nth-child(n+4) path,
.rate[data-rate="4"] .rate__star:nth-child(n+5) path,
.rate[data-rate="5"] .rate__star:nth-child(n+6) path,
.rate[data-rate="0"] .rate__star path {
  fill: #fff; }

.logo {
  position: relative;
  z-index: 2; }

.transparent .header {
  background: none; }

.wrapper {
  padding-top: 80px; }

.transparent.wrapper {
  padding: 0; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  background: #282828; }
  .header.fixed .header__holder {
    background: #282828; }
  .header__call-mobile {
    display: none;
    height: 40px;
    width: 40px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.43);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1250px) {
      .header__call-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .header__top-center {
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__holder {
    padding: 20px 15px; }
    @media screen and (max-width: 767px) {
      .header__holder {
        padding: 12px 15px; } }
  .header__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1328px;
    margin: 0 auto; }
  .header__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 380px;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .header__controls {
        max-width: none;
        width: auto; } }
  .header__tel {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none; }
    @media screen and (max-width: 1250px) {
      .header__tel {
        display: none; } }

.mobile-opener {
  width: 18px;
  height: 32px;
  position: relative;
  display: none;
  margin-left: 21px; }
  .mobile-opener.active .mobile-opener__line--1 {
    top: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobile-opener.active .mobile-opener__line--2 {
    display: none; }
  .mobile-opener.active .mobile-opener__line--3 {
    top: 16px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media all and (max-width: 1250px) {
    .mobile-opener {
      display: block; } }
  .mobile-opener__line {
    background: #fff;
    height: 1px;
    width: 100%;
    position: absolute; }
    .mobile-opener__line--1 {
      top: 11px; }
    .mobile-opener__line--2 {
      top: 16px; }
    .mobile-opener__line--3 {
      top: 21px; }

@media screen and (max-width: 1250px) {
  .header .get {
    display: none; } }

.get {
  border-radius: 56px;
  background: #418F3E;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 32px;
  margin-left: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media screen and (min-width: 1250px) {
    .get:hover {
      background: #fff;
      color: #000; } }

.callback {
  color: rgba(255, 255, 255, 0.64);
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media screen and (min-width: 1250px) {
    .callback:hover {
      color: #0070FF; } }

.header .nav .get {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px; }

@media screen and (max-width: 1250px) {
  .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: #222;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .nav.show {
      display: block; } }

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; }
  @media screen and (max-width: 1250px) {
    .nav ul {
      display: block;
      font-size: 25px;
      text-align: center;
      padding: 100px 0; } }

.nav li.menu-item-has-children {
  position: relative; }
  .nav li.menu-item-has-children > a {
    display: block;
    text-align: center; }
  .nav li.menu-item-has-children::after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
    display: block;
    width: 5.5px;
    height: 5.5px;
    right: -10px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    @media screen and (max-width: 767px) {
      .nav li.menu-item-has-children::after {
        top: 9px;
        margin: 0;
        right: 20px;
        width: 13px;
        height: 13px; } }
  @media screen and (min-width: 1250px) {
    .nav li.menu-item-has-children:hover ul {
      display: block; } }
  .nav li.menu-item-has-children ul {
    background: #fff;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    width: 230px;
    margin: 32px 0 0; }
    @media screen and (max-width: 767px) {
      .nav li.menu-item-has-children ul {
        background: none;
        position: relative;
        top: 0;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        margin: 10px 0 0; }
        .nav li.menu-item-has-children ul.show {
          display: block; } }
    .nav li.menu-item-has-children ul::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: -38px;
      height: 38px; }
      @media screen and (max-width: 767px) {
        .nav li.menu-item-has-children ul::after {
          display: none; } }
    .nav li.menu-item-has-children ul li + li {
      margin: 0;
      border-top: 1px solid #eee; }
      @media screen and (max-width: 767px) {
        .nav li.menu-item-has-children ul li + li {
          border: none; } }
    .nav li.menu-item-has-children ul a {
      color: #000;
      display: block;
      text-align: left;
      padding: 7px 15px; }
      @media screen and (max-width: 767px) {
        .nav li.menu-item-has-children ul a {
          color: #fff;
          text-align: center;
          font-size: 22px; } }
      .nav li.menu-item-has-children ul a.active {
        color: #418F3E; }

.nav li + li {
  margin-left: 34px; }
  @media screen and (max-width: 1250px) {
    .nav li + li {
      margin: 20px 0 0; } }

.nav a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .nav a.active {
    border-color: #fff; }
  @media screen and (min-width: 1250px) {
    .nav a:hover {
      color: #418F3E; } }

@media screen and (max-width: 1023px) {
  .desc {
    display: none !important; } }

.mob {
  display: none !important; }
  @media screen and (max-width: 1023px) {
    .mob {
      display: block !important; } }

.feedback {
  padding: 104px 15px;
  background-size: cover !important; }
  @media screen and (max-width: 767px) {
    .feedback {
      padding: 50px 15px; } }
  .feedback__holder {
    max-width: 1280px;
    margin: 0 auto; }
  .feedback .feedback__form {
    margin: 0; }
  .feedback__form {
    border-radius: 10px;
    background: #fff;
    padding: 34px 36px;
    max-width: 448px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 1600px) {
      .feedback__form {
        max-width: 390px;
        padding: 25px 30px; } }
  .feedback__circle {
    width: 18px;
    height: 18px;
    border-radius: 12px;
    background: #D9E5F0;
    display: block;
    margin: 0 auto 4px;
    position: relative;
    z-index: 1; }
  .feedback__title {
    color: #1E1E1E;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 26px;
    letter-spacing: 0.48px; }
    @media screen and (max-width: 1600px) {
      .feedback__title {
        font-size: 21px; } }
  .feedback__text {
    color: #5e5e5e;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 24px;
    text-align: left; }
  .feedback__row {
    width: 100%; }
    .feedback__row + .feedback__row {
      margin-top: 20px; }
      @media screen and (max-width: 1600px) {
        .feedback__row + .feedback__row {
          margin-top: 10px; } }
  .feedback__checkbox input {
    position: absolute;
    left: -9999px; }
    .feedback__checkbox input:checked + .wpcf7-list-item-label::before {
      opacity: 1; }
  .feedback__checkbox .wpcf7-list-item-label {
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 42px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .feedback__checkbox .wpcf7-list-item-label::after {
      content: '';
      position: absolute;
      left: 0;
      top: 3px;
      width: 30px;
      height: 30px;
      background: #fff;
      border-radius: 6px;
      border: 1px solid #E5E5EA; }
    .feedback__checkbox .wpcf7-list-item-label::before {
      content: '';
      position: absolute;
      border: 1px solid #000;
      border-width: 0 0 2px 2px;
      width: 11px;
      height: 6px;
      left: 10px;
      top: 15px;
      -webkit-transform: scale(1) rotate(-45deg);
      transform: scale(1) rotate(-45deg);
      z-index: 1;
      opacity: 0; }
  .feedback__notes {
    color: #5e5e5e;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left; }
    .feedback__notes svg {
      margin-right: 22px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .feedback__row {
    text-align: left; }
    .feedback__row .wpcf7-not-valid-tip {
      font-size: 14px;
      color: #f00; }
  .feedback__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px; }
    @media screen and (max-width: 767px) {
      .feedback__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .feedback__btn {
    border-radius: 45px;
    background: #000;
    max-width: 100%;
    height: 56px;
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none; }
    @media screen and (min-width: 1250px) {
      .feedback__btn:hover {
        background: #418F3E; } }
    .feedback__btn svg {
      stroke: #fff;
      margin-left: 8px; }
  .feedback__descr {
    color: #FFF;
    margin-left: 32px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.12px;
    text-transform: lowercase; }
    @media screen and (max-width: 767px) {
      .feedback__descr {
        margin: 20px 0 0; } }

.feedback__step-1,
.feedback__step-2 {
  display: none; }
  .feedback__step-1.active,
  .feedback__step-2.active {
    display: block; }

.feedback__line {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: #6B7280;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  .feedback__line li {
    position: relative; }
    .feedback__line li::after {
      content: '';
      position: absolute;
      top: 10px;
      left: 26px;
      height: 1px;
      background: #D1D1D6;
      width: 93px; }
    .feedback__line li + li {
      margin-left: 63px; }
    .feedback__line li.active {
      color: #000; }
      .feedback__line li.active .feedback__circle {
        background: #F19475; }
      .feedback__line li.active::after {
        background: #F19475; }
    .feedback__line li:last-child::after {
      display: none; }

.feedback__btn {
  cursor: pointer; }

.page-text {
  max-width: 1041px;
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 80px;
  padding: 0 15px; }

.main {
  max-width: 1328px;
  margin: 0 auto;
  width: 100%; }
  .main .title {
    margin: 0 0 20px; }
    @media screen and (max-width: 1368px) {
      .main .title {
        padding: 0 15px; } }
  .main .faq {
    padding-top: 0; }
  .main .breadcrumb {
    margin-bottom: 62px; }
    .main .breadcrumb li:last-child a,
    .main .breadcrumb li:last-child span {
      color: #000; }

.breadcrumb {
  padding: 25px 15px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #C3C3C3;
  font-family: "Source Sans 3";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  line-height: 24px;
  max-width: 1358px;
  width: 100%;
  margin: 0 auto; }
  .breadcrumb li + li::before {
    content: '/';
    margin: 0 8px; }
  .breadcrumb li:last-child a,
  .breadcrumb li:last-child span {
    color: #fff; }
  .breadcrumb a {
    color: #C3C3C3;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 24px; }

.slider-text {
  text-align: center;
  margin-top: 20px;
  color: #555;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px; }

.news-inner {
  max-width: 954px;
  margin: 0 auto 100px; }
  @media screen and (max-width: 767px) {
    .news-inner {
      margin: 0 auto 60px; } }
  .news-inner .case__slider .slick-list {
    margin: 0;
    padding: 0; }
  .news-inner .content {
    margin-bottom: 80px; }
  .news-inner__add-title {
    color: #070707;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px; }
  .news-inner__add-text {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 46px; }
  .news-inner__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1358px;
    width: 100%;
    margin: 0 auto 100px;
    position: relative;
    padding: 0 15px; }
    @media screen and (max-width: 767px) {
      .news-inner__control {
        margin: 0 auto 60px; } }
    .news-inner__control::after {
      content: '';
      position: absolute;
      left: 50%;
      width: 1px;
      top: 0;
      bottom: 0;
      background: #C9BEB4; }
  .news-inner__prev {
    width: 50%;
    text-decoration: none;
    padding: 23px 50px 23px 0; }
    @media screen and (max-width: 1250px) {
      .news-inner__prev {
        padding: 23px 30px 23px 0; } }
  .news-inner__next {
    width: 50%;
    text-align: right;
    text-decoration: none;
    padding: 23px 0; }
    @media screen and (max-width: 1250px) {
      .news-inner__next {
        padding: 23px 0 23px 30px; } }
  .news-inner__control-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    color: #336F30;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 18px; }
  .news-inner__control-name {
    color: #2F2F30;
    font-family: "Poppins";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.64px; }
    @media screen and (max-width: 1250px) {
      .news-inner__control-name {
        font-size: 24px; } }
    @media screen and (max-width: 767px) {
      .news-inner__control-name {
        font-size: 15px; } }

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .share__title {
    color: #282727;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 12px; }
  .share__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px; }

.top-inner {
  height: 385px;
  overflow: hidden;
  position: relative;
  padding-top: 100px; }
  .top-inner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); }
  .top-inner .news__date {
    color: #fff; }
  .top-inner .news__read {
    color: #fff; }
    .top-inner .news__read svg path {
      stroke: #fff !important; }
  .top-inner .breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    z-index: 1;
    margin-bottom: 50px; }
  .top-inner__info {
    position: relative;
    z-index: 1;
    max-width: 1358px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px; }

.areas-inner {
  max-width: 1358px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%; }
  .areas-inner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 100px 0;
    border-top: 2px solid #AEAEB2;
    gap: 0 36px; }
    @media screen and (max-width: 767px) {
      .areas-inner__item {
        padding: 60px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .areas-inner__item:first-child {
      border: none; }
    .areas-inner__item ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 20px; }
      @media screen and (max-width: 767px) {
        .areas-inner__item ul {
          gap: 4%; } }
      .areas-inner__item ul li {
        max-width: 196px;
        width: 100%; }
        @media screen and (max-width: 767px) {
          .areas-inner__item ul li {
            max-width: 48%; } }
      .areas-inner__item ul a {
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #49494A;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        height: 56px;
        border-bottom: 1px solid #EDEDED; }
        @media screen and (min-width: 1250px) {
          .areas-inner__item ul a:hover {
            background: #EAF6E9; } }
  .areas-inner__title {
    color: #2F2F30;
    font-family: "Poppins";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.64px;
    max-width: 448px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .areas-inner__title {
        margin-bottom: 20px; } }

.top-section {
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 1250px) {
    .top-section .feedback__form {
      display: none; } }
  .top-section::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); }
  .top-section .breadcrumb {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    max-width: 1328px;
    margin: 0 auto;
    z-index: 1; }
  .top-section__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    width: 100%; }
    @media screen and (max-width: 1250px) {
      .top-section__image {
        width: auto; } }
  .top-section__title {
    color: #FFF;
    font-family: "Poppins";
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 1.12px;
    margin-bottom: 12px; }
    @media screen and (max-width: 1600px) {
      .top-section__title {
        font-size: 40px; } }
    @media screen and (max-width: 767px) {
      .top-section__title {
        font-size: 30px; } }
  .top-section__text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px; }
  .top-section__info {
    max-width: 1358px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    gap: 92px;
    padding: 0 15px; }
    @media screen and (max-width: 1600px) {
      .top-section__info {
        padding-top: 50px; } }
    @media screen and (max-width: 767px) {
      .top-section__info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 105px 15px 30px;
        height: auto;
        gap: 0; } }
  .top-section__info-box {
    max-width: 787px; }
  .top-section__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 29px; }
    .top-section__rate svg {
      width: 48px;
      height: 48px;
      fill: #FCE149; }
  .top-section__rate-num {
    color: #FFF;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.48px; }
  .top-section__rate-text {
    color: #fff;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; }
  .top-section__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
    @media screen and (max-width: 767px) {
      .top-section__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .top-section__bottom-item {
    border-radius: 12px;
    background: #fff;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px; }
    @media screen and (max-width: 767px) {
      .top-section__bottom-item {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .top-section__bottom-title {
    color: #070707;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center; }
  .top-section__bottom-notes {
    color: #6A6A6A;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

.slick-arrow {
  border-radius: 9999px;
  border: 1px solid #CCE8CA;
  background: #EAF6E9;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .slick-arrow svg {
    stroke: #0C0D0C; }
  @media screen and (min-width: 1250px) {
    .slick-arrow:hover {
      background: #418F3E;
      border-color: #418F3E; }
      .slick-arrow:hover svg {
        stroke: #fff; } }

.slick-dots {
  margin: 59px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .slick-dots li {
    margin: 0 6px;
    width: 8px;
    height: 8px; }
    .slick-dots li.slick-active button {
      background: #336F30; }
  .slick-dots button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    text-indent: -9999px;
    padding: 0;
    border: none; }

.solutions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1328px;
  margin: 0 auto;
  width: 100%;
  padding: 100px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #aeaeb2; }
  @media screen and (max-width: 1340px) {
    .solutions {
      padding: 100px 15px; } }
  @media screen and (max-width: 1250px) {
    .solutions {
      display: block; } }
  @media screen and (max-width: 767px) {
    .solutions {
      padding: 60px 15px; } }
  .solutions__nav {
    max-width: 654px; }
    .solutions__nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 14px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .solutions__nav ul li {
        max-width: 288px;
        width: 100%; }
        .solutions__nav ul li a {
          color: #090909;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
          text-decoration: underline; }
          @media screen and (min-width: 1250px) {
            .solutions__nav ul li a:hover {
              color: #418F3E; } }
  .solutions__info {
    max-width: 448px; }
    @media screen and (max-width: 1250px) {
      .solutions__info {
        max-width: 100%;
        margin-bottom: 40px; } }
  .solutions__title {
    color: #2F2F30;
    font-family: "Poppins";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%;
    letter-spacing: 0.8px;
    margin: 0 0 18px; }
    @media screen and (max-width: 767px) {
      .solutions__title {
        font-size: 30px; } }
  .solutions__text {
    color: #555;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; }
  .solutions__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px; }
    @media screen and (max-width: 1250px) {
      .solutions__list {
        gap: 4%; } }
    @media screen and (max-width: 767px) {
      .solutions__list {
        gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .solutions__item {
    max-width: 370px;
    border-radius: 10px;
    background: #fff;
    padding: 28px 29px;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 1px rgba(0, 0, 0, 0.08); }
    @media screen and (max-width: 1250px) {
      .solutions__item {
        max-width: 48%; } }
    @media screen and (max-width: 767px) {
      .solutions__item {
        max-width: 100%; } }
  .solutions__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 26px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    position: relative; }
    .solutions__top::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 170px;
      height: 1px;
      background: #2f2f30; }
  .solutions__icon {
    position: relative; }
    .solutions__icon::after {
      content: '';
      position: absolute;
      background: #DFF1DE;
      width: 37px;
      height: 37px;
      border-radius: 50%;
      top: -14px;
      left: -7px; }
    .solutions__icon img {
      position: relative;
      z-index: 1; }
  .solutions__name {
    color: #2F2F30;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.48px; }
  .solutions__descr {
    color: #555;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px; }
  .solutions__btn {
    color: #2F2F30;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 22px;
    border-radius: 52px;
    border: 1px solid #418F3E;
    background: #EAF6E9;
    cursor: pointer;
    text-decoration: none;
    height: 48px; }
    .solutions__btn svg {
      display: block; }

.security-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1328px;
  margin: 0 auto;
  width: 100%;
  padding: 100px 0;
  border-bottom: 2px solid #AEAEB2;
  gap: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1340px) {
    .security-info {
      padding: 100px 15px; } }
  @media screen and (max-width: 1023px) {
    .security-info {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 40px; } }
  @media screen and (max-width: 767px) {
    .security-info {
      padding: 60px 15px; } }
  .security-info__image {
    max-width: 374px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .security-info__title {
    color: #070707;
    font-family: "Poppins";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%;
    letter-spacing: 0.8px;
    margin-bottom: 18px; }
    @media screen and (max-width: 767px) {
      .security-info__title {
        font-size: 30px; } }
  .security-info__text {
    color: #555;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; }
    .security-info__text p {
      margin: 14px 0; }
      .security-info__text p:first-child {
        margin-top: 0; }
      .security-info__text p:last-child {
        margin-bottom: 0; }

.security {
  max-width: 1328px;
  margin: 0 auto;
  width: 100%;
  padding: 100px 0;
  border-bottom: 2px solid #AEAEB2; }
  @media screen and (max-width: 1340px) {
    .security {
      padding: 100px 15px; } }
  @media screen and (max-width: 767px) {
    .security {
      padding: 60px 15px; } }
  .security__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 46px; }
    .security__head .title {
      margin: 0; }
  .security__slider .slick-list {
    margin-right: -500px;
    padding-right: 700px; }
    @media screen and (max-width: 1250px) {
      .security__slider .slick-list {
        margin-right: 0;
        padding-right: 0; } }
  .security__item {
    height: 444px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 543px;
    position: relative;
    padding: 42px 30px 38px;
    color: #000;
    border-radius: 10px;
    background: #E6F4E6;
    overflow: hidden; }
    .security__item::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(65, 143, 62, 0.75);
      opacity: 0; }
    @media screen and (max-width: 1340px) {
      .security__item {
        max-width: 510px; } }
    @media screen and (max-width: 1250px) {
      .security__item {
        max-width: 480px; } }
    @media screen and (max-width: 1023px) {
      .security__item {
        max-width: 360px; } }
    @media screen and (max-width: 767px) {
      .security__item {
        max-width: 100%; }
        .security__item + .security__item {
          margin-top: 25px; } }
    .security__item img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -o-object-fit: cover;
      object-fit: cover;
      opacity: 0; }
    @media screen and (min-width: 1250px) {
      .security__item:hover {
        color: #fff; }
        .security__item:hover::after {
          opacity: 1; }
        .security__item:hover a {
          color: #fff; }
        .security__item:hover .security__list-item {
          background: none;
          border-color: #fff; }
        .security__item:hover img {
          opacity: 1; } }
  .security__top {
    position: relative;
    z-index: 1; }
  .security__name {
    font-family: "Poppins";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.64px;
    margin-bottom: 14px;
    text-decoration: none;
    color: #000; }
    @media screen and (max-width: 1023px) {
      .security__name {
        font-size: 25px; } }
  .security__text {
    font-family: "Source Sans 3";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 450px;
    margin-bottom: 25px; }
  .security__more {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; }
  .security__list {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px; }
  .security__list-item {
    border-radius: 32px;
    border: 1px solid #000;
    background: #D5EAD5;
    padding: 4px 20px;
    color: #17233D;
    font-family: "Source Sans 3";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none; }

.why {
  max-width: 1328px;
  margin: 0 auto;
  width: 100%;
  padding: 100px 0;
  border-bottom: 2px solid #AEAEB2; }
  @media screen and (max-width: 1340px) {
    .why {
      padding: 100px 15px; } }
  @media screen and (max-width: 767px) {
    .why {
      padding: 60px 15px; } }
  .why__top {
    margin-bottom: 66px;
    max-width: 764px; }
  .why .title {
    margin-bottom: 18px; }
  .why__text {
    color: #555;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; }
  .why__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .why__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 40px 0; } }
  @media screen and (max-width: 767px) {
    .why__item {
      width: 50%;
      padding: 0 10px; } }
  .why__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 15px; }
  .why__title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; }

.top-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px; }

.cert {
  max-width: 1338px;
  margin: 0 auto;
  width: 100%;
  padding: 100px 0;
  border-bottom: 2px solid #AEAEB2; }
  @media screen and (max-width: 1340px) {
    .cert {
      padding: 100px 15px; } }
  @media screen and (max-width: 767px) {
    .cert {
      padding: 60px 15px; } }
  .cert .title {
    margin-bottom: 0; }
  .cert__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .cert .slick-list {
      padding-right: 150px; } }

@media screen and (max-width: 767px) {
  .breadcrumb + .top-section__info {
    padding: 155px 15px 30px; } }

.reviews__ctm-item {
  border: 1px solid #eee;
  padding: 20px 15px;
  height: 100%; }
  .reviews__ctm-item .rate {
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .reviews__ctm-item .rate svg {
      width: 16px;
      height: 16px; }
  .reviews__ctm-item .rate__text {
    font-size: 14px; }

.reviews__ctm-image {
  text-align: center;
  max-width: 60px;
  margin: 0 auto 15px; }
  .reviews__ctm-image img {
    margin: 0 auto; }

.reviews__ctm-name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px; }

.reviews__ctm-text {
  font-size: 14px;
  line-height: 17px; }

.social {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px; }
  @media screen and (max-width: 1250px) {
    .social {
      gap: 11px; } }
  .social li {
    width: 48px;
    height: 48px; }
  .social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100px;
    background: #555;
    height: 100%; }
    @media screen and (min-width: 1250px) {
      .social a:hover {
        background: #418F3E; } }

.review {
  max-width: 1328px;
  margin: 0 auto;
  width: 100%;
  padding: 100px 0;
  position: relative;
  border-bottom: 2px solid #AEAEB2; }
  @media screen and (max-width: 1340px) {
    .review {
      padding: 100px 15px; } }
  @media screen and (max-width: 767px) {
    .review {
      padding: 60px 15px; } }
  .review .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .review .slick-slide > div {
    height: 100%; }
  .review__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    gap: 22px; }
    @media screen and (max-width: 767px) {
      .review__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .review__head .title {
      margin: 0; }
    .review__head .top-section__rate {
      margin: 0; }
    .review__head .top-section__rate-num {
      color: #000; }
    .review__head .top-section__rate-text {
      color: #000; }
  .review__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px; }
  .review__name {
    color: #2C2C2E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 2px; }
  .review__date {
    color: #8C8C8C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; }
  .review__item {
    max-width: 318px;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #B3B3B3; }
    @media screen and (max-width: 1340px) {
      .review__item {
        max-width: 299px; } }
    @media screen and (max-width: 1250px) {
      .review__item {
        max-width: 319px; } }
    @media screen and (max-width: 1023px) {
      .review__item {
        max-width: 360px; } }
  .review__decor {
    display: block;
    margin-bottom: 32px; }
  .review__text {
    overflow: hidden;
    color: #2C2C2E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px; }
    .review__text p {
      margin: 0; }
  .review__top {
    margin-bottom: 30px; }
  .review .btn-box {
    top: -100px; }
    @media screen and (max-width: 767px) {
      .review .btn-box {
        top: 30px; } }

.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1; }
  .btn-box__more {
    border-radius: 45px;
    background: #000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 32px;
    height: 56px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.16px; }
    @media screen and (max-width: 767px) {
      .btn-box__more {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%; } }

.projects {
  padding: 100px 0;
  border-bottom: 2px solid #AEAEB2;
  max-width: 1328px;
  margin: 0 auto;
  width: 100%; }
  @media screen and (max-width: 1340px) {
    .projects {
      padding: 100px 15px; } }
  @media screen and (max-width: 767px) {
    .projects {
      padding: 60px 15px; } }
  .projects__list {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px; }
    @media screen and (max-width: 1023px) {
      .projects__list {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 767px) {
      .projects__list {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(1fr); } }
    .projects__list .slick-next {
      position: absolute;
      top: -61px;
      right: 0; }
    .projects__list .slick-prev {
      position: absolute;
      top: -61px;
      right: 52px; }
    .projects__list img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .projects__big {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none; }
    @media screen and (max-width: 1023px) {
      .projects__big {
        grid-column: 1 / -1; } }
    .projects__big::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.17%, transparent), color-stop(97.3%, rgba(0, 0, 0, 0.5)));
      background: linear-gradient(180deg, transparent 0.17%, rgba(0, 0, 0, 0.5) 97.3%); }
  .projects__small {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none; }
    .projects__small::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.17%, transparent), color-stop(97.3%, rgba(0, 0, 0, 0.5)));
      background: linear-gradient(180deg, transparent 0.17%, rgba(0, 0, 0, 0.5) 97.3%); }
    .projects__small .projects__name {
      margin: 0; }
    .projects__small .projects__info {
      padding: 0 22px 22px; }
      @media screen and (max-width: 1250px) {
        .projects__small .projects__info {
          padding: 0 15px 15px; } }
      @media screen and (max-width: 767px) {
        .projects__small .projects__info {
          padding: 0 22px 22px; } }
    .projects__small .projects__name {
      font-family: "Poppins";
      font-size: 16px;
      font-style: normal;
      font-weight: 800;
      line-height: 135%;
      letter-spacing: 0.32px; }
      @media screen and (max-width: 1023px) {
        .projects__small .projects__name {
          font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .projects__small .projects__name {
          font-size: 22px; } }
  .projects__info {
    position: absolute;
    padding: 0 32px 32px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
    @media screen and (max-width: 1250px) {
      .projects__info {
        padding: 0 22px 22px; } }
  .projects__name {
    color: #FFF;
    font-family: "Poppins";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.64px;
    margin-bottom: 14px; }
    @media screen and (max-width: 1023px) {
      .projects__name {
        font-size: 22px; } }
  .projects__text {
    color: #FFF;
    font-family: "Source Sans 3";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
    @media screen and (max-width: 767px) {
      .projects__text {
        display: none; } }
  .projects .btn-box {
    margin-top: 40px; }

.faq {
  max-width: 1328px;
  padding: 100px 0;
  margin: 0 auto;
  width: 100%;
  border-bottom: 2px solid #AEAEB2; }
  @media screen and (max-width: 1340px) {
    .faq {
      padding: 100px 15px; } }
  @media screen and (max-width: 767px) {
    .faq {
      padding: 60px 15px; } }
  .faq .title {
    margin-bottom: 12px; }
  .faq__item {
    border-bottom: 1px solid #CBCBCB; }
    .faq__item:last-child {
      border: none; }
    .faq__item--active .faq__answer {
      display: block; }
    .faq__item--active .faq__question svg {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .faq__answer {
    padding: 0 0 32px;
    color: #555;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: none; }
    .faq__answer p:first-child {
      margin-top: 0; }
    .faq__answer p:last-child {
      margin-bottom: 0; }
  .faq__question {
    color: #1c1c1c;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    padding: 37px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1023px) {
      .faq__question {
        padding: 20px 0; } }
    .faq__question svg {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .faq__question {
        font-size: 20px; } }
  .faq__icon {
    width: 40px;
    height: 40px;
    background: #418F3E;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.how {
  max-width: 1328px;
  margin: 0 auto;
  padding: 100px 0; }
  @media screen and (max-width: 1340px) {
    .how {
      padding: 100px 15px; } }
  @media screen and (max-width: 767px) {
    .how {
      padding: 60px 15px; } }
  .how .btn-box {
    margin-top: 46px; }
  .how__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: num; }
    @media screen and (max-width: 1023px) {
      .how__list {
        overflow-x: auto;
        padding: 20px 0 0; } }
  .how__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 42px; }
    .how__bottom .bottom-control {
      margin: 0 0 0 42px; }
  .how__btn {
    border-radius: 8px;
    background: #ff4f42;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 22px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    cursor: pointer; }
  .how__item {
    width: 25%;
    position: relative;
    counter-increment: num;
    padding: 70px 0 0;
    margin-top: 20px; }
    @media screen and (max-width: 1023px) {
      .how__item {
        width: 33%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 5px; } }
    @media screen and (max-width: 767px) {
      .how__item {
        width: 85%; } }
    .how__item:first-child::before {
      -webkit-box-shadow: 0 0 0 4px rgba(65, 143, 62, 0.13);
      box-shadow: 0 0 0 4px rgba(65, 143, 62, 0.13);
      background: #418F3E;
      color: #fff; }
    .how__item::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 1px;
      background: #C3C3C3;
      top: 0; }
    .how__item::before {
      content: counter(num) "";
      position: absolute;
      left: 0;
      top: -40px;
      z-index: 1;
      width: 80px;
      height: 80px;
      border: 1px solid #C3C3C3;
      background: #fff;
      color: #1D1D20;
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 16px;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .how__name {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px; }
    @media screen and (max-width: 1340px) {
      .how__name {
        font-size: 21px; } }
  .how__text {
    color: #555;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 276px; }
    @media screen and (max-width: 767px) {
      .how__text {
        max-width: 295px; } }

.bottom-information {
  background: -webkit-gradient(linear, left top, right top, from(#057101), to(#418F3E));
  background: linear-gradient(90deg, #057101 0%, #418F3E 100%);
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1365px) {
    .bottom-information {
      padding: 35px 15px; } }
  @media screen and (max-width: 767px) {
    .bottom-information .directions-btn {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%; } }
  .bottom-information__decor {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .bottom-information__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1328px;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
  @media screen and (max-width: 1250px) {
    .bottom-information__image {
      display: none; } }
  .bottom-information__title {
    color: #FFF;
    font-family: "Poppins";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%;
    letter-spacing: 0.8px;
    margin-bottom: 10px; }
    @media screen and (max-width: 1023px) {
      .bottom-information__title {
        font-size: 30px; } }
  .bottom-information__text {
    color: #fff;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px; }

.contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 26px; }
  @media screen and (max-width: 767px) {
    .contact__btn {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .contact__btn .directions-btn,
      .contact__btn .areas__btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%; } }

.directions-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.16px;
  border-radius: 45px;
  background: #000;
  height: 51px;
  padding: 0 42px;
  text-decoration: none; }
  @media screen and (min-width: 1250px) {
    .directions-btn:hover {
      background: #418F3E; }
      .directions-btn:hover path {
        fill: #fff !important; } }
  @media screen and (max-width: 767px) {
    .directions-btn {
      padding: 0 20px; } }

.arrow-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 11;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .arrow-up svg {
    stroke: #18191B;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  @media screen and (min-width: 1250px) {
    .arrow-up:hover {
      background: #418F3E; }
      .arrow-up:hover svg {
        stroke: #fff; } }

.slider-progress {
  position: absolute;
  bottom: 19px;
  left: 0;
  width: 90%;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
  overflow: hidden;
  border-radius: 20px; }
  @media screen and (max-width: 1023px) {
    .slider-progress {
      width: 80%; } }
  @media screen and (max-width: 767px) {
    .slider-progress {
      width: 65%; } }

.slider-progress-bar {
  height: 100%;
  width: 0%;
  background: #fff;
  border-radius: 20px; }

.popup-opener {
  cursor: pointer; }

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  background: #ff3b3b;
  padding: 20px 0;
  border-radius: 35px;
  font-family: Inter;
  margin-bottom: 30px; }

.time-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 60px; }
  @media screen and (max-width: 767px) {
    .time-box {
      min-width: 40px; } }

.time-box span {
  font-size: 64px;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .time-box span {
      font-size: 36px; } }

.time-box small {
  font-size: 16px;
  font-weight: normal;
  opacity: 0.8; }
  @media screen and (max-width: 767px) {
    .time-box small {
      font-size: 14px; } }

.separator {
  font-size: 64px;
  line-height: 52px;
  margin: 0 50px; }
  @media screen and (max-width: 1250px) {
    .separator {
      margin: 0 20px; } }
  @media screen and (max-width: 767px) {
    .separator {
      font-size: 36px;
      margin: 0; } }

.counter-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto 100px; }
  @media screen and (max-width: 1365px) {
    .counter-section {
      padding: 0 15px; } }
  @media screen and (max-width: 1023px) {
    .counter-section {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .counter-section {
      margin: 0 auto 50px; } }

.counter-col {
  max-width: 274px;
  width: 100%; }
  @media screen and (max-width: 1250px) {
    .counter-col {
      margin-right: 30px; } }
  @media screen and (max-width: 1023px) {
    .counter-col {
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 60px; } }
  @media screen and (max-width: 767px) {
    .counter-col {
      display: block; } }

.counter-item {
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  background: #fff;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  padding: 12px 0; }
  @media screen and (max-width: 1023px) {
    .counter-item {
      max-width: 233px;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .counter-item {
      max-width: 100%; } }
  .counter-item + .counter-item {
    margin-top: 10px; }
    @media screen and (max-width: 1023px) {
      .counter-item + .counter-item {
        margin: 0 0 0 24px; } }
    @media screen and (max-width: 767px) {
      .counter-item + .counter-item {
        margin: 10px 0 0; } }
  .counter-item__price {
    color: #18191B;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .counter-item__price {
        font-size: 28px; } }
  .counter-item__text {
    color: #18191B;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-transform: lowercase; }

.counter {
  max-width: 916px; }
  .counter__title {
    color: #1D1D1D;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .counter__title {
        font-size: 32px;
        text-align: center; } }
  .counter__text {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; }

.about__video {
  max-width: 100%;
  width: 100%;
  position: relative; }
  .about__video iframe {
    height: 640px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .about__video iframe {
        width: 100%;
        height: 202px; } }
  @media screen and (max-width: 1023px) {
    .about__video {
      margin-bottom: 30px; } }

.about__video-overlay {
  position: absolute;
  top: 0;
  left: 0; }

.play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.map-section {
  max-width: 1328px;
  margin: 100px auto 100px; }
  @media screen and (max-width: 1365px) {
    .map-section {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .map-section {
      margin: 50px auto; } }
  .map-section__title {
    color: #1C1C1C;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: normal; }
    @media screen and (max-width: 767px) {
      .map-section__title {
        font-size: 32px; } }

.contact__title {
  color: #1C1C1C;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px; }

.contact__info {
  color: #5E5E5E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; }
  .contact__info address {
    font-style: normal; }
  .contact__info a {
    color: #5E5E5E;
    text-decoration: none; }
  .contact__info p {
    margin: 0; }
    .contact__info p + p {
      margin-top: 6px; }

.contact__info-box + .contact__info-box {
  margin-top: 32px; }

.map-row {
  position: relative; }

.map-info {
  position: absolute;
  top: 40px;
  left: 40px;
  background: #fff;
  z-index: 2;
  padding: 38px 37px;
  border-radius: 20px; }
  @media screen and (max-width: 1250px) {
    .map-info {
      position: relative;
      top: 0;
      left: 0; } }
  @media screen and (max-width: 767px) {
    .map-info {
      padding: 20px 0; } }

#map {
  height: 687px;
  width: 100%; }
  @media screen and (max-width: 1250px) {
    #map {
      height: 400px; } }

.logo-list {
  margin: 0 0 0 38px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .logo-list {
      margin: 30px 0 0; } }
  .logo-list li + li {
    margin-left: 45px; }

.range-section {
  padding: 100px 15px;
  margin-bottom: 100px;
  background-size: cover !important; }
  @media screen and (max-width: 767px) {
    .range-section {
      margin: 0 0 50px;
      padding: 50px 15px; } }
  .range-section__holder {
    max-width: 1280px;
    margin: 0 auto; }
  .range-section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      .range-section__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .range-section__title {
    color: #FFF;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 38px; }
    @media screen and (max-width: 767px) {
      .range-section__title {
        font-size: 32px; } }
  .range-section__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: none;
    background: #348af8;
    font-weight: bold;
    cursor: pointer;
    height: 47px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.16px;
    border-radius: 59px;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media screen and (min-width: 1250px) {
      .range-section__btn:hover {
        background: #0070FF; } }
  .range-section__note {
    color: #717171;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

.payment-card {
  max-width: 546px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 39px 32px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media screen and (max-width: 1250px) {
    .payment-card {
      max-width: 436px; } }
  @media screen and (max-width: 1023px) {
    .payment-card {
      max-width: 100%; } }

.payment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 33px; }
  .payment-header__title {
    color: #18191B;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; }
  .payment-header__price {
    color: #18191B;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
    .payment-header__price span {
      color: #18191B;
      font-family: Inter;
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
    .payment-header__price small {
      color: #18191B;
      font-family: Inter;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }

.range-wrap {
  position: relative;
  width: 100%;
  height: 24px;
  margin-bottom: 30px; }

.range-track {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 8px;
  background: #e6e6e6;
  border-radius: 999px;
  pointer-events: none; }

.range-fill {
  height: 100%;
  width: 0%;
  background: #348AF8;
  border-radius: 999px; }

input[type="range"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  z-index: 2;
  cursor: pointer; }

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #348AF8;
  border: 3px solid #348AF8;
  cursor: pointer;
  position: relative;
  z-index: 3; }

input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #348AF8;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer; }

.case {
  max-width: 1328px;
  margin: 0 auto;
  padding: 100px 0;
  width: 100%;
  border-bottom: 2px solid #AEAEB2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 62px; }
  .case__aside {
    max-width: 389px;
    border-radius: 10px;
    background: #FFF;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 1px rgba(0, 0, 0, 0.08);
    width: 100%;
    padding: 42px 30px; }
  .case__client {
    color: #555;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .case__client-name {
    color: #000;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.48px; }
  .case__type {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #2F2F30; }
  .case__type-title {
    color: #555;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px; }
  .case__label {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 4px 20px;
    border-radius: 32px;
    border: 1px solid #336F30;
    background: #336F30;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 24px; }
  .case__row + .case__row {
    margin-top: 24px; }
  .case__subtitle {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px; }
  .case__descr {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
  .case__info {
    max-width: 877px; }
  .case__slider {
    position: relative; }
    .case__slider .slick-arrow {
      position: absolute;
      top: -65px; }
    .case__slider .slick-prev {
      right: 72px; }
    .case__slider .slick-next {
      right: 22px; }
    .case__slider .slick-list {
      margin-right: -100px;
      padding-right: 170px; }
  .case__content {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 68px; }
    .case__content h1 {
      color: #000;
      font-family: "Poppins";
      font-size: 40px;
      font-style: normal;
      font-weight: 800;
      line-height: 135%;
      margin: 0 0 16px;
      letter-spacing: 0.8px; }
    .case__content p {
      margin: 15px 0; }
    .case__content h2 {
      color: #1E1E1E;
      font-size: 32px;
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
      letter-spacing: 0.64px;
      margin: 69px 0 15px; }

.footer {
  background: #18191B;
  padding: 60px 15px; }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 60px 15px 30px; } }
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
    max-width: 1328px;
    width: 100%;
    margin: 25px auto 0;
    border-top: 1px solid #eee; }
    @media screen and (max-width: 767px) {
      .footer__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0; } }
  .footer__links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 25px; }
    @media screen and (max-width: 767px) {
      .footer__links ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px 0; }
        .footer__links ul li {
          width: 100%; } }
    .footer__links ul a {
      text-decoration: none;
      color: #fff;
      font-size: 16px;
      line-height: 18px; }
  .footer__holder {
    max-width: 1328px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media screen and (max-width: 767px) {
      .footer__holder {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .footer__copy {
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .footer__copy {
        width: 100%;
        margin-top: 15px;
        text-align: left;
        font-size: 16px; } }
  .footer__col {
    margin-right: 240px; }
    @media screen and (max-width: 1250px) {
      .footer__col {
        margin-right: 60px; } }
    @media screen and (max-width: 1023px) {
      .footer__col {
        margin-right: 45px;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
    @media screen and (max-width: 767px) {
      .footer__col {
        margin: 0 0 30px; } }
    .footer__col .footer__logo {
      margin-bottom: 88px;
      display: block; }
      @media screen and (max-width: 767px) {
        .footer__col .footer__logo {
          margin-bottom: 32px; } }
    .footer__col .get {
      margin: 0;
      padding: 0 22px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-bottom: 32px; }
      @media screen and (max-width: 767px) {
        .footer__col .get {
          width: 100%; } }
  .footer__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__nav li + li {
    margin-left: 20px; }
  .footer__nav a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none; }
    @media screen and (min-width: 1250px) {
      .footer__nav a:hover {
        text-decoration: underline; } }
  .footer .contact__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 65px 0; }
    @media screen and (max-width: 1250px) {
      .footer .contact__info {
        margin: 0; } }
    @media screen and (max-width: 767px) {
      .footer .contact__info {
        height: auto;
        margin-bottom: 30px;
        gap: 32px; } }
  .footer .contact__info-box {
    width: 50%; }
    @media screen and (max-width: 1023px) {
      .footer .contact__info-box {
        width: 47%; } }
    @media screen and (max-width: 767px) {
      .footer .contact__info-box {
        width: 100%; } }
  .footer .contact__info-box + .contact__info-box {
    margin: 0; }
  .footer .contact__title {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; }
  .footer .contact__descr {
    color: #D9D9D9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    .footer .contact__descr a {
      color: #D9D9D9;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media screen and (min-width: 1250px) {
        .footer .contact__descr a:hover {
          color: #0070FF; } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .popup.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .popup__close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1; }
  .popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); }
  .popup__holder {
    position: relative;
    z-index: 1;
    max-width: 390px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    background: #FFF; }
  .popup__title {
    color: #000;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 26px; }
  .popup .feedback__row {
    display: block; }
  .popup .feedback__col {
    max-width: 100%; }
    .popup .feedback__col + .feedback__col {
      margin-top: 20px; }
  .popup .feedback__btn {
    max-width: 100%; }

.calc-section .payment-header {
  margin-bottom: 15px; }

.calc-section__loan {
  margin-bottom: 30px; }
  .calc-section__loan .payment-header__title {
    margin-bottom: 15px; }

.calc-section__options-box {
  margin-bottom: 30px; }
  .calc-section__options-box .payment-header__title {
    margin-bottom: 15px; }

.calc-section__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .calc-section__options {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.calc-section__radio {
  width: 24%; }
  @media screen and (max-width: 767px) {
    .calc-section__radio {
      width: 48%;
      margin-bottom: 10px; } }
  .calc-section__radio input {
    position: absolute;
    left: -9999px; }
    .calc-section__radio input:checked + .calc-section__radio-text {
      background: #212121;
      color: #fff; }
      .calc-section__radio input:checked + .calc-section__radio-text svg {
        fill: #fff; }

.calc-section__radio-text {
  background: #f5f6f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #000;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer; }
  @media screen and (min-width: 1250px) {
    .calc-section__radio-text:hover {
      background: #212121;
      color: #fff; }
      .calc-section__radio-text:hover svg {
        fill: #fff; } }
  .calc-section__radio-text svg {
    width: 30px;
    height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px; }

.estimate {
  padding: 100px 0; }
  .estimate__title {
    color: #070707;
    font-family: "Poppins";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%;
    letter-spacing: 0.8px;
    margin-bottom: 40px; }
  .estimate__top {
    max-width: 1328px;
    margin: 0 auto 100px;
    width: 100%; }
  .estimate__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px; }
    .estimate__list a {
      color: #000;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      text-decoration: none;
      height: 44px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 20px;
      border-radius: 32px;
      border: 1px solid #336F30; }
  .estimate__help {
    padding: 63px 40px; }
  .estimate__help-title {
    color: #fff;
    font-family: "Poppins";
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 10px;
    letter-spacing: 1.12px; }
  .estimate__text {
    margin-bottom: 26px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
  .estimate .get {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0; }

.calc-card {
  max-width: 600px;
  margin: 160px auto 100px;
  padding: 30px;
  background: #fff;
  border-radius: 24px; }
  .calc-card .get {
    margin-left: 0; }
    @media screen and (max-width: 1250px) {
      .calc-card .get {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media screen and (max-width: 767px) {
    .calc-card {
      margin: 30px auto 40px; } }
  .calc-card .feedback__btn {
    max-width: 100%; }
  .calc-card__notes {
    color: #717171;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px; }
    .calc-card__notes a {
      color: #348af8; }

.error-holder {
  max-width: 648px;
  margin: 0 auto;
  padding: 244px 15px 100px; }
  @media screen and (max-width: 767px) {
    .error-holder {
      padding: 80px 15px 70px; } }

.error-num {
  color: #D1D1D6;
  text-align: center;
  font-size: 183px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 6px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .error-num {
      font-size: 123px; } }

.error-title {
  color: #211812;
  margin-bottom: 16px;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  position: relative;
  z-index: 1; }

.error-text {
  color: #717171;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 30px; }

.error-btn {
  border-radius: 36px;
  background: #418F3E;
  text-decoration: none;
  max-width: 344px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 44px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media screen and (min-width: 1250px) {
    .error-btn:hover {
      background: #000; } }
  .error-btn svg {
    stroke: #fff;
    margin-left: 8px; }

.feedback__step-1,
.feedback__step-2,
.feedback__step-3,
.feedback__step-4,
.feedback__step-5 {
  display: none;
  min-height: 300px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .feedback__step-1.active,
  .feedback__step-2.active,
  .feedback__step-3.active,
  .feedback__step-4.active,
  .feedback__step-5.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.feedback__label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 6px; }

.feedback__line {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  .feedback__line svg {
    fill: #D1D1D6; }
  .feedback__line li {
    position: relative; }
    .feedback__line li::after {
      content: '';
      position: absolute;
      top: 10px;
      left: 100%;
      height: 1px;
      background: #D1D1D6;
      width: 33px; }
    .feedback__line li + li {
      margin-left: 33px; }
    .feedback__line li.active svg {
      fill: #348AF8; }
    .feedback__line li.active::after {
      background: #348AF8; }
    .feedback__line li:last-child::after {
      display: none; }

.feedback__btn {
  cursor: pointer; }

.thanks {
  min-height: 100vh;
  max-width: 722px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .thanks {
      min-height: 75vh;
      padding: 0 15px; } }
  .thanks__icon {
    margin-bottom: 40px; }
  .thanks__title {
    color: #211812;
    text-align: center;
    font-family: "Poppins";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%;
    letter-spacing: 0.8px;
    margin-bottom: 20px; }
  .thanks__text {
    color: #555;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px; }
  .thanks .feedback__btn {
    text-decoration: none;
    margin: 0 auto; }

.wpcf7-not-valid {
  border: 1px solid #f00 !important; }

.title {
  color: #1c1c1c;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px; }
  @media screen and (max-width: 1250px) {
    .title {
      font-size: 30px; } }

.intro {
  max-width: 1328px;
  margin: 0 auto;
  position: relative;
  padding: 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 295px;
  border-radius: 20px;
  overflow: hidden; }
  @media screen and (max-width: 1250px) {
    .intro {
      max-width: 1000px;
      height: 260px; } }
  @media screen and (max-width: 1023px) {
    .intro {
      max-width: 700px;
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .intro {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto;
      padding: 30px 15px;
      border-radius: 0;
      gap: 20px; } }
  .intro img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .intro__left {
    position: relative;
    z-index: 1; }
  .intro__label {
    color: #000;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 0 15px;
    border-radius: 38px;
    background: #8AD887;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 24px; }
  .intro__title {
    color: #FFF;
    font-family: "Poppins";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%;
    letter-spacing: 0.8px;
    margin-bottom: 10px; }
    @media screen and (max-width: 1250px) {
      .intro__title {
        font-size: 30px; } }
  .intro__text {
    color: #fff;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; }
  .intro__right {
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .intro__right {
        width: 100%; } }
  .intro__btn {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.16px;
    height: 56px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 42px;
    background: #fff;
    text-decoration: none;
    border-radius: 45px;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .intro__btn {
        width: 100%; } }
  .intro__notes {
    color: #fff;
    text-align: center;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase; }

.partners {
  max-width: 1328px;
  margin: 0 auto;
  padding: 100px 0;
  border-bottom: 2px solid #AEAEB2; }
  @media screen and (max-width: 1340px) {
    .partners {
      padding: 100px 15px; } }
  .partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .partners__item {
    max-width: 332px;
    width: 100%;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 149px; }
    @media screen and (max-width: 1250px) {
      .partners__item {
        max-width: 248px; } }
    @media screen and (max-width: 1023px) {
      .partners__item {
        max-width: 246px; } }
    @media screen and (max-width: 767px) {
      .partners__item {
        max-width: 50%; } }

.areas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1328px;
  margin: 0 auto;
  gap: 36px;
  padding: 100px 0; }
  @media screen and (max-width: 1340px) {
    .areas {
      padding: 100px 15px; } }
  @media screen and (max-width: 1023px) {
    .areas {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .areas__info {
    max-width: 448px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 1250px) {
      .areas__info {
        max-width: 298px; } }
    @media screen and (max-width: 1023px) {
      .areas__info {
        max-width: 100%; } }
  .areas__text {
    color: #555;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px; }
  .areas__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 22px;
    color: #2F2F30;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
    text-transform: uppercase;
    text-decoration: none;
    gap: 10px;
    height: 51px;
    border-radius: 52px;
    border: 1px solid #418F3E;
    background: #EAF6E9; }
    @media screen and (min-width: 1250px) {
      .areas__btn:hover {
        background: #418F3E;
        color: #fff; } }
  .areas__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    gap: 0 20px; }
    .areas__list li {
      width: calc(25% - 20px);
      border-bottom: 1px solid #EDEDED; }
      @media screen and (max-width: 767px) {
        .areas__list li {
          width: calc(50% - 20px); } }
    .areas__list a {
      color: #49494A;
      text-decoration: none;
      display: block;
      padding: 16px 0;
      text-align: center; }

.help-box {
  min-height: 258px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .help-box {
      height: auto;
      padding: 30px 0;
      text-align: center; } }
  .help-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .help-box__info {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 50px;
    width: 100%;
    max-width: 1428px; }
    @media screen and (max-width: 767px) {
      .help-box__info {
        padding: 0 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .help-box .get {
    margin: 0; }
  .help-box__title {
    color: #fff;
    font-family: "Poppins";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%;
    letter-spacing: 0.8px; }
    @media screen and (max-width: 1023px) {
      .help-box__title {
        font-size: 30px; } }
    @media screen and (max-width: 767px) {
      .help-box__title {
        margin-bottom: 20px; } }
  .help-box__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1250px) {
      .help-box__control {
        display: block;
        text-align: center; } }
  .help-box__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    gap: 8px; }
    @media screen and (max-width: 1250px) {
      .help-box__tel {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; } }

.sep {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 24px; }
  @media screen and (max-width: 1250px) {
    .sep {
      margin: 15px 0; } }

.subscribe {
  background-size: cover !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1318px;
  margin: 0 auto;
  min-height: 461px;
  border-radius: 20px;
  overflow: hidden;
  padding: 44px 46px;
  gap: 90px; }
  @media screen and (max-width: 767px) {
    .subscribe {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-radius: 40px; } }
  .subscribe__info {
    max-width: 762px; }
  .subscribe__title {
    color: #fff;
    font-family: "Poppins";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%;
    letter-spacing: 0.8px;
    margin-bottom: 6px; }
    @media screen and (max-width: 767px) {
      .subscribe__title {
        font-size: 30px; } }
  .subscribe__text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
    .subscribe__text p {
      margin: 0 0 32px; }
    .subscribe__text ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .subscribe__text ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .subscribe__text ul li + li {
          margin-top: 20px; }
  .subscribe__form {
    padding: 30px 34px;
    border-radius: 20px;
    background: #1A1A1A;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    max-width: 448px;
    width: 100%; }
    .subscribe__form p {
      color: #FFF;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin: 0; }
  .subscribe__form-title {
    color: #fff;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.48px;
    margin-bottom: 16px; }
  .subscribe__label {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 6px; }
  .subscribe__row + .subscribe__row {
    margin-top: 16px; }
  .subscribe__row input {
    border-radius: 5px;
    background: #2F2F2F;
    height: 44px;
    border: 1px solid #2F2F2F;
    color: #fff; }
  .subscribe__btn {
    border-radius: 45px;
    background: #336F30;
    height: 56px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    border: 1px solid #336F30;
    width: 100%;
    display: block;
    margin-top: 28px;
    margin-bottom: 8px; }

.content {
  color: #5e5e5e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  max-width: 984px;
  margin: 0 auto 162px;
  padding: 0 15px; }
  .content h2 {
    color: #070707;
    font-family: "Poppins";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%;
    letter-spacing: 0.8px;
    margin: 24px 0; }
    @media screen and (max-width: 767px) {
      .content h2 {
        font-size: 30px; } }
  .content h3 {
    color: #070707;
    font-family: "Poppins";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 38.4px */
    letter-spacing: 0.64px;
    margin: 24px 0; }
    @media screen and (max-width: 767px) {
      .content h3 {
        font-size: 26px; } }
  .content p {
    margin: 20px 0; }
  .content ul {
    margin: 20px 0;
    padding: 0;
    list-style: none; }
    .content ul li {
      padding-left: 16px;
      position: relative; }
      .content ul li + li {
        margin-top: 20px; }
      .content ul li::after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        background: #336F30;
        border-radius: 50%;
        left: 0;
        top: 7px; }
  .content ol {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    counter-reset: num; }
    .content ol li {
      counter-increment: num;
      position: relative;
      padding-left: 38px; }
      .content ol li + li {
        margin-top: 20px; }
      .content ol li::after {
        content: counter(num) "";
        position: absolute;
        left: 0;
        top: -3px;
        width: 26px;
        height: 26px;
        background: #EAF6E9;
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 64px 0 0;
  padding: 0;
  list-style: none; }
  .pagination li {
    margin: 0 8px; }
    @media screen and (max-width: 767px) {
      .pagination li {
        margin: 0 4px; } }
  .pagination .first svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .pagination .first a {
    border-radius: 1000px;
    border: 1px solid #6A6A6A; }
  .pagination .last a {
    border-radius: 1000px;
    border: 1px solid #6A6A6A; }
  .pagination a,
  .pagination span {
    width: 40px;
    height: 40px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .pagination a,
      .pagination span {
        width: 30px;
        height: 30px; } }

.case-slider {
  max-width: 1358px;
  margin: 0 auto;
  width: 100%;
  padding: 100px 15px; }
  @media screen and (max-width: 1023px) {
    .case-slider .projects__text {
      display: none; } }
  .case-slider__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; }
  .case-slider__title {
    color: #070707;
    font-family: "Poppins";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%;
    letter-spacing: 0.8px; }
    @media screen and (max-width: 767px) {
      .case-slider__title {
        font-size: 30px; } }
  .case-slider__list {
    margin-left: -20px; }
    .case-slider__list .projects__small img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .case-slider .slick-slide {
    margin: 0 0 0 20px; }

.case-section {
  max-width: 1358px;
  margin: 0 auto;
  width: 100%;
  padding: 100px 15px; }
  @media screen and (max-width: 767px) {
    .case-section {
      padding: 60px 15px; } }

.case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px; }
  .case-list .projects__small {
    max-width: 427px;
    width: 100%; }
    @media screen and (max-width: 1365px) {
      .case-list .projects__small {
        max-width: 403px; } }
    @media screen and (max-width: 1250px) {
      .case-list .projects__small {
        max-width: 487px; } }
    @media screen and (max-width: 1023px) {
      .case-list .projects__small {
        max-width: 359px; } }
    @media screen and (max-width: 767px) {
      .case-list .projects__small {
        max-width: 460px; } }
    .case-list .projects__small img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .case-list .projects__name {
    font-size: 24px;
    margin-bottom: 6px; }

.news {
  max-width: 1358px;
  margin: 0 auto;
  padding: 100px 15px; }
  .news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px; }
  .news__item {
    max-width: 429px; }
    @media screen and (max-width: 1365px) {
      .news__item {
        max-width: 403px; } }
    @media screen and (max-width: 1250px) {
      .news__item {
        max-width: 318px; } }
    @media screen and (max-width: 1023px) {
      .news__item {
        max-width: 359px; } }
    @media screen and (max-width: 767px) {
      .news__item {
        max-width: 429px; } }
  .news__image {
    border-radius: 20px;
    overflow: hidden;
    display: block;
    margin-bottom: 24px; }
  .news__info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin-bottom: 16px; }
  .news__date {
    color: #070707;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; }
  .news__read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #070707;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; }
  .news__title {
    overflow: hidden;
    color: #070707;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0.48px;
    margin-bottom: 12px;
    display: block;
    text-decoration: none; }
  .news__text {
    overflow: hidden;
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 19px; }
  .news__more {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px; }

.iti {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: 'AvenirNextCyr'; }

.iti * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.iti__hide {
  display: none; }

.iti__v-hide {
  visibility: hidden; }

.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0; }

.iti__flag-container {
  top: 0;
  bottom: 0;
  right: 0;
  margin-right: 8px; }

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px; }

.iti__arrow {
  border-bottom: 1px solid #595959;
  border-right: 1px solid #595959;
  width: 5.5px;
  height: 5.5px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-left: 3px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.iti__arrow--up {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px; }

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal; } }

.iti__flag-box {
  display: inline-block;
  width: 20px; }

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC; }

.iti__country {
  padding: 5px 10px;
  outline: none; }

.iti__dial-code {
  color: #999; }

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05); }

.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle; }

.iti__flag-box, .iti__country-name {
  margin-right: 6px; }

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding: 0 16px !important;
  height: 56px;
  margin-left: 0; }

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0; }

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer; }

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default; }

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent; }

.iti--separate-dial-code .iti__selected-flag {
  border-radius: 0;
  background: #f9f8f9;
  border: 1px solid #828282; }

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #595959;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-top: 3px; }

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px; }

.iti--container:hover {
  cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }

.iti__flag.iti__be {
  width: 18px; }

.iti__flag.iti__ch {
  width: 15px; }

.iti__flag.iti__mc {
  width: 19px; }

.iti__flag.iti__ne {
  width: 18px; }

.iti__flag.iti__np {
  width: 13px; }

.iti__flag.iti__va {
  width: 15px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px; } }

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px; }

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px; }

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px; }

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px; }

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px; }

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px; }

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px; }

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px; }

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px; }

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px; }

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px; }

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px; }

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px; }

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px; }

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px; }

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px; }

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px; }

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px; }

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px; }

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px; }

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px; }

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px; }

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px; }

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px; }

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px; }

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px; }

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px; }

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px; }

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px; }

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px; }

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px; }

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px; }

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px; }

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px; }

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px; }

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px; }

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px; }

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px; }

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px; }

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px; }

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px; }

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px; }

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px; }

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px; }

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px; }

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px; }

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px; }

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px; }

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px; }

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px; }

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px; }

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px; }

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px; }

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px; }

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px; }

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px; }

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px; }

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px; }

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px; }

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px; }

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px; }

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px; }

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px; }

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px; }

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px; }

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px; }

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px; }

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px; }

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px; }

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px; }

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px; }

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px; }

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px; }

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px; }

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px; }

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px; }

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px; }

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px; }

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px; }

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px; }

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px; }

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px; }

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px; }

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px; }

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px; }

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px; }

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px; }

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px; }

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px; }

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px; }

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px; }

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px; }

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px; }

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px; }

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px; }

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px; }

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px; }

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px; }

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px; }

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px; }

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px; }

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px; }

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px; }

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px; }

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px; }

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px; }

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px; }

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px; }

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px; }

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px; }

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px; }

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px; }

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px; }

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px; }

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px; }

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px; }

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px; }

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px; }

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px; }

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px; }

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px; }

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px; }

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px; }

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px; }

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px; }

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px; }

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px; }

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px; }

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px; }

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px; }

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px; }

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px; }

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px; }

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px; }

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px; }

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px; }

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px; }

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px; }

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px; }

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px; }

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px; }

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px; }

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px; }

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px; }

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px; }

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px; }

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px; }

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px; }

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px; }

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px; }

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px; }

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px; }

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px; }

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px; }

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px; }

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px; }

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px; }

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px; }

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px; }

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px; }

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px; }

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px; }

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px; }

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px; }

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px; }

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px; }

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px; }

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px; }

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px; }

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px; }

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px; }

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px; }

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px; }

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px; }

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px; }

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px; }

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px; }

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px; }

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px; }

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px; }

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px; }

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px; }

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px; }

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px; }

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px; }

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px; }

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px; }

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px; }

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px; }

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px; }

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px; }

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px; }

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px; }

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px; }

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px; }

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px; }

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px; }

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px; }

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px; }

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px; }

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px; }

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px; }

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px; }

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px; }

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px; }

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px; }

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px; }

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px; }

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px; }

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px; }

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px; }

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px; }

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px; }

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px; }

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px; }

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px; }

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px; }

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px; }

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px; }

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px; }

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px; }

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px; }

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px; }

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px; }

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px; }

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px; }

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px; }

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px; }

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px; }

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px; }

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px; }

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px; }

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px; }

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px; }

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px; }

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px; }

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px; }

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px; }

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px; }

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px; }

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px; }

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px; }

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px; }

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px; }

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px; }

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px; }

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px; }

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px; }

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px; }

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px; }

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px; }

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px; }

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px; }

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px; }

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px; }

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px; }

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px; }

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/flags@2x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 20px; }
  @media screen and (max-width: 479px) {
    .mCSB_inside > .mCSB_container {
      margin-right: 10px; } }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 3px;
  height: 100%;
  margin: 0 auto;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #D3DAE0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: rgba(134, 134, 134, 0.3); }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(134, 134, 134, 0.3);
  border-radius: 3px; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(134, 134, 134, 0.3); }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(134, 134, 134, 0.3); }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(111, 141, 167, 0.25); }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(111, 141, 167, 0.25); }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
select {
  display: none; }

.select {
  background: #fff;
  border: 1px solid #828282;
  border-radius: 28px;
  padding: 18px 50px 18px 16px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-family: Inter;
  white-space: nowrap;
  outline: none;
  overflow: hidden;
  font-size: 18px;
  line-height: 140%;
  color: #444;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  height: 56px;
  font-size: 16px;
  line-height: 18px; }
  .select::after {
    content: '';
    display: block;
    border-bottom: 2px solid #1b1b1a;
    border-right: 2px solid #1b1b1a;
    width: 10px;
    height: 10px;
    right: 20px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .select:hover {
    border-color: #dbdbdb; }
  .select:focus {
    border-color: #666; }
  .select--open {
    overflow: visible; }
    .select--open::after {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .select--medium {
    max-width: 30em; }
  .select__list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 0.1em rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 0.1em rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: .2em;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-2em);
    transform: scale(0.75) translateY(-2em);
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out;
    transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    z-index: -1; }
    .select--open .select__list {
      visibility: visible;
      opacity: 1;
      z-index: 1;
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0); }
  .select__item {
    padding: .5em 1em;
    cursor: pointer; }
    .select__item:hover {
      background: #efefef; }
    .select__item--active {
      font-weight: bold;
      background: #eee; }
    .select__item--disabled {
      opacity: .3;
      cursor: not-allowed; }

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

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

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

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

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

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

.tab {
  display: none; }
  .tab.active {
    display: block; }

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