/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

.typed-cursor {
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value   
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on June 26, 2017 12:11 PM */
@font-face {
  font-family: 'Gotham Pro';
  font-display: swap;
  src: url("../fonts/GothamPro-BoldItalic.eot");
  src: local("Gotham Pro Bold Italic"), local("../fonts/GothamPro-BoldItalic"), url("../fonts/GothamPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-BoldItalic.woff") format("woff"), url("../fonts/GothamPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham Pro';
  font-display: swap;
  src: url("../fonts/GothamPro-Italic.eot");
  src: local("Gotham Pro Italic"), local("../fonts/GothamPro-Italic"), url("../fonts/GothamPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Italic.woff") format("woff"), url("../fonts/GothamPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham Pro';
  font-display: swap;
  src: url("../fonts/GothamPro-Medium.eot");
  src: local("Gotham Pro Medium"), local("../fonts/GothamPro-Medium"), url("../fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  font-display: swap;
  src: url("../fonts/GothamPro-BlackItalic.eot");
  src: local("Gotham Pro Black Italic"), local("../fonts/GothamPro-BlackItalic"), url("../fonts/GothamPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-BlackItalic.woff") format("woff"), url("../fonts/GothamPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

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

@font-face {
  font-family: 'Gotham Pro Narrow';
  src: url("GothamProNarrow-Bold.eot");
  src: local("Gotham Pro Narrow Bold"), local("GothamProNarrow-Bold"), url("GothamProNarrow-Bold.eot?#iefix") format("embedded-opentype"), url("GothamProNarrow-Bold.woff") format("woff"), url("GothamProNarrow-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro Narrow';
  src: url("GothamProNarrow-Medium.eot");
  src: local("Gotham Pro Narrow Medium"), local("GothamProNarrow-Medium"), url("GothamProNarrow-Medium.eot?#iefix") format("embedded-opentype"), url("GothamProNarrow-Medium.woff") format("woff"), url("GothamProNarrow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  font-display: swap;
  src: url("../fonts/GothamPro-LightItalic.eot");
  src: local("Gotham Pro Light Italic"), local("../fonts/GothamPro-LightItalic"), url("../fonts/GothamPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-LightItalic.woff") format("woff"), url("../fonts/GothamPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham Pro';
  font-display: swap;
  src: url("../fonts/GothamPro-Light.eot");
  src: local("Gotham Pro Light"), local("../fonts/GothamPro-Light"), url("../fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  font-display: swap;
  src: url("../fonts/GothamPro-Black.eot");
  src: local("Gotham Pro Black"), local("../fonts/GothamPro-Black"), url("../fonts/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  font-display: swap;
  src: url("GothamPro.eot");
  src: local(Verdana), local("GothamPro"), url("GothamPro.eot?#iefix") format("embedded-opentype"), url("GothamPro.woff") format("woff"), url("GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  font-display: swap;
  src: url("../fonts/GothamPro-MediumItalic.eot");
  src: local("Gotham Pro Medium Italic"), local("../fonts/GothamPro-MediumItalic"), url("../fonts/GothamPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-MediumItalic.woff") format("woff"), url("../fonts/GothamPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

html,
body {
  height: 100%;
}

* {
  font-family: Verdana,  Verdana, Helvetica, sans-serif;
  font-weight: 500;
}

.top-frame {
  overflow: hidden;
  position: relative;
  background: url("../img/general/gra1.png") center 9px no-repeat;
  background-color: #1c043c;
  text-align: center;
}

.top-frame__heading {
    color: #febe38;
    font-size: 30px;
    font-weight: 700;
    margin: 50px auto 50px auto;
    line-height: 1.3;
    max-width: 1100px;
}

.top-frame__subheading {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  margin: 0  auto 46px;
  max-width: 925px;
}

.top-frame__text-beta {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.88;
  margin: 45px 0;
}

.top-frame__text-beta > a {
  color: #fff;
}

.top-frame__text-beta > a:hover {
  color: #cccccc;
}

.top-frame__text {
  position: relative;
  z-index: 3;
  margin-top: 286px;
  margin-bottom: 59px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.top-frame__sun {
  position: absolute;
  top: 396px;
  left: -7%;
  display: block;
  width: 280px;
  height: 280px;
  background: url("../img/general/sun.png") center no-repeat;
}

@media (min-width: 1600px) {
  .top-frame__sun {
    left: -14%;
  }
}

.top-frame__moon {
  position: absolute;
  top: 448px;
  right: 5%;
  display: block;
  width: 136px;
  height: 136px;
  background: url("../img/general/moon.png") center no-repeat;
}

@media (min-width: 1600px) {
  .top-frame__moon {
    right: -21.4%;
  }
}

@media (max-width: 1379px) {
  .top-frame__heading {
    margin-top: 70px;
  }
  .top-frame__text {
    margin-top: 150px;
  }
}

@media (max-width: 1079px) {
  .top-frame__heading {
    margin-top: 70px;
  }
  .top-frame__text {
    margin-top: 176px;
  }
}

@media (max-width: 1039px) {
  .top-frame__heading {
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 30px;
  }
  .top-frame__sun {
    top: 372px;
    left: -21%;
  }
  .top-frame__moon {
    top: 424px;
    right: -8.4%;
  }
  .top-frame__text {
    margin-top: 90px;
    margin-bottom: 90px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .top-frame__heading {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .top-frame__subheading {
    margin-bottom: 30px;
  }
  .top-frame__sun {
    display: none;
  }
  .top-frame__moon {
    display: none;
  }
  .top-frame__text {
    margin-top: 80px;
    margin-bottom: 30px;
  }
}

@media (max-width: 499px) {
  .top-frame__heading {
    font-size: 26px;
    line-height: 1.3;
  }
  .top-frame__subheading {
    font-size: 16px;
    line-height: 1.4;
  }
  .top-frame__text {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.dialog {
  position: relative;
  margin-bottom: 167px;
}

.dialog__astronaut {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -473px;
  display: block;
  width: 846px;
  height: 303px;
  background: #1c043c url("../img/general/astronaut-1.png") center no-repeat;
}

.dialog__earth {
  position: absolute;
  z-index: 1;
  top: -444px;
  right: -532px;
  display: block;
  width: 984px;
  height: 984px;
  background: url("../img/general/earth.png") center no-repeat;
}

.dialog__text {
  font-size: 21px;
  margin: 0;
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.dialog__text-inner {
  display: table-cell;
  vertical-align: middle;
}

.dialog__item {
  background: #f2f2f2;
  border-radius: 8px;
  padding: 15px;
  width: 275px;
  height: 124px;
  margin: 14px auto 21px;
  position: relative;
  z-index: 3;
  right: -33px;
  color: #333;
}

.dialog__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 28px;
  right: -11px;
  width: 11px;
  height: 22px;
  background: url("../img/general/arrow-dialog-2.png") center no-repeat;
}

.dialog__item--me {
  background: #4abde5;
  left: -28px;
  color: #fff;
}

.dialog__item--me:before {
  top: 30px;
  width: 14px;
  height: 28px;
  left: -12px;
  background: url("../img/general/arrow-dialog.png") center no-repeat;
}

@media (max-width: 1379px) {
  .dialog__astronaut {
    left: -533px;
    width: 846px;
    height: 303px;
  }
  .dialog__earth {
    top: -444px;
    right: -632px;
    width: 984px;
    height: 984px;
  }
  .dialog__text {
    font-size: 26px;
  }
  .dialog__item {
    right: -33px;
  }
}

@media (max-width: 1039px) {
  .dialog {
    margin-bottom: 80px;
  }
  .dialog__astronaut {
    position: absolute;
    left: -515px;
  }
  .dialog__earth {
    display: none;
    position: static;
    width: 100%;
    height: auto;
    padding-top: 80%;
    background-size: contain;
  }
  .dialog__text {
    font-size: 26px;
  }
  .dialog__item {
    right: -135px;
  }
  .dialog__item--me {
    left: 70px;
  }
}

@media (max-width: 620px) {
  .dialog__astronaut {
    position: static;
    margin-left: -455px;
  }
  .dialog__item {
    padding: 15px;
    position: relative;
    right: 0;
    left: 0;
  }
  .dialog__item--me {
    right: 15px;
    left: auto;
  }
}

@media (max-width: 499px) {
  .dialog__astronaut {
    position: static;
    margin-left: -505px;
  }
  .dialog__item {
    padding: 15px;
    height: auto;
    position: relative;
    right: 0;
    left: 0;
  }
  .dialog__item--me {
    right: 0;
    left: auto;
  }
}

.pl-item {
  width: 50px;
  height: 50px;
  margin: 10px auto;
  background-repeat: no-repeat;
  background-size: contain;
}

.any-site {
  height: 584px;
  padding-top: 170px;
  background: url("../img/general/astronaut-2.png") center top no-repeat;
}

.any-site__text {
  color: #ff761b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.36;
  text-align: right;
}

@media (max-width: 1079px) {
  .any-site {
    background: url("../img/general/astronaut-2.png") center top no-repeat;
  }
  .any-site__text {
    font-size: 34px;
    line-height: 1.4;
  }
}

@media (max-width: 1039px) {
  .any-site__text {
    font-size: 28px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .any-site {
    background: #1c043c;
    height: auto;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .any-site__text {
    text-align: center;
    font-size: 24px;
    margin: 0 0 25px;
  }
}

.block-1 {
  padding-top: 72px;
  padding-bottom: 65px;
}

@media (max-width: 1039px) {
  .block-1 {
    padding: 40px 0 0;
  }
}

.block-2 {
  padding: 52px 0 82px;
  padding-left: 30px;
}

@media (max-width: 1039px) {
  .block-2 {
    padding: 40px 0 0;
  }
}

.pt-1 {
  padding-top: 24px;
}

@media (max-width: 767px) {
  .pt-1 {
    text-align: center;
    margin-bottom: 55px;
  }
}

.pt-2 {
  padding-top: 93px;
}

@media (max-width: 1079px) {
  .pt-2 {
    padding-top: 24px;
  }
}

@media (max-width: 1039px) {
  .pt-2 {
    padding-top: 44px;
  }
}

.pt-3 {
  padding-top: 90px;
}

@media (max-width: 1079px) {
  .pt-3 {
    padding-left: 50px;
  }
}

@media (max-width: 1039px) {
  .pt-3 {
    padding-top: 25px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .pt-3 {
    text-align: center;
    margin-bottom: 55px;
  }
}

.pt-4 {
  padding-top: 73px;
  padding-left: 25px;
}

@media (max-width: 1039px) {
  .pt-4 {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .pt-4 {
    padding: 15px 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .t-1 {
    text-align: center;
  }
}

.pos-1 {
  margin-left: -30px;
}

@media (max-width: 1039px) {
  .pos-1 {
    margin-left: 0;
  }
}

@media (max-width: 1039px) {
  .img-1 {
    height: 183px;
  }
}

@media (max-width: 767px) {
  .img-1 {
    height: auto;
  }
  .img-1 > img {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .img-2 {
    margin: 0 auto;
  }
}

.grey-bg {
  background: #f1f1f1;
}

.blue-bg {
  background: #00b3ee;
  padding: 34px 0;
}

.space-bg {
  background: #1c043c url("../img/general/gra1.png") center 9px no-repeat;
}

.tac {
  text-align: center;
}

.img-anton {
  margin: 0 auto;
}

.anton-speech {
  border: 4px solid #fff;
  border-radius: 8px;
  padding: 18px 63px 23px;
  padding-right: 40px;
  position: relative;
  left: -32px;
  margin-top: 17px;
}

.anton-speech__text {
  color: #ffffff;
  font-family: monospace;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.anton-speech:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 47px;
  left: -26px;
  width: 26px;
  height: 33px;
  background: url("../img/general/arrow-ant.png") center no-repeat;
}

@media (max-width: 1079px) {
  .anton-speech {
    left: 0;
  }
}

@media (max-width: 1039px) {
  .anton-speech {
    margin: 40px 0;
  }
  .anton-speech:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .anton-speech {
    text-align: center;
    padding: 18px 33px 18px;
    margin-bottom: 20px;
  }
}

@media (max-width: 499px) {
  .anton-speech {
    padding: 15px;
    margin-bottom: 20px;
  }
}

.centered-text {
  padding: 50px 0 55px;
  text-align: center;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.trigger {
  background: #1c043c url("../img/general/sun-big.png") top right no-repeat;
  background-size: contain;
}

.trigger__text {
  margin: 50px 0;
  color: #ff761b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.37;
  text-align: right;
}

.trigger__text--no-mg {
  margin: -10px 40px 0px 0px;
}

.trigger__btn {
  margin-top: 120px;
}

@media (max-width: 1379px) {
  .trigger {
    background: #1c043c url("../img/general/sun-big.png") 250px 50% no-repeat;
    background-size: contain;
  }
}

@media (max-width: 1039px) {
  .trigger {
    text-align: center;
    background: #1c043c;
    padding: 25px 0;
  }
  .trigger__text {
    margin: 30px 0;
    font-size: 30px;
    text-align: center;
  }
  .trigger__text--no-mg {
    margin: -10px 0 0;
  }
  .trigger__btn {
    margin: 0 0 30px;
  }
}

@media (max-width: 767px) {
  .trigger {
    padding: 20px 0 25px;
  }
  .trigger__text {
    font-size: 28px;
  }
  .trigger__text--no-mg {
    margin: 0 0 45px;
  }
}

@media (max-width: 499px) {
  .trigger__text {
    font-size: 24px;
  }
  .trigger__text--no-mg {
    margin: 0 0 45px;
  }
}

.download-block {
  padding: 0;
  text-align: center;
}

@media (max-width: 1039px) {
  .download-block {
    padding: 65px 0;
  }
}

.download-item {
  display: inline-block;
  padding-top: 45px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.download-item__heading {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin: 10px 0 0;
}

.download-item--mac, .download-item--linux {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: .6;
}

.bottom-frame {
  background: #1c043c url("../img/general/gra4.png") top center no-repeat;
  padding-top: 94px;
  position: relative;
  overflow: hidden;
}

.bottom-frame__comet {
  display: block;
  position: absolute;
  bottom: -25px;
  left: -576px;
  width: 870px;
  height: 418px;
  background: url("../img/general/bolid.png") center no-repeat;
}

@media (max-width: 767px) {
  .bottom-frame {
    padding-top: 35px;
  }
  .bottom-frame__comet {
    display: none;
  }
}

.grv_poliform {
  max-width: 620px;
  display: none;
}

.grv_poliform__heading {
  color: #17a8f7;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 15px;
  border: 0;
  margin-bottom: 26px;
}

.grv_poliform.__active {
  display: block;
}

.grv_input__shortcode {
  text-align: center;
}

.grv_input {
  width: 100%;
  border: 2px solid #17a8f7;
  background: transparent;
  border-radius: 7px;
  padding: 17px;
  color: #fff;
  font-size: 18px;
  resize: none;
  margin: 0 0 25px;
}

@media (max-width: 1379px) {
  .grv_input {
    padding: 12px 17px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .grv_input {
    padding: 15px 13px;
    font-size: 15px;
    margin: 0 0 15px;
  }
}

.grv_input-error {
  position: relative;
}

.grv_input-error__msg {
  position: absolute;
  top: -80px;
  width: 100%;
  background: #d70000;
  padding: 22px 31px;
  border-radius: 7px;
  color: #ffffff;
  font-family: Verdana;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.grv_input-error__msg:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 44px;
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 10px solid #d70000;
}

@media (max-width: 1079px) {
  .grv_input-error__msg {
    top: -53px;
    padding: 10px 10px;
    font-size: 15px;
  }
  .grv_input-error__msg:before {
    left: 30px;
  }
}

.grv_input-error > .grv_input {
  border-color: #d70000;
}

.grv_input-error > .grv_input:focus + .grv_input-error__msg {
  display: none;
}

.grv_input__select option {
  color: #333;
}

.grv_li_tabnav.__active {
  font-weight: bold;
}

.grv_form__selfregistration {
  margin: 95px 0;
}

@media (max-width: 1379px) {
  .grv_form__selfregistration {
    margin: 35px 0;
  }
}

@media (max-width: 1039px) {
  .grv_form__selfregistration {
    margin: 25px 0;
  }
}

.grv_ul__left-menu {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin: 17px 0 15px;
}

.grv_ul__left-menu > li {
  position: relative;
  margin: 0 0 36px;
}

.grv_ul__left-menu > li:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -36px;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 7px solid #1C043C;
  border-radius: 50%;
}

.grv_ul__left-menu:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 95%;
  background: #fff;
}

@media (max-width: 1079px) {
  .grv_ul__left-menu > li {
    margin: 0 0 40px;
  }
}

@media (max-width: 1039px) {
  .grv_ul__left-menu > li {
    margin: 0 0 35px;
  }
  .grv_ul__left-menu--two-spep > li {
    margin: 0 0 20px;
  }
}

@media (max-width: 767px) {
  .grv_ul__left-menu {
    display: none;
  }
}

.grv_ul__left-menu--two-spep:before {
  height: 78px;
}

.grv_li_tabnav {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
}

.grv_li_tabnav.__active {
  font-weight: 700;
  color: #17a8f7;
}

@media (max-width: 1379px) {
  .grv_li_tabnav {
    font-size: 18px;
  }
}

.grv_form__hint {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 10px;
}

.grv_button__normal {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 19px 80px;
  background: #17a8f7;
  text-decoration: none;
}

.grv_button__normal:hover, .grv_button__normal:focus {
  color: #fff;
}

@media (max-width: 499px) {
  .grv_button__normal {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 19px;
  }
}

.grv_form__control-set {
  margin: 25px 0;
}

.grv-form__checkbox {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.grv-form__checkbox + .grv-form__checkbox-label {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 33px 0;
  padding-left: 50px;
  position: relative;
  cursor: pointer;
}

.grv-form__checkbox + .grv-form__checkbox-label:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 27px;
  height: 28px;
  padding: 4px;
  text-align: center;
  border-radius: 3px;
  border: 2px solid #17a8f7;
}

@media (max-width: 767px) {
  .grv-form__checkbox + .grv-form__checkbox-label {
    margin: 15px 0;
  }
}

.grv-form__checkbox:checked + .grv-form__checkbox-label:before {
  content: '\2713';
}

.grv_alert {
  position: relative;
  margin: 65px 0 25px;
  max-width: 600px;
}

.grv_alert__text {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  padding: 30px;
  border-radius: 5px;
  background-color: #ff3977;
  position: relative;
  z-index: 2;
}

.grv_alert:before {
  content: '';
  display: block;
  width: 252px;
  height: 241px;
  background: url("../img/general/cosmo-rip.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: -170px;
  left: 50%;
  margin-left: -120px;
  z-index: 1;
}

.grv_alert--success .grv_alert__text {
  background-color: #17a8f7;
}

.grv_alert--success:before {
  width: 180px;
  height: 205px;
  background: url("../img/general/cosmo-ok.png") center no-repeat;
  background-size: contain;
  top: -132px;
  left: 50%;
  margin-left: -90px;
}

@media (max-width: 1379px) {
  .grv_alert__text {
    font-size: 22px;
    line-height: 1.3;
    padding: 20px;
  }
  .grv_alert:before {
    top: -105px;
    height: 157px;
  }
  .grv_alert--success .grv_alert__text {
    background-color: #17a8f7;
  }
  .grv_alert--success:before {
    top: -105px;
    height: 157px;
  }
}

@media (max-width: 767px) {
  .grv_alert {
    margin: 25px 0 25px;
  }
  .grv_alert:before {
    display: none;
  }
}

.success-msg {
  font-size: 24px;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 25px;
}

.btn {
  display: inline-block;
  color: #ffffff;
  font-family: Verdana;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 19px 49px;
  background: #17a8f7;
  text-decoration: none;
}

.btn:hover {
  color: #fff;
  background: #3ab5f8;
}

.btn:focus {
  color: #fff;
  background: #3ab5f8;
}

.btn:active {
  color: #fff;
  background: #16a0eb;
}

.btn[disabled] {
  color: #fff;
  background: #cacaca;
}

@media (max-width: 1039px) {
  .btn {
    font-size: 16px;
    padding: 18px 39px;
  }
}

.iframe-media {
  position: relative;
  width: 100%;
  padding-top: 60%;
}

.iframe-media > iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.iframe-media--medium {
  padding-top: 55%;
}

.list {
  padding: 0;
  margin: 0 0 25px;
}

.list__item {
  display: block;
  margin-bottom: 5px;
}

.list__link {
  display: inline-block;
  margin: 0;
  font-family: 'Open Sans';
  color: #333;
  font-size: 14px;
  line-height: 1.3;
}

.list__link:hover, .list__link:focus {
  color: #777;
}

.navig {
  padding: 0;
  margin: 0;
}

.navig__item {
  display: inline-block;
  margin-right: 44px;
}

.navig__link {
  color: #ffffff;
  font-family: Verdana;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.2;
}

.navig__link:hover, .navig__link:focus {
  text-decoration: underline;
  color: #fff;
}

@media (max-width: 1379px) {
  .navig {
    padding-left: 30px;
  }
  .navig__item:not(:last-of-type) {
    margin-right: 10px;
  }
}

@media (max-width: 1039px) {
  .navig {
    padding: 15px 0;
    border-bottom: 1px solid #fff;
  }
  .navig__item {
    display: block;
    margin: 0;
  }
  .navig__item:not(:last-of-type) {
    margin: 0;
  }
  .navig__link {
    display: inline-block;
    padding: 5px 15px;
  }
}

.phone {
  color: #ffffff;
  font-family: Verdana;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.2;
}

.phone:hover, .phone:focus {
  color: #eee;
  background: transparent;
}

.img-text {
  display: table;
  margin-bottom: 22px;
}

.img-text__img {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding-right: 25px;
}

.img-text__text {
  display: table-cell;
  vertical-align: top;
}

.logo {
  float: left;
  position: relative;
  z-index: 5;
}

.logo__img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .logo {
    width: 200px;
  }
  .logo--footer {
    width: 100%;
    text-align: center;
  }
}

.heading-woosh {
  width: 436px;
  margin: 0 auto;
  margin-bottom: 90px;
  text-align: right;
  position: relative;
}

.heading-woosh:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  left: -171px;
  width: 304px;
  height: 75px;
  background: url("../img/general/woosh.png") center no-repeat;
}

@media (max-width: 1039px) {
  .heading-woosh {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  .heading-woosh:before {
    display: none;
  }
}

.heading {
  color: #1c043c;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 9px;
}

.center {
	text-align: center;
}



.heading--medium {
  color: #1c1c1c;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}

.heading--orange {
  text-align: center;
  color: #ff761b;
  font-size: 36px;
  font-weight: 700;
  margin-top: 28px;
}

@media (max-width: 1379px) {
  .heading {
    font-size: 32px;
  }
  .heading--medium {
    font-size: 32px;
    line-height: 1.2;
  }
  .heading--orange {
    font-size: 32px;
    margin-top: 15px;
  }
}

@media (max-width: 1039px) {
  .heading {
    font-size: 30px;
    line-height: 1.2;
  }
  .heading--medium {
    font-size: 30px;
    line-height: 1.2;
  }
  .heading--orange {
    font-size: 30px;
  }
}

.subheading {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 15px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-30 {
  margin-bottom: 30px;
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #657898;
  width: 100% !important;
}

.footer__menu {
  padding-top: 25px;
  text-align: right;
  color: #fff;
}

.footer__contacts {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 45px;
  }
  .footer__menu {
    padding-top: 15px;
  }
}

.form {
  margin: 0 0 25px;
  padding: 0 25px;
}

.form__input {
  width: 100%;
  padding: 15px 27px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  border: 2px solid #17a8f7;
  border-radius: 5px;
  margin: 0 0 27px;
  background: transparent;
}

.form__input::-webkit-input-placeholder {
  color: #fff;
}

.form__input:-ms-input-placeholder {
  color: #fff;
}

.form__input::-ms-input-placeholder {
  color: #fff;
}

.form__input::placeholder {
  color: #fff;
}

.form__input::-ms-input-placeholder {
  color: #fff;
}

.form__input::-ms-input-placeholder {
  color: #fff;
}

.form__input:focus {
  border: 2px solid #45b9f9;
}

.form textarea.form__input {
  resize: vertical;
  min-height: 136px;
  max-height: 400px;
}

.form__btn {
  min-width: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1079px) {
  .form__input {
    padding: 15px 15px;
    font-size: 15px;
    margin: 0 0 22px;
  }
}

@media (max-width: 1039px) {
  .form {
    padding: 0;
  }
  .form__input {
    padding: 14px 12px;
    font-size: 14px;
    margin: 0 0 20px;
  }
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #657898;
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 1040px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1380px) {
  .container {
    width: 1200px;
  }
}

@media (max-width: 1039px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row--less-padding {
  margin-left: -8px;
  margin-right: -8px;
}

.row--less-padding .col-xs-1,
.row--less-padding .col-sm-1,
.row--less-padding .col-md-1,
.row--less-padding .col-lg-1,
.row--less-padding .col-xs-2,
.row--less-padding .col-sm-2,
.row--less-padding .col-md-2,
.row--less-padding .col-lg-2,
.row--less-padding .col-xs-3,
.row--less-padding .col-sm-3,
.row--less-padding .col-md-3,
.row--less-padding .col-lg-3,
.row--less-padding .col-xs-4,
.row--less-padding .col-sm-4,
.row--less-padding .col-md-4,
.row--less-padding .col-lg-4,
.row--less-padding .col-xs-5,
.row--less-padding .col-sm-5,
.row--less-padding .col-md-5,
.row--less-padding .col-lg-5,
.row--less-padding .col-xs-6,
.row--less-padding .col-sm-6,
.row--less-padding .col-md-6,
.row--less-padding .col-lg-6,
.row--less-padding .col-xs-7,
.row--less-padding .col-sm-7,
.row--less-padding .col-md-7,
.row--less-padding .col-lg-7,
.row--less-padding .col-xs-8,
.row--less-padding .col-sm-8,
.row--less-padding .col-md-8,
.row--less-padding .col-lg-8,
.row--less-padding .col-xs-9,
.row--less-padding .col-sm-9,
.row--less-padding .col-md-9,
.row--less-padding .col-lg-9,
.row--less-padding .col-xs-10,
.row--less-padding .col-sm-10,
.row--less-padding .col-md-10,
.row--less-padding .col-lg-10,
.row--less-padding .col-xs-11,
.row--less-padding .col-sm-11,
.row--less-padding .col-md-11,
.row--less-padding .col-lg-11,
.row--less-padding .col-xs-12,
.row--less-padding .col-sm-12,
.row--less-padding .col-md-12,
.row--less-padding .col-lg-12,
.row--less-padding .col-xxs-1,
.row--less-padding .col-xxs-2,
.row--less-padding .col-xxs-3,
.row--less-padding .col-xxs-4,
.row--less-padding .col-xxs-5,
.row--less-padding .col-xxs-6,
.row--less-padding .col-xxs-7,
.row--less-padding .col-xxs-8,
.row--less-padding .col-xxs-9,
.row--less-padding .col-xxs-10,
.row--less-padding .col-xxs-11,
.row--less-padding .col-xxs-12 {
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 1039px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1039px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12,
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11,
  .col-xxs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  float: left;
}

.col-xxs-12 {
  width: 100%;
}

.col-xxs-11 {
  width: 91.66666667%;
}

.col-xxs-10 {
  width: 83.33333333%;
}

.col-xxs-9 {
  width: 75%;
}

.col-xxs-8 {
  width: 66.66666667%;
}

.col-xxs-7 {
  width: 58.33333333%;
}

.col-xxs-6 {
  width: 50%;
}

.col-xxs-5 {
  width: 41.66666667%;
}

.col-xxs-4 {
  width: 33.33333333%;
}

.col-xxs-3 {
  width: 25%;
}

.col-xxs-2 {
  width: 16.66666667%;
}

.col-xxs-1 {
  width: 8.33333333%;
}

.col-xxs-pull-12 {
  right: 100%;
}

.col-xxs-pull-11 {
  right: 91.66666667%;
}

.col-xxs-pull-10 {
  right: 83.33333333%;
}

.col-xxs-pull-9 {
  right: 75%;
}

.col-xxs-pull-8 {
  right: 66.66666667%;
}

.col-xxs-pull-7 {
  right: 58.33333333%;
}

.col-xxs-pull-6 {
  right: 50%;
}

.col-xxs-pull-5 {
  right: 41.66666667%;
}

.col-xxs-pull-4 {
  right: 33.33333333%;
}

.col-xxs-pull-3 {
  right: 25%;
}

.col-xxs-pull-2 {
  right: 16.66666667%;
}

.col-xxs-pull-1 {
  right: 8.33333333%;
}

.col-xxs-pull-0 {
  right: auto;
}

.col-xxs-push-12 {
  left: 100%;
}

.col-xxs-push-11 {
  left: 91.66666667%;
}

.col-xxs-push-10 {
  left: 83.33333333%;
}

.col-xxs-push-9 {
  left: 75%;
}

.col-xxs-push-8 {
  left: 66.66666667%;
}

.col-xxs-push-7 {
  left: 58.33333333%;
}

.col-xxs-push-6 {
  left: 50%;
}

.col-xxs-push-5 {
  left: 41.66666667%;
}

.col-xxs-push-4 {
  left: 33.33333333%;
}

.col-xxs-push-3 {
  left: 25%;
}

.col-xxs-push-2 {
  left: 16.66666667%;
}

.col-xxs-push-1 {
  left: 8.33333333%;
}

.col-xxs-push-0 {
  left: auto;
}

.col-xxs-offset-12 {
  margin-left: 100%;
}

.col-xxs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xxs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xxs-offset-9 {
  margin-left: 75%;
}

.col-xxs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xxs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xxs-offset-6 {
  margin-left: 50%;
}

.col-xxs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xxs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xxs-offset-3 {
  margin-left: 25%;
}

.col-xxs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xxs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xxs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 500px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1040px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1080px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  color: #333333 !important;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626 !important;
}

/*.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}*/
.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-default .btn-link {
  color: #777777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

.clearfix:before,
.clearfix: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,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
  vertical-align: middle;
}

@media (max-width: 499px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table !important;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}

@media (max-width: 499px) {
  .visible-xxs-block {
    display: block !important;
  }
}

@media (max-width: 499px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}

@media (max-width: 499px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1040px) and (max-width: 1079px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1040px) and (max-width: 1079px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1040px) and (max-width: 1079px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1040px) and (max-width: 1079px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1080px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 499px) {
  .hidden-xxs {
    display: none !important;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1039px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1040px) and (max-width: 1079px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1080px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.row--less-p {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.row--less-p > [class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.header {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header__menu {
  padding-top: 9px;
  text-align: right;
  color: #fff;
}

.header__contacts {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1039px) {
  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header__menu {
    padding-top: 15px;
  }
}

.header-xs {
  height: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
  text-align: left;
}

.header-xs__inner {
  overflow: hidden;
}

.toggle-nav {
  float: right;
  padding: 8px;
  background: transparent;
  width: 41px;
  cursor: pointer;
  margin-top: -8px;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 15px;
}

.toggle-nav > .toggle-nav__line {
  display: block;
  height: 2px;
  background: #fff;
}

.toggle-nav > .toggle-nav__line:not(:last-of-type) {
  margin-bottom: 5px;
}

@media (min-width: 1040px) {
  .toggle-nav {
    display: none;
  }
}

.user-text {
  color: #1c1c1c;
  font-family: Verdana;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
}

.user-text p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0 0 10px;
}

.user-text h1,
.user-text h2,
.user-text h3 {
  font-family: Verdana;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.user-text table {
  width: 100%;
  margin: 10px 0;
}

.user-text table td,
.user-text table th {
  text-align: left;
  border: 1px solid #888;
  padding: 5px 8px;
}

.user-text img {
  max-width: 100%;
  margin-bottom: 20px;
}

.user-text img[style*="float: left"] {
  margin-right: 30px;
}

.user-text img[style*="float: right"] {
  margin-left: 30px;
}

.user-text .gallery__img {
  margin-bottom: 0;
}

.user-text a {
  color: red;
  text-decoration: none;
}

.user-text a:hover, .user-text a:focus {
  color: #ff1a1a;
}

.user-text ul {
  padding: 0;
  margin: 0 0 15px;
}

.user-text ul li {
  position: relative;
  margin-left: 20px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin-bottom: 5px;
}

.user-text--white {
  color: #fff;
}

.user-text--white a {
  color: #fff;
}

.user-text--white a:hover, .user-text--white a:focus {
  color: #cecece;
}

.user-text--lessmrg {
  font-size: 14px;
}

.user-text--lessmrg h5 {
  font-size: 14px;
  margin: 0 0 3px;
}

.user-text--lessmrg p {
  margin: 0 0 3px;
}

.user-text--lessmrg p:not(:first-of-type) {
  margin: 3px 0;
}

.user-text--arial {
  color: #333333;
  font-family: "Arial";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.user-text--light {
  color: #000000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.user-text--bigger-font {
  font-family: "Open Sans";
  color: #000000;
  font-size: 16px;
}

.user-text--less-font {
  font-family: "Open Sans";
  color: #000000;
  font-size: 14px;
  line-height: 1.3;
}

.table-wrap {
    text-align: center;
    display: inline-block;
  background-color: #fff;
  padding: 2rem 2rem;
  color: #000;
}
 
 table {

    width: 100%;
    margin:20px 0 0 0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }
 
  table tr {
   
    padding: 5px;
  }
 
  table th, table td {
    padding: 10px 20px;
	text-align: center;
  }
  
     table td img{
	 	width: 18px;
  }
    table td:first-child {
		text-align: left;
  }
    table tr:nth-child(2n) td {
		background: #ffffff;
  }
 
  table th {
    color: #fff;
    background-color: #17a8f7;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
  }


.reg {
	margin-top: 40px;
	text-align: center;
}
.grvt_val{
	color:#ff761b;
	text-align: center;
}

.grvt_val span{
	font-size: 12px;
	
	}
	
	table td b{
    color:#ff761b;
	font-size: 16px;
	text-transform: uppercase;
  }

.mobile {
	display: none;
}
.mobiletarif {
	display: none;
}
@media screen and (max-width: 600px) {
 
 .mobiletarif {
	display: block;
	margin-top: 20px;
}
 
  .mobiletarif b{
  	color:  #ff761b;
}
 

 
 table td {
    padding: 5px 0 5px 5px;
	font-size: 13px;
  }
    table th {
		padding: 5px 5px;
		text-align: left;
  }
   
 .pc {
	display: none;
}
 .mobile {
	display: table-row;
}
.reg {
	margin-bottom: 40px;
}
}

a.download-link {
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  display: inline-block;
  background-color: #657898;
  line-height: 28px;
  text-align: center;
  min-width: 228px;
  height: 28px;
  border-radius: 15px;
  font-family: Roboto,sans-serif;
  padding: 0 28px;
  margin: 2px;
}

a.download-button {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  display: inline-block;
  background-color: #657898;
  line-height: 48px;
  text-align: center;
  min-width: 228px;
  height: 48px;
  border-radius: 30px;
  font-family: Roboto,sans-serif;
  padding: 0 28px;
}

a.download-button:hover,
a.download-button:focus {
  background-color: #337ab7;
  text-decoration: none;
  color: #fff;
}

.heading--download {
  color: #657898;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.5;
  text-transform: uppercase;
}
.heading--download-desktop {
  font-size: 21px !important;
}
.heading--download.error {
  color: #A63F13 !important;
  font-size: 21px !important;
}

span.heading--license-price {
  font-size: 24px !important;
  color: #337ab7;
}
.table-current-download td{
 text-align: center !important;
}
.download-img-descktop {
  margin-top: 30px;
  width: 80%;
}
.heading--download-alternative{
  color: #51607a;
  font-size: 12px;
  font-weight: 100;
  line-height: 1.5;
  text-transform: uppercase;
}
.current-download{
  padding: 84px 0 80px;
}
.alterantive {
  background-color: #ebebeb;
  text-align: center;
  padding: 54px 0 100px;
  border-radius: 0;
}
.alterantive img {
  height: 180px;
  width: auto;
  margin: 0;
  padding: 0;
  width: auto;
  margin: 10px 0 30px;
}
.table-release-downloads tbody tr:nth-child(1) td {
  padding-top: 20px;
}
.table-release-downloads tr,
.table-release-downloads td {
  background-color: transparent !important;
  text-align: center !important;
  margin: 0;
  padding: 0;
}

span.latest--version{
  color: #51607a;
  font-size: 12px;
}
div.form-field--wrap {} 

label.form-field-label {
  color: #337ab7;
  width: 100%;
  font-weight: 100;
  text-align: left;
  font-size: 12px;
}
input.form-field-input {
  color: #51607a;
  font-size: 12px;
  width: 300px;
  height: 35px;
  padding: 15px;
  border-radius: 5px;
  border: 0.5px solid #337ab7;
  margin: 2px 0px 10px 0px;
}
input.form-field-input.error {
  color: #A63F13;
  border: 0.5px solid #A63F13;
}

input.form-field-input:active, 
input.form-field-input:hover, 
input.form-field-input:focus {
  outline: 0;
  outline-offset: 0;
}
form.payment-form {
  width: min-content;
  display: block;
  margin: 0 auto;
}

a.payment-form-button {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  display: inline-block;
  background-color: #337ab7;
  line-height: 38px;
  text-align: center;
  min-width: 300px;
  height: 38px;
  border-radius: 5px;
  font-family: Roboto,sans-serif;
  padding: 0 28px;
  margin-top: 10px;
}
a.payment-form-button:active {
  background-color: #3c90da;
}
.form-field--input-name {
  
}
.form-field--input-email {
  
}
.form-field--label-name {
  
}
.form-field--label-email {
  
}
span.form-result-label{
  margin-top: 0;
  margin-bottom: 12px;
  color: #A63F13;
  width: 100%;
  font-weight: 100;
  text-align: center;
  display: block;
  font-size: 11px;
  visibility: hidden;
}
