/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

@charset "UTF-8";
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial,sans-serif; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  z-index: 1; }

.irs-handle.type_last {
  z-index: 2; }

.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default; }

.irs-min {
  left: 0; }

.irs-max {
  right: 0; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: .4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs--flat {
  height: 40px; }

.irs--flat.irs-with-grid {
  height: 60px; }

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565; }

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9; }

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent; }

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453; }

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540; }

.irs--flat .irs-min, .irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px; }

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9; }

.irs--flat .irs-grid-text {
  color: #999; }

.irs--big {
  height: 55px; }

.irs--big.irs-with-grid {
  height: 70px; }

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: -o-linear-gradient(top, #ddd -50%, white 150%);
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px; }

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: -o-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); }

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px; }

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5); }

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white));
  background: -o-linear-gradient(top, white 0%, #B4B9BE 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px; }

.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white));
  background: -o-linear-gradient(top, white 0%, #919BA5 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%); }

.irs--big .irs-min, .irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px; }

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px; }

.irs--big .irs-grid-pol {
  background-color: #428bca; }

.irs--big .irs-grid-text {
  color: #428bca; }

.irs--modern {
  height: 55px; }

.irs--modern.irs-with-grid {
  height: 55px; }

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: -o-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px; }

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: -o-linear-gradient(top, #20b426 0%, #18891d 100%);
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%); }

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px; }

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5); }

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: -o-linear-gradient(top, white 0%, #e9e6e6 100%);
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1; }

.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: -o-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%); }

.irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2; }

.irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a; }

.irs--modern .irs-min, .irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px; }

.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px; }

.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426; }

.irs--modern .irs-grid {
  height: 25px; }

.irs--modern .irs-grid-pol {
  background-color: #dedede; }

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1; }

.irs--sharp.irs-with-grid {
  height: 57px; }

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px; }

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa; }

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px; }

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5); }

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2; }

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
  background-color: black; }

.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black; }

.irs--sharp .irs-min, .irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: .4;
  background-color: #a804b2;
  border-radius: 2px; }

.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px; }

.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-grid {
  height: 25px; }

.irs--sharp .irs-grid-pol {
  background-color: #dedede; }

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--round {
  height: 50px; }

.irs--round.irs-with-grid {
  height: 65px; }

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px; }

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa; }

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5); }

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--round .irs-min, .irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px; }

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa; }

.irs--round .irs-grid {
  height: 25px; }

.irs--round .irs-grid-pol {
  background-color: #dedede; }

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--square {
  height: 50px; }

.irs--square.irs-with-grid {
  height: 60px; }

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede; }

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black; }

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede; }

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--square .irs-min, .irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1); }

.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white; }

.irs--square .irs-grid {
  height: 25px; }

.irs--square .irs-grid-pol {
  background-color: #dedede; }

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px; }

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  --mm-ocd-width:80%;
  --mm-ocd-min-width:200px;
  --mm-ocd-max-width:440px; }

body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-property: bottom,background-color;
  -o-transition-property: bottom,background-color;
  transition-property: bottom,background-color;
  -webkit-transition-duration: 0s,.3s;
  -o-transition-duration: 0s,.3s;
  transition-duration: 0s,.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: .45s,.15s;
  -o-transition-delay: .45s,.15s;
  transition-delay: .45s,.15s; }

.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.mm-ocd--left .mm-ocd__content {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-ocd--right .mm-ocd__content {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: calc(100% - 80%);
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0); }

.mm-ocd--left .mm-ocd__backdrop {
  right: 0; }

.mm-ocd--right .mm-ocd__backdrop {
  left: 0; }

.mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:root {
  --mm-spn-item-height:50px;
  --mm-spn-item-indent:20px;
  --mm-spn-line-height:24px; }

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left .3s ease 0s;
  -o-transition: left .3s ease 0s;
  transition: left .3s ease 0s;
  cursor: default; }

.mm-spn ul:after {
  content: "";
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height); }

.mm-spn > ul {
  left: 0; }

.mm-spn ul.mm-spn--open {
  left: 0; }

.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden; }

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer; }

.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height)/ 2);
  right: 25px;
  right: calc(var(--mm-spn-item-height)/ 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  opacity: .4; }

.mm-spn li:after {
  content: "";
  display: block;
  margin-left: 20px;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: .15; }

.mm-spn a, .mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent); }

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none; }

.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height)); }

.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: .15; }

.mm-spn span {
  background: 0 0; }

.mm-spn.mm-spn--navbar {
  cursor: pointer; }

.mm-spn.mm-spn--navbar:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height)/ 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: .4; }

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default; }

.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none; }

.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  opacity: .4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent); }

.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px); }

.mm-spn.mm-spn--navbar ul:before {
  content: '';
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: .15; }

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3; }

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333; }

.mm-spn.mm-spn--vertical {
  overflow-y: auto; }

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static; }

.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent); }

.mm-spn.mm-spn--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-spn-item-height)/ 2); }

.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block; }

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  -ms-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0); }

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left; }

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg=="); }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0;
  overflow: hidden; }

.glightbox-container.inactive {
  display: none; }

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden; }

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: 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;
  opacity: 0; }

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative; }

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999; }

.glightbox-container .gslide-inner-content {
  width: 100%; }

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

.glightbox-container .ginner-container.gvideo-container {
  width: 100%; }

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important; }

.gslide iframe, .gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto; }

.gslide:not(.current) {
  pointer-events: none; }

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px; }

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto; }

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%; }

.gslide-image img.zoomable {
  position: relative; }

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important; }

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto; }

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none; }

.gslide-video.playing::before {
  display: none; }

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh; }

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important; }

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%; }

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%; }

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%; }

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; }

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%; }

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%; }

.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%; }

.gslide-description p {
  margin-bottom: 12px; }

.gslide-description p:last-child {
  margin-bottom: 0; }

.zoomed .gslide-description {
  display: none; }

.glightbox-button-hidden {
  display: none; }

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: 0 0;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700; }

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit; }

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff; }

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4; }

.gdesc-open .gslide-media {
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: .4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1; }

.greset {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader .8s infinite linear;
  animation: lightboxLoader .8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity; }

.glightbox-mobile .goverlay {
  background: #000; }

.gclose, .gnext, .gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0; }

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: .1; }

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff; }

.gbtn.focused {
  outline: 2px solid #0f3d81; }

iframe.wait-autoplay {
  opacity: 0; }

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important; }

.glightbox-clean .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner {
  padding: 22px 20px; }

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em; }

.glightbox-clean .gslide-desc {
  font-size: .86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em; }

.glightbox-clean .gslide-video {
  background: #000; }

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px; }

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff; }

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute; }

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto; }

.glightbox-clean .gclose:hover {
  opacity: 1; }

.gfadeIn {
  -webkit-animation: gfadeIn .5s ease;
  animation: gfadeIn .5s ease; }

.gfadeOut {
  -webkit-animation: gfadeOut .5s ease;
  animation: gfadeOut .5s ease; }

.gslideOutLeft {
  -webkit-animation: gslideOutLeft .3s ease;
  animation: gslideOutLeft .3s ease; }

.gslideInLeft {
  -webkit-animation: gslideInLeft .3s ease;
  animation: gslideInLeft .3s ease; }

.gslideOutRight {
  -webkit-animation: gslideOutRight .3s ease;
  animation: gslideOutRight .3s ease; }

.gslideInRight {
  -webkit-animation: gslideInRight .3s ease;
  animation: gslideInRight .3s ease; }

.gzoomIn {
  -webkit-animation: gzoomIn .5s ease;
  animation: gzoomIn .5s ease; }

.gzoomOut {
  -webkit-animation: gzoomOut .5s ease;
  animation: gzoomOut .5s ease; }

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

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

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%; }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab; }
  .gslide-inline {
    max-height: 95vh; }
  .gslide-external {
    max-height: 100vh; }
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px; }
  .glightbox-open {
    height: auto; }
  .goverlay {
    background: rgba(0, 0, 0, 0.92); }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65); }
  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto; }
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32); }
  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7); }
  .glightbox-clean .gprev {
    top: 45%; }
  .glightbox-clean .gnext {
    top: 45%; } }

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: .7;
    right: 20px; } }

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000; } }

/*!
 * jQuery Accordion 0.0.1
 * (c) 2014 Victor Fernandez <victor@vctrfrnndz.com>
 * MIT Licensed.
 */
/* Requirements */
[data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0; }

/* Basic Theme */
[data-accordion] {
  line-height: 1; }

[data-control],
[data-content] > * {
  border-bottom: 1px solid #888;
  padding: 10px; }

[data-content] [data-accordion] {
  border: 0;
  padding: 0; }

[data-accordion] [data-control] {
  position: relative;
  padding-right: 40px; }

[data-accordion] > [data-control]:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 25px;
  font-weight: 200;
  color: #444;
  height: 15px;
  width: 24px;
  /* background: url('../images/down.png') center center no-repeat; */
  background-size: 50%; }

[data-accordion].open > [data-control]:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px; }

/* gradient */
lite-youtube::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); }

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: calc(100% / (16 / 9)); }

lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0; }

/* play button */
lite-youtube > .lty-playbtn {
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1), -webkit-filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none; }

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  -webkit-filter: none;
          filter: none; }

/* Post-click styles */
lite-youtube.lyt-activated {
  cursor: unset; }

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none; }

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

/*! tabbyjs v12.0.3 | (c) 2019 Chris Ferdinandi | MIT License | http://github.com/cferdinandi/tabby */
[role=tablist] {
  border-bottom: 1px solid #d3d3d3;
  list-style: none;
  margin: 0;
  padding: 0; }

[role=tablist] * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (min-width: 30em) {
  [role=tablist] li {
    display: inline-block; } }

[role=tab] {
  border: 1px solid transparent;
  border-top-color: #d3d3d3;
  display: block;
  padding: .5em 1em;
  text-decoration: none; }

@media (min-width: 30em) {
  [role=tab] {
    border-top-color: transparent;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    display: inline-block;
    margin-bottom: -1px; } }

