@charset "UTF-8";

#kladr_autocomplete .autocomplete li:first-child {
  display: none;
}

.kladr-error {
  color: #cb3e27;
}

#kladr_autocomplete ul {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 200px;
  max-height: 420px;
  color: #5c5e8d;
}

#kladr_autocomplete li {
  display: list-item;
  list-style-type: none;
  margin: 0;
  padding: 6px 10px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#kladr_autocomplete li:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

#kladr_autocomplete li.active {
  background-color: #e9e9e9;
}

#kladr_autocomplete a {
  text-decoration: none;
}

#kladr_autocomplete strong {
  font-weight: 700;
}

#kladr_autocomplete a,
#kladr_autocomplete strong,
#kladr_autocomplete small {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 14px;
}

#kladr_autocomplete small {
  color: #AAA;
  font-size: 12px;
}

#kladr_autocomplete .spinner {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url("./images/spinner.png") center center no-repeat;
  z-index: 9999;
}

/* mixins */

/* Mixins:
   ========================================================================== */

/* Fonts Helpers:
	 Read more: https://github.com/vedees/webpack-template/blob/master/README.md#add-fonts
	 ========================================================================== */

/*
	By default template support only modern format fonts
	Without svg. Only: .woff, .woffs
	if ypu need svg comments lines bellow and uncomments "Fonts helper all format fonts"

	Usage:
	  1. Put your font to `src/assets/fonts/FOLDERNAME/FONTNAME`
		FOLLOW: Files Required
		Example: .woff, .woffs formats
	  2. Go to fonts.scss
	  3. Use mixon
		Example: @include font-face("OpenSans", "../fonts/OpenSans/opensans");

	  Required parameters: @family, @family
	  Minor parameters: @weight, @style, @pipeline

	  Example Base:
		@include font-face("OpenSans", "../fonts/OpenSans/opensans");
	  Example Situation:
		@include font-face("OpenSans", "../fonts/OpenSans/opensansItalic", 400, italic);
  */

/* base */

