
@font-face {
    font-family: MTS Sans;
    src:  
    url(/templates/2017/themes/mts/assets/fonts/MTSSans-Regular__W.woff2) format('woff2'),
    url(/templates/2017/themes/mts/assets/fonts/MTSSans-Medium__W.woff2) format('woff2'),
    url(/templates/2017/themes/mts/assets/fonts/MTSSans-Bold__W.woff2) format('woff2'),
    url(/templates/2017/themes/mts/assets/fonts/MTSSans-Black__W.woff2) format('woff2')
    /*     
    url(https://pravosites.ru/templates/2017/themes/mts/assets/fonts/mtssans-black-webfont.woff),
    url(/templates/2017/themes/mts/assets/fonts/MTSSans-UltraWide__W.woff2) format('woff2')
    , */
    ;
 }

/*
html {
  font-size: 62.5%; }
*/
 
/*
body {
  font: 400 1.5rem/1.47 "Inter", Arial, Helvetica, sans-serif;
  letter-spacing: -0.01rem;
  background: #fff;
  color: #1C1C1C; }
*/

.icon-arrow-down {
  display: inline-block;
  vertical-align: middle;
  width: 0.9rem;
  height: 0.6rem; }

.icon-checked {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 0.8rem; }

.icon-close {
  display: inline-block;
  vertical-align: middle;
  width: 1.4rem;
  height: 1.4rem; }

.icon-error {
  display: inline-block;
  vertical-align: middle;
  width: 1.4rem;
  height: 1.4rem; }

.icon-info {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem; }

.icon-select {
  display: inline-block;
  vertical-align: middle;
  width: 0.9rem;
  height: 1.2rem; }

.icon-success {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem; }

/* ==========================================================================
   Utilites
   ========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  fill-rule: evenodd; }

.ui-btn {
  /* font: 600 2rem/2.6rem "Inter", Arial, Helvetica, sans-serif; */
  letter-spacing: -0.02rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 1px solid transparent;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: .25s;
  text-align: center;
  cursor: pointer;
  border-radius: 6px; }
  .ui-btn:hover {
    text-decoration: none; }
  .ui-btn:active {
    transition: none;
    box-shadow: none;
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px); }
  .ui-btn:disabled {
    pointer-events: none;
    opacity: 0.5; }

.ui-btn--38 {
  padding: 0.5rem 1.1rem;
  font-size: 1.5rem;
  letter-spacing: -0.01rem;
  min-width: 38px; }