[role=tab][aria-selected=true] {
  background-color: #d3d3d3; }

@media (min-width: 30em) {
  [role=tab][aria-selected=true] {
    background-color: transparent;
    border: 1px solid #d3d3d3;
    border-bottom-color: #fff; } }

[role=tab]:hover:not([aria-selected=true]) {
  background-color: #f7f7f7; }

@media (min-width: 30em) {
  [role=tab]:hover:not([aria-selected=true]) {
    border: 1px solid #d3d3d3; } }

[hidden] {
  display: none; }

@font-face {
  src: url("/fonts/EuclidSquare-Regular.woff2") format("woff2");
  src: url("/fonts/EuclidSquare-Regular.woff") format("woff");
  font-family: EuclidSquare;
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: url("/fonts/Gilroy-Bold.woff2") format("woff2");
  src: url("/fonts/Gilroy-Bold.woff") format("woff");
  font-family: Gilroy;
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: url("/fonts/Gilroy-Semibold.woff2") format("woff2");
  src: url("/fonts/Gilroy-Semibold.woff") format("woff");
  font-family: Gilroy;
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: url("/fonts/Gilroy-Regular.woff2") format("woff2");
  src: url("/fonts/Gilroy-Regular.woff") format("woff");
  font-family: Gilroy;
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: url("/fonts/Manrope-SemiBold.woff2") format("woff2");
  src: url("/fonts/Manrope-SemiBold.woff") format("woff");
  font-family: Manrope;
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: url("/fonts/Manrope-Bold.woff2") format("woff2");
  src: url("/fonts/Manrope-Bold.woff") format("woff");
  font-family: Manrope;
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px; }

body {
  font-family: "Manrope", "Arial", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100vh;
  line-height: 1.2;
  background-color: #181820;
  color: #ffffff;
  scroll-behavior: smooth; }

a {
  text-decoration: none; }

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

h1,
h2,
h3,
h4,
p,
figure,
fieldset,
ul {
  margin: 0; }

ul {
  padding-left: 0; }

li {
  list-style: none; }

input,
button,
select,
a,
textarea,
label,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

fieldset {
  border: none;
  padding: 0; }

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

button {
  border: none;
  padding: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1350px; }
#modal-payment .container{
  max-width:720px;
}
.modal-payment__inner{
  padding:0 40px;
  display:flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap:wrap;
}
.hover-opacity {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .hover-opacity:hover {
    opacity: 0.5; }

.tablet-visibility {
  display: none; }
  @media screen and (max-width: 768px) {
    .tablet-visibility {
      display: block; } }

@media screen and (max-width: 768px) {
  .tablet-hidden {
    display: none; } }

.phone-visibility {
  display: none; }
  @media screen and (max-width: 600px) {
    .phone-visibility {
      display: block; } }

@media screen and (max-width: 600px) {
  .phone-hidden {
    display: none; } }

.header {
  background-color: #151419;
  position: relative;
  z-index: 5;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s; }
  .header__inner {
    padding-top: 42px;
    padding-bottom: 42px;
    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;
    -webkit-transition: padding 1s;
    -o-transition: padding 1s;
    transition: padding 1s; }
  .header__logo {
    width: 344px;
    height: 46px; }
  .header--scroll {
    opacity: 1; }
    .header--scroll .header__inner {
      padding-top: 20px;
      padding-bottom: 20px; }

.logo {
  display: block; }
  .logo__img {
    -o-object-fit: cover;
       object-fit: cover;
    display: block; }

.link {
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
  color: #ffffff;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.07)), color-stop(92.19%, rgba(255, 255, 255, 0.12)));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.12) 92.19%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.12) 92.19%);
  -webkit-box-shadow: inset 0px 2.60282px 2.60282px rgba(255, 255, 255, 0.08);
          box-shadow: inset 0px 2.60282px 2.60282px rgba(255, 255, 255, 0.08);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .link:hover, .link:focus {
    opacity: 0.7; }
.link.regbut{
  background: -webkit-gradient(linear, left bottom, left top, from(#FF6060), to(#FF0100));
  background: -o-linear-gradient(bottom, #FF6060 0%, #FF0100 100%);
  background: linear-gradient(360deg, #FF6060 0%, #FF0100 100%);
}
.private {
  padding: 18px 25px 18px 26px; }
  @media screen and (max-width: 768px) {
    .private {
      padding: 0;
      background-image: none;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  @media screen and (max-width: 768px) {
    .private__text {
      display: none; } }
  .private__icon {
    fill: #ffffff;
    display: none; }
.tg__icon {
  fill: #ffffff;
  display: none; }
.reg__icon {
  fill: #ffffff;
  display: none; }
.mobile__register{
  display:none;
}
    @media screen and (max-width: 768px) {
      .private__icon {
        display: block; }
      .tg__icon {
        display: block; }
      .reg__icon {
        display: block; }
      .logo {
        display: flex;
        vertical-align: middle;
        justify-content: center;
        align-items: center;
      }
      .header__logo {
        width: 200px;
      }
      .mobile__register{
        display:block;
        padding-top:20px;
        text-align:center;
      }
    }

.scroll {
  position: relative; }
.how__inner{
  padding-top:50px;
}
.promo {
  background-color: #151419;
  padding-top: 110px;
  padding-bottom:70px;
}
.promo__dbl{
  display:flex;
  justify-content: space-between;
  width:100%;
  align-items: center;
}
.promo__wrap_left,.promo__wrap_right{
  width:40%;
}
.promo__wrap_left .promo__text{
  line-height:1.5em;
}

  @media screen and (max-width: 768px) {
    .promo {
      padding-top: 40px; } }
  .promo__title-wrap {
    margin-bottom: 73px; }
  .promo__title {
    font-style: normal;
    font-weight: bold;
    font-size: calc(1.625rem + 4.5vw);
    line-height: 100%;
    letter-spacing: -0.03em; }
  .page-landing .promo__title {
    font-size:38px;
    padding-bottom:30px;
  }
  .page-landing .register--title{
    font-size:38px;
    text-align:center;
  }
  .page-landing .mb160{
    margin-bottom:80px;
  }
  .page-landing .title{
    font-size:38px;
  }
  .promo__btn{
    max-width:300px;
  }
  .promo__wrap_left .package__link{
    margin-top:30px;
  }
.page-landing .programs__left {
  padding-top: 80px;
}
  .request__wrap{
    display:flex;
    justify-content:center;
    align-items: center;
    padding-top:70px;
  }
  .request__wrap .form-exit__btn,.tg_check{
    margin-top:0;
    padding:22px 20px;
    border-radius: 0;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .support .bonus__text{
    max-width:100%;
  }
  .avail__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    list-style: none;
    color:#912824;
  }
  .avail__wrap li {
    padding:0 10px;
  }
  .avail__wrap img {
    max-width:48px;
  }
  .promo__wrap_right img,.show_mobile img{
    display: block;
    border-radius: 15px;
    -webkit-box-shadow: 0px 2.6028172969818115px 2.6028172969818115px 0px #FFFFFF14 inset;
    box-shadow: 0px 2.6028172969818115px 2.6028172969818115px 0px #FFFFFF14 inset;
    max-width:100%;
  }
    @media (min-width: 1200px) {
      .promo__title {
        font-size: 5rem; } }
    @media screen and (max-width: 768px) {
      .promo__title {
        font-size: 60px; } }
    @media screen and (max-width: 600px) {
      .promo__title,.title {
        font-size: 32px;text-align:center; } }
.modal.modal-code-unlink-success,.modal.modal-payment-code,.modal.modal-manual-success,.modal.modal-prolong-success,.modal.modal-error-result,.modal.modal-payment-package{
  max-width: 300px;
  min-height: inherit;
  background: transparent;
  text-align: center;
}
.modal.modal-manual-success#modal-link-success{
  max-width: 310px;
}
.modal.modal-manual-success#modal-link-success .promo__links{
  padding-top:20px;
  padding-bottom:20px;
}
.modal.modal-manual-success#modal-link-success .modal__title{
  padding-top:20px;
}

.modal.modal-payment-package.modal-payment-package-change{
  max-width: 380px;
}
.modal-code-unlink-success .modal__title,
.modal-manual-success .modal__title,
.modal-prolong-success .modal__title,
.modal-error-result .modal__title,
.modal-payment-package .modal__title
{
  font-size:1.625rem;
}
.modal-error-result .modal__title{
  padding-top:20px;
  padding-bottom:20px;
  line-height:2em;
}
.video__wrap {
  padding-top: 56.25%; }

.video__inner {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%; }

.video__body {
  -o-object-fit: cover;
     object-fit: cover; }

.video__btn {
  position: absolute;
  width: 262px;
  height: 262px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: opacity 0.9s;
  -o-transition: opacity 0.9s;
  transition: opacity 0.9s; }
  @media screen and (max-width: 768px) {
    .video__btn {
      width: 180px;
      height: 180px; } }
  .video__btn--hidden {
    opacity: 0;
    pointer-events: none; }

.video__youtube {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
  left: 0;
  top: 0; }

.video .lty-playbtn {
  position: absolute;
  width: 262px;
  height: 262px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: opacity 0.9s;
  -o-transition: opacity 0.9s;
  transition: opacity 0.9s;
  -webkit-filter: none;
          filter: none;
  background-image: url("/img/video_btn.png");
  background-size: contain;
  background-position: center; }
  @media screen and (max-width: 768px) {
    .video .lty-playbtn {
      width: 120px;
      height: 120px; } }

.video__youtube::before {
  content: none; }

.how__title {
  margin-bottom: 60px; }

.how__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: 1000px) {
    .how__list {
      display: block;
      width: 100%; } }

.how__item {
  max-width: 413px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(158, 213, 255, 0.07)), color-stop(92.19%, rgba(197, 229, 255, 0.03)));
  background-image: -o-linear-gradient(top, rgba(158, 213, 255, 0.07) 0%, rgba(197, 229, 255, 0.03) 92.19%);
  background-image: linear-gradient(180deg, rgba(158, 213, 255, 0.07) 0%, rgba(197, 229, 255, 0.03) 92.19%);
  -webkit-box-shadow: 0px 2.6028172969818115px 2.6028172969818115px 0px #FFFFFF14 inset;
          box-shadow: 0px 2.6028172969818115px 2.6028172969818115px 0px #FFFFFF14 inset;
  border-radius: 8px;
  padding-top: calc(1.375rem + 1.5vw);
  padding-bottom: calc(1.375rem + 1.5vw);
  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; }
  @media (min-width: 1200px) {
    .how__item {
      padding-top: 2.5rem; } }
  @media (min-width: 1200px) {
    .how__item {
      padding-bottom: 2.5rem; } }
  @media screen and (max-width: 1000px) {
    .how__item {
      max-width: none;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 5px;
      padding-right: 5px;
      -webkit-box-shadow: none;
              box-shadow: none;
      background-image: none;
      height: auto; } }
  .how__item + li {
    margin-left: 10px; }
    @media screen and (max-width: 1000px) {
      .how__item + li {
        margin-left: 0; } }

@media screen and (max-width: 768px) {
  .how {
    margin-bottom: 60px; } }

.mb160 {
  margin-bottom: 160px; }
  @media screen and (max-width: 768px) {
    .mb160 {
      margin-bottom: 60px; } }

.title {
  font-weight: 600;
  font-size: calc(1.525rem + 3.3vw);
  line-height: 100%;
  letter-spacing: -0.03em; }
  @media (min-width: 1200px) {
    .title {
      font-size: 4rem; } }

.how-point__inner {
  height: 100%;
  max-width: 363px;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (max-width: 1000px) {
    .how-point__inner {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(158, 213, 255, 0.07)), color-stop(92.19%, rgba(197, 229, 255, 0.03)));
      background-image: -o-linear-gradient(top, rgba(158, 213, 255, 0.07) 0%, rgba(197, 229, 255, 0.03) 92.19%);
      background-image: linear-gradient(180deg, rgba(158, 213, 255, 0.07) 0%, rgba(197, 229, 255, 0.03) 92.19%);
      -webkit-box-shadow: 0px 2.6028172969818115px 2.6028172969818115px 0px #FFFFFF14 inset;
              box-shadow: 0px 2.6028172969818115px 2.6028172969818115px 0px #FFFFFF14 inset;
      border-radius: 8px;
      padding-top: 20px;
      padding-bottom: 20px;
      margin-left: auto;
      margin-right: auto;
      max-width: none; } }

.how-point__img {
  width: 100px;
  height: 100px;
  margin-bottom: 70px;
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (max-width: 1000px) {
    .how-point__img {
      margin-bottom: calc(1.5625rem + 3.75vw); } }
  @media screen and (max-width: 1000px) and (min-width: 1200px) {
    .how-point__img {
      margin-bottom: 4.375rem; } }
  .how-point__img--1 {
    background-image: url("/img/how-to1.png"); }
  .how-point__img--2 {
    background-image: url("/img/how-2-1.png"); }
  .how-point__img--3 {
    background-image: url("/img/how-3-1.png"); }

.how-point__title {
  font-weight: 600;
  font-size: calc(1.35rem + 1.2vw);
  line-height: 105%;
  letter-spacing: -0.04em;
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .how-point__title {
      font-size: 2.25rem; } }
.how-point__box p{
  font-family: Gilroy;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #7A838D; }
.how-point__box a{
  color:#FF6060;
}
.how-point__box a:hover {
  text-decoration: underline;
}
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.slick-arrow {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/img/svg/arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  background-color: transparent;
  width: 12px;
  height: 20px;
  z-index: 1; }

.slick-prev {
  left: 15px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }

.slick-next {
  right: 15px; }

.fire {
  /*padding-top: 160px;*/
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .fire {
      padding-top: 60px; } }
  .fire__bg {
    position: absolute;
    pointer-events: none; }
    .fire__bg--right {
      top: -238px;
      right: 0; }
    .fire__bg--bottom {
      top: 238px;
      right: 10%; }
    .fire__bg--3 {
      top: 47%;
      left: -30%; }
    .fire__bg--4 {
      bottom: -20%;
      left: -20%; }
      @media screen and (max-width: 600px) {
        .fire__bg--4 {
          width: 100%;
          bottom: 10%;
          left: 50%; } }
    .fire__bg--5 {
      bottom: -10%;
      left: 40%; }
      @media screen and (max-width: 600px) {
        .fire__bg--5 {
          width: 100%;
          bottom: 20%;
          left: 30%; } }

.packages--investment {
  margin-bottom: 80px; }

.packages__title {
  margin-bottom: 60px; }
  .packages__title--investment {
    font-size: calc(1.35rem + 1.2vw);
    line-height: 43px;
    margin-bottom: 33px; }
    @media (min-width: 1200px) {
      .packages__title--investment {
        font-size: 2.25rem; } }

.packages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .packages__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.pack-days{
  font-size:1.75em;
}
.pack-sum{
  font-size:2.25em;
  color:#fff;
}
.package {
  width: calc(33% - 20px);
  background-color: #21212B;
  -webkit-box-shadow: inset 0px 2.60282px 2.60282px rgba(255, 255, 255, 0.08);
          box-shadow: inset 0px 2.60282px 2.60282px rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: calc(1.5rem + 3vw);
  padding-bottom: calc(1.5125rem + 3.15vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.package.only_connect{
  width: 100%;
  margin-bottom:20px;
  display:inline-block;
}
/*.package:not(.only_connect) {
display:none;
}*/
  @media (min-width: 1200px) {
    .package {
      padding-top: 1.75rem; }
  }
  @media (min-width: 1200px) {
    .package {
      padding-bottom: 3.875rem; } }

  @media screen and (max-width: 1000px) {
    .package {
      width: calc(50% - 10px); } }
  @media screen and (max-width: 768px) {
    .package {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      border-radius: 4px; }
      .package + .package {
        margin-top: 20px; } }
  .package__inner {
    max-width: 375px; /*540*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.only_connect .package__inner {
  max-width: 100%;
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-direction: row;
}
.only_connect .package__inner > div{
  display:inline-block;
  width:30%;
}
.only_connect .package__inner > div.pack_left{
  width:38%;
}
.only_connect .package__inner > div.pack_mid{
  padding-top:2.55em;

}
.only_connect .package__inner > div.pack_right{
  padding-right:2em;
  width:calc(30% - 2em);
}
.only_connect .package__inner .package__link{
  margin-top:40px;
}
.only_connect .package__inner > div > .package__text:last-child{
  margin-bottom:0;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .package,.package.only_connect{
    width: calc(50% - 20px);
    margin-bottom:20px;
    display:flex;
  }
}
@media screen and (max-width: 1200px) {

  .only_connect .package__inner{
    max-width:375px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .only_connect .package__inner > div,
  .only_connect .package__inner > div.pack_left{
    width:100%;
    display:block;
  }
  .only_connect .package__inner > div > .package__text:last-child{
    margin-bottom:30px;
  }
  .only_connect .package__inner > div.pack_mid{
    padding-top:0;
  }
  .only_connect .package__inner > div.pack_right{
    padding-right:0;
    width:100%;
  }
}
    .package__inner--investment {
      max-width: 410px; }
  .package__title {
    font-size: calc(1.4125rem + 1.95vw);
    line-height: 105%;
    letter-spacing: -0.04em;
    margin-bottom: 30px;
    font-weight: 700; }
    @media (min-width: 1200px) {
      .package__title {
        font-size: 2.875rem; } }
    .package__title--investment {
      font-size: calc(1.35rem + 1.2vw);
      margin-bottom: 20px; }
      @media (min-width: 1200px) {
        .package__title--investment {
          font-size: 2.25rem; } }
  .package__text {
    font-family: "Gilroy", "Arial", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    color: #7A838D;
    margin-bottom: 30px; }
  .office-main .package__text {
    font-size: 17px;
  }
  .codes__wrap{
    width:100%;
  }
  @media screen and (max-width:600px){
    .codes__wrap{
      overflow:scroll;
    }
  }
  .package__text.no-mb{
    font-size:80%;
  }
.package.my_pack,.package.pack_disabled{
  position:relative;
}
.pack_hover_red,.pack_hover_green{
  position: absolute;
  background: #21212b;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 350px;
  font-size: 30px;
  text-align: center;
}
.pack_hover_green em {
  font-size:0.65em;
  font-style: normal;
  color:#ccc;
}
.pack_hover_green .graph__buy{
  flex-grow: inherit;
  margin-top:40px;
  padding: 14px 20px;
}
.pack_hover_green{
  color:#d73583;
}
    .package__text--investment {
      font-size: 16px;
      line-height: 19px; }
  .package__list {
    font-family: "Gilroy", "Arial", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    color: #7A838D;
    margin-bottom: auto; }
    .package__list--investment {
      margin-bottom: 30px; }
  .package__link,.modal-success__link,.new_code_link,.paym-success__link,.prolong-success__link{
    font-family: "EuclidSquare", "Arial", sans-serif;
    display: block;
    margin-top: 70px;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    padding-top: 27px;
    padding-bottom: 28px;
    text-align: center;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#FF6060), to(#FF0100));
    background: -o-linear-gradient(bottom, #FF6060 0%, #FF0100 100%);
    background: linear-gradient(360deg, #FF6060 0%, #FF0100 100%);
    border-radius: 4px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.paym-success__link,.prolong-success__link{
  margin-top:10px;
}
.new_code_link{
  cursor:pointer;
  width:auto;
  display:inline-block;
  padding-left:20px;
  padding-right:20px;
}
.new_code_wrap{
  text-align:center;
}
.modal-success__link {
  margin-top:10px;
  cursor: pointer;
}
.modal-payment__right{
  max-width:350px;
}
.modal-payment__title.title{
  font-size:1.2rem;
  padding-bottom:0.5rem;
}
.modal-payment__text{
  padding:1rem 0;
}
#modal-payment #usd,#modal-payment #btc,.modal-payment__text strong{
  color:#FF0100;
}
    .package__link--investment {
      margin-top: 50px; }
    .package__link:hover, .package__link:focus {
      opacity: 0.7; }
    @media screen and (max-width: 768px) {
      .package__link {
        margin-top: 40px; } }

.range-box {
  font-family: "Gilroy", "Arial", sans-serif;
  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-top: 44px; }
  .range-box--investment {
    margin-top: auto; }
  @media screen and (max-width: 1000px) {
    .range-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  .range-box + .range-box {
    margin-top: 30px; }
  .range-box__title {
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    max-width: 115px; }
    @media screen and (max-width: 1000px) {
      .range-box__title {
        margin-bottom: 20px; } }
  .range-box__content {
    font-size: calc(1.3875rem + 1.65vw);
    line-height: 1.21;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    font-weight: 700;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 260px;
    margin-left: 20px; }
    @media (min-width: 1200px) {
      .range-box__content {
        font-size: 2.625rem; }
      .office-main .range-box__content{
        font-size: 1.625rem;
      }
    }
    @media screen and (max-width: 1000px) {
      .range-box__content {
        margin-left: 0;
        max-width: none; } }
  .range-box__label {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #272732;
    border-radius: 4px;
    display: block;
    width: 100%;
    position: relative; }
  .range-box__proc {
    font-weight: 400;
    color: #7A838D;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .range-box .irs-max,
  .range-box .irs-min,
  .range-box .irs-from,
  .range-box .irs-to,
  .range-box .irs-single {
    display: none; }
  .range-box .irs--flat {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: auto;
    bottom: 0; }
    .range-box .irs--flat .irs-line {
      height: 2px;
      top: 0; }
    .range-box .irs--flat .irs-bar--single {
      border-radius: 0;
      height: 2px;
      top: 0; }
    .range-box .irs--flat .irs-handle {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #ffffff;
      border: 2px solid #DD140D;
      top: -9px;
      cursor: pointer; }
      .range-box .irs--flat .irs-handle i {
        display: none; }

.pt40 {
  padding-top: 40px; }
.codes_details{
  padding-top:40px;
  text-align:center;
}

.programs {
  padding-top: 160px; }
.page-landing .programs {
  padding-top: 60px;
}
.request__field {
  min-width: 280px;
  position: relative;
}
.request__field:before{
  content:"";
  display:block;
  position: absolute;
  width:64px;
  height:64px;
  background-image:url("/img/free.png");
  background-size:cover;
  left:-48px;
  top:-48px;
  z-index:-1;
}
  @media screen and (max-width: 768px) {
    .programs {
      padding-top: 20px; } }
  .programs__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 76px;
    background-image: url("/img/bank-ref.png");
    background-repeat: no-repeat;
    background-position: 10% 85%; }
.page-landing .programs__inner {
  background: none;
}
.promo__vpn1 {
  border-radius: 15px;
  -webkit-box-shadow: 0px 2.6028172969818115px 2.6028172969818115px 0px #FFFFFF14 inset;
  box-shadow: 0px 2.6028172969818115px 2.6028172969818115px 0px #FFFFFF14 inset;
}
@media screen and (max-width: 1000px) {
      .programs__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 350px;
        background-position: bottom center; } }
    @media screen and (max-width: 600px) {
      .programs__inner {
        background-size: contain; } }
    @media screen and (max-width: 412px) {
      .programs__inner {
        padding-bottom: 270px; } }
  .programs__left {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.page-landing .programs__right {
    padding-top:77px;
  }
#registration{
  padding-top:140px;
}
.page-landing .bonus__text{
  padding-left:20px;
  max-width: 100%;
}
.page-landing .bonus__text span{
  display:block;
}
.bonus-promo .bonus__item {
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
      .programs__left {
        display: none; } }
  .programs__title {
    margin-bottom: 40px; }
  .programs__title-wrap p, .pack_legend_inner p,.page-landing .programs__right p.prog__desc,.page-landing .bonus__text span{
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 20px;
    line-height: 150%;
    color: #7A838D;
    max-width: 488px; }
.pack_legend_inner{
  display:flex;
  justify-content: center;
  margin:0 auto;
  padding-top:40px;

}
.pack_legend_inner p {
  max-width:900px;
  font-size:15px;
}
@media screen and (max-width: 1000px) {
      .programs__title-wrap p,.pack_legend_inner p {
        max-width: none; } }
  .programs__right {
    max-width: 417px;
    width: 100%;
    padding-top: 159px; }
  .page-landing .programs__right {
    max-width: 490px;
  }
  .bonus-promo {
    padding-top:50px;
  }
    @media screen and (max-width: 1000px) {
      .programs__right {
        padding-top: 60px;
        margin-left: auto;
        margin-right: auto; } }
  .programs__list {
    margin-bottom: 50px; }
  .no-mb{
    margin-bottom:0;
    padding-bottom:0;
  }
  .exit__form .ref-link__link{
    margin-top:1em;
  }
  .exit__form .copy_link{
    min-width:187px;
  }
  .programs__link,.promo__link {
    display: block;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    padding-top: 33px;
    padding-bottom: 33px;
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.07)), color-stop(92.19%, rgba(255, 255, 255, 0.12)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.12) 92.19%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.12) 92.19%);*/
    background: -webkit-gradient(linear, left bottom, left top, from(#FF6060), to(#FF0100));
    background: -o-linear-gradient(bottom, #FF6060 0%, #FF0100 100%);
    background: linear-gradient(360deg, #FF6060 0%, #FF0100 100%);
    border-radius: 4px;
    color: #ffffff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .programs__link:hover,.promo__link:hover, .programs__link:focus,.promo__link:focus {
      opacity: 0.7; }
.promo__link.regbut{
  display:inline-block;
  padding-left:30px;
  padding-right:30px;
}
.mobile__register .title{
  font-size:20px;
  padding-bottom:25px;
}
  .programs__title-wrap {
    position: absolute;
    left: 45px;
    top: 0; }
    @media screen and (max-width: 1000px) {
      .programs__title-wrap {
        position: static; } }

.container--programs {
  max-width: 1186px; }

.bonus__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .bonus__item + li {
    margin-top: 40px; }

.bonus__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 74px;
  height: 69px;
  background-image: url("/img/bonus-1.png"); }
.bonus-promo .bonus__img {
  background-image: url("/img/bonus-2.png"); }
.bonus__text {
  font-weight: 600;
  font-size: calc(1.275rem + 0.3vw);
  line-height: 105%;
  max-width: 254px;
  margin-left: 40px;
  letter-spacing: -0.04em; }
  @media (min-width: 1200px) {
    .bonus__text {
      font-size: 1.5rem; } }
  @media screen and (max-width: 600px) {
    .bonus__text {
      margin-left: 20px;
      max-width: none; } }

.title-block {
  margin-bottom: 50px;
  overflow: hidden;
  background-image: url("/img/news_bg.png");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat; }
  .title-block__inner {
    padding-bottom: 241px;
    position: relative; }
    @media screen and (max-width: 600px) {
      .title-block__inner {
        padding-bottom: 150px; } }
    .title-block__inner::after {
      content: "";
      position: absolute;
      height: 1px;
      width: 100vw;
      background: rgba(239, 246, 255, 0.15);
      bottom: 0;
      left: 15px; }

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .news-list {
      padding-left: 0;
      padding-right: 0;
      border-radius: 8px;
      overflow: hidden; } }
  .news-list__item {
    width: calc((100% / 3) - (80px / 3));
    border-radius: 40px;
    margin-bottom: 40px;
    overflow: hidden; }
    @media screen and (max-width: 1000px) {
      .news-list__item {
        width: calc((100% / 3) - (24px / 3)); } }
    @media screen and (max-width: 768px) {
      .news-list__item {
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px; } }
  .news-list__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: calc(1.35rem + 1.2vw);
    padding-bottom: calc(1.325rem + 0.9vw);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #21212B; }
    @media (min-width: 1200px) {
      .news-list__wrap {
        padding-top: 2.25rem; } }
    @media (min-width: 1200px) {
      .news-list__wrap {
        padding-bottom: 2rem; } }
    .news-list__wrap:hover .news-list__link, .news-list__wrap:focus .news-list__link {
      opacity: 0.6; }
    @media screen and (max-width: 768px) {
      .news-list__wrap {
        border-radius: 8px; } }
  .news-list__inner {
    max-width: 345px;
    margin: 0 15px; }
  .news-list__title {
    font-weight: 600;
    font-size: calc(1.3rem + 0.6vw);
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #EFF6FF;
    margin-bottom: 12px; }
    @media (min-width: 1200px) {
      .news-list__title {
        font-size: 1.75rem; } }
  .news-list__text {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #7A838D;
    margin-bottom: auto; }
  .news-list__block {
    margin-top: 68px;
    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; }
  .news-list__description {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: 12px;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #7A838D; }
    .news-list__description span + span {
      margin-top: 8px; }
  .news-list__link {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(239, 246, 255, 0.05);
    background-image: url("/img/svg/arrow-link.svg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }

.faq__title {
  margin-bottom: 60px; }

.faq__accordion-inner {
  background: #21212B;
  border-radius: 28px 28px 28px 28px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .faq__accordion-inner {
      border-radius: 8px; } }
  .faq__accordion-inner + .faq__accordion-inner {
    margin-top: 8px; }

.faq__term {
  padding-bottom: none;
  background: #21212B;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 36px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .faq__term:hover {
    opacity: 0.6; }
  @media screen and (max-width: 768px) {
    .faq__term {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 20px; } }
  .faq__term p {
    font-weight: bold;
    font-size: calc(1.275rem + 0.3vw);
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #EFF6FF; }
    @media (min-width: 1200px) {
      .faq__term p {
        font-size: 1.5rem; } }

.faq__description {
  background: #21212B;
  border-radius: 0 0 28px 28px; }
.faq__description a{
  color:#FF6060;
}
  .faq__description p {
    font-family: "Gilroy", "Arial", sans-serif;
    font-size: calc(1.275rem + 0.3vw);
    line-height: 125%;
    letter-spacing: -0.04em;
    color: #7A838D;
    border-bottom: none; }
    @media (min-width: 1200px) {
      .faq__description p {
        font-size: 1.5rem; } }
    @media screen and (max-width: 768px) {
      .faq__description p {
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px; } }

[data-accordion] [data-control] {
  border-bottom: none;
  padding-right: 80px;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    [data-accordion] [data-control] {
      padding-right: 60px; } }

[data-accordion] > [data-control]:after {
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  background-image: url("/img/svg/arrow-link.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 1px solid #EFF6FF;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s; }
  @media screen and (max-width: 768px) {
    [data-accordion] > [data-control]:after {
      right: 20px; } }

[data-accordion].open > [data-control]:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg); }

[data-content] > * {
  padding: 0;
  padding-bottom: 36px;
  padding-left: 36px; }

.doc {
  padding-top: 50px;
  margin-bottom: 100px;
  font-family: "Gilroy", "Arial", sans-serif;
  color: #f4f4f4; /*#7A838D*/}
  .doc h1 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 2rem; }
  .doc p {
    font-size: 1.125rem;
    line-height: 1.5rem; }
    .doc p + p {
      margin-top: 20px; }
  .doc li {
    list-style: auto; }
  .doc ul li {
    list-style: circle; }

    .doc li + li, .doc p + ul {
      margin-top: 10px; }
  .doc ul {
    padding-left: revert; }
    .doc ul + p {
      margin-top: 20px; }
  .doc + h3 {
    margin-top: 60px; }
  .doc h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 60px; }
  .doc__line {
    height: 1px;
    display: block;
    background-color: #E0E3Ee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 33px;
    margin-bottom: 33px; }
  .doc hr + p {
    color: #90969E; }

.main-footer__inner {
  position: relative;
  padding-top: 48px;
  padding-bottom: 54px; }
  .main-footer__inner::after {
    position: absolute;
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background-color: #7A838D;
    opacity: 0.15;
    top: 0;
    left: 15px; }

.main-footer__top {
  margin-bottom: 75px;
  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; }
  @media screen and (max-width: 600px) {
    .main-footer__top {
      margin-bottom: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      flex-wrap: wrap;} }

.main-footer__logo {
  display: block;
  width: 565px;
  height: 63px; }

.main-footer__link {
  font-family: "Gilroy", "Arial", sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: #7A838D;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  text-align: center; }
  .main-footer__link:hover, .main-footer__link:focus {
    opacity: 0.5; }
  .main-footer__link + a {
    margin-left: 24px; }
    @media screen and (max-width: 600px) {
      .main-footer__link + a {
        margin-left: 0;
        margin-top: 15px; } }
.main-footer__tg-link {
  display: block;
  width: auto;
  height: 20px;
  background-image: url("/img/svg/telegram.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  padding-left: 27px;
  color:#7A838D;
   }
.main-footer__up-link {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #7A838D;
  pointer-events: none;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background-image: url("/img/svg/arr-up.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0; }

.footer-bottom {
  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; }
  @media screen and (max-width: 600px) {
    .footer-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (max-width: 600px) {
    .footer-bottom__left {
      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; } }

.pay-sistem {
  display:none;
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/ }
  @media screen and (max-width: 600px) {
    .pay-sistem {
      margin-top: 30px; } }
  .pay-sistem-img {
    width: 40px;
    height: 40px; }
  .prolong_img img{
    max-width:95%;
  }
    .pay-sistem-img + figure {
      margin-left: 20px; }
    .pay-sistem-img--viza {
      background-image: url("/img/svg/visa.svg"); }
    .pay-sistem-img--mir {
      background-image: url("/img/svg/mir.svg"); }
    .pay-sistem-img--mc {
      background-image: url("/img/svg/mc.svg"); }

.is-inview .main-footer__up-link {
  opacity: 1;
  pointer-events: auto; }
  .is-inview .main-footer__up-link:hover, .is-inview .main-footer__up-link:focus {
    opacity: 0.6; }
.history__walet span{
  display: inline-block;
  max-width: 200px;
  white-space:nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.small_legend{
  font-size:0.8em;
  color:#90969E;
  display:inline-block;
  margin-top:8px;
}
.small_legend:hover{
  text-decoration:underline;
}
.pd10{
  padding-top:10px;
}
.reward-msg{
  margin-bottom:1rem;
}
.body-exit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #181820; }
  @media screen and (max-width: 768px) {
    .body-exit {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 60px;
      padding-bottom: 60px; }
    .body-exit.body-prolong{
      padding-top:0;
    }
  }

.main-exit {
  width: 100%; }

.exit {
  width: 100%; }
.chart_data{
  display:none;
}
.canvasjs-chart-tooltip span{
  color:#333 !important;
}
.form-exit {
  font-family: "EuclidSquare", "Arial", sans-serif;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 40px;
  padding-right: 40px;
  background: #21212B;
  border-radius: 8px;
  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;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 600px) {
    .form-exit {
      max-width: none;
      padding: 40px 20px; } }
  .form-exit__field {
    width: 100%; }
  .form-exit__legend {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
.form-exit__text.finish_big_text{
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 48px;
  }
.overlay_tech{
  width: calc(100% - 228px);
  height: 100%;
  position: absolute;
  z-index: 999;
  background: #181820;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
}
.title.title-change-package{
  font-size:1.325em;
  line-height: 1.3em;
}
  .form-exit__img-wrap {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #272732;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .form-exit__img-wrap.green{
    background-color: #0d731e;
  }
.canvasjs-chart-credit{
  display: none !important;
}
    .form-exit__img-wrap::after {
      position: absolute;
      content: "";
      width: 18px;
      height: 12px;
      background-image: url(/img/svg/login-arr.svg);
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
.form-exit__img-wrap.close::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 12px;
  background-image: url(/img/svg/close.svg);
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  }
    .form-exit__img-wrap.green::after {
      position: absolute;
      content: "";
      width: 18px;
      height: 12px;
      background-image: url(/img/svg/login-arr-green.svg);
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

  .form-exit__box + div {
    margin-top: 16px; }
  .form-exit__label,.form-exit__box {
    display: block;
    position: relative;
  }
.form-exit__label b.toggle_pass,
.form-exit__box b.toggle_pass
{
  position:absolute;
  right: 16px;
  top: 21px;
  width:24px;
  height:24px;
  background: url(/img/view.png) center center no-repeat;
  cursor:pointer;
}
.form-exit__box b.toggle_pass{
  top: 18px;
}
.office-main .form-exit__box b.toggle_pass{
  top: 50px;
}
#personal-form .form-exit__label,
#personal-pass .form-exit__label{
  padding-bottom:10px;
}
.form-exit__label b.toggle_pass.hider,
.form-exit__box b.toggle_pass.hider{
  background: url(/img/hidden.png) center center no-repeat;
  cursor:pointer;
}
    .form-exit__label span:not(.withdrawal__label) {
      position: absolute;
      clip: rect(0 0 0 0);
      width: 1px;
      height: 1px;
      margin: -1px; }
  .form-exit__input {
    width: 100%;
    background: #272732;
    border: 1px solid #292936;
    border-radius: 2px;
    padding: 21px 16px;
    font-size: 14px;
    line-height: 18px;
    color: #90969E; }
    .form-exit__input::-webkit-input-placeholder {
      font-size: 14px;
      line-height: 18px;
      color: #90969E; }
    .form-exit__input::-moz-placeholder {
      font-size: 14px;
      line-height: 18px;
      color: #90969E; }
    .form-exit__input:-ms-input-placeholder {
      font-size: 14px;
      line-height: 18px;
      color: #90969E; }
    .form-exit__input::-ms-input-placeholder {
      font-size: 14px;
      line-height: 18px;
      color: #90969E; }
    .form-exit__input::placeholder {
      font-size: 14px;
      line-height: 18px;
      color: #90969E; }
  .form-exit__text {
    font-size: 14px;
    line-height: 18px;
    margin-top: 24px;
    text-align: center;
    color: #90969E; }
  .form-exit__btn,.tg_check {
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    padding-top: 21px;
    padding-bottom: 21px;
    background: -webkit-gradient(linear, left bottom, left top, from(#FF6240), to(#D50000));
    background: -o-linear-gradient(bottom, #FF6240 0%, #D50000 100%);
    background: linear-gradient(360deg, #FF6240 0%, #D50000 100%);
    border-radius: 4px;
    margin-top: 32px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center; }
.tg_check{
  background: -webkit-gradient(linear, left bottom, left top, from(#4091ff), to(#0064d5));
  background: -o-linear-gradient(bottom, #4091ff 0%, #0064d5 100%);
  background: linear-gradient(360deg, #4091ff 0%, #0064d5 100%);
  display: inline-block;
}

    .form-exit__btn:hover,.tg_check:hover, .form-exit__btn:focus, .tg_check:focus {
      opacity: 0.6; }
  .form-exit__forget {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #90969E;
    margin-top: 24px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .form-exit__forget:hover, .form-exit__forget:focus {
      opacity: 0.6; }

.not-valid {
  border-color: red; }
  .not-valid::-webkit-input-placeholder {
    color: red; }
  .not-valid::-moz-placeholder {
    color: red; }
  .not-valid:-ms-input-placeholder {
    color: red; }
  .not-valid::-ms-input-placeholder {
    color: red; }
  .not-valid::placeholder {
    color: red; }

.header-exit {
  padding-top:50px;
  margin-bottom: 50px; }

.modal {
  width: 100%;
  min-height: 100%;
  max-width: none;
  border-radius: 0;
  background: #181820;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  background-image: url("/img/modal-bg.png");
  background-size: cover; }
  .modal__wrapper {
    padding-top: 104px;
    padding-bottom: 100px; }
  .modal__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: 44px; }
    @media screen and (max-width: 768px) {
      .modal__header {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .modal__title {
    font-weight: 600;
    font-size: calc(1.3875rem + 1.65vw);
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #EFF6FF; }
    @media (min-width: 1200px) {
      .modal__title {
        font-size: 2.625rem; } }
    @media screen and (max-width: 768px) {
      .modal__title {
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-top: 20px;
        text-align: center; } }
  .modal__link-close,.modal__link-close1 {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #7A838D;
    border-radius: 8px;
    background-image: url("/img/svg/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .modal__link-close:hover, .modal__link-close:focus,
    .modal__link-close1:hover, .modal__link-close1:focus
    {
      opacity: 0.5; }
  .modal__content {
    background: #21212B;
    border-radius: 40px;
    padding-top: 100px;
    padding-bottom: 100px; }
#modal-payment .modal__content{
  padding:40px 0;
}
.office-body--success .office-main{
  display:flex;
  align-items: center;
  height:100%;
}
.modal-payment__countdown{
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
}

    @media screen and (max-width: 768px) {
      .modal__content {
        padding-top: 40px;
        padding-bottom: 40px;
        border-radius: 8px; } }
  .modal__inner {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 768px) {
      .modal__inner {
        padding-left: 15px;
        padding-right: 15px; } }

.tabs-block__header {
  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: 80px; }
  @media screen and (max-width: 768px) {
    .tabs-block__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 40px; } }

.tabs-block__content {
  min-width: 420px; }
.office-main .only_connect{
  display:none;
}
.tabs-block__wrap {
  overflow: auto;
  width: 100%; }

.tabs-header__title {
  font-weight: 600;
  font-size: calc(1.3875rem + 1.65vw);
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #EFF6FF;
  max-width: 203px; }
  @media (min-width: 1200px) {
    .tabs-header__title {
      font-size: 2.625rem; } }
  @media screen and (max-width: 768px) {
    .tabs-block__wrap {
      overflow: scroll;
    }
    .tabs-header__title {
      margin-bottom: 20px;
      max-width: none; } }

.tabs-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
  border-bottom: none; }
  @media screen and (max-width: 768px) {
    .tabs-header__list {
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.tabs-header__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media screen and (max-width: 768px) {
    .tabs-header__item {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      margin-right: 10px;
      margin-bottom: 10px; } }

.tabs-header__link {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 27px;
  letter-spacing: -0.04em;
  color: #EFF6FF;
  border: 1px solid #373741;
  border-radius: 0;
  padding-top: 26px;
  padding-bottom: 26px;
  text-align: center;
  display: block;
  padding-left: 10px;
  padding-right: 10px; }

.level {
  color: #7A838D; }
  .level__head {
    width: 46%; }
  .history__wrap .level__head {
    width: 27%;
  }
  .level__investment {
    width: 27%;
    word-wrap: break-word;
  text-align: center}
  .level__pay {
    width: 27%; }
  .level__check {
    width: 19%; text-align:center;}

  .level__content {
    font-weight: 600;
    font-size: calc(1.3875rem + 1.65vw);
    line-height: 105%;
    /*letter-spacing: -0.04em;*/ }
    @media (min-width: 1200px) {
      .level__content {
        font-size: 2.625rem; } }
    .level__head__white {
      color: #EFF6FF;
    }
    .level__content .level__pay {
      color: #EFF6FF; }
    .level__content .level__investment {
      color: #EFF6FF; }
    .inactive .level__head__white,.inactive .level__pay,.inactive .level__investment{
      color:#616161;
    }
@media screen and (max-width:600px){
  .level__head{
    width:3%;
  }
  .level__head span,.level__investment span{
    display:none;
  }
}
.table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #373741; }

.table-header__item {
  font-size: 1.25rem;
  line-height: 23px; }

.blocker {
  z-index: 6;
  padding: 0;
  background: #181820; }

[role=tab][aria-selected=true] {
  background-color: #272732;
  border: 1px solid #373741; }

[role=tab]:hover:not([aria-selected=true]) {
  background-color: #272732; }

@media (min-width: 30em) {
  [role=tab][aria-selected=true] {
    background-color: #272732;
    border: 1px solid #373741; }
  [role=tab]:hover:not([aria-selected=true]) {
    background-color: transparent;
    border: 1px solid #373741; } }

.modal a.close-modal {
  display: none; }

.body-asside {
  background: #21212B;
  width: 228px; }
  @media screen and (max-width: 1000px) {
    .body-asside {
      display: none; } }
  .body-asside__box {
    display: block;
    width: 228px;
    position: fixed;
    left: 0;
    top: 0; }
  .body-asside__logo {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.asside-nav__link {
  font-family: "Gilroy", "Arial", sans-serif;
  display: block;
  padding-left: 28px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  position: relative;
  border-top: 1px solid #353542; }
  .asside-nav__link::after {
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#DA6951), to(#D50000));
    background: -o-linear-gradient(bottom, #DA6951 0%, #D50000 100%);
    background: linear-gradient(360deg, #DA6951 0%, #D50000 100%); }
  .asside-nav__link:hover::after {
    content: ""; }

.asside-nav__link--active::after {
  content: ""; }

.asside-nav__list {
  border-bottom: 1px solid #353542; }

.office-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .office-body__right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #181820;
    max-width: 100%; }
  .office-body__left {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.office-footer {
  margin-top: auto; }
  .office-footer .container {
    max-width: none;
    margin-left: calc(1.525rem + 3.3vw);
    margin-right: calc(1.525rem + 3.3vw); }
    @media (min-width: 1200px) {
      .office-footer .container {
        margin-left: 4rem; } }
    @media (min-width: 1200px) {
      .office-footer .container {
        margin-right: 4rem; } }
    @media screen and (max-width: 1440) {
      .office-footer .container {
        margin-left: 15px;
        margin-right: 15px; } }

.office-header {
  background-color: #181820;
  border-bottom: 1px solid #292936; }
  .office-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 23px;
    padding-bottom: 23px; }
    @media screen and (max-width: 1000px) {
      .office-header__inner {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-top: 10px;
        padding-bottom: 10px; } }
  .office-header__link {
    font-family: "Gilroy", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #f4f4f4;
    display: block; }
.office-header__name{
  margin-right:80px;
  color:#a8abd8;
}
.office-header__link--exit{
  color:#FF6060;
}
    .office-header__link-open {
      display: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 1000px) {
        .office-header__link-open {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .office-header__link-open span {
        position: absolute;
        overflow: hidden;
        margin: -1px;
        border: none;
        padding: 0;
        width: 1px;
        height: 1px;
        clip: rect(0, 0, 0, 0); }
    .office-header__link-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      fill: #90969E; }
      .office-header__link-close span {
        position: absolute;
        overflow: hidden;
        margin: -1px;
        border: none;
        padding: 0;
        width: 1px;
        height: 1px;
        clip: rect(0, 0, 0, 0); }
  .office-header__icon-open__icon {
    stroke: #90969E;
    width: 16px;
    height: 14px; }
  .office-header__icon-close {
    stroke: #90969E;
    width: 16px;
    height: 16px; }
  .office-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .office-header__item--visible {
    display: none; }
  .office-header__item--exit {
    margin-left: 80px; }
  .office-header__logo {
    display: none;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(-8px);
        -ms-transform: translateX(-8px);
            transform: translateX(-8px); }
    @media screen and (max-width: 1000px) {
      .office-header__logo {
        display: block; } }

.office-wide {
  margin-left: calc(1.525rem + 3.3vw);
  margin-right: calc(1.525rem + 3.3vw); }
  @media (min-width: 1200px) {
    .office-wide {
      margin-left: 4rem; } }
  @media (min-width: 1200px) {
    .office-wide {
      margin-right: 4rem; } }
  @media screen and (max-width: 1440) {
    .office-wide {
      margin-left: 15px;
      margin-right: 15px; } }

.hidden {
  visibility: hidden;}

.mm-ocd {
  top: 60px; }

.mm-ocd__content {
  width: 100%;
  max-width: 600px; }

.mm-ocd__backdrop {
  min-width: auto;
  max-width: none;
  width: calc(100% - 600px); }

.mm-spn.mm-spn--navbar ul {
  top: 0; }

.mm-spn a {
  color: #7A838D;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.1875rem;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px; }

.mm-spn li:after {
  content: none; }

.mm-spn li {
  border-bottom: .5px solid #353542; }

.mm-spn.mm-spn--light {
  background-color: #21212B; }

.office-header__link--active::after {
  width: 5px;
  height: 60px;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#DA6951), to(#D50000));
  background: -o-linear-gradient(bottom, #DA6951 0%, #D50000 100%);
  background: linear-gradient(360deg, #DA6951 0%, #D50000 100%);
  position: absolute;
  content: ""; }

.my-program {
  padding-top: 40px;
  font-family: "Gilroy", "Arial", sans-serif; }
  .my-program__title {
    margin-bottom: 40px; }
  .my-program__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 1000px) {
      .my-program__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .my-program__left {
    max-width: 680px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media screen and (max-width: 1000px) {
      .my-program__left {
        max-width: none;
        width: 100%; } }
  .my-program__right {
    max-width: 340px;
    margin-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media screen and (max-width: 1000px) {
      .my-program__right {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto; } }
  @media screen and (max-width: 1000px) {
    .my-program {
      margin-bottom: 80px; } }

.office-container {
  max-width: 1212px;
  padding-left: calc(1.525rem + 3.3vw);
  padding-right: calc(1.525rem + 3.3vw); }
  @media (min-width: 1200px) {
    .office-container {
      padding-left: 4rem; } }
  @media (min-width: 1200px) {
    .office-container {
      padding-right: 4rem; } }
  @media screen and (max-width: 1440px) {
    .office-container {
      padding-left: 15px;
      padding-right: 15px; } }

.office-title {
  font-weight: 600;
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: 40px;
  color: #FFFFFF; }
.office-title-sm{
  font-size: calc(1.35rem + 0.8vw);

}
  @media (min-width: 1200px) {
    .office-title {
      font-size: 2.25rem;
    }

    .office-title-sm {
      font-size: 1.75rem;
    }
  }
    .graph {
      padding-top: calc(1.375rem + 1.5vw);
      padding-bottom: calc(1.375rem + 1.5vw);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #21212B;
      border-radius: 10px;
    }

    @media (min-width: 1200px) {
      .graph {
        padding-top: 2.5rem;
      }
    }
    @media (min-width: 1200px) {
      .graph {
        padding-bottom: 2.5rem;
      }
    }
    .graph__wrap {
      max-width: 630px;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%;
    }

    .graph__title {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      color: #90969E;
      margin-bottom: 30px;
    }

    .graph__body {
      height: 310px;
      width: 100%;
      margin-bottom: 40px;
    }

    .graph__down {
      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;
    }

    @media screen and (max-width: 600px) {
      .graph__down {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
      }
    }
    .graph__buy {
      font-weight: normal;
      font-size: 16px;
      line-height: 70%;
      color: #FFFFFF;
      display: block;
      padding-top: 14px;
      padding-bottom: 15px;
      border-radius: 4px;
      border: 1px solid #E0E3EE;
      text-align: center;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 200px;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s;
    }
    .codes_details .graph__buy {
      max-width: inherit;
      width:auto;
      display:inline-block;
      padding:14px 20px;
    }
    @media screen and (max-width: 600px) {
      .graph__buy {
        width: 100%;
        max-width: none;
      }
    }
    .graph__buy:hover, .graph__buy:focus {
      opacity: 0.6;
    }

    .graph-val {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      color: #FFFFFF;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    @media screen and (max-width: 1200px) {
      .graph-val {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
      }
    }
    @media screen and (max-width: 600px) {
      .graph-val {
        margin-bottom: 10px;
      }
    }
    .graph-val__content {
      margin-left: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    @media screen and (max-width: 1200px) {
      .graph-val__content {
        margin-left: 0;
        margin-top: 5px;
      }
    }
    .graph-val__sum {
      margin-right: 15px;
    }

    .graph-val__direct {
      font-size: 12px;
      line-height: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      letter-spacing: 0.4px;
      padding: 2px 4px 2px 6px;
      border-radius: 2px;
    }

    .graph-val__direct::before {
      content: "";
      width: 8px;
      height: 8px;
      background-image: url("/img/svg/arrow-direct.svg");
      display: block;
      margin-right: 3px;
    }

    .direct {
      font-size: 12px;
      line-height: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      letter-spacing: 0.4px;
      padding: 2px 4px 2px 6px;
      border-radius: 2px;
    }

    .direct::before {
      content: "";
      width: 8px;
      height: 8px;
      background-image: url("/img/svg/arrow-direct.svg");
      display: block;
      margin-right: 3px;
    }

    .direct--green {
      background-color: #5FD40F;
    }

    .direct--red {
      background-color: #FF5669;
    }

    .direct--red::before {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
    }

    .my-program-right__title {
      font-weight: 600;
      font-size: 18px;
      line-height: 21px;
      color: #90969E;
      margin-bottom: 24px;
    }

    .info-accordion__item {
      border-radius: 10px;
      overflow: hidden;
    }

    .info-accordion__item + .info-accordion__item {
      margin-top: 24px;
    }

    .info-accordion__link {
      background-color: #272732;
      padding-top: 20px;
      padding-left: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    @media screen and (max-width: 600px) {
      .info-accordion__link {
        padding-left: 20px;
      }
    }
    .info-accordion__link[data-control]:after {
      border: 1px solid #3D3D49;
      background-image: url("/img/svg/arrow-info.svg");
      background-size: 6px 12px;
    }

    .info-accordion-link__title,.info-accordion-link__subname {
      font-size: 14px;
      line-height: 16px;
      color: #90969E;
      margin-bottom: 4px;
    }

    .info-accordion-link__name {
      font-weight: 600;
      font-size: 18px;
      line-height: 21px;
      color: #FFFFFF;
    }

    .cont-accordion__list {
      border-bottom: none;
      padding-top: 24px;
      padding-bottom: 32px;
      background-color: #21212B;
      border-top: 1px solid rgba(172, 175, 194, 0.2);
    }

    @media screen and (max-width: 600px) {
      .cont-accordion__list {
        padding-left: 20px;
      }
    }

    .cont-accordion__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .cont-accordion__item + li {
      margin-top: 24px;
    }

    .cont-accordion__term {
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      color: #90969E;
      margin-bottom: 4px;
    }

    .cont-accordion__description {
      font-weight: 600;
      font-size: 18px;
      line-height: 21px;
      color: #FFFFFF;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .cont-accordion__direct {
      margin-left: 11px;
    }

    .education {
      margin-bottom: 60px;
    }

    .education__title {
      margin-bottom: 40px;
    }

    .education__list {
      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;
    }

    .education__item {
      width: calc((100% / 3) - 2%);
      margin-bottom: 64px;
      background: #21212B;
      border-radius: 10px;
      overflow: hidden;
    }

    @media screen and (max-width: 768px) {
      .education__item {
        width: calc(50% - 10px);
        margin-bottom: 30px;
      }
    }
    @media screen and (max-width: 600px) {
      .education__item {
        width: 100%;
      }
    }
    .education__link {
      display: block;
      padding-bottom: 20px;
    }

    .education__link:hover .education__btn, .education__link:focus .education__btn {
      opacity: 0.7;
    }

    .education__img-wrap {
      border-bottom: 1px solid rgba(172, 175, 194, 0.2);
      position: relative;
    }

    .education__img {
      display: block;
    }

    .education__btn {
      position: absolute;
      width: 108px;
      height: 108px;
      background-image: url("/img/video_btn@2x.png");
      background-size: cover;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s;
    }

    .education__text {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      color: #FFFFFF;
      padding-left: 30px;
      padding-right: 30px;
      margin-bottom: 26px;
      margin-top: 20px;
    }

    .education__block {
      padding-left: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .education__theme {
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      color: #ACAFC2;
      padding: 5px 10px;
      background: #272732;
      border-radius: 5px;
      margin-right: 20px;
    }

    .education__date {
      font-size: 14px;
      line-height: 16px;
      color: #90969E;
    }

    .available {
      font-family: "Gilroy", "Arial", sans-serif;
    }

    .available__text {
      font-weight: normal;
      font-size: 16px;
      line-height: 150%;
      color: #FFFFFF;
      margin-bottom: 40px;
      max-width: 591px;
    }

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

    @media screen and (max-width: 768px) {
      .available__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
      }
    }
    .available__content-left {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 580px;
    }

    @media screen and (max-width: 768px) {
      .available__content-left {
        max-width: none;
        width: 100%;
        margin-bottom: 30px;
      }
    }
    .available__content-right {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 440px;
      margin-left: 20px;
    }

    @media screen and (max-width: 768px) {
      .available__content-right {
        margin-left: auto;
        margin-right: auto;
      }
    }

    .money__item {
      border-radius: 10px;
      overflow: hidden;
    }

    .money__item + .money__item {
      margin-top: 20px;
    }

    .money__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 40px;
      padding-bottom: 21px;
      background-color: #21212B;
    }

    @media screen and (max-width: 600px) {
      .money__top {
        padding-top: 21px;
      }
    }

    .money__wrap {
      max-width: 530px;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
    }

    .money__title {
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      color: #FFFFFF;
      margin-bottom: 30px;
    }

    .money__title--bottom {
      color: #90969E;
      margin-bottom: 15px;
    }

    .money__bottom {
      background-color: #272732;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 29px;
      padding-bottom: 36px;
    }

    @media screen and (max-width: 600px) {
      .money__bottom {
        padding-top: 20px;
        padding-bottom: 20px;
      }
    }

    .money__time {
      font-weight: 600;
      font-size: calc(1.35rem + 1.2vw);
      line-height: 43px;
      color: #FFFFFF;
    }

    @media (min-width: 1200px) {
      .money__time {
        font-size: 2.25rem;
      }
    }
    @media screen and (max-width: 600px) {
      .money__time {
        font-size: 22px;
      }
    }

    .money-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }

    .money-box__sum {
      font-weight: 600;
      font-size: calc(1.575rem + 3.9vw);
      line-height: 1;
      color: #FFFFFF;
      margin-right: 23px;
    }

    @media (min-width: 1200px) {
      .money-box__sum {
        font-size: 4.5rem;
      }
    }
    .money-box__status {
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      padding: 7px 10px;
      background: #272732;
      color: #00C35D;
      border-radius: 4px;
      margin-bottom: 9px;
    }

    .money-box__status--not {
      color: #90969E;
    }

    @media screen and (max-width: 600px) {
      .money-box__status {
        margin-bottom: 0;
        margin-top: 10px;
      }
    }
    .promo__links{
      padding-top:40px;
      text-align:center;
    }
    .promo__links img{
       max-width:140px;
      margin:0 10px;
    }
    .withdrawal__form {
      font-family: "Gilroy", "Arial", sans-serif;
      padding-top: 55px;
      padding-bottom: 60px;
    }

    @media screen and (max-width: 600px) {
      .withdrawal__form {
        padding-top: 20px;
        padding-bottom: 20px;
      }
    }

    .withdrawal__legend {
      font-weight: 600;
      font-size: 20px;
      line-height: 26px;
      color: #FFFFFF;
      text-align: left;
      margin-bottom: 38px;
    }

    .withdrawal__label {
      color: #90969E;
      margin-bottom: 10px;
      display: block;
    }

    .withdrawal__box + .withdrawal__box {
      margin-top: 30px;
    }

    .withdrawal__btn {
      margin-top: 40px;
      margin-bottom: 10px;
    }

    .withdrawal__text,.withdrawal__text a {
      font-size: 12px;
      line-height: 16px;
      text-align: center;
      color: #7C859D;
    }
.withdrawal__text{
  padding-top:10px;
}
    .withdrawal__text.text_left{
      margin-top:5px;
      text-align:left;
      padding-top:0;
      padding-left:5px;
      padding-bottom:15px;
    }
.form-exit__radio{
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.form-exit__btns{
  display: flex;
  justify-content: space-between;
}
.form-exit__connection{
  width: 100%;
  background: #272732;
  border: 1px solid #77cc00;
  border-radius: 2px;
  padding: 21px 16px 21px 48px;
  font-size: 14px;
  line-height: 18px;
  color: #90969E;
  background-image:url("/img/success.png");
  background-repeat: no-repeat;
  background-position: 16px 50%;
}
.reg-pack-btn,.pro-form-btn,.reg-form-btn,.period-btn{
  width:24%;
  background: #272732;
  border: 1px solid #757575;
  border-radius: 2px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 18px;
  color: #90969E;
  cursor:pointer;
}
.reg-form-btn{
  width:31%;
}
.period-btn,.pro-form-btn{
  width:18%;
  padding: 5px 3px;
}
.period3 .period-btn{
  width:30%;
}
.reg-pack-btn.reg-pack-active,.reg-form-btn.reg-form-active,.period-btn.period-btn-active,.pro-form-btn.pro-form-active{
  border-color:#77cc00;
  color:#fff;
}
.form-exit__btns .pro-form-btn:first-child{
  margin-left:15px;
}
.form-exit__box span.radio__label{
  color: #90969E;
  margin-bottom: 10px;
  display: block;
  padding-left:15px;
}
.form-exit__box.hidden{
  display: none;
}
.form-exit__sum{
  padding-left:15px;
  font-size: 22px;
}

    .doc__content a {
      color: #ff0100;
    }

    .history {
      font-family: "Gilroy", "Arial", sans-serif;
      margin-bottom: 80px;
      margin-top: 80px;
    }

    @media screen and (max-width: 768px) {
      .history {
        margin-top: 40px;
      }
    }
    .history__wrap {
      width: 100%;
      overflow: auto;
    }

    @media screen and (max-width: 767px) {
      .history__wrap {
        overflow: scroll;
      }
      .list-wrap .history__wrap{
        overflow: inherit;
      }
    }
    .history__content {
      min-width: 800px;
    }

    .table-row--history {
      font-weight: normal;
      font-size: 18px;
      line-height: 21px;
      width: 100%;
    }

    .table-row__item--history {
      width: 25%;
    }

    .table-row__item--arr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      -webkit-transition: opacity 0.6s;
      -o-transition: opacity 0.6s;
      transition: opacity 0.6s;
    }

    .table-row__item--arr:hover, .table-row__item--arr:focus {
      opacity: 0.6;
    }

    .table-row__item--arr::after {
      content: "";
      display: block;
      width: 5px;
      height: 10px;
      background-image: url("/img/svg/arr-history.svg");
      margin-left: 10px;
    }

    .table-header--history {
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      color: #7A838D;
    }

    .table-header__item--history {
      font-size: 16px;
      line-height: 19px;
    }
    .text_dotted{
      max-width: 220px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      white-space: nowrap;
    }
    .ref-history .table-row__item--history {
      width: calc(100% / 6);
    }
    .ref-history .table-row__item--history.history__id{
      width:32%;
    }
    a.table-row--history{
      color:#fff;
    }
    a.table-row--history:hover{
      opacity: .8;
    }
    .referral-prog {
      font-family: "Gilroy", "Arial", sans-serif;
      margin-bottom: 80px;
    }

    @media screen and (max-width: 768px) {
      .referral-prog {
        margin-bottom: 0;
      }
    }
    .referral-prog__content {
      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: 768px) {
      .referral-prog__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
      }
    }
    .referral-prog__content-left {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 678px;
    }

    @media screen and (max-width: 768px) {
      .referral-prog__content-left {
        max-width: none;
      }
    }
    .referral-prog__content-right {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 340px;
      margin-left: 20px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
    }

    @media screen and (max-width: 768px) {
      .referral-prog__content-right {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        max-width: 340px;
        width: 100%;
      }
    }

    .add {
      padding-top: calc(1.375rem + 1.5vw);
      padding-bottom: calc(1.375rem + 1.5vw);
      border-radius: 10px;
      background: #21212B;
      margin-bottom: 80px;
    }

    @media (min-width: 1200px) {
      .add {
        padding-top: 2.5rem;
      }
    }
    @media (min-width: 1200px) {
      .add {
        padding-bottom: 2.5rem;
      }
    }
    @media screen and (max-width: 768px) {
      .add {
        margin-bottom: 40px;
      }
    }
    .add__top {
      padding-left: calc(1.375rem + 1.5vw);
      padding-right: calc(1.375rem + 1.5vw);
      padding-bottom: calc(1.49375rem + 2.925vw);
      border-bottom: 1px solid #313138;
    }

    @media (min-width: 1200px) {
      .add__top {
        padding-left: 2.5rem;
      }
    }
    @media (min-width: 1200px) {
      .add__top {
        padding-right: 2.5rem;
      }
    }
    @media (min-width: 1200px) {
      .add__top {
        padding-bottom: 3.6875rem;
      }
    }
    .add__bottom {
      padding-left: calc(1.375rem + 1.5vw);
      padding-right: calc(1.375rem + 1.5vw);
      padding-top: calc(1.375rem + 1.5vw);
    }

    @media (min-width: 1200px) {
      .add__bottom {
        padding-left: 2.5rem;
      }
    }
    @media (min-width: 1200px) {
      .add__bottom {
        padding-right: 2.5rem;
      }
    }
    @media (min-width: 1200px) {
      .add__bottom {
        padding-top: 2.5rem;
      }
    }
    .add__title {
      font-weight: 600;
      font-size: 24px;
      line-height: 29px;
      color: #FFFFFF;
      margin-bottom: calc(1.375rem + 1.5vw);
    }

    @media (min-width: 1200px) {
      .add__title {
        margin-bottom: 2.5rem;
      }
    }
    .add__top p {
      font-size: 16px;
      line-height: 150%;
      color: #FFFFFF;
      margin-bottom: calc(1.375rem + 1.5vw);
    }

    @media (min-width: 1200px) {
      .add__top p {
        margin-bottom: 0.5rem;
      }
    }
    .reward__inner {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .reward__col-left {
      max-width: 500px;
    }

    .add__list {
      padding-top: 43px;
      font-weight: 600;
      font-size: 16px;
      line-height: 19px;
      color: #90969E;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }

    @media screen and (max-width: 600px) {
      .add__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
      }
    }
    .add__item {
      width: auto;
      padding-left: 10px;
      border-left: 2px solid #90969E;
    }

    @media screen and (max-width: 768px) {
      .add__item {
        width: 100%;
      }

      .add__item + li {
        margin-top: 20px;
      }
    }
    .add__item p {
      max-width: 228px;
    }

    .add__link, .copy_link,.report__link {
      font-weight: 600;
      font-size: 16px;
      line-height: 14px;
      text-align: center;
      color: #FFFFFF;
      display: block;
      max-width: 238px;
      padding-top: 23px;
      padding-bottom: 23px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.07)), color-stop(92.19%, rgba(255, 255, 255, 0.12)));
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.12) 92.19%);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.12) 92.19%);
      border-radius: 4px;
      -webkit-transition: opacity 0.6s;
      -o-transition: opacity 0.6s;
      transition: opacity 0.6s;
    }
    .row--flex{
      display:flex;
      width:100%;
      justify-content: space-between;
      align-items:center;
    }
    @media screen and (max-width: 600px) {
      .row--flex{
        display:block;
      }
      .report__link{
        margin-top:20px;
      }
    }

    .add__link:hover, .add__link:focus,.report__link:hover {
      opacity: 0.7;
    }
    .report__link{
      padding:23px 20px;
    }

    .ref-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 10px;
      background: #21212B;
      padding-top: calc(1.375rem + 1.5vw);
      padding-bottom: calc(1.4875rem + 2.85vw);
      position: sticky;
      top: 0;
    }

    @media (min-width: 1200px) {
      .ref-link {
        padding-top: 2.5rem;
      }
    }
    @media (min-width: 1200px) {
      .ref-link {
        padding-bottom: 3.625rem;
      }
    }
    .ref-link__inner {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 290px;
      padding-left: 15px;
      padding-right: 15px;
    }

    .ref-link__title {
      font-weight: 600;
      font-size: 18px;
      line-height: 21px;
      color: #FFFFFF;
      margin-bottom: 20px;
    }

    .ref-link__link {
      font-size: 16px;
      line-height: 26px;
      color: #90969E;
      padding-top: 17px;
      padding-bottom: 17px;
      text-align: center;
      background: #272732;
      border: 1px solid #292936;
      border-radius: 2px;
      margin-bottom: calc(1.375rem + 1.5vw);
    }

    .copy_link {
      margin-bottom: 1.5rem;
    }

    @media (min-width: 1200px) {
      .ref-link__link {
        margin-bottom: 0.5rem;
      }
    }
    .ref-link__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .ref-link__item + li {
      margin-top: 24px;
    }

    .ref-link__term {
      font-size: 14px;
      line-height: 16px;
      color: #90969E;
    }

    .ref-link__description {
      font-weight: 600;
      font-size: 18px;
      line-height: 21px;
      color: #FFFFFF;
      margin-top: 4px;
    }

    .structure__title {
      margin-bottom: 40px;
    }

    .structure__wrap {
      width: 100%;
      overflow-x: auto;
    }

    @media screen and (max-width: 767px) {
      .structure__wrap {
        overflow-x: scroll;
      }
    }

    .structure__list {
      min-width: 600px;
    }

    .structure__item + li {
      margin-top: 4px;
    }

    .structure__item--header {
      font-size: 16px;
      line-height: 19px;
      color: #7A838D;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 16px;
      padding-left: calc(1.3125rem + 0.75vw);
      padding-right: 0.9375rem;
    }

    @media (min-width: 1200px) {
      .structure__item--header {
        padding-left: 1.875rem;
      }
    }

    .structure__point--id {
      width: 15%;
    }

    .structure__point--name {
      width: 40%;
    }

    .structure__point--turn {
      width: 25%;
    }

    .structure__point--date {
      width: 20%;
    }

    .structure__link {
      font-size: 18px;
      line-height: 125%;
      letter-spacing: -0.02em;
      color: #EFF6FF;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 28px;
      padding-bottom: 29px;
      background: #21212B;
      border-radius: 8px;
      padding-left: calc(1.3125rem + 0.75vw);
      padding-right: 0.9375rem;
      position: relative;
    }

    @media (min-width: 1200px) {
      .structure__link {
        padding-left: 1.875rem;
      }
    }
    .structure__link::after {
      display: block;
      width: 6px;
      height: 12px;
      content: "";
      background-image: url(/img/svg/arr-structure.svg);
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      right: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    .list {
      font-family: "Gilroy", "Arial", sans-serif;
      min-width: 820px;
    }

    .list__content > * {
      padding-left: 0;
      padding-bottom: 0;
      border-bottom: none;
    }

    .list-wrap {
      width: 100%;
      overflow-x: auto;
    }

    #reflink {
      border: none;
      resize: none;
      background: transparent;
      outline: none;
      font-size: 14px;
      line-height: 26px;
      color: #FF6060;
      padding: 0;
      margin: 0;
      width: 100%;
      height: 26px;
      text-align: center;
    }

    @media screen and (max-width: 767px) {
      .list-wrap {
        overflow-x: scroll;
      }
    }

    .controll {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-top: 24px;
      padding-bottom: 24px;
      padding-left: 0;
      border-bottom: 1px solid #373741;
    }

    .controll[data-control]::after {
      content: none;
    }

    .controll[data-control] {
      border-bottom: 1px solid #373741;
      padding-right: 40px;
    }

    .controll__item {
      font-size: 18px;
      line-height: 125%;
      letter-spacing: -0.02em;
      color: #EFF6FF;
    }

    .controll__item + .controll__item {
      margin-left: 40px;
    }

    .controll__item--status {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid #7A838D;
      position: relative;
      background-image: url("/img/svg/plus.svg");
      background-position: center;
      background-repeat: no-repeat;
    }

    .controll__item--lvl {
      color: #7A838D;
    }

    .pl30 {
      padding-left: 30px;
    }

    .pl60 {
      padding-left: 60px;
    }

    .pl90 {
      padding-left: 90px;
    }

    .pl120 {
      padding-left: 120px;
    }

    .pl150 {
      padding-left: 150px;
    }

    .pl180 {
      padding-left: 180px;
    }

    .pl210 {
      padding-left: 210px;
    }

    .pl240 {
      padding-left: 240px;
    }

    .pl270 {
      padding-left: 270px;
    }

    .controll__item--money--structure {
      color: #707377;
    }

    .open > .controll > .controll__item--status {
      background-image: url("/img/svg/minus.svg");
    }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.act__code{
  display: flex;
  vertical-align: middle;
}
.copy_place{
  display: inline-block;
  max-width: 130px;
  background: transparent;
  border: none;
  color: #fff;
  margin: 0;
  height: 23px;
}
button.copy,button.unlink{
  background: transparent;
  padding: 0;
  height: 23px;
  cursor:pointer;
  margin-left:5px;
}
.code_unlink{
  display:flex;
}
button.copy img,button.unlink img{
  height: 23px;
  width:23px;
}
.act__code span,
.code_unlink span
{
  display:none;
}
.date_filter{
  text-align:center;
  max-width:650px;
  margin:0 auto;
}
.form-date__filter .form-exit__box,.form-date__filter .form-exit__btn{
  display:inline-block;
  width:30%;
  max-width:30%;
}
.form-date__filter .form-exit__label{
  text-align:left;
  padding:0 0 10px 15px;
}
.modal__content.modal__ref-report_content{
  padding-top:30px;
}
#ui-datepicker-div{
  z-index:7 !important;
}
@media screen and (max-width:600px){
  .codes__wrap .history__content{
    min-width: inherit;
  }
  .codes__wrap .history__id,
  .codes__wrap .history__date,
  .codes__wrap .history__pay,
  .codes__wrap .history__cash
  {
    display:none;
  }
  .act__code{
    flex-wrap: wrap;
  }
  .act__code span{
    display: block;
    font-size: 0.7em;
    line-height: 1em;
    padding-bottom: 1em;
  }
  .codes__wrap .table-row__item--history{
    width:40%;
  }
  .codes__wrap .table-row__item--history.act__code,
  .codes__wrap .table-row__item--history.history__level
  {
    width:60%;
  }

  .act__code span .prolong_code{
    margin-top:10px;
  }

}
.show_mobile{
  display:none;
}
@media  screen and (max-width:768px) {
  .promo__dbl{
    display:block;
  }
  .promo__wrap_left,.promo__wrap_right{
    width:100%;
  }
  .page-landing .promo__title{
    text-align:left;
  }
  .show_mobile{
    display:block;
  }
  .promo__wrap_left .show_mobile{
    padding-bottom:15px;
  }
  .hide_mobile{
    display:none;
  }
  .promo__title-wrap{
    margin-bottom:13px;
  }
  #registration{
    padding-top:30px;
  }
  .request__wrap{
    display:block;
    width: 300px;
    margin: 0 auto;
  }
  .page-landing .mb160{
    margin-bottom:20px;
  }
  .page-landing .fire{
    padding-top:20px;
  }
  .page-landing .programs__right{
    max-width:100%;
  }
  .page-landing .programs__right{
    padding-top:20px;
  }
  .page-landing .programs__inner{
    padding-bottom:20px;
  }
  .request__wrap .form-exit__btn{
    border-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
  }
  .landing__icon{
    max-width:40px;
  }
  .page-landing .title{
    font-size:28px;
  }
  .support .promo__text{
    padding-bottom:20px;
  }
}