@font-face {
  font-family: 'Roboto-mono';
  src: url("./fonts/Roboto_mono/Light/RobotoMono-Light.eot");
  src: url("./fonts/Roboto_mono/Light/RobotoMono-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/Roboto_mono/Light/RobotoMono-Light.woff2") format("woff2"), url("./fonts/Roboto_mono/Light/RobotoMono-Light.woff") format("woff"), url("./fonts/Roboto_mono/Light/RobotoMono-Light.svg#RobotoMono-Light") format("svg"), url("./fonts/Roboto_mono/Light/RobotoMono-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-mono';
  src: url("./fonts/Roboto_mono/Bold/RobotoMono-Bold.eot");
  src: url("./fonts/Roboto_mono/Bold/RobotoMono-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Roboto_mono/Bold/RobotoMono-Bold.woff2") format("woff2"), url("./fonts/Roboto_mono/Bold/RobotoMono-Bold.woff") format("woff"), url("./fonts/Roboto_mono/Bold/RobotoMono-Bold.svg#RobotoMono-Bold") format("svg"), url("./fonts/Roboto_mono/Bold/RobotoMono-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-mono';
  src: url("./fonts/Roboto_mono/Thin/RobotoMono-Thin.eot");
  src: url("./fonts/Roboto_mono/Thin/RobotoMono-Thin.eot?#iefix") format("embedded-opentype"), url("./fonts/Roboto_mono/Thin/RobotoMono-Thin.woff2") format("woff2"), url("./fonts/Roboto_mono/Thin/RobotoMono-Thin.woff") format("woff"), url("./fonts/Roboto_mono/Thin/RobotoMono-Thin.svg#RobotoMono-Thin") format("svg"), url("./fonts/Roboto_mono/Thin/RobotoMono-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-mono';
  src: url("./fonts/Roboto_mono/Medium/RobotoMono-Medium.eot");
  src: url("./fonts/Roboto_mono/Medium/RobotoMono-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/Roboto_mono/Medium/RobotoMono-Medium.woff2") format("woff2"), url("./fonts/Roboto_mono/Medium/RobotoMono-Medium.woff") format("woff"), url("./fonts/Roboto_mono/Medium/RobotoMono-Medium.svg#RobotoMono-Medium") format("svg"), url("./fonts/Roboto_mono/Medium/RobotoMono-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto-mono';
  src: url("./fonts/Roboto_mono/Regular/RobotoMono-Regular.eot");
  src: url("./fonts/Roboto_mono/Regular/RobotoMono-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Roboto_mono/Regular/RobotoMono-Regular.woff2") format("woff2"), url("./fonts/Roboto_mono/Regular/RobotoMono-Regular.woff") format("woff"), url("./fonts/Roboto_mono/Regular/RobotoMono-Regular.svg#RobotoMono-Regular") format("svg"), url("./fonts/Roboto_mono/Regular/RobotoMono-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT-Walsheim-Pro-black';
  src: url("./fonts/GT_Walshaim/Black/GTWalsheimPro-Black.eot");
  src: url("./fonts/GT_Walshaim/Black/GTWalsheimPro-Black.eot?#iefix") format("embedded-opentype"), url("./fonts/GT_Walshaim/Black/GTWalsheimPro-Black.woff2") format("woff2"), url("./fonts/GT_Walshaim/Black/GTWalsheimPro-Black.woff") format("woff"), url("./fonts/GT_Walshaim/Black/GTWalsheimPro-Black.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT-Walsheim-Pro-Regular';
  src: url("./fonts/GT_Walshaim/Regular/GTWalsheimPro-Regular.eot");
  src: url("./fonts/GT_Walshaim/Regular/GTWalsheimPro-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/GT_Walshaim/Regular/GTWalsheimPro-Regular.woff2") format("woff2"), url("./fonts/GT_Walshaim/Regular/GTWalsheimPro-Regular.woff") format("woff"), url("./fonts/GT_Walshaim/Regular/GTWalsheimPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT-Walsheim-Pro-bold';
  src: url("./fonts/GT_Walshaim/Bold/GTWalsheimPro-Bold.eot");
  src: url("./fonts/GT_Walshaim/Bold/GTWalsheimPro-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/GT_Walshaim/Bold/GTWalsheimPro-Bold.woff2") format("woff2"), url("./fonts/GT_Walshaim/Bold/GTWalsheimPro-Bold.woff") format("woff"), url("./fonts/GT_Walshaim/Bold/GTWalsheimPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*  Переменные со шрифтами  */

/*  Переменные с гарнитурами шрифтов  */

/* Настройки оснвоно шрифта */

/* Основные цвета */

/* Разрешения */

/*  сбрасывает браузерное отображение элементов т.к. разные браузеры по разному отображают одно и тоже  */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

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

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
  background-color: transparent;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  padding: 0;
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*  Общая типографика для всех страниц. здесь описываются общие свойства для текстовых блоков  */

body {
  font-family: "Roboto-mono", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #00b956;
  min-height: 100vh;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul li {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

h1 {
  font-size: 42px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 24px;
}

h2 {
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 24px;
}

h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

h4 {
  font-size: 15px;
  letter-spacing: 2.4px;
  line-height: 24px;
  margin: 0px 0 8px 0;
}

p {
  margin-top: 10px;
  color: #6a7678;
}

b {
  font-weight: 700;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  outline: 0;
  text-decoration: none;
}

.container {
  max-width: 1220px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 0 20px;
}

.pln {
  color: #000;
}

pre.prettyprint {
  padding: 2px;
  border: 1px solid #888;
}

ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}

li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eee;
}

/* blocks */

.g-button,
input.g-button {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  background-color: #191C21;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  padding-right: 71px;
  padding-left: 71px;
  border: 0px;
}

.g-button:hover,
input.g-button:hover {
  background-color: rgba(103, 115, 135, 0.7);
}

.footer-bot {
  background-color: gray;
  background: #192633;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
}

.footer-bot p {
  color: white;
}

.g-tabs {
  display: inline-block;
}

.g-tabs__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(103, 115, 135, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 10px;
}

.g-tabs__item {
  font-size: 13px;
  line-height: 40px;
  position: relative;
  cursor: pointer;
}

.g-tabs__item:not(:last-child) {
  margin-right: 20px;
}

.g-tabs__item:hover:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: rgba(103, 115, 135, 0.4);
  position: absolute;
  bottom: 0;
}

.g-tabs__item:hover .g-tabs__link {
  color: #677387;
}

.g-tabs__item.active:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #191C21;
  position: absolute;
  bottom: 0;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.g-tabs__item.active .g-tabs__link {
  color: #191C21;
}

.g-tabs__link {
  color: rgba(103, 115, 135, 0.7);
  padding-left: 5px;
  padding-right: 5px;
}

.g-tabs__content {
  display: none;
  font-size: 13px;
}

.g-tabs__content.open {
  display: block;
}

.g-select {
  position: relative;
  display: inline-block;
}

.g-select__error {
  position: absolute;
  color: #D01246;
  font-size: 10px;
  margin-top: 2px;
  display: none;
}

.g-select.error .g-select__error {
  display: block;
}

.g-select.error .g-select__selected,
.g-select.error .g-select__selected:hover {
  border: 1px solid #D01246;
  outline: 1px solid #D01246;
}

.g-select__selected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 17px;
  height: 44px;
  width: 27.23077rem;
  cursor: pointer;
  border: 1px solid rgba(103, 115, 135, 0.7);
  outline-offset: 0px;
  -webkit-transition: .05s;
  -o-transition: .05s;
  transition: .05s;
}

.g-select__selected:hover {
  border-color: #191C21;
}

.g-select__selected-name {
  font-size: 1rem;
  line-height: 1.30769rem;
  font-weight: normal;
  color: #677387;
}

.g-select__arrow {
  width: 12px;
  height: 7px;
  line-height: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.g-select__arrow svg {
  width: 100%;
  height: 100%;
}

.g-select__list {
  position: absolute;
  width: 100%;
  max-height: 230px;
  overflow-y: auto;
  background-color: #fff;
  top: calc(100% - 15px);
  border: 2px solid rgba(103, 115, 135, 0.4);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.125s ease;
  -o-transition: 0.125s ease;
  transition: 0.125s ease;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  scrollbar-width: none;
  /* for mozila */
}

.g-select__list::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.g-select__item {
  font-size: 1rem;
  line-height: 1.30769rem;
  font-weight: normal;
  padding-left: 17px;
  padding-top: 11px;
  padding-bottom: 11px;
  cursor: pointer;
}

.g-select__item--active {
  font-weight: bold;
}

.g-select__item:hover {
  background: rgba(103, 115, 135, 0.1);
}

.g-select--opened .g-select__list {
  -webkit-transform: translateY(16px);
  -ms-transform: translateY(16px);
  transform: translateY(16px);
  visibility: visible;
  opacity: 1;
}

.g-select--opened .g-select__selected {
  border: 1px solid #191C21;
  outline: 1px solid #191C21;
}

.g-select--opened .g-select__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*! nouislider - 14.0.2 - 6/28/2019 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.noUi-horizontal {
  height: 18px;
}

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

.noUi-vertical {
  width: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-range-slider {
  min-height: 1px;
  max-width: 270px;
}

.g-range-slider__labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 7px;
  font-size: 0.69231rem;
  line-height: 0.92308rem;
  font-weight: normal;
  color: #959dab;
}

.g-range-slider .noUi-target {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 3px;
  background-color: #f0f1f3;
}

.g-range-slider .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #7C7791;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  left: -10px;
}

.g-range-slider .noUi-horizontal .noUi-handle:before,
.g-range-slider .noUi-horizontal .noUi-handle:after {
  display: none;
}

.g-range-slider .noUi-horizontal .noUi-connects {
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
}

.g-range-slider .noUi-horizontal .noUi-connect {
  background-color: #5e6064;
}

.g-range-slider .noUi-horizontal .noUi-touch-area {
  cursor: pointer;
}

.g-range-slider .noUi-horizontal .noUi-tooltip {
  display: none;
  bottom: -30px;
  background: #f0f1f3;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 0.69231rem;
  line-height: 0.92308rem;
  color: #677387;
  border: none;
}

.g-range-slider .noUi-horizontal .noUi-tooltip::after {
  content: '';
  position: absolute;
  bottom: 22px;
  border: 6px solid transparent;
  border-bottom: 5px solid #f0f1f3;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.g-range-slider .noUi-horizontal .noUi-active .noUi-tooltip {
  display: block;
}

.g-checkbox {
  position: relative;
  font-size: 0;
  display: block;
}

.g-checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: -10;
  visibility: hidden;
  opacity: 0;
}

.g-checkbox__input:enabled ~ .g-checkbox__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.g-checkbox__input:enabled ~ .g-checkbox__body .g-checkbox__box {
  border-color: rgba(103, 115, 135, 0.4);
}

.g-checkbox__input:enabled ~ .g-checkbox__body .g-checkbox__text {
  color: #c2c7cf;
}

.g-checkbox__input:enabled:not(:checked) ~ .g-checkbox__body:hover .g-checkbox__box {
  background-position: center center;
  background-image: url(./svg/checkhover.svg);
  background-repeat: no-repeat;
  border-color: #191C21;
}

.g-checkbox__input:enabled:checked ~ .g-checkbox__body .g-checkbox__box {
  border: 2px solid #191C21;
  background-position: center center;
  background-image: url(./svg/checked.svg);
  background-repeat: no-repeat;
}

.g-checkbox__input:enabled:checked ~ .g-checkbox__body .g-checkbox__text {
  color: #191C21;
}

.g-checkbox__input:enabled:focus ~ .g-checkbox__body .g-checkbox__box {
  outline: 2px solid grey;
}

.g-checkbox__input:enabled:hover ~ .g-checkbox__body .g-checkbox__text {
  color: #191C21;
}

.g-checkbox__input:disabled:checked ~ .g-checkbox__body .g-checkbox__box,
.g-checkbox__input:disabled:checked ~ .g-checkbox__body .g-checkbox__text {
  border-color: rgba(103, 115, 135, 0.4);
  color: #c2c7cf;
}

.g-checkbox__box {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(103, 115, 135, 0.4);
  display: inline-block;
  vertical-align: top;
}

.g-checkbox__text {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  color: #c2c7cf;
  margin-left: 10px;
}

.g-radio {
  position: relative;
  font-size: 0;
  display: inline-block;
}

.g-radio__input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: -10;
  visibility: hidden;
  opacity: 0;
}

.g-radio__input:enabled ~ .g-radio__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.g-radio__input:enabled ~ .g-radio__body .g-radio__box {
  border-color: #c2c7cf;
}

.g-radio__input:enabled ~ .g-radio__body .g-radio__text {
  color: #c2c7cf;
}

.g-radio__input:enabled:not(:checked) ~ .g-radio__body:hover .g-radio__box {
  border-color: rgba(25, 28, 33, 0.7);
}

.g-radio__input:enabled:not(:checked) ~ .g-radio__body:hover .g-radio__box:before {
  content: '';
  display: block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background: #f0f1f3;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.g-radio__input:enabled:checked ~ .g-radio__body .g-radio__box {
  border-color: rgba(25, 28, 33, 0.7);
  border-width: 2px;
}

.g-radio__input:enabled:checked ~ .g-radio__body .g-radio__box:before {
  content: '';
  display: block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background: rgba(25, 28, 33, 0.7);
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.g-radio__input:enabled:checked ~ .g-radio__body .g-radio__text {
  color: #191C21;
}

.g-radio__input:enabled:hover ~ .g-radio__body .g-radio__text {
  color: #000000;
}

.g-radio__input:disabled:checked ~ .g-radio__body .g-radio__box {
  border-color: pink;
  background-color: gray;
}

.g-radio__box {
  width: 20px;
  height: 20px;
  border: 1px solid grey;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.g-radio__text {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.g-input {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.g-input__input {
  width: 100%;
  font-size: 1rem;
  line-height: 1.30769rem;
  font-weight: normal;
  color: #191C21;
  padding: 12px 18px;
  border: 1px solid #a3a4a6;
  outline-offset: 0px;
}

.g-input__input:hover {
  border-color: #191C21;
}

.g-input__input:focus {
  border: 1px solid #191C21;
  outline: 1px solid #191C21;
}

.g-input__input::-webkit-input-placeholder {
  color: rgba(25, 28, 33, 0.4);
}

.g-input__input::-moz-placeholder {
  color: rgba(25, 28, 33, 0.4);
}

.g-input__input::-ms-input-placeholder {
  color: rgba(25, 28, 33, 0.4);
}

.g-input__input::placeholder {
  color: rgba(25, 28, 33, 0.4);
}

.g-input.error .g-input__input {
  border: 1px solid #D01246;
  outline: 1px solid #D01246;
}

.g-input.error .g-input__sub {
  display: block;
  position: absolute;
  margin-top: 2px;
}

.g-input__sub {
    display: block;
    font-size: 0.76923rem !important;
    line-height: 1rem;
    font-weight: normal;
    color: #D01246;
    margin-top: 5px;
}

.g-input--icon .g-input__input {
  padding-left: 42px;
}

.g-input--icon .g-input__icon {
  position: absolute;
  line-height: 0;
  width: 14px;
  height: 15px;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.g-input--icon .g-input__icon svg {
  widht: 100%;
  fill: #677387;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  -webkit-border-radius: 4px;
  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;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

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

.daterangepicker .calendar-table .prev span {
  -ms-transform: rotate(135deg);
  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;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  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;
  -webkit-border-radius: 0;
  border-radius: 0;
}

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

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

.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 4px;
  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 */

.daterangepicker .drp-calendar {
  max-width: 354px;
  width: 354px;
}

.daterangepicker .drp-calendar.left {
  padding-top: 22px;
  padding-bottom: 20px;
}

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

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  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;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.g-slider {
  margin-right: -35px;
}

.g-slider__item {
  height: 190px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: rgba(103, 115, 135, 0.4);
  margin-right: 37px;
}

.slick-arrow {
  position: absolute;
  top: 81px;
  display: block;
  z-index: 2;
}

.next-arrow,
.prev-arrow {
  width: 40px;
  height: 40px;
  background: rgba(103, 115, 135, 0.4);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  right: 18px;
}

.prev-arrow {
  left: -17px;
}

.ui-kit__section .ui-kit__title--popup {
  margin-bottom: 30px;
}

.g-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(124, 119, 145, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  -o-transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

.g-popup.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.g-popup__content {
  width: 600px;
  max-height: calc(100% - 20px);
  background: #fff;
  margin: 0 auto;
  padding: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  overflow: auto;
  position: relative;
}

.g-popup__clsoe {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
}

.g-input-file__file-inp {
  display: none;
}

.g-input-file__file-nm {
  display: inline-block;
  padding: 15px 71px;
  background: black;
  color: white;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}

.g-input-file__file-nm:hover {
  background-color: rgba(103, 115, 135, 0.7);
}

.g-input-file__all-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-input-file__gallery {
  margin-bottom: 20px;
}

.g-input-file__img-image {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
}

.g-input-file__img {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}

.g-input-file__img-close {
  position: absolute;
  top: -3px;
  right: -5px;
  display: none;
  width: 15px;
  height: 15px;
  background: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  border: 0.5px solid rgba(103, 115, 135, 0.7);
}

.g-input-file__img:hover .g-input-file__img-close {
  display: block;
}

.g-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-pagination__arrow,
.g-pagination__number {
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.g-pagination__arrow:hover,
.g-pagination__number:hover {
  background-color: #ccc;
  color: #fff;
  border-color: transparent;
}

.g-pagination__number {
  margin-right: 5px;
}

.g-pagination__number:last-child {
  margin-right: 0;
}

.g-pagination__numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-pagination__arrow:hover:before {
  border-left: 17px solid #fff;
}

.g-pagination__arrow--left {
  margin-right: 5px;
}

.g-pagination__arrow--right {
  margin-left: 5px;
}

.g-pagination__arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 32%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left: 17px solid #000;
}

.g-pagination__arrow--left:before {
  left: 0;
  right: 32%;
  -webkit-transform: rotateZ(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotateZ(180deg) translateY(50%);
}

.g-alert__item {
  padding: 15px;
  width: 400px;
}

.g-alert__item.success {
  display: block;
  background: rgba(0, 128, 0, 0.3);
  margin-bottom: 20px;
}

.g-alert__item .success__text {
  color: green;
}

.g-alert__item.error {
  display: block;
  background: rgba(255, 0, 0, 0.1);
}

.g-alert__item .error__text {
  color: red;
}

.g-alert__description {
  display: block;
  margin-bottom: 10px;
}

/* pages */

.ui-kit__section {
  padding-top: 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(103, 115, 135, 0.1);
}

.ui-kit__title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 10px;
}

.ui-kit__title--pagination {
  margin-bottom: 30px;
}

.ui-kit pre.prettyprint {
  padding-top: 17px;
  padding-right: 17px;
  padding-bottom: 0;
  padding-left: 17px;
  background: rgba(103, 115, 135, 0.05);
  font-family: "Roboto-mono", sans-serif;
  font-size: 13px;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-tab-size: 25px;
  -o-tab-size: 25px;
  tab-size: 25px;
}

.ui-kit__tabs-item {
  font-size: 12px;
  line-height: 16px;
}

.ui-kit__tabs-item a {
  color: rgba(103, 115, 135, 0.7);
}

.ui-kit__tabs-item:not(:last-child) {
  margin-right: 17px;
}

.ui-kit__tabs-item.active a,
.ui-kit__tabs-item a:hover {
  color: #677387;
  text-decoration: underline;
}

.ui-kit__tabs-content {
  display: none;
}

.ui-kit__tabs-content.open {
  display: block;
}

.ui-kit__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.ui-kit__tabs-menu {
  color: #6a7678;
  margin-bottom: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ui-kit__tabs-link {
  font-size: 12px;
  line-height: 14px;
}

.ui-kit__print {
  width: 300px;
  background-color: rgba(103, 115, 135, 0.05);
}

.g-popup {
  background: rgba(0, 0, 0, 0.5);
}

.send {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px 0;
  font-family: 'GT-Walsheim-Pro-black';
  color: white;
  position: relative;
  font-weight: bold;
}

.send h3 {
  text-align: center;
  font-size: 24px;
}

.send .g-input {
  display: block;
}

.send .g-input__input {
  width: 360px;
  height: 36px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
}

.send .g-input__input:focus {
  border: none;
  outline: none;
}

.send .g-button {
  background: #731982;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 28px;
  padding: 0;
  width: 300px;
  height: 53px;
  line-height: 53px;
  margin: 0 auto;
  display: block;
}

.send .g-button:hover {
  background: white;
  color: #731982;
}

.send .form-errors {
  margin-bottom: 20px;
  color: #731982;
  text-align: center;
}

.send .g-input.error .g-input__input {
  border: none;
  outline: none;
}

.send__title {
  font-size: 43px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  line-height: 47px;
}

.send__all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.send__all span {
  width: 520px;
  font-size: 16px;
  font-family: 'GT-Walsheim-Pro-bold';
}

.g-input__wrap {
  position: relative;
}

.g-input__wrap .g-input__sub {
  color: #731982;
}

.send__all:last-child {
  margin-bottom: 70px;
}

.send__text {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 13px;
  font-family: 'GT-Walsheim-Pro-Regular';
}

.g-input.error {
  color: #731982;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

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

html {
  line-height: 17px;
  font-size: 13px;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

@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;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-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;
  }
}

@media (max-width: 775px) {
  .send__all {
    display: block;
    text-align: center;
  }

  .send__all span {
    width: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
  }

  .send__all:last-child {
    margin-bottom: 80px;
  }
}

@media (max-width: 410px) {
  .send {
    padding: 20px 0;
  }

  .send .g-input__input {
    width: 100%;
  }

  .send .g-button {
    width: 200px;
  }

  .send .form-errors {
    width: 220px;
  }
}

@media screen {
  .str {
    color: #080;
  }

  .kwd {
    color: #008;
  }

  .com {
    color: #800;
  }

  .typ {
    color: #606;
  }

  .lit {
    color: #066;
  }

  .clo,
  .opn,
  .pun {
    color: #660;
  }

  .tag {
    color: #008;
  }

  .atn {
    color: #606;
  }

  .atv {
    color: red;
  }

  .dec,
  .var {
    color: #606;
  }

  .fun {
    color: red;
  }
}

@media print, projection {
  .kwd,
  .tag,
  .typ {
    font-weight: 700;
  }

  .str {
    color: #060;
  }

  .kwd {
    color: #006;
  }

  .com {
    color: #600;
    font-style: italic;
  }

  .typ {
    color: #404;
  }

  .lit {
    color: #044;
  }

  .clo,
  .opn,
  .pun {
    color: #440;
  }

  .tag {
    color: #006;
  }

  .atn {
    color: #404;
  }

  .atv {
    color: red;
  }
}