.ui-btn--outline {
  background: #fff;
  color: #1C1C1C;
  border-color: #DBDBDB;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 2px 1px rgba(0, 0, 0, 0.03), 0px 1px 1px rgba(0, 0, 0, 0.04); }
  .ui-btn--outline:hover {
    background: #DBDBDB;
    color: #1C1C1C; }
  .ui-btn--outline:active {
    background: #DBDBDB;
    color: #1C1C1C; }

.ui-btn--blue {
  background: #0E5EA3;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 2px 1px rgba(0, 0, 0, 0.03), 0px 1px 1px rgba(0, 0, 0, 0.04);
  color: #fff; }
  .ui-btn--blue:hover {
    background: #0a4374;
    color: #fff; }
  .ui-btn--blue:active {
    background: #0a4374;
    color: #fff; }

.ui-btn--link {
  font-size: 1.5rem;
  line-height: 1.47;
  font-weight: 600;
  letter-spacing: -0.01rem;
  color: #1C1C1C;
  padding: 0;
  white-space: nowrap;
  border: none; }
  .ui-btn--link svg {
    margin: 0 0 0 0.5rem;
    color: #0E5EA3; }
  .ui-btn--link:hover {
    color: rgba(88, 87, 87, 0.5); }

.ui-validate {
  display: block;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 400;
  color: #D20000;
  opacity: 0.8;
  position: relative;
  margin: 0 0 1.5rem;
  padding: 1rem 0 0; }

.ui-caption {
  display: block;
  font-size: 1.3rem;
  line-height: 1.38;
  font-weight: 400;
  letter-spacing: -0.01rem;
  color: #969696;
  margin: 0 0 1rem; }

.ui-label {
  display: block;
  font-size: 1.5rem;
  line-height: 1.47;
  font-weight: 400;
  letter-spacing: -0.02rem;
  margin: 0 0 0.7rem;
  color: #585757; }

.ui-field {
  position: relative;
  margin: 0 0 1.4rem; }
  .ui-field .ui-input, .ui-field .ui-textarea, .ui-field .ui-textarea {
    margin: 0; }

.ui-input, .ui-textarea {
  display: block;
  transition: .25s;
  width: 100%;
  background: #fff;
  border: 1px solid #DBDBDB;
  font: 400 1.5rem/2.6rem "Inter", Arial, Helvetica, sans-serif;
  letter-spacing: -0.02rem;
  padding: 0.5rem 1rem;
  color: #1C1C1C;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.25s, box-shadow 0.25s;
  box-shadow: none;
  border-radius: 6px;
  margin: 0 0 1.4rem;
  height: 3.8rem; }
  .ui-input:-ms-input-placeholder, .ui-textarea:-ms-input-placeholder {
    color: rgba(88, 87, 87, 0.5); }
  .ui-input::placeholder, .ui-textarea::placeholder {
    color: rgba(88, 87, 87, 0.5); }
  .ui-input:focus, .ui-textarea:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 2px rgba(128, 189, 255, 0.25); }
  .ui-input:disabled, .ui-textarea:disabled {
    border-color: #e4ebf1;
    background: #e4ebf1;
    pointer-events: none; }

.ui-textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 9.2rem; }

.is-error .ui-input, .is-error .ui-textarea,
.is-error .ui-textarea {
  border-color: rgba(210, 0, 0, 0.5);
  box-shadow: 0 0 0 2px rgba(210, 0, 0, 0.25); }

.ui-select {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 1.4rem; }
  .ui-select select {
    width: 100%;
    font: 400 1.5rem/2.6rem "Inter", Arial, Helvetica, sans-serif;
    letter-spacing: -0.02rem;
    padding: 0.5rem 1rem;
    border: 1px solid #DBDBDB;
    border-radius: 6px;
    color: rgba(88, 87, 87, 0.5);
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='12' viewBox='0 0 9 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.28088 7.55561C8.72904 7.55561 9.10624 8.35676 8.16661 9.3662L8.06089 9.47512L6.43907 11.0806C5.40434 12.1048 3.77465 12.1395 2.69808 11.2076L2.56089 11.0806L0.939075 9.47512C-0.103413 8.44316 0.194383 7.61454 1.56782 7.55862L1.71908 7.55561H7.28088ZM6.43907 0.919567L8.06089 2.525C9.13182 3.58511 8.78076 4.4445 7.28088 4.4445H1.71908C0.217364 4.4445 -0.140645 3.59381 0.939075 2.525L2.56089 0.919567C3.63182 -0.140548 5.35936 -0.149246 6.43907 0.919567Z' fill='%23969696'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 12px center;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 3.8rem; }
  .ui-select .selectric-wrapper {
    position: relative;
    cursor: pointer;
    font: 400 1.5rem/2.6rem "Inter", Arial, Helvetica, sans-serif;
    letter-spacing: -0.02rem;
    text-transform: none;
    width: 100%; }
  .ui-select .selectric {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #DBDBDB;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    transition: 0.25s; }
    .ui-select .selectric .label {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .ui-select .selectric .arrow {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      top: 0;
      right: 1.2rem;
      bottom: 0; }
      .ui-select .selectric .arrow svg {
        display: block;
        transition: transform 0.25s;
        width: 0.9rem;
        height: 1.2rem; }
  .ui-select .selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #DBDBDB;
    z-index: 100;
    margin: 0.7rem 0 0;
    width: auto !important;
    min-width: 100%;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 2px 1px rgba(0, 0, 0, 0.03), 0px 1px 1px rgba(0, 0, 0, 0.04); }
    .ui-select .selectric-items .selectric-scroll {
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      max-height: 48rem; }
    .ui-select .selectric-items ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .ui-select .selectric-items li {
      position: relative;
      display: block;
      cursor: pointer;
      padding: 0.5rem 1rem;
      margin: 0 0 0.1rem;
      transition: color 0.25s; }
      .ui-select .selectric-items li:last-child {
        margin: 0; }
      .ui-select .selectric-items li:hover {
        background: #DBDBDB; }
      .ui-select .selectric-items li.selected {
        background: #0E5EA3;
        color: #fff; }
      .ui-select .selectric-items li.disabled {
        display: none; }
    .ui-select .selectric-items .selectric-checked {
      display: none; }
    .ui-select .selectric-items .ui-select-group li:not(.ui-select-group-label) {
      padding-left: 30px; }
    .ui-select .selectric-items .ui-select-group-label {
      pointer-events: none; }
  .ui-select .selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0; }
    .ui-select .selectric-hide-select select {
      position: absolute;
      left: -100%; }
  .ui-select .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .ui-select .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }
  .ui-select .selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0.1rem !important;
    height: 0.1rem !important;
    outline: none !important;
    border: none !important;
    background: none !important; }
  .ui-select .selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important; }
  .ui-select .selectric-open {
    z-index: 500; }
    .ui-select .selectric-open .selectric {
      border-color: #80bdff;
      box-shadow: 0 0 0 2px rgba(128, 189, 255, 0.25); }
    .ui-select .selectric-open .selectric-items {
      display: block; }
  .ui-select .selectric-disabled {
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.ui-check {   width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 0 1.4rem;
  cursor: pointer; }
  .ui-check .ui-validate {
    position: absolute;
    visibility: hidden;
    opacity: 0; }
  .ui-check.is-error .ui-check__checkbox {
    border-color: rgba(210, 0, 0, 0.5);
    box-shadow: 0 0 0 2px rgba(210, 0, 0, 0.25); }

.ui-check__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden; }
  .ui-check__input:checked ~ .ui-check__checkbox {
    background: #E30611;
    border-color: #E30611;
    color: #fff; }
    .ui-check__input:checked ~ .ui-check__checkbox svg {
      opacity: 1; }

.ui-check__checkbox {
  display: block;
  width: 2rem;
  height: 2rem;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: 0.25s;
  margin: 0 1rem 0 0; }
  .ui-check__checkbox svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    margin: -0.5rem 0 0 -0.5rem;
    transition: opacity 0.25s;
    opacity: 0; }

.ui-check__text {
  -ms-flex: 1;
  flex: 1;
  display: block;
  font-size: 1.5rem;
  line-height: 1.47;
  font-weight: 400;
  letter-spacing: -0.02rem; }
  .ui-check__text a {
    color: #0E5EA3;
    text-decoration: none; }
    .ui-check__text a:hover {
      color: #0E5EA3;
      text-decoration: underline; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -999.9rem;
  margin: 0;
  position: absolute !important;
  top: -999.9rem;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 1.3rem;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 4.4rem;
  left: 0;
  line-height: 4.4rem;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 1rem;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4.4rem;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 4.4rem 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 0.6rem; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4.4rem;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 40rem;
  padding: 4rem;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 4.4rem;
  margin: 0;
  padding: 1rem;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 4.4rem; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 0.2rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 0.8rem;
  position: absolute;
  right: -1.2rem;
  top: -4.4rem;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 1rem;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 10rem;
  opacity: 0;
  position: absolute;
  top: calc(50% - 5rem);
  width: 7rem; }

.fancybox-navigation .fancybox-button div {
  padding: 0.7rem; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 3.1rem 2.6rem 3.1rem 0.6rem; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 3.1rem 0.6rem 3.1rem 2.6rem;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 1.4rem;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 7.5rem 4.4rem 2.5rem 4.4rem;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -5rem; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 5rem;
  left: 50%;
  margin: -2.5rem 0 0 -2.5rem;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 5rem;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 0.6rem 0; }
  .fancybox-close-small {
    right: -0.6rem; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 3.6rem;
    opacity: 1;
    padding: 0.6rem;
    right: 0;
    top: 0;
    width: 3.6rem; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 3rem;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 2rem 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4rem;
  margin: 0 0.5rem 1rem 0.5rem;
  min-width: 130px;
  padding: 0 1.5rem;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 2.5rem;
  margin-right: 7px;
  position: relative;
  top: -0.1rem;
  vertical-align: middle;
  width: 2.5rem; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 1.4rem;
  margin: 1rem 0 0 0;
  outline: none;
  padding: 1rem 1.5rem;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 0.2rem 0.2rem 0.4rem 0.2rem;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 21.2rem;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 21.2rem; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 0.7rem; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 7.5rem;
  margin: 0.2rem;
  max-height: calc(100% - 0.8rem);
  max-width: calc(50% - 0.4rem);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 10rem; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 11rem; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 11rem; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 1rem); } }

.fancybox-slide {
  padding: 0; }

.fancybox-content {
  padding: 6rem 0 1.5rem;
  background: none;
  overflow: visible; }
  @media (min-width: 768px) {
    .fancybox-content {
      padding: 1.5rem; } }

.fancybox-error {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  text-align: center; }

.fancybox-bg {
  background: #1C1C1C;
  opacity: 0; }

.fancybox-is-open .fancybox-bg {
  opacity: 0.5; }

.fancybox-type-inline .fancybox-btn {
  display: none; }

.popup {
  position: relative;
  max-width: 100%;
  width: 44.5rem;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #DBDBDB;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05), 0px 1px 18px rgba(0, 0, 0, 0.03), 0px 6px 10px rgba(0, 0, 0, 0.04);
  padding: 3rem;
  margin: 0 auto;
  overflow: hidden; }

.popup__close {
  position: absolute;
  z-index: 100;
  top: 2.5rem;
  right: 2.5rem;
  color: #969696;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: 0.25s;
  background: none;
  border-radius: 0; }
  .popup__close:hover {
    color: #1C1C1C; }
  .popup__close:active {
    transition: none; }

.popup__title {
  display: block;
  font-size: 2.4rem;
  line-height: 1.33;
  font-weight: 600;
  letter-spacing: -0.04rem;
  margin: 0 0 2.4rem; }

.popup__form .ui-btn {
  margin: 1.6rem 0 0; }

.popup__tariff {
  margin: 0 -1.5rem; }

.popup__tariff-title {
  display: block;
  font-size: 2.4rem;
  line-height: 1.33;
  font-weight: 600;
  letter-spacing: -0.04rem;
  margin: 0 0 2.4rem; }

.popup__tariff-price {
  display: block;
  font-size: 2.4rem;
  line-height: 1.33;
  font-weight: 600;
  letter-spacing: -0.04rem;
  margin: 0 0 1rem;
  color: #0E5EA3; }

.popup__tariff-period {
  display: block;
  margin: 0 0 3rem;
  font-size: 1.5rem;
  line-height: 1.47;
  font-weight: 400;
  letter-spacing: -0.02rem;
  color: #585757; }

.popup__tariff-action {
  margin: 0 0 3rem;
  display: block; }

.popup__tariff-subtitle {
  display: block;
  margin: 0 0 2rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.02rem; }

.popup__tariff-info {
  margin: 0 -1.5rem -3rem;
  padding: 0;
  list-style-type: none; }
  .popup__tariff-info > li:nth-of-type(odd) {
    background: #F7F7F7; }

.popup__tariff-dl {
  margin: 0;
  padding: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.47;
  font-weight: 400;
  letter-spacing: -0.01rem; }
  .popup__tariff-dl dt {
    display: block;
    position: relative;
    font-weight: 600;
    padding: 0 3.2rem 0 0;
    margin: 0 0 2.8rem; }
    .popup__tariff-dl dt svg {
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .popup__tariff-dl dd {
    display: block;
    margin: 0;
    color: #585757;
    text-align: center; }
/*
.intro {
  padding: 4rem 0 5rem;
  border-bottom: 1px solid #DBDBDB; }
  .intro .row {
    -ms-flex-align: center;
    align-items: center; }
  @media (min-width: 768px) {
    .intro {
      padding: 6rem 0; } }
  @media (min-width: 1200px) {
    .intro {
      padding: 9rem 0; } }
*/
.intro__image {
  background: #F7F7F7;
  border-radius: 8px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 3rem; }
  .intro__image img {
    display: block;
    width: 100%; }
  @media (min-width: 768px) {
    .intro__image {
      margin: 0; } }

.intro__desc {
  padding: 1rem 0 0; }

.intro__title {
  display: block;
  font-size: 3.6rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.12rem;
  margin: 0 0 2rem; }
  .intro__title small {
    display: block;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 2rem; }
  @media (min-width: 1200px) {
    .intro__title {
      font-size: 4.8rem; } }

.intro__text {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.03rem;
  margin: 0 0 3rem;
  color: #585757; }

.intro__action .ui-btn {
  width: 100%; }
  @media (min-width: 768px) {
    .intro__action .ui-btn {
      width: auto; } }

.tariffs {
  padding: 4rem 0 5rem; }
  @media (min-width: 768px) {
    .tariffs {
      padding: 6rem 0; } }
  @media (min-width: 1200px) {
    .tariffs {
      padding: 11rem 0; } }

.tariffs__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2.4rem;
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: -0.08rem;
  text-align: center; }
  @media (min-width: 768px) {
    .tariffs__title {
      font-size: 3rem;
      margin: 0 0 4rem; } }
  @media (min-width: 1200px) {
    .tariffs__title {
      font-size: 3.6rem;
      margin: 0 0 6rem; } }

.tariffs__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.47;
  font-weight: 400;
  letter-spacing: -0.02rem;
  color: #585757; }
  .tariffs__table td {
    padding: 1rem 1.5rem;
    position: relative;
    width: 25%; }
    .tariffs__table td:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: none;
      z-index: 1; }
  .tariffs__table thead td {
    padding-top: 50px;
    padding-bottom: 40px; }
    .tariffs__table thead td:nth-of-type(2):after {
      border-top: 1px solid #DBDBDB;
      border-left: 1px solid #DBDBDB;
      border-radius: 8px 0 0 0;
      right: -0.8rem; }
    .tariffs__table thead td:nth-of-type(3):after {
      border-top: 1px solid #0E5EA3;
      border-left: 1px solid #0E5EA3;
      border-right: 1px solid #0E5EA3;
      border-radius: 8px 8px 0 0;
      z-index: 2; }
    .tariffs__table thead td:nth-of-type(4):after {
      border-top: 1px solid #DBDBDB;
      border-right: 1px solid #DBDBDB;
      border-radius: 0 8px 0 0;
      left: -0.8rem; }
  .tariffs__table tbody tr:nth-of-type(odd) {
    background: #F7F7F7; }
  .tariffs__table tbody tr:hover {
    background: #E5E5E5; }
  .tariffs__table tbody td:nth-of-type(3):after {
    border-left: 1px solid #0E5EA3;
    border-right: 1px solid #0E5EA3;
    z-index: 2; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .tariffs__table tbody td {
      overflow: hidden; }
      .tariffs__table tbody td:nth-of-type(3):after {
        min-height: 20rem; } }
  .tariffs__table tfoot td {
    padding-top: 30px;
    padding-bottom: 30px; }
    .tariffs__table tfoot td:nth-of-type(2):after {
      border-bottom: 1px solid #DBDBDB;
      border-left: 1px solid #DBDBDB;
      border-radius: 0 0 0 8px;
      right: -0.8rem; }
    .tariffs__table tfoot td:nth-of-type(3):after {
      border-bottom: 1px solid #0E5EA3;
      border-left: 1px solid #0E5EA3;
      border-right: 1px solid #0E5EA3;
      border-radius: 0 0 8px 8px;
      z-index: 2; }
    .tariffs__table tfoot td:nth-of-type(4):after {
      border-bottom: 1px solid #DBDBDB;
      border-right: 1px solid #DBDBDB;
      border-radius: 0 0 8px 0;
      left: -0.8rem; }
  @media (min-width: 1200px) {
    .tariffs__table {
      font-size: 1.5rem; }
      .tariffs__table td {
        padding: 1.7rem 2rem; } }

.tariffs__table-mark {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: #0E5EA3;
  color: #fff;
  border-radius: 6px;
  padding: 0 0.6rem;
  font-size: 1.1rem;
  line-height: 2;
  font-weight: 600; }
  @media (min-width: 1200px) {
    .tariffs__table-mark {
      font-size: 1.3rem; } }

.tariffs__table-title {
  display: block;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.02rem;
  margin: 0 0 2rem;
  color: #1C1C1C;
  white-space: nowrap; }
  @media (min-width: 1200px) {
    .tariffs__table-title {
      font-size: 2rem; } }

.tariffs__table-price {
  display: block;
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.12rem;
  margin: 0 0 2rem;
  color: #1C1C1C;
  white-space: nowrap; }
  @media (min-width: 1200px) {
    .tariffs__table-price {
      font-size: 4.8rem; } }

.tariffs__table-period {
  display: block;
  font-size: 1.3rem;
  line-height: 1.47;
  font-weight: 400;
  letter-spacing: -0.02rem;
  margin: 0;
  white-space: nowrap; }
  @media (min-width: 1200px) {
    .tariffs__table-period {
      font-size: 1.5rem; } }

.tariffs__table-info {
  position: relative;
  padding: 0 3.2rem 0 0;
  margin: 0;
  text-align: left;
  font-weight: 600;
  color: #1C1C1C; }
  .tariffs__table-info svg {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.tariffs__table-action {
  text-align: center; }
  .tariffs__table-action .ui-btn {
    margin: 0 0 2rem; }
  .tariffs__table-action .ui-caption {
    margin: 0; }

.tariffs__cards {
  margin: 0;
  padding: 0;
  list-style: none; }
  .tariffs__cards > li {
    margin: 0 0 1rem; }
    .tariffs__cards > li:last-child {
      margin: 0; }

.tariffs__card {
  background: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  padding: 5rem 3rem 4.4rem;
  text-align: center;
  position: relative; }
  .tariffs__card--highlight {
    border-color: #0E5EA3; }

.tariffs__card-mark {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  z-index: 10;
  background: #0E5EA3;
  color: #fff;
  border-radius: 6px;
  padding: 0 0.6rem;
  font-size: 1.3rem;
  line-height: 2.2rem;
  font-weight: 600; }

.tariffs__card-title {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.02rem;
  display: block;
  margin: 0 0 2rem; }

.tariffs__card-price {
  font-size: 4.8rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.12rem;
  display: block;
  margin: 0 0 2rem; }

.tariffs__card-period {
  font-size: 1.5rem;
  line-height: 1.47;
  font-weight: 400;
  letter-spacing: -0.02rem;
  color: #585757;
  display: block;
  margin: 0 0 4.2rem; }

.tariffs__card-action {
  margin: 0;
  padding: 0;
  list-style: none; }
  .tariffs__card-action .ui-btn {
    margin: 0 0 3rem; }
  .tariffs__card-action .ui-caption {
    margin: 0; }

@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

/*
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      max-width: 54rem; } }
  @media (min-width: 768px) {
    .container {
      max-width: 72rem; } }
  @media (min-width: 992px) {
    .container {
      max-width: 96rem; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 114rem; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-wide-1, .col-wide-2, .col-wide-3, .col-wide-4, .col-wide-5, .col-wide-6, .col-wide-7, .col-wide-8, .col-wide-9, .col-wide-10, .col-wide-11, .col-wide-12, .col-wide,
.col-wide-auto {
  position: relative;
  width: 100%;
  min-height: 0.1rem;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }


.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; } }

@media (min-width: 1600px) {
  .col-wide {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-wide-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-wide-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-wide-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-wide-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-wide-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-wide-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-wide-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-wide-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-wide-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-wide-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-wide-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-wide-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-wide-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-wide-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-wide-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-wide-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-wide-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-wide-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-wide-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-wide-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-wide-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-wide-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-wide-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-wide-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-wide-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-wide-0 {
    margin-left: 0%; }
  .offset-wide-1 {
    margin-left: 8.33333%; }
  .offset-wide-2 {
    margin-left: 16.66667%; }
  .offset-wide-3 {
    margin-left: 25%; }
  .offset-wide-4 {
    margin-left: 33.33333%; }
  .offset-wide-5 {
    margin-left: 41.66667%; }
  .offset-wide-6 {
    margin-left: 50%; }
  .offset-wide-7 {
    margin-left: 58.33333%; }
  .offset-wide-8 {
    margin-left: 66.66667%; }
  .offset-wide-9 {
    margin-left: 75%; }
  .offset-wide-10 {
    margin-left: 83.33333%; }
  .offset-wide-11 {
    margin-left: 91.66667%; }
  .push-wide-0 {
    left: auto; }
  .push-wide-1 {
    left: 8.33333%; }
  .push-wide-2 {
    left: 16.66667%; }
  .push-wide-3 {
    left: 25%; }
  .push-wide-4 {
    left: 33.33333%; }
  .push-wide-5 {
    left: 41.66667%; }
  .push-wide-6 {
    left: 50%; }
  .push-wide-7 {
    left: 58.33333%; }
  .push-wide-8 {
    left: 66.66667%; }
  .push-wide-9 {
    left: 75%; }
  .push-wide-10 {
    left: 83.33333%; }
  .push-wide-11 {
    left: 91.66667%; }
  .pull-wide-0 {
    right: auto; }
  .pull-wide-1 {
    right: 8.33333%; }
  .pull-wide-2 {
    right: 16.66667%; }
  .pull-wide-3 {
    right: 25%; }
  .pull-wide-4 {
    right: 33.33333%; }
  .pull-wide-5 {
    right: 41.66667%; }
  .pull-wide-6 {
    right: 50%; }
  .pull-wide-7 {
    right: 58.33333%; }
  .pull-wide-8 {
    right: 66.66667%; }
  .pull-wide-9 {
    right: 75%; }
  .pull-wide-10 {
    right: 83.33333%; }
  .pull-wide-11 {
    right: 91.66667%; } }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1600px) {
  .flex-wide-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-wide-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-wide-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-wide-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-wide-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-wide-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-wide-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-wide-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-wide-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-wide-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-wide-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-wide-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-wide-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-wide-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-wide-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-wide-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-wide-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-wide-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-wide-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-wide-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-wide-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-wide-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-wide-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-wide-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-wide-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-wide-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-wide-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-wide-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-wide-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

html, body {
  height: 100%;
  -webkit-overflow-scrolling: touch; }



.container-fluid {
  max-width: 114rem;
  padding: 0 1.5rem; }
*/


.app {
  position: relative;
  min-height: 100%;
  min-width: 320px;
  overflow: hidden;
  max-width: 100%;
  transition: opacity 0.5s;
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.is-loaded .app {
  opacity: 1; }
  
*,
*::before,
*::after {
  box-sizing: inherit; }

* {
  -webkit-tap-highlight-color: transparent;
  outline: none; }

img, video {
  max-width: 100%; }

input::-ms-clear {
  display: none; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 6.8rem;
  background: #fff;
  transition: background 0.25s, box-shadow 0.25s, transform 0.25s; }
  .header .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  @media (min-width: 768px) {
    .header {
      height: 8.8rem; } }

.header__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 0 0;
  padding: 1.5rem 0;
  height: 100%; }
  .header__logo img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 2rem 0 0; }
    .header__logo img:last-child {
      margin: 0; }
  @media (min-width: 768px) {
    .header__logo img {
      margin: 0 3rem 0 0; } }
  @media (min-width: 992px) {
    .header__logo img {
      margin: 0 4rem 0 0; } }
  @media (min-width: 1200px) {
    .header__logo img {
      margin: 0 5rem 0 0; } }

.header__ask {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.header__ask-text {
  display: none; }
  @media (min-width: 768px) {
    .header__ask-text {
      display: block;
      margin: 0 5rem 0 0;
      font-size: 1.3rem;
      line-height: 1.38;
      font-weight: 400;
      letter-spacing: -0.01rem;
      color: #969696; } }

.main {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  /* padding: 6.8rem 0 0; */}
  @media (min-width: 768px) {
    .main {
     /* padding: 8.8rem 0 0; */ } }

.footer {
  border-top: 1px solid #DBDBDB;
  padding: 4rem 0;
  font-size: 1.5rem;
  line-height: 1.47;
  font-weight: 400;
  letter-spacing: -0.02rem;
  color: #585757; }
  @media (min-width: 768px) {
    .footer {
      padding: 5rem 0; } }
  @media (min-width: 1200px) {
    .footer {
      padding: 9rem 0; } }

.footer__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.3rem;
  line-height: 1.38;
  font-weight: 400;
  letter-spacing: -0.01rem;
  color: #969696; }
  .footer__info p {
    margin: 0 0 2rem; }
  .footer__info a {
    color: #969696;
    text-decoration: none; }
    .footer__info a:hover {
      text-decoration: underline;
      color: #1C1C1C; }
  @media (min-width: 768px) {
    .footer__info {
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.footer__contacts .row {
  margin: 0 -2.5rem; }
  .footer__contacts .row > [class^="col-"] {
    padding: 0 2.5rem; }

.footer__dl {
  margin: 0; }
  .footer__dl dt {
    display: block;
    margin: 0 0 0.5rem;
    font-size: 1.3rem;
    line-height: 1.38;
    font-weight: 400;
    letter-spacing: -0.01rem;
    color: #969696; }
  .footer__dl dd {
    margin: 0 0 3rem; }

.text-center {
  text-align: center; }

.row-gutter-120 {
  margin: 0 -6rem; }
  .row-gutter-120 > [class^="col-"] {
    padding: 0 6rem; }

.row-gutter-90 {
  margin: 0 -4.5rem; }
  .row-gutter-90 > [class^="col-"] {
    padding: 0 4.5rem; }

@media (min-width: 768px) {
  .col-md-33 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%; } }

.is-hidden {
  display: none; }

@media (max-width: 575px) {
  .is-sm-visible {
    display: none; } }

@media (max-width: 767px) {
  .is-md-visible {
    display: none; } }

@media (max-width: 991px) {
  .is-lg-visible {
    display: none; } }

@media (max-width: 1199px) {
  .is-xl-visible {
    display: none; } }

@media (min-width: 768px) {
  .is-md-hidden {
    display: none; } }

@media (min-width: 992px) {
  .is-lg-hidden {
    display: none; } }

@media (min-width: 1200px) {
  .is-xl-hidden {
    display: none; } }

.row-offset-10 {
  margin: 0 -0.5rem; }
  .row-offset-10 > [class^="col-"] {
    padding: 0 0.5rem; }

.row-offset-50 {
  margin: 0 -2.5rem; }
  .row-offset-50 > [class^="col-"] {
    padding: 0 2.5rem; }

.row-offset-56 {
  margin: 0 -2.8rem; }
  .row-offset-56 > [class^="col-"] {
    padding: 0 2.8rem; }

@media (min-width: 992px) {
  .row-offset-lg-56 {
    margin: 0 -2.8rem; }
    .row-offset-lg-56 > [class^="col-"] {
      padding: 0 2.8rem; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#grid {
  position: absolute;
  top: 0;
  left: 50%;
  width: 140rem;
  height: 275.4rem;
  pointer-events: none;
  z-index: 10000;
  background: url(../images/grid.png) 0 0 no-repeat;
  margin: 0 0 0 -70rem;
  opacity: 0.5;
  transition: 0.25s; }

body:hover #grid {
  opacity: 0; }
/* Maxim Shulgin */

.btn-default {
    font: 600 2rem/2.6rem "Inter", Arial, Helvetica, sans-serif;
    letter-spacing: -0.02rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: 1px solid transparent;
    padding: 1rem 1.5rem;
    text-decoration: none;
    transition: .25s;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    background: #0E5EA3;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 2px 1px rgba(0, 0, 0, 0.03), 0px 1px 1px rgba(0, 0, 0, 0.04);
    color: #fff;
}
.btn.btn-default:hover {
background: #0a4374;
color: #fff;
}
.btn-success {
   /* font: 600 2rem/2.6rem "Inter", Arial, Helvetica, sans-serif; */
    letter-spacing: -0.02rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: 1px solid transparent;
    padding: 1rem 1.5rem;
    text-decoration: none;
    transition: .25s;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    background: #0E5EA3;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 2px 1px rgba(0, 0, 0, 0.03), 0px 1px 1px rgba(0, 0, 0, 0.04);
    color: #fff;
}
.btn-success:hover {
background: #0a4374;
color: #fff;
}
.displaynone{display:none;}
hr {border: 1px solid #DBDBDB;}
/* Maxim Shulgin */


/* mts */
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
display:inherit;}

.col-md-6 {position:static;}
footer {color: #000;}

        h1, h2, h3, h4, p {padding: 0 ;margin: 0 !important;}
        ul {padding-left: 24px !important;margin-bottom: 0 !important;}
        a {color: #0d6efd;}
        .container-fluid { max-width: 1068px;}
        .rounded-4 {border-radius: 8px;}
        .bg-light {background: #F2F3F7 !important;}
        .table-light {--bs-table-bg: #F2F3F7 !important; border-color: transparent !important;}
        .bg-secondary {background: #E2E5EB !important;}
        .text-secondary, .link-secondary {color: #626C77 !important;}
        .form-check-input:checked {
            background-color: #E30611 !important;
            border-color: #E30611 !important;
        }
        .form-check label {cursor: pointer;}
        .shadow {box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.08) !important;}
        /* .benefits .bg-light, .about .bg-light {margin-bottom: -32px;} */
        .text-white {color: white;}
        table, tbody{border-color:  rgba(0, 0, 0, 0.1) !important;}
        th, td {padding: 32px !important;}
        tbody th, tfoot th, thead th:first-child {width: 40%; padding-left: 16px !important;}
        td {width: 20%; text-align: center; vertical-align: middle;}
        .intro {padding-bottom: 152px;padding-top: 88px; position: relative;}
        .main{padding-top: 64px; }
        .p-4 {padding: 32px;}
        
        .pb-5 {
            padding-bottom: 32px !important;
        }
        .py-6 {
            padding-top: 64px !important;
            padding-bottom: 64px !important;
        }
        .instruction .border-bottom {width: calc(100% - 64px); border-color:#E2E5EB !important;}
        .row.bg-light {background: linear-gradient(to bottom,#F2F3F7 90%, #fff 10%) !important;}
        small {font-size: 14px;}
        ::marker {color: #E30611;font-size: 18px;}
        .accordion-button:not(.collapsed) {
            color: inherit !important;
            background-color: inherit !important;
            box-shadow: none !important;
        }
        .accordion-button:focus {
            z-index: 3;
            border-color: inherit !important;
            outline: 0;
            box-shadow: none !important;
        }
        .accordion-body {padding: 0;}
        .accordion-flush .accordion-item:last-child {border-bottom: 1px solid rgba(0,0,0,.125);}
        .bg-linear::before {
            content: '';
            position: absolute; 
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(261.65deg, #3F3B62 0%, #2D2D3C 65.13%, #16151F 128.91%);
            z-index: -1;
        }
        header {background: linear-gradient(261.65deg, #3F3B62 0%, #2D2D3C 65.13%, #16151F 128.91%);}
        .benefits .row::before{
            content: '';
            position: absolute; 
            top: -48px;
            left: -6px;
            right: -6px;
            bottom: 32px;
            background: #F2F3F7;
            z-index: -1;
        }
        .benefits .h2.py-5 {
            padding-top: 36px !important;
            padding-bottom: 36px !important;
        }
        .about .row.bg::before{
            content: '';
            position: absolute; 
            top: 16px;
            left: -6px;
            right: -6px;
            bottom: 24px;
            background: #F2F3F7;
            z-index: -1;
        }
        .about img{margin: 36px;}
        li, p {font-size: 17px;}
        .about p {word-break: break-word;}
        .nk .bg-linear::before {background: linear-gradient(261.65deg, #716E7D 0%, #1C1B23 128.9%, #16151F 128.91%);}
        header.nk{background: linear-gradient(261.65deg, #716E7D 0%, #1C1B23 128.9%, #16151F 128.91%);}
        .link-danger {
            color: #000 !important;
            padding-bottom: 12px;
            margin-right: 32px;
        }
        .link-danger.active {
            color: #E30611 !important;
            border-bottom: 2px solid #E30611 !important;

        }
        .btn-tariffs {
        overflow-x: scroll;
        -ms-overflow-style: none; 
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
        scrollbar-width: none;
        }
        .btn-tariffs::-webkit-scrollbar { width: 0; height: 0; }
        .small {font-size: 14px !important;}
        thead, .table thead>tr>th, .table thead>tr>th,.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>td,.table tbody>tr>td,.table tfoot>tr>td, thead > * {border: none !important;}
        .table tbody tr {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }


        @media (max-width: 1200px) {
            .intro .row .col-md-6 img {right: -100px;}
        }

        @media (max-width: 990px) {
            .h2 {font-size: 24px !important;}
            .h4 {font-size: 20px !important;}
            .py-6 {
                padding-top: 52px !important;
                padding-bottom: 52px !important;
            }
            th, td {padding: 20px !important;}
        }

        @media (max-width: 767px) {
            body {overflow-x: hidden;}
            header,header.nk {background: #fff;}
            .pb-5 {padding-bottom: 24px !important;}
            header .logo-wrapper {border: 1px solid #E8E8E8;border-radius: 4px; width: 40px; height: 40px;}
            .main{padding-top: 56px; }
            .intro {padding: 0;position: static;}
            .intro .text-white {color: #000 !important;}
            .intro .row .col-md-6:last-child {
                position: relative;
                margin-bottom: 24px;
                min-height: 180px;
                overflow-y: hidden;
                display: flex;
                justify-content: center;      
            }
            .intro .row .col-md-6 img {width: 230px; top: 24px;right: auto;}
            .btn {width: 100% !important;}
            .about.py-6 {padding-top: 0 !important;}
            .benefits.py-6 , .benefits .h2.py-5{padding-top: 0 !important; padding-bottom: 24px !important;}
            .benefits .h2.pb-5, .about .h2.pb-5 {padding-bottom: 0 !important;}
            .benefits .row::before {top: -80px;}
            li, p {font-size: 14px;}
            .instruction .w-100 {width: auto !important;}
            .instruction.py-6 {padding-top: 0 !important; padding-bottom: 24px !important;}
            ::marker {font-size: 16px;}
            .btn-danger.mt-5 {
                margin-top: 2rem !important;
            }
            .nk.intro .row .col-md-6 img {right: auto;}
            .instruction .rounded-circle {position: relative;border: 5px solid white;}
            .line:after  {
                content: "";
                position: absolute; 
                top: 40px;
                width: 1px;
                background-color: #E2E5EB;
                height: 70px;
                z-index: -1;
            }
            .routine ul{margin-top: 12px;}
            .benefits-inner .p-4, .about .p-4 {padding: 16px !important; }
            ul {padding-left: 16px;}
            .about .row.bg::before {top:0;}
            .about .row.mt-3 {margin-top: 36px !important;}
            .img-egg {
                z-index: -1;
                top: 0 !important;
                width: auto !important;
            }
            .routine .col-md-6:last-child{margin-top: 48px;}
        }
        
        
        .btn-danger,.btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.active:focus, .btn-danger:focus:active, .btn-danger.active,
        .btn-success, .btn-success:focus, .btn-success.active, .btn-success.active:focus, .btn-success:focus:active,.btn-success:active,.btn-success.active,
        .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus,
        .btn-outline-light, .btn-outline-light:focus, .btn-outline-light.active, .btn-outline-light.active:focus, .btn-outline-light:focus:active,.btn-outline-light:active,.btn-outline-light.active,
        .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: none !important;
        }
        
        
body {font-family: MTS Sans !important; font-size: 16px !important;}

a {
    color: #57f;
}

body {
    font-family: MTS Sans  !important;
    font-size: 16px  !important;
}

.popup__form .ui-btn {
    font-size: 1rem;
    padding: 14px 32px !important;
    background-color: #E30611 !important;
    border-color: #E30611 !important;
    color: #fff !important;
}
.popup legend { 
    font-size: 1rem; 
    }
    
.popup__title {margin-bottom: 1rem;}
.popup .shownone {display: none;}
.popup__title {font-size: 1.5rem; margin:0;}

.popup fieldset {padding-left: 0 !important;}

.accordion-button {
    font-size: 20px  !important;
    line-height: 24px  !important;    
}


.accordion-body { padding-bottom: 20px;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.1!important;
}

body * {font-family: MTS Sans, Arial,sans-serif; font-size: 16px;}


.btn-danger, .ui-btn, .btn-success, .btn-default {
    background-color: #E30611 !important;
    border-color: #E30611 !important;
    font-size: 14px;
    padding: 14px 32px !important;
    box-shadow: none !important;
    font: inherit;
}

.btn-danger:hover, .ui-btn:hover, .btn-success:hover,  .btn-default:hover  {
    background-color: #e30611b2 !important;
    border-color: #e30611b2 !important;
    box-shadow: none !important;
    
}


  .ui-check__input:checked ~ .ui-check__checkbox {
    background: #E30611;
    border-color: #E30611;
    color: #fff; }
    .ui-check__input:checked ~ .ui-check__checkbox svg {
      opacity: 1; }
